[arch-commits] Commit in xfce4-dict/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 11:21:25 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:21:25
  Author: foutrelis
Revision: 232248

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-dict/repos/staging-i686/
  xfce4-dict/repos/staging-i686/PKGBUILD
    (from rev 232247, xfce4-dict/trunk/PKGBUILD)
  xfce4-dict/repos/staging-i686/xfce4-dict.install
    (from rev 232247, xfce4-dict/trunk/xfce4-dict.install)
  xfce4-dict/repos/staging-x86_64/
  xfce4-dict/repos/staging-x86_64/PKGBUILD
    (from rev 232247, xfce4-dict/trunk/PKGBUILD)
  xfce4-dict/repos/staging-x86_64/xfce4-dict.install
    (from rev 232247, xfce4-dict/trunk/xfce4-dict.install)

-----------------------------------+
 staging-i686/PKGBUILD             |   41 ++++++++++++++++++++++++++++++++++++
 staging-i686/xfce4-dict.install   |   13 +++++++++++
 staging-x86_64/PKGBUILD           |   41 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/xfce4-dict.install |   13 +++++++++++
 4 files changed, 108 insertions(+)

Copied: xfce4-dict/repos/staging-i686/PKGBUILD (from rev 232247, xfce4-dict/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 11:21:25 UTC (rev 232248)
@@ -0,0 +1,41 @@
+# $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.7.0
+pkgrel=2
+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')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('407fc0f02adf6ea85dec6993db1e222b548afcdd63a9e35ed2d70a42c9738e58')
+
+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/staging-i686/xfce4-dict.install (from rev 232247, xfce4-dict/trunk/xfce4-dict.install)
===================================================================
--- staging-i686/xfce4-dict.install	                        (rev 0)
+++ staging-i686/xfce4-dict.install	2015-03-01 11:21:25 UTC (rev 232248)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-dict/repos/staging-x86_64/PKGBUILD (from rev 232247, xfce4-dict/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:21:25 UTC (rev 232248)
@@ -0,0 +1,41 @@
+# $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.7.0
+pkgrel=2
+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')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('407fc0f02adf6ea85dec6993db1e222b548afcdd63a9e35ed2d70a42c9738e58')
+
+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/staging-x86_64/xfce4-dict.install (from rev 232247, xfce4-dict/trunk/xfce4-dict.install)
===================================================================
--- staging-x86_64/xfce4-dict.install	                        (rev 0)
+++ staging-x86_64/xfce4-dict.install	2015-03-01 11:21:25 UTC (rev 232248)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list