[arch-commits] Commit in gtk-vnc/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:41:21
  Author: felixonmars
Revision: 386426

archrelease: copy trunk to staging-x86_64

Added:
  gtk-vnc/repos/staging-x86_64/
  gtk-vnc/repos/staging-x86_64/PKGBUILD
(from rev 386425, gtk-vnc/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: gtk-vnc/repos/staging-x86_64/PKGBUILD (from rev 386425, 
gtk-vnc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-19 08:41:21 UTC (rev 386426)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Allan McRae 
+# Contributor: lp76 
+
+pkgname=gtk-vnc
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="A VNC viewer widget for GTK+"
+url="https://wiki.gnome.org/Projects/gtk-vnc;
+arch=(x86_64)
+license=(LGPL)
+depends=(libgcrypt gtk3 gnutls libpulse)
+makedepends=(vala gobject-introspection git perl-text-csv meson)
+_commit=99ce0ff670f1ba2947a2f36ec853cc7fbf015678  # tags/v1.0.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
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.src/keycodemapdb.url "$srcdir/keycodemapdb"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/bin" build/examples/gvncviewer
+}


[arch-commits] Commit in gtk-vnc/repos (staging-x86_64 testing-x86_64)

2011-08-13 Thread andyrtr
Date: Saturday, August 13, 2011 @ 05:58:57
  Author: andyrtr
Revision: 135394

db-move: moved gtk-vnc from [staging] to [testing] (x86_64)

Added:
  gtk-vnc/repos/testing-x86_64/
Deleted:
  gtk-vnc/repos/staging-x86_64/



[arch-commits] Commit in gtk-vnc/repos (staging-x86_64)

2011-08-08 Thread Eric Bélanger
Date: Monday, August 8, 2011 @ 02:00:01
  Author: eric
Revision: 134866

archrelease: copy trunk to staging-x86_64

Added:
  gtk-vnc/repos/staging-x86_64/



[arch-commits] Commit in gtk-vnc/repos (staging-x86_64 testing-x86_64)

2010-10-04 Thread Allan McRae
Date: Monday, October 4, 2010 @ 06:51:46
  Author: allan
Revision: 93811

db-move: moved gtk-vnc from [staging] to [testing] (x86_64)

Added:
  gtk-vnc/repos/testing-x86_64/
Deleted:
  gtk-vnc/repos/staging-x86_64/



[arch-commits] Commit in gtk-vnc/repos (staging-x86_64)

2010-09-03 Thread Rémy Oudompheng
Date: Friday, September 3, 2010 @ 12:13:54
  Author: remy
Revision: 89747

archrelease: copy trunk to staging-x86_64

Added:
  gtk-vnc/repos/staging-x86_64/