Skip to Content.
Sympa Menu

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

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 (b683102886ad57d19e5d61f3d73df52022ae29a4)
  • Date: Wed, 29 Jan 2020 00:46:20 +0000

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

ChangeLog | 4 ++++
libs/libsigc++3.0/DEPENDS | 1 +
libs/libsigc++3.0/DETAILS | 21 +++++++++++++++++++++
libs/libsigc++3.0/HISTORY | 2 ++
x11-libs/cairomm/DEPENDS | 2 +-
x11-libs/cairomm/HISTORY | 3 +++
6 files changed, 32 insertions(+), 1 deletion(-)

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

cairomm: Fix libsigc++ dependency, needs 3.0 branch

commit 42402f2744dad8259413fa183043cc96a2d12dbd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libsigc++3.0: new spell, callback system for use in widget libraries

diff --git a/ChangeLog b/ChangeLog
index 6de3443..dc5fd36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-29 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/libsigc++3.0: new spell, callback system for use in widget
+ libraries
+
2020-01-28 Ismael Luceno <ismael AT sourcemage.org>
* fonts-x11/ttf-jetbrains-mono: new spell, JetBrains Mono Typeface

diff --git a/libs/libsigc++3.0/DEPENDS b/libs/libsigc++3.0/DEPENDS
new file mode 100755
index 0000000..a708cc1
--- /dev/null
+++ b/libs/libsigc++3.0/DEPENDS
@@ -0,0 +1 @@
+depends pkgconfig
diff --git a/libs/libsigc++3.0/DETAILS b/libs/libsigc++3.0/DETAILS
new file mode 100755
index 0000000..01e72db
--- /dev/null
+++ b/libs/libsigc++3.0/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libsigc++3.0
+ VERSION=3.0.2
+ SOURCE_HASH=sha512:
+ SOURCE=libsigc++-$VERSION.tar.xz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/libsigc++-$VERSION"
+ SOURCE_URL[0]="$GNOME_URL/sources/libsigc++/${VERSION%.*}/$SOURCE"
+ WEB_SITE=https://libsigcplusplus.github.io/libsigcplusplus/
+ ENTERED=20200129
+ LICENSE[0]=LGPLv3
+ KEYWORDS="libs"
+ SHORT="callback system for use in widget libraries"
+cat << EOF
+Libsigc++ implements a full callback system for use in widget libraries,
+abstract interfaces, and general programming. Originally part of the Gtk--
+widget set, libsigc++ is now a seperate library to provide for more general
+use. It is the most complete library of its kind with the ablity to connect
+an abstract callback to a class method, function, or function object. It
+contains adaptor classes for connection of dissimilar callbacks and has an
+ease of use unmatched by other C++ callback libraries. Libsigc++ is licensed
+under the GNU Library General Public License, LGPL.
+EOF
diff --git a/libs/libsigc++3.0/HISTORY b/libs/libsigc++3.0/HISTORY
new file mode 100644
index 0000000..32649b0
--- /dev/null
+++ b/libs/libsigc++3.0/HISTORY
@@ -0,0 +1,2 @@
+2020-01-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created, based on libsigc++3
diff --git a/x11-libs/cairomm/DEPENDS b/x11-libs/cairomm/DEPENDS
index 979d10b..70f2050 100755
--- a/x11-libs/cairomm/DEPENDS
+++ b/x11-libs/cairomm/DEPENDS
@@ -1,6 +1,6 @@
depends -sub CXX gcc &&
depends cairo &&
-depends libsigc++3 &&
+depends libsigc++3.0 &&
optional_depends "doxygen" \
"--enable-documentation" \
"--disable-documentation" \
diff --git a/x11-libs/cairomm/HISTORY b/x11-libs/cairomm/HISTORY
index 5111799..5729609 100644
--- a/x11-libs/cairomm/HISTORY
+++ b/x11-libs/cairomm/HISTORY
@@ -1,3 +1,6 @@
+2020-01-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: fixed dependency on libsigc++, needs 3.0 branch
+
2020-01-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.15.5




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b683102886ad57d19e5d61f3d73df52022ae29a4), Ismael Luceno, 01/28/2020

Archive powered by MHonArc 2.6.24.

Top of Page