[arch-commits] Commit in vte3/repos (4 files)

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


    Date: Tuesday, May 10, 2016 @ 21:21:49
  Author: heftig
Revision: 267633

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vte3/repos/extra-i686/PKGBUILD
    (from rev 267632, vte3/trunk/PKGBUILD)
  vte3/repos/extra-x86_64/PKGBUILD
    (from rev 267632, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/extra-i686/PKGBUILD
  vte3/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   88 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 ---------------------
 extra-x86_64/PKGBUILD |   40 ---------------------
 3 files changed, 88 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-10 19:20:03 UTC (rev 267632)
+++ extra-i686/PKGBUILD	2016-05-10 19:21:49 UTC (rev 267633)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.44.1
-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"
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('712dd548339f600fd7e221d12b2670a13a4361b2cd23ba0e057e76cc19fe5d4e')
-
-build() {
-  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"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  cd "vte-$pkgver"
-
-  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
-}

Copied: vte3/repos/extra-i686/PKGBUILD (from rev 267632, vte3/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-10 19:21:49 UTC (rev 267633)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.44.2
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+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=('a1ea594814bb136a3a9a6c7656b46240571f6a198825c1111007fe99194b0949')
+
+build() {
+  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+=(vte-common)
+
+  cd vte-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=(sh)
+
+  cd vte-$pkgver
+  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-10 19:20:03 UTC (rev 267632)
+++ extra-x86_64/PKGBUILD	2016-05-10 19:21:49 UTC (rev 267633)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.44.1
-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"
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('712dd548339f600fd7e221d12b2670a13a4361b2cd23ba0e057e76cc19fe5d4e')
-
-build() {
-  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"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  cd "vte-$pkgver"
-
-  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
-}

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 267632, vte3/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-10 19:21:49 UTC (rev 267633)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.44.2
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+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=('a1ea594814bb136a3a9a6c7656b46240571f6a198825c1111007fe99194b0949')
+
+build() {
+  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+=(vte-common)
+
+  cd vte-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=(sh)
+
+  cd vte-$pkgver
+  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
+}



More information about the arch-commits mailing list