[Frugalware-git] frugalware-current: gjs-0.4-1-x86_64

2009-12-27 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=af3052e69c35750fa615531dddc28d58b98d98fa

commit af3052e69c35750fa615531dddc28d58b98d98fa
Author: Devil505 devil505li...@gmail.com
Date:   Sun Dec 27 16:49:45 2009 +0100

gjs-0.4-1-x86_64

added x86_64 to archs()

diff --git a/source/gnome-extra/gjs/FrugalBuild 
b/source/gnome-extra/gjs/FrugalBuild
index 28f5abd..60577ab 100644
--- a/source/gnome-extra/gjs/FrugalBuild
+++ b/source/gnome-extra/gjs/FrugalBuild
@@ -9,7 +9,7 @@ url=http://www.gnome.org/;
depends=('xulrunner' 'gobject-introspection')
makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
groups=('gnome-extra')
-archs=('i686')
+archs=('i686' 'x86_64')
_F_gnome_devel=y
Finclude gnome
sha1sums=('5b90233e9da4b660c3d128800bb7ada8ddfd9d8f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gnome-shell-2.28.0-1-x86_64

2009-12-27 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bb1e1d208fc4e38f06dc7a509a2f6b662dfd1339

commit bb1e1d208fc4e38f06dc7a509a2f6b662dfd1339
Author: Devil505 devil505li...@gmail.com
Date:   Sun Dec 27 17:19:23 2009 +0100

gnome-shell-2.28.0-1-x86_64

added x86_64 to archs()

diff --git a/source/gnome-extra/gnome-shell/FrugalBuild 
b/source/gnome-extra/gnome-shell/FrugalBuild
index d43c3c9..243fa04 100644
--- a/source/gnome-extra/gnome-shell/FrugalBuild
+++ b/source/gnome-extra/gnome-shell/FrugalBuild
@@ -11,7 +11,7 @@ depends=('mutter=2.28.0' 'gnome-desktop' 'gjs' 'gnome-menus' 
'librsvg' 'gobject
makedepends=('xorg-server-xephyr')
makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
groups=('gnome-extra')
-archs=('i686')
+archs=('i686' 'x86_64')
_F_gnome_schemas=('/etc/gconf/schemas/gnome-shell.schemas')
_F_gnome_devel=y
_F_gnome_desktop=y
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwife: new pre netconf plugin

2009-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=73c6734cacf4614e8415d10e0c5cf089df608457

commit 73c6734cacf4614e8415d10e0c5cf089df608457
Author: Elentir elen...@mailoo.org
Date:   Sun Dec 27 17:28:15 2009 +0100

new pre netconf plugin

* do not ask anymore for netconf if a working connection is detected
* scan for access points and essid (wifi configuration)
* check mirrors status (down or up atm)
* clean old netconf functions

diff --git a/data/images/Makefile.am b/data/images/Makefile.am
index 31cf08a..b10bcaa 100644
--- a/data/images/Makefile.am
+++ b/data/images/Makefile.am
@@ -22,4 +22,8 @@ images_DATA = adduser.png \
configure24.png \
xorg48.png \
mouse48.png \
-   dsl24.png
+   dsl24.png \
+   signal-25.png \
+   signal-50.png \
+   signal-75.png \
+   signal-100.png
diff --git a/data/images/signal-100.png b/data/images/signal-100.png
new file mode 100644
index 000..744a12b
Binary files /dev/null and b/data/images/signal-100.png differ
diff --git a/data/images/signal-25.png b/data/images/signal-25.png
new file mode 100644
index 000..c4e12d4
Binary files /dev/null and b/data/images/signal-25.png differ
diff --git a/data/images/signal-50.png b/data/images/signal-50.png
new file mode 100644
index 000..198733a
Binary files /dev/null and b/data/images/signal-50.png differ
diff --git a/data/images/signal-75.png b/data/images/signal-75.png
new file mode 100644
index 000..eaadde4
Binary files /dev/null and b/data/images/signal-75.png differ
diff --git a/src/plugins/configsource.c b/src/plugins/configsource.c
index 67d4a38..a3ca636 100644
--- a/src/plugins/configsource.c
+++ b/src/plugins/configsource.c
@@ -1,9 +1,9 @@
/*
*  configsource.c for Fwife
- *
+ *
*  Copyright (c) 2005 by Miklos Vajna vmik...@frugalware.org
*  Copyright (c) 2008, 2009 by Albar Boris bori...@cegetel.net
- *
+ *
*  This program is free software; you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation; either version 2 of the License, or
@@ -16,18 +16,18 @@
*
*  You should have received a copy of the GNU General Public License
*  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
*  USA.
*/
-
+
#ifdef HAVE_CONFIG_H
#include config.h
#endif

#include stdio.h
-#include gtk/gtk.h
#include unistd.h
#include stdlib.h
+#include gtk/gtk.h

#include net/if.h
#include glib.h
@@ -55,21 +55,21 @@ static GtkWidget *viewserver = NULL;

extern GtkWidget *assistant;

-int pre_net_config();
-int post_net_config();
int run_net_config();
+int is_connected(char *host, int port, int timeouttime);

enum
{
-  COLUMN_USE,
-  COLUMN_NAME,
-  COLUMN_FROM,
-  NUM_COLUMNS
+   COLUMN_STATUS,
+   COLUMN_USE,
+   COLUMN_NAME,
+   COLUMN_FROM,
+   NUM_COLUMNS
};

plugin_t plugin =
{
-   configsource,
+   configsource,
desc,
20,
load_gtk_widget,
@@ -126,7 +126,7 @@ GList *getmirrors(char *fn)
mirrors = g_list_append(mirrors, GINT_TO_POINTER(0)); //unchecked by default in 
checkbox
}
}
-   FREE(preferred);
+   free(preferred);
fclose(fp);
return (mirrors);
}
@@ -167,7 +167,7 @@ void fixed_toggled(GtkCellRendererToggle *cell, gchar 
*path_str, gpointer data)
gtk_tree_model_get (model, iter, COLUMN_FROM, from, -1);

/* set new value */
-   fixed ^= 1;
+   fixed ^= 1;
gtk_list_store_set (GTK_LIST_STORE (model), iter, COLUMN_USE, fixed, -1);

gtk_tree_path_free (path);
@@ -181,15 +181,15 @@ void add_mirror (GtkWidget *button, gpointer data)
GtkTreeModel *model = gtk_tree_view_get_model (treeview);
char* sName = NULL;

-   sName = fwife_entry(_(Add a custom server),
+   sName = fwife_entry(_(Add a custom server),
_(You may specify a custom mirror (eg. LAN) so you can download packages 
faster.\nEnter server's address below :)
, NULL);
if(sName) {
gtk_list_store_append (GTK_LIST_STORE (model), iter);
gtk_list_store_set (GTK_LIST_STORE (model), iter,
-   0, TRUE, 1, sName, 2, 
CUSTOM, -1);
+   COLUMN_USE, TRUE, 
COLUMN_NAME, sName, COLUMN_FROM, CUSTOM, -1);
}
-   return;
+   return;
}

