SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "kactivities"

# SliTaz package receipt.

PACKAGE="kactivities"
VERSION="4.13.3"
CATEGORY="x-window"
SHORT_DESC="provides the activitymanager for KDE"
MAINTAINER="psychomaniak@xakep.ru"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="https://kde.org/"
WGET_URL="https://download.kde.org/stable/$VERSION/src/$TARBALL"

DEPENDS="kdelibs"
BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev dbus-dev \
shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl \
polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/KDE/kactivities/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    mkdir -p build && cd build
    cmake    -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -Wno-dev .. &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)