summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabelian4242024-02-29 13:36:55 +0600
committerabelian4242024-02-29 13:36:55 +0600
commit12b408bcd5f0417a09f54aae36c99803eb4a4858 (patch)
tree74285b4ab78eadba980c30069d7eae5a6ea0c470
parentcec60428f46a98e7c9948688f31ea9cf87019d5a (diff)
downloadaur-12b408bcd5f0417a09f54aae36c99803eb4a4858.tar.gz
como now provides kwin instead of theseus-ship
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be6c2330e0e2..2c8123e2d61b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,8 @@ pkgbase = como
depends = wlroots
depends = wrapland
optdepends = xorg-xwayland: x11 app support for wayland
+ provides = kwin
+ conflicts = kwin
source = https://github.com/winft/como/archive/refs/tags/v0.1.0.tar.gz
sha1sums = 22c44272927007ad7f6bb239a01957f2dca63692
diff --git a/PKGBUILD b/PKGBUILD
index 3c3f3a7a29fe..88adabc0c291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ arch=(x86_64 aarch64)
url="https://github.com/winft/como"
license=(LGPL)
depends=(qt6-5compat qt6-tools kauth kconfigwidgets kdbusaddons kdecoration kdoctools knewstuff kscreenlocker wlroots 'wrapland')
+provides=(kwin)
+conflicts=(kwin)
makedepends=(extra-cmake-modules)
optdepends=('xorg-xwayland: x11 app support for wayland')
source=("https://github.com/winft/como/archive/refs/tags/v$pkgver.tar.gz")