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

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 10 04:00:11 UTC 2015


    Date: Thursday, September 10, 2015 @ 06:00:11
  Author: foutrelis
Revision: 245667

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

Added:
  vte290/repos/staging-i686/
  vte290/repos/staging-i686/PKGBUILD
    (from rev 245666, vte290/trunk/PKGBUILD)
  vte290/repos/staging-x86_64/
  vte290/repos/staging-x86_64/PKGBUILD
    (from rev 245666, vte290/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   47 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   47 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

Copied: vte290/repos/staging-i686/PKGBUILD (from rev 245666, vte290/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-09-10 04:00:11 UTC (rev 245667)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+# This is a transitional package which will hopefully go away in a few months;
+# we're waiting for the following software to be ported to the vte-2.91 API:
+#
+# roxterm  http://sourceforge.net/p/roxterm/bugs/107/
+# sakura   https://bugs.launchpad.net/sakura/+bug/1337962
+# tilda    https://github.com/lanoxx/tilda/issues/94
+
+pkgname=vte290
+pkgver=0.36.3
+pkgrel=2
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3 (vte-2.90 API)"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org"
+license=('LGPL')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c')
+
+build() {
+  cd "$srcdir/vte-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/vte \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-introspection
+  make
+}
+
+package(){
+  cd "$srcdir/vte-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Files below are provided by vte-common
+  rm "$pkgdir/usr/lib/vte/gnome-pty-helper"
+  rm "$pkgdir/etc/profile.d/vte.sh"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vte290/repos/staging-x86_64/PKGBUILD (from rev 245666, vte290/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-09-10 04:00:11 UTC (rev 245667)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+
+# This is a transitional package which will hopefully go away in a few months;
+# we're waiting for the following software to be ported to the vte-2.91 API:
+#
+# roxterm  http://sourceforge.net/p/roxterm/bugs/107/
+# sakura   https://bugs.launchpad.net/sakura/+bug/1337962
+# tilda    https://github.com/lanoxx/tilda/issues/94
+
+pkgname=vte290
+pkgver=0.36.3
+pkgrel=2
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3 (vte-2.90 API)"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org"
+license=('LGPL')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c')
+
+build() {
+  cd "$srcdir/vte-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/vte \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-introspection
+  make
+}
+
+package(){
+  cd "$srcdir/vte-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Files below are provided by vte-common
+  rm "$pkgdir/usr/lib/vte/gnome-pty-helper"
+  rm "$pkgdir/etc/profile.d/vte.sh"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list