]> git.pld-linux.org Git - packages/mypaint.git/commitdiff
- fix building with json-c 0.12+ auto/th/mypaint-1.1.0-4
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 24 Nov 2014 06:32:52 +0000 (07:32 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 24 Nov 2014 06:32:52 +0000 (07:32 +0100)
- rel 4

json-c-0.12.patch [new file with mode: 0644]
mypaint.spec

diff --git a/json-c-0.12.patch b/json-c-0.12.patch
new file mode 100644 (file)
index 0000000..99751af
--- /dev/null
@@ -0,0 +1,11 @@
+--- mypaint-1.1.0/brushlib/SConscript~ 2014-11-24 07:29:45.000000000 +0100
++++ mypaint-1.1.0/brushlib/SConscript  2014-11-24 07:31:11.602008599 +0100
+@@ -73,7 +73,7 @@
+ env.Append(CPPPATH='./')
+-pkg_deps = ['json']
++pkg_deps = ['json-c']
+ libs = ['m']
+ linkflags = []
index 5d3f76d00bae9d6ed2bcd4138ebd6777420a174a..ddf059eff138ec47c48b849c06176877a8bd01a5 100644 (file)
@@ -2,11 +2,12 @@ Summary:      MyPaint is a fast and easy open-source graphics application for digital
 Summary(pl.UTF-8):     Szybka i łatwa w obsłudze aplikacja dla komputerowych malarzy.
 Name:          mypaint
 Version:       1.1.0
-Release:       3
+Release:       4
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://download.gna.org/mypaint/%{name}-%{version}.tar.bz2
 # Source0-md5: 7846a8406259d0fc81c9a2157a2348bf
+Patch0:                json-c-0.12.patch
 URL:           http://mypaint.intilinux.com/
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel
@@ -42,6 +43,7 @@ ukrywania interfejsu użytkownika.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %{__sed} -i -e "
        # set our cflags
This page took 0.130887 seconds and 4 git commands to generate.