On 29/Jan - 00:21, Miklos Vajna wrote: > On Wed, Jan 28, 2009 at 11:41:37AM +0100, Devil505 <[email protected]> > wrote: > > http://frugalware.org/pipermail/frugalware-devel/2008-December/006006.html > > I'm waiting for a resend. Both of the git patches are attached. > > > http://frugalware.org/pipermail/frugalware-devel/2008-October/005799.html > > I replied to this one and explained how to debug the problem. I have never seen this message until today. I have changed my mail client, so this situation may not happen again :) Here is the debug: --- Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb5f2eaa0 (LWP 27734)] 0xb7766a2a in gconf_value_validate () from /usr/lib/libgconf-2.so.4 (gdb) bt #0 0xb7766a2a in gconf_value_validate () from /usr/lib/libgconf-2.so.4 #1 0xb776b97a in gconf_engine_set () from /usr/lib/libgconf-2.so.4 #2 0xb776e96b in gconf_client_set () from /usr/lib/libgconf-2.so.4 #3 0xb759068d in ccm_config_copy_entry () from /usr/lib/libcairo_compmgr.so.0 #4 0xb7590957 in ccm_config_new () from /usr/lib/libcairo_compmgr.so.0 #5 0x08060c84 in ccm_screen_new () #6 0x08063adc in ccm_display_new () #7 0x08065f44 in ccm_tray_menu_new () #8 0x080662ce in ccm_tray_icon_new () #9 0x08067991 in main () ---
> In both cases we are waiting for Othmane - but of course in case > somebody wants to do the work instead of him, then just do the fixups I > suggested and then it can be pushed. Sorry for my late rework, but I was very busy doing nothing (except studying) and I have quite forgotten my FPMs :(. If I have others packages in waiting, please remind me :). Good bye (and may you have had a good holiday, vmiklos), Othmane Benkirane
>From 1aca2856b3623599da5ff8a2036c0e98dc973d52 Mon Sep 17 00:00:00 2001 From: Othmane Benkirane <[email protected]> Date: Sun, 1 Feb 2009 12:46:10 +0000 Subject: [PATCH] mumbles-0.4-1-i686 --- source/gnome-extra/mumbles/FrugalBuild | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 source/gnome-extra/mumbles/FrugalBuild diff --git a/source/gnome-extra/mumbles/FrugalBuild b/source/gnome-extra/mumbles/FrugalBuild new file mode 100644 index 0000000..03256de --- /dev/null +++ b/source/gnome-extra/mumbles/FrugalBuild @@ -0,0 +1,32 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Miklos Vajna <[email protected]> +# Contributor: Othmane Benkirane <eo-at-rhyhann-net> + +# Package description +pkgname=mumbles +pkgver=0.4 +pkgrel=1 +pkgdesc="A Growl-like and Growl-compatible notification system for Gnome" + +# Pacman variables +depends=('dbus-python' 'pygtk' 'pycairo' 'setuptools') +groups=(gnome-extra) +archs=('i686' 'x86_64') + +# Compilation options +_F_sourceforge_sep="_" +_F_sourceforge_ext="-1.tar.gz" +_F_gnome_iconcache="y" +_F_gnome_desktop="y" +Finclude sourceforge +Finclude gnome +Finclude python +# Sourceforge options that need to be rewritten +url="http://www.mumbles-project.org/" +sha1sums=('785f8b67c8aecc699750019e97b05a2d5b184bc5') +build() { + Fsed '/usr/share/python-support/mumbles/src/' "$_F_python_libdir/mumbles" bin/mumbles + Fsed '/usr/share/python-support/mumbles/src/' "$_F_python_libdir/mumbles" bin/mumbles-send + Fbuild + Fmv "$_F_python_libdir/src" "$_F_python_libdir/$pkgname" +} -- 1.6.1
>From 1fc88f1b4388de9ea9194ebdcf2f96ce640e6ad8 Mon Sep 17 00:00:00 2001 From: Othmane Benkirane <[email protected]> Date: Sun, 1 Feb 2009 12:33:25 +0000 Subject: [PATCH] xclip-0.11-1-i686 --- source/xapps-extra/xclip/FrugalBuild | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 source/xapps-extra/xclip/FrugalBuild diff --git a/source/xapps-extra/xclip/FrugalBuild b/source/xapps-extra/xclip/FrugalBuild new file mode 100644 index 0000000..ba16038 --- /dev/null +++ b/source/xapps-extra/xclip/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Miklos Vajna <[email protected]> +# Contributor: Othmane Benkirane <eo-at-rhyhann-net> + +# Package description +pkgname=xclip +pkgver=0.11 +pkgrel=1 +pkgdesc="Command line interface to the clipboard" + +# Pacman variables +depends=('libxmu') +groups=(xapps-extra) +archs=('i686') + +# Compilation +Finclude sourceforge +sha1sums=('e65e287e48567d661d125c1a78e43d5d9f572cae') + +# optimization OK -- 1.6.1
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
