summaryrefslogtreecommitdiffstats
path: root/alt-kde/wrapland
diff options
context:
space:
mode:
authorTreeve Jelbert2021-02-17 10:51:34 +0100
committerTreeve Jelbert2021-02-17 10:51:34 +0100
commitaf57d7307dc6e8582010a26ba7b78fc21e108f1a (patch)
treeaf934055bf30049fbb053f5cae7a495f330187d7 /alt-kde/wrapland
parentbc7096d707921e565d6f23a50a5f8e0d6069a571 (diff)
alt-kde/*
Diffstat (limited to 'alt-kde/wrapland')
-rwxr-xr-xalt-kde/wrapland/CONFIGURE1
-rwxr-xr-xalt-kde/wrapland/DEPENDS4
-rwxr-xr-xalt-kde/wrapland/DETAILS16
-rw-r--r--alt-kde/wrapland/HISTORY3
4 files changed, 24 insertions, 0 deletions
diff --git a/alt-kde/wrapland/CONFIGURE b/alt-kde/wrapland/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/alt-kde/wrapland/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/alt-kde/wrapland/DEPENDS b/alt-kde/wrapland/DEPENDS
new file mode 100755
index 0000000000..679657827c
--- /dev/null
+++ b/alt-kde/wrapland/DEPENDS
@@ -0,0 +1,4 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends wayland-protocols &&
+depends wayland &&
+depends mesa
diff --git a/alt-kde/wrapland/DETAILS b/alt-kde/wrapland/DETAILS
new file mode 100755
index 0000000000..d3cb6c90a7
--- /dev/null
+++ b/alt-kde/wrapland/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=wrapland
+ VERSION=0.521.0
+ COMMIT=45290fd53e94df514cccf28ef623a423d04b8854
+ SOURCE_HASH=sha512:87bfb65c481084918d59e7b6cffa40ddf7d198f1c89f45521e5482bc741016455ffb7a1b6c62a32b8581d998f43163f7da26ca9ea1bf3fba0e78dc5a280ad1fd
+ TAG=$SPELL@$VERSION
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$TAG-$COMMIT
+ WEBSITE=https://gitlab.com/kwinft/$SPELL
+ SOURCE_URL=$WEBSITE/-/archive/$TAG.tar.bz2
+ LICENSE[0]=LGPL
+ ENTERED=20200419
+ KEYWORDS="KF5"
+ SHORT="Qt/C++ library wrapping libwayland"
+cat << EOF
+Qt/C++ library wrapping libwayland
+EOF
diff --git a/alt-kde/wrapland/HISTORY b/alt-kde/wrapland/HISTORY
new file mode 100644
index 0000000000..65cb96634d
--- /dev/null
+++ b/alt-kde/wrapland/HISTORY
@@ -0,0 +1,3 @@
+2021-02-17 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.521.0
+ spell created