summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2018-12-09 23:47:50 +0100
committerLucki2018-12-09 23:47:50 +0100
commit9e4a95d02ad11f8da817211c5b1757d33c804568 (patch)
tree8ae2482efc8e5d7b62d32f097b4dc0260e8d8ab6
parent8394b5e16e514183536d4a3cbce0d0218d62b6fb (diff)
downloadaur-9e4a95d02ad11f8da817211c5b1757d33c804568.tar.gz
Update dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD283
-rw-r--r--lix.desktop4
3 files changed, 150 insertions, 145 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0fd0a852a37..2f28fb27c29a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix-git
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.9.21.r1539962567.2a2610e5
+ pkgver = 0.9.23.r1544388479.29585ea7
pkgrel = 1
url = http://www.lixgame.com/
arch = i686
@@ -17,7 +17,7 @@ pkgbase = lix-git
source = lix::git+https://github.com/SimonN/lix-unstable.git
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
source = lix.desktop
- source = allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.3+5.2.0
+ source = allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.4+5.2.0
source = bolts::git+https://github.com/aliak00/bolts.git#tag=v0.7.1
source = derelict-enet::git+https://github.com/DerelictOrg/DerelictENet.git#tag=v4.1.0
source = derelict-util::git+https://github.com/DerelictOrg/DerelictUtil.git#tag=v3.0.0-beta.2
@@ -26,11 +26,11 @@ pkgbase = lix-git
source = optional::git+https://github.com/aliak00/optional.git#tag=v0.6.3
source = sdlang-d::git+https://github.com/Abscissa/SDLang-D.git#tag=v0.10.4
source = silly::git+https://github.com/ohdatboi/silly.git#tag=v0.8.0
- source = taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.10.11
+ source = taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.10.12
source = unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v0.7.52
sha512sums = SKIP
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
- sha512sums = 52d49562cd9be4eec76b464153af1cce2211fdbd6113a6a60df042f7e8f7e6a8f1942df883dfaaa6c1bbfea004c4154d884dfa767e25fa3fadf9c58be1103fe6
+ sha512sums = 375b1439d9398371a3f58a92bfc0901b86bd89140aae431c7d9405bd2fb36ebcdb22b2686fea72d88b23a4ab94b138b4d742d8fd2965d8ec0542d2f8f64ed0c2
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c239cf8cda28..ba26a64c161e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carl Reinke <mindless2112 gmail com>
pkgname=lix-git
-pkgver=0.9.21.r1539962567.2a2610e5
+pkgver=0.9.23.r1544388479.29585ea7
pkgrel=1
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -25,173 +25,180 @@ pkgver()
}
_pkgname=${pkgname%-git}
-# template start; name=lix; version=1.1;
+# template start; name=lix; version=1.3;
pkgdesc="An action-puzzle game inspired by Lemmings"
arch=('i686' 'x86_64')
url="http://www.lixgame.com/"
license=('custom:CC0')
depends=('allegro' 'enet' 'hicolor-icon-theme')
makedepends=('git' 'dmd' 'dub')
-_dubv=( "4.0.3+5.2.0" # allegro
- "0.7.1" # bolts
- "4.1.0" # derelict-enet
- "3.0.0-beta.2" # derelict-util
- "0.4.2" # enumap
- "1.2.2" # libinputvisitor
- "0.6.3" # optional
- "0.10.4" # sdlang-d
- "0.8.0" # silly
- "0.10.11" # taggedalgebraic
- "0.7.52" # unit-threaded
- )
+_dubv=( "4.0.4+5.2.0" # allegro
+ "0.7.1" # bolts
+ "4.1.0" # derelict-enet
+ "3.0.0-beta.2" # derelict-util
+ "0.4.2" # enumap
+ "1.2.2" # libinputvisitor
+ "0.6.3" # optional
+ "0.10.4" # sdlang-d
+ "0.8.0" # silly
+ "0.10.12" # taggedalgebraic
+ "0.7.52" # unit-threaded
+ )
# let makepkg handle dub packages
# https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_Submodules
-source+=( "${_pkgname}-music-1.zip::http://www.lixgame.com/dow/lix-music.zip"
- "${_pkgname}.desktop"
- )
-sha512sums+=( '37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425'
- '52d49562cd9be4eec76b464153af1cce2211fdbd6113a6a60df042f7e8f7e6a8f1942df883dfaaa6c1bbfea004c4154d884dfa767e25fa3fadf9c58be1103fe6'
- )
-source+=( "allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v${_dubv[0]}"
- "bolts::git+https://github.com/aliak00/bolts.git#tag=v${_dubv[1]}"
- "derelict-enet::git+https://github.com/DerelictOrg/DerelictENet.git#tag=v${_dubv[2]}"
- "derelict-util::git+https://github.com/DerelictOrg/DerelictUtil.git#tag=v${_dubv[3]}"
- "enumap::git+https://github.com/rcorre/enumap.git#tag=v${_dubv[4]}"
- "libinputvisitor::git+https://github.com/Abscissa/libInputVisitor.git#tag=v${_dubv[5]}"
- "optional::git+https://github.com/aliak00/optional.git#tag=v${_dubv[6]}"
- "sdlang-d::git+https://github.com/Abscissa/SDLang-D.git#tag=v${_dubv[7]}"
- "silly::git+https://github.com/ohdatboi/silly.git#tag=v${_dubv[8]}"
- "taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v${_dubv[9]}"
- "unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v${_dubv[10]}"
- )
-sha512sums+=( 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- )
+source+=( "${_pkgname}-music-1.zip::http://www.lixgame.com/dow/lix-music.zip"
+ "${_pkgname}.desktop"
+ )
+sha512sums+=( '37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425'
+ '375b1439d9398371a3f58a92bfc0901b86bd89140aae431c7d9405bd2fb36ebcdb22b2686fea72d88b23a4ab94b138b4d742d8fd2965d8ec0542d2f8f64ed0c2'
+ )
+source+=( "allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v${_dubv[0]}"
+ "bolts::git+https://github.com/aliak00/bolts.git#tag=v${_dubv[1]}"
+ "derelict-enet::git+https://github.com/DerelictOrg/DerelictENet.git#tag=v${_dubv[2]}"
+ "derelict-util::git+https://github.com/DerelictOrg/DerelictUtil.git#tag=v${_dubv[3]}"
+ "enumap::git+https://github.com/rcorre/enumap.git#tag=v${_dubv[4]}"
+ "libinputvisitor::git+https://github.com/Abscissa/libInputVisitor.git#tag=v${_dubv[5]}"
+ "optional::git+https://github.com/aliak00/optional.git#tag=v${_dubv[6]}"
+ "sdlang-d::git+https://github.com/Abscissa/SDLang-D.git#tag=v${_dubv[7]}"
+ "silly::git+https://github.com/ohdatboi/silly.git#tag=v${_dubv[8]}"
+ "taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v${_dubv[9]}"
+ "unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v${_dubv[10]}"
+ )
+sha512sums+=( 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ )
build()
{
- cd "${srcdir}/${_pkgname}" || exit
- _r=0
+ cd "${srcdir}/${_pkgname}" || exit
+ _r=0
- # add local dependencies to search path
- dub add-path "${srcdir}"
+ # add local dependencies to search path
+ dub add-path "${srcdir}"
- # force FHS compatibility with '-b releaseXDG'
- # ensure with --cache=local dub stays outside the users home directory
- dub build -f -b releaseXDG --cache=local || _r="${?}"
+ # force FHS compatibility with '-b releaseXDG'
+ # ensure with --cache=local dub stays outside the users home directory
+ dub build -f -b releaseXDG --cache=local || _r="${?}"
- # remove local dependencies from search path so dub won't find them
- # later again
- dub remove-path "${srcdir}"
+ # remove local dependencies from search path so dub won't find them
+ # later again
+ dub remove-path "${srcdir}"
- # removes any cached metadata like the list of available packages
- # and their latest version
- dub clean-caches
+ # removes any cached metadata like the list of available packages
+ # and their latest version
+ dub clean-caches
- if [[ "${_r}" != 0 ]]
- then
- # dub failed so we also fail after we removed the local dependencies
- return "${_r}"
- fi
+ if [[ "${_r}" != 0 ]]
+ then
+ # dub failed so we also fail after we removed the local dependencies
+ return "${_r}"
+ fi
}
check()
{
- cd "${srcdir}/${_pkgname}" || exit
- _r=0
+ cd "${srcdir}/${_pkgname}" || exit
+ _r=0
- # add local dependencies to search path
- dub add-path "${srcdir}"
+ # add local dependencies to search path
+ dub add-path "${srcdir}"
- # run test suite
- # ensure with --cache=local dub stays outside the users home directory
- dub test --cache=local || _r="${?}"
+ # run test suite
+ # ensure with --cache=local dub stays outside the users home directory
+ dub test --cache=local || _r="${?}"
- # remove local dependencies from search path so dub won't find them
- # later again
- dub remove-path "${srcdir}"
+ # remove local dependencies from search path so dub won't find them
+ # later again
+ dub remove-path "${srcdir}"
- # removes any cached metadata like the list of available packages
- # and their latest version
- dub clean-caches
+ # removes any cached metadata like the list of available packages
+ # and their latest version
+ dub clean-caches
- if [[ "${_r}" != 0 ]]
- then
- # dub failed so we also fail after we removed the local dependencies
- return "${_r}"
- fi
+ if [[ "${_r}" != 0 ]]
+ then
+ # dub failed so we also fail after we removed the local dependencies
+ return "${_r}"
+ fi
}
package()
{
- cd "${srcdir}" || exit
-
- # install application entry
- install -Dm644 \
- `# SRCFILE:` \
- "${_pkgname}.desktop" \
- `# DSTFILE:` \
- "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
-
- cd "${_pkgname}" || exit
-
- # install application entry icon
- install -Dm644 \
- `# SRCFILE:` \
- "data/images/${_pkgname}_logo.svg" \
- `# DSTFILE:` \
- "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_pkgname}.svg"
-
- # install license text
- install -Dm644 \
- `# SRCFILE:` \
- "doc/copying.txt" \
- `# DSTFILE:` \
- "${pkgdir}/usr/share/licenses/${_pkgname}/COPYING"
-
- # install binary
- install -Dm755 \
- `# SRCFILE:` \
- "bin/${_pkgname}" \
- `# DSTFILE:` \
- "${pkgdir}/usr/bin/${_pkgname}"
-
- # remove unimportant files
- # https://raw.githubusercontent.com/SimonN/LixD/master/doc/build/package.txt
- rm -r "${srcdir}/${_pkgname}/doc/build"
-
- # https://lists.archlinux.org/pipermail/aur-general/2011-November/016777.html
- # make directories
- mkdir -p \
- "${pkgdir}/usr/share/${_pkgname}" \
- "${pkgdir}/usr/share/doc/${_pkgname}"
-
- # copy documentary
- cp -dpr --no-preserve=ownership \
- `# SRCFILES:` \
- "doc/." \
- `# DSTDIR:` \
- "${pkgdir}/usr/share/doc/${_pkgname}/"
-
- # copy game files
- cp -dpr --no-preserve=ownership \
- `# SRCDIRS:` \
- "data" \
- "images" \
- "levels" \
- "${srcdir}/music" \
- `# DSTDIR:` \
- "${pkgdir}/usr/share/${_pkgname}"
+ cd "${srcdir}" || exit
+
+ # install application entry
+ install -Dm644 \
+ `# SRCFILE:` \
+ "${_pkgname}.desktop" \
+ `# DSTFILE:` \
+ "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
+
+ cd "${_pkgname}" || exit
+
+ # install application entry icon
+ install -Dm644 \
+ `# SRCFILE:` \
+ "data/images/${_pkgname}_logo.svg" \
+ `# DSTFILE:` \
+ "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_pkgname}.svg"
+
+ # install license text
+ install -Dm644 \
+ `# SRCFILE:` \
+ "doc/copying.txt" \
+ `# DSTFILE:` \
+ "${pkgdir}/usr/share/licenses/${_pkgname}/COPYING"
+
+ # install man page
+ install -Dm644 \
+ `# SRCFILE:` \
+ "doc/lix.6" \
+ `# DSTFILE:` \
+ "${pkgdir}/usr/share/man/man6/lix.6.gz"
+
+ # install binary
+ install -Dm755 \
+ `# SRCFILE:` \
+ "bin/${_pkgname}" \
+ `# DSTFILE:` \
+ "${pkgdir}/usr/bin/${_pkgname}"
+
+ # remove unimportant files
+ # https://raw.githubusercontent.com/SimonN/LixD/master/doc/build/package.txt
+ rm -r "${srcdir}/${_pkgname}/doc/build"
+
+ # https://lists.archlinux.org/pipermail/aur-general/2011-November/016777.html
+ # make directories
+ mkdir -p \
+ "${pkgdir}/usr/share/${_pkgname}" \
+ "${pkgdir}/usr/share/doc/${_pkgname}"
+
+ # copy documentary
+ cp -dpr --no-preserve=ownership \
+ `# SRCFILES:` \
+ "doc/." \
+ `# DSTDIR:` \
+ "${pkgdir}/usr/share/doc/${_pkgname}/"
+
+ # copy game files
+ cp -dpr --no-preserve=ownership \
+ `# SRCDIRS:` \
+ "data" \
+ "images" \
+ "levels" \
+ "${srcdir}/music" \
+ `# DSTDIR:` \
+ "${pkgdir}/usr/share/${_pkgname}"
}
# template end;
diff --git a/lix.desktop b/lix.desktop
index 575f5ce7e73c..748937dbf72d 100644
--- a/lix.desktop
+++ b/lix.desktop
@@ -1,10 +1,8 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Application
Name=Lix
Comment=An action-puzzle game inspired by Lemmings
Exec=lix
Icon=lix
-Terminal=false
-StartupNotify=false
Categories=Game;ActionGame;
+Keywords=game;lemmings;