libindicator-gtk2: updated source, removed graphite2 dependency
This commit is contained in:
parent
753b171b28
commit
0701ad390b
@ -28,3 +28,5 @@ lrwxrwxrwx root/root usr/lib/libindicator.so.7 -> libindicator.so.7.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/indicator-0.4.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/libindicator/
|
||||
-rw-r--r-- root/root usr/share/libindicator/80indicator-debugging
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32SQEda/Q92wv6mbTjv6LrVjMm8/YCA1+xJecf+f9FXc4ubYyw/0YYg2WME+ruNdUi1VpnoiaAdnBeFaepEfbAw=
|
||||
SHA256 (Pkgfile) = a3e354f5e75a4492c66bfc33b398a3e5561e2ba74101f37fbd653ad0223edea8
|
||||
SHA256 (.footprint) = 2dbb0df555ec73e057ff4cb2fcb59d84839b9c227f8d9e24b8fdb522929b83a5
|
||||
SHA256 (libindicator-16.10.tar.gz) = 03bb0f6aa4c0eeefd53f040f641e42bdccb8f7b791685bbdefd2cee50d95ca51
|
||||
RWSagIOpLGJF31vX7u2xyuBvAVHihsh9gtbJ3+qReRk4Ud+oRw/YKvPFPeozwgmRoeXd7Q9J7pUg3qNGWAVHq4sfqxCdmMQRXQU=
|
||||
SHA256 (Pkgfile) = e9c8aef3756b91c6dff39dd6491d8cb02b35b968cefd9c8cfb94d6052bcd1e79
|
||||
SHA256 (.footprint) = 725a3aee94df58ff740baa17d33cfb14dee20da3870d232ded9eef185e92956a
|
||||
SHA256 (libindicator_16.10.0+18.04.20180321.1.orig.tar.gz) = 0029ac3aa8d5a339de252f66209b40c12e5bfa9072221b9b32d07844273f62fd
|
||||
|
@ -1,28 +1,28 @@
|
||||
# Description: Set of symbols and convenience functions for Ayatana indicators (GTK+ 2 library)
|
||||
# URL: https://launchpad.net/libindicator
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: graphite2 gtk xorg-libxdamage gnome-common
|
||||
# Depends on: gnome-common gtk xorg-libxdamage
|
||||
|
||||
name=libindicator-gtk2
|
||||
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" \
|
||||
|
||||
CFLAGS+=" -Wno-deprecated -Wno-deprecated-declarations -fPIC" \
|
||||
CXXFLAGS+=" -Wno-deprecated -Wno-deprecated-declarations -fPIC" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/libindicator \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--with-gtk=2
|
||||
|
||||
make -j1
|
||||
make -j1 DESTDIR=$PKG install
|
||||
#rm -fr $PKG/usr/lib/libdummy*
|
||||
rm -fr $PKG/usr/share/libindicator
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user