summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2015-10-12 14:19:55 +0200
committerMaxime Gauduin2015-10-12 14:19:55 +0200
commitfdadfdb63630208c3815cea89e68412a9e9f52d2 (patch)
tree4e52139e569f2e89c2df076b33cad2629e0ad2fd
parentef5777157ea520d42e5b16cc13de90e26aa84f97 (diff)
downloadaur-fdadfdb63630208c3815cea89e68412a9e9f52d2.tar.gz
libindicator 12.10.1-5
Fix linker flags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da722d25c56f..d2da4bfa2eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libindicator
pkgdesc = A set of symbols and convenience functions for Ayatana indicators
pkgver = 12.10.1
- pkgrel = 4
+ pkgrel = 5
url = https://launchpad.net/libindicator
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c67bbe5dc2e8..ebc85a1e85d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=libindicator
pkgname=('libindicator-gtk2' 'libindicator-gtk3')
pkgver=12.10.1
-pkgrel=4
+pkgrel=5
pkgdesc='A set of symbols and convenience functions for Ayatana indicators'
arch=('i686' 'x86_64')
url='https://launchpad.net/libindicator'
@@ -15,6 +15,7 @@ sha256sums=('b2d2e44c10313d5c9cd60db455d520f80b36dc39562df079a3f29495e8f9447f')
prepare() {
sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i libindicator-${pkgver}/libindicator/Makefile.{am,in}
+ sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i libindicator-${pkgver}/configure
cp -r libindicator-${pkgver} libindicator-gtk2-${pkgver}
}