mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 19:31:10 +02:00
testing/vinagre: new aport
Closes GH-7573
This commit is contained in:
parent
964e2acd21
commit
b958c9813a
39
testing/vinagre/APKBUILD
Normal file
39
testing/vinagre/APKBUILD
Normal file
@ -0,0 +1,39 @@
|
||||
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
||||
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
||||
pkgname=vinagre
|
||||
pkgver=3.22.0
|
||||
pkgrel=0
|
||||
pkgdesc="VNC client for the GNOME desktop"
|
||||
url="https://wiki.gnome.org/Apps/Vinagre"
|
||||
arch="all !armhf !armv7" # polkit missing
|
||||
license="GPL-2.0-or-later"
|
||||
depends="openssh"
|
||||
makedepends="libxml2-dev intltool itstool glib-dev libsecret-dev spice-gtk-dev
|
||||
telepathy-glib-dev vte3-dev gtk-vnc-dev openssh avahi-dev avahi-ui-dev vala"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="https://download.gnome.org/sources/vinagre/${pkgver%.*}/vinagre-$pkgver.tar.xz"
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--disable-compile-warnings \
|
||||
--enable-spice \
|
||||
--enable-ssh \
|
||||
--with-gnome
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="6a84b353d75b48649af507cb747688115b35268bc0303554afc9684bbfec4f9c3b2d93d89fa64480ede07bb4fb1eabe360b6eccd11e58691ce9f955f329c615f vinagre-3.22.0.tar.xz"
|
Loading…
x
Reference in New Issue
Block a user