initial import
This commit is contained in:
27
gtk-vnc/PKGBUILD
Normal file
27
gtk-vnc/PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=gtk-vnc
|
||||
pkgver=1.0.0
|
||||
_ver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc='A VNC viewer widget for GTK'
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://wiki.gnome.org/Projects/${pkgname}"
|
||||
license=('LGPL-2.1')
|
||||
depends=('gtk' 'gnutls' 'libgcrypt' 'libsasl')
|
||||
makedepends=('gobject-introspection' 'meson' 'vala' 'perl-text-csv')
|
||||
source=("https://download.gnome.org/sources/${pkgname}/${_ver}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha512sums=('63a40b9b284c4e46a92d5375ab3660b324ff27bfc572559d3b34d29fe4f7d24e976396b6688b8f3e3109d49dc5527075d128c43bb997507e68ddc0880b0ad148')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
hyperbola-meson build
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
DESTDIR=${pkgdir} meson install -C build
|
||||
install -Dvm755 build/examples/gvncviewer -t ${pkgdir}/usr/bin
|
||||
install -Dvm644 COPYING.LIB -t ${pkgdir}/usr/share/licenses/${pkgname}
|
||||
}
|
||||
Reference in New Issue
Block a user