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

Jan Steffens heftig at archlinux.org
Thu Jan 28 17:13:06 UTC 2016


    Date: Thursday, January 28, 2016 @ 18:13:05
  Author: heftig
Revision: 258676

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-01-28 17:11:57 UTC (rev 258675)
+++ extra-i686/PKGBUILD	2016-01-28 17:13:05 UTC (rev 258676)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.42.1
-pkgrel=2
-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=('9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34')
-
-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' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' 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 258675, vte3/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-01-28 17:13:05 UTC (rev 258676)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.42.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"
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('32b34b0191cc5fda5d1b8529a9597c8e25d5236bdd757f6824eb91e8b3174c4f')
+
+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' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' 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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-01-28 17:11:57 UTC (rev 258675)
+++ extra-x86_64/PKGBUILD	2016-01-28 17:13:05 UTC (rev 258676)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.42.1
-pkgrel=2
-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=('9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34')
-
-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' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' 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 258675, vte3/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-01-28 17:13:05 UTC (rev 258676)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.42.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"
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('32b34b0191cc5fda5d1b8529a9597c8e25d5236bdd757f6824eb91e8b3174c4f')
+
+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' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' 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