wok-next annotate 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
rev   line source
al@20120 1 # SliTaz package receipt v2.
erjo@8015 2
erjo@8015 3 PACKAGE="libxfce4ui"
al@21116 4 VERSION="4.13.4"
erjo@8015 5 CATEGORY="x-window"
al@20120 6 SHORT_DESC="Xfce GTK widget library"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
al@21006 9 WEB_SITE="https://www.xfce.org/"
al@20120 10
erjo@8015 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
devl547@16201 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
al@21116 13 TARBALL_SHA1="480de7fa8e9cb14902ebb6af13054bfdd5bae947"
erjo@8015 14
al@21116 15 BUILD_DEPENDS="intltool libx11-dev libice-dev libsm-dev gtk3-dev \
al@21116 16 libxfce4util-dev startup-notification-dev xfconf-dev glade3-dev glade-dev \
al@21116 17 xcb-util-dev" # gobject-introspection-dev vala
al@21020 18 SPLIT="$PACKAGE-dev $PACKAGE-glade3 $PACKAGE"
erjo@8015 19
al@21116 20 COPY_glade3="glade3/modules/*.so glade3/catalogs/ glade3/pixmaps/"
al@21116 21 CAT_glade3="x-window|Glade3 module"
al@21116 22
al@21116 23 DEPENDS_dev="$PACKAGE gtk3-dev libxfce4util-dev xfconf-dev"
al@21116 24 DEPENDS_glade3="$PACKAGE glade3 glib gtk2"
al@21116 25 DEPENDS_std="atk gdk-pixbuf glib gtk2 libcairo libice libsm libx11 \
al@21116 26 libxfce4util pango startup-notification xfconf"
al@21116 27
al@21116 28 TAGS_std="Xfce"
al@21116 29
al@20120 30 compile_rules() {
al@14130 31 ./configure \
al@14130 32 --disable-debug \
al@20496 33 --disable-gtk-doc \
al@14130 34 $CONFIGURE_ARGS &&
al@20496 35 fix libtool &&
erjo@8015 36 make &&
al@20120 37 make install
erjo@8015 38 }
erjo@8015 39
al@21116 40 # use of "gobject-introspection-dev vala" in BUILD_DEPENDS produce errors:
al@21116 41 # ** (process:5280): CRITICAL **: 02:49:10.805: Failed to get connection to xfconfd: The connection is closed
al@21116 42 # ** (process:5484): CRITICAL **: 02:49:14.682: Failed to get connection to xfconfd: The connection is closed
al@21116 43 # ** (g-ir-compiler:5507): CRITICAL **: 02:49:16.576: Failed to get connection to xfconfd: The connection is closed
al@21116 44 #
al@21116 45 # starting xfconfd using `/usr/lib/xfce4/xfconf/xfconfd` produce error:
al@21116 46 # (xfconfd:1150): xfconfd-CRITICAL **: 02:48:43.550: Xfconfd failed to start: The connection is closed
al@21116 47 # and nothing changed
al@21116 48
al@21116 49 # use of "introspection" here require using "introspection" in the libxfce4util
al@21116 50 # package (add "gobject-introspection-dev vala" to BUILD_DEPENDS there)