summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Beringer2016-09-04 23:24:02 +0200
committerIan Beringer2016-09-04 23:24:02 +0200
commitd79382c9a7e961a5500f6da3d697ad0941914740 (patch)
tree8bad059cac984928ec289be6d27efc64f3d3afed
parent7be261f1773cd72d8e8d361ccf7601adf15c657e (diff)
downloadaur-d79382c9a7e961a5500f6da3d697ad0941914740.tar.gz
Use qt5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afc0f74d8d99..798cc8cfc5e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = usbguard-git
pkgdesc = USBGuard is a software framework for implementing USB device authorization policies
pkgver = 0.6.0.r0.g94b9b99
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dkopecek/usbguard
arch = i686
arch = x86_64
@@ -15,6 +15,8 @@ pkgbase = usbguard-git
depends = glib2
depends = libseccomp
depends = protobuf
+ depends = qt5-base
+ depends = hicolor-icon-theme
provides = usbguard
conflicts = usbguard
backup = etc/usbguard/usbguard-daemon.conf
diff --git a/PKGBUILD b/PKGBUILD
index 9e7e7f2092f2..4ddc110c4a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=usbguard-git
_pkgname=usbguard
pkgver=0.6.0.r0.g94b9b99
-pkgrel=1
+pkgrel=2
license=('GPL2')
pkgdesc='USBGuard is a software framework for implementing USB device authorization policies'
makedepends=("git")
-depends=("libqb-git" "libsodium" "libsystemd" "gcc-libs-multilib" "libcap-ng" "glib2" "libseccomp" "protobuf")
+depends=("libqb-git" "libsodium" "libsystemd" "gcc-libs-multilib" "libcap-ng" "glib2" "libseccomp" "protobuf" "qt5-base" "hicolor-icon-theme")
arch=("i686" "x86_64")
url='https://github.com/dkopecek/usbguard'
source=("${_pkgname}::git+https://github.com/dkopecek/usbguard.git")
@@ -32,6 +32,7 @@ build() {
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc -sbindir=/usr/bin --libdir=/usr/lib \
--enable-systemd \
+ --with-gui-qt=qt5 \
--with-bundled-spdlog \
--with-bundled-catch \
--with-bundled-pegtl