mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
gconfmm: remove package
unused, abandoned upstream, doesn't build
This commit is contained in:
parent
610c1c746b
commit
dcce96e53a
5 changed files with 3 additions and 38 deletions
|
@ -2545,7 +2545,6 @@ libfann.so.2 fann-2.2.0_1
|
|||
libdoublefann.so.2 fann-2.2.0_1
|
||||
libxerces-c-3.2.so libxerces-c-3.2.0_1
|
||||
libunibreak.so.3 libunibreak-4.0_1
|
||||
libgconfmm-2.6.so.1 gconfmm-2.28.3_1
|
||||
libiperf.so.0 iperf3-3.1.1_1
|
||||
libKF5UnitConversion.so.5 kunitconversion-5.26.0_1
|
||||
libfdk-aac.so.2 fdk-aac-2.0.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
gconfmm
|
|
@ -1 +0,0 @@
|
|||
gconfmm
|
|
@ -1,35 +0,0 @@
|
|||
# Template file for 'gconfmm'
|
||||
pkgname=gconfmm
|
||||
version=2.28.3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="GConf-devel glibmm-devel"
|
||||
short_desc="C++ bindings for GConf"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://gconfmm.sourceforge.net"
|
||||
distfiles="${GNOME_SITE}/gconfmm/${version%.*}/gconfmm-${version}.tar.xz"
|
||||
checksum=d7bd2d29c1a87b85329547fb29a0eca52d944e60699982152775002e24c09228
|
||||
|
||||
CXXFLAGS="-std=c++11"
|
||||
|
||||
gconfmm-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/gconfmm-2.6/include
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
gconfmm-doc_package() {
|
||||
short_desc+=" - documentation"
|
||||
pkg_install() {
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
fi
|
|
@ -90,6 +90,9 @@ replaces="
|
|||
fuse-usmb<=20130204_7
|
||||
gandi-cli<=1.6_2
|
||||
gconf-editor<=3.0.1_3
|
||||
gconfmm<=2.28.3_4
|
||||
gconfmm-devel<=2.28.3_4
|
||||
gconfmm-doc<=2.28.3_4
|
||||
gegl3<=0.3.28_2
|
||||
gens-gs<=2.16.7_2
|
||||
geoip-data<=20171002_2
|
||||
|
|
Loading…
Add table
Reference in a new issue