[arch-commits] Commit in zenity/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 19 09:17:27 UTC 2020


    Date: Tuesday, May 19, 2020 @ 09:17:24
  Author: felixonmars
Revision: 386527

archrelease: copy trunk to staging-x86_64

Added:
  zenity/repos/staging-x86_64/
  zenity/repos/staging-x86_64/PKGBUILD
    (from rev 386526, zenity/trunk/PKGBUILD)

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

Copied: zenity/repos/staging-x86_64/PKGBUILD (from rev 386526, zenity/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 09:17:24 UTC (rev 386527)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=zenity
+pkgver=3.32.0+17+gfb0938f
+pkgrel=2
+pkgdesc="Display graphical dialog boxes from shell scripts"
+url="https://gitlab.gnome.org/GNOME/zenity"
+arch=(x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(yelp-tools autoconf-archive git)
+_commit=fb0938fa1bb34a1a09162a2327fdff7132ff5721  # master
+source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list