diff --git a/libindicator-gtk2-32/.signature b/libindicator-gtk2-32/.signature index d7fe9051..95e532a6 100644 --- a/libindicator-gtk2-32/.signature +++ b/libindicator-gtk2-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXQCPBZOrU8rUB5xbGxcuSkQk6qL4uB5vzblny5ZlHVlcErXssE83KgPkHwtG52EnFUZZyuNGQ63dVajLCueiSgg= -SHA256 (Pkgfile) = 9838fb129b0e3d9444213bd6afad49823d280bc7781ada83c6ae495cd27179e8 +RWSwxGo/zH7eXfhlxiO+dy60MKdU0+kv7r1hOy0VGw3q/phFVC5EUQ03NnQvhqUAP4dm1JTGQVzw3syzymwbjGdIgPNcVBhJqwc= +SHA256 (Pkgfile) = de75fc70972cfc292bceb036ec446713a26c2840fbb443a317f83160cca2cde1 SHA256 (.footprint) = 02d500ef3011fd38ae3de60d25c4cbbe49681a0081c0ab21363fc42c57effdcd -SHA256 (libindicator-16.10.tar.gz) = 03bb0f6aa4c0eeefd53f040f641e42bdccb8f7b791685bbdefd2cee50d95ca51 +SHA256 (libindicator_16.10.0+18.04.20180321.1.orig.tar.gz) = 0029ac3aa8d5a339de252f66209b40c12e5bfa9072221b9b32d07844273f62fd diff --git a/libindicator-gtk2-32/Pkgfile b/libindicator-gtk2-32/Pkgfile index 8a24ce17..9b88fc40 100644 --- a/libindicator-gtk2-32/Pkgfile +++ b/libindicator-gtk2-32/Pkgfile @@ -4,19 +4,19 @@ # Depends on: gtk-32 libindicator-gtk2 xorg-libxdamage-32 name=libindicator-gtk2-32 -version=16.10 +version=16.10.0 release=1 -source=(http://unrealize.co.uk/source/libindicator-$version.tar.gz) +source=(http://archive.ubuntu.com/ubuntu/pool/universe/libi/libindicator/libindicator_${version}+18.04.20180321.1.orig.tar.gz) build() { - cd libindicator-$version sed -e 's/-Werror -Wno-error=deprecated-declarations//g' -i libindicator/Makefile.am sed -e 's/--enable-gtk-doc//g' -i autogen.sh - NOCONFIGURE=1 ./autogen.sh - CFLAGS+=" -Wno-deprecated -Wno-deprecated-declarations -fPIC" \ - CXXFLAGS+=" -Wno-deprecated -Wno-deprecated-declarations -fPIC" \ export PKG_CONFIG_LIBDIR="/usr/lib32/pkgconfig:/usr/share/pkgconfig/" + NOCONFIGURE=1 ./autogen.sh + + CFLAGS+=" -Wno-deprecated -Wno-deprecated-declarations -fPIC" \ + CXXFLAGS+=" -Wno-deprecated -Wno-deprecated-declarations -fPIC" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ @@ -26,6 +26,7 @@ build() { --with-gtk=2 make -j1 make -j1 DESTDIR=$PKG install + rm -fr $PKG/usr/include rm -fr $PKG/usr/share/libindicator }