summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniele Bartolini2021-03-05 19:16:46 +0100
committerDaniele Bartolini2021-03-05 19:16:46 +0100
commit447593e5cf181d5f0f7f709cfaa7b52596b5da20 (patch)
tree5a601b03623917da2a80f127befdbba81f9a04e3
parent103c5f1488387ac1f0c11fded341c99ee5cb04a1 (diff)
downloadaur-447593e5cf181d5f0f7f709cfaa7b52596b5da20.tar.gz
Crown v0.42.0-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
-rw-r--r--icons.tar.gzbin0 -> 34908 bytes
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd917b333995..96521fb9d42d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crown
pkgdesc = The Flexible Game Engine
- pkgver = 0.41.0
+ pkgver = 0.42.0
pkgrel = 1
url = https://github.com/dbartolini/crown
arch = x86_64
@@ -13,9 +13,10 @@ pkgbase = crown
depends = libx11
depends = libxrandr
replaces = pepper
- source = https://github.com/dbartolini/crown/releases/download/v0.41.0/crown-0.41.0-linux-x64.tar.gz
+ source = https://github.com/dbartolini/crown/releases/download/v0.42.0/crown-0.42.0-linux-x64.tar.gz
source = crown.sh
source = crown.desktop
+ source = icons.tar.gz
sha256sums = 469d2115381b559dddac1b364c9a2bffc068cfcacbede70ae6fec22dd2a7d9e2
sha256sums = a03e46e40bf1a08aecb97dfea2d22e3f7b61ab906a3f24e329a98fd6fb1a9b1d
sha256sums = e8950a977117d524b56c5103126938430d787dbada535c9efaba266666ad3624
diff --git a/PKGBUILD b/PKGBUILD
index b69290b16ce1..b8ee8473c7af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
replaces=('pepper')
pkgname=crown
-pkgver=0.41.0
+pkgver=0.42.0
pkgrel=1
pkgdesc="The Flexible Game Engine"
arch=(x86_64)
@@ -19,6 +19,7 @@ depends=('glib2>=2.48.2'
source=("https://github.com/dbartolini/crown/releases/download/v$pkgver/$pkgname-$pkgver-linux-x64.tar.gz"
"crown.sh"
"crown.desktop"
+ "icons.tar.gz"
)
sha256sums=('469d2115381b559dddac1b364c9a2bffc068cfcacbede70ae6fec22dd2a7d9e2'
'a03e46e40bf1a08aecb97dfea2d22e3f7b61ab906a3f24e329a98fd6fb1a9b1d'
@@ -36,8 +37,8 @@ package() {
# .desktop and icons
install -D -m644 crown.desktop "${pkgdir}/usr/share/applications/crown.desktop"
- # for _res in 256x256 128x128 64x64 32x32 24x24 16x16; do
- # install -D -m644 $pkgname/tools/icons/$_res/pepper.png "${pkgdir}/usr/share/icons/hicolor/$_res/apps/pepper.png"
- # done
- # install -D -m644 pepper.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/pepper.svg"
+ for _res in 512x512 256x256 128x128 64x64 48x48 32x32 16x16; do
+ install -D -m644 $pkgname/icons/$_res/apps/crown.png "${pkgdir}/usr/share/icons/hicolor/$_res/apps/"
+ done
+ install -D -m644 $pkgname/icons/crown.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/"
}
diff --git a/icons.tar.gz b/icons.tar.gz
new file mode 100644
index 000000000000..9086ff7b0580
--- /dev/null
+++ b/icons.tar.gz
Binary files differ