SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "qtpanel"

# SliTaz package receipt.

PACKAGE="qtpanel"
VERSION="548e4d3"
CATEGORY="x-window"
SHORT_DESC="Patched: size, scroll wheel min/max taskbar items. virt.desktops NOT supported"
LICENSE="GPL"
WEB_SITE="https://web.archive.org/web/20121024232140/https://gitorious.org/qtpanel/qtpanel"
MAINTAINER="psychomaniak@xakep.ru"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"

DEPENDS="libQtGui xorg-libXdamage xorg-libXcomposite"
BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake"

# What is the latest version available today?
current_version()
{
    wget --no-check-certificate -O - 'https://gitorious.org/qtpanel/qtpanel?p=qtpanel:qtpanel.git;a=shortlog' 2>/dev/null | \
    sed '/td title/!d;s|.*<i>||;s|<.*||;s|-||g;q'
}

# Rules to configure and make the package.
compile_rules()
{
    patch -i $stuff/p.diff --merge        #sed -i 's|ddd ddMMM hh:mm||' clockapplet.cpp
    mkdir b; cd b
    cmake -DCMAKE_BUILD_TYPE=MinSizeRel ..;    make
    mkdir -p $install/usr/bin
    install    $src/b/$PACKAGE $install/usr/bin
    rm -rf    $src/b
}

# Rules to gen a SliTaz package suitable for Tazpkg.

genpkg_rules()
{
    cp -a $install/*    $fs
    mkdir -p        $fs/etc/xdg
    cp -a $stuff/autostart    $fs/etc/xdg
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)