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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:54:15 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:54:14
  Author: foutrelis
Revision: 157665

db-move: moved xfce4-dict from [staging] to [testing] (x86_64)

Added:
  xfce4-dict/repos/testing-x86_64/
  xfce4-dict/repos/testing-x86_64/PKGBUILD
    (from rev 157627, xfce4-dict/repos/staging-x86_64/PKGBUILD)
  xfce4-dict/repos/testing-x86_64/xfce4-dict.install
    (from rev 157627, xfce4-dict/repos/staging-x86_64/xfce4-dict.install)
Deleted:
  xfce4-dict/repos/staging-x86_64/

--------------------+
 PKGBUILD           |   41 +++++++++++++++++++++++++++++++++++++++++
 xfce4-dict.install |   11 +++++++++++
 2 files changed, 52 insertions(+)

Copied: xfce4-dict/repos/testing-x86_64/PKGBUILD (from rev 157627, xfce4-dict/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 02:54:14 UTC (rev 157665)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=xfce4-dict
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="A dictionary plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/applications/xfce4-dict"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme' 'librsvg')
+makedepends=('intltool')
+provides=('xfce4-dict-plugin')
+conflicts=('xfce4-dict-plugin')
+replaces=('xfce4-dict-plugin')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/apps/xfce4-dict/0.6/xfce4-dict-${pkgver}.tar.bz2)
+md5sums=('c371c5c0bbe45a2bfac336cfe01dfe01')
+
+build() {
+  cd ${srcdir}/xfce4-dict-${pkgver}
+
+  # Work around DSO linking issue
+  LDFLAGS+=' -Wl,--copy-dt-needed-entries'
+
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/xfce4-dict-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xfce4-dict/repos/testing-x86_64/xfce4-dict.install (from rev 157627, xfce4-dict/repos/staging-x86_64/xfce4-dict.install)
===================================================================
--- testing-x86_64/xfce4-dict.install	                        (rev 0)
+++ testing-x86_64/xfce4-dict.install	2012-04-29 02:54:14 UTC (rev 157665)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list