mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
libpodofo0.9.7: no longer provides libpodofo
Otherwise, xbps-remove will consider libpodofo orphaned, too. Fix: #47907
This commit is contained in:
parent
cc00132eb3
commit
9ebc0cafbe
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'libpodofo0.9.7'
|
||||
pkgname=libpodofo0.9.7
|
||||
version=0.9.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DPODOFO_BUILD_SHARED=TRUE -DPODOFO_BUILD_LIB_ONLY=TRUE"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fontconfig-devel libidn-devel openssl-devel lua53-devel tiff-devel"
|
||||
short_desc="Library to work with the PDF file format"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
|
@ -13,7 +14,6 @@ distfiles="https://github.com/podofo/podofo/archive/refs/tags/${version}.tar.gz"
|
|||
checksum=42d7eaa3c8ffabf001121447830343c4362e562d0f12192b033a393f334a64a6
|
||||
disable_parallel_build=yes
|
||||
replaces="libpodofo<=${version}_999"
|
||||
provides="libpodofo-${version}_${revision}"
|
||||
|
||||
libpodofo0.9.7-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
@ -21,6 +21,7 @@ libpodofo0.9.7-devel_package() {
|
|||
conflicts="libpodofo-devel>=0"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue