Update to 2.6.1 and add new depencies
This commit is contained in:
13
.SRCINFO
13
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = pandora-launcher
|
||||
pkgdesc = A modern Minecraft launcher that balances ease-of-use with powerful instance management features.
|
||||
pkgver = 2.5.0
|
||||
pkgrel = 3
|
||||
pkgver = 2.6.1
|
||||
pkgrel = 1
|
||||
url = http://pandora.moulberry.com/
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
@@ -18,9 +18,12 @@ pkgbase = pandora-launcher
|
||||
depends = vulkan-driver
|
||||
depends = openssl
|
||||
optdepends = flite: minecraft narrator support
|
||||
source = pandora-launcher::git+https://github.com/Moulberry/PandoraLauncher.git#tag=v2.5.0
|
||||
optdepends = orca: minecraft screen reader
|
||||
optdepends = gamemode: gamemode support
|
||||
optdepends = mangohud: mangohud support
|
||||
source = pandora-launcher::git+https://github.com/Moulberry/PandoraLauncher.git#tag=v2.6.1
|
||||
source = pandora-launcher.desktop
|
||||
sha256sums = 2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56
|
||||
sha256sums = 1688c2ba9457367aa252473fb99a91f9ec40494d6de6068528797e3c58c54768
|
||||
sha256sums = 195abe92278efdfbd9b03acbaf5b134bd88c028b01b6e185500b9f13c5bbe4a4
|
||||
sha256sums = f9ab75791b696e27569c5bc44b8d325f356a6e36efe4eb9c2e227cb2ba95b6b3
|
||||
|
||||
pkgname = pandora-launcher
|
||||
|
||||
13
PKGBUILD
13
PKGBUILD
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Azur84 <Azur84@outlook.fr>
|
||||
pkgname=pandora-launcher
|
||||
_pkgname=pandora_launcher
|
||||
pkgver=2.5.0
|
||||
pkgrel=3
|
||||
pkgver=2.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="A modern Minecraft launcher that balances ease-of-use with powerful instance management features."
|
||||
arch=('x86_64')
|
||||
url="http://pandora.moulberry.com/"
|
||||
@@ -25,13 +25,16 @@ makedepends=(
|
||||
)
|
||||
optdepends=(
|
||||
'flite: minecraft narrator support'
|
||||
'orca: minecraft screen reader'
|
||||
'gamemode: gamemode support'
|
||||
'mangohud: mangohud support'
|
||||
)
|
||||
source=(
|
||||
"$pkgname::git+https://github.com/Moulberry/PandoraLauncher.git#tag=v$pkgver"
|
||||
"$pkgname.desktop"
|
||||
)
|
||||
sha256sums=('2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56'
|
||||
'1688c2ba9457367aa252473fb99a91f9ec40494d6de6068528797e3c58c54768')
|
||||
sha256sums=('195abe92278efdfbd9b03acbaf5b134bd88c028b01b6e185500b9f13c5bbe4a4'
|
||||
'f9ab75791b696e27569c5bc44b8d325f356a6e36efe4eb9c2e227cb2ba95b6b3')
|
||||
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
|
||||
@@ -51,7 +54,7 @@ package() {
|
||||
install -d "$pkgdir/usr/"{bin,share/{pixmaps,applications}}
|
||||
|
||||
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/windows.svg" "$pkgdir/usr/share/pixmaps/$pkgname.svg"
|
||||
install "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||
install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@ Exec=/usr/bin/pandora-launcher
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=pandora-launcher
|
||||
StartupWMClass=Pandora
|
||||
StartupWMClass=PandoraLauncher
|
||||
Comment=Pandora is a modern Minecraft launcher that balances ease-of-use with powerful instance management features.
|
||||
Categories=Game;ActionGame;AdventureGame;Simulation
|
||||
Categories=Game;ActionGame;AdventureGame;Simulation
|
||||
|
||||
Reference in New Issue
Block a user