[arch-commits] Commit in xfce4-dict/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 6 16:57:36 UTC 2012


    Date: Monday, February 6, 2012 @ 11:57:36
  Author: foutrelis
Revision: 149261

upgpkg: xfce4-dict 0.6.0-2

Rebuild unsigned package.

Modified:
  xfce4-dict/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-06 16:38:59 UTC (rev 149260)
+++ PKGBUILD	2012-02-06 16:57:36 UTC (rev 149261)
@@ -4,7 +4,7 @@
 
 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 @@
 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 \




More information about the arch-commits mailing list