[arch-commits] Commit in gtk-vnc/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Nov 17 20:12:25 UTC 2021
Date: Wednesday, November 17, 2021 @ 20:12:25
Author: heftig
Revision: 428575
1.3.0-1
Modified:
gtk-vnc/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-17 15:50:11 UTC (rev 428574)
+++ PKGBUILD 2021-11-17 20:12:25 UTC (rev 428575)
@@ -4,7 +4,7 @@
# Contributor: lp76 <l.peduto at gmail.com>
pkgname=gtk-vnc
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="A VNC viewer widget for GTK+"
url="https://wiki.gnome.org/Projects/gtk-vnc"
@@ -12,7 +12,7 @@
license=(LGPL)
depends=(libgcrypt gtk3 gnutls libpulse)
makedepends=(vala gobject-introspection git perl-text-csv meson)
-_commit=e03f3ef68147a8f10f8756d80963bdbfa8f569dc # tags/v1.2.0^0
+_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'
@@ -19,20 +19,20 @@
'SKIP')
pkgver() {
- cd $pkgname
+ cd gtk-vnc
git describe --tags | sed 's/^v//;s/-/+/g'
}
prepare() {
- cd $pkgname
+ cd gtk-vnc
git submodule init
- git config --local submodule.src/keycodemapdb.url "$srcdir/keycodemapdb"
+ git submodule set-url src/keycodemapdb "$srcdir/keycodemapdb"
git submodule update
}
build() {
- arch-meson $pkgname build
+ arch-meson gtk-vnc build
meson compile -C build
}
@@ -41,6 +41,6 @@
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
install -Dt "$pkgdir/usr/bin" build/examples/gvncviewer
}
More information about the arch-commits
mailing list