summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2013-11-05 17:15:24 +0100
committer Robby Workman <rworkman@slackbuilds.org>2013-11-06 00:57:32 -0600
commit3956bed243f4c9a358a3a58a2181301d08299fe4 (patch)
tree54d2857c83b9a134e9fb5a73c28c39bb8d587544 /misc
parent696d22499182861c77c43167747e5ac4794aa8cf (diff)
downloadslackbuilds-3956bed243f4c9a358a3a58a2181301d08299fe4.tar.gz
slackbuilds-3956bed243f4c9a358a3a58a2181301d08299fe4.tar.xz
desktop/lxappearance-obconf: Updated for version 0.2.1.
Moved from "misc" to "desktop" Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/lxappearance-obconf/README4
-rw-r--r--misc/lxappearance-obconf/lxappearance-obconf.SlackBuild82
-rw-r--r--misc/lxappearance-obconf/lxappearance-obconf.info10
-rw-r--r--misc/lxappearance-obconf/slack-desc19
4 files changed, 0 insertions, 115 deletions
diff --git a/misc/lxappearance-obconf/README b/misc/lxappearance-obconf/README
deleted file mode 100644
index 4d4c5c7712..0000000000
--- a/misc/lxappearance-obconf/README
+++ /dev/null
@@ -1,4 +0,0 @@
-lxappearance-obconf (lxappearance openbox plugin)
-
-LXAppearance-obconf is an lxappearance plugin that implements openbox settings.
-It's based on obconf code.
diff --git a/misc/lxappearance-obconf/lxappearance-obconf.SlackBuild b/misc/lxappearance-obconf/lxappearance-obconf.SlackBuild
deleted file mode 100644
index e83dd9b6ae..0000000000
--- a/misc/lxappearance-obconf/lxappearance-obconf.SlackBuild
+++ /dev/null
@@ -1,82 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for lxappearance-obconf
-
-# Written by Matteo Bernardini <ponce@slackbuilds.org>
-# based on slackbuilds.org default template
-# generated by Grissiom's sbo-dev-helper
-
-PRGNAM=lxappearance-obconf
-VERSION=${VERSION:-0.2.0}
-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.?z*
-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 {} \;
-
-sh autogen.sh || true
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --docdir=/usr/doc/$PRGNAM-$VERSION \
- --build=$ARCH-slackware-linux
-
-make
-make install-strip DESTDIR=$PKG
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- ABOUT-NLS AUTHORS COPYING CHANGELOG NEWS README README.transifex TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION || true
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/misc/lxappearance-obconf/lxappearance-obconf.info b/misc/lxappearance-obconf/lxappearance-obconf.info
deleted file mode 100644
index 877d689e93..0000000000
--- a/misc/lxappearance-obconf/lxappearance-obconf.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="lxappearance-obconf"
-VERSION="0.2.0"
-HOMEPAGE="http://lxde.org/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxappearance-obconf-0.2.0.tar.xz"
-MD5SUM="a0da39e44e9cd4979074309d7354de73"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="lxappearance openbox"
-MAINTAINER="Matteo Bernardini"
-EMAIL="ponce@slackbuilds.org"
diff --git a/misc/lxappearance-obconf/slack-desc b/misc/lxappearance-obconf/slack-desc
deleted file mode 100644
index dab5c7fb27..0000000000
--- a/misc/lxappearance-obconf/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-obconf: lxappearance-obconf (lxappearance openbox plugin)
-lxappearance-obconf:
-lxappearance-obconf: LXAppearance-obconf is an lxappearance plugin that implements
-lxappearance-obconf: openbox settings.
-lxappearance-obconf: It's based on obconf code.
-lxappearance-obconf:
-lxappearance-obconf: homepage: http://lxde.org/
-lxappearance-obconf:
-lxappearance-obconf:
-lxappearance-obconf:
-lxappearance-obconf: