# HG changeset patch # User Pascal Bellard # Date 1583432041 -3600 # Node ID 7bee98929640b2c7659ebecda835f94a48fc620a # Parent e588598708a996342b9cae7fce0b5f90da22027d evolution-data-server gnome-desktop libgksu libxklavier scim: update bdeps diff -r e588598708a9 -r 7bee98929640 evolution-data-server/receipt --- a/evolution-data-server/receipt Thu Mar 05 17:20:18 2020 +0100 +++ b/evolution-data-server/receipt Thu Mar 05 19:14:01 2020 +0100 @@ -11,8 +11,9 @@ WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL" DEPENDS="libgnomeui libsoup" -BUILD_DEPENDS="libglade-dev libsoup-dev gtk+-dev ORBit2-dev libbonobo-dev GConf-dev libical-dev - firefox-dev db-dev libxcb-dev popt-dev bison flex glib-dev sqlite-dev" +BUILD_DEPENDS="libglade-dev libsoup-dev gtk+-dev ORBit2-dev libbonobo-dev \ +GConf-dev libical-dev firefox-dev db-dev libxcb-dev popt-dev bison flex \ +glib-dev sqlite-dev dbus-glib-dev" # Rules to configure and make the package. compile_rules() diff -r e588598708a9 -r 7bee98929640 gnome-desktop/receipt --- a/gnome-desktop/receipt Thu Mar 05 17:20:18 2020 +0100 +++ b/gnome-desktop/receipt Thu Mar 05 19:14:01 2020 +0100 @@ -12,7 +12,7 @@ DEPENDS="GConf gtk+ startup-notification" BUILD_DEPENDS="python-dev libxml2-python GConf-dev gnome-doc-utils-dev \ -intltool gtk+-dev" +dbus-glib-dev intltool gtk+-dev" # Rules to configure and make the package. compile_rules() diff -r e588598708a9 -r 7bee98929640 libgksu/receipt --- a/libgksu/receipt Thu Mar 05 17:20:18 2020 +0100 +++ b/libgksu/receipt Thu Mar 05 19:14:01 2020 +0100 @@ -13,7 +13,7 @@ BUILD_DEPENDS="cairo gtk+-dev GConf-dev startup-notification-dev \ libgnome-keyring-dev libgtop-dev intltool xcb-util-dev dbus-dev libgcrypt-dev \ -gtk-doc libxslt docbook-xsl" +dbus-glib-dev libxslt docbook-xsl" DEPENDS="atk bzlib cairo fontconfig freetype GConf gdk-pixbuf glib gtk+ \ harfbuzz libffi libgio libgnome-keyring libgtop libpng libxcb libxml2 ORBit2 \ @@ -26,6 +26,7 @@ export LDFLAGS="$LDFLAGS -lxcb-util" ./configure \ --sysconfdir=/etc \ + --disable-gtk-doc \ $CONFIGURE_ARGS && make && make install diff -r e588598708a9 -r 7bee98929640 libxklavier/receipt --- a/libxklavier/receipt Thu Mar 05 17:20:18 2020 +0100 +++ b/libxklavier/receipt Thu Mar 05 19:14:01 2020 +0100 @@ -13,7 +13,7 @@ DEPENDS="glib xorg-libXi xorg-libxkbfile" BUILD_DEPENDS="automake file glib-dev gtk-doc iso-codes \ - libtool libxml2-dev xorg-xkbcomp" + xz gettext-tools libtool libxml2-dev xorg-xkbcomp" # Rules to configure and make the package. compile_rules() diff -r e588598708a9 -r 7bee98929640 scim/receipt --- a/scim/receipt Thu Mar 05 17:20:18 2020 +0100 +++ b/scim/receipt Thu Mar 05 19:14:01 2020 +0100 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/scim-im/$PACKAGE/archive/$VERSION.tar.gz" DEPENDS="gcc-lib-base gtk+" -BUILD_DEPENDS="autoconf automake gtk+-dev libtool" +BUILD_DEPENDS="gtk+-dev libtool xz gettext-tools" CONFIG_FILES="/etc/scim/config /etc/scim/global" # Rules to configure and make the package.