Date: Thursday, December 15, 2022 @ 13:09:35
  Author: eworm
Revision: 1359257

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: yad/repos/community-testing-x86_64/PKGBUILD (from rev 1359256, 
yad/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-12-15 13:09:35 UTC (rev 1359257)
@@ -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=12.2
+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=('e490f3e149d05957969a9b2776a7c5cdfe00516fe31cf37c5e2bf2dde65238de')
+
+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