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

Jan Steffens heftig at archlinux.org
Wed Mar 30 18:09:10 UTC 2016


    Date: Wednesday, March 30, 2016 @ 20:09:10
  Author: heftig
Revision: 263362

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vte3/repos/gnome-unstable-i686/PKGBUILD
    (from rev 263360, vte3/trunk/PKGBUILD)
  vte3/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 263360, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/gnome-unstable-i686/PKGBUILD
  vte3/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2016-03-30 18:09:09 UTC (rev 263361)
+++ gnome-unstable-i686/PKGBUILD	2016-03-30 18:09:10 UTC (rev 263362)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.43.92
-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=('f32d2299ca8ea14ac5a2480d6392a67f80ef6a12f2380b2c83f357d8b4a165cb')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 263360, vte3/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-03-30 18:09:10 UTC (rev 263362)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.44.0
+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=('93a3b1a71a885f416a119a5a8fb27b8f36bb176b8d0bec5e48188d1db5ef12aa')
+
+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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2016-03-30 18:09:09 UTC (rev 263361)
+++ gnome-unstable-x86_64/PKGBUILD	2016-03-30 18:09:10 UTC (rev 263362)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.43.92
-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=('f32d2299ca8ea14ac5a2480d6392a67f80ef6a12f2380b2c83f357d8b4a165cb')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 263360, vte3/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-03-30 18:09:10 UTC (rev 263362)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.44.0
+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=('93a3b1a71a885f416a119a5a8fb27b8f36bb176b8d0bec5e48188d1db5ef12aa')
+
+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
+}



More information about the arch-commits mailing list