pkgsrc-WIP-changes archive

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

gambas3-ide: move hook up to override default



Module Name:	pkgsrc-wip
Committed By:	bgermann <bastiangermann%fishpost.de@localhost>
Pushed By:	bgermann
Date:		Tue Apr 30 04:40:43 2019 +0200
Changeset:	5e20d2992a6d88da042df4dae5b6ffdb4bba8249

Modified Files:
	gambas3-ide/Makefile

Log Message:
gambas3-ide: move hook up to override default

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

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

diffstat:
 gambas3-ide/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/gambas3-ide/Makefile b/gambas3-ide/Makefile
index f63234aa4c..4abfae96bf 100644
--- a/gambas3-ide/Makefile
+++ b/gambas3-ide/Makefile
@@ -8,6 +8,12 @@ GB_DEPENDS+=	gambas3-gb-form-editor gambas3-gb-form-mdi gambas3-gb-form-stock
 GB_DEPENDS+=	gambas3-gb-form-terminal gambas3-gb-image gambas3-gb-markdown
 GB_DEPENDS+=	gambas3-gb-net gambas3-gb-net-curl gambas3-gb-settings
 GB_DEPENDS+=	gambas3-gb-signal gambas3-gb-term gambas3-gb-util gambas3-gb-jit
+
+post-install:
+	cd ${WRKSRC}/app; \
+	xdg-icon-resource install --novendor --size 48 desktop/gambas3.png; \
+	xdg-desktop-menu  install --novendor desktop/gambas3.desktop
+
 .include "../../wip/gambas3/Makefile.common"
 
 PKGNAME=	gambas3-ide-${GB_VERSION}
@@ -18,11 +24,6 @@ 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; \
-	xdg-icon-resource install --novendor --size 48 desktop/gambas3.png; \
-	xdg-desktop-menu  install --novendor desktop/gambas3.desktop
-
 .include "options.mk"
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"


Home | Main Index | Thread Index | Old Index