pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tigervnc: fix previous
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Apr 28 15:47:41 2021 +0200
Changeset: 9443dcffcdbeb58b059bfda3241ceb63ee85d326
Modified Files:
tigervnc/Makefile
tigervnc/PLIST
Log Message:
tigervnc: fix previous
Changing DISTNAME/PKGNAME has consequences. It's better to test them :)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9443dcffcdbeb58b059bfda3241ceb63ee85d326
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tigervnc/Makefile | 5 ++++-
tigervnc/PLIST | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diffs:
diff --git a/tigervnc/Makefile b/tigervnc/Makefile
index 2e98170708..f407a2aa06 100644
--- a/tigervnc/Makefile
+++ b/tigervnc/Makefile
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.37 2021/04/21 13:25:14 adam Exp $
-DISTNAME= tigervnc-1.9.0.1.18
+DISTNAME= tigervnc-1.9.0
+PKGNAME= ${DISTNAME}.1.18.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=TigerVNC/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -19,6 +20,8 @@ BUILD_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
DEPENDS+= mcookie-[0-9]*:../../x11/mcookie
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
USE_CMAKE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
diff --git a/tigervnc/PLIST b/tigervnc/PLIST
index bcb24a6acb..18ed2e3a83 100644
--- a/tigervnc/PLIST
+++ b/tigervnc/PLIST
@@ -13,8 +13,8 @@ man/man1/vncserver.1
man/man1/vncviewer.1
man/man1/x0vncserver.1
share/applications/vncviewer.desktop
-share/doc/${PKGNAME}/LICENCE.TXT
-share/doc/${PKGNAME}/README.rst
+share/doc/tigervnc-1.9.0/LICENCE.TXT
+share/doc/tigervnc-1.9.0/README.rst
share/icons/hicolor/16x16/apps/tigervnc.png
share/icons/hicolor/22x22/apps/tigervnc.png
share/icons/hicolor/24x24/apps/tigervnc.png
Home |
Main Index |
Thread Index |
Old Index