summaryrefslogtreecommitdiffstats
path: root/alt-kde
diff options
context:
space:
mode:
Diffstat (limited to 'alt-kde')
-rwxr-xr-xalt-kde/FUNCTIONS1
-rwxr-xr-xalt-kde/disman/CONFIGURE1
-rwxr-xr-xalt-kde/disman/DEPENDS4
-rwxr-xr-xalt-kde/disman/DETAILS16
-rw-r--r--alt-kde/disman/HISTORY3
-rwxr-xr-xalt-kde/kdisplay/CONFIGURE1
-rwxr-xr-xalt-kde/kdisplay/DEPENDS13
-rwxr-xr-xalt-kde/kdisplay/DETAILS17
-rw-r--r--alt-kde/kdisplay/HISTORY3
-rwxr-xr-xalt-kde/kwinft/CONFIGURE1
-rwxr-xr-xalt-kde/kwinft/CONFLICTS1
-rwxr-xr-xalt-kde/kwinft/DEPENDS56
-rwxr-xr-xalt-kde/kwinft/DETAILS16
-rw-r--r--alt-kde/kwinft/HISTORY3
-rwxr-xr-xalt-kde/kwinft/PROVIDES1
-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
19 files changed, 161 insertions, 0 deletions
diff --git a/alt-kde/FUNCTIONS b/alt-kde/FUNCTIONS
new file mode 100755
index 0000000000..3e0b0899ee
--- /dev/null
+++ b/alt-kde/FUNCTIONS
@@ -0,0 +1 @@
+. $GRIMOIRE/KDE5_FUNCTIONS
diff --git a/alt-kde/disman/CONFIGURE b/alt-kde/disman/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/alt-kde/disman/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/alt-kde/disman/DEPENDS b/alt-kde/disman/DEPENDS
new file mode 100755
index 0000000000..31375a192d
--- /dev/null
+++ b/alt-kde/disman/DEPENDS
@@ -0,0 +1,4 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+optional_depends kwayland '' '' 'build kwayland backends' &&
+optional_depends wrapland '' '' 'build wrapland backends'&&
+optional_depends libxcb '' '' 'build XRandR backends'
diff --git a/alt-kde/disman/DETAILS b/alt-kde/disman/DETAILS
new file mode 100755
index 0000000000..5dc770bc0d
--- /dev/null
+++ b/alt-kde/disman/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=disman
+ VERSION=0.521.0
+ COMMIT=480ad651e239b50ac72a3a28a80d45605848f11a
+ SOURCE_HASH=sha512:b289070e87b62e0dd8f44c762e7413e9fa41949ef4a2ba3d0274d2eebf22dc6eb610a86c5b3abbd2df802d3b50ccfdc1494484edf45d0a929d5cf423897f207e
+ 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=20200525
+ KEYWORDS="KF5"
+ SHORT="Qt/C++ display management library"
+cat << EOF
+Qt/C++ display management library
+EOF
diff --git a/alt-kde/disman/HISTORY b/alt-kde/disman/HISTORY
new file mode 100644
index 0000000000..1e825f8ef4
--- /dev/null
+++ b/alt-kde/disman/HISTORY
@@ -0,0 +1,3 @@
+2021-02-17 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.521.0
+ spell created
diff --git a/alt-kde/kdisplay/CONFIGURE b/alt-kde/kdisplay/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/alt-kde/kdisplay/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/alt-kde/kdisplay/DEPENDS b/alt-kde/kdisplay/DEPENDS
new file mode 100755
index 0000000000..ec0bc4657a
--- /dev/null
+++ b/alt-kde/kdisplay/DEPENDS
@@ -0,0 +1,13 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtsensors &&
+depends qtdeclarative &&
+depends disman &&
+depends kcmutils &&
+depends kconfig &&
+depends kdbusaddons &&
+depends kdeclarative &&
+depends kglobalaccel &&
+depends ki18n &&
+depends kiconthemes &&
+depends kxmlgui &&
+depends plasma-framework
diff --git a/alt-kde/kdisplay/DETAILS b/alt-kde/kdisplay/DETAILS
new file mode 100755
index 0000000000..91c91d3d00
--- /dev/null
+++ b/alt-kde/kdisplay/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kdisplay
+ VERSION=5.21.0
+ COMMIT=2fbaf8c2f03fb8608ccb21d38e04cadbff5818ea
+ SOURCE_HASH=sha512:570709884fb97d70c9a8cf6492d73e74383bf8d91ab081c006fa856c064ffb75915a323e7aaa0b46ed9b54fcf68a2c7b94ae10b079ab0a8eb1a1fa44d0c19909
+ 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=20200525
+ KEYWORDS="KF5"
+ SHORT="App and daemon for display managing"
+cat << EOF
+App and daemon for display managing11
+EOF
+
diff --git a/alt-kde/kdisplay/HISTORY b/alt-kde/kdisplay/HISTORY
new file mode 100644
index 0000000000..aed3a49423
--- /dev/null
+++ b/alt-kde/kdisplay/HISTORY
@@ -0,0 +1,3 @@
+2021-02-17 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.21.0
+ spell created
diff --git a/alt-kde/kwinft/CONFIGURE b/alt-kde/kwinft/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/alt-kde/kwinft/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/alt-kde/kwinft/CONFLICTS b/alt-kde/kwinft/CONFLICTS
new file mode 100755
index 0000000000..e50144607b
--- /dev/null
+++ b/alt-kde/kwinft/CONFLICTS
@@ -0,0 +1 @@
+conflicts kwin
diff --git a/alt-kde/kwinft/DEPENDS b/alt-kde/kwinft/DEPENDS
new file mode 100755
index 0000000000..b53e383859
--- /dev/null
+++ b/alt-kde/kwinft/DEPENDS
@@ -0,0 +1,56 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends qtx11extras &&
+depends qtscript &&
+depends qttools &&
+
+depends kcmutils &&
+depends kcompletion &&
+depends kconfig &&
+depends kconfigwidgets &&
+depends kcoreaddons &&
+depends kcrash &&
+depends kdecoration &&
+depends kglobalaccel &&
+depends ki18n &&
+depends kidletime &&
+depends kiconthemes &&
+depends kio &&
+depends kirigami2 &&
+depends knewstuff &&
+depends knotifications &&
+depends kservice &&
+depends ktextwidgets &&
+depends kwayland &&
+depends kwidgetsaddons &&
+depends kwindowsystem &&
+depends kxmlgui &&
+depends plasma-framework &&
+
+# plasma stuff
+depends kdecoration &&
+depends kscreenlocker &&
+
+depends pkgconfig &&
+depends DEVICE-MANAGER &&
+depends fontconfig &&
+depends freetype2 &&
+depends libdrm &&
+depends libepoxy &&
+depends libinput &&
+depends libxkbcommon &&
+depends libx11 &&
+depends libxcb &&
+depends libxdmcp &&
+depends xcb-util-cursor &&
+depends wrapland &&
+
+optional_depends kactivities5 '' ' -DCMAKE_DISABLE_FIND_PACKAGE_KF5Activities=1' 'activiies support' &&
+optional_depends kdoctools '' ' -DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=1' 'build documentation' &&
+optional_depends breeze '' '' 'set window decoration plugin' &&
+optional_depends libcap '' '' 'support realtime scheduling' &&
+optional_depends xcb-util-wm '' '' 'to build kwin tests' &&
+suggest_depends qtvirtualkeyboard '' '' 'virtual onlock keyboard' &&
+#runtime_depends LOGIN-DAEMON &&
+suggest_depends qtmultimedia '' '' 'video playback effect'&&
+suggest_depends hicolor-icon-theme '' '' 'fallback theme for many programs'
diff --git a/alt-kde/kwinft/DETAILS b/alt-kde/kwinft/DETAILS
new file mode 100755
index 0000000000..ee889cbbde
--- /dev/null
+++ b/alt-kde/kwinft/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=kwinft
+ VERSION=5.21.0
+ COMMIT=b475774c7a4b90921750b503cf77168b410a9c53
+ SOURCE_HASH=sha512:cf9cbb2d337b269a188e3add6c0763b6d28161662c101410275b9c7a272c58ad15744ee9b619cfeda4c37bb5f81a9a52711574e90168a4f62fcd5d71eb17b077
+ 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]=GPL
+ ENTERED=20200419
+ KEYWORDS="KDE5"
+ SHORT="Wayland compositor and X11 window manager"
+cat << EOF
+Wayland compositor and X11 window manager
+EOF
diff --git a/alt-kde/kwinft/HISTORY b/alt-kde/kwinft/HISTORY
new file mode 100644
index 0000000000..aed3a49423
--- /dev/null
+++ b/alt-kde/kwinft/HISTORY
@@ -0,0 +1,3 @@
+2021-02-17 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.21.0
+ spell created
diff --git a/alt-kde/kwinft/PROVIDES b/alt-kde/kwinft/PROVIDES
new file mode 100755
index 0000000000..5a12427092
--- /dev/null
+++ b/alt-kde/kwinft/PROVIDES
@@ -0,0 +1 @@
+KWIN
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