[arch-commits] Commit in lxappearance-obconf/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Feb 21 01:00:45 UTC 2016


    Date: Sunday, February 21, 2016 @ 02:00:45
  Author: bgyorgy
Revision: 162914

upgpkg: lxappearance-obconf 0.2.3-1

Update to new version

Modified:
  lxappearance-obconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-21 00:57:33 UTC (rev 162913)
+++ PKGBUILD	2016-02-21 01:00:45 UTC (rev 162914)
@@ -3,21 +3,25 @@
 # Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
 
 pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Plugin for LXAppearance to configure Openbox'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm' 'libobrender.so')
+depends=('lxappearance' 'openbox' 'libobrender.so')
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



More information about the arch-commits mailing list