Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Julien ROZO (e3624ecbee8adffdeaa3982f1f7f538a7cf0d745)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Julien ROZO (e3624ecbee8adffdeaa3982f1f7f538a7cf0d745)
  • Date: Mon, 03 Aug 2009 13:30:10 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Julien ROZO wrote:
> GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:
>
> kde4/kdebase-workspace4/CONFIGURE | 5 ++++-
> kde4/kdebase-workspace4/DEPENDS | 6 +++++-
> kde4/kdebase-workspace4/HISTORY | 4 ++++
> kde4/kdebase4/CONFIGURE | 5 ++++-
> kde4/kdebase4/DEPENDS | 6 +++++-
> kde4/kdebase4/HISTORY | 4 ++++
> 6 files changed, 26 insertions(+), 4 deletions(-)
>
> New commits:
> commit 3f2b4227580068f2f3fdc132de56792cc1988035
> Author: Julien ROZO <julien AT rozo.org>
> Commit: Julien ROZO <julien AT rozo.org>
>
> kdebase-workspace4: user can now choose between bluez and bluez-libs
> for bluetooth support
>
> commit 395900bf67cf21e18a68670e74feb6084eaebc5e
> Author: Julien ROZO <julien AT rozo.org>
> Commit: Julien ROZO <julien AT rozo.org>
>
> kdebase4: user can now choose between bluez and bluez-libs for
> bluetooth support
>
> diff --git a/kde4/kdebase-workspace4/CONFIGURE
> b/kde4/kdebase-workspace4/CONFIGURE
> index 6366440..708d7d5 100755
> --- a/kde4/kdebase-workspace4/CONFIGURE
> +++ b/kde4/kdebase-workspace4/CONFIGURE
> @@ -9,4 +9,7 @@ then
> else
> persistent_add GENKDMCONF_FLAGS &&
> local GENKDMCONF_FLAGS=""
> -fi
> +fi &&
> +
> +config_query_list BLUEZ "Which bluetooth library would you like to use ?" \
> + none bluez-libs bluez
> diff --git a/kde4/kdebase-workspace4/DEPENDS
> b/kde4/kdebase-workspace4/DEPENDS
> index 2723f67..8550627 100755
> --- a/kde4/kdebase-workspace4/DEPENDS
> +++ b/kde4/kdebase-workspace4/DEPENDS
> @@ -17,7 +17,11 @@ optional_depends glib2 '' '' 'gnome support'
> &&
> optional_depends libraw1394 '' '' 'Firewire support' &&
> optional_depends libxklavier '' '' 'keyboard configuration' &&
> optional_depends libusb '' '' 'usb support' &&
> -optional_depends bluez '' '' 'Bluetooth support ' &&
> +
> +if [[ "$BLUEZ" != "none" ]]; then
> + depends $BLUEZ;
> +fi &&
> +
> optional_depends gpsd '' '' 'geolocation support vis GPS' &&
> optional_depends openldap '' '' 'LDAP authentication' &&
> optional_depends LIBSASL '' '' 'Cyrus SASL authentication' &&
> diff --git a/kde4/kdebase-workspace4/HISTORY
> b/kde4/kdebase-workspace4/HISTORY
> index 1c60c1e..44d94d9 100644
> --- a/kde4/kdebase-workspace4/HISTORY
> +++ b/kde4/kdebase-workspace4/HISTORY
> @@ -1,3 +1,7 @@
> +2009-08-03 Julien "_kaze_" ROZO <julien AT rozo.org>
> + * CONFIGURE, DEPENDS: user can now choose between bluez and
> bluez-libs
> + for bluetooth support
> +
> 2009-08-02 Treeve Jelbert <treeve AT sourcemage.org>
> * DETAILS: remove svn support
>
> diff --git a/kde4/kdebase4/CONFIGURE b/kde4/kdebase4/CONFIGURE
> index 3e2e1ef..28e9ccb 100755
> --- a/kde4/kdebase4/CONFIGURE
> +++ b/kde4/kdebase4/CONFIGURE
> @@ -1 +1,4 @@
> -source $SECTION_DIRECTORY/KDE_CONFIGURE
> +source $SECTION_DIRECTORY/KDE_CONFIGURE &&
> +
> +config_query_list BLUEZ "Which bluetooth library would you like to use ?" \
> + none bluez-libs bluez
> diff --git a/kde4/kdebase4/DEPENDS b/kde4/kdebase4/DEPENDS
> index 7471360..1ff31b2 100755
> --- a/kde4/kdebase4/DEPENDS
> +++ b/kde4/kdebase4/DEPENDS
> @@ -32,6 +32,10 @@ optional_depends fontconfig '' '' 'font management'
> &&
> optional_depends libxklavier '' '' 'keyboard configuration' &&
> optional_depends libusb '' '' 'usb support' &&
> optional_depends pciutils '' '' 'show pci data' &&
> -optional_depends bluez-libs '' '' 'Bluetooth support' &&
> +
> +if [[ "$BLUEZ" != "none" ]]; then
> + depends $BLUEZ;
> +fi &&
> +
> optional_depends openldap '' '' 'LDAP authentication' &&
> optional_depends LIBSASL '' '' 'Cyrus SASL authentication'

Wouldn't a provider of BLUEZ work better than config_query_list? Have
both bluez and bluez-libs provide BLUEZ and apps which may use either
provider just (optionally) depend on BLUEZ.

- -sandalle

- --
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkp3SNIACgkQHXt9dKjv3WEBcwCfUvBHu/p1rrI2e3T5a3M9smQz
9gYAnRZCAAvlUOi4p0p/N9ssEDtVkFr9
=HK0Q
-----END PGP SIGNATURE-----




Archive powered by MHonArc 2.6.24.

Top of Page