[arch-commits] Commit in zenity/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Jul 27 18:58:54 UTC 2020
Date: Monday, July 27, 2020 @ 18:58:53
Author: heftig
Revision: 392590
archrelease: copy trunk to extra-x86_64
Added:
zenity/repos/extra-x86_64/PKGBUILD
(from rev 392589, zenity/trunk/PKGBUILD)
Deleted:
zenity/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 73 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-27 18:52:09 UTC (rev 392589)
+++ PKGBUILD 2020-07-27 18:58:53 UTC (rev 392590)
@@ -1,37 +0,0 @@
-# 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=3
-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 perl)
-_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
-}
Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 392589, zenity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-27 18:58:53 UTC (rev 392590)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=zenity
+pkgver=3.32.0+50+gc229637
+pkgrel=1
+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 perl)
+_commit=c229637ee590f513935ebba5884291662efa6443 # 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