Skip to Content.
Sympa Menu

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

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 (ecbdc0449cb7e2895a9eaec48701fb88f80f4a7e)
  • Date: Sat, 18 Feb 2023 06:25:44 +0000

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

ChangeLog | 1 +
lumina/lumina-fileinfo/DEPENDS | 4 ++++
lumina/lumina-fileinfo/DETAILS | 15 +++++++++++++++
lumina/lumina-fileinfo/HISTORY | 3 +++
lumina/lumina-fileinfo/PRE_BUILD | 14 ++++++++++++++
5 files changed, 37 insertions(+)

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

lumina-fileinfo: new spell, file properties editor for lumina desktop

diff --git a/ChangeLog b/ChangeLog
index 79dca77..8aff13e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* lumina/lumina-core: new spell, core libs for lumina desktop
environment
* lumina/lumina-core-utils: new spell, core utils for lumina desktop
environment
* lumina/lumina-archiver: new spell, archive manager for lumina
desktop
+ * lumina/lumina-fileinfo: new spell, file properties editor 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-fileinfo/DEPENDS b/lumina/lumina-fileinfo/DEPENDS
new file mode 100755
index 0000000..52c7572
--- /dev/null
+++ b/lumina/lumina-fileinfo/DEPENDS
@@ -0,0 +1,4 @@
+. "$GRIMOIRE/QT5_DEPENDS" &&
+depends qtmultimedia &&
+depends qtsvg &&
+depends lumina-core
diff --git a/lumina/lumina-fileinfo/DETAILS b/lumina/lumina-fileinfo/DETAILS
new file mode 100755
index 0000000..56359c3
--- /dev/null
+++ b/lumina/lumina-fileinfo/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=lumina-fileinfo
+ 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 file info"
+ SHORT="lumina file properties editor"
+cat << EOF
+This is a graphical utility for viewing/changing the properties on a file.
+EOF
diff --git a/lumina/lumina-fileinfo/HISTORY b/lumina/lumina-fileinfo/HISTORY
new file mode 100644
index 0000000..cb312e3
--- /dev/null
+++ b/lumina/lumina-fileinfo/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-fileinfo/PRE_BUILD
b/lumina/lumina-fileinfo/PRE_BUILD
new file mode 100755
index 0000000..163c7ed
--- /dev/null
+++ b/lumina/lumina-fileinfo/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-fileinfo' desktop-utils.pro
+



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

Archive powered by MHonArc 2.6.24.

Top of Page