summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-05-16 01:01:03 +0200
committerFrancesco Minnocci2021-05-16 01:01:03 +0200
commitd1394db0cb3ad495e8cd3bb81ca7281e5fc0a3fe (patch)
tree3534e2c41ae388f9e6d9ec24ce2b7044ee8c598d
parent01e8ba1dc8f648a40f3e88197de90a46775a4349 (diff)
downloadaur-d1394db0cb3ad495e8cd3bb81ca7281e5fc0a3fe.tar.gz
Make gtk3 optional
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9cb3659c33c..6cbadd1b8ea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kotatogram-dev-git
pkgdesc = Kotatogram – experimental Telegram Desktop fork - Dev branch
pkgver = k1.4.12.g40df43998
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kotatogram/kotatogram-desktop
arch = x86_64
license = GPL3
@@ -14,7 +14,6 @@ pkgbase = kotatogram-dev-git
makedepends = microsoft-gsl
makedepends = libtg_owt
depends = qt5-imageformats
- depends = gtk3
depends = ffmpeg
depends = openal
depends = glibmm
@@ -25,6 +24,7 @@ pkgbase = kotatogram-dev-git
depends = libdbusmenu-qt5
depends = hunspell
optdepends = ttf-opensans: default Open Sans font family
+ optdepends = gtk3: GTK integration
provides = kotatogram-desktop
conflicts = kotatogram-desktop
source = kotatogram-desktop::git+https://github.com/kotatogram/kotatogram-desktop.git#branch=test
diff --git a/PKGBUILD b/PKGBUILD
index 3aca26e594e5..4afa8d85df5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=kotatogram-dev-git
_pkgname=kotatogram-desktop
pkgver=k1.4.12.g40df43998
-pkgrel=1
+pkgrel=2
pkgdesc="Kotatogram – experimental Telegram Desktop fork - Dev branch"
arch=(x86_64)
url="https://github.com/kotatogram/kotatogram-desktop"
license=(GPL3)
depends=(
qt5-imageformats
- gtk3
ffmpeg
openal
glibmm
@@ -33,6 +32,7 @@ makedepends=(
)
optdepends=(
'ttf-opensans: default Open Sans font family'
+ 'gtk3: GTK integration'
)
conflicts=('kotatogram-desktop')
provides=('kotatogram-desktop')