[arch-commits] Commit in vte3/repos (4 files)
Jan de Groot
jgc at archlinux.org
Mon Sep 8 11:11:12 UTC 2014
Date: Monday, September 8, 2014 @ 13:11:12
Author: jgc
Revision: 221145
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
vte3/repos/gnome-unstable-i686/
vte3/repos/gnome-unstable-i686/PKGBUILD
(from rev 221144, vte3/trunk/PKGBUILD)
vte3/repos/gnome-unstable-x86_64/
vte3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221144, vte3/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 40 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 40 +++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+)
Copied: vte3/repos/gnome-unstable-i686/PKGBUILD (from rev 221144, vte3/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-09-08 11:11:12 UTC (rev 221145)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.37.90
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
+url="http://www.gnome.org"
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('55d52187f2c8b443cbc599f1d809c40922230a1e5ec7f306be4338819429c977')
+
+build() {
+ cd "vte-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/vte \
+ --localstatedir=/var --disable-static \
+ --enable-introspection --enable-gnome-pty-helper
+ make
+}
+
+package_vte3(){
+ depends=('gtk3' 'vte-common')
+ cd "vte-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+ pkgdesc="Common files used by vte and vte3"
+ depends=('glibc')
+ cd "vte-$pkgver"
+
+ make -C gnome-pty-helper DESTDIR="$pkgdir" install
+}
Copied: vte3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221144, vte3/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-09-08 11:11:12 UTC (rev 221145)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.37.90
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
+url="http://www.gnome.org"
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('55d52187f2c8b443cbc599f1d809c40922230a1e5ec7f306be4338819429c977')
+
+build() {
+ cd "vte-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/vte \
+ --localstatedir=/var --disable-static \
+ --enable-introspection --enable-gnome-pty-helper
+ make
+}
+
+package_vte3(){
+ depends=('gtk3' 'vte-common')
+ cd "vte-$pkgver"
+ make DESTDIR="$pkgdir" install
+
+ rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+ pkgdesc="Common files used by vte and vte3"
+ depends=('glibc')
+ cd "vte-$pkgver"
+
+ make -C gnome-pty-helper DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list