aboutsummaryrefslogtreecommitdiffstats
path: root/community/gtk-vnc
diff options
context:
space:
mode:
authorstf <7o5rfu92t@ctrlc.hu>2019-11-02 22:16:32 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-11-02 19:44:51 -0300
commitef5806667fb2c1cf74c6260cf4703c228025be15 (patch)
tree6c22ba31626ce35b3bf6ca85ec3adbae35fc7e2a /community/gtk-vnc
parent5f1473799f96958b6d2586ccb955ece0364b6177 (diff)
downloadaports-ef5806667fb2c1cf74c6260cf4703c228025be15.tar.bz2
aports-ef5806667fb2c1cf74c6260cf4703c228025be15.tar.xz
community/gtk-vnc: install gvncviewer from examples
Diffstat (limited to 'community/gtk-vnc')
-rw-r--r--community/gtk-vnc/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gtk-vnc/APKBUILD b/community/gtk-vnc/APKBUILD
index 3ceddd95f0..f05233439b 100644
--- a/community/gtk-vnc/APKBUILD
+++ b/community/gtk-vnc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtk-vnc
pkgver=1.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="A VNC viewer widget for GTK"
url="https://wiki.gnome.org/Projects/gtk-vnc"
arch="all"
@@ -43,8 +43,9 @@ package() {
gvncviewer() {
pkgdesc="Demo application for gtk-vnc"
- mkdir -p "$subpkgdir"/usr
- mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
+ cd $builddir
+ mkdir -p "$subpkgdir"/usr/bin
+ mv output/examples/gvncviewer "$subpkgdir"/usr/bin
}
sha512sums="63a40b9b284c4e46a92d5375ab3660b324ff27bfc572559d3b34d29fe4f7d24e976396b6688b8f3e3109d49dc5527075d128c43bb997507e68ddc0880b0ad148 gtk-vnc-1.0.0.tar.xz"