diff --git a/common/shlibs b/common/shlibs index 2473f6fad8b..6661b197c3b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libappindicator-devel b/srcpkgs/libappindicator-devel deleted file mode 120000 index 8bd81b38499..00000000000 --- a/srcpkgs/libappindicator-devel +++ /dev/null @@ -1 +0,0 @@ -libappindicator \ No newline at end of file diff --git a/srcpkgs/libappindicator/template b/srcpkgs/libappindicator/template deleted file mode 100644 index 11fc6f6d152..00000000000 --- a/srcpkgs/libappindicator/template +++ /dev/null @@ -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 " -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 - } -}