[Frugalware-git] gfpm: gfpm-interface: Fixed incorrect widget reference causing the repo manager to not show up when user clicked Edit-Repositories

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=24187ec5e2ce3a62265b9e24e03b47020ac38577

commit 24187ec5e2ce3a62265b9e24e03b47020ac38577
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 15:20:46 2009 +0530

gfpm-interface: Fixed incorrect widget reference causing the repo manager to 
not show up when user clicked Edit-Repositories

diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c
index c99f450..3076fc8 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -384,7 +384,7 @@ gfpm_interface_init (void)
g_signal_connect (G_OBJECT(glade_xml_get_widget(xml, syslog1)), activate, 
G_CALLBACK(gfpm_logviewer_show), NULL);

/* repository manager */
-   g_signal_connect (G_OBJECT(glade_xml_get_widget(xml, repos)), 
activate, G_CALLBACK(gfpm_repomanager_show), NULL);
+   g_signal_connect (G_OBJECT(glade_xml_get_widget(xml, 
menu_edit_repos)), activate, G_CALLBACK(gfpm_repomanager_show), NULL);

/* aply */
g_signal_connect (G_OBJECT(glade_xml_get_widget(xml, button_apply)), 
clicked, G_CALLBACK(cb_gfpm_apply_btn_clicked), NULL);
diff --git a/src/gfpm-prefs.c b/src/gfpm-prefs.c
index ab70adc..19a7a21 100644
--- a/src/gfpm-prefs.c
+++ b/src/gfpm-prefs.c
@@ -1016,3 +1016,4 @@ cb_gfpm_prefs_pasvftp_check_toggled (GtkToggleButton 
*button, gpointer data)

return;
}
+
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: gfpm-prefs: Disable MaxTries if user sets it to 0

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=23d14e268d5c13f4f18c28a018ec320f5f636fab

commit 23d14e268d5c13f4f18c28a018ec320f5f636fab
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 15:56:11 2009 +0530

gfpm-prefs: Disable MaxTries if user sets it to 0

diff --git a/data/gfpm.glade b/data/gfpm.glade
index 797b1d3..707f304 100644
--- a/data/gfpm.glade
+++ b/data/gfpm.glade
@@ -2771,6 +2771,35 @@
placeholder/
/child
child
+  widget class=GtkLabel id=label44
+property name=visibleTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+property name=xalign0/property
+property name=yalign0/property
+property name=label translatable=yesLog 
File Path/property
+  /widget
+  packing
+property name=top_attach1/property
+property name=bottom_attach2/property
+property name=x_optionsGTK_FILL/property
+property name=y_options/property
+  /packing
+/child
+child
+  widget class=GtkCheckButton 
id=prefs_enable_log_tgl
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+property name=label 
translatable=yesEnable Logging/property
+property name=response_id0/property
+property name=draw_indicatorTrue/property
+  /widget
+  packing
+property name=x_optionsGTK_FILL/property
+property name=y_optionsGTK_FILL/property
+  /packing
+/child
+child
widget class=GtkHBox id=hbox22
property name=visibleTrue/property
property name=spacing4/property
@@ -2822,35 +2851,6 @@
property name=bottom_attach2/property
/packing
/child
-child
-  widget class=GtkCheckButton 
id=prefs_enable_log_tgl
-property name=visibleTrue/property
-property name=can_focusTrue/property
-property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
-property name=label 
translatable=yesEnable Logging/property
-property name=response_id0/property
-property name=draw_indicatorTrue/property
-  /widget
-  packing
-property name=x_optionsGTK_FILL/property
-property name=y_optionsGTK_FILL/property
-  /packing
-/child
-child
-  widget class=GtkLabel id=label44
-property name=visibleTrue/property
-property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
-property name=xalign0/property
-property name=yalign0/property
-property name=label translatable=yesLog 
File Path/property
-  /widget
-  packing
-property name=top_attach1/property
-property name=bottom_attach2/property
-property name=x_optionsGTK_FILL/property
-property name=y_options/property
-  /packing
-/child
/widget
/child
/widget
@@ -2892,34 +2892,34 @@
property name=column_spacing10/property
property name=row_spacing5/property
child
-  widget class=GtkHBox id=hbox25
+  widget class=GtkHBox id=hbox27
property name=visibleTrue/property
property name=spacing4/property
child
-  widget class=GtkEntry 
id=prefs_cache_dir_path
+  

[Frugalware-git] setup: postconf / add_user(): fix the case when the user has no home dir

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=52cb4da5c6e571b97f9f4e893b7ff30a67b5a905

commit 52cb4da5c6e571b97f9f4e893b7ff30a67b5a905
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 11:30:59 2009 +0100

postconf / add_user(): fix the case when the user has no home dir

diff --git a/src/plugins/postconf.c b/src/plugins/postconf.c
index b00cf1d..4062dc2 100644
--- a/src/plugins/postconf.c
+++ b/src/plugins/postconf.c
@@ -178,6 +178,8 @@ int add_user()
return(-1);
}
strncpy(home, dialog_vars.input_result, PATH_MAX);
+   } else {
+   snprintf(home, PATH_MAX, /home/%s, login);
}
ptr = g_strdup_printf(yes ''|chroot ./ /usr/sbin/adduser '%s' \%s\ '%s' 
'%s', login, fn, pass, home);
ret = fw_system(ptr);
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: Same for UpgradeDelay and OldDelay

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=6bfe1f8b7eabd364b17c92ccd967e1619594fbc4

commit 6bfe1f8b7eabd364b17c92ccd967e1619594fbc4
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 16:03:54 2009 +0530

Same for UpgradeDelay and OldDelay

diff --git a/data/gfpm.glade b/data/gfpm.glade
index 707f304..40734d3 100644
--- a/data/gfpm.glade
+++ b/data/gfpm.glade
@@ -2688,14 +2688,14 @@
/child
/widget
widget class=GtkWindow id=gfpm_prefs
-property name=width_request500/property
-property name=height_request400/property
+property name=width_request540/property
+property name=height_request420/property
property name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK 
| GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
property name=border_width8/property
property name=title translatable=yesPreferences/property
property name=modalTrue/property
-property name=default_width500/property
-property name=default_height400/property
+property name=default_width540/property
+property name=default_height420/property
property name=type_hintGDK_WINDOW_TYPE_HINT_DIALOG/property
property name=transient_formainwindow/property
child
@@ -2771,35 +2771,6 @@
placeholder/
/child
child
-  widget class=GtkLabel id=label44
-property name=visibleTrue/property
-property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
-property name=xalign0/property
-property name=yalign0/property
-property name=label translatable=yesLog 
File Path/property
-  /widget
-  packing
-property name=top_attach1/property
-property name=bottom_attach2/property
-property name=x_optionsGTK_FILL/property
-property name=y_options/property
-  /packing
-/child
-child
-  widget class=GtkCheckButton 
id=prefs_enable_log_tgl
-property name=visibleTrue/property
-property name=can_focusTrue/property
-property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
-property name=label 
translatable=yesEnable Logging/property
-property name=response_id0/property
-property name=draw_indicatorTrue/property
-  /widget
-  packing
-property name=x_optionsGTK_FILL/property
-property name=y_optionsGTK_FILL/property
-  /packing
-/child
-child
widget class=GtkHBox id=hbox22
property name=visibleTrue/property
property name=spacing4/property
@@ -2851,6 +2822,35 @@
property name=bottom_attach2/property
/packing
/child
+child
+  widget class=GtkCheckButton 
id=prefs_enable_log_tgl
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+property name=label 
translatable=yesEnable Logging/property
+property name=response_id0/property
+property name=draw_indicatorTrue/property
+  /widget
+  packing
+property name=x_optionsGTK_FILL/property
+property name=y_optionsGTK_FILL/property
+  /packing
+/child
+child
+  widget class=GtkLabel id=label44
+property name=visibleTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+property name=xalign0/property
+property name=yalign0/property
+property name=label translatable=yesLog 
File Path/property
+  /widget
+  

[Frugalware-git] gfpm: Updated AUTHORS

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=1cdb92435cd6381ed3d4021553671beda2a4f629

commit 1cdb92435cd6381ed3d4021553671beda2a4f629
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 16:07:14 2009 +0530

Updated AUTHORS

diff --git a/AUTHORS b/AUTHORS
index deb29f4..e74cab7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,6 +19,8 @@ Translators

Artwork

-* Priyank M. Gosalia priyan...@gmail.com
-* Viktor Gondor nadf...@frugalware.org
-* Sekkyumu charavel.oliv...@gmail.com
+* Frugalware logo - Viktor Gondor nadf...@frugalware.org
+* Splash Screen - Priyank M. Gosalia priyan...@gmail.com
+* Background for the splash screen - Léo TOMAS leotoma...@gmail.com
+* Toolbar Icons - Sekkyumu charavel.oliv...@gmail.com
+
diff --git a/src/gfpm-about.c b/src/gfpm-about.c
index 34464cd..baaafd0 100644
--- a/src/gfpm-about.c
+++ b/src/gfpm-about.c
@@ -55,10 +55,10 @@ static const gchar *authors[] = { \
};

