Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c59951bf61005981833ef47f121542d76c292c1f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c59951bf61005981833ef47f121542d76c292c1f)
  • Date: Mon, 7 Jan 2019 17:14:34 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

graphics/inkscape/DETAILS | 4 ++--
graphics/inkscape/HISTORY | 3 +++
libs/libsigc++2/DETAILS | 3 +--
libs/libsigc++2/HISTORY | 3 +++
utils/gnuplot/DEPENDS | 2 +-
utils/gnuplot/HISTORY | 4 +++-
6 files changed, 13 insertions(+), 6 deletions(-)

New commits:
commit c59951bf61005981833ef47f121542d76c292c1f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libsigc++2: moved to github

commit 8f93ca3073d7a5b4a58087b787d9f649ff873238
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

gnuplot: depends on wxgtk-new

commit 3da821713f919de7456f972e0be1bde88043f006
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

inkscape: version 0.92.3 (currently brokeen with libsigc++ (and poppler,
probably)

diff --git a/graphics/inkscape/DETAILS b/graphics/inkscape/DETAILS
index b596b68..2ec0b15 100755
--- a/graphics/inkscape/DETAILS
+++ b/graphics/inkscape/DETAILS
@@ -1,10 +1,10 @@
SPELL=inkscape
- VERSION=0.92.2
+ VERSION=0.92.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://inkscape.global.ssl.fastly.net/media/resources/file/$SOURCE
#
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:e790cafb7cc2be2eb75f04ac4c18ae8558ae997f4261c38dac9c2a3383c7a12a0f4a090956770d1341b212fc9698d31d212f2c1609421907255f8af650569b30
+
SOURCE_HASH=sha512:af3c0f672a108e583f3c92cde1451b3f1f5319c1669891005c230e73b3485aa8951af6d7b21c7ccd9e4acbca8eaa5a3bb61ae1d828e81885bc7b61a8ae933687
WEB_SITE=http://www.inkscape.org/
ENTERED=20031207
SECURITY_PATCH=2
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index 913fc3b..8f22938 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,6 @@
+2018-12-12 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 0.92.3
+
2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD, PRE_BUILD, poppler_new_object_api.patch: Fix build with
current poppler.
diff --git a/libs/libsigc++2/DETAILS b/libs/libsigc++2/DETAILS
index e50c942..f88efe9 100755
--- a/libs/libsigc++2/DETAILS
+++ b/libs/libsigc++2/DETAILS
@@ -3,9 +3,8 @@
SOURCE=libsigc++-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libsigc++-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/libsigc++/1.2/$SOURCE
- SOURCE_URL[1]=http://downloads.sourceforge.net/sourceforge/libsigc/$SOURCE

SOURCE_HASH=sha512:91c6b9b9e6966b67da8c3c6a3ecdba097ed086e62d401a9d61edadb5ccd2502d69acf42d1c206eae0d998f38780bea824088cbf810d7a31c3d45d12516bde395
- WEB_SITE=http://libsigc.sourceforge.net/
+ WEB_SITE=https://libsigcplusplus.github.io/
ENTERED=20020523
UPDATED=20050414
LICENSE[0]=LGPL
diff --git a/libs/libsigc++2/HISTORY b/libs/libsigc++2/HISTORY
index baa72f5..03a22a6 100644
--- a/libs/libsigc++2/HISTORY
+++ b/libs/libsigc++2/HISTORY
@@ -1,3 +1,6 @@
+2019-01-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: new URL, not on sf.net anymore
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/utils/gnuplot/DEPENDS b/utils/gnuplot/DEPENDS
index 00013a0..43ae864 100755
--- a/utils/gnuplot/DEPENDS
+++ b/utils/gnuplot/DEPENDS
@@ -16,7 +16,7 @@ optional_depends "readline"
\
"use gnu readline instead of builtin readline" &&

optional_depends xorg-libs --with-x --without-x "X11 output" &&
-optional_depends wxwidgets --enable-wxwidgets --disable-wxwidgets \
+optional_depends wxgtk-new --enable-wxwidgets --disable-wxwidgets \
"wxWidgets interactive terminal" &&

optional_depends svgalib \
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index b612f1c..4d8a565 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,9 +1,11 @@
+2019-01-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: wxwidgets -> wxgtk-new
+
2019-01-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 5.2.6, updated urls, cvs -> git
* DEPENDS: added git for scm branch, libcaca & texlive are options now
* PRE_BUILD, 0001-fix-compatibility-with-lua-5.2.patch, gtk3.patch,
crossbuild.patch: removed obsolete patches
-
2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS, BUILD: wxwidgets and qtbase now, also fixup
* DETAILS: PATCHLEVEL++



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (c59951bf61005981833ef47f121542d76c292c1f), Thomas Orgis, 01/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page