wok view xorg-xcompmgr/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 814c58f64f83
children 5d79829fa876
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xcompmgr"
4 VERSION="1.1.8"
5 CATEGORY="x-window"
6 SHORT_DESC="X composite manager."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 SOURCE="xcompmgr"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 DEPENDS="libxcb xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXdamage \
16 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXrender"
17 BUILD_DEPENDS="libxcb-dev xorg-libX11-dev xorg-libXau-dev
18 xorg-libXcomposite-dev xorg-libXdamage-dev
19 xorg-libXdmcp-dev xorg-libXext-dev xorg-libXfixes-dev
20 xorg-libXrender-dev"
22 HOST_ARCH="i486 arm"
24 # Rules to configure and make the package.
25 compile_rules()
26 {
27 # 1.1.6: bugs.freedesktop.org/show_bug.cgi?id=46285
28 # patch -Np0 -i $stuff/46285.diff
30 ./configure \
31 $CONFIGURE_ARGS &&
32 make &&
33 make install
34 }
36 # Rules to gen a SliTaz package suitable for Tazpkg.
37 genpkg_rules()
38 {
39 mkdir -p $fs/usr $fs/etc/xdg
41 cp -r $install/usr/bin $fs/usr
42 cp -r $stuff/autostart $fs/etc/xdg
43 }