libwnck2: remove package
gtk2, very old version of libwnck, unused
This commit is contained in:
parent
995015ca38
commit
d32b1daf6f
|
@ -171,7 +171,6 @@ libXau.so.6 libXau-1.0.4_1
|
|||
libexslt.so.0 libxslt-1.1.24_1
|
||||
libxslt.so.1 libxslt-1.1.24_1
|
||||
libstartup-notification-1.so.0 startup-notification-0.10_1
|
||||
libwnck-1.so.22 libwnck2-2.30_1
|
||||
libwnck-3.so.0 libwnck-2.91.90_1
|
||||
libnl.so.1 libnl-1.1_1
|
||||
libnl-3.so.200 libnl3-3.2.1_1
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
# Template file for 'libwnck2'
|
||||
pkgname=libwnck2
|
||||
version=2.30.7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool gdk-pixbuf-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="startup-notification-devel libXres-devel gtk+-devel"
|
||||
short_desc="Library for layout and rendering of text (GTK+2)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/libwnck/2.30/libwnck-$version.tar.bz2"
|
||||
checksum=8aabbe6c87b89b170dbd6e1577a89d248323da128fff0b3ab673010f0cd6156c
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
post_patch() {
|
||||
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/bin
|
||||
}
|
||||
|
||||
libwnck2-devel_package() {
|
||||
depends="gtk+-devel startup-notification-devel libXres-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
pkgname=libwnck
|
||||
ignore="[!2].*"
|
|
@ -289,6 +289,8 @@ replaces="
|
|||
libunique1-devel<=1.1.6_12
|
||||
libunique1<=1.1.6_12
|
||||
libunique<=3.0.2_11
|
||||
libwnck2-devel<=2.30.7_8
|
||||
libwnck2<=2.30.7_8
|
||||
libxml2-python<=2.9.10_4
|
||||
libxnoise<=0.2.21_4
|
||||
libxslt-python<=1.1.34_5
|
||||
|
|
Loading…
Reference in New Issue