mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
glycin: update to 1.2.2
This commit is contained in:
parent
1a2e0c2820
commit
669a7769f4
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'glycin'
|
||||
pkgname=glycin
|
||||
version=1.2.1
|
||||
revision=2
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="rust gir"
|
||||
configure_args="-Dtest_skip_install=true"
|
||||
|
@ -16,7 +16,7 @@ homepage="https://gitlab.gnome.org/GNOME/glycin"
|
|||
changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/1.2/NEWS"
|
||||
#changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/main/NEWS"
|
||||
distfiles="${GNOME_SITE}/glycin/${version%.*}/glycin-${version}.tar.xz"
|
||||
checksum=ccc578e9a3e83d0dc1535737d1fda09baa95c7167f5e5ecb15f786654094eed5
|
||||
checksum=4ab446d58b10c76283227a65487b8bbdb74ba5009e9ed23045fcfa8ba3fb2861
|
||||
make_check=no # needs to be installed to run tests
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -38,6 +38,10 @@ post_patch() {
|
|||
ln -sf /bin/false ${XBPS_WRAPPERDIR}/git
|
||||
}
|
||||
|
||||
do_install() {
|
||||
meson install -C build --destdir $DESTDIR --no-rebuild
|
||||
}
|
||||
|
||||
glycin-devel_package() {
|
||||
depends="glycin>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue