pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/astromenace astromenace: Install icons with corr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/25c9f116fb2b
branches: trunk
changeset: 339591:25c9f116fb2b
user: nia <nia%pkgsrc.org@localhost>
date: Thu Sep 12 21:37:45 2019 +0000
description:
astromenace: Install icons with correct filenames.
diffstat:
games/astromenace/Makefile | 6 +++---
games/astromenace/PLIST | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 841f74587f4c -r 25c9f116fb2b games/astromenace/Makefile
--- a/games/astromenace/Makefile Thu Sep 12 21:21:51 2019 +0000
+++ b/games/astromenace/Makefile Thu Sep 12 21:37:45 2019 +0000
@@ -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 @@
${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"
diff -r 841f74587f4c -r 25c9f116fb2b games/astromenace/PLIST
--- a/games/astromenace/PLIST Thu Sep 12 21:21:51 2019 +0000
+++ b/games/astromenace/PLIST Thu Sep 12 21:37:45 2019 +0000
@@ -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