summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rw-r--r--source/l/pcre/pcre.url3
-rw-r--r--source/l/pcre/slack-desc2
-rw-r--r--[-rwxr-xr-x]source/l/qt/slack-desc0
-rwxr-xr-xsource/l/sdl/sdl.SlackBuild8
4 files changed, 9 insertions, 4 deletions
diff --git a/source/l/pcre/pcre.url b/source/l/pcre/pcre.url
index 249757b9c..2e0a9c866 100644
--- a/source/l/pcre/pcre.url
+++ b/source/l/pcre/pcre.url
@@ -1 +1,2 @@
-ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+ftp://ftp.pcre.org/pub/pcre/
+#ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
diff --git a/source/l/pcre/slack-desc b/source/l/pcre/slack-desc
index 010ce4875..1a5d8b06c 100644
--- a/source/l/pcre/slack-desc
+++ b/source/l/pcre/slack-desc
@@ -12,7 +12,7 @@ pcre: The PCRE library is a set of functions that implement regular
pcre: expression pattern matching using the same syntax and semantics as
pcre: Perl 5, with just a few differences (documented in the man page).
pcre:
-pcre:
+pcre: Homepage: https://www.pcre.org
pcre:
pcre:
pcre:
diff --git a/source/l/qt/slack-desc b/source/l/qt/slack-desc
index 955b3af1c..955b3af1c 100755..100644
--- a/source/l/qt/slack-desc
+++ b/source/l/qt/slack-desc
diff --git a/source/l/sdl/sdl.SlackBuild b/source/l/sdl/sdl.SlackBuild
index 1f79c32df..9fee91634 100755
--- a/source/l/sdl/sdl.SlackBuild
+++ b/source/l/sdl/sdl.SlackBuild
@@ -30,7 +30,7 @@ NET=${NET:-$(echo SDL_net-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev
SOUND=${SOUND:-$(echo SDL_sound-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
TTF=${TTF:-$(echo SDL_ttf-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-8}
+BUILD=${BUILD:-9}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -252,6 +252,11 @@ CFLAGS="$SLKCFLAGS" \
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
+mkdir -p $PKG/usr/doc/SDL_ttf-$TTF
+cp -a \
+ CHANGES COPYING README \
+ $PKG/usr/doc/SDL_ttf-$TTF
+
# Add SDL_sound:
cd $TMP
rm -rf SDL_sound-$SOUND
@@ -296,4 +301,3 @@ gzip -9 $PKG/usr/man/man?/*.?
cd $PKG
/sbin/makepkg -l y -c n $TMP/sdl-$VERSION-$ARCH-$BUILD.txz
-