mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
cups: make sure it uses libcups with gnutls symbols.
This commit is contained in:
parent
6d3390edaf
commit
4b9bf6327f
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the runtime shared libraries."
|
This package contains the runtime shared libraries."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cups'
|
# Template file for 'cups'
|
||||||
pkgname=cups
|
pkgname=cups
|
||||||
version=1.5.3
|
version=1.5.3
|
||||||
revision=2
|
revision=3
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
homepage="http://www.cups.org/"
|
homepage="http://www.cups.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -37,6 +37,8 @@ conf_files="
|
||||||
|
|
||||||
subpackages="libcups cups-devel"
|
subpackages="libcups cups-devel"
|
||||||
|
|
||||||
|
shlib_depends="libcups>=1.5.3_1" # gnutls switch
|
||||||
|
|
||||||
Add_dependency build automake
|
Add_dependency build automake
|
||||||
Add_dependency build acl-devel
|
Add_dependency build acl-devel
|
||||||
Add_dependency build jpeg-devel
|
Add_dependency build jpeg-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue