mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libproxy: update to 0.4.18.
This commit is contained in:
parent
00d46170e4
commit
be3ec273c9
1 changed files with 9 additions and 5 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'libproxy'
|
# Template file for 'libproxy'
|
||||||
pkgname=libproxy
|
pkgname=libproxy
|
||||||
version=0.4.15
|
version=0.4.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
|
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
|
||||||
-DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
|
-DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="A library handling all the details of proxy configuration"
|
short_desc="Library handling all the details of proxy configuration"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://github.com/libproxy/libproxy"
|
homepage="http://github.com/libproxy/libproxy"
|
||||||
license="LGPL-2.1"
|
distfiles="https://github.com/libproxy/libproxy/releases/download/${version}/libproxy-${version}.tar.xz"
|
||||||
distfiles="https://github.com/libproxy/libproxy/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
checksum=69b5856e9ea42c38ac77e6b8c92ffc86a71d341fef74e77bef85f9cc6c47a4b1
|
||||||
checksum=18f58b0a0043b6881774187427ead158d310127fc46a1c668ad6d207fb28b4e0
|
|
||||||
|
post_patch() {
|
||||||
|
vsed '/add_test(NAME url-test/d' -i libproxy/test/CMakeLists.txt
|
||||||
|
}
|
||||||
|
|
||||||
libproxy-devel_package() {
|
libproxy-devel_package() {
|
||||||
depends="libproxy>=${version}_${revision}"
|
depends="libproxy>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue