Tue Jun 2 10:48:35 2020 UTC ()
x11/lxqt-globalkeys: Follow github hosted package nomenclature
as suggested by @leot


(pin)
diff -r1.3 -r1.4 pkgsrc/x11/lxqt-globalkeys/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/x11/lxqt-globalkeys/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/lxqt-globalkeys/Makefile 2020/06/02 08:23:06 1.3
+++ pkgsrc/x11/lxqt-globalkeys/Makefile 2020/06/02 10:48:35 1.4
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2020/06/02 08:23:06 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2020/06/02 10:48:35 pin Exp $
2 2
3VERSION= 0.15.0 3DISTNAME= lxqt-globalkeys-0.15.0
4DISTNAME= lxqt-globalkeys-${VERSION} 
5PKGREVISION= 1 4PKGREVISION= 1
6CATEGORIES= x11 5CATEGORIES= x11
7MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/lxqt-globalkeys/releases/download/${VERSION}/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
 7GITHUB_RELEASE= ${PKGVERSION_NOREV}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/lxqt/lxqt-globalkeys/ 11HOMEPAGE= https://github.com/lxqt/lxqt-globalkeys/
12COMMENT= Daemon and library for global keyboard shortcuts registration 12COMMENT= Daemon and library for global keyboard shortcuts registration
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15USE_CMAKE= yes 15USE_CMAKE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18 18
19CONFIGURE_DIRS= build 19CONFIGURE_DIRS= build
20CMAKE_ARG_PATH= .. 20CMAKE_ARG_PATH= ..