diff --git a/common/shlibs b/common/shlibs index 1c04cc7888..8f8117a371 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3142,8 +3142,6 @@ libgutenprint.so.9 gutenprint-5.3.3_1 libunbound.so.8 libunbound-1.10.0_2 libmirage.so.11 libmirage-3.1.0_1 libwkhtmltox.so.0 libwkhtmltopdf-0.12.5_1 -libixml.so.10 libupnp1.8-1.8.2_1 -libupnp.so.13 libupnp1.8-1.8.4_1 libsysprof-4.so sysprof-3.37.90_1 libsysprof-ui-4.so sysprof-3.37.90_1 libmozjs-52.so mozjs52-52.3.0_1 diff --git a/srcpkgs/libupnp1.8-devel b/srcpkgs/libupnp1.8-devel deleted file mode 120000 index e90a1eae9e..0000000000 --- a/srcpkgs/libupnp1.8-devel +++ /dev/null @@ -1 +0,0 @@ -libupnp1.8 \ No newline at end of file diff --git a/srcpkgs/libupnp1.8/template b/srcpkgs/libupnp1.8/template deleted file mode 100644 index 7ae8ba2f1d..0000000000 --- a/srcpkgs/libupnp1.8/template +++ /dev/null @@ -1,36 +0,0 @@ -# Template file for 'libupnp1.8' -pkgname=libupnp1.8 -version=1.8.7 -revision=1 -wrksrc="pupnp-release-${version}" -build_style=gnu-configure -configure_args="--enable-ipv6 --enable-reuseaddr" -hostmakedepends="automake libtool pkg-config" -short_desc="Portable Open Source UPnP Development Kit" -maintainer="Alexander Gehrke " -license="BSD-3-Clause" -homepage="http://pupnp.sourceforge.net/" -distfiles="https://github.com/mrjimenez/pupnp/archive/release-${version}.tar.gz" -checksum=236a788a0fe1274f51497c0433398ab2fd8ecf3ed8a6e738b15896f63e89c81d - -# libupnp uses large file support, so users must do that, too -CFLAGS="-D_FILE_OFFSET_BITS=64" - -pre_configure() { - autoreconf -fi -} - -post_install() { - vlicense COPYING -} - -libupnp1.8-devel_package() { - depends="${sourcepkg}>=${version}_${revision}" - short_desc+=" - development files" - pkg_install() { - vmove usr/include - vmove usr/lib/pkgconfig - vmove "usr/lib/*.so" - vmove "usr/lib/*.a" - } -} diff --git a/srcpkgs/libupnp1.8/update b/srcpkgs/libupnp1.8/update deleted file mode 100644 index 35ccc57c5e..0000000000 --- a/srcpkgs/libupnp1.8/update +++ /dev/null @@ -1 +0,0 @@ -pattern="release-\K[\d\.]*(?=\.tar.gz)"