diff --git a/games-arcade/osu-bin/Manifest b/games-arcade/osu-bin/Manifest new file mode 100644 index 0000000..6dbcd67 --- /dev/null +++ b/games-arcade/osu-bin/Manifest @@ -0,0 +1 @@ +DIST osu-2024.412.1.AppImage 155452608 BLAKE2B 72b4031eae04765797b4a9395c01418ac3b3d16d90472dc489c240218f1f8778ffe7291daeca8dca79d9f831be7940005b57d5b0e17344d79def1e2d0b1c3a22 SHA512 1b033157420f66e9f403740917abddbb1d7cd2bf9ac331aa484f9fba3bc76e58cadbd9d1948f231197dc5d5959a2e821c1fbf39d66c729e86a6fe3a7d4e0e5d6 diff --git a/games-arcade/osu-bin/files/osu.bash b/games-arcade/osu-bin/files/osu.bash new file mode 100644 index 0000000..9c2b01c --- /dev/null +++ b/games-arcade/osu-bin/files/osu.bash @@ -0,0 +1,2 @@ +#!/usr/bin/bash +OSU_EXTERNAL_UPDATE_PROVIDER=true exec /usr/lib/osu/osu! "$@" diff --git a/games-arcade/osu-bin/files/osu.desktop b/games-arcade/osu-bin/files/osu.desktop new file mode 100644 index 0000000..ded6cca --- /dev/null +++ b/games-arcade/osu-bin/files/osu.desktop @@ -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 diff --git a/games-arcade/osu-lazer-bin/files/osu-lazer.xml b/games-arcade/osu-bin/files/osu.xml similarity index 74% rename from games-arcade/osu-lazer-bin/files/osu-lazer.xml rename to games-arcade/osu-bin/files/osu.xml index 3d7de37..550087f 100644 --- a/games-arcade/osu-lazer-bin/files/osu-lazer.xml +++ b/games-arcade/osu-bin/files/osu.xml @@ -1,17 +1,17 @@ - + osu! Beatmap osu! 谱面 - + - + osu! Skin osu! 皮肤 - + diff --git a/games-arcade/osu-lazer-bin/metadata.xml b/games-arcade/osu-bin/metadata.xml similarity index 100% rename from games-arcade/osu-lazer-bin/metadata.xml rename to games-arcade/osu-bin/metadata.xml diff --git a/games-arcade/osu-lazer-bin/osu-lazer-bin-2024.312.1-r1.ebuild b/games-arcade/osu-bin/osu-bin-2024.412.1.ebuild similarity index 88% rename from games-arcade/osu-lazer-bin/osu-lazer-bin-2024.312.1-r1.ebuild rename to games-arcade/osu-bin/osu-bin-2024.412.1.ebuild index 827925b..1a12b4f 100644 --- a/games-arcade/osu-lazer-bin/osu-lazer-bin-2024.312.1-r1.ebuild +++ b/games-arcade/osu-bin/osu-bin-2024.412.1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/squashfs-root" LICENSE="MIT CC-BY-NC-4.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="-* ~amd64" RESTRICT="mirror" @@ -30,9 +30,9 @@ src_install() { doins -r usr/bin/* 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" insinto /usr/share/mime/packages diff --git a/games-arcade/osu-lazer-bin/Manifest b/games-arcade/osu-lazer-bin/Manifest deleted file mode 100644 index aeaa93a..0000000 --- a/games-arcade/osu-lazer-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST osu-lazer-2024.312.1.AppImage 155296960 BLAKE2B b920870e64bfc11f6ec8202c27e4c5a44477c11a399f0781992a174f898914e35b9ac0124d2b1ae57de9e4ceae200613aba77f64e6210cd5bdb711eeb414fc90 SHA512 740b502d284ed3f7e37409150887851770f7e63e44f29a2e43f29a4ea05b78a569c163a67db7cd4a4a1a7a78e4ba2247893b76e595211da4fd02e49c94d330a9 diff --git a/games-arcade/osu-lazer-bin/files/osu-lazer.bash b/games-arcade/osu-lazer-bin/files/osu-lazer.bash deleted file mode 100644 index 9770388..0000000 --- a/games-arcade/osu-lazer-bin/files/osu-lazer.bash +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/bash -OSU_EXTERNAL_UPDATE_PROVIDER=true /usr/lib/osu-lazer/osu! "$@" diff --git a/games-arcade/osu-lazer-bin/files/osu-lazer.desktop b/games-arcade/osu-lazer-bin/files/osu-lazer.desktop deleted file mode 100644 index 7b6f985..0000000 --- a/games-arcade/osu-lazer-bin/files/osu-lazer.desktop +++ /dev/null @@ -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 diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024 new file mode 100644 index 0000000..3cc1885 --- /dev/null +++ b/profiles/updates/2Q-2024 @@ -0,0 +1 @@ +move games-arcade/osu-lazer-bin games-arcade/osu-bin