1
0

games-arcade/osu-bin: move from games-arcade/osu-lazer-bin, add 2024.412.1, drop 2024.312.1-r1

This commit is contained in:
Puqns67 2024-04-23 10:35:00 +08:00
parent bd1d2edfe0
commit 9ccb0e6d56
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
10 changed files with 22 additions and 21 deletions

View File

@ -0,0 +1 @@
DIST osu-2024.412.1.AppImage 155452608 BLAKE2B 72b4031eae04765797b4a9395c01418ac3b3d16d90472dc489c240218f1f8778ffe7291daeca8dca79d9f831be7940005b57d5b0e17344d79def1e2d0b1c3a22 SHA512 1b033157420f66e9f403740917abddbb1d7cd2bf9ac331aa484f9fba3bc76e58cadbd9d1948f231197dc5d5959a2e821c1fbf39d66c729e86a6fe3a7d4e0e5d6

View File

@ -0,0 +1,2 @@
#!/usr/bin/bash
OSU_EXTERNAL_UPDATE_PROVIDER=true exec /usr/lib/osu/osu! "$@"

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Name=osu!
Icon=osu
Comment=Rhythm is just a *click* away!
MimeType=application/x-osu-beatmap;application/x-osu-skin;x-scheme-handler/osu;
Exec=/usr/bin/osu %U
Categories=Game;
Terminal=false
StartupWMClass=osu!
StartupNotify=true

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-osu-lazer-beatmap"> <mime-type type="application/x-osu-beatmap">
<comment>osu! Beatmap</comment> <comment>osu! Beatmap</comment>
<comment xml:lang="zh">osu! 谱面</comment> <comment xml:lang="zh">osu! 谱面</comment>
<sub-class-of type="application/zip"/> <sub-class-of type="application/zip"/>
<icon name="osu-lazer" /> <icon name="osu" />
<glob pattern="*.osz" /> <glob pattern="*.osz" />
</mime-type> </mime-type>
<mime-type type="application/x-osu-lazer-skin"> <mime-type type="application/x-osu-skin">
<comment>osu! Skin</comment> <comment>osu! Skin</comment>
<comment xml:lang="zh">osu! 皮肤</comment> <comment xml:lang="zh">osu! 皮肤</comment>
<sub-class-of type="application/zip"/> <sub-class-of type="application/zip"/>
<icon name="osu-lazer" /> <icon name="osu" />
<glob pattern="*.osk" /> <glob pattern="*.osk" />
</mime-type> </mime-type>
</mime-info> </mime-info>

View File

@ -15,7 +15,7 @@ S="${WORKDIR}/squashfs-root"
LICENSE="MIT CC-BY-NC-4.0" LICENSE="MIT CC-BY-NC-4.0"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="-* ~amd64"
RESTRICT="mirror" RESTRICT="mirror"
@ -30,9 +30,9 @@ src_install() {
doins -r usr/bin/* doins -r usr/bin/*
chmod 755 "${D}/usr/lib/${_PN}/osu!" chmod 755 "${D}/usr/lib/${_PN}/osu!"
newbin "${FILESDIR}/${_PN}.bash" osu-lazer newbin "${FILESDIR}/${_PN}.bash" "${_PN}"
newicon 'osu!.png' osu-lazer.png newicon 'osu!.png' "${_PN}.png"
domenu "${FILESDIR}/${_PN}.desktop" domenu "${FILESDIR}/${_PN}.desktop"
insinto /usr/share/mime/packages insinto /usr/share/mime/packages

View File

@ -1 +0,0 @@
DIST osu-lazer-2024.312.1.AppImage 155296960 BLAKE2B b920870e64bfc11f6ec8202c27e4c5a44477c11a399f0781992a174f898914e35b9ac0124d2b1ae57de9e4ceae200613aba77f64e6210cd5bdb711eeb414fc90 SHA512 740b502d284ed3f7e37409150887851770f7e63e44f29a2e43f29a4ea05b78a569c163a67db7cd4a4a1a7a78e4ba2247893b76e595211da4fd02e49c94d330a9

View File

@ -1,2 +0,0 @@
#!/usr/bin/bash
OSU_EXTERNAL_UPDATE_PROVIDER=true /usr/lib/osu-lazer/osu! "$@"

View File

@ -1,11 +0,0 @@
[Desktop Entry]
Type=Application
Name=osu!lazer
Icon=osu-lazer
Comment=Rhythm is just a *click* away!
MimeType=application/x-osu-lazer-beatmap;application/x-osu-lazer-skin;x-scheme-handler/osu;
Exec=/usr/bin/osu-lazer %U
Categories=Game;
Terminal=false
StartupWMClass=osu!
StartupNotify=true

1
profiles/updates/2Q-2024 Normal file
View File

@ -0,0 +1 @@
move games-arcade/osu-lazer-bin games-arcade/osu-bin