11# Template file for 'glycin'
22pkgname=glycin
3- version=1.2.3
3+ version=2.0.7
44revision=1
55build_style=meson
66build_helper="rust gir"
@@ -16,7 +16,7 @@ homepage="https://gitlab.gnome.org/GNOME/glycin"
1616changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/1.2/NEWS"
1717#changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/main/NEWS"
1818distfiles="${GNOME_SITE}/glycin/${version%.*}/glycin-${version}.tar.xz"
19- checksum=380aafe2bfb4eca0c45b42660ebff449600d00a43b609d5b1c83f795f5c8fb3c
19+ checksum=c416ac29b6d3ecdc67b90c15537ba1293ceb7af96fa101cae67b7d1d37e50ab0
2020make_check=no # needs to be installed to run tests
2121
2222if [ "$CROSS_BUILD" ]; then
@@ -46,19 +46,19 @@ glycin-devel_package() {
4646 depends="glycin>=${version}_${revision}"
4747 short_desc+=" - development files"
4848 pkg_install() {
49- vmove usr/include/glycin-1
50- vmove usr/lib/pkgconfig/glycin-1 .pc
51- vmove usr/lib/libglycin-1 .so
52- vmove usr/share/gir-1.0/Gly-1 .gir
53- vmove usr/share/vala/vapi/glycin-1 .*
49+ vmove usr/include/glycin-2
50+ vmove usr/lib/pkgconfig/glycin-2 .pc
51+ vmove usr/lib/libglycin-2 .so
52+ vmove usr/share/gir-1.0/Gly-2 .gir
53+ vmove usr/share/vala/vapi/glycin-2 .*
5454 }
5555}
5656
5757glycin-gtk4_package() {
5858 depends="glycin>=${version}_${revision}"
5959 short_desc+=" - GTK4 integration"
6060 pkg_install() {
61- vmove "usr/lib/libglycin-gtk4-1 .so.*"
61+ vmove "usr/lib/libglycin-gtk4-2 .so.*"
6262 vmove usr/lib/girepository-1.0/GlyGtk4-1.typelib
6363 }
6464}
@@ -67,11 +67,11 @@ glycin-gtk4-devel_package() {
6767 depends="glycin-gtk4>=${version}_${revision}"
6868 short_desc+=" - GTK4 development files"
6969 pkg_install() {
70- vmove usr/include/glycin-gtk4-1
71- vmove usr/lib/pkgconfig/glycin-gtk4-1 .pc
72- vmove usr/lib/libglycin-gtk4-1 .so
70+ vmove usr/include/glycin-gtk4-2
71+ vmove usr/lib/pkgconfig/glycin-gtk4-2 .pc
72+ vmove usr/lib/libglycin-gtk4-2 .so
7373 vmove usr/share/gir-1.0/GlyGtk4-1.gir
74- vmove usr/share/vala/vapi/glycin-gtk4-1 .*
74+ vmove usr/share/vala/vapi/glycin-gtk4-2 .*
7575 }
7676}
7777
0 commit comments