summaryrefslogtreecommitdiffstats
path: root/libglademm
diff options
context:
space:
mode:
Diffstat (limited to 'libglademm')
-rw-r--r--libglademm/.SRCINFO1
-rw-r--r--libglademm/PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/libglademm/.SRCINFO b/libglademm/.SRCINFO
index 226d46c..1e43b18 100644
--- a/libglademm/.SRCINFO
+++ b/libglademm/.SRCINFO
@@ -9,5 +9,6 @@ pkgbase = libglademm
depends = libglade
depends = gtkmm
source = https://download.gnome.org/sources/libglademm/2.6/libglademm-2.6.7.tar.bz2
+ sha256sums = 38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
pkgname = libglademm
diff --git a/libglademm/PKGBUILD b/libglademm/PKGBUILD
index 92d24a1..b2c65cf 100644
--- a/libglademm/PKGBUILD
+++ b/libglademm/PKGBUILD
@@ -18,6 +18,7 @@ source=(https://download.gnome.org/sources/${pkgname}/2.6/${pkgname}-${pkgver}.t
build() {
cd ${pkgname}-${pkgver}
CXXFLAGS+=' -std=c++11'
+ LDFLAGS='-Wl,-rpath,/usr/lib -lxml2'
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -29,3 +30,4 @@ package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
+sha256sums=('38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3')