diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/pytyle/README | 10 | ||||
-rw-r--r-- | desktop/pytyle/pytyle.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/pytyle/pytyle.info | 4 | ||||
-rw-r--r-- | desktop/pytyle/slack-desc | 4 |
4 files changed, 14 insertions, 14 deletions
diff --git a/desktop/pytyle/README b/desktop/pytyle/README index 2631fee323..795bd50c68 100644 --- a/desktop/pytyle/README +++ b/desktop/pytyle/README @@ -1,12 +1,12 @@ pytyle (extensible tiling manager). -An extensible tiling manager that can fit into any EWMH compatible +An extensible tiling manager that can fit into any EWMH compatible window manager. Uses Python and the Python X Library. PyTyle is meant to run in the background, so run it like so: pytyle & - + You may want to add the above command to your ~/.xinitrc or another startup script like ~/.config/openbox/autostart. @@ -14,16 +14,16 @@ If you're having trouble running it on start up, try this in your ~/.xinitrc: (sleep 5 && pytyle) & - + It will give the window manager time to startup before PyTyle starts asking it for information. Increase/decrease the sleep timeout appropriately. -After PyTyle has been executed for the first time, it will create a +After PyTyle has been executed for the first time, it will create a configuration file in your XDG_CONFIG_HOME/pytyle/ directory (usually ~/.config/pytyle) called pytylerc. The comments in the configuration file will explain everything. It has been tested relatively well on OpenBox and partially on Fluxbox. -It should, in theory, work with any window manager complying with the +It should, in theory, work with any window manager complying with the EWMH standards. diff --git a/desktop/pytyle/pytyle.SlackBuild b/desktop/pytyle/pytyle.SlackBuild index 1be91f3561..1f5d577441 100644 --- a/desktop/pytyle/pytyle.SlackBuild +++ b/desktop/pytyle/pytyle.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for pytyle. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,12 +24,12 @@ PRGNAM=pytyle VERSION=${VERSION:-0.7.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/desktop/pytyle/pytyle.info b/desktop/pytyle/pytyle.info index 44be8a93e2..61c0d2d592 100644 --- a/desktop/pytyle/pytyle.info +++ b/desktop/pytyle/pytyle.info @@ -1,7 +1,7 @@ PRGNAM="pytyle" VERSION="0.7.5" -HOMEPAGE="http://sourceforge.net/projects/pytyle/" -DOWNLOAD="http://downloads.sourceforge.net/project/pytyle/pytyle-0.7.5.tar.gz" +HOMEPAGE="https://sourceforge.net/projects/pytyle/" +DOWNLOAD="https://downloads.sourceforge.net/project/pytyle/pytyle-0.7.5.tar.gz" MD5SUM="0475a2f98732ef724423f3c19ecfa52e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/desktop/pytyle/slack-desc b/desktop/pytyle/slack-desc index fb827d936f..2d8e846461 100644 --- a/desktop/pytyle/slack-desc +++ b/desktop/pytyle/slack-desc @@ -8,10 +8,10 @@ |-----handy-ruler------------------------------------------------------| pytyle: pytyle (extensible tiling manager) pytyle: -pytyle: An extensible tiling manager that can fit into any EWMH compatible +pytyle: An extensible tiling manager that can fit into any EWMH compatible pytyle: window manager. Uses Python and the Python X Library. pytyle: -pytyle: Home page: http://sourceforge.net/projects/pytyle/ +pytyle: Home page: https://sourceforge.net/projects/pytyle/ pytyle: pytyle: pytyle: |