libglademm: remove package
The package is not maintained (just like libglade) and considered obsolete. Nothing else depends on it (including -devel).
This commit is contained in:
parent
6d9572a913
commit
5e94df1ced
|
@ -326,7 +326,6 @@ libnotify.so.4 libnotify-0.7_1
|
|||
libexo-1.so.0 exo-0.7.3_1
|
||||
libexo-2.so.0 exo-0.12.0_1
|
||||
libglade-2.0.so.0 libglade-2.6.4_1
|
||||
libglademm-2.4.so.1 libglademm-2.6.7_1
|
||||
libthunarx-3.so.0 Thunar-1.8.1_1
|
||||
libexif.so.12 libexif-0.6.17_1
|
||||
liboil-0.3.so.0 liboil-0.3.16_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libglademm
|
|
@ -1,27 +0,0 @@
|
|||
# Template build file for 'libglademm'.
|
||||
pkgname=libglademm
|
||||
version=2.6.7
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtkmm2-devel libglade-devel"
|
||||
homepage="http://www.gtkmm.org"
|
||||
license="GPL-2"
|
||||
short_desc="Runtime interpreter for GLADE GUI files (gtkmm2 binding)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
|
||||
checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
|
||||
|
||||
CXXFLAGS="-std=c++11"
|
||||
|
||||
libglademm-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/libglademm-2.4
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1.20221025
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -258,6 +258,8 @@ replaces="
|
|||
libfcitx-qt-devel<=4.2.9.8_1
|
||||
libfcitx-qt<=4.2.9.8_1
|
||||
libgksu<=2.0.12_5
|
||||
libglademm<=2.6.7_6
|
||||
libglademm-devel<=2.6.7_6
|
||||
libglib-static<=2.58.3_5
|
||||
libgtkhtml<=4.10.0_1
|
||||
liblrzip<=0.641_1
|
||||
|
|
Loading…
Reference in New Issue