[arch-commits] Commit in zenity/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Oct 5 09:52:32 UTC 2018
Date: Friday, October 5, 2018 @ 09:52:32
Author: heftig
Revision: 335788
archrelease: copy trunk to extra-x86_64
Added:
zenity/repos/extra-x86_64/PKGBUILD
(from rev 335787, zenity/trunk/PKGBUILD)
Deleted:
zenity/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-05 09:52:19 UTC (rev 335787)
+++ PKGBUILD 2018-10-05 09:52:32 UTC (rev 335788)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=zenity
-pkgver=3.28.1
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-url="https://git.gnome.org/browse/zenity"
-arch=(x86_64)
-license=(LGPL)
-depends=(webkit2gtk libnotify)
-makedepends=(itstool yelp-tools gettext gnome-common git)
-_commit=7fee2da8076affd41113f7e7d6e8e61f9ff036ab # tags/3.28.1^0
-source=("git+https://git.gnome.org/browse/zenity#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 335787, zenity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-05 09:52:32 UTC (rev 335788)
@@ -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.30.0
+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=(itstool yelp-tools gettext gnome-common git)
+_commit=974245abbee86edda040e0ce068a11ce04590a82 # tags/ZENITY_3_30_0^0
+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