[arch-commits] Commit in vte3-ng/repos (4 files)
Jelle van der Waa
jelle at archlinux.org
Sun Oct 2 17:17:11 UTC 2016
Date: Sunday, October 2, 2016 @ 17:17:11
Author: jelle
Revision: 191222
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
vte3-ng/repos/community-testing-i686/
vte3-ng/repos/community-testing-i686/PKGBUILD
(from rev 191221, vte3-ng/trunk/PKGBUILD)
vte3-ng/repos/community-testing-x86_64/
vte3-ng/repos/community-testing-x86_64/PKGBUILD
(from rev 191221, vte3-ng/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
Copied: vte3-ng/repos/community-testing-i686/PKGBUILD (from rev 191221, vte3-ng/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-02 17:17:11 UTC (rev 191222)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=vte3-ng
+_basever=0.46.0
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common' 'pcre2')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 'gperf')
+url="https://github.com/thestinger/vte-ng"
+source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz")
+md5sums=('81fce68c17d18caa0fb7cc91d8aa29f5')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+ cd "vte-ng-$pkgver"
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/vte \
+ --localstatedir=/var --disable-static \
+ --enable-introspection
+ make
+}
+
+package() {
+ cd "vte-ng-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ rm "$pkgdir/etc/profile.d/vte.sh"
+}
Copied: vte3-ng/repos/community-testing-x86_64/PKGBUILD (from rev 191221, vte3-ng/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-10-02 17:17:11 UTC (rev 191222)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=vte3-ng
+_basever=0.46.0
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common' 'pcre2')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 'gperf')
+url="https://github.com/thestinger/vte-ng"
+source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz")
+md5sums=('81fce68c17d18caa0fb7cc91d8aa29f5')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+ cd "vte-ng-$pkgver"
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/vte \
+ --localstatedir=/var --disable-static \
+ --enable-introspection
+ make
+}
+
+package() {
+ cd "vte-ng-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ rm "$pkgdir/etc/profile.d/vte.sh"
+}
More information about the arch-commits
mailing list