libindicator-gtk2-32: updated source

This commit is contained in:
Tim Biermann 2023-07-09 00:06:17 +02:00
parent 2e79611b90
commit 159c0f0deb
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXQCPBZOrU8rUB5xbGxcuSkQk6qL4uB5vzblny5ZlHVlcErXssE83KgPkHwtG52EnFUZZyuNGQ63dVajLCueiSgg= RWSwxGo/zH7eXfhlxiO+dy60MKdU0+kv7r1hOy0VGw3q/phFVC5EUQ03NnQvhqUAP4dm1JTGQVzw3syzymwbjGdIgPNcVBhJqwc=
SHA256 (Pkgfile) = 9838fb129b0e3d9444213bd6afad49823d280bc7781ada83c6ae495cd27179e8 SHA256 (Pkgfile) = de75fc70972cfc292bceb036ec446713a26c2840fbb443a317f83160cca2cde1
SHA256 (.footprint) = 02d500ef3011fd38ae3de60d25c4cbbe49681a0081c0ab21363fc42c57effdcd SHA256 (.footprint) = 02d500ef3011fd38ae3de60d25c4cbbe49681a0081c0ab21363fc42c57effdcd
SHA256 (libindicator-16.10.tar.gz) = 03bb0f6aa4c0eeefd53f040f641e42bdccb8f7b791685bbdefd2cee50d95ca51 SHA256 (libindicator_16.10.0+18.04.20180321.1.orig.tar.gz) = 0029ac3aa8d5a339de252f66209b40c12e5bfa9072221b9b32d07844273f62fd

View File

@ -4,19 +4,19 @@
# Depends on: gtk-32 libindicator-gtk2 xorg-libxdamage-32 # Depends on: gtk-32 libindicator-gtk2 xorg-libxdamage-32
name=libindicator-gtk2-32 name=libindicator-gtk2-32
version=16.10 version=16.10.0
release=1 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() { build() {
cd libindicator-$version
sed -e 's/-Werror -Wno-error=deprecated-declarations//g' -i libindicator/Makefile.am sed -e 's/-Werror -Wno-error=deprecated-declarations//g' -i libindicator/Makefile.am
sed -e 's/--enable-gtk-doc//g' -i autogen.sh 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/" 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 \ ./configure \
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib32 \ --libdir=/usr/lib32 \
@ -26,6 +26,7 @@ build() {
--with-gtk=2 --with-gtk=2
make -j1 make -j1
make -j1 DESTDIR=$PKG install make -j1 DESTDIR=$PKG install
rm -fr $PKG/usr/include rm -fr $PKG/usr/include
rm -fr $PKG/usr/share/libindicator rm -fr $PKG/usr/share/libindicator
} }