summaryrefslogtreecommitdiffstats
path: root/lxde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-23 20:30:04 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-23 20:30:04 +0000
commit2e00f38cfff453a088a3defe9a0fcad26718eff9 (patch)
tree7b53eb8fb840a774d09f202579ae53875f96fd91 /lxde
parentb5098c7b58ece91f5eb03bf50854f34b74f05e71 (diff)
downloadasb-2e00f38cfff453a088a3defe9a0fcad26718eff9.tar.gz
asb-2e00f38cfff453a088a3defe9a0fcad26718eff9.tar.xz
Update for 0.3.7
Diffstat (limited to 'lxde')
-rwxr-xr-xlxde/build/lxpanel.SlackBuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/lxde/build/lxpanel.SlackBuild b/lxde/build/lxpanel.SlackBuild
index fbc3a424..8ed041fd 100755
--- a/lxde/build/lxpanel.SlackBuild
+++ b/lxde/build/lxpanel.SlackBuild
@@ -32,6 +32,8 @@
# Changelog:
# 0.3.6.3-1: 04/Jun/2008 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.3.7-1: 23/Jun/2008 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh lxpanel.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=lxpanel
-VERSION=${VERSION:-0.3.6.3}
+VERSION=${VERSION:-0.3.7}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -168,6 +170,10 @@ else
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
fi
+# Move configuration files that we do not want to overwrite existing ones:
+mv $PKG/usr/share/lxpanel/profile/default/panels/panel{,.new}
+mv $PKG/usr/share/lxpanel/profile/default/config{,.new}
+
# Add this to the doinst.sh:
! [ -d $PKG/install ] && mkdir -p $PKG/install
cat <<EOINS >> $PKG/install/doinst.sh
@@ -187,8 +193,8 @@ config() {
done
}
-# An example of how you handle your '.new' config files:
-#config etc/lxpanel.conf.new
+config usr/share/lxpanel/profile/default/panels/panel.new
+config usr/share/lxpanel/profile/default/config.new
EOINS