[arch-commits] Commit in gnome-terminal/repos (2 files)
Jan Steffens
heftig at archlinux.org
Fri Mar 15 18:35:39 UTC 2019
Date: Friday, March 15, 2019 @ 18:35:36
Author: heftig
Revision: 348221
archrelease: copy trunk to gnome-unstable-x86_64
Added:
gnome-terminal/repos/gnome-unstable-x86_64/
gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 348220, gnome-terminal/trunk/PKGBUILD)
----------+
PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
Copied: gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD (from rev 348220, gnome-terminal/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2019-03-15 18:35:36 UTC (rev 348221)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-terminal
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal"
+arch=(x86_64)
+license=(GPL)
+depends=('vte3>=0.52.0' gsettings-desktop-schemas dconf adobe-source-code-pro-fonts)
+makedepends=(intltool itstool docbook-xsl libnautilus-extension appstream-glib
+ gnome-shell vala yelp-tools git)
+groups=(gnome)
+_commit=18926ee1cfbb76626e1cf337caa277f3a70c2d82 # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib --disable-static --with-nautilus-extension
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd $pkgname
+ make check
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list