pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/astromenace



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep 12 21:37:45 UTC 2019

Modified Files:
        pkgsrc/games/astromenace: Makefile PLIST

Log Message:
astromenace: Install icons with correct filenames.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/astromenace/Makefile \
    pkgsrc/games/astromenace/PLIST

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

Modified files:

Index: pkgsrc/games/astromenace/Makefile
diff -u pkgsrc/games/astromenace/Makefile:1.2 pkgsrc/games/astromenace/Makefile:1.3
--- pkgsrc/games/astromenace/Makefile:1.2       Thu Sep 12 20:48:19 2019
+++ pkgsrc/games/astromenace/Makefile   Thu Sep 12 21:37:45 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/09/12 20:48:19 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/12 21:37:45 nia Exp $
 
 DISTNAME=      astromenace-1.4.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=viewizard/}
 GITHUB_PROJECT=        astromenace
@@ -42,7 +42,7 @@ do-install:
                ${DESTDIR}${PREFIX}/share/applications
 .for s in ${ICON_SIZES}
        ${INSTALL_DATA} ${WRKSRC}/share/astromenace_${s}.png \
-               ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps
+               ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/astromenace.png
 .endfor
 
 .include "../../audio/freealut/buildlink3.mk"
Index: pkgsrc/games/astromenace/PLIST
diff -u pkgsrc/games/astromenace/PLIST:1.2 pkgsrc/games/astromenace/PLIST:1.3
--- pkgsrc/games/astromenace/PLIST:1.2  Thu Sep 12 20:48:19 2019
+++ pkgsrc/games/astromenace/PLIST      Thu Sep 12 21:37:45 2019
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2019/09/12 20:48:19 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/09/12 21:37:45 nia Exp $
 bin/astromenace
 share/applications/astromenace.desktop
 share/astromenace/gamedata.vfs
-share/icons/hicolor/128x128/apps/astromenace_128.png
-share/icons/hicolor/64x64/apps/astromenace_64.png
+share/icons/hicolor/128x128/apps/astromenace.png
+share/icons/hicolor/64x64/apps/astromenace.png



Home | Main Index | Thread Index | Old Index