[arch-commits] Commit in xcb-util-cursor/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun Oct 13 12:27:24 UTC 2013


    Date: Sunday, October 13, 2013 @ 14:27:24
  Author: seblu
Revision: 98553

upgpkg: xcb-util-cursor 0.1.0-3

Use a released tarball, and so, drop makedeps.
Thanks to Uli Schlachter to pointing this to me.

Modified:
  xcb-util-cursor/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-13 10:52:56 UTC (rev 98552)
+++ PKGBUILD	2013-10-13 12:27:24 UTC (rev 98553)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-util-cursor
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
 url='http://cgit.freedesktop.org/xcb/util-cursor'
@@ -11,20 +11,17 @@
 license=('custom:MIT')
 options=('!libtool')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-makedepends=('git' 'xorg-util-macros' 'gperf')
-# we use git bease snapshot tarball lack of the submodule m4 stuff
-source=("$pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver")
-md5sums=('SKIP')
+source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2")
+md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
 
 build() {
-  cd $pkgname
-  git submodule update --init
-  ./autogen.sh --prefix=/usr
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list