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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 19:33:51 UTC 2011


    Date: Tuesday, January 4, 2011 @ 14:33:51
  Author: andyrtr
Revision: 104715

upgpkg: terminal 0.4.5-2
rebuild for Xfce 4.8pre3 release candidate

Modified:
  terminal/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 19:26:34 UTC (rev 104714)
+++ PKGBUILD	2011-01-04 19:33:51 UTC (rev 104715)
@@ -5,14 +5,14 @@
 
 pkgname=terminal
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/projects/terminal/"
 groups=('xfce4')
-depends=('exo>=0.3.107' "vte>=0.24.1" 'dbus-glib>=0.86'
-	 'startup-notification>=0.10' 'hicolor-icon-theme')
+depends=('exo>=0.5.4' "vte" 'dbus-glib'
+	 'startup-notification' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=terminal.install
@@ -21,12 +21,16 @@
 
 build() {
   cd ${srcdir}/Terminal-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static || return 1
-  make || return 1
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib/xfce4 \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/Terminal-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list