/* delete a custom mirror to the list */
@@ -204,11 +204,10 @@ void remove_mirror (GtkWidget *widget, gpointer data)
{
gint i;
GtkTreePath *path;
-   gchar *old_text, *from;
+   gchar *from;
+
+   gtk_tree_model_get (model, iter, COLUMN_FROM, from, -1);

-   gtk_tree_model_get (model, iter, 1, old_text, -1);
-   gtk_tree_model_get (model, iter, 2, from, -1);
-
/* don't delete default mirrors */
if(strcmp(from, CUSTOM)) {
fwife_error(_(Can't delete default mirrors));
@@ -231,35 +230,37 @@ GtkWidget 

[Frugalware-git] frugalware-current: anjal-0.1-1-x86_64

2009-12-27 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1099827b8970b0fb771e552262a5f253ddb61754

commit 1099827b8970b0fb771e552262a5f253ddb61754
Author: Devil505 devil505li...@gmail.com
Date:   Sun Dec 27 17:36:38 2009 +0100

anjal-0.1-1-x86_64

added x86_64 to archs()

diff --git a/source/gnome-extra/anjal/FrugalBuild 
b/source/gnome-extra/anjal/FrugalBuild
index e668903..f79f114 100644
--- a/source/gnome-extra/anjal/FrugalBuild
+++ b/source/gnome-extra/anjal/FrugalBuild
@@ -8,7 +8,7 @@ pkgdesc=email-client specially made for netbook
depends=('evolution' 'webkit' 'gtkhtml' 'evolution-data-server')
makedepends=('gtk-doc' 'intltool')
groups=('gnome-extra')
-archs=('i686')
+archs=('i686' 'x86_64')
options=('scriptlet')
_F_gnome_devel=y
_F_gnome_desktop=y
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-g2: pacman.c * replace strlen call with check for null terminator

2009-12-27 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=e43d37d1b9712972cf304b72153ee5988e536af5

commit e43d37d1b9712972cf304b72153ee5988e536af5
Author: James Buren r...@frugalware.org
Date:   Sun Dec 27 03:26:40 2009 -0600

pacman.c * replace strlen call with check for null terminator

diff --git a/lib/libpacman/pacman.c b/lib/libpacman/pacman.c
index c8c7beb..3987d0d 100644
--- a/lib/libpacman/pacman.c
+++ b/lib/libpacman/pacman.c
@@ -1201,7 +1201,7 @@ int pacman_parse_config(char *file, pacman_cb_db_register 
callback, const char *
while(fgets(line, PATH_MAX, fp)) {
linenum++;
_pacman_strtrim(line);
-   if(strlen(line) == 0 || line[0] == '#') {
+   if(line[0] == '\0' || line[0] == '#') {
continue;
}
if((ptr = strchr(line, '#'))) {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwife: clean plugin code

2009-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=2f36771a9b4f6b6279afa5fed580d9546046611b

commit 2f36771a9b4f6b6279afa5fed580d9546046611b
Author: Elentir elen...@mailoo.org
Date:   Sun Dec 27 18:31:40 2009 +0100

clean plugin code

* fix trailling whitespace
* remove broken dhcp test

diff --git a/src/plugins/netconf.c b/src/plugins/netconf.c
index 811cba4..af500c8 100644
--- a/src/plugins/netconf.c
+++ b/src/plugins/netconf.c
@@ -56,9 +56,6 @@ extern GtkWidget *assistant;
/* profile used do write configuration */
static fwnet_profile_t *newprofile=NULL;

-/* Used to timeout a connect */
-static jmp_buf timeout_jump;
-
enum
{
COLUMN_NET_IMAGE,
@@ -91,74 +88,6 @@ plugin_t *info()
return plugin;
}

-void timeout(int sig)
-{
-longjmp( timeout_jump, 1 ) ;
-}
-
-int tryconnect()
-{
-   int sControl;
-   char *host = www.frugalware.org;
-   int port = 80;
-   int timeouttime = 2;
-   struct sockaddr_in sin;
-   struct hostent* phe;
-
-   memset(sin,0,sizeof(sin));
-   sin.sin_family = AF_INET;
-   sin.sin_port = htons(port);
-
-   if ((signed)(sin.sin_addr.s_addr = inet_addr(host)) == -1)
-   {
-   if ((phe = gethostbyname(host)) == NULL)
-   {
-   return -1;
-   }
-   memcpy((char *)sin.sin_addr, phe-h_addr, phe-h_length);
-   }
-   sControl = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP);
-   if (sControl == -1)
-   {
-   return -1;
-   }
-
-   signal(SIGALRM, timeout) ;
-alarm(timeouttime) ;
-if (setjmp(timeout_jump) == 1)
-{
-   close(sControl);
-   return 1;
-}
-else
-{
-   if (connect(sControl, (struct sockaddr *)sin, sizeof(sin)) == 
-1)
-   {
-   close(sControl);
-   alarm(0);
-   return -1;
-   }
-}
-
-   alarm(0);
-   close(sControl);
-   return 0;
-}
-
-int testdhcp(char *iface)
-{
-   system(g_strdup_printf(ifconfig %s up, iface));
-   system(g_strdup_printf(dhcpcd -n -t 2 %s, iface));
-
-   if(tryconnect() != 0) {
-   system(g_strdup_printf(dhcpcd --release %s, iface));
-   system(g_strdup_printf(ifconfig %s down, iface));
-   return -1;
-   }
-
-   return 1;
-}
-
GtkWidget *getNettypeCombo()
{
GtkWidget *combo;
@@ -184,9 +113,7 @@ GtkWidget *getNettypeCombo()
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo), renderer, TRUE);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combo), renderer,text, 1, 
NULL);

-
-   for (i = 0; i  4; i+=2)
-   {
+   for (i = 0; i  4; i+=2) {
gtk_list_store_append (store, iter);
gtk_list_store_set (store, iter, 0, types[i], 1, types[i+1], -1);
}
@@ -445,15 +372,12 @@ int dsl_config(GtkWidget *button, gpointer data)
passwd = (char*)gtk_entry_get_text(GTK_ENTRY(pEntryPass));
passverify = (char*)gtk_entry_get_text(GTK_ENTRY(pEntryVerify));

-   if(strcmp(passverify, passwd))
-   {
+   if(strcmp(passverify, passwd)) {
fwife_error(_(Passwords do not match! Try again.));
gtk_widget_destroy(pBoite);
dsl_config(button, data);
return 0;
-   }
-   else
-   {
+   } else {
snprintf(newprofile-adsl_username, PATH_MAX, uname);
snprintf(newprofile-adsl_password, PATH_MAX, passwd);
snprintf(newprofile-adsl_interface, IF_NAMESIZE, iface);
@@ -489,10 +413,8 @@ int add_interface(GtkWidget *button, gpointer data)
return 0;
}

-   for(i=0;ig_list_length(interfaceslist); i+=2)
-   {
-   if(!strcmp((char*)g_list_nth_data(interfaceslist, i), iface))
-   {
+   for(i=0;ig_list_length(interfaceslist); i+=2) {
+   if(!strcmp((char*)g_list_nth_data(interfaceslist, i), iface)) {
int retquest = fwife_question(_(This interface has been already configured! Do 
you want to configure it again?));
if(retquest == GTK_RESPONSE_YES) {
free(g_list_nth_data(interfaceslist, i));
@@ -516,14 +438,12 @@ int add_interface(GtkWidget *button, gpointer data)
if(nettype == NULL)
return -1;

-   if(strcmp(nettype, lo))
-   {
+   if(strcmp(nettype, lo)) {
interfaceslist = g_list_append(interfaceslist, strdup(iface));
interfaceslist = g_list_append(interfaceslist, newinterface);
}

-   if(strcmp(nettype, lo)  fwnet_is_wireless_device(iface))
-   {
+   if(strcmp(nettype, lo)  fwnet_is_wireless_device(iface)) {
switch(fwife_question(_(It seems that this network card has a wireless 
extension.\n\nConfigure your wireless now?)))
{
case GTK_RESPONSE_YES:
@@ -534,8 +454,7 @@ int add_interface(GtkWidget *button, gpointer data)
}
}

-   if(!strcmp(nettype, dhcp))
-   {
+   if(!strcmp(nettype, dhcp)) {
ptr = fwife_entry(_(Set DHCP hostname), _(Some network providers require 
that the DHCP hostname be\n

[Frugalware-git] frugalware-current: squid-3.0.STABLE21-1-i686

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

commit 6ecd0aa8306c653d7f35b5f4b8ea7a5391ecb21f
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Dec 27 18:48:06 2009 +0100

squid-3.0.STABLE21-1-i686

- version bump

diff --git a/source/network-extra/squid/FrugalBuild 
b/source/network-extra/squid/FrugalBuild
index a013c39..5069cb7 100644
--- a/source/network-extra/squid/FrugalBuild
+++ b/source/network-extra/squid/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=squid
-pkgver=3.0.STABLE20
+pkgver=3.0.STABLE21
pkgrel=1
pkgdesc=Squid Web Proxy Cache
url=http://www.squid-cache.org/;
@@ -14,7 +14,7 @@ backup=(etc/squid/{mime,msntauth,squid}.conf)
up2date=lynx -dump http://www.squid-cache.org/Versions/|grep Stable -A 4|sed 
-n 's/.*\]\([0-9.]*\) .*STABLE\([0-9]*\) .*/\1.STABLE\2/;$ p'
source=(http://www.squid-cache.org/Versions/v3/3.0/$pkgname-$pkgver.tar.bz2 \
rc.squid squid)
-sha1sums=('6dc9e5b7766076f32c581b2246719f69809b9ed9' \
+sha1sums=('f030f1f2a06b3d90997a21fd4d7acba80a025332' \
'7afef636bbe28f598c4c80e500babd776a3d0a2c' \
'53042dd86e482d4a6eff9e34ecb01352439c5026')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: __Fpatch: don't hide the error message

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

commit f2e8cf9035a137d07a00e559a29ad0c6d6d6da9c
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Dec 27 19:01:23 2009 +0100

__Fpatch: don't hide the error message

diff --git a/source/include/util.sh b/source/include/util.sh
index 9aba9a1..69b205b 100644
--- a/source/include/util.sh
+++ b/source/include/util.sh
@@ -479,7 +479,7 @@ Fdeststrip() {
__Fpatch() {
local level=0
if ! patch -Np0 --dry-run -i $Fsrcdir/$1 /dev/null; then
-   if ! patch -Np1 --dry-run -i $Fsrcdir/$1 /dev/null; then
+   if ! patch -Np1 --dry-run -i $Fsrcdir/$1; then
return 1
fi
level=1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: faac-1.28-2-i686

2009-12-27 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1d0669a150dab299ed0a3dd9b9d9dd7b930e361e

commit 1d0669a150dab299ed0a3dd9b9d9dd7b930e361e
Author: exceed exceed.ced...@gmail.com
Date:   Sun Dec 27 20:07:21 2009 +0100

faac-1.28-2-i686

* Fixed checksum

diff --git a/source/multimedia/faac/FrugalBuild 
b/source/multimedia/faac/FrugalBuild
index 2cf9f60..5d703f9 100644
--- a/source/multimedia/faac/FrugalBuild
+++ b/source/multimedia/faac/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=faac
pkgver=1.28
-pkgrel=1
+pkgrel=2
pkgdesc=FAAC is an AAC audio encoder.
depends=('libmp4v2')
groups=('multimedia')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: mc-4.7.0-1-i686

2009-12-27 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=55816707945a5c5a9dd826d4a5c484265b0cce2d

commit 55816707945a5c5a9dd826d4a5c484265b0cce2d
Author: Miklos Vajna vmik...@frugalware.org
Date:   Sun Dec 27 20:02:24 2009 +0100

mc-4.7.0-1-i686

- version bump
- dropped several no longer relevant patches (they were hacks and the
proper fix is now in upstream)
- added a quick fix to keep alt-o do what it used to till now

diff --git a/source/apps/mc/00-mc-4.6.1-fpm.patch 
b/source/apps/mc/00-mc-4.6.1-fpm.patch
index a7798c0..3b9149c 100644
--- a/source/apps/mc/00-mc-4.6.1-fpm.patch
+++ b/source/apps/mc/00-mc-4.6.1-fpm.patch
@@ -1,6 +1,6 @@
-diff -urN mc-4.6.1.orig/lib/mc.ext.in mc-4.6.1/lib/mc.ext.in
 mc-4.6.1.orig/lib/mc.ext.in2005-07-23 18:51:15.0 +0200
-+++ mc-4.6.1/lib/mc.ext.in 2006-05-11 16:41:25.0 +0200
+diff -urN mc-4.6.1.orig/misc/mc.ext.in mc-4.6.1/misc/mc.ext.in
+--- mc-4.6.1.orig/misc/mc.ext.in   2005-07-23 18:51:15.0 +0200
 mc-4.6.1/misc/mc.ext.in2006-05-11 16:41:25.0 +0200
@@ -119,6 +119,10 @@
Open=%cd %p#utar
View=%view{ascii} bzip2 -dc %f 2/dev/null | tar tvvf -
diff --git a/source/apps/mc/01-mc-4.6.1-uglydir.patch.gz 
b/source/apps/mc/01-mc-4.6.1-uglydir.patch.gz
deleted file mode 100644
index 3a1ec8c..000
Binary files a/source/apps/mc/01-mc-4.6.1-uglydir.patch.gz and /dev/null differ
diff --git a/source/apps/mc/03-mc-4.6.1-xterm-title.patch 
b/source/apps/mc/03-mc-4.6.1-xterm-title.patch
deleted file mode 100644
index 6effce5..000
--- a/source/apps/mc/03-mc-4.6.1-xterm-title.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Naur mc-4.6.1.orig/src/main.c mc-4.6.1/src/main.c
 mc-4.6.1.orig/src/main.c   2005-07-28 12:12:27.0 +0200
-+++ mc-4.6.1/src/main.c2005-07-28 12:18:44.0 +0200
-@@ -1604,7 +1604,7 @@
- void
- update_xterm_title_path (void)
- {
--unsigned char *p, *s;
-+unsigned char *p, *s, *tmp;
-
- if (xterm_flag  xterm_title) {
-   p = s = g_strdup (strip_home_and_password (current_panel-cwd));
-@@ -1612,8 +1612,15 @@
-   if (!is_printable (*s))
-   *s = '?';
-   } while (*++s);
-+#ifdef HAVE_SLANG
-+  SLtt_set_alt_char_set (0);
-+  tmp = g_strdup_printf(\33]0;mc - %s\7, p);
-+  SLtt_write_string(tmp);
-+  g_free(tmp);
-+#else
-   fprintf (stdout, \33]0;mc - %s\7, p);
-   fflush (stdout);
-+#endif
-   g_free (p);
- }
- }
diff --git a/source/apps/mc/04-mc-4.6.1-promptfix.patch.gz 
b/source/apps/mc/04-mc-4.6.1-promptfix.patch.gz
deleted file mode 100644
index a54a566..000
Binary files a/source/apps/mc/04-mc-4.6.1-promptfix.patch.gz and /dev/null 
differ
diff --git a/source/apps/mc/05-mc-4.6.1-use-system-popt.patch.gz 
b/source/apps/mc/05-mc-4.6.1-use-system-popt.patch.gz
deleted file mode 100644
index 1e4402d..000
Binary files a/source/apps/mc/05-mc-4.6.1-use-system-popt.patch.gz and 
/dev/null differ
diff --git a/source/apps/mc/07-uhu-pkg-add.patch 
b/source/apps/mc/07-uhu-pkg-add.patch
index e3e1560..339a51b 100644
--- a/source/apps/mc/07-uhu-pkg-add.patch
+++ b/source/apps/mc/07-uhu-pkg-add.patch
@@ -1,6 +1,6 @@
-diff -Naur mc-4.6.1.orig/lib/mc.ext.in mc-4.6.1/lib/mc.ext.in
 mc-4.6.1.orig/lib/mc.ext.in2005-11-27 00:24:39.985297500 +0100
-+++ mc-4.6.1/lib/mc.ext.in 2005-11-27 00:26:34.552457500 +0100
+diff -Naur mc-4.6.1.orig/misc/mc.ext.in mc-4.6.1/misc/mc.ext.in
+--- mc-4.6.1.orig/misc/mc.ext.in   2005-11-27 00:24:39.985297500 +0100
 mc-4.6.1/misc/mc.ext.in2005-11-27 00:26:34.552457500 +0100
@@ -196,6 +196,11 @@
Open=%cd %p#deb
View=%view{ascii} dpkg-deb -c %f
diff --git a/source/apps/mc/08-mc-64bit.patch b/source/apps/mc/08-mc-64bit.patch
deleted file mode 100644
index 12356e9..000
--- a/source/apps/mc/08-mc-64bit.patch
+++ /dev/null
@@ -1,54 +0,0 @@
 mc-4.6.1a/src/mountlist.c.64bit2005-02-08 23:33:52.0 +0100
-+++ mc-4.6.1a/src/mountlist.c  2005-05-10 17:09:24.122853504 +0200
-@@ -131,11 +131,19 @@ struct mount_entry
-
- struct fs_usage
- {
-+#ifndef HAVE_SYS_STATVFS_H
-   long fsu_blocks;/* Total blocks. */
-   long fsu_bfree; /* Free blocks available to superuser. */
-   long fsu_bavail;/* Free blocks available to non-superuser. */
-   long fsu_files; /* Total file nodes. */
-   long fsu_ffree; /* Free file nodes. */
-+#else /* We have sys/statvfs.h, use proper data types when 
_FILE_OFFSET_BITS=64 */
-+  fsblkcnt_t fsu_blocks;
-+  fsblkcnt_t fsu_bfree;
-+  fsblkcnt_t fsu_bavail;
-+  fsblkcnt_t fsu_files;
-+  fsblkcnt_t fsu_ffree;
-+#endif /* HAVE_SYS_STATVFS_H */
- };
-
- static int get_fs_usage (char *path, struct fs_usage *fsp);
-@@ -665,6 +673,7 @@ my_statfs (struct my_statfs *myfs_stats,
-BLOCKS FROMSIZE-byte blocks, rounding away from zero.
-TOSIZE must be positive.  Return -1 if FROMSIZE is not positive.  */
-
-+#if !defined(HAVE_SYS_STATFS_H) || 

[Frugalware-git] frugalware-current: ushare-1.1-5-i686

2009-12-27 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=38b7f5bcbb53d437766baa78bd108d5b356b40ac

commit 38b7f5bcbb53d437766baa78bd108d5b356b40ac
Author: exceed exceed.ced...@gmail.com
Date:   Sun Dec 27 20:18:15 2009 +0100

ushare-1.1-5-i686

* Rebuild with ffmpeg-20090403
* Fixed backup

diff --git a/source/xmultimedia-extra/ushare/FrugalBuild 
b/source/xmultimedia-extra/ushare/FrugalBuild
index 4090c46..ce71a7b 100644
--- a/source/xmultimedia-extra/ushare/FrugalBuild
+++ b/source/xmultimedia-extra/ushare/FrugalBuild
@@ -3,13 +3,13 @@

pkgname=ushare
pkgver=1.1
-pkgrel=4
+pkgrel=5
pkgdesc=uShare is a UPnP (TM) A/V  DLNA Media Server.
url=http://ushare.geexbox.org;
source=(http://ushare.geexbox.org/releases/$pkgname-$pkgver.tar.bz2 rc.ushare 
ushare.default)
up2date=Flasttar http://ushare.geexbox.org/releases/;
-backup=(etc/sysconfig/ushare)
-depends=('libupnp' 'libdlna=0.2.3-2' 'faad2=2.7')
+backup=('/etc/sysconfig/ushare' '/etc/ushare.conf')
+depends=('libupnp' 'libdlna=0.2.3-2' 'faad2=2.7' 'ffmpeg=20090403')
groups=('xmultimedia-extra')
archs=('i686' 'x86_64')
sha1sums=('f83e13c38129f62d85f185f8e27e82f4a6f65239' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libdvbpsi-0.1.6-2-i686 * pkgrel+1

2009-12-27 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=73535a5367dc812e18578cc2028c495f8622e11d

commit 73535a5367dc812e18578cc2028c495f8622e11d
Author: Devil505 devil505li...@gmail.com
Date:   Sun Dec 27 20:37:12 2009 +0100

libdvbpsi-0.1.6-2-i686
* pkgrel+1

diff --git a/source/multimedia/libdvbpsi/FrugalBuild 
b/source/multimedia/libdvbpsi/FrugalBuild
index 1f747c1..6ffe0da 100644
--- a/source/multimedia/libdvbpsi/FrugalBuild
+++ b/source/multimedia/libdvbpsi/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=libdvbpsi
pkgver=0.1.6
-pkgrel=1
+pkgrel=2
pkgdesc=library for MPEG TS/DVB PSI tables decoding and generation
url=http://www.videolan.org/libdvbpsi;
depends=('glibc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwife: * remove useless function and fix treeview

2009-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=bc220dbbbc50ecc27625aa92ec002c1feb675ab6

commit bc220dbbbc50ecc27625aa92ec002c1feb675ab6
Author: Elentir elen...@mailoo.org
Date:   Sun Dec 27 20:51:52 2009 +0100

* remove useless function and fix treeview

diff --git a/src/plugins/netconf.c b/src/plugins/netconf.c
index af500c8..8242625 100644
--- a/src/plugins/netconf.c
+++ b/src/plugins/netconf.c
@@ -88,12 +88,25 @@ plugin_t *info()
return plugin;
}

-GtkWidget *getNettypeCombo()
+char *ask_nettype()
{
-   GtkWidget *combo;
+   char *str = NULL;
GtkTreeIter iter;
+   GtkTreeModel *model;
+   GtkWidget *combo;
GtkListStore *store;
-   gint i;
+   int i;
+
+   GtkWidget *pBoite = gtk_dialog_new_with_buttons(_(Select network 
type),
+   
GTK_WINDOW(assistant),
+   
GTK_DIALOG_MODAL,
+   
GTK_STOCK_OK,GTK_RESPONSE_OK,
+   NULL);
+
+   GtkWidget *labelinfo = gtk_label_new(_(Now we need to know how your 
machine connects to the network.\n
+   If you have an internal network card and an assigned 
IP address, gateway, and DNS,\n use 'static' 
+   to enter these values.\n
+   If your IP address is assigned by a DHCP server 
(commonly used by cable modem services),\n select 'dhcp'. \n));

char *types[] =
{
@@ -120,37 +133,16 @@ GtkWidget *getNettypeCombo()

gtk_combo_box_set_active(GTK_COMBO_BOX(combo), 0);

-   return combo;
-}
-
-char *ask_nettype()
-{
-   char *str = NULL;
-   GtkTreeIter iter;
-   GtkTreeModel *model;
-
-   GtkWidget *pBoite = gtk_dialog_new_with_buttons(_(Select network 
type),
-   
GTK_WINDOW(assistant),
-   
GTK_DIALOG_MODAL,
-   
GTK_STOCK_OK,GTK_RESPONSE_OK,
-   NULL);
-
-   GtkWidget *labelinfo = gtk_label_new(_(Now we need to know how your 
machine connects to the network.\n
-   If you have an internal network card and an assigned 
IP address, gateway, and DNS,\n use 'static' 
-   to enter these values.\n
-   If your IP address is assigned by a DHCP server 
(commonly used by cable modem services),\n select 'dhcp'. \n));
-
-   GtkWidget *combotype = getNettypeCombo();
gtk_box_pack_start(GTK_BOX(GTK_DIALOG(pBoite)-vbox), labelinfo, FALSE, FALSE, 
5);
-   gtk_box_pack_start(GTK_BOX(GTK_DIALOG(pBoite)-vbox), combotype, FALSE, 
FALSE, 5);
+   gtk_box_pack_start(GTK_BOX(GTK_DIALOG(pBoite)-vbox), combo, FALSE, 
FALSE, 5);

gtk_widget_show_all(GTK_DIALOG(pBoite)-vbox);

switch (gtk_dialog_run(GTK_DIALOG(pBoite)))
{
case GTK_RESPONSE_OK:
-   gtk_combo_box_get_active_iter(GTK_COMBO_BOX(combotype), 
iter);
-   model = 
gtk_combo_box_get_model(GTK_COMBO_BOX(combotype));
+   gtk_combo_box_get_active_iter(GTK_COMBO_BOX(combo), 
iter);
+   model = gtk_combo_box_get_model(GTK_COMBO_BOX(combo));
gtk_tree_model_get (model, iter, 0, str, -1);
break;
/* user cancel */
@@ -504,7 +496,6 @@ GtkWidget *load_gtk_widget()
GtkWidget *info;

GtkListStore *store;
-   GtkTreeModel *model;
GtkTreeViewColumn *col;
GtkCellRenderer *renderer;

@@ -517,11 +508,8 @@ GtkWidget *load_gtk_widget()
gtk_box_pack_start(GTK_BOX(pVBox), info, FALSE, FALSE, 5);

store = gtk_list_store_new(5, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING, 
G_TYPE_STRING, G_TYPE_STRING);
-   model = GTK_TREE_MODEL(store);
-
-   viewif = gtk_tree_view_new_with_model(model);
-   g_object_unref (model);
-   gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(viewif), TRUE);
+   viewif = gtk_tree_view_new_with_model(GTK_TREE_MODEL(store));
+   g_object_unref (store);

renderer = gtk_cell_renderer_pixbuf_new();
col = gtk_tree_view_column_new_with_attributes (, renderer, pixbuf, 
COLUMN_NET_IMAGE, NULL);
@@ -531,12 +519,10 @@ GtkWidget *load_gtk_widget()
col = gtk_tree_view_column_new_with_attributes (_(Device), renderer, text, 
COLUMN_NET_NAME, NULL);
gtk_tree_view_append_column(GTK_TREE_VIEW(viewif), col);

-   renderer = gtk_cell_renderer_text_new();
col = gtk_tree_view_column_new_with_attributes (_(Description), renderer, 
text, COLUMN_NET_DESC, NULL);
gtk_tree_view_column_set_expand (col, TRUE);
gtk_tree_view_append_column(GTK_TREE_VIEW(viewif), col);

-   renderer = gtk_cell_renderer_text_new();
col = gtk_tree_view_column_new_with_attributes (_(Configuration), renderer, 
text, COLUMN_NET_TYPE, NULL);
gtk_tree_view_append_column(GTK_TREE_VIEW(viewif), col);

[Frugalware-git] fwife: add support for scanning wifi access points in post netconf plugin

2009-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=d70bf06963a0cd425b9b10dc8869a1c921828fb1

commit d70bf06963a0cd425b9b10dc8869a1c921828fb1
Author: Elentir elen...@mailoo.org
Date:   Sun Dec 27 21:47:31 2009 +0100

add support for scanning wifi access points in post netconf plugin

diff --git a/src/plugins/netconf.c b/src/plugins/netconf.c
index 8242625..52afe03 100644
--- a/src/plugins/netconf.c
+++ b/src/plugins/netconf.c
@@ -88,6 +88,252 @@ plugin_t *info()
return plugin;
}

+struct two_ptr {
+   void *first;
+   void *sec;
+};
+
+struct wifi_ap {
+   char *address;
+   char *essid;
+   char *encmode;
+   char *cypher;
+   char *protocol;
+   char *mode;
+   int quality;
+   int channel;
+   int encryption;
+};
+
+void free_wifi_ap(struct wifi_ap *ap)
+{
+   if(ap != NULL) {
+   free(ap-address);
+   free(ap-essid);
+   free(ap-encmode);
+   free(ap-cypher);
+   free(ap-protocol);
+   free(ap-mode);
+   }
+   free(ap);
+}
+
+/* Parser for iwlist command */
+GList *list_entry_points(char *ifacename)
+{
+   char *line = malloc(256);
+   size_t len = 0;
+   FILE * fp = NULL;
+   char *command = NULL;
+   struct wifi_ap *ap = NULL;
+   char *tok = NULL;
+
+   GList *entrys = NULL;
+
+   /* up interface */
+   command = g_strdup_printf(ifconfig %s up, ifacename);
+   system(command);
+   free(command);
+   /* scan APs */
+   command = g_strdup_printf(iwlist %s scan, ifacename);
+   fp = popen(command, r);
+
+   while (getline(line, len, fp) != -1) {
+   if((tok = strstr(line, Address: )) != NULL) {
+   if(ap != NULL)
+   entrys = g_list_append(entrys, ap);
+
+   ap = malloc(sizeof(struct wifi_ap));
+   memset(ap, 0, sizeof(struct wifi_ap));
+   strchr(tok+9, '\n')[0] = '\0';
+   ap-address = strdup(tok+9);
+   continue;
+   }
+
+   if((tok = strstr(line, ESSID:\)) != NULL) {
+   strchr(tok+7, '')[0] = '\0';
+   ap-essid = strdup(tok+7);
+   continue;
+   }
+
+   if((tok = strstr(line, Protocol:)) != NULL) {
+   strchr(tok+9, '\n')[0] = '\0';
+   ap-protocol = strdup(tok+9);
+   continue;
+   }
+
+   if((tok = strstr(line, Encryption key:)) != NULL) {
+   if(strstr(tok, on) != NULL)
+   ap-encryption = 1;
+   else
+   ap-encryption = 0;
+   continue;
+   }
+
+   if((tok = strstr(line, Channel:)) != NULL) {
+   strchr(tok+8, '\n')[0] = '\0';
+   ap-channel= atoi(tok+8);
+   continue;
+   }
+
+   if((tok = strstr(line, Mode:)) != NULL) {
+   strchr(tok+5, '\n')[0] = '\0';
+   ap-mode = strdup(tok+5);
+   continue;
+   }
+
+   if((tok = strstr(line, Quality=)) != NULL) {
+   strchr(tok+8, '/')[0] = '\0';
+   ap-quality = atoi(tok+8);
+   continue;
+   }
+
+   if((tok = strstr(line, IE: )) != NULL  strstr(line, 
Unknown) == NULL) {
+   strchr(tok+4, '\n')[0] = '\0';
+   ap-encmode = strdup(tok+4);
+   continue;
+   }
+
+   if((tok = strstr(line, Group Cipher : )) != NULL) {
+   strchr(tok+15, '\n')[0] = '\0';
+   ap-cypher = strdup(tok+15);
+   continue;
+   }
+   }
+
+   if(ap != NULL)
+   entrys = g_list_append(entrys, ap);
+
+   free(line);
+   free(command);
+   pclose(fp);
+   return entrys;
+}
+
+char *select_entry_point(fwnet_interface_t *interface)
+{
+   GtkWidget* pBoite;
+
+   GtkWidget *viewif;
+   GtkListStore *store;
+   GtkTreeViewColumn *col;
+   GtkCellRenderer *renderer;
+   GtkTreeIter iter;
+   GtkTreeModel *model;
+   GtkTreeSelection *selection;
+   GdkPixbuf 

[Frugalware-git] fwife: fix refresh of wifi access points dialogbox

2009-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=cefdc315708361a545ee4287feba008fe7101dd7

commit cefdc315708361a545ee4287feba008fe7101dd7
Author: Elentir elen...@mailoo.org
Date:   Sun Dec 27 21:51:01 2009 +0100

fix refresh of wifi access points dialogbox

and typo fix acess-access

diff --git a/src/plugins/configsource.c b/src/plugins/configsource.c
index a3ca636..132a50f 100644
--- a/src/plugins/configsource.c
+++ b/src/plugins/configsource.c
@@ -592,8 +592,7 @@ char *select_entry_point(fwnet_interface_t *interface)
GList *listaps = NULL;
struct wifi_ap *ap = NULL;

-begin:
-   pBoite = gtk_dialog_new_with_buttons(_(Select your acess point :),
+   pBoite = gtk_dialog_new_with_buttons(_(Select your access point :),
GTK_WINDOW(assistant),
GTK_DIALOG_MODAL,
GTK_STOCK_REFRESH, GTK_RESPONSE_APPLY,
@@ -635,65 +634,67 @@ begin:

cellview = gtk_cell_view_new ();

-   if((listaps = list_entry_points(interface-name)) == NULL)
-   return NULL;
-
-   for(i = 0; i  g_list_length(listaps); i++) {
-   ap = (struct wifi_ap*)g_list_nth_data(listaps, i);
-   
gtk_list_store_append(GTK_LIST_STORE(gtk_tree_view_get_model(GTK_TREE_VIEW(viewif))),
 iter);
-
-   /* set image according to quality signal */
-   if(ap-quality  25)
-   connectimg = 
gtk_image_get_pixbuf(GTK_IMAGE(gtk_image_new_from_file(g_strdup_printf(%s/signal-25.png,
 IMAGEDIR;
-   else if(ap-quality = 25  ap-quality  50)
-   connectimg = 
gtk_image_get_pixbuf(GTK_IMAGE(gtk_image_new_from_file(g_strdup_printf(%s/signal-50.png,
 IMAGEDIR;
-   else if(ap-quality = 50  ap-quality  75)
-   connectimg = 
gtk_image_get_pixbuf(GTK_IMAGE(gtk_image_new_from_file(g_strdup_printf(%s/signal-75.png,
 IMAGEDIR;
-   else if(ap-quality = 75)
-   connectimg = 
gtk_image_get_pixbuf(GTK_IMAGE(gtk_image_new_from_file(g_strdup_printf(%s/signal-100.png,
 IMAGEDIR;
-
-   if(ap-encryption == 1) {
-   
gtk_list_store_set(GTK_LIST_STORE(gtk_tree_view_get_model(GTK_TREE_VIEW(viewif))),
 iter,
-   
0, 
connectimg, 1, ap-address, 2, ap-essid,
-   
3, 
ap-mode, 4, ap-protocol,
-   
5, 
ap-encmode, 6, ap-cypher,
-   
-1);
-   } else {
-   
gtk_list_store_set(GTK_LIST_STORE(gtk_tree_view_get_model(GTK_TREE_VIEW(viewif))),
 iter,
-   
0, 
connectimg, 1, ap-address, 2, ap-essid,
-   
3, 
ap-mode, 4, ap-protocol,
-   
5, 
_(No encryption), 6, ,
-   
-1);
-   }
-   free_wifi_ap(ap);
-   g_object_unref(connectimg);
-   }
-
gtk_box_pack_start(GTK_BOX(GTK_DIALOG(pBoite)-vbox), viewif, TRUE, TRUE, 5);

gtk_widget_show_all(GTK_DIALOG(pBoite)-vbox);

-   switch (gtk_dialog_run(GTK_DIALOG(pBoite)))
-{
-case GTK_RESPONSE_OK:
+   while(1) {
+   if((listaps = list_entry_points(interface-name)) == NULL)
+   return NULL;
+
+   for(i = 0; i  g_list_length(listaps); i++) {
+   ap = (struct wifi_ap*)g_list_nth_data(listaps, i);
+   
gtk_list_store_append(GTK_LIST_STORE(gtk_tree_view_get_model(GTK_TREE_VIEW(viewif))),
 iter);
+
+   /* set image according to quality signal */
+   if(ap-quality  25)
+   connectimg = 
gtk_image_get_pixbuf(GTK_IMAGE(gtk_image_new_from_file(g_strdup_printf(%s/signal-25.png,
 IMAGEDIR;
+   else if(ap-quality = 25  ap-quality  50)
+   connectimg = 
gtk_image_get_pixbuf(GTK_IMAGE(gtk_image_new_from_file(g_strdup_printf(%s/signal-50.png,
 IMAGEDIR;
+  

[Frugalware-git] frugalware-current: sqlalchemy-0.5.7-1-i686

2009-12-27 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=faadb8bd6fca37695d98a8df942f8072464d113c

commit faadb8bd6fca37695d98a8df942f8072464d113c
Author: exceed exceed.ced...@gmail.com
Date:   Sun Dec 27 22:04:40 2009 +0100

sqlalchemy-0.5.7-1-i686

* Version bump

diff --git a/source/lib-extra/sqlalchemy/FrugalBuild 
b/source/lib-extra/sqlalchemy/FrugalBuild
index 3d58ec6..75af7e5 100644
--- a/source/lib-extra/sqlalchemy/FrugalBuild
+++ b/source/lib-extra/sqlalchemy/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=sqlalchemy
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc=A Python-centric SQL toolset, database resource manager and 
object-relational mapper.
url=http://sourceforge.net/projects/sqlalchemy/files/;
@@ -11,7 +11,7 @@ depends=('python')
Finclude sourceforge
groups=('lib-extra')
archs=('i686' 'x86_64')
-sha1sums=('b8ff7521f5b87bfca459b4832ed29b649dbcf318')
+sha1sums=('7627cde556bd7957d4e69d342cfb101603880821')
build()
{
Fcd ${_F_sourceforge_name}-$pkgver
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwife: fix warning

2009-12-27 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=241764d88d54281a8e20e6bd6116a12361e0092b

commit 241764d88d54281a8e20e6bd6116a12361e0092b
Author: Elentir elen...@mailoo.org
Date:   Sun Dec 27 22:03:55 2009 +0100

fix warning

diff --git a/src/plugins/select.c b/src/plugins/select.c
index 2408ea2..9654ef5 100644
--- a/src/plugins/select.c
+++ b/src/plugins/select.c
@@ -1341,7 +1341,7 @@ int run(GList **config)
if((pkgsize + (*compressedsize))  freespace) {
LOG(freespace : %lld, packages space : %lld, freespace, pkgsize);
fwife_error(_(No enought diskspace available to install all packages));
-   g_list_foreach(allpkgs, free, NULL);
+   g_list_foreach(allpkgs, (GFunc)g_free, NULL);
g_list_free(allpkgs);
return 1;
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: vlc-1.0.4-2-x86_64 * --with-dvbpsi=/usr/include/dvbpsi commented to build properly with x86_64

2009-12-27 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d6ddea7691f4272c03f112690e27327f36d3007

commit 9d6ddea7691f4272c03f112690e27327f36d3007
Author: Devil505 devil505li...@gmail.com
Date:   Sun Dec 27 22:25:14 2009 +0100

vlc-1.0.4-2-x86_64
* --with-dvbpsi=/usr/include/dvbpsi commented to build properly with x86_64

diff --git a/source/xmultimedia-extra/vlc/FrugalBuild 
b/source/xmultimedia-extra/vlc/FrugalBuild
index 5b96073..3de0f90 100644
--- a/source/xmultimedia-extra/vlc/FrugalBuild
+++ b/source/xmultimedia-extra/vlc/FrugalBuild
@@ -5,7 +5,7 @@
pkgname=vlc
pkgver=1.0.4
pkgextraver=
-pkgrel=1
+pkgrel=2
pkgdesc=The cross-platform media player and streaming server.
url=http://www.videolan.org/vlc/;
depends=('hal' 'e2fsprogs' 'libxpm=3.5.7-2' 'libxdmcp' 'libshout' 'avahi' 
'libdvbpsi' 'libsmbclient' 'vcdimager=0.7.23-4' 'libdvdnav=4.1.3' \
@@ -99,7 +99,7 @@ build()
--disable-optimizations \
--with-gnu-ld \
--enable-dvbpsi \
-   --with-dvbpsi=/usr/include/dvbpsi \
+   #--with-dvbpsi=/usr/include/dvbpsi \
--enable-live555 \
--with-live555-tree=/usr/lib/live \
--enable-upnp \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: keynav-20091208.01-1-i686

2009-12-27 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ece8d5e2f6578f47b2d0fba856a93d65d4037d1d

commit ece8d5e2f6578f47b2d0fba856a93d65d4037d1d
Author: exceed exceed.ced...@gmail.com
Date:   Sun Dec 27 22:56:41 2009 +0100

keynav-20091208.01-1-i686

* Version bump

diff --git a/source/x11-extra/keynav/FrugalBuild 
b/source/x11-extra/keynav/FrugalBuild
index b97a04d..7b296ce 100644
--- a/source/x11-extra/keynav/FrugalBuild
+++ b/source/x11-extra/keynav/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Othmane Benkirane e...@rhyhann.net

pkgname=keynav
-pkgver=20091108
+pkgver=20091208.01
pkgrel=1
pkgdesc=Ingenious and fast way to use the pointer (mouse) with the keyboard
_F_googlecode_dirname='semicomplete'
@@ -12,7 +12,7 @@ url=http://www.semicomplete.com/projects/keynav/;
depends=('xdotool' 'libxinerama')
groups=('x11-extra')
archs=('i686' 'x86_64')
-sha1sums=('812f74158456ca726f5b67c16e2582a0f30c99fc')
+sha1sums=('6b941d7d29821cf443de3b8b00ccc70c2c27709e')

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


[Frugalware-git] fw-initramfs: create_static.sh *bump syslinux

2009-12-27 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-initramfs.git;a=commitdiff;h=46c650b54fa253881ea80020a0cd93dd05661963

commit 46c650b54fa253881ea80020a0cd93dd05661963
Author: bouleetbil bouleet...@frogdev.info
Date:   Sun Dec 27 22:59:41 2009 +

create_static.sh
*bump syslinux

diff --git a/create_static.sh b/create_static.sh
index d1f6a4a..c84c75b 100644
--- a/create_static.sh
+++ b/create_static.sh
@@ -42,7 +42,7 @@ DMRAID_ARCHIVE=mdadm-${DMRAID_VERS}.tar.bz2
DMRAID_DIR=mdadm-${DMRAID_VERS}

#isolinux for usb boot(grub don't work fine with usb boot)
-SYSLINUX_VERS='3.83'
+SYSLINUX_VERS='3.84'
SYSLINUX_SOURCE=syslinux-${SYSLINUX_VERS}.tar.gz
SYSLINUX_ARCHIVE=syslinux-${SYSLINUX_VERS}.tar.gz
SYSLINUX_DIR=syslinux-${SYSLINUX_VERS}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libconcord-0.21-2-i686

2009-12-27 Thread Cedynamix
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=376d54852abd79e41be57ad715eb01aff952096f

commit 376d54852abd79e41be57ad715eb01aff952096f
Author: Cedynamix cedyna...@gmail.com
Date:   Mon Dec 28 01:13:13 2009 +0100

libconcord-0.21-2-i686

* added subpkgs for the bindings

diff --git a/source/lib-extra/libconcord/FrugalBuild 
b/source/lib-extra/libconcord/FrugalBuild
index ffd2c5d..70f6b1a 100644
--- a/source/lib-extra/libconcord/FrugalBuild
+++ b/source/lib-extra/libconcord/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=libconcord
pkgver=0.21
-pkgrel=1
+pkgrel=2
pkgdesc=Library for programming the Logitech Harmony universal remote 
(concordance project)
url=http://www.phildev.net/harmony/index.shtml;
groups=('lib-extra')
@@ -16,4 +16,20 @@ _F_sourceforge_ext=.tar.bz2
Finclude sourceforge
sha1sums=('2cf6cf7a359943dfa06a83ee365a9484a0b5801d')

+subpkgs=(py$pkgname)
+subdescs=(Python bindings for libconcord)
+subdepends=()
+subgroups=('lib-extra')
+subarchs=('i686 x86_64')
+
+build()
+{
+   Fcd
+   Fbuild
+   ## Python bindings install
+   cd bindings/python/
+   python setup.py install --prefix=$Fdestdir/usr || Fdie
+   Fsplit py$pkgname usr/lib/python2.6/site-packages
+}
+
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libconcord-0.21-3-i686 *added Finclude python *fixed subrodepends

2009-12-27 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=69226f5b691e8c4fb9db7b1cb74f102b6d4c9fc2

commit 69226f5b691e8c4fb9db7b1cb74f102b6d4c9fc2
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Dec 28 00:24:58 2009 +

libconcord-0.21-3-i686
*added Finclude python
*fixed subrodepends

diff --git a/source/lib-extra/libconcord/FrugalBuild 
b/source/lib-extra/libconcord/FrugalBuild
index 70f6b1a..f0900fd 100644
--- a/source/lib-extra/libconcord/FrugalBuild
+++ b/source/lib-extra/libconcord/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=libconcord
pkgver=0.21
-pkgrel=2
+pkgrel=3
pkgdesc=Library for programming the Logitech Harmony universal remote 
(concordance project)
url=http://www.phildev.net/harmony/index.shtml;
groups=('lib-extra')
@@ -13,12 +13,12 @@ _F_sourceforge_name=concordance
_F_sourceforge_dirname=concordance
_F_cd_path=$_F_sourceforge_dirname-$pkgver/$pkgname
_F_sourceforge_ext=.tar.bz2
-Finclude sourceforge
+Finclude sourceforge python
sha1sums=('2cf6cf7a359943dfa06a83ee365a9484a0b5801d')

subpkgs=(py$pkgname)
subdescs=(Python bindings for libconcord)
-subdepends=()
+subrodepends=(libconcord)
subgroups=('lib-extra')
subarchs=('i686 x86_64')

@@ -29,7 +29,7 @@ build()
## Python bindings install
cd bindings/python/
python setup.py install --prefix=$Fdestdir/usr || Fdie
-   Fsplit py$pkgname usr/lib/python2.6/site-packages
+   Fsplit py$pkgname $_F_python_libdir
}

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xdotool-20091210.01-1-i686

2009-12-27 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=718030d10004cbd830c697d3b6612cada5d5f946

commit 718030d10004cbd830c697d3b6612cada5d5f946
Author: exceed exceed.ced...@gmail.com
Date:   Mon Dec 28 00:33:34 2009 +0100

xdotool-20091210.01-1-i686

* Version bump
* Fixed build for linking

diff --git a/source/x11-extra/xdotool/FrugalBuild 
b/source/x11-extra/xdotool/FrugalBuild
index c07e191..462f552 100644
--- a/source/x11-extra/xdotool/FrugalBuild
+++ b/source/x11-extra/xdotool/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Othmane Benkirane e...@rhyhann.net

pkgname=xdotool
-pkgver=20090815
+pkgver=20091210.01
pkgrel=1
pkgdesc=CLI X11 automation tool

@@ -14,13 +14,14 @@ depends=('libxtst' 'xinput')
rodepends=('shadow')
groups=('x11-extra')
archs=('i686' 'x86_64')
-sha1sums=('a980167f05b5d862d554e2a7f9444023049cd7d6')
+sha1sums=('9082bb71e3e3d8e51b11b5b427d06ad550bd3c3e')
+unset LDFLAGS

build() {
export CFLAGS=$CFLAGS -std=c99
-  Fmkdir usr/bin
+  Fmkdir {usr/bin,usr/lib}
Fmake
-  Fmakeinstall PREFIX=$Fdestdir/usr
+  Fmakeinstall PREFIX=${Fdestdir}/usr
}

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: flickcurl-1.14-1-x86_64

2009-12-27 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=beb619735618fd9285f8eacd73f3a15b2fe62b05

commit beb619735618fd9285f8eacd73f3a15b2fe62b05
Author: Devil505 devil505li...@gmail.com
Date:   Mon Dec 28 08:41:21 2009 +0100

flickcurl-1.14-1-x86_64

added x86_64 to archs()

diff --git a/source/lib-extra/flickcurl/FrugalBuild 
b/source/lib-extra/flickcurl/FrugalBuild
index 8f55c7e..b507f94 100644
--- a/source/lib-extra/flickcurl/FrugalBuild
+++ b/source/lib-extra/flickcurl/FrugalBuild
@@ -10,7 +10,7 @@ 
source=(http://download.dajobe.org/$pkgname/$pkgname-$pkgver.tar.gz)
up2date=Flasttar $url
depends=('curl' 'libxml2' 'raptor')
groups=('lib-extra')
-archs=('i686')
+archs=('i686' 'x86_64')
sha1sums=('6625db21ff7b76a9e1747b3c2f60a29599fd9437')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git