Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f531427d95fb27eb273c34a5356e4741157436e8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f531427d95fb27eb273c34a5356e4741157436e8)
  • Date: Thu, 20 Jul 2023 17:59:22 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/feh/BUILD | 2 +-
graphics/feh/DETAILS | 3 +--
graphics/feh/HISTORY | 5 +++++
graphics/feh/INSTALL | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit f531427d95fb27eb273c34a5356e4741157436e8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

feh: avoid DESTDIR; wrong usage

commit 10ea2101db079f0ce1b1acccb012dbeb5321633a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

feh: Add SOURCE_HASH

commit 0825843fd70dcbc6b79f1b42b820ddfb82147b7c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

feh: Remove SOURCE*_HINTS, no longer needed

diff --git a/graphics/feh/BUILD b/graphics/feh/BUILD
index 2c3bf3b..b88522b 100755
--- a/graphics/feh/BUILD
+++ b/graphics/feh/BUILD
@@ -1 +1 @@
-make ${OPTS} DESTDIR="${INSTALL_ROOT}" PREFIX="/usr"
+make $OPTS PREFIX="$INSTALL_ROOT/usr"
diff --git a/graphics/feh/DETAILS b/graphics/feh/DETAILS
index 291eebb..bd64bbd 100755
--- a/graphics/feh/DETAILS
+++ b/graphics/feh/DETAILS
@@ -7,10 +7,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://feh.finalrewind.org/$SOURCE
# Watch: https://feh.finalrewind.org/
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_HINTS="no-check-certificate"
- SOURCE2_HINTS="no-check-certificate"
WEB_SITE=https://feh.finalrewind.org/
ENTERED=20011101
+
SOURCE_HASH=sha512:9dc242a545590ab20847662613c289f4b78d44a1647c3696a65fd05c307628f869adf68fa3a66ca637b3974a309efb0b96d58a7aaa3d29725faf21208f40383e
SOURCE_GPG=5166E005.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
LICENSE[0]=GPL
diff --git a/graphics/feh/HISTORY b/graphics/feh/HISTORY
index 8d6d6b6..76f08a7 100644
--- a/graphics/feh/HISTORY
+++ b/graphics/feh/HISTORY
@@ -1,3 +1,8 @@
+2023-07-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: removed SOURCE*_HINTS, no longer needed
+ added SOURCE_HASH
+ * BUILD, INSTALL: fixed PREFIX and DESTDIR usage
+
2023-05-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.10

diff --git a/graphics/feh/INSTALL b/graphics/feh/INSTALL
index 8c85253..df8eba5 100755
--- a/graphics/feh/INSTALL
+++ b/graphics/feh/INSTALL
@@ -1 +1 @@
-make ${OPTS} DESTDIR="${INSTALL_ROOT}" PREFIX="/usr" install
+make $OPTS PREFIX="$INSTALL_ROOT/usr" install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f531427d95fb27eb273c34a5356e4741157436e8), Ismael Luceno, 07/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page