[arch-commits] Commit in gtk-vnc/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Aug 1 16:09:36 UTC 2018


    Date: Wednesday, August 1, 2018 @ 16:09:36
  Author: heftig
Revision: 330417

0.8.0-1

Modified:
  gtk-vnc/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-01 15:20:58 UTC (rev 330416)
+++ PKGBUILD	2018-08-01 16:09:36 UTC (rev 330417)
@@ -5,7 +5,7 @@
 # Contributor: lp76 <l.peduto at gmail.com>
 
 pkgname=gtk-vnc
-pkgver=0.7.2
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="A VNC viewer widget for GTK+"
 url="https://wiki.gnome.org/Projects/gtk-vnc"
@@ -13,9 +13,11 @@
 license=(LGPL)
 depends=(libgcrypt gtk3 gnutls libpulse)
 makedepends=(intltool vala gobject-introspection gnome-common git perl-text-csv)
-_commit=0e8b3c545ad109051501b4ff4ed548689df6e7d4  # tags/v0.7.2^0
-source=("git+https://git.gnome.org/browse/gtk-vnc#commit=$_commit")
-sha256sums=('SKIP')
+_commit=b6f338308b2b5663288b85809a8e492290164bc3  # tags/v0.8.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gtk-vnc.git#commit=$_commit"
+        git+https://gitlab.com/keycodemap/keycodemapdb.git)
+sha256sums=('SKIP'
+            'SKIP')
 
 pkgver() {
   cd $pkgname
@@ -24,6 +26,11 @@
 
 prepare() {
   cd $pkgname
+
+  git submodule init
+  git config --local submodule.src/keycodemapdb.url "$srcdir/keycodemapdb"
+  git submodule update
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list