summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Porunov2020-03-19 06:48:32 +0000
committerDmitry Porunov2020-03-19 06:48:32 +0000
commitea64326efac8bef8e98ea0e099d7b654fca7c840 (patch)
treebe1f1ffb6e709c4f25f1e54ba368dcac5755ad6f
parent49c51f83ade23af4ad976ce334f67b13a8727bda (diff)
downloadaur-ea64326efac8bef8e98ea0e099d7b654fca7c840.tar.gz
Release k1.2
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD14
-rw-r--r--icon128-1.2-3.pngbin0 -> 7391 bytes
-rw-r--r--icon16-1.2-3.pngbin0 -> 2812 bytes
-rw-r--r--icon256-1.2-3.pngbin0 -> 14025 bytes
-rw-r--r--icon32-1.2-3.pngbin0 -> 3547 bytes
-rw-r--r--icon48-1.2-3.pngbin0 -> 4183 bytes
-rw-r--r--icon512-1.2-3.pngbin0 -> 32634 bytes
-rw-r--r--icon64-1.2-3.pngbin0 -> 4647 bytes
9 files changed, 19 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0393e92ad5bb..6f45a6e70fdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kotatogram-desktop-bin
pkgdesc = Experimental Telegram Desktop fork with option to select custom fonts. - Static binaries
pkgver = 1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kotatogram/kotatogram-desktop
arch = x86_64
license = GPL3
@@ -17,15 +17,15 @@ pkgbase = kotatogram-desktop-bin
provides = kotatogram-desktop
conflicts = kotatogram-desktop
conflicts = kotatogram-desktop-dynamic-bin
- source = kotatogram-desktop-bin-1.2-2::https://github.com/kotatogram/kotatogram-desktop/releases/download/k1.2/1.2.tar.xz
+ source = kotatogram-desktop-bin-1.2-3::https://github.com/kotatogram/kotatogram-desktop/releases/download/k1.2/1.2.tar.xz
source = https://raw.githubusercontent.com/kotatogram/kotatogram-desktop/k1.2/lib/xdg/kotatogramdesktop.desktop
- source = https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon16.png
- source = https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon32.png
- source = https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon48.png
- source = https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon64.png
- source = https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon128.png
- source = https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon256.png
- source = https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon512.png
+ source = icon16-1.2-3.png::https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon16.png
+ source = icon32-1.2-3.png::https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon32.png
+ source = icon48-1.2-3.png::https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon48.png
+ source = icon64-1.2-3.png::https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon64.png
+ source = icon128-1.2-3.png::https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon128.png
+ source = icon256-1.2-3.png::https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon256.png
+ source = icon512-1.2-3.png::https://github.com/kotatogram/kotatogram-desktop/raw/k1.2/Telegram/Resources/art/icon512.png
sha512sums = 1b5615d7c47b02c849730070b321196f1903d553ba53119f5a4f411ec2167d9608bdeea30b00c52721ab272074602f60511b60fcf35304fd7a047a79707149b1
sha512sums = e9f0d9174f43cf30b8dc982ce898f5330152cf4d8da03f6e99bd409f6caee7a93f05121d9acdac4ead0c0ef3dfc82ba597b670deac43fe17d08dc221e01e463a
sha512sums = 89bb399142ec968a1c9d96e7e3639036aa8d70968c89c6d2b77def5ea6cbb0d88de8b3c8bb10f457600cdd4c7926d7f8ff9907f511aaaac832b218c9353c4b50
diff --git a/PKGBUILD b/PKGBUILD
index 7031c38ed9a0..20b718fe14eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kotatogram-desktop-bin
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Experimental Telegram Desktop fork with option to select custom fonts. - Static binaries"
arch=(x86_64)
url="https://github.com/kotatogram/kotatogram-desktop"
@@ -33,7 +33,13 @@ source=(
https://raw.githubusercontent.com/kotatogram/kotatogram-desktop/k$pkgver/lib/xdg/kotatogramdesktop.desktop
- $url/raw/k$pkgver/Telegram/Resources/art/icon{16,32,48,64,128,256,512}.png
+ icon16-$pkgver-$pkgrel.png::$url/raw/k$pkgver/Telegram/Resources/art/icon16.png
+ icon32-$pkgver-$pkgrel.png::$url/raw/k$pkgver/Telegram/Resources/art/icon32.png
+ icon48-$pkgver-$pkgrel.png::$url/raw/k$pkgver/Telegram/Resources/art/icon48.png
+ icon64-$pkgver-$pkgrel.png::$url/raw/k$pkgver/Telegram/Resources/art/icon64.png
+ icon128-$pkgver-$pkgrel.png::$url/raw/k$pkgver/Telegram/Resources/art/icon128.png
+ icon256-$pkgver-$pkgrel.png::$url/raw/k$pkgver/Telegram/Resources/art/icon256.png
+ icon512-$pkgver-$pkgrel.png::$url/raw/k$pkgver/Telegram/Resources/art/icon512.png
)
# Checksums automatically set in CI, see: /.gitlab-ci.yml
@@ -63,7 +69,7 @@ package() {
chrpath --delete "$pkgdir/usr/bin/kotatogram-desktop"
# Desktop launcher
- install -Dm644 "$srcdir/icon256.png" "$pkgdir/usr/share/pixmaps/kotatogram.png"
+ install -Dm644 "$srcdir/icon256-$pkgver-$pkgrel.png" "$pkgdir/usr/share/pixmaps/kotatogram.png"
install -Dm644 "$srcdir/kotatogramdesktop.desktop" "$pkgdir/usr/share/applications/kotatogramdesktop.desktop"
# Icons
@@ -71,6 +77,6 @@ package() {
for icon_size in 16 32 48 64 128 256 512; do
icon_dir="$pkgdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps"
install -d "$icon_dir"
- install -m644 "$srcdir/icon${icon_size}.png" "$icon_dir/kotatogram.png"
+ install -m644 "$srcdir/icon${icon_size}-$pkgver-$pkgrel.png" "$icon_dir/kotatogram.png"
done
}
diff --git a/icon128-1.2-3.png b/icon128-1.2-3.png
new file mode 100644
index 000000000000..1db40ee4af39
--- /dev/null
+++ b/icon128-1.2-3.png
Binary files differ
diff --git a/icon16-1.2-3.png b/icon16-1.2-3.png
new file mode 100644
index 000000000000..f3a82511a3fe
--- /dev/null
+++ b/icon16-1.2-3.png
Binary files differ
diff --git a/icon256-1.2-3.png b/icon256-1.2-3.png
new file mode 100644
index 000000000000..284b4faf1a77
--- /dev/null
+++ b/icon256-1.2-3.png
Binary files differ
diff --git a/icon32-1.2-3.png b/icon32-1.2-3.png
new file mode 100644
index 000000000000..8fc510ca11eb
--- /dev/null
+++ b/icon32-1.2-3.png
Binary files differ
diff --git a/icon48-1.2-3.png b/icon48-1.2-3.png
new file mode 100644
index 000000000000..f09e9df7f665
--- /dev/null
+++ b/icon48-1.2-3.png
Binary files differ
diff --git a/icon512-1.2-3.png b/icon512-1.2-3.png
new file mode 100644
index 000000000000..b34f7f4b7e11
--- /dev/null
+++ b/icon512-1.2-3.png
Binary files differ
diff --git a/icon64-1.2-3.png b/icon64-1.2-3.png
new file mode 100644
index 000000000000..d20e69907c13
--- /dev/null
+++ b/icon64-1.2-3.png
Binary files differ