summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYidaozhan Ya2022-06-27 16:14:16 +0800
committerYidaozhan Ya2022-06-27 16:14:16 +0800
commit19f5201a5064b55caa3c022e93a5c08023b42bd0 (patch)
tree6013969e8f09e3bcb6b9ea9baddfff2db819b475
parent675f4c112d0b179e5d9230d1211062921fda3fd5 (diff)
downloadaur-19f5201a5064b55caa3c022e93a5c08023b42bd0.tar.gz
initial package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--moondust-project.install13
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8900e827bbc..43e306ebbb2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moondust-project-master-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 - master branch, built by CI)
pkgver = 20220627
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/WohlSoft/Moondust-Project/
install = moondust-project.install
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = moondust-project-master-bin
depends = sox
depends = libtiff
depends = desktop-file-utils
+ depends = moondust-configpack
provides = moondust-project
conflicts = moondust-project-stable-bin
conflicts = moondust-project-git
diff --git a/PKGBUILD b/PKGBUILD
index 957347693dce..43a1ed1e3d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: YidaozhanYa <yidaozhan_ya@outlook.com>
pkgname=moondust-project-master-bin
pkgver=20220627
-pkgrel=3
+pkgrel=4
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 - master branch, built by CI)"
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=()
+#optdepends=()
provides=('moondust-project')
conflicts=('moondust-project-stable-bin' 'moondust-project-git')
install="moondust-project.install"
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
}