gfbgraph: remove package
* uses libsoup2, not regularly maintained, unused
This commit is contained in:
parent
6beb7a9c81
commit
f6f90ddf6b
|
@ -1575,7 +1575,6 @@ libslim.so.1.3.6 slim-1.3.6_1
|
|||
libmediaart-2.0.so.0 libmediaart-1.9.1_1
|
||||
libinput.so.10 libinput-1.2.0_1
|
||||
libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1
|
||||
libgfbgraph-0.2.so.0 gfbgraph-0.2.2_1
|
||||
libgtkhex-4.so.0 libgtkhex-42.1_1
|
||||
libgdlmm-3.0.so.2 libgdlmm-3.7.3_1
|
||||
libdmraid.so.1 dmraid-1.0.0.rc16.3_5
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
gfbgraph
|
|
@ -1,43 +0,0 @@
|
|||
# Template file for 'gfbgraph'
|
||||
pkgname=gfbgraph
|
||||
version=0.2.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-static $(vopt_enable gtk_doc gtk-doc)"
|
||||
hostmakedepends="pkg-config $(vopt_if gtk_doc gtk-doc)"
|
||||
makedepends="rest-devel json-glib-devel gnome-online-accounts-devel"
|
||||
short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/GFBGraph"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3
|
||||
make_check=no # needs facebook credentials
|
||||
|
||||
build_options="gir gtk_doc"
|
||||
build_options_default="gir"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+=" gtk_doc"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/doc
|
||||
}
|
||||
|
||||
gfbgraph-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
if [ "$build_option_gtk_doc" ]; then
|
||||
vmove usr/share/gtk-doc
|
||||
fi
|
||||
vmove "usr/lib/*.so"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
}
|
||||
}
|
|
@ -109,6 +109,7 @@ replaces="
|
|||
geoip-data<=20171002_2
|
||||
gespeaker<=0.8.6_3
|
||||
getmail<=5.14_2
|
||||
gfbgraph<=0.2.5_1
|
||||
giti<=1.0.0_1
|
||||
gksu<=2.0.2_4
|
||||
glibmm-doc<=2.64.2_2
|
||||
|
|
Loading…
Reference in New Issue