mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
gpgme: move pkgconfig files to -devel; fix rdeps in subpkgs.
Found with: [juan@leysa ~]$ xbps-query -X gpgme gpgmepp-1.13.1_1 volume_key-0.3.12_1 [juan@leysa ~]$
This commit is contained in:
parent
608c73182c
commit
ff866c91e1
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gpgme'
|
# Template file for 'gpgme'
|
||||||
pkgname=gpgme
|
pkgname=gpgme
|
||||||
version=1.13.1
|
version=1.13.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-fd-passing
|
configure_args="--enable-fd-passing
|
||||||
--with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
|
--with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
|
||||||
|
@ -42,6 +42,7 @@ gpgme-devel_package() {
|
||||||
depends="${makedepends/qt5-tools-devel/} libgpgme>=${version}_${revision}"
|
depends="${makedepends/qt5-tools-devel/} libgpgme>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/bin/gpgme-config
|
vmove usr/bin/gpgme-config
|
||||||
vmove usr/include/gpgme.h
|
vmove usr/include/gpgme.h
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
|
@ -50,7 +51,6 @@ gpgme-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
gpgmepp_package() {
|
gpgmepp_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
short_desc+=" - C++ library"
|
short_desc+=" - C++ library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/libgpgmepp.so.*
|
vmove usr/lib/libgpgmepp.so.*
|
||||||
|
@ -69,7 +69,6 @@ gpgmepp-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
gpgmeqt_package() {
|
gpgmeqt_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
short_desc+=" - Qt binding"
|
short_desc+=" - Qt binding"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/libqgpgme.so.*
|
vmove usr/lib/libqgpgme.so.*
|
||||||
|
|
Loading…
Add table
Reference in a new issue