Koen Kooi [Mon, 17 Aug 2009 16:15:45 +0000 (18:15 +0200)]
linux-omap* 2.6.29: add patch that should solve the memhole problem
John Willis [Tue, 14 Jul 2009 05:46:31 +0000 (05:46 +0000)]
gamin-0.1.8: Fix build issue with recent GCC/GLibC combos.
Update gamin_0.1.8.bb to build with recent GCC and GLibC 2.8 > via addition
of configure.in patch (use AC_USE_SYSTEM_EXTENSIONS instead of
AC_ISC_POSIX).
Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
Holger Hans Peter Freyther [Thu, 13 Aug 2009 04:55:59 +0000 (06:55 +0200)]
site: Add ac value for mipsel-linux and mipsel-linux-uclibc
The results were found using google and applying
common sense.
Roman I Khimov [Mon, 17 Aug 2009 10:10:06 +0000 (14:10 +0400)]
site/ix86-common: fix grave bug in ac_cv_sizeof_unsigned_char
ac_cv_sizeof_unsigned_char definition accidentally redefines
ac_cv_sizeof_unsigned_int to 1. Luckily, not many packages are using that
but for example it completely breakes gnutls.
Fix that.
Acked-by: Holger Freyther <zecke@selfish.org>
Koen Kooi [Sun, 16 Aug 2009 14:12:14 +0000 (16:12 +0200)]
angstrom: add preferred provider for qt4
* bitbake had the following to say:
NOTE: multiple providers are available for qt4x11 (qt4-x11-free-gles, qt4-x11-free);
NOTE: consider defining PREFERRED_PROVIDER_qt4x11
Which seems to give a fairly obvious way to fix it, so let's actually do so.
* I wish OE had something like PROVIDER_PREFERENCE = "1" to do this sort of stuff globally, but OTOH it really is a distro decision
Koen Kooi [Sun, 16 Aug 2009 09:34:38 +0000 (11:34 +0200)]
linux-omap-pm 2.6.29: update to latest git HEAD, sync patches and defconfig with regular linux-omap 2.6.29
Khem Raj [Sun, 16 Aug 2009 07:52:25 +0000 (00:52 -0700)]
eglibc: Use FILESPATHPKG, move SRCREV to svn recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 16 Aug 2009 07:44:52 +0000 (00:44 -0700)]
jpeg_6b.bb: Use alternate SRC_URI current one does not have this version
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Dirk Opfer [Sun, 16 Aug 2009 06:36:28 +0000 (08:36 +0200)]
checksums: add gcc4.3.4, fuse 2.7.4 and lightttp 1.4.23
Koen Kooi [Sat, 15 Aug 2009 17:25:57 +0000 (19:25 +0200)]
ffmpeg: but presets in their own package
* people, adding subpackages is easy, doing rm in do_install* is pretty much always wrong
Henning Heinold [Sat, 1 Aug 2009 22:22:17 +0000 (00:22 +0200)]
ffmpeg: remove libx264 presets files
* bump PR
Henning Heinold [Sat, 1 Aug 2009 22:11:36 +0000 (00:11 +0200)]
ffmpeg: fix --prefix for minimal(-uclibc) distribution
* bump PR
Henning Heinold [Sat, 1 Aug 2009 20:43:16 +0000 (22:43 +0200)]
libgsm: fix install, don't use hardcoded include path
* bump PR
Graeme Gregory [Sat, 15 Aug 2009 15:52:47 +0000 (16:52 +0100)]
transmission_1.73.bb : fix a couple of typos to do with localstatedir and
make /etc/default/transmission-daemon a conffile
Graeme Gregory [Sat, 15 Aug 2009 13:56:26 +0000 (14:56 +0100)]
transmission_1.73.bb : makes this LSB compliant and stop messing with /home
added a /etc/default/transmission-daemon to contain paths and values used
by the daemon. Moved the homedir and config to /var/lib/transmission-daemon
Khem Raj [Fri, 14 Aug 2009 22:42:21 +0000 (15:42 -0700)]
common-uclibc: Unset guile_cv_use_csqrt for guile
guile's configure is not smart to guess if csqrt works
in a cross compile environment so it ends up assuming
that it works and fails to link. Anyways for uclibc
complex functions are unimplemented so we help configure
by unsetting here in site file for uclibc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Fri, 14 Aug 2009 21:21:43 +0000 (14:21 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Khem Raj [Fri, 14 Aug 2009 21:18:40 +0000 (14:18 -0700)]
libproxy: Define __USE_BSD before its needed.
This fixed a build break on uclibc where
it complained
armv5te-oe-linux-uclibcgnueabi/usr/include/stdlib.h:215:
error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strtouq'
The reason is
u_quad_t is only defined if __USE_BSD is defined
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Rolf Leggewie [Tue, 23 Jun 2009 12:55:33 +0000 (21:55 +0900)]
bluez4: make it generally provide bluez-libs and bluez-utils
* reorder fields according to Style Guide
Khem Raj [Fri, 14 Aug 2009 18:52:15 +0000 (11:52 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Khem Raj [Thu, 13 Aug 2009 18:03:06 +0000 (11:03 -0700)]
libtool: Remove FILESDIR, use INC_PR and FILESPATHPKG
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Rolf Leggewie [Tue, 9 Jun 2009 02:57:24 +0000 (11:57 +0900)]
zaurus-2.6.inc: add zaurusd to collie RDEPENDS
* there is no need to deviate from the other Zaurus machines here
http://svn.o-hand.com/repos/misc/trunk/zaurusd/config/machines
* regroup some fields while we're at it
Rolf Leggewie [Fri, 14 Aug 2009 15:21:21 +0000 (17:21 +0200)]
checksums.ini: remove obsolete and duplicate entry for sazanami tarball
Rolf Leggewie [Wed, 12 Aug 2009 21:43:02 +0000 (23:43 +0200)]
base.bbclass: ftp.matrix.com.br no longer exists
* Acked-By: Holger Freyther <zecke@selfish.org>
* Acked-by: Phil Blundell <philb@gnu.org>
Graeme Gregory [Fri, 14 Aug 2009 11:35:32 +0000 (12:35 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Graeme Gregory [Fri, 14 Aug 2009 11:34:44 +0000 (12:34 +0100)]
linux-omap-2.6.31/beagleboard/defconfig : add defconfig for beagle to this
kernel
Graeme Gregory [Fri, 14 Aug 2009 11:33:59 +0000 (12:33 +0100)]
linux-omap_git.bb : increase the revision and fix PV accordingly, this
version boots on beagle once more
Koen Kooi [Fri, 14 Aug 2009 10:32:22 +0000 (12:32 +0200)]
libgweather: fix packaging regression
Steve Sakoman [Fri, 14 Aug 2009 05:35:00 +0000 (22:35 -0700)]
libgweather: add 2.26.2.1
Steve Sakoman [Fri, 14 Aug 2009 05:08:21 +0000 (22:08 -0700)]
libgnomeui: add 2.24.1 and restructure to use libgnomeui.inc
Steve Sakoman [Fri, 14 Aug 2009 04:47:24 +0000 (21:47 -0700)]
libbonoboui: add 2.24.1
Denys Dmytriyenko [Wed, 5 Aug 2009 17:06:32 +0000 (13:06 -0400)]
kernel.bbclass: introduce MODULES_IMAGE_BASE_NAME
Similar to KERNEL_IMAGE_BASE_NAME, allow overwriting from a recipe
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
Denys Dmytriyenko [Fri, 14 Aug 2009 07:02:30 +0000 (03:02 -0400)]
u-boot: bump the SRCREV's for DaVinci boards
Khem Raj [Thu, 13 Aug 2009 15:14:34 +0000 (08:14 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Michael Smith [Wed, 12 Aug 2009 13:17:31 +0000 (09:17 -0400)]
pciutils: fix generation of pci.ids.gz
Set ZLIB=yes to prevent auto-detection by the lib/configure script,
which only looks in /usr/include.
Ship pci.ids in pci-ids-uncompressed for users of old hal versions.
Pass PREFIX to Make and use the install-lib target to save work.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Thu, 13 Aug 2009 15:11:51 +0000 (17:11 +0200)]
clutter-0.9: move SRCREV a bit forward so that GLES builds again
Roger Monk [Fri, 7 Aug 2009 08:45:57 +0000 (09:45 +0100)]
gnome-games: fix paths to host SDL, bump PR
Koen Kooi [Thu, 13 Aug 2009 11:25:51 +0000 (13:25 +0200)]
linux-omap*: evm and beagle updates
* the 'zippy' daughtercard now has working mmc, rtc and ethernet
Koen Kooi [Thu, 13 Aug 2009 09:00:34 +0000 (11:00 +0200)]
gdm 2.26.1: add missing dep on xinput
Koen Kooi [Thu, 13 Aug 2009 07:51:49 +0000 (09:51 +0200)]
u-boot git: update beagleboard pinmux file
Steve Sakoman [Thu, 13 Aug 2009 05:05:34 +0000 (22:05 -0700)]
libgnomecanvas: add 2.26.0
Koen Kooi [Thu, 13 Aug 2009 07:42:34 +0000 (09:42 +0200)]
angstrom: prefer a version of python that actually builds
Steve Sakoman [Wed, 12 Aug 2009 19:38:24 +0000 (12:38 -0700)]
libxklavier: add 4.0
Steve Sakoman [Wed, 12 Aug 2009 19:28:51 +0000 (12:28 -0700)]
gdm: add 2.6.21
Stanislav Brabec [Wed, 12 Aug 2009 19:43:27 +0000 (19:43 +0000)]
balsa: Updated to version 2.4.1. Disabled broken touchscreen mode.
Marcin Juszkiewicz [Tue, 11 Aug 2009 14:54:46 +0000 (16:54 +0200)]
task-self-hosting: use task-native-sdk, req python
Marcin Juszkiewicz [Tue, 11 Aug 2009 14:49:06 +0000 (16:49 +0200)]
task-self-hosting: do not use Monotone, OE switched to GIT
Michael 'Mickey' Lauer [Wed, 12 Aug 2009 09:48:08 +0000 (11:48 +0200)]
python-phoneutils: new recipe; python bindings for libphoneutils
Michael 'Mickey' Lauer [Wed, 12 Aug 2009 09:24:23 +0000 (11:24 +0200)]
python: merge some improvements done in various oe.dev-boycott branches back into oe.dev
John Willis [Mon, 13 Jul 2009 22:02:46 +0000 (22:02 +0000)]
rdesktop-1.6.0: Fix build issue
Remove duplicate audio-2008.patch patch line from recipe (fixes build issue
introduced with
013c006d11a59269b9d3adc6cbb6fb8091144965).
Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
Dirk Opfer [Wed, 12 Aug 2009 08:06:44 +0000 (10:06 +0200)]
linknx: Fix crash on startup
- restructure recipe and add .inc
- Add patch to fix a crash on startup during static initialization of a map
- Add startup script
- Enable curl and smtp
- Add recipe for cvs version
Dirk Opfer [Tue, 11 Aug 2009 05:40:31 +0000 (07:40 +0200)]
owfs: update to 2.7p24
Dirk Opfer [Tue, 11 Aug 2009 05:57:07 +0000 (07:57 +0200)]
fuse: update to 2.7.4
Dirk Opfer [Tue, 11 Aug 2009 09:54:41 +0000 (11:54 +0200)]
gcc: add new gcc version 4.3.4
Tested on a armv5te platform using thumb instruction set
Thomas Zimmermann [Wed, 12 Aug 2009 08:31:58 +0000 (10:31 +0200)]
python: add missing dependencies
* Added mimetools.py and rfc822.py to python-netclient
* Added python-json package
* Let python-email depend on python-netclient, because email/utils.py depends on base64.py
NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
Graham Gower [Thu, 6 Aug 2009 15:26:21 +0000 (15:26 +0000)]
dbus: fix dbus-daemon segfault on mipsel with recent toolchain
dbus-daemon segfaults on mipsel when built with -fPIE/-pie, as outlined in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532821
Removes PIE compilation from the dbus-daemon Makefile as a workaround.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
Andrea Adami [Tue, 11 Aug 2009 23:49:04 +0000 (01:49 +0200)]
nandlogical-klibc-static: fix FILESPATHPKG
Andrea Adami [Tue, 11 Aug 2009 22:30:24 +0000 (00:30 +0200)]
nandlogical: move to zaurus-utils
Andrea Adami [Tue, 11 Aug 2009 22:09:31 +0000 (00:09 +0200)]
zaurus-utils: create a common container for the various Zaurus tools
Andrea Adami [Tue, 11 Aug 2009 22:04:39 +0000 (00:04 +0200)]
nandlogical: remove unused -static recipe (we have
nandlogical-klibc-static now)
Andrea Adami [Tue, 11 Aug 2009 22:01:17 +0000 (00:01 +0200)]
zaurus-updater: remove unused files - recipe was unified in 2008
Holger Hans Peter Freyther [Tue, 11 Aug 2009 13:01:04 +0000 (15:01 +0200)]
usermanual: Pass proper arguments to tar.
Holger Hans Peter Freyther [Tue, 11 Aug 2009 13:00:31 +0000 (15:00 +0200)]
usermanual: Some more spelling fixes
Holger Hans Peter Freyther [Tue, 11 Aug 2009 12:15:09 +0000 (14:15 +0200)]
usermanual: First round of spell checking
Holger Hans Peter Freyther [Tue, 11 Aug 2009 10:59:29 +0000 (12:59 +0200)]
usermanual: Improve consistency in displaying shell commands
Use $ <command>NAME</command> for all shell commands on the host
throughout the docbook. $ was picked over the other three candidates
due being the oldest one we have used.
Holger Hans Peter Freyther [Tue, 11 Aug 2009 10:27:28 +0000 (12:27 +0200)]
usermanual: Do not ask to use svn for bitbake
Holger Hans Peter Freyther [Tue, 11 Aug 2009 10:09:49 +0000 (12:09 +0200)]
Ignore some files with a .gitignore
ignore generated docbook files, ignore temporary vim files
Holger Hans Peter Freyther [Tue, 11 Aug 2009 10:08:25 +0000 (12:08 +0200)]
usermanual: Fix the make pdf target.
Use filename and emphasis inside a para to make jade happy.
Holger Hans Peter Freyther [Tue, 11 Aug 2009 09:54:11 +0000 (11:54 +0200)]
usermanual: Provide a section on Qt Embedded SDK
Explain how to configure, build and use a Qt Embedded SDK
generated with OpenEmbedded.
Holger Hans Peter Freyther [Tue, 11 Aug 2009 09:57:24 +0000 (11:57 +0200)]
meta-toolchain-qte: Set the QMAKESPEC...
And finally we have a working SDK (tm).
Steve Sakoman [Mon, 10 Aug 2009 20:59:16 +0000 (13:59 -0700)]
libbonobo: add 2.24.1
Steve Sakoman [Mon, 10 Aug 2009 20:53:29 +0000 (13:53 -0700)]
libart-lgpl: add 2.3.20
Holger Hans Peter Freyther [Tue, 11 Aug 2009 07:51:45 +0000 (09:51 +0200)]
usermanual: Start a chapter on how to build your own SDK.
Holger Hans Peter Freyther [Tue, 11 Aug 2009 03:29:06 +0000 (05:29 +0200)]
usermanual: Only advertize using shlibs for external toolchains
Using shlibs and ASSUME_SHLIBS should be everything we need to
get proper dependencies into packages. This section should get
more work and the external-poky-toolchain approach should be
copied to simplify this task.
Khem Raj [Tue, 11 Aug 2009 02:45:33 +0000 (19:45 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Graham Gower [Mon, 3 Aug 2009 16:19:00 +0000 (16:19 +0000)]
libgcrypt.inc: Fix libgcrypt compilation with GCC-4.4 on mips
Patch taken from https://forum.openwrt.org/viewtopic.php?id=20520
Makes sense and seems to work ok.
libgcrypt.inc has --disable-asm in EXTRA_OECONF, yet strangely the configure
script does nothing with this information beyond parsing it. Assembler is
certainly still being used.
http://patchwork.openembedded.org/patch/919/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
Graham Gower [Tue, 4 Aug 2009 15:46:28 +0000 (15:46 +0000)]
libmad_0.15.1b: fix libmad compilation with GCC-4.4 on mips
Fix build failure due to removal of the h asm constraint in
GCC-4.4 mips port.
http://patchwork.openembedded.org/patch/921/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
Rafael Campos Las Heras [Mon, 10 Aug 2009 13:07:01 +0000 (13:07 +0000)]
Update the em-x270 machine to work with linux_2.6.23.
* Use of generic linux_2.6.23 recipe
* remove em-x270_2.6.23 recipe (ugly).
* Add a patch that allows to compile with gcc 4.1 compiler.
Signed-off-by: Rafael Campos Las Heras <methril@gmail.com>
Signed-off-By: Holger Hans Peter Freyther <zecke@selfish.org>
Marc Olzheim [Mon, 10 Aug 2009 09:14:06 +0000 (11:14 +0200)]
curl-7.19.5: Fix for curl artifact 2825989
Add curl-add_all_algorithms.patch to 7.19.5 recipe. Fixes curl artifact id 2825989
https://sourceforge.net/tracker/index.php?func=detail&aid=2825989&group_id=976&atid=100976
http://cool.haxx.se/cvs.cgi/curl/lib/ssluse.c#rev1.229
http://patchwork.openembedded.org/patch/928/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
Holger Hans Peter Freyther [Mon, 10 Aug 2009 11:09:16 +0000 (13:09 +0200)]
qt4: Make it possible to set the QMAKE_QT_CONFIG variable
this way we will find the qconfig.pri and all library names
will be set correctly. This means that the SDK is usable to
compile Qt applications out of the box.
Holger Hans Peter Freyther [Mon, 10 Aug 2009 11:03:13 +0000 (13:03 +0200)]
meta-toolchain-qte: Fix the paths to the helper utilities
They are directly copied into bin/ and not usr/bin. Change
the script to point to the correct location.
Marc Olzheim [Mon, 10 Aug 2009 20:53:39 +0000 (13:53 -0700)]
eglibc-package.bbclass glibc-package.bbclass: Use ls -d in do_prep_locale_tree
ls -d will list directories as plain files and then cp -R will copy the
contents over.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Manuel Pietschmann [Mon, 10 Aug 2009 20:06:26 +0000 (13:06 -0700)]
python-sip_4.8.2.bb: Add new recipe for python-sip
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Mon, 10 Aug 2009 19:42:18 +0000 (12:42 -0700)]
bitbake.conf: Initialize empty PACKAGE_EXTRA_ARCHS conditionally.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Koen Kooi [Mon, 10 Aug 2009 12:23:07 +0000 (14:23 +0200)]
angstrom: move to glib 2.21.4
Koen Kooi [Mon, 10 Aug 2009 12:11:23 +0000 (14:11 +0200)]
checksums: add gvfs checksum
Koen Kooi [Mon, 10 Aug 2009 11:02:28 +0000 (13:02 +0200)]
linux-davinci: add defconfig for dm365-evm
Steve Sakoman [Mon, 10 Aug 2009 04:54:18 +0000 (21:54 -0700)]
gvfs: add 1.3.3
Steve Sakoman [Mon, 10 Aug 2009 04:46:59 +0000 (21:46 -0700)]
gnome-vfs: add 2.24.1, share patches with 2.22.0
Steve Sakoman [Mon, 10 Aug 2009 03:52:22 +0000 (20:52 -0700)]
opencv: Bump SRCREV, explicitly build with ffmpeg
Koen Kooi [Mon, 10 Aug 2009 09:18:07 +0000 (11:18 +0200)]
task-beagleboard-demo: make gnash armv7a specific since it's using boost atomic ops which are missing for pre-v7 arms
Koen Kooi [Mon, 10 Aug 2009 09:13:29 +0000 (11:13 +0200)]
Angstrom source mirror: don't mirror avis
Angstrom feed builder: build more stuff
Koen Kooi [Mon, 10 Aug 2009 09:12:50 +0000 (11:12 +0200)]
linux-davinci: update git recipe
Graham Gower [Mon, 10 Aug 2009 04:28:49 +0000 (06:28 +0200)]
icu: Fix compilation for mips using -fPIC on the rematch.o
/home/grg/oe/tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: rematch.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC
http://patchwork.openembedded.org/patch/920/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
Holger Hans Peter Freyther [Mon, 10 Aug 2009 02:55:00 +0000 (04:55 +0200)]
portmap-unslung: Drop the recipe as it is obsolete
According to Mike Westerhof it is obsolete and can be removed:
http://patchwork.openembedded.org/patch/922/
Graham Gower [Mon, 10 Aug 2009 02:49:55 +0000 (04:49 +0200)]
portmap_6.0: Fix building on mipsel with gcc4.3
with gcc-4.4 and provides the following:
| tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: portmap.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC
The CFLAGS in portmap's Makefile contains -fpie, but is ignored. The
CFLAGS I've added below are constructed from portmap's Makefile. When
built with gcc-4.3.3 the resultant binary no longer segfaults.
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
Holger Hans Peter Freyther [Mon, 10 Aug 2009 04:33:31 +0000 (06:33 +0200)]
qt4: Hack out the pg_config invocation on configure
Currently the configure script of Qt is invoking pg_config
which is a native application and not staged. Even though
we pass the directory with the header files we will fail
the postgres test as pg_config from the host will tell us
something about /usr/include.
There is no need for us to check pg_config, hack it out.
Koen Kooi [Sun, 9 Aug 2009 14:17:24 +0000 (16:17 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Steve Sakoman [Sat, 8 Aug 2009 22:12:29 +0000 (15:12 -0700)]
gnome-python: add 2.26.1
Steve Sakoman [Sat, 8 Aug 2009 21:54:28 +0000 (14:54 -0700)]
gconf-editor: add 2.26.0