Skip to Content.
Sympa Menu

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

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 (2fa8a7d9ed16d5f0f0a4b54c406e7d2d35c727a2)
  • Date: Sat, 18 Feb 2023 06:22:04 +0000

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

ChangeLog | 1 +
lumina/lumina-archiver/DEPENDS | 5 +++++
lumina/lumina-archiver/DETAILS | 16 ++++++++++++++++
lumina/lumina-archiver/HISTORY | 3 +++
lumina/lumina-archiver/PRE_BUILD | 13 +++++++++++++
5 files changed, 38 insertions(+)

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

lumina-archiver: new spell, archiving program for lumina desktop

diff --git a/ChangeLog b/ChangeLog
index 68bc77f..79dca77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2023-02-17 Conner Clere <xenanthropy AT sourcemage.org>
* 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

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-archiver/DEPENDS b/lumina/lumina-archiver/DEPENDS
new file mode 100755
index 0000000..8b376f3
--- /dev/null
+++ b/lumina/lumina-archiver/DEPENDS
@@ -0,0 +1,5 @@
+. "$GRIMOIRE/QT5_DEPENDS" &&
+depends qtmultimedia &&
+depends qtsvg &&
+depends lumina-core &&
+depends tar
diff --git a/lumina/lumina-archiver/DETAILS b/lumina/lumina-archiver/DETAILS
new file mode 100755
index 0000000..7a538da
--- /dev/null
+++ b/lumina/lumina-archiver/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=lumina-archiver
+ 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 archiver tar"
+ SHORT="archive manager for lumina desktop"
+cat << EOF
+This is a graphical archive manager based around the 'tar' utility, which
also
+provides limited support to copying USB images to a USB device via the 'dd'
utility.
+EOF
diff --git a/lumina/lumina-archiver/HISTORY b/lumina/lumina-archiver/HISTORY
new file mode 100644
index 0000000..cb312e3
--- /dev/null
+++ b/lumina/lumina-archiver/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-archiver/PRE_BUILD
b/lumina/lumina-archiver/PRE_BUILD
new file mode 100755
index 0000000..52cf78f
--- /dev/null
+++ b/lumina/lumina-archiver/PRE_BUILD
@@ -0,0 +1,13 @@
+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-archiver' desktop-utils.pro



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

Archive powered by MHonArc 2.6.24.

Top of Page