[arch-commits] Commit in yad/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Sat Apr 4 19:18:02 UTC 2020
Date: Saturday, April 4, 2020 @ 19:18:01
Author: eworm
Revision: 611685
archrelease: copy trunk to community-x86_64
Added:
yad/repos/community-x86_64/PKGBUILD
(from rev 611684, yad/trunk/PKGBUILD)
Deleted:
yad/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-04 19:17:52 UTC (rev 611684)
+++ PKGBUILD 2020-04-04 19:18:01 UTC (rev 611685)
@@ -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=5.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=('6d7008f72c2b9b1fb71cdae4399f3e6af617bb1b2aeb1376af23e1a7a21997b7')
-
-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 611684, yad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-04 19:18:01 UTC (rev 611685)
@@ -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=6.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=('bcbf0a298a0b6c069b1f7ac6c7914af09fea9932914787faad7e7fe4eebe9051')
+
+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