[arch-commits] Commit in thunar-volman/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 19:42:07 UTC 2011


    Date: Tuesday, January 4, 2011 @ 14:42:06
  Author: andyrtr
Revision: 104719

upgpkg: thunar-volman 0.5.3-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  thunar-volman/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 19:40:12 UTC (rev 104718)
+++ PKGBUILD	2011-01-04 19:42:06 UTC (rev 104719)
@@ -1,25 +1,34 @@
 # $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=thunar-volman
-pkgver=0.3.80
+pkgver=0.5.3
 pkgrel=1
 pkgdesc="automatic management for removeable devices in thunar"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://foo-projects.org/~benny/projects/thunar-volman"
 groups=('xfce4-goodies')
-depends=('thunar>=1.0.1' 'gtk2')
+depends=('thunar>=1.1.4' 'libxfce4ui' 'hicolor-icon-theme')
 makedepends=('intltool' 'pkgconfig')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4fd81b62690797317ca649ab20609dae')
+source=(http://archive.xfce.org/src/apps/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('285c075da3e304bc38adcfbe89105fee')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static
-  make || return 1
-  make DESTDIR=${startdir}/pkg install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib/xfce4 \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list