summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-03-13 10:24:14 +0000
committerxiota2024-03-13 10:24:14 +0000
commit8c6f9c122ad0243cd78d2ffb7e48b6b71448adce (patch)
tree74ce242e701a5e70f1eca21769ce2c37b1667a7a
parent5e067582769a7b9f1d43f3ccf18c2faa148e381e (diff)
downloadaur-como.tar.gz
update depends
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD24
2 files changed, 34 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84a2d962c486..9c5d1538051f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,35 @@
pkgbase = como
pkgdesc = Library collection to easily create Wayland and X11 compositors
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/winft/como
arch = x86_64
arch = aarch64
license = LGPL-2.1-only
+ makedepends = breeze
makedepends = extra-cmake-modules
makedepends = git
+ makedepends = kcrash
+ makedepends = kdeclarative
makedepends = kdoctools
+ makedepends = knewstuff
+ makedepends = knotifications
+ makedepends = kscreenlocker
+ makedepends = kxmlgui
+ makedepends = microsoft-gsl
makedepends = ninja
+ makedepends = qt6-multimedia
+ makedepends = xorg-xwayland
depends = kauth
+ depends = kcmutils
depends = kconfigwidgets
depends = kdecoration
+ depends = kglobalaccel
+ depends = kidletime
+ depends = kpackage
depends = kquickcharts
+ depends = kservice
+ depends = ksvg
depends = libepoxy
depends = libqaccessibilityclient-qt6
depends = qt6-5compat
diff --git a/PKGBUILD b/PKGBUILD
index 6747bcc647d4..3a11f1ff82d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="como"
pkgname="$_pkgname"
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Library collection to easily create Wayland and X11 compositors'
url="https://github.com/winft/como"
license=('LGPL-2.1-only')
@@ -11,9 +11,15 @@ arch=('x86_64' 'aarch64')
depends=(
kauth
+ kcmutils
kconfigwidgets
kdecoration
+ kglobalaccel
+ kidletime
+ kpackage
kquickcharts
+ kservice
+ ksvg
libepoxy
libqaccessibilityclient-qt6
qt6-5compat
@@ -26,17 +32,11 @@ depends=(
## implicit
#hicolor-icon-theme
- #kcmutils
#kcolorscheme
#kconfig
#kcoreaddons
- #kglobalaccel
#ki18n
- #kidletime
#kirigami
- #kpackage
- #kservice
- #ksvg
#kwidgetsaddons
#kwindowsystem
#libinput
@@ -50,10 +50,20 @@ depends=(
#xcb-util-keysyms
)
makedepends=(
+ breeze
extra-cmake-modules
git
+ kcrash
+ kdeclarative
kdoctools
+ knewstuff
+ knotifications
+ kscreenlocker
+ kxmlgui
+ microsoft-gsl
ninja
+ qt6-multimedia
+ xorg-xwayland
)
provides=("kwin")