summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dugan Chen2011-08-11 20:16:21 +0200
committer Niels Horn2011-08-11 20:16:21 +0200
commit181b5f97d8e6a861fc0982021a75d556f448f2ff (patch)
tree3b43309dbfc9241d00dd89e1f03dc916bafd17cf
parent60ae8c614a2db7786cbb5cd8c87b3d0b5efb7861 (diff)
downloadslackbuilds-181b5f97d8e6a861fc0982021a75d556f448f2ff.tar.gz
misc/lxappearance: Updated for version 0.5.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--misc/lxappearance/doinst.sh2
-rw-r--r--misc/lxappearance/lxappearance.SlackBuild10
-rw-r--r--misc/lxappearance/lxappearance.info8
-rw-r--r--misc/lxappearance/slack-desc7
4 files changed, 15 insertions, 12 deletions
diff --git a/misc/lxappearance/doinst.sh b/misc/lxappearance/doinst.sh
index 01ca62b341..5fb28930db 100644
--- a/misc/lxappearance/doinst.sh
+++ b/misc/lxappearance/doinst.sh
@@ -1,3 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi \ No newline at end of file
+fi
diff --git a/misc/lxappearance/lxappearance.SlackBuild b/misc/lxappearance/lxappearance.SlackBuild
index fe13c42e99..965b2e331f 100644
--- a/misc/lxappearance/lxappearance.SlackBuild
+++ b/misc/lxappearance/lxappearance.SlackBuild
@@ -5,7 +5,7 @@
# Originally by "majk" <majk@konstelacioj.info>
PRGNAM=lxappearance
-VERSION=${VERSION:-0.5.0}
+VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -36,7 +36,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -57,11 +57,15 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
+ --sysconfdir=/etc \
--build=$ARCH-slackware-linux
-make
+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
diff --git a/misc/lxappearance/lxappearance.info b/misc/lxappearance/lxappearance.info
index 16891761b5..88fe555c25 100644
--- a/misc/lxappearance/lxappearance.info
+++ b/misc/lxappearance/lxappearance.info
@@ -1,10 +1,10 @@
PRGNAM="lxappearance"
-VERSION="0.5.0"
+VERSION="0.5.1"
HOMEPAGE="http://lxde.org"
-DOWNLOAD="http://downloads.sourceforge.net/lxde/lxappearance-0.5.0.tar.gz"
-MD5SUM="7eabab6f4a358dbc6a84e260a0e7f6c2"
+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"
+APPROVED="Erik Hanson,Niels Horn"
diff --git a/misc/lxappearance/slack-desc b/misc/lxappearance/slack-desc
index 307e922543..d11d6dfed6 100644
--- a/misc/lxappearance/slack-desc
+++ b/misc/lxappearance/slack-desc
@@ -10,11 +10,10 @@ 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:
+lxappearance:
+lxappearance:
lxappearance: Homepage: http://lxde.org/
lxappearance:
- \ No newline at end of file