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

Jan Steffens heftig at archlinux.org
Tue May 10 19:01:21 UTC 2016


    Date: Tuesday, May 10, 2016 @ 21:01:21
  Author: heftig
Revision: 267622

0.44.2-1

Modified:
  vte3/trunk/PKGBUILD

----------+
 PKGBUILD |   34 +++++++++++++++++++---------------
 1 file changed, 19 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 18:25:46 UTC (rev 267621)
+++ PKGBUILD	2016-05-10 19:01:21 UTC (rev 267622)
@@ -3,30 +3,33 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.44.1
+pkgver=0.44.2
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'glade')
-url="http://www.gnome.org"
+url="https://wiki.gnome.org/Apps/Terminal/VTE"
+arch=(i686 x86_64)
+license=(LGPL)
+options=(!emptydirs)
+depends=(gtk3)
+makedepends=(intltool gobject-introspection vala glade)
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('712dd548339f600fd7e221d12b2670a13a4361b2cd23ba0e057e76cc19fe5d4e')
+sha256sums=('a1ea594814bb136a3a9a6c7656b46240571f6a198825c1111007fe99194b0949')
 
 build() {
-  cd "vte-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --libexecdir=/usr/lib/vte \
-      --localstatedir=/var --disable-static \
-      --enable-introspection --enable-glade-catalogue
+  cd vte-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
+    --localstatedir=/var --disable-static --enable-introspection --enable-glade-catalogue
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 
 package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd "vte-$pkgver"
+  depends+=(vte-common)
+
+  cd vte-$pkgver
   make DESTDIR="$pkgdir" install
 
   rm "$pkgdir"/etc/profile.d/vte.sh
@@ -34,7 +37,8 @@
 
 package_vte-common() {
   pkgdesc="Common files used by vte and vte3"
-  cd "vte-$pkgver"
+  depends=(sh)
 
+  cd vte-$pkgver
   install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
 }



More information about the arch-commits mailing list