pkgsrc-WIP-changes archive

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

oshu: Fix installation.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Tue Jun 11 13:06:02 2019 +0100
Changeset:	040650338c9e4f7c5111cf88a1c35dc1319fda03

Modified Files:
	oshu/Makefile
	oshu/PLIST

Log Message:
oshu: Fix installation.

Thanks wiz for pointing this out.

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

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

diffstat:
 oshu/Makefile | 2 ++
 oshu/PLIST    | 3 +++
 2 files changed, 5 insertions(+)

diffs:
diff --git a/oshu/Makefile b/oshu/Makefile
index 8e401326aa..83581464ad 100644
--- a/oshu/Makefile
+++ b/oshu/Makefile
@@ -13,6 +13,8 @@ USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++14
 USE_CMAKE=	yes
 
+CMAKE_ARGS+=	-DOSHU_SKINS="minimal;osu"
+
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
diff --git a/oshu/PLIST b/oshu/PLIST
index e65f334f25..7318929b70 100644
--- a/oshu/PLIST
+++ b/oshu/PLIST
@@ -6,6 +6,9 @@ man/man1/oshu.1
 share/applications/oshu.desktop
 share/mime/packages/oshu.xml
 share/oshu/skins/default
+share/oshu/skins/minimal/drum-hitnormal.wav
+share/oshu/skins/minimal/normal-hitnormal.wav
+share/oshu/skins/minimal/soft-hitnormal.wav
 share/oshu/skins/osu/README.md
 share/oshu/skins/osu/drum-hitclap.wav
 share/oshu/skins/osu/drum-hitfinish.wav


Home | Main Index | Thread Index | Old Index