summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf33c56ee70..a4bd6a79879c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = suxpanel
pkgdesc = A lightweight X11 desktop panel
pkgver = 0.4b
- pkgrel = 3
- url = http://suxpanel.berlios.de/
+ pkgrel = 4
+ url = https://sourceforge.net/projects/suxpanel.berlios
arch = x86_64
arch = i686
license = GPL
depends = gtk2
depends = libwnck
- source = http://download.berlios.de/suxpanel/suxpanel-0.4b.tar.gz
+ source = https://downloads.sf.net/suxpanel.berlios/suxpanel-0.4b.tar.gz
md5sums = a89d1b4fde46db553d326ca69c392441
pkgname = suxpanel
-
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
}