Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (73496389d573c2ed2669d0cad7ff3bb754d56dbd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (73496389d573c2ed2669d0cad7ff3bb754d56dbd)
  • Date: Mon, 11 Jul 2022 10:18:16 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 4 ++++
qt5-cmake/kcolorpicker/BUILD | 2 ++
qt5-cmake/kcolorpicker/CONFIGURE | 1 +
qt5-cmake/kcolorpicker/DEPENDS | 1 +
qt5-cmake/kcolorpicker/DETAILS | 15 +++++++++++++++
qt5-cmake/kcolorpicker/HISTORY | 4 ++++
qt5-cmake/kimageannotator/BUILD | 2 ++
qt5-cmake/kimageannotator/CONFIGURE | 1 +
qt5-cmake/kimageannotator/DEPENDS | 2 ++
qt5-cmake/kimageannotator/DETAILS | 15 +++++++++++++++
qt5-cmake/kimageannotator/HISTORY | 4 ++++
11 files changed, 51 insertions(+)

New commits:
commit 73496389d573c2ed2669d0cad7ff3bb754d56dbd
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kimageannotator 0.6.0

commit 276e655eecd6224b1d1fe6b5df2d9dbea4874752
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kcolorpicker 0.2.0

diff --git a/ChangeLog b/ChangeLog
index 0efaccd..8daf55f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * qt5-cmake/kcolorpicker: new spell
+ * qt5-cmake/kimageannotator/: new spell
+
2022-07-07 Ismael Luceno <ismael AT sourcemage.org>
* disk/sedutil: new spell, DTA sedutil Self encrypting drive software

diff --git a/qt5-cmake/kcolorpicker/BUILD b/qt5-cmake/kcolorpicker/BUILD
new file mode 100755
index 0000000..bb6d40c
--- /dev/null
+++ b/qt5-cmake/kcolorpicker/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" -DBUILD_SHARED_LIBS=1"
+default_build
diff --git a/qt5-cmake/kcolorpicker/CONFIGURE
b/qt5-cmake/kcolorpicker/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/qt5-cmake/kcolorpicker/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/kcolorpicker/DEPENDS b/qt5-cmake/kcolorpicker/DEPENDS
new file mode 100755
index 0000000..955a11b
--- /dev/null
+++ b/qt5-cmake/kcolorpicker/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/QT_DEPENDS
diff --git a/qt5-cmake/kcolorpicker/DETAILS b/qt5-cmake/kcolorpicker/DETAILS
new file mode 100755
index 0000000..b15d98f
--- /dev/null
+++ b/qt5-cmake/kcolorpicker/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=kcolorpicker
+ SPELLX=kColorPicker
+ VERSION=0.2.0
+
SOURCE_HASH=sha512:44f9f317ebe5dd3131a9e44071f9f5b397b0d5cceece566f3ecf19932c8e36dafe1a434e623239421bead9413f0859bc3380174d7f14843770691e4d15a956eb
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://github.com/ksnip/kColorPicker
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=LGPL3
+ ENTERED=20220710
+ KEYWORDS=""
+ SHORT="Qt based Color Picker"
+cat << EOF
+Qt based Color Picker with popup menu
+EOF
diff --git a/qt5-cmake/kcolorpicker/HISTORY b/qt5-cmake/kcolorpicker/HISTORY
new file mode 100644
index 0000000..7c09fae
--- /dev/null
+++ b/qt5-cmake/kcolorpicker/HISTORY
@@ -0,0 +1,4 @@
+2022-07-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+ spell created
+
diff --git a/qt5-cmake/kimageannotator/BUILD b/qt5-cmake/kimageannotator/BUILD
new file mode 100755
index 0000000..bb6d40c
--- /dev/null
+++ b/qt5-cmake/kimageannotator/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" -DBUILD_SHARED_LIBS=1"
+default_build
diff --git a/qt5-cmake/kimageannotator/CONFIGURE
b/qt5-cmake/kimageannotator/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/qt5-cmake/kimageannotator/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/kimageannotator/DEPENDS
b/qt5-cmake/kimageannotator/DEPENDS
new file mode 100755
index 0000000..4bb602e
--- /dev/null
+++ b/qt5-cmake/kimageannotator/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/QT_DEPENDS &&
+depends kimageannotator
diff --git a/qt5-cmake/kimageannotator/DETAILS
b/qt5-cmake/kimageannotator/DETAILS
new file mode 100755
index 0000000..0c9ea79
--- /dev/null
+++ b/qt5-cmake/kimageannotator/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=kimageannotator
+ SPELLX=kImageAnnotator
+ VERSION=0.6.0
+
SOURCE_HASH=sha512:5782acd552af2297813164c0612810ec0d2127c174773040d99ec9d281f3575832b06667736a5521e88fa2d57ea6410e42a5d95232cb2dbdd9608917e5d6e896
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://github.com/ksnip/$SPELLX
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=LGPL3
+ ENTERED=20220710
+ KEYWORDS=""
+ SHORT="Tool for annotating images"
+cat << EOF
+Tool for annotating images
+EOF
diff --git a/qt5-cmake/kimageannotator/HISTORY
b/qt5-cmake/kimageannotator/HISTORY
new file mode 100644
index 0000000..4f5407b
--- /dev/null
+++ b/qt5-cmake/kimageannotator/HISTORY
@@ -0,0 +1,4 @@
+2022-07-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (73496389d573c2ed2669d0cad7ff3bb754d56dbd), Treeve Jelbert, 07/11/2022

Archive powered by MHonArc 2.6.24.

Top of Page