SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "wm-switcher"

# SliTaz package receipt.

PACKAGE="wm-switcher"
VERSION="1.03"
CATEGORY="utilities"
TAGS="window"
SHORT_DESC="Simple GUI to switch window managers in Linux with minimal dependencies."
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPL3"
WEB_SITE="https://github.com/xircon/wm-switcher/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="${WEB_SITE}archive/refs/tags/v$VERSION.tar.gz"

SUGGESTED="compton"
DEPENDS="PyQt-x11-gpl sip-pyqt"

HOST_ARCH="i486 arm"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir    -p    $fs/usr/bin
    mkdir    -p    $fs/usr/share/applications

    cp    -a    $src/wm.py            \
            $fs/usr/bin/wm-switcher
    chmod    a+x,g-w    $fs/usr/bin/wm-switcher
    cp    -a    $src/wm-switcher.desktop    \
            $fs/usr/share/applications
    chmod    g-w    $fs/usr/share/applications/wm-switcher.desktop
}
6011 packages and 861680 files in cooking database (Sun Jul 6 00:49:09 2025)