Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (ed574512cd413535688dc87bb039011daaca8ee9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (ed574512cd413535688dc87bb039011daaca8ee9)
  • Date: Sat, 18 Feb 2023 06:34:31 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 1 +
lumina/lumina-screenshot/DEPENDS | 8 ++++++++
lumina/lumina-screenshot/DETAILS | 17 +++++++++++++++++
lumina/lumina-screenshot/HISTORY | 3 +++
lumina/lumina-screenshot/PRE_BUILD | 14 ++++++++++++++
5 files changed, 43 insertions(+)

New commits:
commit ed574512cd413535688dc87bb039011daaca8ee9
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

lumina-screenshot: new spell, screenshotting utility for lumina desktop

diff --git a/ChangeLog b/ChangeLog
index 62d61e2..e83ea51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* lumina/lumina-fm: new spell, insight file manager for lumina desktop
* lumina/lumina-mediaplayer: new spell, streaming media player for
lumina desktop
* lumina/lumina-photo: new spell, photo viewer for lumina desktop
+ * lumina/lumina-screenshot: new spell, screenshot utility for lumina
desktop

2023-02-13 Vlad Glagolev <stealth AT sourcemage.org>
* fonts-x11/scientifica: new spell, tall, condensed, bitmap font for
geeks
diff --git a/lumina/lumina-screenshot/DEPENDS
b/lumina/lumina-screenshot/DEPENDS
new file mode 100755
index 0000000..5c23eab
--- /dev/null
+++ b/lumina/lumina-screenshot/DEPENDS
@@ -0,0 +1,8 @@
+source "$GRIMOIRE/QT5_DEPENDS" &&
+depends qtmultimedia &&
+depends qtsvg &&
+depends lumina-core &&
+depends libxdamage &&
+depends libxcb &&
+depends xcb-util-wm &&
+depends xcb-util-image
diff --git a/lumina/lumina-screenshot/DETAILS
b/lumina/lumina-screenshot/DETAILS
new file mode 100755
index 0000000..eeceab5
--- /dev/null
+++ b/lumina/lumina-screenshot/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=lumina-screenshot
+ SPELLX=lumina
+ VERSION=1.6.2
+ SOURCE=$SPELLX-$VERSION.tar.gz
+
SOURCE_HASH=sha256:02cca45e655727360990db8a9e3935be54cc4fbb01b339d1cd406d280ecdf3ae
+
SOURCE_URL=https://github.com/${SPELLX}-desktop/${SPELLX}/archive/refs/tags/v${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://lumina-desktop.org/
+ ENTERED=20230217
+ LICENSE[0]=BSD
+ KEYWORDS="lumina screenshot"
+ SHORT="lumina screenshot utility"
+cat << EOF
+This is a utility for taking screenshots of the local desktop
+session and saving them on the system. It also provides some basic editing
+capabilities prior to saving the screenshot to a file.
+EOF
diff --git a/lumina/lumina-screenshot/HISTORY
b/lumina/lumina-screenshot/HISTORY
new file mode 100644
index 0000000..cb312e3
--- /dev/null
+++ b/lumina/lumina-screenshot/HISTORY
@@ -0,0 +1,3 @@
+2023-02-17 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: version 1.6.2, new spell
+
diff --git a/lumina/lumina-screenshot/PRE_BUILD
b/lumina/lumina-screenshot/PRE_BUILD
new file mode 100755
index 0000000..2cb1349
--- /dev/null
+++ b/lumina/lumina-screenshot/PRE_BUILD
@@ -0,0 +1,14 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY/src-qt5" &&
+
+# editing SUBDIRS so it doesn't build all 3 lumina components
+# (they recommend packaging each component separately)
+sed -i '7,13d' src-qt5.pro &&
+sed -i '6i SUBDIRS+= desktop-utils' src-qt5.pro &&
+
+cd desktop-utils &&
+
+# editing desktop-utils SUBDIRS so it only builds the current component
+sed -i '7,14d' desktop-utils.pro &&
+sed -i '6i SUBDIRS+= lumina-screenshot' desktop-utils.pro
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (ed574512cd413535688dc87bb039011daaca8ee9), Conner Clere, 02/18/2023

Archive powered by MHonArc 2.6.24.

Top of Page