summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2020-01-10 21:29:54 +1100
committerVictor Tran2020-01-10 21:29:54 +1100
commit76cb0169be4cf57fe87e4c874242b56b1a2ca1af (patch)
treeb1ecf4550787c1fc67ebdf4426c1cac2b82f4ed1
parent2a060b90370adb49a8be132b763f4eeff3ce3e7c (diff)
downloadaur-theshell-blueprint.tar.gz
Add the-libs-blueprint dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6913d5c18065..f7103517a0f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = theshell-blueprint
depends = xdg-utils
depends = wmctrl
depends = kwin
+ depends = the-libs-blueprint
depends = networkmanager
depends = xorg-xbacklight
depends = redshift
diff --git a/PKGBUILD b/PKGBUILD
index 610824bfd66b..54b6094203f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Desktop Shell that gets out of your way"
arch=("x86_64")
url="https://github.com/vicr123/theshell"
license=('GPL3')
-depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin'
+depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin' 'the-libs-blueprint'
'networkmanager' 'xorg-xbacklight' 'redshift'
'libcups' 'qt5-base' 'ts-qtplatform' 'qt5-charts'
'qt5-location' 'kscreen' 'ts-bt' 'ts-bugreport' 'pulseaudio-qt' 'libtdesktopenvironment')