diff options
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/PyQt/slack-desc | 4 | ||||
-rw-r--r-- | source/l/glibc/slack-desc.glibc | 10 | ||||
-rwxr-xr-x | source/l/librsvg/librsvg.SlackBuild | 3 |
3 files changed, 9 insertions, 8 deletions
diff --git a/source/l/PyQt/slack-desc b/source/l/PyQt/slack-desc index 9aa7ae94..e8cf45ac 100644 --- a/source/l/PyQt/slack-desc +++ b/source/l/PyQt/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| PyQt: PyQt (Python bindings for Qt) PyQt: -PyQt: PyQt is a set of Python bindings for Trolltech's Qt application -PyQt: framework and runs on all platforms supported by Qt. +PyQt: PyQt is a set of Python bindings for the Qt application framework and +PyQt: runs on all platforms supported by Qt. PyQt: PyQt: Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/ PyQt: diff --git a/source/l/glibc/slack-desc.glibc b/source/l/glibc/slack-desc.glibc index 0deb19d1..63992d6b 100644 --- a/source/l/glibc/slack-desc.glibc +++ b/source/l/glibc/slack-desc.glibc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| glibc: glibc (GNU C libraries) glibc: -glibc: This package contains the GNU C libraries and header files. The GNU -glibc: C library was written originally by Roland McGrath, and is currently -glibc: maintained by Ulrich Drepper. Some parts of the library were -glibc: contributed or worked on by other people. +glibc: This package contains the GNU C libraries and header files. You'll +glibc: need this package to compile programs. glibc: -glibc: You'll need this package to compile programs. +glibc: The GNU C library was originally authored by Roland McGrath. +glibc: +glibc: Homepage: https://www.gnu.org/software/libc/ glibc: glibc: glibc: diff --git a/source/l/librsvg/librsvg.SlackBuild b/source/l/librsvg/librsvg.SlackBuild index 480d07ef..ccebbbb4 100755 --- a/source/l/librsvg/librsvg.SlackBuild +++ b/source/l/librsvg/librsvg.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=librsvg VERSION=${VERSION:-$(echo librsvg-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -84,6 +84,7 @@ CFLAGS="$SLKCFLAGS" \ --localstatedir=/var/lib \ --mandir=/usr/man \ --docdir=/usr/doc/$PKGNAM-$VERSION \ + --enable-vala=yes \ --enable-static=no \ --build=$ARCH-slackware-linux || exit 1 |