static const gchar *artists[] = { \
-   Frugalware Logo - Viktor Gondor 
nadf...@frugalware.org,
-   Splash Background - Mordin Franck aka Masta64 
(BullzArtDesign Team) mast...@gmail.com,
-   Icons - Sekkyumu charavel.oliv...@gmail.com,
-   Splash - Priyank Gosalia 
priyan...@gmail.com,
+   Frugalware logo - Viktor Gondor 
nadf...@frugalware.org,
+   Splash Screen - Priyank M. Gosalia 
priyan...@gmail.com,
+   Background for the splash screen - Léo TOMAS 
leotoma...@gmail.com,
+   Toolbar Icons - Sekkyumu 
charavel.oliv...@gmail.com,
NULL
};
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: kernel-2.6.28-5-ppc

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aa5fa3167d7c0dfd7b21f4a3cc7c30e6ff8a7681

commit aa5fa3167d7c0dfd7b21f4a3cc7c30e6ff8a7681
Author: bouleetbil bouleet...@frogdev.info
Date:   Sun Mar 8 11:29:09 2009 +0100

kernel-2.6.28-5-ppc

- enable module rtl8187 on ppc

diff --git a/source/base/kernel/config.ppc b/source/base/kernel/config.ppc
index c265038..1ccf205 100644
--- a/source/base/kernel/config.ppc
+++ b/source/base/kernel/config.ppc
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Linux kernel version: 2.6.28.1
-# Mon Jan 26 20:41:59 2009
+# Linux kernel version: 2.6.28-fw5
+# Sat Mar  7 23:59:41 2009
#
# CONFIG_PPC64 is not set

@@ -720,7 +720,7 @@ CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_BLK_DEV_HD is not set
CONFIG_MISC_DEVICES=y
# CONFIG_PHANTOM is not set
-# CONFIG_EEPROM_93CX6 is not set
+CONFIG_EEPROM_93CX6=m
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
CONFIG_ICS932S401=m
@@ -1120,7 +1120,7 @@ CONFIG_PRISM54=m
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
-# CONFIG_RTL8187 is not set
+CONFIG_RTL8187=m
# CONFIG_ADM8211 is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_P54_COMMON is not set
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: git-1.6.2-1-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=32814ce48b614ce4d05d6357282169d06fbf4ee2

commit 32814ce48b614ce4d05d6357282169d06fbf4ee2
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 12:12:38 2009 +0100

git-1.6.2-1-i686

- version bump
- see fixes that this release has, but have not been backported at
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.2.txt
(especially the git add and git -p fix worth including)

diff --git a/source/devel-extra/git/FrugalBuild 
b/source/devel-extra/git/FrugalBuild
index 83ec0c6..0258b5c 100644
--- a/source/devel-extra/git/FrugalBuild
+++ b/source/devel-extra/git/FrugalBuild
@@ -8,14 +8,14 @@ USE_DEVEL=${USE_DEVEL:-n}
USE_HTMLMAN=${USE_HTMLMAN:-y}

pkgname=git
-pkgver=1.6.1.3
-Fuse $USE_DEVEL  pkgver=1.6.1.rc1.35.gae26e7c
+pkgver=1.6.2
+Fuse $USE_DEVEL  pkgver=1.6.1.87.g1562445
pkgrel=1
pkgdesc=A fast, scalable, distributed revision control system.
url=http://git-scm.com/;
depends=('curl=7.19.0' 'openssl' 'perl-error')
backup=(etc/sysconfig/git)
-makedepends=('asciidoc' 'docbook-xsl=1.73.0-2' 'docbook-xml' 'docbook2x' 
'sgml-common' 'xmlto' 'cpio')
+makedepends=('asciidoc' 'docbook-xsl=1.73.0-2' 'docbook-xml' 'docbook2x' 
'sgml-common' 'xmlto' 'dblatex')
groups=('devel-extra')
archs=('i686' 'x86_64' 'ppc')
up2date=Flasttar $url
@@ -61,9 +61,10 @@ build()
fi

Fconf
-   build_settings=V=1 ETC_GITCONFIG=/etc/gitconfig 
htmldir=/usr/share/doc/$pkgname-$pkgver mandir=/usr/share/man
-   make $build_settings DOCBOOK2X_TEXI=docbook2texi all doc info || return 
1
-   Fmakeinstall $build_settings install-doc install-info
+   build_settings=V=1 ETC_GITCONFIG=/etc/gitconfig 
htmldir=/usr/share/doc/$pkgname-$pkgver \
+   mandir=/usr/share/man pdfdir=/usr/share/doc/$pkgname-$pkgver
+   make $build_settings DOCBOOK2X_TEXI=docbook2texi all doc info pdf || 
return 1
+   Fmakeinstall $build_settings install-doc install-info install-pdf
make -C Documentation WEBDOC_DEST=$Fdestdir/usr/share/doc/$pkgname-$pkgver 
install-webdoc || return 1
# broken symlink
Frm /usr/share/doc/git-$pkgver/index.html
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: gfpm-repomanager.c: marked a string as translatable

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=2a8ebf8cb3175795ea47afc0a6533677d80f1b15

commit 2a8ebf8cb3175795ea47afc0a6533677d80f1b15
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 16:13:28 2009 +0530

gfpm-repomanager.c: marked a string as translatable

diff --git a/src/gfpm-repomanager.c b/src/gfpm-repomanager.c
index 139cd0f..59f07fc 100644
--- a/src/gfpm-repomanager.c
+++ b/src/gfpm-repomanager.c
@@ -715,7 +715,7 @@ gfpm_repomgr_populate_repotvw (void)
ret = repolist-list;
else
{
-   gfpm_message (_(Warning), No usable package repositories 
configured);
+   gfpm_message (_(Warning), _(No usable package repositories 
configured));
return;
}
while (ret != NULL)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: gfpm-interface.c: marked another string as translatable.

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=48822662adcd3295da9bfdf5b12126a4af4cffad

commit 48822662adcd3295da9bfdf5b12126a4af4cffad
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 16:16:39 2009 +0530

gfpm-interface.c: marked another string as translatable.

diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c
index 3076fc8..3d71952 100644
--- a/src/gfpm-interface.c
+++ b/src/gfpm-interface.c
@@ -1400,7 +1400,7 @@ cb_gfpm_refresh_button_clicked (GtkButton *button, 
gpointer data)

