Fix the architectures, add OpenSSL as a dependency, add Pandora license, and create a new release.
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,10 +1,9 @@
|
||||
pkgbase = pandora_launcher
|
||||
pkgdesc = Pandora is 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.3.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://pandora.moulberry.com/
|
||||
arch = x86_64
|
||||
arch = amd64
|
||||
license = MIT
|
||||
makedepends = cargo
|
||||
makedepends = mold
|
||||
@@ -17,6 +16,7 @@ pkgbase = pandora_launcher
|
||||
depends = libxcb
|
||||
depends = vulkan-icd-loader
|
||||
depends = vulkan-driver
|
||||
depends = openssl
|
||||
optdepends = flite: minecraft narrator support
|
||||
source = pandora_launcher::git+https://github.com/Moulberry/PandoraLauncher.git#tag=v2.3.0
|
||||
source = pandora_launcher.desktop
|
||||
|
||||
11
PKGBUILD
11
PKGBUILD
@@ -1,12 +1,9 @@
|
||||
# Maintainer: Azur84 <Azur84@outlook.fr>
|
||||
pkgname=pandora_launcher
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Pandora is a modern Minecraft launcher that balances ease-of-use with powerful instance management features"
|
||||
arch=(
|
||||
'x86_64'
|
||||
'amd64'
|
||||
)
|
||||
pkgrel=2
|
||||
pkgdesc="A modern Minecraft launcher that balances ease-of-use with powerful instance management features."
|
||||
arch=('x86_64')
|
||||
url="http://pandora.moulberry.com/"
|
||||
license=('MIT')
|
||||
depends=(
|
||||
@@ -17,6 +14,7 @@ depends=(
|
||||
'libxcb'
|
||||
'vulkan-icd-loader'
|
||||
'vulkan-driver'
|
||||
'openssl'
|
||||
)
|
||||
makedepends=(
|
||||
'cargo'
|
||||
@@ -56,4 +54,5 @@ package() {
|
||||
install -Dm755 -t "$pkgdir/usr/bin/" "$pkgname/target/$(rustc --print host-tuple)/release/$pkgname"
|
||||
install "$pkgname/package/icon_256x256.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
|
||||
install "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
|
||||
install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user