Skip to Content.
Sympa Menu

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

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 (948b1538e0c27e4c4f73b99d812ed9416e7e4c5e)
  • Date: Sat, 18 Feb 2023 06:28:30 +0000

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

ChangeLog | 1 +
lumina/lumina-fm/DEPENDS | 11 +++++++++++
lumina/lumina-fm/DETAILS | 27 +++++++++++++++++++++++++++
lumina/lumina-fm/HISTORY | 3 +++
lumina/lumina-fm/PRE_BUILD | 14 ++++++++++++++
5 files changed, 56 insertions(+)

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

lumina-fm: new spell, insight file manager for lumina desktop

diff --git a/ChangeLog b/ChangeLog
index 8aff13e..f825672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* 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
+ * lumina/lumina-fm: new spell, insight file manager 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-fm/DEPENDS b/lumina/lumina-fm/DEPENDS
new file mode 100755
index 0000000..2084d57
--- /dev/null
+++ b/lumina/lumina-fm/DEPENDS
@@ -0,0 +1,11 @@
+source "$GRIMOIRE/QT5_DEPENDS" &&
+depends qtmultimedia &&
+depends qtsvg &&
+depends lumina-core &&
+
+optional_depends lumina-archiver '' '' \
+ 'instant extract of an archive into a new
subfolder within the current directory' &&
+
+optional_depends lumina-open '' '' 'Needed to allow "open-with"
functionality for files' &&
+
+optional_depends lumina-fileinfo '' '' 'Allows an option to view the
properties of files'
diff --git a/lumina/lumina-fm/DETAILS b/lumina/lumina-fm/DETAILS
new file mode 100755
index 0000000..389b788
--- /dev/null
+++ b/lumina/lumina-fm/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=lumina-fm
+ 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="insight lumina file manager"
+ SHORT="insight lumina file manager"
+cat << EOF
+This is the "Insight" file manager from the Lumina desktop.
+
+Key Features:
+
+* ZFS filesystem support for view/rollback of filesystem snapshots
+* Simple mediaplayer functionality (play files directly from a directory)
+* Simple slideshow functionality (browse through all image files in a
directory)
+* Bookmark locations on the system for easy-access later.
+* Flexible Interface:
+ * Open additional directories in new tabs
+ * Each tab may have up to two directories open for side-by-side
comparisons.
+ * "Basic" or "Detailed" file information modes.
+ * System-wide directories available in a tree-layout on the left side
(may be collapsed as desired)
+EOF
diff --git a/lumina/lumina-fm/HISTORY b/lumina/lumina-fm/HISTORY
new file mode 100644
index 0000000..cb312e3
--- /dev/null
+++ b/lumina/lumina-fm/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-fm/PRE_BUILD b/lumina/lumina-fm/PRE_BUILD
new file mode 100755
index 0000000..75da7e9
--- /dev/null
+++ b/lumina/lumina-fm/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-fm' desktop-utils.pro
+



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

Archive powered by MHonArc 2.6.24.

Top of Page