libappindicator: remove package
uses python2, not maintained since 2012, replaced by libayatana-appindicator
This commit is contained in:
parent
eeb9324b4e
commit
bb68063c4d
|
@ -3081,7 +3081,6 @@ libappstream-builder.so.8 appstream-glib-0.6.13_1
|
|||
libflatpak.so.0 flatpak-0.9.3_2
|
||||
libnanomsg.so.5 nanomsg-1.1.3_1
|
||||
libindicator3.so.7 libindicator-12.10.1_1
|
||||
libappindicator3.so.1 libappindicator-12.10.0_1
|
||||
libscanmem.so.1 libscanmem-0.17_5
|
||||
libsctp.so.1 lksctp-tools-1.0.17_1
|
||||
libwithsctp.so.1 lksctp-tools-1.0.17_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libappindicator
|
|
@ -1,45 +0,0 @@
|
|||
# Template file for 'libappindicator'
|
||||
pkgname=libappindicator
|
||||
version=12.10.0
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--with-gtk=3"
|
||||
hostmakedepends="pkg-config python glib-devel"
|
||||
makedepends="gtk+3-devel glib-devel glib-networking libdbusmenu-glib-devel
|
||||
libdbusmenu-gtk3-devel libindicator-devel dbus-glib-devel python-devel
|
||||
python-gobject2-devel pygtk-devel"
|
||||
short_desc="Library to allow applications to export a menu"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="https://launchpad.net/libappindicator"
|
||||
distfiles="https://launchpad.net/libappindicator/${version%.*}/${version}/+download/libappindicator-${version}.tar.gz"
|
||||
checksum=d5907c1f98084acf28fd19593cb70672caa0ca1cf82d747ba6f4830d4cc3b49f
|
||||
|
||||
# since this package depends on features that have already been removed in
|
||||
# gtk+4, we need to ignore the depreciated problem. GTK is going away from the
|
||||
# idea of app indicators in taskbars.
|
||||
CFLAGS="-Wno-deprecated-declarations -Wno-error=incompatible-pointer-types"
|
||||
|
||||
# Avoid errors for macros deprecated since glib-2.58 */
|
||||
CFLAGS+=" -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56"
|
||||
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -i 's:^py_prefix=`:py_prefix='"$XBPS_CROSS_BASE"'`:' configure
|
||||
fi
|
||||
}
|
||||
|
||||
libappindicator-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision} gtk+3-devel libdbusmenu-glib-devel"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/share/gir-1.0
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue