wok-next annotate xfwm4/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents 5669e8b3be70
children
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"
al@21020 7 MAINTAINER="devel@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@21078 14 BUILD_DEPENDS="intltool libx11-dev libice-dev libsm-dev \
al@21078 15 libxext-dev gtk2-dev libxfce4util-dev libxfce4ui-dev libwnck2-dev \
al@21078 16 libdrm-dev libxrandr-dev libxcomposite-dev libxfixes-dev \
al@21078 17 libxdamage-dev"
al@21020 18 SPLIT="$PACKAGE-themes $PACKAGE"
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@21105 37 DEPENDS="libcairo dbus-glib gdk-pixbuf glib gtk2 libwnck2 libxfce4ui \
al@21078 38 libxfce4util pango startup-notification xfconf libx11 \
al@21078 39 libxcomposite libxdamage libxext libxfixes \
al@21078 40 libxrandr libxrender"
al@20456 41 TAGS="Xfce window-manager"
al@20456 42 ;;
al@20456 43 esac
erjo@2075 44 }