summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:28:37 -0600
committerBrian Bidulock2015-06-10 16:22:04 -0600
commit1bcc67b6416768ed5b9c4e14d8415856ef620c94 (patch)
tree4b9423ff0c308841bbcb1e23b6ac5098bb1c22a7
parent2246c17a175075f5ad99a4b6c307d7b20aed0eba (diff)
downloadaur-1bcc67b6416768ed5b9c4e14d8415856ef620c94.tar.gz
version 0.4b-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17d6e2e23d23..4bf33c56ee70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = suxpanel
pkgdesc = A lightweight X11 desktop panel
pkgver = 0.4b
- pkgrel = 2
+ pkgrel = 3
url = http://suxpanel.berlios.de/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a7b368f498d4..6b3a967376f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=suxpanel
pkgver=0.4b
-pkgrel=2
+pkgrel=3
pkgdesc="A lightweight X11 desktop panel"
arch=('x86_64' 'i686')
url="http://suxpanel.berlios.de/"
@@ -18,6 +18,7 @@ build() {
./configure --prefix=/usr
sed -e 's, -lgobject-2.0, -lgmodule-2.0 -lgobject-2.0,' -i Makefile
sed -e 's,/usr/share/suxpanel/plugins,/usr/lib/suxpanel/plugins,' -i Makefile
+ sed -e 's, -shared , -fPIC -shared ,' -i Makefile
sed -e 's,/usr/share/suxpanel/plugins,/usr/lib/suxpanel/plugins,' -i suxpanel-install.sh
make
}