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

Jan Steffens heftig at archlinux.org
Mon Nov 13 22:07:00 UTC 2017


    Date: Monday, November 13, 2017 @ 22:07:00
  Author: heftig
Revision: 309890

archrelease: copy trunk to extra-x86_64

Added:
  zenity/repos/extra-x86_64/PKGBUILD
    (from rev 309889, zenity/trunk/PKGBUILD)
Deleted:
  zenity/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-13 22:05:49 UTC (rev 309889)
+++ PKGBUILD	2017-11-13 22:07:00 UTC (rev 309890)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=zenity
-pkgver=3.24.2
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-url="https://git.gnome.org/browse/zenity"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk libnotify)
-makedepends=(itstool yelp-tools gettext gnome-common git)
-_commit=3496685dd5bd49c0cce99bdc0753a468bf8e464c  # tags/ZENITY_3_24_2^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 309889, zenity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-13 22:07:00 UTC (rev 309890)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=zenity
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+url="https://git.gnome.org/browse/zenity"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(itstool yelp-tools gettext gnome-common git)
+_commit=3dbfe2667888b0403303d5958d2b6a4ba0643c8b  # tags/ZENITY_3_26_0^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
+}



More information about the arch-commits mailing list