summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElijah Gregg2021-12-31 16:26:33 -0700
committerElijah Gregg2021-12-31 16:31:54 -0700
commite0056baed16f108b7d617936f227bc7527611403 (patch)
treeadf1f38434ed36074f79007e83b1a42bcad6d13c
parent9d7b5016dc90c772d07191206541dd7092f3d263 (diff)
downloadaur-e0056baed16f108b7d617936f227bc7527611403.tar.gz
Update PKGBUILD and remove application.desktop
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
-rw-r--r--application.desktop11
3 files changed, 4 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e5b4beae15..b69c5f86eda3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polymc-git
pkgdesc = Minecraft launcher with ability to manage multiple instances.
- pkgver = 1.0.0.r0.g4435665d
+ pkgver = 1.0.2.r0.g30f899f3
pkgrel = 1
url = https://github.com/PolyMC/PolyMC
arch = i686
@@ -23,10 +23,8 @@ pkgbase = polymc-git
source = git+https://github.com/PolyMC/PolyMC
source = git+https://github.com/MultiMC/libnbtplusplus
source = git+https://github.com/PolyMC/quazip
- source = application.desktop
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 15c3157b2e56ec5af6e8c079bbf4da6ac6e5552659906beff3dbddc79463e667
pkgname = polymc-git
diff --git a/PKGBUILD b/PKGBUILD
index c21a89296295..1f07e70deb4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=polymc
pkgname=${_pkgname}-git
-pkgver=1.0.0.r0.g4435665d
+pkgver=1.0.2.r0.g30f899f3
pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64')
@@ -22,14 +22,11 @@ optdepends=('glfw: to use system GLFW libraries'
)
source=("git+https://github.com/PolyMC/PolyMC"
"git+https://github.com/MultiMC/libnbtplusplus"
- "git+https://github.com/PolyMC/quazip"
- application.desktop
-)
+ "git+https://github.com/PolyMC/quazip")
sha256sums=('SKIP'
'SKIP'
- 'SKIP'
- '15c3157b2e56ec5af6e8c079bbf4da6ac6e5552659906beff3dbddc79463e667')
+ 'SKIP')
pkgver() {
cd PolyMC
@@ -66,8 +63,6 @@ check() {
package() {
cd "${srcdir}/PolyMC/build"
make install DESTDIR="${pkgdir}"
- install -D "${srcdir}/PolyMC/launcher/resources/multimc/scalable/launcher.svg" "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg"
- install -D "${srcdir}/application.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
install -D "${srcdir}/PolyMC/build/libLauncher_quazip.so" "${pkgdir}/usr/lib/libLauncher_quazip.so"
install -D "${srcdir}/PolyMC/build/libLauncher_nbt++.so" "${pkgdir}/usr/lib/libLauncher_nbt++.so"
}
diff --git a/application.desktop b/application.desktop
deleted file mode 100644
index 7cf78e9fdf84..000000000000
--- a/application.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=PolyMC
-Comment=A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.
-Type=Application
-Terminal=false
-Exec=polymc
-StartupNotify=true
-Icon=null
-Categories=Game;
-Keywords=game;minecraft;launcher;