summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lane2018-11-25 13:11:11 +0000
committerChris Lane2018-11-25 13:11:11 +0000
commitee0d423750cb457035e61aedf99cdbe50c2dddf6 (patch)
tree0c4c01424830b9a190173991e5dfc5a3417347b5
parentb31de1066bc978352460842c9ee5b660dc13aab2 (diff)
downloadaur-ee0d423750cb457035e61aedf99cdbe50c2dddf6.tar.gz
Adjust dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3912c343b096..de2ffbbb6ffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quassel-client-lighter-git
pkgdesc = Qt-based distributed IRC client (client only) - minimal dependencies
pkgver = 0.14.pre.r110.g7c0eb011
- pkgrel = 1
+ pkgrel = 2
url = https://quassel-irc.org
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = quassel-client-lighter-git
arch = aarch64
license = GPL
makedepends = git
- makedepends = cmake
makedepends = extra-cmake-modules
makedepends = ninja
makedepends = qt5-base
@@ -18,6 +17,9 @@ pkgbase = quassel-client-lighter-git
optdepends = sonnet: spell checking support
optdepends = hicolor-icon-theme: hicolor theme hierarchy support
optdepends = libdbusmenu-qt5: dbus context menu for icon tray support
+ optdepends = qt5-tools: translations support
+ optdepends = qt5-multimedia: audio notification support
+ optdepends = snorenotify: snorenotify notification framework support
provides = quassel-client
conflicts = quassel-client
source = quassel-client-lighter-git::git+https://github.com/quassel/quassel
diff --git a/PKGBUILD b/PKGBUILD
index 2d6605adb296..3c3c0f9b7dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,19 @@
# Maintainer: Chris Lane <aur at chrislane dot com>
pkgname=quassel-client-lighter-git
pkgver=0.14.pre.r110.g7c0eb011
-pkgrel=1
+pkgrel=2
pkgdesc="Qt-based distributed IRC client (client only) - minimal dependencies"
url='https://quassel-irc.org'
license=('GPL')
arch=('i686' 'x86_64' 'arm' 'aarch64')
depends=('qt5-base')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'ninja' 'qt5-base' 'boost')
+makedepends=('git' 'extra-cmake-modules' 'ninja' 'qt5-base' 'boost')
optdepends=('sonnet: spell checking support'
'hicolor-icon-theme: hicolor theme hierarchy support'
- 'libdbusmenu-qt5: dbus context menu for icon tray support')
+ 'libdbusmenu-qt5: dbus context menu for icon tray support'
+ 'qt5-tools: translations support'
+ 'qt5-multimedia: audio notification support'
+ 'snorenotify: snorenotify notification framework support')
provides=('quassel-client')
conflicts=('quassel-client')
source=("$pkgname"::"git+https://github.com/quassel/quassel")