diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-06-05 12:03:06 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-06-05 12:03:06 -0400 |
commit | 07bec150c6f06e391b913db838a50d2777909355 (patch) | |
tree | d23c90696fb3cbdb496b31c103fa843b2f5f3464 /desktop/spectrwm/spectrwm.SlackBuild | |
parent | 5eb868527f22724d1160653f39b1f794b7497d74 (diff) |
desktop/spectrwm: Updated for version 2.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/spectrwm/spectrwm.SlackBuild')
-rw-r--r-- | desktop/spectrwm/spectrwm.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild index 7e8496f5f00c..477a36490f48 100644 --- a/desktop/spectrwm/spectrwm.SlackBuild +++ b/desktop/spectrwm/spectrwm.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spectrwm -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,6 +94,11 @@ rm -f $PKG/usr/bin/scrotwm find . -type f -exec gzip -9 {} \; ) +( cd $PKG/usr/lib$LIBDIRSUFFIX + ln -sf libswmhack.so.0.0 libswmhack.so + ln -sf libswmhack.so.0.0 libswmhack.so.0 +) + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \ $PKG/usr/doc/$PRGNAM-$VERSION/examples/ |