diff options
author | Jan Neumann | 2020-09-27 20:44:03 +0200 |
---|---|---|
committer | Jan Neumann | 2020-09-27 20:44:03 +0200 |
commit | b726ef21a18fd15ea543ae29adacdd1ce8f43d8d (patch) | |
tree | fb1a07123af8228ec9f9536df5554efb33ae7a0f | |
parent | bf4136aeecb19fb7f44948c3e89ff5756693b44f (diff) | |
download | aur-b726ef21a18fd15ea543ae29adacdd1ce8f43d8d.tar.gz |
add kirigami2 as dep
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -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 @@ -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') |