summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2019-05-11 14:08:20 +1200
committerGeorge Rawlinson2019-05-11 14:08:20 +1200
commitdc61fc33353060c487552b9f9af8e98127267d63 (patch)
treecd1e7f04c74bd3a62db6ea116057557107e6f90c
parent60c33bacfb49a2c20fcfbd158528664c86328e8a (diff)
downloadaur-dc61fc33353060c487552b9f9af8e98127267d63.tar.gz
fix(upstream): additional icons for linux
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1704964e85ee..c2b420eed99b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = endless-sky-git
pkgdesc = A space exploration and combat game similar to Escape Velocity
- pkgver = 0.9.8.r536.gee883a47
+ pkgver = 0.9.8.r798.g95d7cf5d
pkgrel = 1
url = http://endless-sky.github.io/
arch = i686
@@ -17,6 +17,8 @@ pkgbase = endless-sky-git
depends = glew
depends = libpng
depends = sdl2
+ optdepends = endless-sky-high-dpi: high resolution graphics assets
+ optdepends = endless-sky-editor: map editor
provides = endless-sky
conflicts = endless-sky
source = endless-sky::git+https://github.com/endless-sky/endless-sky.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 03a11925390f..7a7637739d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='endless-sky-git'
_gitname='endless-sky'
-pkgver=0.9.8.r536.gee883a47
+pkgver=0.9.8.r798.g95d7cf5d
pkgrel=1
arch=('i686' 'x86_64')
url="http://endless-sky.github.io/"
@@ -46,19 +46,12 @@ package() {
install -Dm644 -t "${pkgdir}/usr/share/applications" endless-sky.desktop
# icons
- for res in 16 22 24 32 48 256; do
+ for res in 16 22 24 32 48 128 256 512; do
install -Dm644 \
"icons/icon_${res}x${res}.png" \
"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/${_gitname}.png"
done
- # mac icon directory has additional icons [128+512px]
- for res in 128 512; do
- install -Dm644 \
- "icons/endless-sky.iconset/icon_${res}x${res}.png" \
- "${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/${_gitname}.png"
- done
-
# manpage
install -Dm644 -t "${pkgdir}/usr/share/man/man6" endless-sky.6