libjcat: update to 0.1.14.
This commit is contained in:
parent
60691d3f7e
commit
aaff289fe0
4 changed files with 21 additions and 9 deletions
|
@ -3865,7 +3865,7 @@ libhidrd_item.so.0 hidrd-0.2.0_1
|
||||||
libhidrd_opt.so.0 hidrd-0.2.0_1
|
libhidrd_opt.so.0 hidrd-0.2.0_1
|
||||||
libhidrd_strm.so.0 hidrd-0.2.0_1
|
libhidrd_strm.so.0 hidrd-0.2.0_1
|
||||||
libhidrd_fmt.so.0 hidrd-0.2.0_1
|
libhidrd_fmt.so.0 hidrd-0.2.0_1
|
||||||
libjcat.so.1 libjcat-0.1.2_1
|
libjcat.so.1 libjcat-0.1.14_1
|
||||||
libmatio.so.11 matio-1.5.23_1
|
libmatio.so.11 matio-1.5.23_1
|
||||||
libportal.so.1 libportal-0.6_1
|
libportal.so.1 libportal-0.6_1
|
||||||
libportal-gtk3.so.1 libportal-gtk3-0.6_1
|
libportal-gtk3.so.1 libportal-gtk3-0.6_1
|
||||||
|
|
1
srcpkgs/jcat-tests
Symbolic link
1
srcpkgs/jcat-tests
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libjcat
|
1
srcpkgs/jcat-tool
Symbolic link
1
srcpkgs/jcat-tool
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libjcat
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libjcat'
|
# Template file for 'libjcat'
|
||||||
pkgname=libjcat
|
pkgname=libjcat
|
||||||
version=0.1.4
|
version=0.1.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -12,16 +12,26 @@ maintainer="marmeladema <xademax@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/hughsie/libjcat"
|
homepage="https://github.com/hughsie/libjcat"
|
||||||
distfiles="https://github.com/hughsie/libjcat/archive/${version}.tar.gz"
|
distfiles="https://github.com/hughsie/libjcat/archive/${version}.tar.gz"
|
||||||
checksum=d2f9d554b9d91abc59ff5e10d79801d30e3efcfcb27cd4cee9688381f51a3832
|
checksum=e754051419d9955cfa4dcf4503aa86105c45bcbb5e95222a938ba95cc8f0569b
|
||||||
|
|
||||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
jcat-tool_package() {
|
||||||
configure_args="-Dman=false"
|
short_desc+=" - tools"
|
||||||
else
|
pkg_install() {
|
||||||
hostmakedepends+=" help2man"
|
vmove usr/bin
|
||||||
fi
|
vmove usr/share/man
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
jcat-tests_package() {
|
||||||
|
short_desc+=" - self-tests"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/libexec/installed-tests
|
||||||
|
vmove usr/share/installed-tests
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
libjcat-devel_package() {
|
libjcat-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
depends="${makedepends} jcat-tool"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue