SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gnome-desktop3"

# SliTaz package receipt.

PACKAGE="gnome-desktop3"
VERSION="3.24.2"
CATEGORY="x-window"
SHORT_DESC="GNOME Desktop 3.x"
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
TARBALL="gnome-desktop-$VERSION.tar.xz"
WEB_SITE="https://www.gnome.org"
WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/${VERSION%.*}/$TARBALL"

DEPENDS="gtk+3 startup-notification"
BUILD_DEPENDS="python-dev libxml2-python dbus-glib-dev intltool gtk+3-dev \
xorg-xkeyboard-config-dev iso-codes gsettings-desktop-schemas itstool"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --prefix=/usr \
        --sysconfdir=/etc/gnome \
        --localstatedir=/var/lib \
        --enable-gtk-doc-html=no \
        --enable-gtk-doc=no \
        --disable-scrollkeeper \
        --disable-static \
        --with-gnome-distributor="SliTaz GNU/Linux" \
        $CONFIGURE_ARGS &&
    make && make DESTDIR=$DESTDIR install
}

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