]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/commitdiff
- rel 3; libpng fix auto/th/xorg-app-xcursorgen-1_0_3-3 auto/ti/xorg-app-xcursorgen-1_0_3-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 29 Jan 2010 20:11:13 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-app-xcursorgen-libpng.patch -> 1.1
    xorg-app-xcursorgen.spec -> 1.19

xorg-app-xcursorgen-libpng.patch [new file with mode: 0644]
xorg-app-xcursorgen.spec

diff --git a/xorg-app-xcursorgen-libpng.patch b/xorg-app-xcursorgen-libpng.patch
new file mode 100644 (file)
index 0000000..8358e77
--- /dev/null
@@ -0,0 +1,11 @@
+--- xcursorgen-1.0.3/configure.ac~     2009-10-17 02:41:39.000000000 +0200
++++ xcursorgen-1.0.3/configure.ac      2010-01-29 21:10:09.991792943 +0100
+@@ -18,7 +18,7 @@
+ XORG_DEFAULT_OPTIONS
+ # Checks for pkg-config packages
+-PKG_CHECK_MODULES(XCURSORGEN, x11 xcursor libpng12)
++PKG_CHECK_MODULES(XCURSORGEN, x11 xcursor libpng)
+ AC_SUBST(XCURSORGEN_CFLAGS)
+ AC_SUBST(XCURSORGEN_LIBS)
index 0dd2e2e476e7bf3f430075bc87bfe8102356603d..ddce7614c47a1d8b077751ae076d77deea2f8dc0 100644 (file)
@@ -2,11 +2,12 @@ Summary:      xcursorgen application - create an X cursor file from a collection of P
 Summary(pl.UTF-8):     Aplikacja xcursorgen do tworzenia pliku kursora X ze zbioru obrazów PNG
 Name:          xorg-app-xcursorgen
 Version:       1.0.3
-Release:       2
+Release:       3
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.bz2
 # Source0-md5: 69df079b3950a0db4e5f4e6f0e00ddee
+Patch0:                %{name}-libpng.patch
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -24,6 +25,7 @@ xcursorgen tworzy plik kursora X ze zbioru obrazów PNG.
 
 %prep
 %setup -q -n xcursorgen-%{version}
+%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.140708 seconds and 4 git commands to generate.