summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xkde5-extra/plasma-wayland-protocols/CONFIGURE1
-rwxr-xr-xkde5-extra/plasma-wayland-protocols/DEPENDS3
-rwxr-xr-xkde5-extra/plasma-wayland-protocols/DETAILS15
-rw-r--r--kde5-extra/plasma-wayland-protocols/HISTORY3
5 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19f0485427..8bcdf255f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2020-05-14 Treeve Jelbert <treeve@sourcemage.org>
* printer/cpdb-libs: added, printer library
+ * kde5-extra/plasma-wayland-protocols: added
2020-05-10 Treeve Jelbert <treeve@sourcemage.org>
* devel/mozjs60: added, older version of mozjs, needed by policykit
diff --git a/kde5-extra/plasma-wayland-protocols/CONFIGURE b/kde5-extra/plasma-wayland-protocols/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-extra/plasma-wayland-protocols/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/plasma-wayland-protocols/DEPENDS b/kde5-extra/plasma-wayland-protocols/DEPENDS
new file mode 100755
index 0000000000..550896777e
--- /dev/null
+++ b/kde5-extra/plasma-wayland-protocols/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends wayland-protocols &&
+depends wayland
diff --git a/kde5-extra/plasma-wayland-protocols/DETAILS b/kde5-extra/plasma-wayland-protocols/DETAILS
new file mode 100755
index 0000000000..6b4221993d
--- /dev/null
+++ b/kde5-extra/plasma-wayland-protocols/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=plasma-wayland-protocols
+ VERSION=1.0
+ SOURCE_HASH=sha512:30ecbf9fbf9de7ee1d323fb43b0f4a05586e0f7d2c4d510e2300828e7a6a16e8907d8d2a835d4ecbb2d4d532641ea722ff6572403f767e0ac878b7fdb0897b08
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/$SOURCE
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://quickgit.kde.org/?p=plasma-wayland-protocols.git
+ LICENSE[0]=LGPL
+ ENTERED=20200429
+ KEYWORDS="KF5"
+ SHORT="non-standard wayland protocols for Plasma"
+cat << EOF
+Provides the xml files of non-standard wayland protocols used in Plasma
+EOF
diff --git a/kde5-extra/plasma-wayland-protocols/HISTORY b/kde5-extra/plasma-wayland-protocols/HISTORY
new file mode 100644
index 0000000000..84784a09b1
--- /dev/null
+++ b/kde5-extra/plasma-wayland-protocols/HISTORY
@@ -0,0 +1,3 @@
+2020-05-14 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.0
+ spell created