summaryrefslogtreecommitdiffstats
path: root/smgl
diff options
context:
space:
mode:
authorTreeve Jelbert2021-06-25 20:02:18 +0200
committerTreeve Jelbert2021-06-27 18:16:06 +0200
commit5e7844db94a926ef9cb4f4e69e3ac81b69822707 (patch)
treeb2bb6c41b0f00ef4815e27cb702b821ccb461f01 /smgl
parente3ebfe2785aab1b7d7ef2f43397edab7afe6bdf9 (diff)
seatd-0.5.0
Diffstat (limited to 'smgl')
-rwxr-xr-xsmgl/seatd/CONFIGURE1
-rwxr-xr-xsmgl/seatd/DEPENDS4
-rwxr-xr-xsmgl/seatd/DETAILS15
-rw-r--r--smgl/seatd/HISTORY4
4 files changed, 24 insertions, 0 deletions
diff --git a/smgl/seatd/CONFIGURE b/smgl/seatd/CONFIGURE
new file mode 100755
index 0000000000..d0bac55395
--- /dev/null
+++ b/smgl/seatd/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/smgl/seatd/DEPENDS b/smgl/seatd/DEPENDS
new file mode 100755
index 0000000000..ade49b594e
--- /dev/null
+++ b/smgl/seatd/DEPENDS
@@ -0,0 +1,4 @@
+depends meson &&
+depends python3 &&
+optional_depends elogind logind={en,dis}abled 'logind support' &&
+optional_depends scdoc man-pages={en,dis}abled 'create man pages'
diff --git a/smgl/seatd/DETAILS b/smgl/seatd/DETAILS
new file mode 100755
index 0000000000..280c3aca5e
--- /dev/null
+++ b/smgl/seatd/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=seatd
+ VERSION=0.5.0
+ SOURCE_HASH=sha512:a6b1f11313411fe99e8bdd64aa493fc19bde7b0b927f21e2c3ec8a7fadc6cf2f04fcefa73fa033d971d1dc482665d3dc927ec168026289fe88b2593a45adbc0f
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://git.sr.ht/~kennylevinsen/seatd
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=GPL
+ ENTERED=20210625
+ KEYWORDS=""
+ SHORT="minimal seat management daemon"
+cat << EOF
+A minimal seat management daemon, and a universal seat management library.
+EOF
diff --git a/smgl/seatd/HISTORY b/smgl/seatd/HISTORY
new file mode 100644
index 0000000000..2444a37506
--- /dev/null
+++ b/smgl/seatd/HISTORY
@@ -0,0 +1,4 @@
+2020-06-25 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.5.0
+ spell created
+