rest0: remove package

This commit is contained in:
oreo639 2024-02-25 22:18:44 -08:00 committed by oreo639
parent f9bf9616dc
commit 1d0ff13117
4 changed files with 2 additions and 44 deletions

View File

@ -881,9 +881,7 @@ libcogl-gles2.so.20 cogl-1.18.0_1
libcogl-path.so.20 cogl-1.18.0_1
libSDL2_Pango.so.4 SDL2_Pango-2.1.5_1
libp11-kit.so.0 p11-kit-0.7_1
librest-0.7.so.0 rest0-0.8.1_1
librest-1.0.so.0 rest-0.9.1_1
librest-extras-0.7.so.0 rest0-0.8.1_1
librest-extras-1.0.so.0 rest-0.9.1_1
libgoa-1.0.so.0 gnome-online-accounts-3.2.0_1
libgoa-backend-1.0.so.1 gnome-online-accounts-3.10.0_1

View File

@ -652,6 +652,8 @@ replaces="
rem-devel<=2.10.0_1
rem<=2.10.0_1
reminiscence<=0.4.6_1
rest0-devel<=0.8.1_1
rest0<=0.8.1_1
rkt-stage1-coreos<=1.30.0_3
rkt-stage1-fly<=1.30.0_3
rkt<=1.30.0_3

View File

@ -1 +0,0 @@
rest0

View File

@ -1,41 +0,0 @@
# Template file for 'rest0'
pkgname=rest0
version=0.8.1
revision=1
build_style=gnu-configure
build_helper="gir"
configure_args="$(vopt_enable gir introspection) --disable-static
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
hostmakedepends="automake perl m4 libtool pkg-config glib-devel gtk-doc"
makedepends="libglib-devel libsoup-gnome-devel libxml2-devel"
depends="ca-certificates"
short_desc="RESTful library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/librest"
changelog="https://gitlab.gnome.org/GNOME/librest/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/rest/${version%.*}/rest-${version}.tar.xz"
checksum=0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9
# Package build options
build_options="gir"
build_options_default="gir"
pre_configure() {
autoreconf -fi
}
rest0-devel_package() {
depends="${sourcepkg}>=${version}_${revision} libglib-devel libsoup-devel
libxml2-devel"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
vmove "usr/lib/*.so"
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
}
}