[arch-commits] Commit in gtk-vnc/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Nov 17 20:20:32 UTC 2021
Date: Wednesday, November 17, 2021 @ 20:20:32
Author: heftig
Revision: 428577
archrelease: copy trunk to extra-x86_64
Added:
gtk-vnc/repos/extra-x86_64/PKGBUILD
(from rev 428576, gtk-vnc/trunk/PKGBUILD)
Deleted:
gtk-vnc/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 93 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-17 20:14:52 UTC (rev 428576)
+++ PKGBUILD 2021-11-17 20:20:32 UTC (rev 428577)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: lp76 <l.peduto at gmail.com>
-
-pkgname=gtk-vnc
-pkgver=1.2.0
-pkgrel=1
-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=e03f3ef68147a8f10f8756d80963bdbfa8f569dc # tags/v1.2.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
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
- install -Dt "$pkgdir/usr/bin" build/examples/gvncviewer
-}
Copied: gtk-vnc/repos/extra-x86_64/PKGBUILD (from rev 428576, gtk-vnc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-17 20:20:32 UTC (rev 428577)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: lp76 <l.peduto at gmail.com>
+
+pkgname=gtk-vnc
+pkgver=1.3.0
+pkgrel=1
+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)
+provides=(libgtk-vnc-2.0.so libgvnc{,pulse}-1.0.so)
+_commit=3df186523a8eab9ff6cbbcb2e23d5d8986461c2e # tags/v1.3.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 gtk-vnc
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+ cd gtk-vnc
+
+ git submodule init
+ git submodule set-url src/keycodemapdb "$srcdir/keycodemapdb"
+ git submodule update
+}
+
+build() {
+ arch-meson gtk-vnc build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+ install -Dt "$pkgdir/usr/bin" build/examples/gvncviewer
+}
More information about the arch-commits
mailing list