Skip to Content.
Sympa Menu

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

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 (bac185a0e8cfab755ebd14006ab21a2f6b6314b6)
  • Date: Fri, 10 Jun 2022 09:27:26 +0000

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

ChangeLog | 3 +++
archive/7z/BUILD | 2 ++
archive/7z/DEPENDS | 1 +
archive/7z/DETAILS | 15 +++++++++++++++
archive/7z/HISTORY | 3 +++
archive/7z/INSTALL | 1 +
archive/7z/PRE_BUILD | 4 ++++
archive/7z/PROVIDES | 1 +
8 files changed, 30 insertions(+)

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

7z-2107

diff --git a/ChangeLog b/ChangeLog
index b6fb2e9..88f1027 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * archive/7z: added, offical 7-Zip
+
2022-06-09 Treeve Jelbert <treeve AT sourcemage.org>
* KDE5_DEPENDS: updated
* QT_DEPENDS: added
diff --git a/archive/7z/BUILD b/archive/7z/BUILD
new file mode 100755
index 0000000..e191c4d
--- /dev/null
+++ b/archive/7z/BUILD
@@ -0,0 +1,2 @@
+cd CPP/7zip/Bundles/Alone2 &&
+make -j -f ../../cmpl_gcc.mak
diff --git a/archive/7z/DEPENDS b/archive/7z/DEPENDS
new file mode 100755
index 0000000..f148724
--- /dev/null
+++ b/archive/7z/DEPENDS
@@ -0,0 +1 @@
+depends -sub CXX gcc
diff --git a/archive/7z/DETAILS b/archive/7z/DETAILS
new file mode 100755
index 0000000..a58bd65
--- /dev/null
+++ b/archive/7z/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=7z
+ VERSION=2107
+ SOURCE=${SPELL}${VERSION}-src.tar.xz
+
SOURCE_HASH=sha512:c964e3f1193adb72adc338416ab3226ee2655b9a953f0ec7dafc83adafdfa6b89e32752bd23d521086d96164fca1795064f888e0c37b13e7160fdb37e61d2018
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSION}"
+ DOCS=""
+ WEB_SITE=https://www.7-zip.org
+ SOURCE_URL[0]=$WEB_SITE/a/$SOURCE
+ ENTERED=20220609
+ LICENSE[0]=LGPL
+ KEYWORDS="archive"
+ SHORT="official 7-zip for linux"
+cat << EOF
+7-Zip is a file archiver with a high compression ratio.
+EOF
diff --git a/archive/7z/HISTORY b/archive/7z/HISTORY
new file mode 100644
index 0000000..c0748a5
--- /dev/null
+++ b/archive/7z/HISTORY
@@ -0,0 +1,3 @@
+2022-06-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2107
+ * ALL: spell created.
diff --git a/archive/7z/INSTALL b/archive/7z/INSTALL
new file mode 100755
index 0000000..aba1de8
--- /dev/null
+++ b/archive/7z/INSTALL
@@ -0,0 +1 @@
+install b/g/7zz $INSTALL_ROOT/usr/bin/7zz
diff --git a/archive/7z/PRE_BUILD b/archive/7z/PRE_BUILD
new file mode 100755
index 0000000..ca1fafb
--- /dev/null
+++ b/archive/7z/PRE_BUILD
@@ -0,0 +1,4 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file &&
+sed -i '/-Werror/d' CPP/Build.mak CPP/7zip/7zip_gcc.mak C/7zip_gcc_c.mak
diff --git a/archive/7z/PROVIDES b/archive/7z/PROVIDES
new file mode 100644
index 0000000..b485ac0
--- /dev/null
+++ b/archive/7z/PROVIDES
@@ -0,0 +1 @@
+7ZIP



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bac185a0e8cfab755ebd14006ab21a2f6b6314b6), Treeve Jelbert, 06/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page