[arch-commits] Commit in xorg-xcursorgen/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Jan 24 01:21:31 UTC 2012


    Date: Monday, January 23, 2012 @ 20:21:31
  Author: eric
Revision: 147177

upgpkg: xorg-xcursorgen 1.0.4-3

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  xorg-xcursorgen/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-23 23:36:01 UTC (rev 147176)
+++ PKGBUILD	2012-01-24 01:21:31 UTC (rev 147177)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-xcursorgen
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Create an X cursor file from PNG images"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -18,6 +18,10 @@
   cd "${srcdir}/xcursorgen-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xcursorgen-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"




More information about the arch-commits mailing list