[arch-commits] Commit in yad/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Oct 30 20:55:02 UTC 2019


    Date: Wednesday, October 30, 2019 @ 20:55:01
  Author: eworm
Revision: 521003

archrelease: copy trunk to community-x86_64

Added:
  yad/repos/community-x86_64/PKGBUILD
    (from rev 521002, yad/trunk/PKGBUILD)
Deleted:
  yad/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-30 20:54:53 UTC (rev 521002)
+++ PKGBUILD	2019-10-30 20:55:01 UTC (rev 521003)
@@ -1,39 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Aaron Fischer <mail at aaron-fischer.net>
-# Contributor: Steven Allen <steven at stebalien.com>
-# Contributor: trile7 at gmail dot com
-# Contributor: Ernia <monghitri at aruba.it>
-
-pkgname=yad
-pkgver=4.1
-pkgrel=2
-pkgdesc='A fork of zenity - display graphical dialogs from shell scripts or command line'
-url='https://github.com/v1cont/yad'
-arch=('x86_64')
-license=('GPL3')
-depends=('gtk3' 'webkit2gtk' 'gtkspell3')
-makedepends=('autoconf' 'automake' 'intltool')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('440218a26f6c8d6d33cc016204e5101d3fe967e4e0d029160c5fcca588543ed76cfb1e39be92eb067ac292d27e144e4253a0526b83608ee7717288c27dce2005')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  autoreconf -ivf
-  intltoolize
-  ./configure \
-    --prefix=/usr \
-    --enable-icon-browser \
-    --enable-html \
-    --enable-gio \
-    --enable-spell \
-    --enable-sourceview
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: yad/repos/community-x86_64/PKGBUILD (from rev 521002, yad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-30 20:55:01 UTC (rev 521003)
@@ -0,0 +1,39 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Aaron Fischer <mail at aaron-fischer.net>
+# Contributor: Steven Allen <steven at stebalien.com>
+# Contributor: trile7 at gmail dot com
+# Contributor: Ernia <monghitri at aruba.it>
+
+pkgname=yad
+pkgver=5.0
+pkgrel=1
+pkgdesc='A fork of zenity - display graphical dialogs from shell scripts or command line'
+url='https://github.com/v1cont/yad'
+arch=('x86_64')
+license=('GPL3')
+depends=('gtk3' 'webkit2gtk' 'gtkspell3')
+makedepends=('autoconf' 'automake' 'intltool')
+source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('6d7008f72c2b9b1fb71cdae4399f3e6af617bb1b2aeb1376af23e1a7a21997b7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf -ivf
+  intltoolize
+  ./configure \
+    --prefix=/usr \
+    --enable-icon-browser \
+    --enable-html \
+    --enable-gio \
+    --enable-spell \
+    --enable-sourceview
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list