[arch-commits] Commit in xfce4-dict/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Jun 4 04:16:44 UTC 2018


    Date: Monday, June 4, 2018 @ 04:16:44
  Author: foutrelis
Revision: 325758

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-dict/repos/extra-x86_64/PKGBUILD
    (from rev 325757, xfce4-dict/trunk/PKGBUILD)
Deleted:
  xfce4-dict/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 04:16:37 UTC (rev 325757)
+++ PKGBUILD	2018-06-04 04:16:44 UTC (rev 325758)
@@ -1,40 +0,0 @@
-# $Id$
-# 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.0
-pkgrel=1
-pkgdesc="A dictionary plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-dict"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('xfce4-dict-plugin')
-conflicts=('xfce4-dict-plugin')
-replaces=('xfce4-dict-plugin')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3a2fa72a3fe1816e16a50327fac1926bb0167a905c9b1e313a2bf5e3163ea32a')
-
-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:

Copied: xfce4-dict/repos/extra-x86_64/PKGBUILD (from rev 325757, xfce4-dict/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 04:16:44 UTC (rev 325758)
@@ -0,0 +1,40 @@
+# $Id$
+# 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.1
+pkgrel=1
+pkgdesc="A dictionary plugin for the Xfce panel"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-dict"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('xfce4-dict-plugin')
+conflicts=('xfce4-dict-plugin')
+replaces=('xfce4-dict-plugin')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5e49e8412fb61265c1be785f3e4dd9e4865f3819dbae56caa04ddbac65b9e66f')
+
+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