[arch-commits] Commit in xfce4-dict/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue May 19 08:31:35 UTC 2020
Date: Tuesday, May 19, 2020 @ 08:31:34
Author: foutrelis
Revision: 386351
archrelease: copy trunk to staging-x86_64
Added:
xfce4-dict/repos/staging-x86_64/
xfce4-dict/repos/staging-x86_64/PKGBUILD
(from rev 386350, xfce4-dict/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: xfce4-dict/repos/staging-x86_64/PKGBUILD (from rev 386350, xfce4-dict/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-19 08:31:34 UTC (rev 386351)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-dict
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="A dictionary plugin for the Xfce panel"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/xfce4-dict/start"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7cf4ce77f9e95ca04894b8eaa385ca52c080e28ec1e1846355b1b67a800dc279')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list