summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xkde5-extra/libqaccessibilityclient/CONFIGURE1
-rwxr-xr-xkde5-extra/libqaccessibilityclient/DEPENDS1
-rwxr-xr-xkde5-extra/libqaccessibilityclient/DETAILS18
-rw-r--r--kde5-extra/libqaccessibilityclient/HISTORY4
5 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1b689a78b..25dda94bf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2018-11-21 Treeve Jelbert <treeve@sourcemage.org>
* kde5-graphics/kirigami-gallery: added, kirigami examples
* kde.gpg: add Frederik Gladhorn <gladhorn@kde.org>
+ * kde5-extra/libqaccessibilityclient: added
2018-11-19 Treeve Jelbert <treeve@sourcemage.org>
* graphics-libs/opencv4: added, computer vision library
diff --git a/kde5-extra/libqaccessibilityclient/CONFIGURE b/kde5-extra/libqaccessibilityclient/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-extra/libqaccessibilityclient/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/libqaccessibilityclient/DEPENDS b/kde5-extra/libqaccessibilityclient/DEPENDS
new file mode 100755
index 0000000000..097fc8babd
--- /dev/null
+++ b/kde5-extra/libqaccessibilityclient/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/KDE5_DEPENDS
diff --git a/kde5-extra/libqaccessibilityclient/DETAILS b/kde5-extra/libqaccessibilityclient/DETAILS
new file mode 100755
index 0000000000..3cb9ded8f3
--- /dev/null
+++ b/kde5-extra/libqaccessibilityclient/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libqaccessibilityclient
+ VERSION=0.3.0
+ SOURCE_HASH=sha512:
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_URL[0]=https://download.kde.org/stable/$SPELL/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ ENTERED=20181121
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+small library that can help understand/use the accessibility information
+available on DBus. It could be used to write assistive applications such as
+screen readers.
+EOF
diff --git a/kde5-extra/libqaccessibilityclient/HISTORY b/kde5-extra/libqaccessibilityclient/HISTORY
new file mode 100644
index 0000000000..2c7114b403
--- /dev/null
+++ b/kde5-extra/libqaccessibilityclient/HISTORY
@@ -0,0 +1,4 @@
+2018-11-21 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.3.0
+ spell created
+