summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYidaozhan Ya2022-06-27 16:15:37 +0800
committerYidaozhan Ya2022-06-27 16:15:37 +0800
commit86af0f19e46eb22668b116cba66ae3fd340c6be4 (patch)
tree8b3f998f6185ea2f844bb4ede926c01053c11d09
parent7c93daaa14ac9356d3cbedb039cb4938bbb53810 (diff)
downloadaur-86af0f19e46eb22668b116cba66ae3fd340c6be4.tar.gz
configpack required'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--moondust-project.install13
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a973df0aebd..a9c897820a16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moondust-project-stable-bin
pkgdesc = Moondust Project (formerly known as PGE Project) is a free and open-source game engine and development kit for it, giving developers the ability to create platform games. (Binary package - stable branch)
pkgver = 0.4.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/WohlSoft/Moondust-Project/
install = moondust-project.install
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = moondust-project-stable-bin
depends = sox
depends = libtiff
depends = desktop-file-utils
+ depends = moondust-configpack
provides = moondust-project
conflicts = moondust-project-master-bin
conflicts = moondust-project-git
diff --git a/PKGBUILD b/PKGBUILD
index a9f3de371315..f268d773d545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: YidaozhanYa <yidaozhan_ya@outlook.com>
pkgname=moondust-project-stable-bin
pkgver=0.4.3
-pkgrel=4
+pkgrel=5
pkgdesc="Moondust Project (formerly known as PGE Project) is a free and open-source game engine and development kit for it, giving developers the ability to create platform games. (Binary package - stable branch)"
arch=('x86_64')
url="https://github.com/WohlSoft/Moondust-Project/"
license=('GPLv3')
-depends=('ffmpeg' 'sox' 'libtiff' 'desktop-file-utils')
+depends=('ffmpeg' 'sox' 'libtiff' 'desktop-file-utils' 'moondust-configpack')
#makedepends=('git')
optdepends=()
provides=('moondust-project')
diff --git a/moondust-project.install b/moondust-project.install
index bc769e4ed7c4..0a7eeae33fe9 100644
--- a/moondust-project.install
+++ b/moondust-project.install
@@ -1,18 +1,19 @@
post_install() {
update-desktop-database -q /usr/share/applications
echo ''
- echo '======================================================================'
- echo 'To create config directory, run mkdir -p "$HOME/.PGE_Project/configs",'
- echo 'then you can place config packs there'
- echo '======================================================================'
+ echo '====================================================='
+ echo 'You can install configuration packs from AUR directly'
+ echo 'or create the directory "$HOME/.PGE_Project/configs"'
+ echo 'to place other configuration packs there.'
+ echo '====================================================='
echo ''
}
post_upgrade() {
- post_install $1
+ update-desktop-database -q /usr/share/applications
}
post_remove() {
- post_install $1
+ update-desktop-database -q /usr/share/applications
}