mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
glib-networking: get rid of systemd stuff.
This commit is contained in:
parent
5ca3ef7a7f
commit
0d900967d6
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glib-networking'
|
# Template file for 'glib-networking'
|
||||||
pkgname=glib-networking
|
pkgname=glib-networking
|
||||||
version=2.48.0
|
version=2.48.0
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --with-libproxy --with-gnome-proxy
|
configure_args="--disable-static --with-libproxy --with-gnome-proxy
|
||||||
|
@ -18,3 +18,7 @@ homepage="http://www.gnome.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024
|
checksum=7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue