summaryrefslogtreecommitdiffstats
path: root/xorg-app
diff options
context:
space:
mode:
authorTreeve Jelbert2020-08-01 11:12:41 +0200
committerTreeve Jelbert2020-08-01 11:12:41 +0200
commit3a48cba4a32d48000dc53c9f60cd66dbec3a0438 (patch)
treedb6dfdfae05b36456d32a7e1f6800b2f411a5cda /xorg-app
parent3149635d49a77c18f94aefa04ec8acbf8af66f28 (diff)
wayland-utils-1.0.0
Diffstat (limited to 'xorg-app')
-rwxr-xr-xxorg-app/wayland-utils/CONFIGURE1
-rwxr-xr-xxorg-app/wayland-utils/DEPENDS4
-rwxr-xr-xxorg-app/wayland-utils/DETAILS18
-rw-r--r--xorg-app/wayland-utils/HISTORY4
4 files changed, 27 insertions, 0 deletions
diff --git a/xorg-app/wayland-utils/CONFIGURE b/xorg-app/wayland-utils/CONFIGURE
new file mode 100755
index 0000000000..9f48d22f39
--- /dev/null
+++ b/xorg-app/wayland-utils/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/xorg-app/wayland-utils/DEPENDS b/xorg-app/wayland-utils/DEPENDS
new file mode 100755
index 0000000000..c129d9c20e
--- /dev/null
+++ b/xorg-app/wayland-utils/DEPENDS
@@ -0,0 +1,4 @@
+depends meson &&
+depends ninja-build-system &&
+depends wayland &&
+depends wayland-protocols
diff --git a/xorg-app/wayland-utils/DETAILS b/xorg-app/wayland-utils/DETAILS
new file mode 100755
index 0000000000..614bc98aa0
--- /dev/null
+++ b/xorg-app/wayland-utils/DETAILS
@@ -0,0 +1,18 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=wayland-utils
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://wayland.freedesktop.org
+ SOURCE_URL[0]=$WEB_SITE/releases/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=freedesktop.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ LICENSE[0]=GPL
+ ENTERED=20200801
+ KEYWORDS=""
+ SHORT="tools for wayland"
+cat << EOF
+tools for wayland
+EOF
diff --git a/xorg-app/wayland-utils/HISTORY b/xorg-app/wayland-utils/HISTORY
new file mode 100644
index 0000000000..0bd3cb9c0f
--- /dev/null
+++ b/xorg-app/wayland-utils/HISTORY
@@ -0,0 +1,4 @@
+2020-08-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.0.0
+ spell created
+