wok-next view devilspie/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="devilspie"
4 VERSION="0.22"
5 CATEGORY="x-window"
6 SHORT_DESC="Windows matching utility"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.burtonini.com/blog/tag/devilspie.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://burtonini.com/computing/$TARBALL"
14 BUILD_DEPENDS="intltool libwnck2-dev"
16 compile_rules() {
17 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
18 sed \
19 -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \
20 -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \
21 -i src/xutils.c src/actions.c
23 ./configure $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="libwnck2 expat gtk2 libx11 libxau libxcomposite \
31 libxcursor libxdmcp libxext libxfixes libxinerama \
32 libxrandr libxrender libxdamage"
33 }