summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2010-09-15 22:03:59 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-09-15 22:03:59 -0500
commitf34c439e22b153dc9cdd47f200a571166835398d (patch)
tree733ec77ee3f2438910ab0780101966de20f77585 /system
parentd8731e9a034d82109e616d9edd17ebb1b8a24870 (diff)
downloadslackbuilds-f34c439e22b153dc9cdd47f200a571166835398d.tar.gz
slackbuilds-f34c439e22b153dc9cdd47f200a571166835398d.tar.xz
system/slim: Updated for version 1.3.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/slim/README.SLACKWARE6
-rw-r--r--system/slim/slack-desc2
-rw-r--r--system/slim/slim-1.3.1-include_stdio_h.patch11
-rw-r--r--system/slim/slim-1.3.2-use_libpng14.patch (renamed from system/slim/slim-1.3.1-use_libpng14.patch)10
-rw-r--r--system/slim/slim.SlackBuild31
-rw-r--r--system/slim/slim.info10
6 files changed, 21 insertions, 49 deletions
diff --git a/system/slim/README.SLACKWARE b/system/slim/README.SLACKWARE
index a327f5fe47..c4d08f12bd 100644
--- a/system/slim/README.SLACKWARE
+++ b/system/slim/README.SLACKWARE
@@ -1,7 +1,7 @@
-README.SLACKWARE for Slim
+README.SLACKWARE for SLiM
-Frank Caraballo (the Slim maintainer for SlackBuilds.org) took the time to
-create a custom Slackware theme which goes nicely with the lilo boot theme.
+Frank Caraballo took the time to create a custom Slackware theme which goes
+nicely with the lilo boot theme.
If you would like to use that theme, you will need to edit /etc/slim.conf
and change the 'current_theme' directive from 'default' to 'slackware-black'
diff --git a/system/slim/slack-desc b/system/slim/slack-desc
index 06e386d990..e9cd86f49d 100644
--- a/system/slim/slack-desc
+++ b/system/slim/slack-desc
@@ -5,7 +5,7 @@
# exactly 11 lines for the formatting to be correct. It's also customary to
# leave one space after the ':'.
- |-----handy-ruler------------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
slim: SLiM (graphical login manager similar to xdm/kdm/gdm)
slim:
slim: SLiM is a lightweight login manager based on GNUstep's Login.app. It
diff --git a/system/slim/slim-1.3.1-include_stdio_h.patch b/system/slim/slim-1.3.1-include_stdio_h.patch
deleted file mode 100644
index 14517f28bb..0000000000
--- a/system/slim/slim-1.3.1-include_stdio_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur slim-1.3.1.orig/switchuser.cpp slim-1.3.1/switchuser.cpp
---- slim-1.3.1.orig/switchuser.cpp 2008-09-25 19:54:15.000000000 -0500
-+++ slim-1.3.1/switchuser.cpp 2009-11-09 12:05:40.694438191 -0600
-@@ -9,6 +9,7 @@
- (at your option) any later version.
- */
-
-+#include <stdio.h>
- #include "switchuser.h"
-
- using namespace std;
diff --git a/system/slim/slim-1.3.1-use_libpng14.patch b/system/slim/slim-1.3.2-use_libpng14.patch
index 688fa02bb5..9d2855d33b 100644
--- a/system/slim/slim-1.3.1-use_libpng14.patch
+++ b/system/slim/slim-1.3.2-use_libpng14.patch
@@ -1,6 +1,6 @@
-diff --git a/Makefile b/Makefile
---- a/Makefile
-+++ b/Makefile
+diff -Nur slim-1.3.2.orig//Makefile slim-1.3.2/Makefile
+--- slim-1.3.2.orig//Makefile 2010-07-08 00:04:10.000000000 -0500
++++ slim-1.3.2/Makefile 2010-08-16 15:41:08.470912088 -0500
@@ -5,9 +5,9 @@
#######################################################
CXX=/usr/bin/g++
@@ -8,8 +8,8 @@ diff --git a/Makefile b/Makefile
-CFLAGS=-Wall -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libpng12 -I/usr/include
+CFLAGS=-Wall -I. -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libpng14 -I/usr/include
CXXFLAGS=$(CFLAGS)
--LDFLAGS=-lXft -lX11 -lfreetype -lXrender -lfontconfig -lpng12 -lz -lm -lcrypt -lXmu -lpng -ljpeg
-+LDFLAGS=-lXft -lX11 -lfreetype -lXrender -lfontconfig -lpng14 -lz -lm -lcrypt -lXmu -ljpeg
+-LDFLAGS=-lXft -lX11 -lfreetype -lXrender -lfontconfig -lpng12 -lz -lm -lcrypt -lXmu -lpng -ljpeg -lrt
++LDFLAGS=-lXft -lX11 -lfreetype -lXrender -lfontconfig -lpng14 -lz -lm -lcrypt -lXmu -ljpeg -lrt
CUSTOM=-DHAVE_SHADOW
ifdef USE_PAM
LDFLAGS+= -lpam
diff --git a/system/slim/slim.SlackBuild b/system/slim/slim.SlackBuild
index d2aa270bf6..95eba88c03 100644
--- a/system/slim/slim.SlackBuild
+++ b/system/slim/slim.SlackBuild
@@ -22,19 +22,20 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Script maintained by Frank Caraballo <fecaraballo{at}gmail{dot}com>
+# Maintained until v1.3.1 by Frank Caraballo <fecaraballo{at}gmail{dot}com>
+
+# As of v1.3.2 maintained by Niels Horn <niels.horn@gmail.com>
+# revision date: 2010/09/15
PRGNAM=slim
-VERSION=${VERSION:-1.3.1}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-1.3.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -78,29 +79,11 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
# Correct the path used for suspend:
patch -p0 < $CWD/slim.conf.patch
-# Include stdio.h
-patch -p1 < $CWD/slim-1.3.1-include_stdio_h.patch
-
# Use libpng14
-patch -p1 < $CWD/slim-1.3.1-use_libpng14.patch
+patch -p1 < $CWD/slim-1.3.2-use_libpng14.patch
make \
CFLAGS+="$SLKCFLAGS" \
diff --git a/system/slim/slim.info b/system/slim/slim.info
index 5d6a6c377a..73e6bb4f20 100644
--- a/system/slim/slim.info
+++ b/system/slim/slim.info
@@ -1,10 +1,10 @@
PRGNAM="slim"
-VERSION="1.3.1"
+VERSION="1.3.2"
HOMEPAGE="http://slim.berlios.de/"
-DOWNLOAD="http://download.berlios.de/slim/slim-1.3.1.tar.gz"
-MD5SUM="727d0acb24c0fbf0751134c37a9c895f"
+DOWNLOAD="http://download.berlios.de/slim/slim-1.3.2.tar.gz"
+MD5SUM="ca1ae6120e6f4b4969f2d6cf94f47b42"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Frank Caraballo"
-EMAIL="fecaraballo{at}gmail{dot}com"
+MAINTAINER="Niels Horn"
+EMAIL="niels.horn@gmail.com"
APPROVED="rworkman"