Try to rename the pkg to pandora-launcher.

This commit is contained in:
2026-01-15 08:20:07 +01:00
parent 1f0533e749
commit fc78cff2d0
4 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
pkgbase = pandora_launcher pkgbase = pandora-launcher
pkgdesc = A modern Minecraft launcher that balances ease-of-use with powerful instance management features. pkgdesc = A modern Minecraft launcher that balances ease-of-use with powerful instance management features.
pkgver = 2.5.0 pkgver = 2.5.0
pkgrel = 1 pkgrel = 1
@@ -18,9 +18,9 @@ pkgbase = pandora_launcher
depends = vulkan-driver depends = vulkan-driver
depends = openssl depends = openssl
optdepends = flite: minecraft narrator support optdepends = flite: minecraft narrator support
source = pandora_launcher::git+https://github.com/Moulberry/PandoraLauncher.git#tag=v2.5.0 source = pandora-launcher::git+https://github.com/Moulberry/PandoraLauncher.git#tag=v2.5.0
source = pandora_launcher.desktop source = pandora-launcher.desktop
sha256sums = 2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56 sha256sums = 2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56
sha256sums = 39dbc50e690690e3111aa7e98fefc2686e4993f5bf062b0346f8dc0964cd439b sha256sums = 39dbc50e690690e3111aa7e98fefc2686e4993f5bf062b0346f8dc0964cd439b
pkgname = pandora_launcher pkgname = pandora-launcher

2
.gitignore vendored
View File

@@ -20,5 +20,5 @@ src/
# End of https://www.toptal.com/developers/gitignore/api/archlinuxpackages # End of https://www.toptal.com/developers/gitignore/api/archlinuxpackages
# makepkg test # makepkg test
pandora_launcher pandora-launcher
build build

View File

@@ -1,5 +1,6 @@
# Maintainer: Azur84 <Azur84@outlook.fr> # Maintainer: Azur84 <Azur84@outlook.fr>
pkgname=pandora_launcher pkgname=pandora-launcher
_pkgname=pandora_launcher
pkgver=2.5.0 pkgver=2.5.0
pkgrel=1 pkgrel=1
pkgdesc="A modern Minecraft launcher that balances ease-of-use with powerful instance management features." pkgdesc="A modern Minecraft launcher that balances ease-of-use with powerful instance management features."
@@ -49,7 +50,7 @@ build() {
package() { package() {
install -d "$pkgdir/usr/"{bin,share/{pixmaps,applications}} install -d "$pkgdir/usr/"{bin,share/{pixmaps,applications}}
install -Dm755 -t "$pkgdir/usr/bin/" "$pkgname/target/$(rustc --print host-tuple)/release/$pkgname" install -Dm755 "$pkgname/target/$(rustc --print host-tuple)/release/$_pkgname" "$pkgdir/usr/bin/$pkgname"
install "$pkgname/package/icon_256x256.png" "$pkgdir/usr/share/pixmaps/$pkgname.png" install "$pkgname/package/icon_256x256.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
install "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" install "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"