diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lxappearance/README | 2 | ||||
-rw-r--r-- | misc/lxappearance/doinst.sh | 3 | ||||
-rw-r--r-- | misc/lxappearance/lxappearance.SlackBuild | 79 | ||||
-rw-r--r-- | misc/lxappearance/lxappearance.info | 10 | ||||
-rw-r--r-- | misc/lxappearance/slack-desc | 19 |
5 files changed, 0 insertions, 113 deletions
diff --git a/misc/lxappearance/README b/misc/lxappearance/README deleted file mode 100644 index b61853913fc9..000000000000 --- a/misc/lxappearance/README +++ /dev/null @@ -1,2 +0,0 @@ -LXAppearance is the standard theme switcher of LXDE. Users are able to -change the theme, icons, and fonts used by applications easily. diff --git a/misc/lxappearance/doinst.sh b/misc/lxappearance/doinst.sh deleted file mode 100644 index 5fb28930db0b..000000000000 --- a/misc/lxappearance/doinst.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi diff --git a/misc/lxappearance/lxappearance.SlackBuild b/misc/lxappearance/lxappearance.SlackBuild deleted file mode 100644 index 965b2e331fff..000000000000 --- a/misc/lxappearance/lxappearance.SlackBuild +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh - -# Slackware build script for LXAppearance - -# Originally by "majk" <majk@konstelacioj.info> - -PRGNAM=lxappearance -VERSION=${VERSION:-0.5.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --mandir=/usr/man \ - --sysconfdir=/etc \ - --build=$ARCH-slackware-linux - -make V=1 -make install-strip DESTDIR=$PKG - -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/misc/lxappearance/lxappearance.info b/misc/lxappearance/lxappearance.info deleted file mode 100644 index 88fe555c25ea..000000000000 --- a/misc/lxappearance/lxappearance.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="lxappearance" -VERSION="0.5.1" -HOMEPAGE="http://lxde.org" -DOWNLOAD="http://downloads.sourceforge.net/lxde/lxappearance-0.5.1.tar.gz" -MD5SUM="34d157a7fe97ef0b93db8fab3f251e07" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Dugan Chen" -EMAIL="dugan [underscore] c [at] fastmail [dot] fm" -APPROVED="Erik Hanson,Niels Horn" diff --git a/misc/lxappearance/slack-desc b/misc/lxappearance/slack-desc deleted file mode 100644 index d11d6dfed6e5..000000000000 --- a/misc/lxappearance/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -lxappearance: lxappearance (Simple GTK theme switcher) -lxappearance: -lxappearance: LXAppearance is the standard theme switcher of LXDE. Users are able -lxappearance: to change the theme, icons, and fonts used by applications easily. -lxappearance: -lxappearance: -lxappearance: -lxappearance: -lxappearance: -lxappearance: Homepage: http://lxde.org/ -lxappearance: |