Date: Monday, April 11, 2022 @ 07:31:50
  Author: eworm
Revision: 1185820

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: yad/repos/community-testing-x86_64/PKGBUILD (from rev 1185819, 
yad/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-04-11 07:31:50 UTC (rev 1185820)
@@ -0,0 +1,39 @@
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Aaron Fischer <[email protected]>
+# Contributor: Steven Allen <[email protected]>
+# Contributor: trile7 at gmail dot com
+# Contributor: Ernia <[email protected]>
+
+pkgname=yad
+pkgver=11.1
+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' 'gtksourceview3' 'gspell')
+makedepends=('autoconf' 'automake' 'intltool')
+source=("https://github.com/v1cont/yad/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('ca61d422d6d464d7f473d1e5bd14d3ca05d311ef203f1c67bbea7c23bf0eae2f')
+
+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
+}

Reply via email to