summaryrefslogtreecommitdiffstats
path: root/source/l/libsigc++
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-10-30 21:50:53 +0000
committer Eric Hameleers <alien@slackware.com>2018-10-31 09:00:30 +0100
commit686ec3f974cddaf875c09f5e0816ce574cd8c9d9 (patch)
tree99493d6d7e431332502a0515059fdf379c51ba2b /source/l/libsigc++
parent34b4c5ed43447c4a942ea711c19583ccfc8bcd1a (diff)
downloadcurrent-686ec3f974cddaf875c09f5e0816ce574cd8c9d9.tar.gz
current-686ec3f974cddaf875c09f5e0816ce574cd8c9d9.tar.xz
Tue Oct 30 21:50:53 UTC 201820181030215053
a/aaa_terminfo-6.1_20181027-x86_64-1.txz: Upgraded. ap/hplip-3.18.10-x86_64-1.txz: Upgraded. d/bison-3.2-x86_64-1.txz: Upgraded. d/strace-4.25-x86_64-1.txz: Upgraded. l/libsigc++-2.10.1-x86_64-1.txz: Upgraded. l/ncurses-6.1_20181027-x86_64-1.txz: Upgraded. l/xapian-core-1.4.8-x86_64-1.txz: Upgraded. n/getmail-5.7-x86_64-1.txz: Upgraded. xfce/xfce4-notifyd-0.4.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/libsigc++')
-rwxr-xr-xsource/l/libsigc++/libsigc++.SlackBuild2
-rw-r--r--source/l/libsigc++/slack-desc10
2 files changed, 6 insertions, 6 deletions
diff --git a/source/l/libsigc++/libsigc++.SlackBuild b/source/l/libsigc++/libsigc++.SlackBuild
index 6737ac81f..7c003a0ae 100755
--- a/source/l/libsigc++/libsigc++.SlackBuild
+++ b/source/l/libsigc++/libsigc++.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libsigc++
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/l/libsigc++/slack-desc b/source/l/libsigc++/slack-desc
index f584a3dd3..16fce692b 100644
--- a/source/l/libsigc++/slack-desc
+++ b/source/l/libsigc++/slack-desc
@@ -11,9 +11,9 @@ libsigc++:
libsigc++: libsigc++ implements a typesafe callback system for standard C++.
libsigc++: It allows you to define signals and to connect those signals to any
libsigc++: callback function, either global or a member function, regardless
-libsigc++: of whether it is static or virtual.
-libsigc++: It also contains adaptor classes for connection of dissimilar
-libsigc++: callbacks and has an ease of use unmatched by other C++ callback
-libsigc++: libraries. Libsigc++ is licensed under the GNU Library General
-libsigc++: Public License, LGPL.
+libsigc++: of whether it is static or virtual. It also contains adaptor classes
+libsigc++: for connection of dissimilar callbacks.
+libsigc++:
+libsigc++: Homepage: https://github.com/libsigcplusplus/libsigcplusplus
+libsigc++:
libsigc++: