pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Install appdata in non-legacy path



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Tue Apr 30 04:16:55 2019 +0200
Changeset:	2ec401231f99849e4550da40644f496537fdc51a

Modified Files:
	gambas3-ide/Makefile
	gambas3-ide/PLIST

Log Message:
Install appdata in non-legacy path

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2ec401231f99849e4550da40644f496537fdc51a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gambas3-ide/Makefile | 1 +
 gambas3-ide/PLIST    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/gambas3-ide/Makefile b/gambas3-ide/Makefile
index 178a60d99c..f63234aa4c 100644
--- a/gambas3-ide/Makefile
+++ b/gambas3-ide/Makefile
@@ -16,6 +16,7 @@ COMMENT=	Integrated Development Environment for the Gambas programming language
 DEPENDS+=	gtar-base-1.*:../../archivers/gtar-base
 
 CHECK_FILES_SKIP+=	${PREFIX}/bin/gb.*
+CHECK_FILES_SKIP+=	${PREFIX}/share/appdata/gambas3.appdata.xml
 
 post-install:
 	cd ${WRKSRC}/app; \
diff --git a/gambas3-ide/PLIST b/gambas3-ide/PLIST
index 644a03d1fd..8dd2ea3eb4 100644
--- a/gambas3-ide/PLIST
+++ b/gambas3-ide/PLIST
@@ -1,7 +1,6 @@
 @comment $NetBSD$
 bin/gambas3
 bin/gambas3.gambas
-share/appdata/gambas3.appdata.xml
 share/gambas3/template/console/.directory
 share/gambas3/template/console/.gitignore
 share/gambas3/template/console/.icon.png
@@ -116,3 +115,4 @@ share/gambas3/template/~subversion/.lang/fr.po
 share/gambas3/template/~subversion/.project
 share/gambas3/template/~subversion/.src/Main.module
 share/gambas3/template/~subversion/icon.png
+share/metainfo/gambas3.appdata.xml


Home | Main Index | Thread Index | Old Index