Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gtk-vnc


Commits:
aae3e953 by loqs at 2024-10-03T05:24:32+01:00
Use path for git submodule set-url

- - - - -
4f0a283c by loqs at 2024-10-03T05:24:34+01:00
Allow file protocol for git submodule update

- - - - -
f23debec by loqs at 2024-10-03T04:27:33+00:00
Add glib2-devel to makedepends

glib2-devel is required for glib-genmarshal

- - - - -
64402d88 by loqs at 2024-10-03T04:28:15+00:00
Change to SPDX license identifier

https://gitlab.gnome.org/GNOME/gtk-vnc/-/blob/1ea35aa11bdf97916409504024bcd36a01abc64d/meson.build#L4
https://gitlab.gnome.org/GNOME/gtk-vnc/-/commit/c3edfe0bceeaadc9d1091cba74febf1498517011

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -9,9 +9,9 @@ pkgrel=1
 pkgdesc="VNC viewer widget for GTK"
 url="https://wiki.gnome.org/Projects/gtk-vnc";
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.1-or-later)
 depends=(libgcrypt gtk3 gnutls libpulse)
-makedepends=(vala gobject-introspection git perl-text-csv meson)
+makedepends=(vala gobject-introspection git glib2-devel perl-text-csv meson)
 provides=(libgtk-vnc-2.0.so libgvnc{,pulse}-1.0.so)
 _commit=1ea35aa11bdf97916409504024bcd36a01abc64d  # tags/v1.3.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk-vnc.git#commit=$_commit";
@@ -28,8 +28,8 @@ prepare() {
   cd gtk-vnc
 
   git submodule init
-  git submodule set-url src/keycodemapdb "$srcdir/keycodemapdb"
-  git submodule update
+  git submodule set-url subprojects/keycodemapdb "$srcdir/keycodemapdb"
+  git -c protocol.file.allow=always submodule update
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gtk-vnc/-/compare/9d309956ee4272873366c30e1bce47ff68f3a71b...64402d88d27a654c2c215b9e2398366baa6dba16

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gtk-vnc/-/compare/9d309956ee4272873366c30e1bce47ff68f3a71b...64402d88d27a654c2c215b9e2398366baa6dba16
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to