summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Porunov2019-11-11 07:41:54 +0400
committerDmitry Porunov2019-11-11 07:41:54 +0400
commitca0c3901be403d2e7a40adc30967c0d1fd87b57c (patch)
tree8122d59e68e065ddcf4d2656d9d68c0376212e72
parenta93d8b49fc77c1086164cd349fede66e08003f9d (diff)
downloadaur-ca0c3901be403d2e7a40adc30967c0d1fd87b57c.tar.gz
Uncomment patch Revert-Disable-DemiBold-fallback-for-Semibold.patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bde72553df66..7e032e96323b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kotatogram-desktop
pkgdesc = Experimental Telegram Desktop fork with option to select custom fonts.
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kotatogram/kotatogram-desktop
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 08c429355844..fb0c24d8d317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=kotatogram-desktop
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Experimental Telegram Desktop fork with option to select custom fonts."
arch=(x86_64)
url="https://github.com/kotatogram/kotatogram-desktop"
@@ -93,13 +93,13 @@ prepare() {
patch -Np1 -i "$srcdir/tdesktop.patch"
patch -Np1 -i "$srcdir/no-gtk2.patch"
-# patch -Np1 -i "$srcdir/Revert-Disable-DemiBold-fallback-for-Semibold.patch"
+ # patch -Np1 -i "$srcdir/Revert-Disable-DemiBold-fallback-for-Semibold.patch"
patch -Np1 -i "$srcdir/tdesktop_lottie_animation_qtdebug.patch"
- # patch -Np1 -i "$srcdir/Revert-Change-some-private-header-includes.patch"
-# patch -Np1 -i "$srcdir/Use-system-wide-font.patch"
+ patch -Np1 -i "$srcdir/Revert-Change-some-private-header-includes.patch"
+ # patch -Np1 -i "$srcdir/Use-system-wide-font.patch"
unix2dos "$srcdir/kdesktop/.appveyor/install.bat"
-# disable static-qt for rlottie
+ # disable static-qt for rlottie
sed "/RLOTTIE_WITH_STATIC_QT/d" -i "$srcdir/kdesktop/Telegram/gyp/lib_rlottie.gyp"
cd "$srcdir/kdesktop"