wok-next annotate xorg-xf86-video-nouveau/receipt @ rev 19840

Up librsvg (split more), make-slitaz-icons (use rsvg-convert instead of inkscape), faenza-icon-theme (keep original theme), slitaz-icons-faenza (combine light & dark).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 14 15:53:27 2017 +0300 (2017-08-14)
parents f463de72afe3
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
devl547@16279 2
devl547@16279 3 PACKAGE="xorg-xf86-video-nouveau"
al@19805 4 VERSION="1.0.15"
devl547@16279 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg driver for NVIDIA video cards"
devl547@16279 7 MAINTAINER="devl547@gmail.com"
devl547@16279 8 LICENSE="GPL"
al@19660 9 WEB_SITE="https://nouveau.freedesktop.org/wiki/"
devl547@16279 10
al@19660 11 TARBALL="xf86-video-nouveau-$VERSION.tar.bz2"
al@19660 12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
devl547@16279 13
al@19660 14 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXrandr-dev \
al@19660 15 xorg-libXrender-dev xorg-libXv-dev eudev-dev"
al@19805 16 SPLIT="xorg-xf86-video-nouveau-dev"
al@19805 17 PKG_RULE="std-dev"
devl547@16279 18
devl547@16279 19 # Rules to configure and make the package.
devl547@16279 20 compile_rules()
devl547@16279 21 {
devl547@16279 22 ./configure \
devl547@16279 23 --sysconfdir=/etc \
devl547@16279 24 --localstatedir=/var \
devl547@16279 25 $CONFIGURE_ARGS &&
al@19805 26 make &&
al@19805 27 make install
devl547@16279 28 }
devl547@16279 29
devl547@16279 30 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@16279 31 genpkg_rules()
devl547@16279 32 {
al@19805 33 case $PACKAGE in
al@19805 34 *-nouveau)
al@19805 35 copy @std
al@19805 36 DEPENDS="eudev libdrm libdrm-nouveau"
al@19805 37 TAGS="xorg display"
al@19805 38 ;;
al@19805 39 *-dev)
al@19805 40 copy @dev
al@19805 41 DEPENDS="xorg-xf86-video-nouveau xorg-server-dev eudev-dev \
al@19805 42 libdrm-dev"
al@19805 43 ;;
al@19805 44 esac
devl547@16279 45 }