wok-next view icewm/receipt @ rev 21072

Update Xorg packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 20 17:55:43 2018 +0200 (2018-12-20)
parents a3c581bf52b8
children 5669e8b3be70
line source
1 # SliTaz package receipt v2.
3 PACKAGE="icewm"
4 VERSION="1.3.12"
5 CATEGORY="x-window"
6 SHORT_DESC="Ice Window Manager with Themes"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/bbidulock/icewm"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://github.com/bbidulock/icewm/releases/download/$VERSION/$TARBALL"
14 BUILD_DEPENDS="xorg-mkfontdir gettext-dev fontconfig-dev xorg-libXext-dev \
15 xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev xorg-libXrandr-dev \
16 xorg-libXft-dev alsa-lib-dev libsndfile-dev xorg-libXinerama-dev fribidi-dev \
17 gdk-pixbuf-dev flac-dev"
19 compile_rules() {
20 ./configure \
21 --enable-guievents \
22 --with-icesound=ALSA \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install || return 1
28 rm $install/usr/share/xsessions/icewm.desktop
29 }
31 genpkg_rules() {
32 copy @std
33 TAGS="window-manager"
34 DEPENDS="alsa-lib flac fribidi gdk-pixbuf libsndfile libvorbis xorg-libSM \
35 xorg-libXft xorg-libXinerama xorg-libXrandr"
36 }