Skip to Content.
Sympa Menu

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

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 (a78fe90a9888c871bcc61071ea4341a64bc079fb)
  • Date: Sat, 26 Mar 2022 23:35:49 +0000

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

xfce/orage/BUILD | 3 +++
xfce/orage/DEPENDS | 4 ++++
xfce/orage/DETAILS | 17 ++++-------------
xfce/orage/HISTORY | 7 +++++++
xfce/orage/PREPARE | 2 +-
xfce/orage/PRE_BUILD | 4 ----
6 files changed, 19 insertions(+), 18 deletions(-)

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

orage 4.16.0

diff --git a/xfce/orage/BUILD b/xfce/orage/BUILD
new file mode 100755
index 0000000..d7637da
--- /dev/null
+++ b/xfce/orage/BUILD
@@ -0,0 +1,3 @@
+# Fix deficiency in buildsystem
+CFLAGS+=" $(pkg-config libxfce4util-1.0 --cflags)" &&
+default_build
diff --git a/xfce/orage/DEPENDS b/xfce/orage/DEPENDS
index c342e50..1428113 100755
--- a/xfce/orage/DEPENDS
+++ b/xfce/orage/DEPENDS
@@ -1,6 +1,10 @@
depends libxfce4util &&
depends gtk+2 &&

+optional_depends libxfce4ui \
+ --{enable,disable}-libxfce4ui \
+ "to use Xfce 4 widgets (for integration)" &&
+
optional_depends xfce4-panel \
"--enable-libxfce4panel" \
"--disable-libxfce4panel" \
diff --git a/xfce/orage/DETAILS b/xfce/orage/DETAILS
index 256ce16..ab4c45f 100755
--- a/xfce/orage/DETAILS
+++ b/xfce/orage/DETAILS
@@ -1,19 +1,10 @@
SPELL=orage
-if [[ $ORAGE_STABLE == y ]]; then
- VERSION=4.8.4
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ VERSION=4.16.0
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:a3dc10f16d9a002a95de0fa993b69a86dac174207f4ed1fbcf90030146a57b3a124e66e18a21b6fdd77673cb78ecadc9a618a1f755d8d9e4bf8aafa12926b38f
+
SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/${VERSION%.*}/$SOURCE
+
SOURCE_HASH=sha512:00f5dd069a90f5398cc6789006ba503097b5246111f88e28952de4fe7927deba8e8cfb136ed1ebe8a90e1bd656116259204f25af852aa0e502be38f37459243b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-else
- VERSION=4.5.91.1
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://www.kolumbus.fi/~w408237/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:ca63365e4b4f30b92e715beab51fc12a8ec85dd51a5d05e5bee6dd4ed2fc70b2e8af89c039fa9ebbc528d67054ea2a9db9f94333a6b411380d4721477ceda8f9
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION-svn"
-fi
- WEB_SITE=http://www.kolumbus.fi/~w408237/orage/
+ WEB_SITE=https://docs.xfce.org/panel-plugins/orage/start
LICENSE[0]=GPL
ENTERED=20070123
KEYWORDS="xfce"
diff --git a/xfce/orage/HISTORY b/xfce/orage/HISTORY
index eedc687..448bc9a 100644
--- a/xfce/orage/HISTORY
+++ b/xfce/orage/HISTORY
@@ -1,3 +1,10 @@
+2022-03-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE, BUILD: updated spell to 4.16.0
+ removed unstable branch
+ fixed WEB_SITE
+ * PRE_BUILD: removed, no longer needed
+ * DEPENDS: added optional dep on libxfce4ui
+
2013-02-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.8.4

diff --git a/xfce/orage/PREPARE b/xfce/orage/PREPARE
index b4bea03..333617d 100755
--- a/xfce/orage/PREPARE
+++ b/xfce/orage/PREPARE
@@ -1 +1 @@
-config_query ORAGE_STABLE "Do you want to use the stable release?" y
+persistent_remove ORAGE_STABLE
diff --git a/xfce/orage/PRE_BUILD b/xfce/orage/PRE_BUILD
deleted file mode 100755
index 97d3fe8..0000000
--- a/xfce/orage/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sed -i "s:-nonet::" doc/Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a78fe90a9888c871bcc61071ea4341a64bc079fb), Ismael Luceno, 03/26/2022

Archive powered by MHonArc 2.6.24.

Top of Page