summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-01-07 14:51:40 +0100
committerPeter Mattern2016-01-07 14:51:40 +0100
commitb4d678ef5adec993069b09977861720d312e5ba3 (patch)
tree104c67e356d7467f3b377bdbc93738e9844ad515
parentacc825409cac069809e4c2352aa28109f850aabe (diff)
downloadaur-b4d678ef5adec993069b09977861720d312e5ba3.tar.gz
Add dependency qt5-svg
Plus some minor polish while at it: * Change license to more common string "LGPL" as described in https://wiki.archlinux.org/index.php/PKGBUILD#license * Depend on package connman, too. Strictly speaking LXQt ConnMan can run when ConnMan is missing but given it's purpose this is pretty pointless.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 380baa681892..5a1f1d1dfe9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,18 @@
+# Generated by mksrcinfo v8
+# Thu Jan 7 13:51:25 UTC 2016
pkgbase = lxqt-connman-applet-git
pkgdesc = LXQt system-tray applet for ConnMan
pkgver = r55.e90c62e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/surlykke/lxqt-connman-applet
arch = i686
arch = x86_64
- license = LGPL2.1
+ license = LGPL
makedepends = cmake
makedepends = qt5-tools
depends = liblxqt
+ depends = qt5-svg
+ depends = connman
provides = lxqt-connman-applet
conflicts = lxqt-connman-applet
source = git+https://github.com/surlykke/lxqt-connman-applet.git
diff --git a/PKGBUILD b/PKGBUILD
index 5499f33f92f1..d6ca43bf72bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname="lxqt-connman-applet"
pkgname="$_pkgname-git"
pkgver=r55.e90c62e
-pkgrel=1
+pkgrel=2
pkgdesc="LXQt system-tray applet for ConnMan"
arch=("i686" "x86_64")
url="https://github.com/surlykke/lxqt-connman-applet"
-license=("LGPL2.1")
-depends=("liblxqt")
+license=("LGPL")
+depends=("liblxqt" "qt5-svg" "connman")
makedepends=("cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")