wok-next annotate xfwm4/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 690e7cc036d5
children d5aab818505e
rev   line source
al@20175 1 # SliTaz package receipt v2.
erjo@2075 2
erjo@2075 3 PACKAGE="xfwm4"
al@20175 4 VERSION="4.12.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
erjo@2075 5 CATEGORY="x-window"
al@20175 6 SHORT_DESC="Xfce window manager"
erjo@2075 7 MAINTAINER="erjo@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21006 9 WEB_SITE="https://www.xfce.org/"
al@20175 10
erjo@2075 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@8288 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2075 13
al@20175 14 BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev \
al@21017 15 xorg-libXext-dev gtk2-dev libxfce4util-dev libxfce4ui-dev libwnck2-dev \
al@20175 16 libdrm-dev xorg-libXrandr-dev xorg-libXcomposite-dev xorg-libXfixes-dev \
al@20175 17 xorg-libXdamage-dev"
al@20456 18 SPLIT="xfwm4-themes xfwm4"
al@17501 19
al@20175 20 compile_rules() {
al@20175 21 ./configure \
erjo@2075 22 --disable-debug \
al@20175 23 $CONFIGURE_ARGS &&
al@20496 24 fix libtool &&
al@20175 25 make &&
al@20175 26 make install
erjo@2075 27 }
erjo@2075 28
al@20175 29 genpkg_rules() {
al@20456 30 case $PACKAGE in
al@20456 31 xfwm4-themes)
al@20456 32 copy themes/
al@20456 33 DEPENDS="xfwm4"
al@20456 34 ;;
al@20456 35 xfwm4)
al@20456 36 copy @std @rm
al@21017 37 DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk2 libwnck2 libxfce4ui \
al@20496 38 libxfce4util pango startup-notification xfconf xorg-libX11 \
al@20456 39 xorg-libXcomposite xorg-libXdamage xorg-libXext xorg-libXfixes \
al@20456 40 xorg-libXrandr xorg-libXrender"
al@20456 41 TAGS="Xfce window-manager"
al@20456 42 ;;
al@20456 43 esac
erjo@2075 44 }