wok-next view libxfce4ui/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 82b613cfd1e0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libxfce4ui"
4 VERSION="4.13.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce GTK widget library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.xfce.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
13 TARBALL_SHA1="480de7fa8e9cb14902ebb6af13054bfdd5bae947"
15 BUILD_DEPENDS="intltool libx11-dev libice-dev libsm-dev gtk3-dev \
16 libxfce4util-dev startup-notification-dev xfconf-dev glade3-dev glade-dev \
17 xcb-util-dev" # gobject-introspection-dev vala
18 SPLIT="$PACKAGE-dev $PACKAGE-glade3 $PACKAGE"
20 COPY_glade3="glade3/modules/*.so glade3/catalogs/ glade3/pixmaps/"
21 CAT_glade3="x-window|Glade3 module"
23 DEPENDS_dev="$PACKAGE gtk3-dev libxfce4util-dev xfconf-dev"
24 DEPENDS_glade3="$PACKAGE glade3 glib gtk2"
25 DEPENDS_std="atk gdk-pixbuf glib gtk2 libcairo libice libsm libx11 \
26 libxfce4util pango startup-notification xfconf"
28 TAGS_std="Xfce"
30 compile_rules() {
31 ./configure \
32 --disable-debug \
33 --disable-gtk-doc \
34 $CONFIGURE_ARGS &&
35 fix libtool &&
36 make &&
37 make install
38 }
40 # use of "gobject-introspection-dev vala" in BUILD_DEPENDS produce errors:
41 # ** (process:5280): CRITICAL **: 02:49:10.805: Failed to get connection to xfconfd: The connection is closed
42 # ** (process:5484): CRITICAL **: 02:49:14.682: Failed to get connection to xfconfd: The connection is closed
43 # ** (g-ir-compiler:5507): CRITICAL **: 02:49:16.576: Failed to get connection to xfconfd: The connection is closed
44 #
45 # starting xfconfd using `/usr/lib/xfce4/xfconf/xfconfd` produce error:
46 # (xfconfd:1150): xfconfd-CRITICAL **: 02:48:43.550: Xfconfd failed to start: The connection is closed
47 # and nothing changed
49 # use of "introspection" here require using "introspection" in the libxfce4util
50 # package (add "gobject-introspection-dev vala" to BUILD_DEPENDS there)