summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41cacc3bc76a..eeea60567b21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,13 +11,13 @@ pkgbase = kotatogram-desktop-bin
depends = hicolor-icon-theme
depends = libdbus
depends = libx11
+ optdepends = enchant: spellchecking support
optdepends = gtk2: GTK2-based desktop environment integration
optdepends = gtk3: GTK3-based desktop environment integration
optdepends = libappindicator-gtk2: to hide Kotatogram in the tray bar (GTK2-based desktop environment)
optdepends = libappindicator-gtk3: to hide Kotatogram in the tray bar (GTK3-based desktop environment)
optdepends = libayatana-appindicator-gtk2: to hide Kotatogram in the tray bar (GTK2-based desktop environment, modern fork)
optdepends = libayatana-appindicator-gtk3: to hide Kotatogram in the tray bar (GTK3-based desktop environment, modern fork)
- optdepends = libnotify: desktop notifications
optdepends = xdg-utils: for automatic opening of URLs, files and directories in proper applications
provides = kotatogram-desktop
conflicts = kotatogram-desktop
diff --git a/PKGBUILD b/PKGBUILD
index d7d49dafda58..4a01f47b04bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,13 +18,13 @@ makedepends=(
chrpath
)
optdepends=(
+ 'enchant: spellchecking support'
'gtk2: GTK2-based desktop environment integration'
'gtk3: GTK3-based desktop environment integration'
'libappindicator-gtk2: to hide Kotatogram in the tray bar (GTK2-based desktop environment)'
'libappindicator-gtk3: to hide Kotatogram in the tray bar (GTK3-based desktop environment)'
'libayatana-appindicator-gtk2: to hide Kotatogram in the tray bar (GTK2-based desktop environment, modern fork)'
'libayatana-appindicator-gtk3: to hide Kotatogram in the tray bar (GTK3-based desktop environment, modern fork)'
- 'libnotify: desktop notifications'
'xdg-utils: for automatic opening of URLs, files and directories in proper applications'
)
conflicts=('kotatogram-desktop' 'telegram-desktop' 'telegram-desktop-bin')