if (packages == NULL)
{
-   gfpm_message (No new updates available, _(No new package 
updates are available. The system is up to date.));
+   gfpm_message (_(No updates), _(No new package updates are 
available. The system is up to date.));
goto cleanup;
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: qemu-0.10.0-1-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8d6c38d224e605c2100eaed76a88a0cf9b17ba60

commit 8d6c38d224e605c2100eaed76a88a0cf9b17ba60
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 12:36:48 2009 +0100

qemu-0.10.0-1-i686

- version bump, as 0.9.1 is unable to boot our ppc installer and this
one is able to do so

diff --git a/source/xapps-extra/qemu/CVE-2008-2004.diff 
b/source/xapps-extra/qemu/CVE-2008-2004.diff
deleted file mode 100644
index 7c8582e..000
--- a/source/xapps-extra/qemu/CVE-2008-2004.diff
+++ /dev/null
@@ -1,74 +0,0 @@
-add format= to drive options (CVE-2008-2004)
-
-It is possible for a guest with a raw formatted disk image to write a
-header to that disk image describing another format (such as qcow2).
-Stopping and subsequent restart of the guest will cause qemu to detect
-that format, and could allow the guest to read any host file if qemu is
-sufficiently privileged (typical in virt environments).
-
-The patch defaults to existing behaviour (probing based on file contents),
-so it still requires the mgmt app (e.g. libvirt xml) to pass a new
-format=raw parameter for raw disk images.
-
-Originally noted by Avi Kivity, patch from Chris Wright.
-
-Index: trunk/vl.c
-===
 trunk/vl.c (revision 4276)
-+++ trunk/vl.c (revision 4277)
-@@ -4961,6 +4961,7 @@
- int bus_id, unit_id;
- int cyls, heads, secs, translation;
- BlockDriverState *bdrv;
-+BlockDriver *drv = NULL;
- int max_devs;
- int index;
- int cache;
-@@ -4968,7 +4969,7 @@
- char *str = arg-opt;
- char *params[] = { bus, unit, if, index, cyls, heads,
-secs, trans, media, snapshot, file,
--   cache, NULL };
-+   cache, format, NULL };
-
- if (check_params(buf, sizeof(buf), params, str)  0) {
-  fprintf(stderr, qemu: unknown parameter '%s' in '%s'\n,
-@@ -5051,6 +5051,14 @@
- }
- }
-
-+if (get_param_value(buf, sizeof(buf), format, str)) {
-+drv = bdrv_find_format(buf);
-+if (!drv) {
-+fprintf(stderr, qemu: '%s' invalid format\n, buf);
-+return -1;
-+}
-+}
-+
- get_param_value(file, sizeof(file), file, str);
-
- /* compute bus and unit according index */
-@@ -5238,7 +5247,7 @@
- bdrv_flags |= BDRV_O_SNAPSHOT;
- if (!cache)
- bdrv_flags |= BDRV_O_DIRECT;
--if (bdrv_open(bdrv, file, bdrv_flags)  0 || qemu_key_check(bdrv, file)) {
-+if (bdrv_open2(bdrv, file, bdrv_flags, drv)  0 || qemu_key_check(bdrv, 
file)) {
- fprintf(stderr, qemu: could not open disk image %s\n,
- file);
- return -1;
-Index: trunk/qemu-doc.texi
-===
 trunk/qemu-doc.texi(revision 4276)
-+++ trunk/qemu-doc.texi(revision 4277)
-@@ -261,6 +261,10 @@
- @var{snapshot} is on or off and allows to enable snapshot for given drive 
(see @option{-snapshot}).
- @item cac...@var{cache}
- @var{cache} is on or off and allows to disable host cache to access data.
-...@item form...@var{format}
-+Specify which disk @var{format} will be used rather than detecting
-+the format.  Can be used to specifiy format=raw to avoid interpreting
-+an untrusted format header.
- @end table
-
- Instead of @option{-cdrom} you can use:
diff --git a/source/xapps-extra/qemu/FrugalBuild 
b/source/xapps-extra/qemu/FrugalBuild
index 504b1c0..f3ba53e 100644
--- a/source/xapps-extra/qemu/FrugalBuild
+++ b/source/xapps-extra/qemu/FrugalBuild
@@ -4,29 +4,26 @@
USE_DEVEL=${USE_DEVEL:-n}

pkgname=qemu
-pkgver=0.9.1
+pkgver=0.10.0
Fuse $USE_DEVEL  pkgver=svn6369
-pkgrel=6
+pkgrel=1
Fuse $USE_DEVEL  pkgrel=1
pkgdesc=QEMU is a FAST! processor emulator
-url=http://bellard.org/qemu/;
-depends=('sdl' 'zlib' 'alsa-lib')
+url=http://www.nongnu.org/qemu/;
+depends=('libx11' 'sdl' 'zlib' 'alsa-lib')
makedepends=('texi2html')
-Fuse $USE_DEVEL || makedepends=(${makedepen...@]} 'gcc-3.3')
groups=('xapps-extra')
archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump $url/download.html|grep Source|sed 's/.*-\(.*\)\.t.*/\1/'
-source=($url/$pkgname-$pkgver.tar.gz rc.qemu rc.qemu-hu.po \
-   rc.qemu-system qemu-system README.Frugalware \
-   CVE-2008-2004.diff qemu-0.9.1-dirent.patch)
-sha1sums=('630ea20b5989f0df00128de7f7be661c573ed041' \
+source=(http://download.savannah.gnu.org/releases/qemu/qemu-$pkgver.tar.gz \
+   rc.qemu rc.qemu-hu.po \
+   rc.qemu-system qemu-system README.Frugalware)
+sha1sums=('87b6aa3b201dcdfd91d83c27b2d3e4495770c351' \
'563c18fe297f1e79b0172e3b426310ac5fbf1a83' \
'ce31601e5712057938227923d4a9adf16eeb36e7' \
'd7098b739aa58a004dc61e8e4124751aefad47b3' \
'b1c2b53ef74d1461bbd4f83b8a4f1180187f6a30' \
-  '17454e4d54872d32071d478774f96cbab8bb0902' \
-  'b7d868669c5324c3afd8d0e0d75f7406150e9839' \
-  

[Frugalware-git] homepage-ng: FSA576-wireshark

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=fb73393c344c4195168af63e075bbb4cec0b2980

commit fb73393c344c4195168af63e075bbb4cec0b2980
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 12:46:28 2009 +0100

FSA576-wireshark

diff --git a/frugalware/xml/security.xml b/frugalware/xml/security.xml
index 450c78f..ff2fbbd 100644
--- a/frugalware/xml/security.xml
+++ b/frugalware/xml/security.xml
@@ -26,6 +26,20 @@

fsas
fsa
+   id576/id
+   date2009-03-08/date
+   authorMiklos Vajna/author
+   packagewireshark/package
+   vulnerable1.0.5-1solaria1/vulnerable
+   unaffected1.0.6-1solaria1/unaffected
+   btshttp://bugs.frugalware.org/task/3613/bts
+   cvehttp://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0599
+   
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0600/cve
+   descA vulnerability has been reported in Wireshark, which can 
be exploited by malicious people to potentially compromise a user's system.
+   The vulnerability is caused due to a boundary error in 
the processing of NetScreen Snoop capture files and can be exploited to cause a 
stack-based buffer overflow.
+   Successful exploitation may allow execution of 
arbitrary code depending on the allocation of stack variables./desc
+   /fsa
+   fsa
id575/id
date2009-01-21/date
authorMiklos Vajna/author
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: news_fr.xml

2009-03-08 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=dd6a3e532039c6ff69b6361704a5c5c215a7c35e

commit dd6a3e532039c6ff69b6361704a5c5c215a7c35e
Author: Michel Hermier herm...@frugalware.org
Date:   Sun Mar 8 12:59:20 2009 +0100

news_fr.xml
* Add news 128 aka 1.0rc2 release.

diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml
index 96b2e75..2a77190 100644
--- a/frugalware/xml/news_fr.xml
+++ b/frugalware/xml/news_fr.xml
@@ -21,25 +21,64 @@
Example: Mon, 07 Aug 2006 12:34:56 -0600 --

news
-post
-id127/id
+   post
+   id128/id
+   titleFrugalware 1.0rc2 (Anacreon) est disponible/title
+   dateSun, 08 Mar 2009 08:00:59 +0100/date
+   authorMiklos Vajna/author
+   hidden0/hidden
+   content![CDATA[
+   L'équipe des développeurs de Frugalware est fière de 
vous a href=/news/128annoncer/a la sortie de Frugalware 1.0rc2, la 
deuxième (et dernière) version d'évaluation de notre prochaine version 
stable 1.0.br /
+   Voici une liste courte et incomplète depuis la version 
1.0rc1:br /
+   ul
+   liAméliorations:
+   ul
+   liMise à jour de 
l'installateur graphique (plus d'informations a 
href=http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7d667f1188f99da2ae3fd811d74483425ef9299;ici/a
 et a 
href=http://ftp.frugalware.org/pub/other/fwife/fwife/ChangeLog;ici/a)./li
+   liMise à jour de 
l'artwork./li
+   /ul
+   /li
+   liCorrection dans le configurateur:
+   ul
+   liCorrection de la détection 
des cartes sans fils (il demandait également un ESSID pour les interfaces 
filaires)./li
+   liCorrection de 
l'installation de GRUB lorsque /boot est sur du RAID1./li
+   liGestion d'un répertoire 
existant home pour les nouveaux utilisateurs./li
+   /ul
+   /li
+   liMise à jour de paquets:
+   ul
+   liNoyeau Linux 2.6.28.7 + 
corrections/li
+   liKDE 3.5.10/li
+   liPHP 5.2.9/li
+   liPlus de 150 autres mises à 
jour de paquets/li
+   liPlus de 20 nouveaux 
paquets/li
+   /ul
+   /li
+   /ul
+   Veuillez vous référer à la Frugalware a 
href=http://ftp.frugalware.org/pub/frugalware/frugalware-testing/ChangeLog.txt;Anacreon
 ChangeLog/a pour plus d'information.br /
+   Téléchargement pour i686: Regardez notre a 
href=http://frugalware.org/download/frugalware-testing-iso;liste de 
mirrors/a. N'oubliez pas de vérifier l'a 
href=http://frugalware.org/download/frugalware-testing-iso/SHA1SUMS;integritée/a
 des images d'installation avant de les graver!br /
+   bNOTE/b: Cliquez a 
href=/docs/install#_choosing_installation_flavorici/a pour savoir quel 
média vous avez besoin pour l'installation.br /
+   ]]
+   /content
+   /post
+   post
+   id127/id
titleLettre d'information Frugalware numéro 40/title
-dateSun, 01 Mar 2009 00:22:00 +1000/date
-authorphayz/author
-hidden0/hidden
+   dateSun, 01 Mar 2009 00:22:00 +1000/date
+   authorphayz/author
+   hidden0/hidden
content![CDATA[
Cette lettre d'information à pour but de vous tenir informé avec ce qu'il 
c'est passé récemment dans le monde Frugalware.br /
Dans ce numéro:
ul
-liFrugalware 1.0 RC1 est disponible/li
-liLe fond d'écran par défaut d'Anacreon's est disponible/li
-liLes utilisateurs de Frugalware sont des personnes également - 
fanch/li
-liTrucs et Astuces - Obtenir un moniteur 16/9 strongsans 
dépenser/strong d'argent!/li
+   liFrugalware 1.0 RC1 est disponible/li
+   liLe fond d'écran par défaut d'Anacreon's 
est disponible/li
+   liLes utilisateurs de Frugalware sont des 
personnes également - fanch/li
+   liTrucs et Astuces - Obtenir un moniteur 16/9 
strongsans dépenser/strong d'argent!/li
/ul
Vous pouvez la lire a href=/newsletter/40ici 

[Frugalware-git] frugalware-current: kvm-84-2-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5703c92fa7d246771345ab4bbf97e6fe248fd02f

commit 5703c92fa7d246771345ab4bbf97e6fe248fd02f
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 12:58:01 2009 +0100

kvm-84-2-i686

- resolve qemu-ndb conflict with qemu-0.10

diff --git a/source/xapps-extra/kvm/FrugalBuild 
b/source/xapps-extra/kvm/FrugalBuild
index 8ea9c6e..f3af674 100644
--- a/source/xapps-extra/kvm/FrugalBuild
+++ b/source/xapps-extra/kvm/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=kvm
pkgver=84
-pkgrel=1
+pkgrel=2
pkgdesc=KVM is a kernel based virtual machine
groups=('xapps-extra')
archs=('i686' 'x86_64')
@@ -34,6 +34,7 @@ build() {
# this hardwired x86_64 is so misleading..
Fmv /usr/bin/qemu-system-x86_64 /usr/bin/qemu-kvm
Fmv /usr/bin/qemu-img /usr/bin/qemu-img-kvm
+   Fmv /usr/bin/qemu-nbd /usr/bin/qemu-nbd-kvm

# add udev rules for kvm dev node
Fmkdir /etc/udev/rules.d
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-0.9: firefox-3.0.6-1solaria1-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=9b34aaddbc4f62cce4b7bf33bf03fc45db47cbde

commit 9b34aaddbc4f62cce4b7bf33bf03fc45db47cbde
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 13:10:46 2009 +0100

firefox-3.0.6-1solaria1-i686

- secfix bump
- closes #3614

diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild
index b610f88..84b7ac8 100644
--- a/source/xapps/firefox/FrugalBuild
+++ b/source/xapps/firefox/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: VMiklos vmik...@frugalware.org

pkgname=firefox
-pkgver=3.0.4
+pkgver=3.0.6
pathver=${pkgver} # version used in path names
pkgrel=1solaria1
pkgdesc=Mozilla Firefox web browser
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-0.9: mplayer-1.0rc2-7solaria3-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=7a3dde3d2fd99b30e89537fa18f745435e4eac13

commit 7a3dde3d2fd99b30e89537fa18f745435e4eac13
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 13:20:02 2009 +0100

mplayer-1.0rc2-7solaria3-i686

- add ffmpeg-r16846.patch
- closes #3600

Conflicts:

source/xapps/mplayer/FrugalBuild

diff --git a/source/xapps/mplayer/FrugalBuild b/source/xapps/mplayer/FrugalBuild
index 830d713..1e9203d 100644
--- a/source/xapps/mplayer/FrugalBuild
+++ b/source/xapps/mplayer/FrugalBuild
@@ -5,7 +5,7 @@ pkgname=mplayer
_F_archive_name=MPlayer
pkgver=1.0rc2
pkgextraver=
-pkgrel=7solaria2
+pkgrel=7solaria3
pkgdesc=The Movie Player
url=http://www.mplayerhq.hu/;
depends=('mesa' 'fontconfig' 'libstdc++' 'libdv' 'termcap' 'libjpeg' 'libmad' \
@@ -33,7 +33,8 @@ 
source=(http://www.mplayerhq.hu/MPlayer/releases/$_F_archive_name-$pkgver$pkgext
CVE-2008-0073.diff \
http://www.ocert.org/patches/2008-013/mplayer_demux_real.patch \
fix-for-vqf-demuxer-crashes.patch \
-   ivtv_2.6.24.patch)
+   ivtv_2.6.24.patch \
+   ffmpeg-r16846.patch)
sha1sums=('e9b496f3527c552004ec6d01d6b43f196b43ce2d' \
'45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9' \
'ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68' \
@@ -47,7 +48,8 @@ sha1sums=('e9b496f3527c552004ec6d01d6b43f196b43ce2d' \
'df2d0c46a73be32ec5e3d575532c34b939a79d5f' \
'3139c1c13d411cbacef9a9d050c9df87431aba71' \
'19f886cddc59a6f7ef5b9c4c1cdb731ec481fe13' \
-  'dbb1eab7de79cbff3a15eeb8acbe34a853800afa')
+  'dbb1eab7de79cbff3a15eeb8acbe34a853800afa' \
+  'e4c28fa466118d07a3f7d8376b725eda2e196e21')

# To add v4l support.
# mknod -m 660 /dev/video0 c 81 0
diff --git a/source/xapps/mplayer/ffmpeg-r16846.patch 
b/source/xapps/mplayer/ffmpeg-r16846.patch
new file mode 100644
index 000..374ce33
--- /dev/null
+++ b/source/xapps/mplayer/ffmpeg-r16846.patch
@@ -0,0 +1,19 @@
+diff --git a/libavformat/4xm.c b/libavformat/4xm.c
+index 151e9c9..41b4834 100644
+--- a/libavformat/4xm.c
 b/libavformat/4xm.c
+@@ -163,10 +163,12 @@ static int fourxm_read_header(AVFormatContext *s,
+ return AVERROR_INVALIDDATA;
+ }
+ current_track = AV_RL32(header[i + 8]);
++if((unsigned)current_track = UINT_MAX / sizeof(AudioTrack) -1) {
++av_log(s, AV_LOG_ERROR, current_track too large\n);
++return -1;
++}
+ if (current_track + 1  fourxm-track_count) {
+ fourxm-track_count = current_track + 1;
+-if((unsigned)fourxm-track_count = UINT_MAX / 
sizeof(AudioTrack))
+-return -1;
+ fourxm-tracks = av_realloc(fourxm-tracks,
+ fourxm-track_count * sizeof(AudioTrack));
+ if (!fourxm-tracks) {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-0.9: ffmpeg-20080427-8solaria1-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=5e6508fd27822db64d94d778ba82783a164c5627

commit 5e6508fd27822db64d94d778ba82783a164c5627
Author: Miklos Vajna vmik...@frugalware.org
Date:   Fri Jan 30 05:30:23 2009 +0100

ffmpeg-20080427-8solaria1-i686

- backport r16846
- closes #3599
(cherry picked from commit 831df530792bf721415a316b2187c2e52bfbe74f)

diff --git a/source/xmultimedia/ffmpeg/FrugalBuild 
b/source/xmultimedia/ffmpeg/FrugalBuild
index ef31d1c..0c046f2 100644
--- a/source/xmultimedia/ffmpeg/FrugalBuild
+++ b/source/xmultimedia/ffmpeg/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=ffmpeg
pkgver=20080427
-pkgrel=7
+pkgrel=8solaria1
pkgdesc=FFMpeg is a complete and free Internet live audio and vide  
broadcasting solution for Linux/Unix.
url=http://ffmpeg.sourceforge.net/;
depends=('a52dec' 'amrnb' 'amrwb' 'faac' 'lame' 'libtheora' 'libvorbis' 
'x264=20080426' 'xvidcore' 'libdc1394' 'imlib2' 'sdl' 'faad2' 'gsm')
@@ -12,9 +12,10 @@ groups=('xmultimedia')
archs=('i686' 'x86_64')
up2date=$pkgver
source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver.tar.bz2
 \
-   CVE-2008-3162.patch)
+   CVE-2008-3162.patch r16846.patch)
sha1sums=('d3e42f4e307f5ed83ed877421b8f16f9c74c046b' \
-  '2113ab53babc732e44f11fb62a48ec4f51040b19')
+  '2113ab53babc732e44f11fb62a48ec4f51040b19' \
+  'e4c28fa466118d07a3f7d8376b725eda2e196e21')

# TODO / WARNING: with --enable-swscale some apps may have some problems but 
without
# one isn't able to compile a lot other apps -- FIXME --
diff --git a/source/xmultimedia/ffmpeg/r16846.patch 
b/source/xmultimedia/ffmpeg/r16846.patch
new file mode 100644
index 000..374ce33
--- /dev/null
+++ b/source/xmultimedia/ffmpeg/r16846.patch
@@ -0,0 +1,19 @@
+diff --git a/libavformat/4xm.c b/libavformat/4xm.c
+index 151e9c9..41b4834 100644
+--- a/libavformat/4xm.c
 b/libavformat/4xm.c
+@@ -163,10 +163,12 @@ static int fourxm_read_header(AVFormatContext *s,
+ return AVERROR_INVALIDDATA;
+ }
+ current_track = AV_RL32(header[i + 8]);
++if((unsigned)current_track = UINT_MAX / sizeof(AudioTrack) -1) {
++av_log(s, AV_LOG_ERROR, current_track too large\n);
++return -1;
++}
+ if (current_track + 1  fourxm-track_count) {
+ fourxm-track_count = current_track + 1;
+-if((unsigned)fourxm-track_count = UINT_MAX / 
sizeof(AudioTrack))
+-return -1;
+ fourxm-tracks = av_realloc(fourxm-tracks,
+ fourxm-track_count * sizeof(AudioTrack));
+ if (!fourxm-tracks) {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-0.9: imlib2-1.4.1-2solaria1-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=1944714ab6766ed4cd3363b9c9703bba6bddaa6a

commit 1944714ab6766ed4cd3363b9c9703bba6bddaa6a
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 14:27:32 2009 +0100

imlib2-1.4.1-2solaria1-i686

- add imlib2-loader_xpm-CVE-2008-5187.patch
- closes #3484
(cherry picked from commit 77a410fb2a5d7c222e47da57cbbb8ff884af1544)

diff --git a/source/xlib/imlib2/FrugalBuild b/source/xlib/imlib2/FrugalBuild
index fcf5429..269f2ec 100644
--- a/source/xlib/imlib2/FrugalBuild
+++ b/source/xlib/imlib2/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=imlib2
pkgver=1.4.1
-pkgrel=1
+pkgrel=2solaria1
pkgdesc=Imlib 2 is the successor to Imlib, it is NOT a newer version
_F_sourceforge_dirname=enlightenment
Finclude sourceforge
@@ -13,7 +13,9 @@ depends=('libtiff' 'freetype2' 'libxext' 'libjpeg' \
groups=('xlib')
archs=('i686' 'x86_64')
up2date=lynx -dump http://sourceforge.net/project/showfiles.php?group_id=2 
|grep imlib2-src |sed 's/.*]\([0-9\.]*\) [A-Z].*/\1/;q'
-sha1sums=('d1894311e9e84015a0a9451748f6f37387fe693d')
+source=($source 
http://trac.enlightenment.org/e/raw-attachment/ticket/136/imlib2-loader_xpm-CVE-2008-5187.patch)
+sha1sums=('d1894311e9e84015a0a9451748f6f37387fe693d' \
+  '4c0784e4c08340f99c2898a4b72c915fce7e3e05')

if [ $CARCH != x86_64 ]; then
Fconfopts=$Fconfopts --enable-mmx
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gfpm: Fixed a runtime warning regarding non-zero page size

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=6413dea11d849e53493dc9713a5020ab46302b4c

commit 6413dea11d849e53493dc9713a5020ab46302b4c
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 21:03:39 2009 +0530

Fixed a runtime warning regarding non-zero page size

diff --git a/data/gfpm.glade b/data/gfpm.glade
index 40734d3..4e725c3 100644
--- a/data/gfpm.glade
+++ b/data/gfpm.glade
@@ -2771,6 +2771,35 @@
placeholder/
/child
child
+  widget class=GtkLabel id=label44
+property name=visibleTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+property name=xalign0/property
+property name=yalign0/property
+property name=label translatable=yesLog 
File Path/property
+  /widget
+  packing
+property name=top_attach1/property
+property name=bottom_attach2/property
+property name=x_optionsGTK_FILL/property
+property name=y_options/property
+  /packing
+/child
+child
+  widget class=GtkCheckButton 
id=prefs_enable_log_tgl
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
+property name=label 
translatable=yesEnable Logging/property
+property name=response_id0/property
+property name=draw_indicatorTrue/property
+  /widget
+  packing
+property name=x_optionsGTK_FILL/property
+property name=y_optionsGTK_FILL/property
+  /packing
+/child
+child
widget class=GtkHBox id=hbox22
property name=visibleTrue/property
property name=spacing4/property
@@ -2822,35 +2851,6 @@
property name=bottom_attach2/property
/packing
/child
-child
-  widget class=GtkCheckButton 
id=prefs_enable_log_tgl
-property name=visibleTrue/property
-property name=can_focusTrue/property
-property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
-property name=label 
translatable=yesEnable Logging/property
-property name=response_id0/property
-property name=draw_indicatorTrue/property
-  /widget
-  packing
-property name=x_optionsGTK_FILL/property
-property name=y_optionsGTK_FILL/property
-  /packing
-/child
-child
-  widget class=GtkLabel id=label44
-property name=visibleTrue/property
-property 
name=eventsGDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | 
GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK/property
-property name=xalign0/property
-property name=yalign0/property
-property name=label translatable=yesLog 
File Path/property
-  /widget
-  packing
-property name=top_attach1/property
-property name=bottom_attach2/property
-property name=x_optionsGTK_FILL/property
-property name=y_options/property
-  /packing
-/child
/widget
/child
/widget
@@ -2892,34 +2892,34 @@
property name=column_spacing10/property
property name=row_spacing5/property
child
-  widget class=GtkHBox id=hbox25
+  widget class=GtkHBox id=hbox27
property name=visibleTrue/property
property name=spacing4/property
child
-  widget class=GtkEntry 
id=prefs_cache_dir_path
+   

[Frugalware-git] gfpm: updates for 1.2.0 (Eris)

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=d7833134490b5175d1885c76fe90b4835ef27b88

commit d7833134490b5175d1885c76fe90b4835ef27b88
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 21:04:31 2009 +0530

updates for 1.2.0 (Eris)

diff --git a/NEWS b/NEWS
index 0fc62fe..3624e87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
VERSION DESCRIPTION
-
+1.2.0 Eris (2009-03-08)- Added a brand new Preferences 
dialog that can be used to configure various pacman-g2 options
+   - BUGFIX: Clicking the synchronize 
button synced only the active repo instead of all repos.
+   - BUGFIX (#3641): Fixed a bug where 
some strings were not translated in the glade file
+   - BUGFIX (#3657): GFpm doesn't hide the 
progress dialog after an operation is finished.
+   - FEATURE (#2877): GFpm now shows 
Compressed and Uncompressed size in package info.
+   - Cancelling an on-going package 
download operation is now supported (finally ;))
+   - IconCache monitor is now disabled by 
default. [reason: buggy]
+   - Minor UI enhancements
+   - New Translaton : Vietnamese (Thanks 
to Clytie Siddall)
1.1.1   - BUGFIX: Fixed a major bug where Gfpm 
repository manager failed to save [options] part
of the configuration file resulting in an inconsistent configuration
BUGFIX: In repository manager, while parsing the repositories from the conf 
file, skip
diff --git a/configure.ac b/configure.ac
index 7a53234..3af613b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
ENV_CFLAGS=$CFLAGS

AC_PREREQ(2.59)
-AC_INIT([Gfpm], 1.1.1, [priyan...@gmail.com], gfpm)
-AC_DEFINE_UNQUOTED([GFPM_RELEASE_NAME], [Callisto], [Release codenames])
+AC_INIT([Gfpm], 1.2.0, [priyan...@gmail.com], gfpm)
+AC_DEFINE_UNQUOTED([GFPM_RELEASE_NAME], [Eris], [Release codenames])
AC_CONFIG_SRCDIR([src/gfpm.c])
AC_LANG(C)
AM_CONFIG_HEADER(config.h)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: typo fix in 1.0rc2 announce

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=d4b83f490e0d0a03cba9e1a78e5e560ad20fb2b1

commit d4b83f490e0d0a03cba9e1a78e5e560ad20fb2b1
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 18:20:22 2009 +0100

typo fix in 1.0rc2 announce

diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index b344156..1167cfc 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -41,7 +41,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --
liFixes in the setup:
ul
liFixed the detection of wireless cards (it asked
-   
ESSID for wired interfaces as well)./li
+   
for ESSID for wired interfaces as well)./li
liFixed GRUB installation when /boot is on RAID1./li
liHandle existing home directories for new users./li
/ul
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ad731206fe18d11451d82bec215621b57220d1b8

commit ad731206fe18d11451d82bec215621b57220d1b8
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:34:14 2009 +0100

firefox-3.0.7-1-i686

version bumpncloses

diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild
index a2feab5..33f50ac 100644
--- a/source/xapps/firefox/FrugalBuild
+++ b/source/xapps/firefox/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: VMiklos vmik...@frugalware.org

pkgname=firefox
-pkgver=3.0.6
+pkgver=3.0.7
pathver=${pkgver} # version used in path names
pkgrel=1
pkgdesc=Mozilla Firefox web browser
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: bump firefox-i18n.sh

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=36d2b3fb5688ba5e4541691c37444954280342ab

commit 36d2b3fb5688ba5e4541691c37444954280342ab
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:41:59 2009 +0100

bump firefox-i18n.sh

diff --git a/source/include/firefox-i18n.sh b/source/include/firefox-i18n.sh
index c888583..6f3c855 100644
--- a/source/include/firefox-i18n.sh
+++ b/source/include/firefox-i18n.sh
@@ -31,7 +31,7 @@
# * archs()
###

-up2date=3.0.6
+up2date=3.0.7
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${up2date}/linux-i686/xpi/$_F_firefox_lang.xpi)
pkgname=firefox-`echo $_F_firefox_lang|tr [A-Z] [a-z]`
url=http://www.mozilla.org/projects/l10n/mlp.html;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-ar-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=241ad7253dbecf364e5ea7d9e49817f9e0cf99b4

commit 241ad7253dbecf364e5ea7d9e49817f9e0cf99b4
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:44:59 2009 +0100

firefox-ar-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-ar/FrugalBuild 
b/source/locale-extra/firefox-ar/FrugalBuild
index e046fe9..d6670c6 100644
--- a/source/locale-extra/firefox-ar/FrugalBuild
+++ b/source/locale-extra/firefox-ar/FrugalBuild
@@ -3,9 +3,9 @@

_F_firefox_lang=ar
pkgname=firefox-$lang
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Arabic language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('6661e936e93b783d23d9b27ae693b4310775d7a3')
+sha1sums=('eb7dd42f320dbbd00effc7ecb486417f572ed01d')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-tools: repoman: add a few quotes to allow special chars in commit messages

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=f9f5f0785e44e8b1e3413f063278c2d7cca76cc3

commit f9f5f0785e44e8b1e3413f063278c2d7cca76cc3
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 18:46:10 2009 +0100

repoman: add a few quotes to allow special chars in commit messages

so that * version bump won't be replaced by file list version bump
and so on

diff --git a/repoman b/repoman
index 39cf24b..5372a6c 100755
--- a/repoman
+++ b/repoman
@@ -509,7 +509,7 @@ record()
exit 1
fi
if [ -n $* ]; then
-   _do_record $*
+   _do_record $*
else
if [ $F_makepkg_scm = git ]; then
dg what -s .
@@ -886,7 +886,7 @@ while [ $1 !=  ]; do
;;
rec|record)
shift 1
-   record $*
+   record $*
;;
push)
shift 1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-ca-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=964a96f9649085827919fbbae470938c71a3a9e5

commit 964a96f9649085827919fbbae470938c71a3a9e5
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:45:59 2009 +0100

firefox-ca-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-ca/FrugalBuild 
b/source/locale-extra/firefox-ca/FrugalBuild
index 8e0ebe8..6f0133f 100644
--- a/source/locale-extra/firefox-ca/FrugalBuild
+++ b/source/locale-extra/firefox-ca/FrugalBuild
@@ -3,9 +3,9 @@

_F_firefox_lang=ca
pkgname=firefox-$lang
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Catalan language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('01143ffe77e603c8f814b05be3d7f90e718acd46')
+sha1sums=('a9ea1fcb1315cfe93cc8a211e7e16b9168727b09')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-cs-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=64281ab2ea1928c7166a4f837b7d4969728f73fc

commit 64281ab2ea1928c7166a4f837b7d4969728f73fc
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:46:49 2009 +0100

firefox-cs-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-cs/FrugalBuild 
b/source/locale-extra/firefox-cs/FrugalBuild
index d068f1b..591fb62 100644
--- a/source/locale-extra/firefox-cs/FrugalBuild
+++ b/source/locale-extra/firefox-cs/FrugalBuild
@@ -3,9 +3,9 @@

_F_firefox_lang=cs
pkgname=firefox-$lang
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Czech language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('2560cab05095ff2c03511ae0c8c7a273e541a6ca')
+sha1sums=('a27cb3b3b6d183daafb9600ea3da33e49c9ff634')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-da-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fa559e6b424b2593e823f824b05da8930a00122e

commit fa559e6b424b2593e823f824b05da8930a00122e
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:48:00 2009 +0100

firefox-da-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-da/FrugalBuild 
b/source/locale-extra/firefox-da/FrugalBuild
index d4dc643..4086c99 100644
--- a/source/locale-extra/firefox-da/FrugalBuild
+++ b/source/locale-extra/firefox-da/FrugalBuild
@@ -3,9 +3,9 @@

_F_firefox_lang=da
pkgname=firefox-$lang
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Danish language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('0393d5f65d438cfa2e2843c4d514fe365dd71e91')
+sha1sums=('00966db6d7efafce2175f37010659d8041580eb2')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-de-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=327fd58641549dcdd5f2422aa3e5c44c739740ed

commit 327fd58641549dcdd5f2422aa3e5c44c739740ed
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:48:44 2009 +0100

firefox-de-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-de/FrugalBuild 
b/source/locale-extra/firefox-de/FrugalBuild
index 0ce53e0..31dc77f 100644
--- a/source/locale-extra/firefox-de/FrugalBuild
+++ b/source/locale-extra/firefox-de/FrugalBuild
@@ -3,9 +3,9 @@

_F_firefox_lang=de
pkgname=firefox-$lang
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=German language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('cbddb0f49e21bee1fced2685fdc1e92a9d29e12b')
+sha1sums=('b91d5ef9204763c488a77c3869a6fb59a57bcd90')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-el-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2c301fa5b8aaa08e3decc8d7a7ae0483267a

commit 2c301fa5b8aaa08e3decc8d7a7ae0483267a
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:49:24 2009 +0100

firefox-el-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-el/FrugalBuild 
b/source/locale-extra/firefox-el/FrugalBuild
index 0e1b842..13344d2 100644
--- a/source/locale-extra/firefox-el/FrugalBuild
+++ b/source/locale-extra/firefox-el/FrugalBuild
@@ -3,9 +3,9 @@

_F_firefox_lang=el
pkgname=firefox-$lang
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Greek language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('fd9d0894314221704c7e6c962857f2a7e9cd8345')
+sha1sums=('f80e5b3e55b78ad86dd8f7ceb2e150d4dbfc7cbf')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-es-es-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a93b74d2c45a6039f092f7fc09917662913dfcd3

commit a93b74d2c45a6039f092f7fc09917662913dfcd3
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:50:14 2009 +0100

firefox-es-es-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-es-es/FrugalBuild 
b/source/locale-extra/firefox-es-es/FrugalBuild
index 12fe335..99a3911 100644
--- a/source/locale-extra/firefox-es-es/FrugalBuild
+++ b/source/locale-extra/firefox-es-es/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=es-ES
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Spanish language support for Firefox
replaces=('firefox-es-ES')
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('58a29b8aede9b2ab74ebf432e2c088872fdb2deb')
+sha1sums=('490ca51fb1a0c19b415fca1d5763d74936410a0c')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-eu-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7a210da7591a74a38fdf75de299ec9a97709721e

commit 7a210da7591a74a38fdf75de299ec9a97709721e
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:51:11 2009 +0100

firefox-eu-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-eu/FrugalBuild 
b/source/locale-extra/firefox-eu/FrugalBuild
index 2f5283c..cca753b 100644
--- a/source/locale-extra/firefox-eu/FrugalBuild
+++ b/source/locale-extra/firefox-eu/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=eu
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Basque language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('3a820e1688f41af6a84c1a3746c78d9ccc48d821')
+sha1sums=('a9fdd9917588849e416ba3a9ed15e3dfdd71366f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-fi-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1389ef50834dd9ab194a63832a603fee9713ec59

commit 1389ef50834dd9ab194a63832a603fee9713ec59
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:51:54 2009 +0100

firefox-fi-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-fi/FrugalBuild 
b/source/locale-extra/firefox-fi/FrugalBuild
index 770dc31..46e65f0 100644
--- a/source/locale-extra/firefox-fi/FrugalBuild
+++ b/source/locale-extra/firefox-fi/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=fi
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Finnish language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('e0f06048f0e8d5d2a4fff3ae86197ed6ee1ca5a9')
+sha1sums=('4a4f1dfe1b2e2d39a4e0011bf96b4f96cf49651f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-fr-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=95e9b433ddcff426523470979d9fdb18b36c00e0

commit 95e9b433ddcff426523470979d9fdb18b36c00e0
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:53:15 2009 +0100

firefox-fr-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-fr/FrugalBuild 
b/source/locale-extra/firefox-fr/FrugalBuild
index 028ada6..8e4a1cc 100644
--- a/source/locale-extra/firefox-fr/FrugalBuild
+++ b/source/locale-extra/firefox-fr/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=fr
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=French language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('730d3c286bf1e3915b9bac15cd988e3ae0a83365')
+sha1sums=('cc346f1bd65e2dc4c235235a36bd9d637c7425de')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-ga-ie-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ef206579fa4f7c6ec53a4650f710b4fae3c9e859

commit ef206579fa4f7c6ec53a4650f710b4fae3c9e859
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:54:10 2009 +0100

firefox-ga-ie-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-ga-ie/FrugalBuild 
b/source/locale-extra/firefox-ga-ie/FrugalBuild
index 371eb77..1b0888f 100644
--- a/source/locale-extra/firefox-ga-ie/FrugalBuild
+++ b/source/locale-extra/firefox-ga-ie/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=ga-IE
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Irish language support for Firefox
Finclude firefox-i18n
replaces=('firefox-ga-IE')
options=('noversrc')
-sha1sums=('44234aa8ef7288ef9e5d1a9a238b14b4aff977c7')
+sha1sums=('b410313220eae90b17eef78ba21d2176f1cfcebf')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-it-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a9b704c2ab01a982fa1146d26332fd128755a68c

commit a9b704c2ab01a982fa1146d26332fd128755a68c
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:55:55 2009 +0100

firefox-it-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-it/FrugalBuild 
b/source/locale-extra/firefox-it/FrugalBuild
index 8d06721..33b6723 100644
--- a/source/locale-extra/firefox-it/FrugalBuild
+++ b/source/locale-extra/firefox-it/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=it
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Italian language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('c405cced4f4507abc865e2a85f51e431f5b5cbb0')
+sha1sums=('05bb961fafdcbb740c23112e2e1abb9ee3dfe6c8')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-ja-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4c124166837607e6d328c4b946a26f8e70b578ed

commit 4c124166837607e6d328c4b946a26f8e70b578ed
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:56:42 2009 +0100

firefox-ja-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-ja/FrugalBuild 
b/source/locale-extra/firefox-ja/FrugalBuild
index 1312660..abe7107 100644
--- a/source/locale-extra/firefox-ja/FrugalBuild
+++ b/source/locale-extra/firefox-ja/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=ja
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Japanese language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('f1641ce59bc0f48eec6ab2e5b949b839782c4c16')
+sha1sums=('4f6b598f0d9d0dfd477e231adc9b3e39e9f85ade')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-ko-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ba493535ab60740076c0dc1e11618245f9a04409

commit ba493535ab60740076c0dc1e11618245f9a04409
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:57:28 2009 +0100

firefox-ko-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-ko/FrugalBuild 
b/source/locale-extra/firefox-ko/FrugalBuild
index 3e731bd..11691f1 100644
--- a/source/locale-extra/firefox-ko/FrugalBuild
+++ b/source/locale-extra/firefox-ko/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=ko
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Korean language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('6f95210843ccd4c500608f1db16cdbe9c80dd5be')
+sha1sums=('b8bb810297f218bf48865bab7687c4b3835cad17')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-nb-no-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=585bde21843dd704ef90f5c3e0b91fc5fdeab48a

commit 585bde21843dd704ef90f5c3e0b91fc5fdeab48a
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 18:59:08 2009 +0100

firefox-nb-no-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-nb-no/FrugalBuild 
b/source/locale-extra/firefox-nb-no/FrugalBuild
index 1d1a0fb..6099dd4 100644
--- a/source/locale-extra/firefox-nb-no/FrugalBuild
+++ b/source/locale-extra/firefox-nb-no/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=nb-NO
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Norwegian Bokmal language support for Firefox
Finclude firefox-i18n
replaces=('firefox-nb-NO')
options=('noversrc')
-sha1sums=('4f575b9c37c52a5e414ddb45a62908459914c5b8')
+sha1sums=('b7ea264653adb3534a43184b17e265c55ee4ed00')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-nl-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f55e605ef1c40e8f3abbd05f1f7c21dcadbd599c

commit f55e605ef1c40e8f3abbd05f1f7c21dcadbd599c
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:00:36 2009 +0100

firefox-nl-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-nl/FrugalBuild 
b/source/locale-extra/firefox-nl/FrugalBuild
index 6ffbddf..05e0975 100644
--- a/source/locale-extra/firefox-nl/FrugalBuild
+++ b/source/locale-extra/firefox-nl/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=nl
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Nederlands language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('ef511cd1c33fafe136e8b89feaee085023d19765')
+sha1sums=('f489bd62ab43026f2cf3bdbc000c21f8097b042f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-pl-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c02f9afa64f71fd1019de930d30e030f3f46e006

commit c02f9afa64f71fd1019de930d30e030f3f46e006
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:01:39 2009 +0100

firefox-pl-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-pl/FrugalBuild 
b/source/locale-extra/firefox-pl/FrugalBuild
index 6bd1b6b..3f383d4 100644
--- a/source/locale-extra/firefox-pl/FrugalBuild
+++ b/source/locale-extra/firefox-pl/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=pl
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Polish language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('7c580255d764c09a9d5340813fc78c28daaee63b')
+sha1sums=('7ae8d456be323a1ef53cba6f48ed9dc4203b043a')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-0.9: vlc-0.9.6-1solaria1-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=b9e3d15dd2b23e6965c5aa6cf970ee1809b97acb

commit b9e3d15dd2b23e6965c5aa6cf970ee1809b97acb
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 19:01:28 2009 +0100

vlc-0.9.6-1solaria1-i686

- secfix bump
- closes #3416

diff --git a/source/xmultimedia-extra/vlc/FrugalBuild 
b/source/xmultimedia-extra/vlc/FrugalBuild
index 4701f45..4f6d6f1 100644
--- a/source/xmultimedia-extra/vlc/FrugalBuild
+++ b/source/xmultimedia-extra/vlc/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: VMiklos vmik...@frugalware.org

pkgname=vlc
-pkgver=0.9.4
+pkgver=0.9.6
pkgextraver=
pkgrel=1solaria1
pkgdesc=The cross-platform media player and streaming server.
@@ -18,7 +18,7 @@ groups=('xmultimedia-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump $url/download-sources.html|grep -m1 'Latest VLC'|sed 
's/.*(\(.*\)).*/\1/;s/$pkgextraver//'
source=(http://download.videolan.org/pub/videolan/vlc/$pkgver$pkgextraver/$pkgname-$pkgver$pkgextraver.tar.bz2)
-sha1sums=('1325b29268bdcecfb5272433d1fde935171aefed')
+sha1sums=('b56b0ed4152ec841a2145caab5f6710ba9ed0d88')

build()
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-pt-br-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d157153da7abff799d59c0878aad814dc093bee0

commit d157153da7abff799d59c0878aad814dc093bee0
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:02:36 2009 +0100

firefox-pt-br-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-pt-br/FrugalBuild 
b/source/locale-extra/firefox-pt-br/FrugalBuild
index 55465ed..4ef7b39 100644
--- a/source/locale-extra/firefox-pt-br/FrugalBuild
+++ b/source/locale-extra/firefox-pt-br/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=pt-BR
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Brazilian Portuguese language support for Firefox
Finclude firefox-i18n
replaces=('firefox-pt-BR')
options=('noversrc')
-sha1sums=('11c67c32322beb78caecc9a62f42e09297fa91b1')
+sha1sums=('daf2275814bd4c7edb8c43f532a37d7e52764804')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-ru-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9c19b40a02eb6ae73906147ad4620489c0c446a4

commit 9c19b40a02eb6ae73906147ad4620489c0c446a4
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:03:23 2009 +0100

firefox-ru-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-ru/FrugalBuild 
b/source/locale-extra/firefox-ru/FrugalBuild
index b9a7951..7332936 100644
--- a/source/locale-extra/firefox-ru/FrugalBuild
+++ b/source/locale-extra/firefox-ru/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=ru
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Russian language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('da1ff7f666d377bf88f78e083ac9302bc1f19bbe')
+sha1sums=('90c960ce4acbd908ad5f3224498eaf37acff7764')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-sk-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=505e0be822c0920e4bf723e038d45f21a0b7d826

commit 505e0be822c0920e4bf723e038d45f21a0b7d826
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:04:08 2009 +0100

firefox-sk-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-sk/FrugalBuild 
b/source/locale-extra/firefox-sk/FrugalBuild
index 516c9c3..16b7df7 100644
--- a/source/locale-extra/firefox-sk/FrugalBuild
+++ b/source/locale-extra/firefox-sk/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=sk
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Slovak language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('34e28c971c2d5711ac0f062517a7d0814b75aa9f')
+sha1sums=('f579c0d149ba9af68de7b7a6b45d5650d65b9d30')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-sl-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=368a2a13c3f140ecfcb4e7ee379499110e69e85d

commit 368a2a13c3f140ecfcb4e7ee379499110e69e85d
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:05:31 2009 +0100

firefox-sl-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-sl/FrugalBuild 
b/source/locale-extra/firefox-sl/FrugalBuild
index 601e9fb..774a58d 100644
--- a/source/locale-extra/firefox-sl/FrugalBuild
+++ b/source/locale-extra/firefox-sl/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=sl
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Slovenian language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('98a5ce6ee05f4a68a2ddbb0d9a52e52d9f1eb0fd')
+sha1sums=('353736278d1415ac7c83dd5421f9d39a963b7ba5')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-sv-se-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5ac895522d73132b550aac70a6e99357ecc990c0

commit 5ac895522d73132b550aac70a6e99357ecc990c0
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:06:20 2009 +0100

firefox-sv-se-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-sv-se/FrugalBuild 
b/source/locale-extra/firefox-sv-se/FrugalBuild
index 4c6fdd6..05baa43 100644
--- a/source/locale-extra/firefox-sv-se/FrugalBuild
+++ b/source/locale-extra/firefox-sv-se/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=sv-SE
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Swedish language support for Firefox
Finclude firefox-i18n
replaces=('firefox-sv-SE')
options=('noversrc')
-sha1sums=('90539ece072276ae242e02f3b2a68feec7557431')
+sha1sums=('201bdf79545cd799d9b61680913589b830afaa53')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-tr-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cb54e8d32d62cfe21a3494885705dc5f74f4a250

commit cb54e8d32d62cfe21a3494885705dc5f74f4a250
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:07:13 2009 +0100

firefox-tr-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-tr/FrugalBuild 
b/source/locale-extra/firefox-tr/FrugalBuild
index 133f767..bed3d34 100644
--- a/source/locale-extra/firefox-tr/FrugalBuild
+++ b/source/locale-extra/firefox-tr/FrugalBuild
@@ -2,9 +2,9 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=tr
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Turkish language support for Firefox
Finclude firefox-i18n
options=('noversrc')
-sha1sums=('0d912503cbdb20da029d89e9b8c72911d4abe106')
+sha1sums=('3f6105ff485a4153ddd7b8aa8b412853c5d61baa')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-zh-cn-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2babe2299dff923e14c6f1407ade4427775cdd79

commit 2babe2299dff923e14c6f1407ade4427775cdd79
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:07:59 2009 +0100

firefox-zh-cn-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-zh-cn/FrugalBuild 
b/source/locale-extra/firefox-zh-cn/FrugalBuild
index c5438d7..96d520b 100644
--- a/source/locale-extra/firefox-zh-cn/FrugalBuild
+++ b/source/locale-extra/firefox-zh-cn/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=zh-CN
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Chinese Simplified language support for Firefox
Finclude firefox-i18n
replaces=('firefox-zh-CN')
options=('noversrc')
-sha1sums=('d35d1578f78f21471060fc2e5a51fe78053c90cc')
+sha1sums=('514d8891b7bf488f4fe0dea4816e9a522cb2b761')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: firefox-zh-tw-3.0.7-1-i686

2009-03-08 Thread Janos Kovacs
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d581a32f2af3a502d7ff29c44d96be1a983391ff

commit d581a32f2af3a502d7ff29c44d96be1a983391ff
Author: Janos Kovacs ja...@frugalware.org
Date:   Sun Mar 8 19:08:46 2009 +0100

firefox-zh-tw-3.0.7-1-i686

version bump with new firefox version

diff --git a/source/locale-extra/firefox-zh-tw/FrugalBuild 
b/source/locale-extra/firefox-zh-tw/FrugalBuild
index 48e9454..cb97fa6 100644
--- a/source/locale-extra/firefox-zh-tw/FrugalBuild
+++ b/source/locale-extra/firefox-zh-tw/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Laszlo Dvornik dvor...@gnome.hu

_F_firefox_lang=zh-TW
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=Chinese Traditional language support for Firefox
Finclude firefox-i18n
replaces=('firefox-zh-TW')
options=('noversrc')
-sha1sums=('66df81cde35cc82bab198f0f140f57f91d8b93dd')
+sha1sums=('f566f3bd2666011da35ac697d9a81f28a31a12ab')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: fam-2.7.0-4-i686

2009-03-08 Thread Priyank
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f6e42c854845a12075fb957c3b7379187760a7a4

commit f6e42c854845a12075fb957c3b7379187760a7a4
Author: Priyank priy...@frugalware.org
Date:   Sun Mar 8 23:50:57 2009 +0530

fam-2.7.0-4-i686
* Fix broken rc.fam

diff --git a/source/apps-extra/fam/FrugalBuild 
b/source/apps-extra/fam/FrugalBuild
index 00b8285..616bb8e 100644
--- a/source/apps-extra/fam/FrugalBuild
+++ b/source/apps-extra/fam/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=fam
pkgver=2.7.0
-pkgrel=3
+pkgrel=4
pkgdesc=File Alteration Monitor - used by KDE, GNOME and others
url=http://oss.sgi.com/projects/fam/;
backup=(etc/fam.conf etc/fam/fam.conf)
@@ -14,7 +14,7 @@ up2date=lynx -dump 
http://oss.sgi.com/projects/fam/news.html|grep released|sed
source=(ftp://oss.sgi.com/projects/fam/download/$pkgname-latest.tar.gz 
fam-headers-fix.patch rc.fam)
sha1sums=('6c2316f02acf89a41c42ffc3d7fd9cf5eada83a8' \
'b8f70caad21b3440a9006f89391e5ecc2798c1c5' \
-  'bca54833240b6d98004c3fe28c48c36ed4ba0e55')
+  '5077be9e2e1c9469cf2d5bb5a9c6746d131624e4')

build() {
Fcd
diff --git a/source/apps-extra/fam/rc.fam b/source/apps-extra/fam/rc.fam
index d717f67..af2490b 100644
--- a/source/apps-extra/fam/rc.fam
+++ b/source/apps-extra/fam/rc.fam
@@ -11,12 +11,12 @@ TEXTDOMAIN=fam
actions=(restart start status stop)
daemon=$File Alteration Monitor

-pid=$(pidof famd 2 /dev/null)
+pid=pidof famd 2 /dev/null

rc_start()
{
start_msg
-   if [ -z ${pid} ] ; then
+   if [ -z $(eval $pid) ] ; then
/usr/sbin/famd
ok $?
else
@@ -27,7 +27,7 @@ rc_start()
rc_stop()
{
stop_msg
-   if [ ! -z ${pid} ] ; then
+   if [ ! -z $(eval $pid) ] ; then
killall famd
ok $?
else
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-0.9: firefox-3.0.7-1solaria1-i686

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=442ea2f1392dd3f25243cc5b13e6f889c7a24e6e

commit 442ea2f1392dd3f25243cc5b13e6f889c7a24e6e
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 19:32:10 2009 +0100

firefox-3.0.7-1solaria1-i686

- version bump
- closes #3667
(cherry picked from commit ad731206fe18d11451d82bec215621b57220d1b8)

diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild
index 84b7ac8..fadf9b0 100644
--- a/source/xapps/firefox/FrugalBuild
+++ b/source/xapps/firefox/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: VMiklos vmik...@frugalware.org

pkgname=firefox
-pkgver=3.0.6
+pkgver=3.0.7
pathver=${pkgver} # version used in path names
pkgrel=1solaria1
pkgdesc=Mozilla Firefox web browser
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-tools: syncpkgcd: fix typo in setuid()

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=116fa27cd07b0a31f0380138921012942675e5f7

commit 116fa27cd07b0a31f0380138921012942675e5f7
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 19:53:38 2009 +0100

syncpkgcd: fix typo in setuid()

diff --git a/syncpkgd/syncpkgcd.py b/syncpkgd/syncpkgcd.py
index 0171017..7609edb 100644
--- a/syncpkgd/syncpkgcd.py
+++ b/syncpkgd/syncpkgcd.py
@@ -78,7 +78,7 @@ class Syncpkgcd:
except Exception:
self.log_exception()

-   def setuid():
+   def setuid(self):
if os.getuid() == 0 and self.options.uid:
try:
os.setuid(int(self.options.uid))
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tools/fpm2irc: no longer hide manually uploaded ppc packages

2009-03-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d994c4e87563df0cf8ab3ac7fc865b641b2f3de

commit 6d994c4e87563df0cf8ab3ac7fc865b641b2f3de
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Mar 8 20:36:55 2009 +0100

tools/fpm2irc: no longer hide manually uploaded ppc packages

diff --git a/tools/fpm2irc b/tools/fpm2irc
index 8274b19..7849bde 100755
--- a/tools/fpm2irc
+++ b/tools/fpm2irc
@@ -77,8 +77,7 @@ def main(argv):
lines = []
for i in chans:
chan = i
-   # ppc to .dev till it's supported
-   if (uploader[:8] == syncpkgd or fpm[:-4].split(-)[-1] == 
ppc) and chan == #frugalware:
+   if uploader[:8] == syncpkgd and chan == #frugalware:
chan = #frugalware.dev
lines.append(c.privmsg(%s, 14packages7 %s3 %s/%s) % (
chan, uploader, repo, os.path.basename(fpm[:-4])))
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: fwng: 1.0rc2 Hungarian announce draft

2009-03-08 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a8243e3a2c616173abfc89026571b6aaff10f49b

commit a8243e3a2c616173abfc89026571b6aaff10f49b
Author: Krisztian VASAS i...@frugalware.org
Date:   Sun Mar 8 23:31:35 2009 +0100

fwng: 1.0rc2 Hungarian announce draft

diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml
index 0513a3b..1d3ddba 100644
--- a/frugalware/xml/news_hu.xml
+++ b/frugalware/xml/news_hu.xml
@@ -17,6 +17,45 @@

news
post
+   id128/id
+   titleMegjelent a Frugalware 1.0rc2 (Anacreon)/title
+   dateSun, 08 Mar 2009 23:11:54 +0100/date
+   authorIroNiQ/author
+   hidden1/hidden
+   content![CDATA[
+   A Frugalware Fejleszői Csapat örömmel a 
href=/news/128/hujelenti be/a a Frugalware 1.0rc2 verzióját, mint az 
eljövendő 1.0 stabil kiadás második (és egyben utolsó) kiadásra jelölt 
változatát.br /
+   Egy rövid, nem teljes lista az 1.0rc1 óta trörtént 
változásokról:br /
+   ul
+   liFejlesztések:
+   ul
+   liFrissített grafikus telepítő 
(több információ a 
href=http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7d667f1188f99da2ae3fd811d74483425ef9299;itt/a
 és a 
href=http://ftp.frugalware.org/pub/other/fwife/fwife/ChangeLog;itt/a 
olvasható)./li
+   liFrissített artwork./li
+   /ul
+   /li
+   liJavítások a telepítőben:
+   ul
+   liJavított vezetéknélküli 
hálózati kártya detektálás (vezetékes hálózati kártyák esetén is 
kért ESSID-t)./li
+   liJavított GRUB telepítés azon 
esetben, ha a /boot külön RAID1 partíción van./li
+   liÚj felhasználó létrehozása 
esetén kezelni tudja a meglevő HOME könyvtárat./li
+   /ul
+   /li
+   liCsomagfrissítések:
+   ul
+   liLinux kernel 2.6.28.7 + 
javítások/li
+   liKDE 3.5.10/li
+   liPHP 5.2.9/li
+   liTöbb, mint 150 egyéb 
csomagfrissítés/li
+   liTöbb, mint 20 új csomag/li
+   /ul
+   /li
+   /ul
+   Bővebb információért tekintse meg a Frugalware a 
href=http://ftp.frugalware.org/pub/frugalware/frugalware-testing/ChangeLog.txt;Anacreon
 Változások Listáját/a.br /
+   Letöltés i686-ra: kérjük, tekintse meg a 
href=http://frugalware.org/download/frugalware-testing-iso;tükörszervereink 
listáját/a, valamint ne felejtse el ellenőrizni a letöltött fájlok a 
href=http://frugalware.org/download/frugalware-testing-iso/SHA1SUMS;integritását/a
 sem, mielőtt kiírná őket!br /
+   bMegjegyzés/b: Kattintson a 
href=/docs/install#_choosing_installation_flavoride/a, hogy eldönthesse, 
melyik telepítő médiára van szüksége.br /
+   ]]
+   /content
+   /post
+   post
id116/id
titleMegjelent a Frugalware 1.0pre1 (Anacreon)/title
dateTue, 04 Nov 2008 08:47:36 +0100/date
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: fwng: 1.0rc2 Hungarian announcement changed from hidden

2009-03-08 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=c6264908a87e07b498a8d58e6e47f715fe88e5fc

commit c6264908a87e07b498a8d58e6e47f715fe88e5fc
Author: Krisztian VASAS i...@frugalware.org
Date:   Sun Mar 8 23:37:27 2009 +0100

fwng: 1.0rc2 Hungarian announcement changed from hidden

diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml
index 1d3ddba..41e5f26 100644
--- a/frugalware/xml/news_hu.xml
+++ b/frugalware/xml/news_hu.xml
@@ -21,7 +21,7 @@
titleMegjelent a Frugalware 1.0rc2 (Anacreon)/title
dateSun, 08 Mar 2009 23:11:54 +0100/date
authorIroNiQ/author
-   hidden1/hidden
+   hidden0/hidden
content![CDATA[
A Frugalware Fejleszői Csapat örömmel a href=/news/128/hujelenti be/a 
a Frugalware 1.0rc2 verzióját, mint az eljövendő 1.0 stabil kiadás 
második (és egyben utolsó) kiadásra jelölt változatát.br /
Egy rövid, nem teljes lista az 1.0rc1 óta trörtént változásokról:br /
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git