Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9114453c1d8e075e020f4dcadd849d43105f50a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9114453c1d8e075e020f4dcadd849d43105f50a3)
  • Date: Wed, 17 Aug 2022 03:29:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

dev/null |binary
gnome2-apps/file-roller/BUILD | 5 -----
gnome2-apps/file-roller/CONFIGURE | 2 +-
gnome2-apps/file-roller/DEPENDS | 21 ++++++++++-----------
gnome2-apps/file-roller/DETAILS | 7 ++++---
gnome2-apps/file-roller/HISTORY | 8 ++++++++
6 files changed, 23 insertions(+), 20 deletions(-)

New commits:
commit 9114453c1d8e075e020f4dcadd849d43105f50a3
Author: Conner <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

Update file-roller to 3.42.0; Convert to meson build system

diff --git a/gnome2-apps/file-roller/BUILD b/gnome2-apps/file-roller/BUILD
deleted file mode 100755
index 62067c4..0000000
--- a/gnome2-apps/file-roller/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-if [[ $LIBMAGIC == "y" ]]; then
- OPTS="$OPTS --enable-magic"
-fi &&
-
-default_build
diff --git a/gnome2-apps/file-roller/CONFIGURE
b/gnome2-apps/file-roller/CONFIGURE
index 61f7247..d0bac55 100755
--- a/gnome2-apps/file-roller/CONFIGURE
+++ b/gnome2-apps/file-roller/CONFIGURE
@@ -1 +1 @@
-config_query LIBMAGIC "Use libmagic to detect file type?" y
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/gnome2-apps/file-roller/DEPENDS b/gnome2-apps/file-roller/DEPENDS
index 747a9a4..6208a59 100755
--- a/gnome2-apps/file-roller/DEPENDS
+++ b/gnome2-apps/file-roller/DEPENDS
@@ -1,20 +1,19 @@
-depends glib2 &&
-depends gtk+3 &&
-depends gnome-doc-utils &&
+. "$GRIMOIRE"/MESON_DEPENDS &&

-optional_depends rarian \
- "--enable-scrollkeeper" \
- "--disable-scrollkeeper" \
- "Register with scrollkeeper" &&
+depends glib2 &&
+depends gtk+3 &&
+depends gnome-doc-utils &&
+depends libhandy &&
+depends desktop-file-utils &&

optional_depends nautilus2 \
- "--enable-nautilus-actions" \
- "--disable-nautilus-actions" \
+ 'nautilus-actions=enabled' \
+ 'nautilus-actions=disabled' \
"Build the nautilus context menu actions?" &&

optional_depends libarchive \
- "--enable-libarchive" \
- "--disable-libarchive" \
+ 'libarchive=enabled' \
+ 'libarchive=disabled' \
"to use built-in code to handle tar, cpio, lha archives,
and ISO images" &&

suggest_depends zip "" "" "for zip archives" &&
diff --git a/gnome2-apps/file-roller/DETAILS b/gnome2-apps/file-roller/DETAILS
index f7f2817..c5ad532 100755
--- a/gnome2-apps/file-roller/DETAILS
+++ b/gnome2-apps/file-roller/DETAILS
@@ -1,10 +1,11 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=file-roller
- VERSION=3.6.0
+ VERSION=3.42.0
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_URL[0]=https://gitlab.gnome.org/GNOME/$SPELL/-/archive/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:70d954361ff5d51685087ba7cd9b694f56c6d53ac2d81327b0317686248d3567da5aa1ad580d7aec52a7aa7e22d9efdd8f03ce6344b5185b9d7d9bf11f45570d
LICENSE[0]=GPL
WEB_SITE=http://fileroller.sourceforge.net
ENTERED=20020505
diff --git a/gnome2-apps/file-roller/HISTORY b/gnome2-apps/file-roller/HISTORY
index 7d0924d..55b2b12 100644
--- a/gnome2-apps/file-roller/HISTORY
+++ b/gnome2-apps/file-roller/HISTORY
@@ -1,3 +1,11 @@
+2022-08-16 Conner Clere <connerclere AT gmail.com>
+ * BUILD: removed
+ * CONFIGURE: convert to MESON configure
+ * DEPENDS: removed rarian optional_depends,
+ added libhandy and desktop-file-utils depends
+ * DETAILS: updated spell to 3.42.0
+ Converted to meson build system
+
2012-09-27 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 3.6.0
* DEPENDS: gtk+2 -> gtk+3
diff --git a/gnome2-apps/file-roller/file-roller-3.6.0.tar.xz.sig
b/gnome2-apps/file-roller/file-roller-3.6.0.tar.xz.sig
deleted file mode 100644
index fa54276..0000000
Binary files a/gnome2-apps/file-roller/file-roller-3.6.0.tar.xz.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9114453c1d8e075e020f4dcadd849d43105f50a3), Pavel Vinogradov, 08/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page