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

Christian Hesse eworm at archlinux.org
Wed Feb 17 19:35:44 UTC 2021


    Date: Wednesday, February 17, 2021 @ 19:35:43
  Author: eworm
Revision: 862639

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 19:35:36 UTC (rev 862638)
+++ PKGBUILD	2021-02-17 19:35:43 UTC (rev 862639)
@@ -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=7.3
-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=('5768ffacc29903f6735d397883eeb9f049061978b78e5a8b4be5c273a06193dc')
-
-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 862638, yad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-17 19:35:43 UTC (rev 862639)
@@ -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=8.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=('5c9538b7f242de715249e9f7d30108c0706d23219b5b1bb85cfead6ae77abff3')
+
+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