libdbusmenu-gtk2: fix build

This commit is contained in:
Tim Biermann 2019-09-18 15:34:37 +02:00
parent 58a1b4ea1e
commit 4db43c1275
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30vabE05b0ZB2bmdeuJI975z+Zg9uGmYDs6JRGrjjilIppb59Hwm07xLMhfivsJ/h5vozGVRmg4vDgp021/FogE=
SHA256 (Pkgfile) = f8dc5f94ce2396da0e3d1f69ebdc086da213ea38983291cd81b083725e7c8c0a
RWSagIOpLGJF36/kFsz5iYNbLkEUm8bZTwoSArS5nduIEO1YPMfmjsz/oQEnYZoGjYGUQp06dIW5fyYS0CSWLzU7kUIwdXTjpg4=
SHA256 (Pkgfile) = 6b9dc66cefd3c8a440c86f128f96223672d59113bee7a2aec6d2ac484841be38
SHA256 (.footprint) = 5bec7509fcf384613bbe208ce5d8551fb2d980836cc383af18e08c5ca58ef981
SHA256 (libdbusmenu_18.10.20180917~bzr490+repack1.orig.tar.xz) = f670bc86ea5ae1488b2405f371ceb870ce353127578f9b0aed2862cbbc42053b
SHA256 (0001_no-deprecated-gnome-common-macros.patch) = a65626ad3dd26a81037332d881736587929c7f8935cd34d2fc3e7f4a988d5a72

View File

@ -5,7 +5,7 @@
name=libdbusmenu-gtk2
version=18.10
release=1
release=2
source=(http://cdn-fastly.deb.debian.org/debian/pool/main/libd/libdbusmenu/libdbusmenu_18.10.20180917~bzr490+repack1.orig.tar.xz
0001_no-deprecated-gnome-common-macros.patch)
@ -14,6 +14,8 @@ build() {
patch -Np1 -i $SRC/0001_no-deprecated-gnome-common-macros.patch
sed -e 's/gtkdocize || exit 1//g' -i autogen.sh
sed -e 's/--enable-gtk-doc//g' -i autogen.sh
export CFLAGS+=" -O2 -Wno-error"
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/$name \