summaryrefslogtreecommitdiff
path: root/desktop/awesome-extra/awesome-extra.SlackBuild
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2017-11-07 08:14:38 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2017-11-07 08:14:38 +0000
commit9a9d4dd08033a2e82a4b19665f84f4fc4f375fdc (patch)
treef58fce44f7a44913be86a3c58123e036e409f0e7 /desktop/awesome-extra/awesome-extra.SlackBuild
parentb60f84289dd599716ee8ee2f7a04ba5ce65da014 (diff)
downloadslackbuilds-9a9d4dd08033a2e82a4b19665f84f4fc4f375fdc.tar.gz
desktop/awesome-extra: Updated for version 2017110501.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/awesome-extra/awesome-extra.SlackBuild')
-rw-r--r--desktop/awesome-extra/awesome-extra.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/awesome-extra/awesome-extra.SlackBuild b/desktop/awesome-extra/awesome-extra.SlackBuild
index 8e2be59657..87369985d1 100644
--- a/desktop/awesome-extra/awesome-extra.SlackBuild
+++ b/desktop/awesome-extra/awesome-extra.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=awesome-extra
-VERSION=${VERSION:-2017090101}
+VERSION=${VERSION:-2017110501}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,7 +52,7 @@ find -L . \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-EXTRAS="flaw obvious revelation shifty vicious bashets/bashets.lua wicked/wicked.lua"
+EXTRAS="flaw freedesktop obvious revelation shifty vicious bashets wicked"
mkdir -p $PKG/usr/share/awesome/lib
cp -r $EXTRAS $PKG/usr/share/awesome/lib/
@@ -64,7 +64,7 @@ cp flaw/flaw.7 $PKG/usr/man/man7/flaw.7
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
-DOCS="debian/awesome-extra.examples debian/changelog debian/copyright"
+DOCS="debian/changelog debian/copyright"
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp $DOCS $PKG/usr/doc/$PRGNAM-$VERSION