diff options
-rw-r--r-- | desktop/i3/README | 2 | ||||
-rw-r--r-- | desktop/i3/doinst.sh | 3 | ||||
-rw-r--r-- | desktop/i3/i3.SlackBuild | 14 | ||||
-rw-r--r-- | desktop/i3/i3.info | 14 | ||||
-rw-r--r-- | desktop/i3/slack-desc | 2 |
5 files changed, 19 insertions, 16 deletions
diff --git a/desktop/i3/README b/desktop/i3/README index 11ca35cc19..5797bc83c7 100644 --- a/desktop/i3/README +++ b/desktop/i3/README @@ -12,5 +12,5 @@ developers. This requires libev, yajl, and dmenu. -i3status and dzen2 are optional, but useful to provide a system status +i3status is optional, but useful to provide a system status bar. diff --git a/desktop/i3/doinst.sh b/desktop/i3/doinst.sh index 935f39f357..601b5500c3 100644 --- a/desktop/i3/doinst.sh +++ b/desktop/i3/doinst.sh @@ -13,3 +13,6 @@ config() { config etc/i3/config.new +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi diff --git a/desktop/i3/i3.SlackBuild b/desktop/i3/i3.SlackBuild index 3baa99ab79..b0317bcec7 100644 --- a/desktop/i3/i3.SlackBuild +++ b/desktop/i3/i3.SlackBuild @@ -4,13 +4,13 @@ # Written by Eugene Wissner <belka.ew@gmail.com> # Updated by Eugene Suter <easuter@gmail.com> +# Updated by Marcin Herda <mherda@slackword.net> PRGNAM=i3 -VERSION="3.e_bf3" -BUILD=${BUILD:-3} +VERSION="4.2" +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRC_VERSION=$(printf $VERSION | tr _ -) if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -44,9 +44,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$SRC_VERSION -tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.bz2 -cd $PRGNAM-$SRC_VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -89,7 +89,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - DEPENDS LICENSE TODO GOALS docs/* \ + DEPENDS LICENSE GOALS docs/* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/i3/i3.info b/desktop/i3/i3.info index 3e63df53e4..835ded22a8 100644 --- a/desktop/i3/i3.info +++ b/desktop/i3/i3.info @@ -1,10 +1,10 @@ PRGNAM="i3" -VERSION="3.e_bf3" -HOMEPAGE="http://i3.zekjur.net/" -DOWNLOAD="http://i3wm.org/downloads/i3-3.e-bf3.tar.bz2" -MD5SUM="07a66e04bc754d0c16b033ed9df80c65" +VERSION="4.2" +HOMEPAGE="http://www.i3wm.org" +DOWNLOAD="http://i3wm.org/downloads/i3-4.2.tar.bz2" +MD5SUM="11b7e5ecdd837341978c72341cb890c6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Eugene Suter" -EMAIL="easuter@gmail.com" -APPROVED="Niels Horn" +MAINTAINER="Marcin Herda" +EMAIL="mherda@gmail.com" +APPROVED="dsomero" diff --git a/desktop/i3/slack-desc b/desktop/i3/slack-desc index 1759d6dbd7..84445b95bf 100644 --- a/desktop/i3/slack-desc +++ b/desktop/i3/slack-desc @@ -15,5 +15,5 @@ i3: didn't provide some features we wanted (multi-monitor done right, i3: for example), had some bugs, didn't progress since quite some time i3: and wasn't easy to hack at all (source code comments/documentation i3: completely lacking). Still, we think the wmii developers and -i3: contributors did a great job. +i3: contributors did a great job. i3: |