Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (801982cbd8a41e9d2979a21ad3bb3b12886e2e67)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Vasil Yonkov <spirtbrat AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (801982cbd8a41e9d2979a21ad3bb3b12886e2e67)
  • Date: Wed, 16 Dec 2009 03:16:31 +0100

>
> diff --git a/gnome2-libs/gnome-utils2/BUILD b/gnome2-libs/gnome-utils2/BUILD
> index 2afbee9..e5d9221 100755
> --- a/gnome2-libs/gnome-utils2/BUILD
> +++ b/gnome2-libs/gnome-utils2/BUILD
> @@ -1,4 +1,4 @@
> -OPTS="$GUTILS_IPV6 $GUTILS_FLOPPY $OPTS" &&
> +OPTS="$GUTILS_IPV6 $OPTS" &&
>
> make_single &&
> default_build &&
> diff --git a/gnome2-libs/gnome-utils2/CONFIGURE
> b/gnome2-libs/gnome-utils2/CONFIGURE
> index 6fbfb5e..2ae12b4 100755
> --- a/gnome2-libs/gnome-utils2/CONFIGURE
> +++ b/gnome2-libs/gnome-utils2/CONFIGURE
> @@ -1,6 +1,2 @@
> config_query_option GUTILS_IPV6 "Enable IPv6 support?" n \
> - "--enable-ipv6" "--disable-ipv6" &&
> -
> -config_query_option GUTILS_FLOPPY "Build GFloppy?" n \
> - "--enable-gfloppy" "--disable-gfloppy"
> -
> + "--enable-ipv6" "--disable-ipv6"
> diff --git a/gnome2-libs/gnome-utils2/DEPENDS
> b/gnome2-libs/gnome-utils2/DEPENDS
> index 6e84d8e..c3ee0df 100755
> --- a/gnome2-libs/gnome-utils2/DEPENDS
> +++ b/gnome2-libs/gnome-utils2/DEPENDS
> @@ -10,14 +10,4 @@ depends gnome-desktop &&
> depends gnome-panel &&
> depends libgtop2 &&
> depends e2fsprogs &&
> -depends rarian &&
> -
> -optional_depends linux-pam \
> - "--with-pam-prefix=${INSTALL_ROOT}/etc/pam.d" \
> - "" \
> - "Enable Linux-PAM support" &&
> -
> -optional_depends hal \
> - "--enable-hal" \
> - "--disable-hal" \
> - "Enable hal support"
> +depends rarian
> diff --git a/gnome2-libs/gnome-utils2/G_SCHEMAS
> b/gnome2-libs/gnome-utils2/G_SCHEMAS
> index 8604ca3..8db55f3 100644
> --- a/gnome2-libs/gnome-utils2/G_SCHEMAS
> +++ b/gnome2-libs/gnome-utils2/G_SCHEMAS
> @@ -1,5 +1,4 @@
> baobab.schemas
> -gfloppy.schemas
> gnome-dictionary.schemas
> gnome-screenshot.schemas
> gnome-search-tool.schemas
> diff --git a/gnome2-libs/gnome-utils2/HISTORY
> b/gnome2-libs/gnome-utils2/HISTORY
> index 0875cb6..10a56f3 100644
> --- a/gnome2-libs/gnome-utils2/HISTORY
> +++ b/gnome2-libs/gnome-utils2/HISTORY
> @@ -1,3 +1,7 @@
> +2009-12-15 Vasil Yonkov <spirtbrat AT sourcemage.org>
> + * BUILD, CONFIGURE, G_SCHEMAS: removed gfloppy
> + * DEPENDS: removed hal, removed pam
> +
>

BTW, what is the function of G_SCHEMAS file? None info in our wiki. :-(
In gnome-utils2's G_SCHEMAS there is a line logview.schemas. I have
installed /etc/gconf/schemas/gnome-system-log.schemas.
Should we change it?

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page