[arch-commits] Commit in yad/repos (2 files)

Christian Hesse eworm at archlinux.org
Sat Sep 5 08:57:54 UTC 2020


    Date: Saturday, September 5, 2020 @ 08:57:54
  Author: eworm
Revision: 699061

archrelease: copy trunk to community-testing-x86_64

Added:
  yad/repos/community-testing-x86_64/
  yad/repos/community-testing-x86_64/PKGBUILD
    (from rev 699060, yad/trunk/PKGBUILD)

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

Copied: yad/repos/community-testing-x86_64/PKGBUILD (from rev 699060, yad/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-09-05 08:57:54 UTC (rev 699061)
@@ -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=7.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=('60603f647631f2fbe0217fc171a8ec4c1425aaebc18a70d0bd7987f9408b0887')
+
+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