summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-15 22:05:30 +0200
committershellkr2016-06-15 22:05:30 +0200
commita936ee1974b51e580917755d8cdff1d03befc6ee (patch)
tree132764a9f24e602143826cf33fd685dc7093bc89
parent234c62e5aeb26422f5dd1e3b231e3ec4e5d66c78 (diff)
downloadaur-a936ee1974b51e580917755d8cdff1d03befc6ee.tar.gz
Removed the Minetest dependency as it would be unnecessary if you only want a server
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
l---------[-rw-r--r--]minetest-mod-intllib-git.install27
3 files changed, 5 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 403b3b1d6ef4..268f48932d8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 21:56:30 UTC 2016
+# Wed Jun 15 20:05:30 UTC 2016
pkgbase = minetest-mod-intllib-git
pkgdesc = Internationalization library for Minetest.
pkgver = 19.475711f
@@ -9,7 +9,7 @@ pkgbase = minetest-mod-intllib-git
arch = any
license = custom
makedepends = git
- depends = minetest
+ optdepends = minetest-usrdir_patch
provides = minetest-mod-intllib
source = minetest-mod-intllib::git+git://github.com/kaeza/minetest-intllib.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 51ec58fb123a..a2b3b77a8d0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='Internationalization library for Minetest.'
arch=('any')
url="https://github.com/kaeza/minetest-intllib"
license=('custom')
-depends=('minetest')
+depends=()
+optdepends=('minetest-usrdir_patch')
makedepends=('git')
provides=("$_gitname")
install=$pkgname.install
diff --git a/minetest-mod-intllib-git.install b/minetest-mod-intllib-git.install
index 421d917171b2..1d51cfec20c4 100644..120000
--- a/minetest-mod-intllib-git.install
+++ b/minetest-mod-intllib-git.install
@@ -1,26 +1 @@
-
-post_install() {
- echo
- echo '############################### NOTICE ! ###################################'
- echo
- echo ' You have to move the mod to your $HOME/.minetest/mods if it doesnt'
- echo ' recognize the default install dir'
- echo
- echo ' sudo mv /usr/share/minetest/mods/intllib ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/intllib'
- echo
- echo
-}
-
-post_upgrade() {
- echo
- echo '############################### NOTICE ! ###################################'
- echo
- echo ' You have to move the mod to your $HOME/.minetest/mods if it doesnt'
- echo ' recognize the default install dir'
- echo
- echo ' sudo mv /usr/share/minetest/mods/intllib ~/.minetest/mods'
- echo ' sudo chown -R <your user>:<your group> ~/.minetest/mods/intllib'
- echo
- echo
-}
+/home/shellkr/Build/AUR/minetest-mod-template/minetest-mod-template-git.install \ No newline at end of file