summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShrinivas Vishnu Kumbhar2021-04-04 20:25:59 +0530
committerShrinivas Vishnu Kumbhar2021-04-04 20:25:59 +0530
commitd5441d400b4aec3109126dc190ee4ab7fbdef256 (patch)
treeb4acace82d31010fcf3298a3c6aafec33d811e5e
parentd72ae7c065be08b81787b56102f310c991ee1297 (diff)
downloadaur-d5441d400b4aec3109126dc190ee4ab7fbdef256.tar.gz
init
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bec894951f6..c2cf0908c9c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = greetd-qtgreet
pkgdesc = Qt based greeter for greetd, to be run under wayfire or similar wlr-based compositors.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/marcusbritanicus/QtGreet
install = greetd-qtgreet.install
arch = aarch64
@@ -15,6 +15,8 @@ pkgbase = greetd-qtgreet
depends = wayfire
depends = qt5-wayland
depends = greetd
+ optdepends = wayfire
+ optdepends = sway
source = QtGreet-v1.0.0::https://gitlab.com/marcusbritanicus/QtGreet/-/archive/v1.0.0/QtGreet-v1.0.0.tar.gz
md5sums = ea391a96c297a967e16ac4cc7300e8f9
diff --git a/PKGBUILD b/PKGBUILD
index 8969f7469d6a..8aa7403e1937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=greetd-qtgreet
_pkgname=QtGreet
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Qt based greeter for greetd, to be run under wayfire or similar wlr-based compositors.'
arch=('aarch64' 'x86_64')
url="https://gitlab.com/marcusbritanicus/QtGreet"
license=(GPLv3)
depends=('qt5-base' 'wlroots' 'wayfire' 'qt5-wayland' 'greetd')
+optdepends=('wayfire' 'sway')
makedepends=('cmake' 'extra-cmake-modules' 'python')
#provides=('greetd')
#conflicts=('greetd')