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

Christian Hesse eworm at archlinux.org
Wed Sep 18 07:25:07 UTC 2019


    Date: Wednesday, September 18, 2019 @ 07:25:07
  Author: eworm
Revision: 511029

archrelease: copy trunk to community-x86_64

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

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

Copied: yad/repos/community-x86_64/PKGBUILD (from rev 511028, yad/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-09-18 07:25:07 UTC (rev 511029)
@@ -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=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
+}



More information about the arch-commits mailing list