summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2020-09-27 20:44:03 +0200
committerJan Neumann2020-09-27 20:44:03 +0200
commitb726ef21a18fd15ea543ae29adacdd1ce8f43d8d (patch)
treefb1a07123af8228ec9f9536df5554efb33ae7a0f
parentbf4136aeecb19fb7f44948c3e89ff5756693b44f (diff)
downloadaur-b726ef21a18fd15ea543ae29adacdd1ce8f43d8d.tar.gz
add kirigami2 as dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e93c200ac1d..22451f067897 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = latte-dock-git
pkgdesc = Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids
- pkgver = r4245.0c577d68
+ pkgver = r4549.1fab6237
pkgrel = 1
url = https://invent.kde.org/plasma/latte-dock
arch = x86_64
@@ -10,7 +10,9 @@ pkgbase = latte-dock-git
makedepends = extra-cmake-modules
makedepends = python
depends = plasma-framework
- depends = plasma-desktop
+ depends = kirigami2
+ depends = knewstuff
+ depends = hicolor-icon-theme
optdepends = libunity: quicklists, counters, and progress bars for apps using libunity
provides = latte-dock
conflicts = latte-dock
diff --git a/PKGBUILD b/PKGBUILD
index 5e62b1750b84..9f5947fcf1f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=latte-dock-git
_gitname=latte-dock
-pkgver=r4245.0c577d68
+pkgver=r4549.1fab6237
pkgrel=1
pkgdesc='Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids'
arch=('x86_64')
url='https://invent.kde.org/plasma/latte-dock'
license=('GPL')
-depends=('plasma-framework' 'plasma-desktop')
+depends=('plasma-framework' 'kirigami2' 'knewstuff' 'hicolor-icon-theme')
optdepends=('libunity: quicklists, counters, and progress bars for apps using libunity')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'python')
conflicts=('latte-dock')