summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/libsigc++/libsigc++.SlackBuild2
-rw-r--r--source/l/libsigc++/slack-desc10
-rw-r--r--source/l/xapian-core/slack-desc2
-rwxr-xr-xsource/l/xapian-core/xapian-core.SlackBuild2
4 files changed, 8 insertions, 8 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++:
diff --git a/source/l/xapian-core/slack-desc b/source/l/xapian-core/slack-desc
index 2b7ce8e7b..9f2641387 100644
--- a/source/l/xapian-core/slack-desc
+++ b/source/l/xapian-core/slack-desc
@@ -13,7 +13,7 @@ xapian-core: Library. It offers a highly adaptable toolkit that allows
xapian-core: developers to easily add advanced indexing and search facilities
xapian-core: to applications.
xapian-core:
+xapian-core: Homepage: http://www.xapian.org/
xapian-core:
xapian-core:
-xapian-core: xapian home: http://www.xapian.org/
xapian-core:
diff --git a/source/l/xapian-core/xapian-core.SlackBuild b/source/l/xapian-core/xapian-core.SlackBuild
index fd2c7d7d7..f84c5da5e 100755
--- a/source/l/xapian-core/xapian-core.SlackBuild
+++ b/source/l/xapian-core/xapian-core.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xapian-core
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}