pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/oshu oshu: Disable non-minimal skin.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a0a876963ea
branches: trunk
changeset: 448703:9a0a876963ea
user: nia <nia%pkgsrc.org@localhost>
date: Fri Mar 12 15:02:13 2021 +0000
description:
oshu: Disable non-minimal skin.
It needs to download files during the build process and the website
it downloads files from stopped existing, so the package stopped building.
Maybe it should be a distfile when the file becomes available again.
diffstat:
games/oshu/Makefile | 8 ++++----
games/oshu/PLIST | 24 +-----------------------
2 files changed, 5 insertions(+), 27 deletions(-)
diffs (62 lines):
diff -r f8fc06fd991e -r 9a0a876963ea games/oshu/Makefile
--- a/games/oshu/Makefile Fri Mar 12 14:48:12 2021 +0000
+++ b/games/oshu/Makefile Fri Mar 12 15:02:13 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2020/08/18 17:57:57 leot Exp $
+# $NetBSD: Makefile,v 1.7 2021/03/12 15:02:13 nia Exp $
DISTNAME= oshu-2.0.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=fmang/}
@@ -11,10 +11,10 @@
LICENSE= gnu-gpl-v3
USE_TOOLS+= pkg-config
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c c++
USE_CMAKE= yes
-CMAKE_ARGS+= -DOSHU_SKINS="minimal;osu"
+CMAKE_ARGS+= -DOSHU_SKINS="minimal"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
diff -r f8fc06fd991e -r 9a0a876963ea games/oshu/PLIST
--- a/games/oshu/PLIST Fri Mar 12 14:48:12 2021 +0000
+++ b/games/oshu/PLIST Fri Mar 12 15:02:13 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/06/23 16:02:00 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/03/12 15:02:13 nia Exp $
bin/oshu
bin/oshu-library
man/man1/oshu-library.1
@@ -9,26 +9,4 @@
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
-share/oshu/skins/osu/drum-hitnormal.wav
-share/oshu/skins/osu/drum-hitwhistle.wav
-share/oshu/skins/osu/drum-sliderslide.wav
-share/oshu/skins/osu/drum-slidertick.wav
-share/oshu/skins/osu/drum-sliderwhistle.wav
-share/oshu/skins/osu/normal-hitclap.wav
-share/oshu/skins/osu/normal-hitfinish.wav
-share/oshu/skins/osu/normal-hitnormal.wav
-share/oshu/skins/osu/normal-hitwhistle.wav
-share/oshu/skins/osu/normal-sliderslide.wav
-share/oshu/skins/osu/normal-slidertick.wav
-share/oshu/skins/osu/normal-sliderwhistle.wav
-share/oshu/skins/osu/soft-hitclap.wav
-share/oshu/skins/osu/soft-hitfinish.wav
-share/oshu/skins/osu/soft-hitnormal.wav
-share/oshu/skins/osu/soft-hitwhistle.wav
-share/oshu/skins/osu/soft-sliderslide.wav
-share/oshu/skins/osu/soft-slidertick.wav
-share/oshu/skins/osu/soft-sliderwhistle.wav
share/oshu/web/style.css
Home |
Main Index |
Thread Index |
Old Index