From 0dee03071a0643c3ee5820afa3c694dcef71d385 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Feb 2012 23:15:14 +0000 Subject: Tue Feb 7 23:15:14 UTC 2012 --- extra/xfce4-dict/PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'extra/xfce4-dict') diff --git a/extra/xfce4-dict/PKGBUILD b/extra/xfce4-dict/PKGBUILD index 344d7f37d..bcbd2d467 100644 --- a/extra/xfce4-dict/PKGBUILD +++ b/extra/xfce4-dict/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 108109 2011-01-29 13:43:49Z andyrtr $ +# $Id: PKGBUILD 149262 2012-02-06 16:57:54Z foutrelis $ # Maintainer: AndyRTR # Contributor: Aurelien Foret pkgname=xfce4-dict pkgver=0.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A dictionary plugin for the Xfce panel" arch=('i686' 'x86_64') license=('GPL2') @@ -12,16 +12,20 @@ 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') -provides=('xfce4-dict-plugin') -conflicts=('xfce4-dict-plugin') -replaces=('xfce4-dict-plugin') 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 \ -- cgit v1.2.3-54-g00ecf