summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2021-07-08 09:07:26 -0600
committerBrian Bidulock2021-07-08 09:07:26 -0600
commit2535aceff23a5536961a9f63016088277d1ad087 (patch)
tree60fd19027fb5f2939a6dd25f900db4c1acef79c2 /PKGBUILD
parent1bcc67b6416768ed5b9c4e14d8415856ef620c94 (diff)
downloadaur-suxpanel.tar.gz
update urls and LDFLAGS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b3a967376f7..cbf438d95105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=suxpanel
pkgver=0.4b
-pkgrel=3
+pkgrel=4
pkgdesc="A lightweight X11 desktop panel"
arch=('x86_64' 'i686')
-url="http://suxpanel.berlios.de/"
+#url="http://suxpanel.berlios.de/"
+url="https://sourceforge.net/projects/$pkgname.berlios"
license=('GPL')
depends=('gtk2' 'libwnck')
-source=(http://download.berlios.de/suxpanel/$pkgname-$pkgver.tar.gz)
+#source=(http://download.berlios.de/suxpanel/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sf.net/$pkgname.berlios/$pkgname-$pkgver.tar.gz)
md5sums=('a89d1b4fde46db553d326ca69c392441')
@@ -18,7 +20,8 @@ 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; -Wl,-export-dynamic ; -Wl,-export-dynamic,-O1,--sort-common,--as-needed,-z,relro,-z,now ;' -i Makefile
+ sed -e 's; -shared ; -fPIC -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ;' -i Makefile
sed -e 's,/usr/share/suxpanel/plugins,/usr/lib/suxpanel/plugins,' -i suxpanel-install.sh
make
}