[arch-commits] Commit in gnome-terminal/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Mar 14 09:06:43 UTC 2018


    Date: Wednesday, March 14, 2018 @ 09:06:42
  Author: bpiotrowski
Revision: 318961

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 318960, gnome-terminal/trunk/PKGBUILD)

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

Copied: gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318960, gnome-terminal/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-14 09:06:42 UTC (rev 318961)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-terminal
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal"
+arch=(x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas dconf)
+makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools
+             gnome-shell gconf vala yelp-tools git)
+options=(!emptydirs)
+groups=(gnome)
+_commit=ab439ff679a0ff2607a3ebb746f54281c439700b  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  LDFLAGS+=" -pthread"  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --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