[Frugalware-git] gnometesting: gnome-panel *delete duplicate pkg now in extra

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0c4672ac7a108d203727b066f3130104b5e3f4e8

commit 0c4672ac7a108d203727b066f3130104b5e3f4e8
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 09:17:46 2011 +0100

gnome-panel
*delete duplicate pkg now in extra

diff --git a/source/gnome/gnome-panel/FrugalBuild 
b/source/gnome/gnome-panel/FrugalBuild
deleted file mode 100644
index ba6b16e..000
--- a/source/gnome/gnome-panel/FrugalBuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Compiling time: 1.00 SBU
-# Maintainer: bouleetbil bouleet...@frogdev.info
-
-pkgname=gnome-panel
-pkgver=2.32.1
-pkgrel=1
-pkgdesc=GNOME panel and core applets
-rodepends=('alacarte=0.11.1.1')
-depends=('gnome-desktop=2.31.90' 'gnome-menus=2.30.4' \
-'evolution-data-server=2.32.0' 'libwnck=2.28.0-2' \
-'rarian=0.8.0' 'dbus-glib=0.71' 'avahi-glib=0.6.17' 
'librsvg=2.32.0' \
-'libgweather=2.30.0' 'libcanberra-gtk' 'libbonoboui' 'libkrb5' 
'openssl=1.0.0-3')
-makedepends=('intltool' 'gtk-doc=1.9' 'gnome-doc-utils=0.14.0' 'krb5')
-groups=('gnome' 'gnome-minimal')
-archs=('i686' 'x86_64' 'ppc')
-_F_gnome_schemas=('/etc/gconf/schemas/clock.schemas' \
-   '/etc/gconf/schemas/fish.schemas' \
-   '/etc/gconf/schemas/panel-compatibility.schemas' \
-   '/etc/gconf/schemas/panel-general.schemas' \
-   '/etc/gconf/schemas/panel-global.schemas' \
-   '/etc/gconf/schemas/panel-object.schemas' \
-   '/etc/gconf/schemas/panel-toplevel.schemas' \
-   '/etc/gconf/schemas/window-list.schemas' \
-   '/etc/gconf/schemas/workspace-switcher.schemas')
-_F_gnome_entries=('/etc/gconf/schemas/panel-default-setup.entries')
-_F_gnome_scrollkeeper=y
-_F_gnome_iconcache=y
-_F_gnome_desktop=y
-Finclude gnome gnome-scriptlet
-sha1sums=('561ec56307854b5cbd6b0d0a0b7f9e0e6c2a0127')
-
-build() {
-   Fcd
-   Fbuild_slice_scrollkeeper
-   Fsed epiphany.desktop firefox.desktop 
gnome-panel/panel-default-setup.entries
-   Fmake --disable-schemas-install --enable-eds --enable-gtk-doc 
--disable-scrollkeeper --with-in-process-applets=all
-   Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1
-   Fbuild_gnome_scriptlet
-}
-
-# optimization OK
diff --git 
a/source/gnome/gnome-panel/gnome-panel-2.26.2-fix-gconf-related-crash.patch 
b/source/gnome/gnome-panel/gnome-panel-2.26.2-fix-gconf-related-crash.patch
deleted file mode 100644
index 0b46d98..000
--- a/source/gnome/gnome-panel/gnome-panel-2.26.2-fix-gconf-related-crash.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nrup gnome-panel-2.26.2.orig/libpanel-applet/panel-applet.c 
gnome-panel-2.26.2/libpanel-applet/panel-applet.c
 gnome-panel-2.26.2.orig/libpanel-applet/panel-applet.c 2009-05-20 
13:44:11.0 +0100
-+++ gnome-panel-2.26.2/libpanel-applet/panel-applet.c  2009-06-01 
23:10:24.318415195 +0100
-@@ -161,7 +161,8 @@ panel_applet_associate_schemas_in_dir (G
-   gconf_engine_associate_schema (client-engine,
-  key, schema_key, error);
-
--  if (gconf_entry_get_value (applet_entry) == NULL ||
-+  if (applet_entry == NULL ||
-+  gconf_entry_get_value (applet_entry) == NULL ||
-   gconf_entry_get_is_default (applet_entry)) {
-   /* unset the key: gconf_client_get_entry()
-* brought an invalid entry in the client
-
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-panel-2.32.1-3-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=826bc5de8fb3105d6b95d61a521836052bd4c57d

commit 826bc5de8fb3105d6b95d61a521836052bd4c57d
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 09:29:18 2011 +0100

gnome-panel-2.32.1-3-x86_64

*fixes dep

diff --git a/source/gnome-extra/gnome-panel/FrugalBuild 
b/source/gnome-extra/gnome-panel/FrugalBuild
index 685abdd9..5df264a 100644
--- a/source/gnome-extra/gnome-panel/FrugalBuild
+++ b/source/gnome-extra/gnome-panel/FrugalBuild
@@ -3,12 +3,12 @@

pkgname=gnome-panel
pkgver=2.32.1
-pkgrel=2
+pkgrel=3
pkgdesc=GNOME panel and core applets
rodepends=('alacarte=0.11.1.1')
depends=('gnome-desktop2' 'gnome-menus=2.30.4' \
'libwnck=2.28.0-2'  'rarian=0.8.0' 'dbus-glib=0.71' 'avahi-glib=0.6.17' 
'librsvg=2.32.0' \
-'libcanberra-gtk2' 'libbonoboui' 'libkrb5' 'openssl=1.0.0-3' 
'libgweather=2.90.0')
+'libcanberra-gtk2' 'libbonoboui' 'libkrb5' 'openssl=1.0.0-3' 
'libgweather=2.91.0')
makedepends=('intltool' 'gtk-doc=1.9' 'gnome-doc-utils=0.14.0' 'krb5')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pondus-0.7.3-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f2cec95dd0a228cdae437d12e13d7c756fdab4e6

commit f2cec95dd0a228cdae437d12e13d7c756fdab4e6
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 09:49:29 2011 +0100

pondus-0.7.3-1-x86_64

* Version Bump

diff --git a/source/xapps-extra/pondus/FrugalBuild 
b/source/xapps-extra/pondus/FrugalBuild
index 90bf08f..dfdb4c4 100644
--- a/source/xapps-extra/pondus/FrugalBuild
+++ b/source/xapps-extra/pondus/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=pondus
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.3
+pkgrel=1
pkgdesc=Pondus is a personal weight management program
url=http://www.ephys.de/software/pondus/;
depends=('pygtk=2.14.1-2' 'matplotlib=0.98.5-4')
@@ -14,4 +14,4 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url/download.htm
source=(http://bitbucket.org/eike/$pkgname/downloads/$pkgname-$pkgver.tar.gz)
-sha1sums=('7b0062ab48221bc4e10e2377fa4465b70702cf61')
+sha1sums=('4f4467dd5f7bf1385ade7808f15f88b12883ea53')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ncftp-3.2.5-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c42c736cf1496a97244b16b0b20075be3a7e6b6c

commit c42c736cf1496a97244b16b0b20075be3a7e6b6c
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 09:51:32 2011 +0100

ncftp-3.2.5-1-x86_64

* Version Bump

diff --git a/source/network-extra/ncftp/FrugalBuild 
b/source/network-extra/ncftp/FrugalBuild
index fbded63..d3aabf2 100644
--- a/source/network-extra/ncftp/FrugalBuild
+++ b/source/network-extra/ncftp/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=ncftp
-pkgver=3.2.4
+pkgver=3.2.5
pkgrel=1
pkgdesc=Console based FTP client
url=http://www.ncftp.com/;
@@ -11,6 +11,6 @@ groups=('network-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump $url/download/|grep src.tar.gz$|sed -n 
's/.*-\(.*\)-.*/\1/;1 p'
source=(ftp://ftp.ncftp.com/$pkgname/$pkgname-$pkgver-src.tar.bz2)
-sha1sums=('bd4b6381dadc8189bc13e615696438e5390772cd')
+sha1sums=('c298ecbcb56065f21532113d711c5e84ece8583a')

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


[Frugalware-git] gnometesting: gnome-themes-standard-2.91.6-1-i686 *new package

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=dd3ad924e398c104b42b538f7190dfa53de209ad

commit dd3ad924e398c104b42b538f7190dfa53de209ad
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:02:41 2011 +

gnome-themes-standard-2.91.6-1-i686
*new package

diff --git a/source/gnome/gnome-themes-standard/FrugalBuild 
b/source/gnome/gnome-themes-standard/FrugalBuild
new file mode 100644
index 000..9b8e704
--- /dev/null
+++ b/source/gnome/gnome-themes-standard/FrugalBuild
@@ -0,0 +1,16 @@
+# Compiling time: 0.25 SBU
+# Maintainer: bouleetbil bouleet...@frogdev.info
+
+pkgname=gnome-themes-standard
+pkgver=2.91.6
+pkgrel=1
+pkgdesc=Default standard themes for GNOME3
+url=http://www.gnome.org/;
+depends=('gtk+3-engines')
+makedepends=('perl-xml-parser' 'icon-naming-utils' 'intltool')
+groups=('gnome')
+archs=('i686' 'x86_64' 'ppc')
+Finclude gnome
+sha1sums=('bd020a723645a644b01ea3b1b7516c8f152b0642')
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: scrotwm-0.9.28-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7bcac87540268993a55ad42de284190496212bf2

commit 7bcac87540268993a55ad42de284190496212bf2
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 09:53:42 2011 +0100

scrotwm-0.9.28-1-x86_64

* Version Bump

diff --git a/source/x11-extra/scrotwm/FrugalBuild 
b/source/x11-extra/scrotwm/FrugalBuild
index 2979ffd..1080693 100644
--- a/source/x11-extra/scrotwm/FrugalBuild
+++ b/source/x11-extra/scrotwm/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: voroskoi voros...@frugalware.org

pkgname=scrotwm
-pkgver=0.9.27
+pkgver=0.9.28
pkgrel=1
pkgdesc=Scrotwm is a small dynamic tiling window manager for X11.
url=http://www.peereboom.us/scrotwm;
@@ -11,7 +11,7 @@ groups=('x11-extra')
archs=('i686' 'x86_64')
up2date=Flasttar http://opensource.conformal.com/snapshots/scrotwm/;
source=(http://opensource.conformal.com/snapshots/scrotwm/scrotwm-${pkgver}.tgz 
lorder.sh)
-sha1sums=('bf07030ff6d67876d3a09021ff23c2ec4538ff73' \
+sha1sums=('24cc73d01fd15e77dd3830902dd791759375037b' \
'ab20411eda52787ec82c601044bd172ae0de8fc7')

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


[Frugalware-git] gnometesting: gnome-applets-2.32.1.1-3-x86_64 *rebuild with libnotify 0.7

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=607fd85daf37d1fc95073ddac08263461b63ab1f

commit 607fd85daf37d1fc95073ddac08263461b63ab1f
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 09:51:14 2011 +0100

gnome-applets-2.32.1.1-3-x86_64
*rebuild with libnotify 0.7

diff --git a/source/gnome-extra/gnome-applets/FrugalBuild 
b/source/gnome-extra/gnome-applets/FrugalBuild
index 18ea356..6f9d951 100644
--- a/source/gnome-extra/gnome-applets/FrugalBuild
+++ b/source/gnome-extra/gnome-applets/FrugalBuild
@@ -3,11 +3,11 @@

pkgname=gnome-applets
pkgver=2.32.1.1
-pkgrel=2
+pkgrel=3
pkgdesc=Applets for use with the GNOME panel
url=http://www.gnome.org/;
depends=('gail=2.22.0' 'gnome-panel=2.32.0' 'libgtop=2.28.0' 
'libxklavier=5.0' 'libwnck=2.28.0' \
-   'gucharmap=2.32.0' 'gst-plugins-base=0.10.22' 'libnotify=0.4.5' 
'gnome-icon-theme' 'dbus-glib=0.76-1' \
+   'gucharmap=2.32.0' 'gst-plugins-base=0.10.22' 'libnotify=0.7' 
'gnome-icon-theme' 'dbus-glib=0.76-1' \
'libgnomekbd=2.32.0' 'gnome-settings-daemon' 'libgweather=2.30.0-2')
rodepends=('notification-daemon=0.4.0')
makedepends=('intltool' 'gnome-doc-utils' 'git')
@@ -25,16 +25,17 @@ _F_gnome_scrollkeeper=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --enable-flags --enable-ipv6 --with-gstreamer=0.10 
--enable-stickynotes --enable-mixer-applet
-source=(${source[@]} mixer_applet_powersave.patch README.Frugalware)
+source=(${source[@]} README.Frugalware libnotify7.diff)
sha1sums=('6edc3aea2bd2198b2bdbdb1fa63b481f724c8fe2' \
-  '52f3ae4811dee6bd263fdec8f464f5221355d368' \
-  'c0774a7e94736eeb18aee8cba06bb52fc8a9f144')
+  'c0774a7e94736eeb18aee8cba06bb52fc8a9f144' \
+  '2112320a79caeb149bbc0f6f16b944f0c7811849')

build() {
Fbuild_slice_scrollkeeper
Fcd
Fsed 'PKG_CHECK_MODULES(GIT, gnome-icon-theme = $GNOME_ICON_THEME_REQUIRED)' \
'' configure.in
+   Fpatchall
Fautoreconf
Fmake
unset MAKEFLAGS
diff --git a/source/gnome-extra/gnome-applets/libnotify7.diff 
b/source/gnome-extra/gnome-applets/libnotify7.diff
new file mode 100644
index 000..3df3c2a
--- /dev/null
+++ b/source/gnome-extra/gnome-applets/libnotify7.diff
@@ -0,0 +1,50 @@
+From f6b5bf454a61ca0090a1a32b798045a807d8ddad Mon Sep 17 00:00:00 2001
+From: Enrico Minack enrico-min...@gmx.de
+Date: Fri, 10 Dec 2010 08:10:55 +
+Subject: moved to libnotify version 0.7
+
+fixed API change of libnotify 0.7 for gweather and battstat, fixes #632803
+---
+diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c
+index 16dbc31..4948529 100644
+--- a/battstat/battstat_applet.c
 b/battstat/battstat_applet.c
+@@ -435,7 +435,7 @@ battery_full_notify (GtkWidget *applet)
+   GTK_ICON_LOOKUP_USE_BUILTIN,
+   NULL);
+
+-  NotifyNotification *n = notify_notification_new (_(Your battery is now 
fully recharged), , /* battery */ NULL, applet);
++  NotifyNotification *n = notify_notification_new (_(Your battery is now 
fully recharged), , /* battery */ NULL);
+
+   /* XXX: it would be nice to pass this as a named icon */
+   notify_notification_set_icon_from_pixbuf (n, icon);
+diff --git a/configure.in b/configure.in
+index 781d8ee..32d7878 100644
+--- a/configure.in
 b/configure.in
+@@ -22,7 +22,7 @@ LIBGTOP_REQUIRED=2.11.92
+ LIBXKLAVIER_REQUIRED=4.0
+ LIBWNCK_REQUIRED=2.9.3
+ LIBGNOME_DESKTOP_REQUIRED=2.11.1
+-LIBNOTIFY_REQUIRED=0.3.2
++LIBNOTIFY_REQUIRED=0.7
+ HAL_REQUIRED=0.5.3
+ DBUS_REQUIRED=1.1.2
+ DBUS_GLIB_REQUIRED=0.74
+diff --git a/gweather/gweather-applet.c b/gweather/gweather-applet.c
+index 3768ded..2acad31 100644
+--- a/gweather/gweather-applet.c
 b/gweather/gweather-applet.c
+@@ -471,8 +471,7 @@ update_finish (WeatherInfo *info, gpointer data)
+if (icon == NULL)
+icon = stock-unknown;
+
+-   n = notify_notification_new (message, detail, icon,
+-   gw_applet-container);
++   n = notify_notification_new (message, detail, icon);
+
+notify_notification_show (n, error);
+if (error)
+--
+cgit v0.8.3.1
+
diff --git a/source/gnome-extra/gnome-applets/mixer_applet_powersave.patch 
b/source/gnome-extra/gnome-applets/mixer_applet_powersave.patch
deleted file mode 100644
index 5174e31..000
--- a/source/gnome-extra/gnome-applets/mixer_applet_powersave.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-diff -Naur gnome-applets-2.22.1.orig/mixer/applet.c 
gnome-applets-2.22.1/mixer/applet.c
 gnome-applets-2.22.1.orig/mixer/applet.c   2008-04-11 23:13:34.0 
+0200
-+++ gnome-applets-2.22.1/mixer/applet.c2008-04-11 23:19:42.0 
+0200
-@@ -80,7 +80,6 @@
-
- static gboolean   gnome_volume_applet_refresh (GnomeVolumeApplet 
*applet,
-gboolean   
force_refresh);
--static 

[Frugalware-git] gnometesting: gnome-shell-2.91.5-2-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=59dc80344b3880d4a6129eee7e85fc8a600a0bac

commit 59dc80344b3880d4a6129eee7e85fc8a600a0bac
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:18:03 2011 +

gnome-shell-2.91.5-2-i686

*fixes dep

diff --git a/source/gnome/gnome-shell/FrugalBuild 
b/source/gnome/gnome-shell/FrugalBuild
index f74fc01..3945148 100644
--- a/source/gnome/gnome-shell/FrugalBuild
+++ b/source/gnome/gnome-shell/FrugalBuild
@@ -3,11 +3,11 @@

pkgname=gnome-shell
pkgver=2.91.5
-pkgrel=1
+pkgrel=2
pkgdesc=Window management and application launching for GNOME
url=http://www.gnome.org/;
depends=('mutter=2.91.5' 'gnome-desktop' 'gjs=0.7' 'gnome-menus' 'librsvg' \
-   'xulrunner' 'gst-plugins-base' 'pulseaudio')
+   'xulrunner' 'gst-plugins-base' 'pulseaudio' 'gnome-themes-standard')
makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \
'gobject-introspection' 'xorg-server-xephyr')
groups=('gnome')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gtk+2-engines-murrine-0.98.1.1-2-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5308915f9bbdd1263faa8312b622a901177bdf90

commit 5308915f9bbdd1263faa8312b622a901177bdf90
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:04:52 2011 +0100

gtk+2-engines-murrine-0.98.1.1-2-x86_64

*rebuild with gtk+2 2.22.1

diff --git a/source/gnome-extra/gtk+2-engines-murrine/FrugalBuild 
b/source/gnome-extra/gtk+2-engines-murrine/FrugalBuild
index ac19d5f..5936948 100644
--- a/source/gnome-extra/gtk+2-engines-murrine/FrugalBuild
+++ b/source/gnome-extra/gtk+2-engines-murrine/FrugalBuild
@@ -5,10 +5,10 @@ pkgname=gtk+2-engines-murrine
pkgver=0.98.1.1
_F_gnome_name=murrine
Finclude gnome
-pkgrel=1
+pkgrel=2
dlurl=http://www.gnome-look.org/CONTENT/content-files/;
pkgdesc=Murrine is a fast and modern looking GTK+2 engine.
-depends=('gtk+2=2.20.0-2' 'gtk+2-engines' 'gnome-icon-theme')
+depends=('gtk+2=2.22.1' 'gtk+2-engines' 'gnome-icon-theme')
makedepends=('intltool')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
@@ -31,23 +31,6 @@ source=($source \
'http://cimi.netsons.org/media/download_gallery/MurrinaLoveGray.tar.bz2')
Fconfopts=${Fconfopts[@]} --enable-animation
_F_cd_path=$pkgname-$pkgver
-sha1sums=('ffd6226b9941c01696497ec7c881551ea2f150c7' \
-  'e58a62b7f2cbfc62f0945cf03f42e46768ca22e8' \
-  'd866c7ba5db5de065f2825f05a7bb3b296567683' \
-  '222ccbf9fb9c0d78156d202929ba7dac1dfd68cd' \
-  '4435219fc62afba07f2c5a3cd111465483c19825' \
-  'b120755846d4c954922ccd2279a72806d5282aa9' \
-  '05f6dc99c77aacd4d3d79901dd9014dfd2a0917b' \
-  '8ddfab591928d0cb39c3f6dcb40c9a3f45d599d1' \
-  'd8c2a8cb68254d0fce32ea346c819c8a4d4b0424' \
-  '6669a8cf02aac2e5109651d0b83faf89b052f0ef' \
-  '9622a04994c3199893aa375c5fef149f1a7a46ad' \
-  'ded3f2b363fe130bd40ecc87cfd6f777f3952a6d' \
-  '6b957cdc19c113fa608ab83b690d72b77e0c1033' \
-  'bfa6099413b7de1c734b985d40713b997df7060b' \
-  '26160027366073d6d778fb9cfbe6bef4d8109b4f' \
-  '0b4717522a911511f2f75e599da929297acfe174' \
-  '99b9d017384f94d160dd69a9ae5aa061d1c5eca3')

build()
{
@@ -88,5 +71,20 @@ build()
Fcpr Murrine /usr/share/themes
}

-# optimization OK
-
+sha1sums=('ffd6226b9941c01696497ec7c881551ea2f150c7' \
+  '67472ec2f999ce5e71dbbc21cdbe3e20d5a5decc' \
+  'd866c7ba5db5de065f2825f05a7bb3b296567683' \
+  '222ccbf9fb9c0d78156d202929ba7dac1dfd68cd' \
+  '4435219fc62afba07f2c5a3cd111465483c19825' \
+  'b120755846d4c954922ccd2279a72806d5282aa9' \
+  '05f6dc99c77aacd4d3d79901dd9014dfd2a0917b' \
+  '8ddfab591928d0cb39c3f6dcb40c9a3f45d599d1' \
+  'd8c2a8cb68254d0fce32ea346c819c8a4d4b0424' \
+  '6669a8cf02aac2e5109651d0b83faf89b052f0ef' \
+  '9622a04994c3199893aa375c5fef149f1a7a46ad' \
+  'ded3f2b363fe130bd40ecc87cfd6f777f3952a6d' \
+  '6b957cdc19c113fa608ab83b690d72b77e0c1033' \
+  'bfa6099413b7de1c734b985d40713b997df7060b' \
+  '26160027366073d6d778fb9cfbe6bef4d8109b4f' \
+  '0b4717522a911511f2f75e599da929297acfe174' \
+  '99b9d017384f94d160dd69a9ae5aa061d1c5eca3')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: metacity-2.30.3-5-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2cee8e15790bda70ed186da9bbfcf683c9cc7daa

commit 2cee8e15790bda70ed186da9bbfcf683c9cc7daa
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:09:06 2011 +0100

metacity-2.30.3-5-x86_64

*rebuild with gnome3

diff --git a/source/gnome/metacity/FrugalBuild 
b/source/gnome/metacity/FrugalBuild
index e9eea36..a81f15f 100644
--- a/source/gnome/metacity/FrugalBuild
+++ b/source/gnome/metacity/FrugalBuild
@@ -3,13 +3,13 @@

pkgname=metacity
pkgver=2.30.3
-pkgrel=3
+pkgrel=5
pkgdesc=A window manager for GNOME
url=http://www.gnome.org/;
depends=('startup-notification' 'gconf=2.32.0' 'gnome-themes=2.30.0' 'libcm' 
'gnome-frugalware=0.7.2' \
-   'zenity=2.32.0' 'libcanberra-gtk')
+   'zenity=2.91.0' 'libcanberra-gtk')
makedepends=('intltool' 'gnome-doc-utils')
-groups=('gnome' 'gnome-minimal')
+groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
_F_gnome_schemas=('/etc/gconf/schemas/metacity.schemas')
Finclude gnome gnome-scriptlet
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: chardet-2.0.1-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d9fd7d9a3362b08a65926ac620f796c45f5b8ef5

commit d9fd7d9a3362b08a65926ac620f796c45f5b8ef5
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 10:13:55 2011 +0100

chardet-2.0.1-1-x86_64

* Version Bump

diff --git a/source/apps-extra/chardet/FrugalBuild 
b/source/apps-extra/chardet/FrugalBuild
index fbd7d5a..0c48bfa 100644
--- a/source/apps-extra/chardet/FrugalBuild
+++ b/source/apps-extra/chardet/FrugalBuild
@@ -2,14 +2,19 @@
# Maintainer: voroskoi voros...@frugalware.org

pkgname=chardet
-pkgver=1.0.1
-pkgrel=3
-pkgdesc=Character encoding auto-detection in Python.
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=Character encoding auto-detection in Python 2.
url=http://chardet.feedparser.org/;
Finclude python
depends=(python=$_F_python_ver)
groups=('apps-extra')
archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump http://chardet.feedparser.org/download/ |grep tgz |sed -e 
's/.*-\(.*\).tgz/\1/'
-source=(http://chardet.feedparser.org/download/chardet-$pkgver.tgz)
-sha1sums=('cff3db70eef4d580951c083dd9bbe2685fd773a5')
+source=(http://chardet.feedparser.org/download/python2-chardet-$pkgver.tgz)
+sha1sums=('d3240c8b7d04bd15d21feda76158223fa7f5f2bc')
+build()
+{
+   Fcd python2-$pkgname-$pkgver
+   Fbuild
+}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: metacity-2.30.3-5-x86_64 *typo fix

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=e16cb6cd9ff71602411a986c9bfe61e5b1188c8c

commit e16cb6cd9ff71602411a986c9bfe61e5b1188c8c
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:12:23 2011 +0100

metacity-2.30.3-5-x86_64
*typo fix

diff --git a/source/gnome/metacity/FrugalBuild 
b/source/gnome/metacity/FrugalBuild
index a81f15f..f685fe7 100644
--- a/source/gnome/metacity/FrugalBuild
+++ b/source/gnome/metacity/FrugalBuild
@@ -7,7 +7,7 @@ pkgrel=5
pkgdesc=A window manager for GNOME
url=http://www.gnome.org/;
depends=('startup-notification' 'gconf=2.32.0' 'gnome-themes=2.30.0' 'libcm' 
'gnome-frugalware=0.7.2' \
-   'zenity=2.91.0' 'libcanberra-gtk')
+   'zenity=2.91.0' 'libcanberra-gtk2')
makedepends=('intltool' 'gnome-doc-utils')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gcalctool-5.91.4-2-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7cbbc340f63813d816704546ea74e02a86e3c8a4

commit 7cbbc340f63813d816704546ea74e02a86e3c8a4
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:34:41 2011 +

gcalctool-5.91.4-2-i686

*rebuild with libxml2 2.7.8

diff --git a/source/gnome/gcalctool/FrugalBuild 
b/source/gnome/gcalctool/FrugalBuild
index f0f635b..70026cd 100644
--- a/source/gnome/gcalctool/FrugalBuild
+++ b/source/gnome/gcalctool/FrugalBuild
@@ -4,10 +4,10 @@

pkgname=gcalctool
pkgver=5.91.4
-pkgrel=1
+pkgrel=2
pkgdesc=A scientific calculator for GNOME
url=http://www.gnome.org/;
-depends=('rarian' 'libsoup' 'gtk+3' 'gconf=2.32.0' 'libglade=2.6.4-2')
+depends=('rarian' 'libsoup' 'gtk+3' 'gconf=2.32.0' 'libglade=2.6.4-2' 
'libxml2=2.7.8')
makedepends=('intltool' 'gnome-doc-utils=0.16.0')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: googlecl-0.9.12-1-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eb70a60ce9c2d4a74d5f209ee44a86c122a93964

commit eb70a60ce9c2d4a74d5f209ee44a86c122a93964
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 10:25:02 2011 +0100

googlecl-0.9.12-1-i686
* version bump

diff --git a/source/apps-extra/googlecl/FrugalBuild 
b/source/apps-extra/googlecl/FrugalBuild
index edc93fb..55c3953 100644
--- a/source/apps-extra/googlecl/FrugalBuild
+++ b/source/apps-extra/googlecl/FrugalBuild
@@ -2,12 +2,12 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=googlecl
-pkgver=0.9.11
+pkgver=0.9.12
pkgrel=1
pkgdesc=Command line tools for the Google Data APIs
depends=('gdata.py')
groups=('apps-extra')
archs=('i686' 'x86_64')
Finclude googlecode
-sha1sums=('ac4dc09a5ae88d5ecb89bf960ab25fb6cabf89f5')
+sha1sums=('a823b7324073760e9dc19d93d5a3e3074b1b2d5e')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xnoise-0.1.13-1-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3135783dd6fc47c11258be466796f270e6a31f84

commit 3135783dd6fc47c11258be466796f270e6a31f84
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 10:36:18 2011 +0100

xnoise-0.1.13-1-i686
* version bump

diff --git a/source/xapps-extra/xnoise/FrugalBuild 
b/source/xapps-extra/xnoise/FrugalBuild
index 0046fea..df1cc1a 100644
--- a/source/xapps-extra/xnoise/FrugalBuild
+++ b/source/xapps-extra/xnoise/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=xnoise
-pkgver=0.1.12
+pkgver=0.1.13
pkgrel=1
pkgdesc=Media player with a slick GUI, great speed and lots of features.
depends=('taglib' 'sqlite3' 'gst-plugins-base' 'unique' 'gtk+2-libs' 'cairo' 
'libgcc' 'libxfixes')
@@ -14,5 +14,5 @@ _F_googlecode_ext=.tar.bz2
Finclude googlecode gnome-scriptlet
groups=('xapps-extra')
archs=('i686' 'x86_64')
-sha1sums=('991c841092b1d887aaa59e127f971cf48653547e')
+sha1sums=('0f9591534085f0baa25d3b0d187ebb48fa55472b')
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xnoise-plugins-core-0.1.13-1-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7cce15c0e345ed91fe7e9a8089602a003045e999

commit 7cce15c0e345ed91fe7e9a8089602a003045e999
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 10:37:20 2011 +0100

xnoise-plugins-core-0.1.13-1-i686
* version bump

diff --git a/source/xapps-extra/xnoise-plugins-core/FrugalBuild 
b/source/xapps-extra/xnoise-plugins-core/FrugalBuild
index c606edd..f36d450 100644
--- a/source/xapps-extra/xnoise-plugins-core/FrugalBuild
+++ b/source/xapps-extra/xnoise-plugins-core/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=xnoise-plugins-core
-pkgver=0.1.12
-pkgrel=2
+pkgver=0.1.13
+pkgrel=1
pkgdesc=Plugins for xnoise media player
depends=('xnoise=$pkgver' 'libindicate' 'libnotify' 'libsoup')
makedepends=('intltool' 'vala')
@@ -13,5 +13,5 @@ _F_googlecode_ext=.tar.bz2
Finclude googlecode
groups=('xapps-extra')
archs=('i686' 'x86_64')
-sha1sums=('e206fdd36dbafe3c825ebda658e0b9a62b1ec43e')
+sha1sums=('a484e65a758795c55866503d1b3f06f24d9ac81a')
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugal-tweak: *check update every 1H30

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=a8aa4a79133a48f394ff798bd29fb155217490ce

commit a8aa4a79133a48f394ff798bd29fb155217490ce
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:46:43 2011 +0100

*check update every 1H30

diff --git a/frugal-tweak-vala/src/MainClient.vala 
b/frugal-tweak-vala/src/MainClient.vala
index 576bbc6..db32752 100644
--- a/frugal-tweak-vala/src/MainClient.vala
+++ b/frugal-tweak-vala/src/MainClient.vala
@@ -60,6 +60,8 @@ void* func()
}
}
Thread.usleep(18);  //1/2 hour
+   Thread.usleep(18);  //1/2 hour
+   Thread.usleep(18);  //1/2 hour
//roadmap.GetDateRelease();
}
return null;
diff --git a/frugal-tweak-vala/src/daemon.vala 
b/frugal-tweak-vala/src/daemon.vala
index 687f8f1..c099c80 100644
--- a/frugal-tweak-vala/src/daemon.vala
+++ b/frugal-tweak-vala/src/daemon.vala
@@ -38,6 +38,8 @@ class Deamon : GLib.Object {
while(true)
{
Thread.usleep(18);  //1/2 hour
+   Thread.usleep(18);  //1/2 hour
+   Thread.usleep(18);  //1/2 hour
if (UpdateAllDatabase())
{
Tools.ConsoleDebug(Send dbus event);
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: warzone2100-2.3.7-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a179c3ac525ac823bb126a97808a54e7a4ee8d4c

commit a179c3ac525ac823bb126a97808a54e7a4ee8d4c
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 10:42:52 2011 +0100

warzone2100-2.3.7-1-x86_64

* Version Bump

diff --git a/source/games-extra/warzone2100/FrugalBuild 
b/source/games-extra/warzone2100/FrugalBuild
index d302b2a..d473697 100644
--- a/source/games-extra/warzone2100/FrugalBuild
+++ b/source/games-extra/warzone2100/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=warzone2100
-pkgver=2.3.6
+pkgver=2.3.7
pkgrel=1
pkgdesc=3D realtime strategy game on a future Earth
url=http://wz2100.net;
@@ -12,7 +12,7 @@ _F_sourceforge_ext=.tar.gz
Finclude sourceforge
groups=('games-extra')
archs=('i686' 'x86_64')
-sha1sums=('5afbab746b1c23a9563e93c954576eb710e2fb8a')
+sha1sums=('6000e7d79e1671aa9237cc01d8100da0e753808c')

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


[Frugalware-git] frugal-tweak: *fixes check roadmap

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=aa6b10f75d49f149c141dc9ee5aa358aaaded231

commit aa6b10f75d49f149c141dc9ee5aa358aaaded231
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:57:41 2011 +0100

*fixes check roadmap

diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs
index 286dde9..0365ae3 100644
--- a/frugal-mono-tools/Main.cs
+++ b/frugal-mono-tools/Main.cs
@@ -90,7 +90,7 @@ namespace frugalmonotools
case version:
bo_Version=true;
break;
-   case 
predate:
+   case 
date:
bo_Date=true;
break;
case name:
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: systemd-17-1-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fe23d518d708313679c4f5ca4c8d324e8e4cc2ee

commit fe23d518d708313679c4f5ca4c8d324e8e4cc2ee
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 10:58:18 2011 +0100

systemd-17-1-i686

*version bump use libnotify 0.7

diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild
index 5f775b9..861611b 100644
--- a/source/base/systemd/FrugalBuild
+++ b/source/base/systemd/FrugalBuild
@@ -8,7 +8,7 @@ USE_GUI=${USE_GUI:-y}
USE_SYSV_REPLACE=${USE_SYSV_REPLACE:-n}

pkgname=systemd
-pkgver=16
+pkgver=17
pkgrel=1
pkgdesc=A System and Service Manager
url=http://www.freedesktop.org/wiki/Software/systemd;
@@ -18,7 +18,7 @@ options=('scriptlet')
up2date=Flasttar http://www.freedesktop.org/software/$pkgname;
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2 \
console.conf prefdm.service)
-sha1sums=('70ddb53e8e3346c52548900470d9e26e58e661e1' \
+sha1sums=('359ff64e80ed611471e5180c17802e36cf329e67' \
'abaa5c83d5adf2c5be188ce0de488bfa2b5a4505' \
'fdb7dc79f5a0d120e722c152f956a841667fe011')

@@ -44,7 +44,7 @@ if Fuse $USE_GUI; then
subpkgs=('systemd-gtk')
subdescs=('Graphical frontend for systemd')
subrodepends=($pkgname=$pkgver)
-   subdepends=('dbus-glib gtk+2 polkit libnotify')
+   subdepends=('dbus-glib gtk+2 polkit libnotify0.7')
subgroups=('xapps-extra')
subarchs=('i686 x86_64 ppc')
subprovides=('')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: frugalware-tweak-0.2.4-3-i686 *bug fix release *closed #4413

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d1893a418ac7a932d55bb46531a5231a662d0a4

commit 6d1893a418ac7a932d55bb46531a5231a662d0a4
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 11:42:15 2011 +0100

frugalware-tweak-0.2.4-3-i686
*bug fix release
*closed #4413

diff --git a/source/xapps-extra/frugalware-tweak/FrugalBuild 
b/source/xapps-extra/frugalware-tweak/FrugalBuild
index dfa9be8..4f0cd7a 100644
--- a/source/xapps-extra/frugalware-tweak/FrugalBuild
+++ b/source/xapps-extra/frugalware-tweak/FrugalBuild
@@ -8,11 +8,11 @@ USE_FW2DEBUG=${USE_FW2DEBUG:-n}
pkgname=frugalware-tweak
_F_archive_name=frugal-tweak
pkgver=0.2.4
-pkgrel=2
+pkgrel=3
url=http://ftp.frugalware.org/pub/other/people/bouleetbil/frugal-tweak/;
up2date=Flasttar $url/releases/
source=($url/releases/$_F_archive_name-$pkgver.tar.bz2 \
-   $url/patchs/systray.diff)
+   $url/patchs/systray.diff $url/patchs/checkupd.diff)
pkgdesc=Frugalware configuration utility
depends=('mono=2.8' 'gtk2-sharp' 'notify-sharp' 'webkit-sharp=0.3' 
'vte-python' 'smartirc' 'libindicate-mono')
makedepends=('vala')
@@ -24,7 +24,8 @@ Finclude mono gnome-scriptlet
_F_gnome_glib=y
_F_gnome_desktop=y
sha1sums=('710439a6894b3ac989bc3e3f6bb8e12fd1261d45' \
-  'ea12bd499d087ebe647a4b87867be304ab5b59af')
+  'ea12bd499d087ebe647a4b87867be304ab5b59af' \
+  '6d31bdb9013e695fca0c54618401eb50f7d6e0f8')
unset install

replaces=('frugal-mono-tools')
@@ -65,6 +66,7 @@ build() {
Funpack_scm
fi
Fcd $_F_archive_name
+   Fsed predate date frugal-mono-tools/Main.cs
Fpatchall
#pygtk modules
#TODO fw-interfaces
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gmixer-1.3-5-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=35347bb299c3cef8e9f1612c921f6f86572eaba7

commit 35347bb299c3cef8e9f1612c921f6f86572eaba7
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 11:50:04 2011 +0100

gmixer-1.3-5-x86_64

* Fix up2date/source with finclude launchpad

diff --git a/source/gnome-extra/gmixer/FrugalBuild 
b/source/gnome-extra/gmixer/FrugalBuild
index 25ec35d..78d2233 100644
--- a/source/gnome-extra/gmixer/FrugalBuild
+++ b/source/gnome-extra/gmixer/FrugalBuild
@@ -7,12 +7,12 @@ pkgrel=5
pkgdesc=Gmixer is a lightweight Python based gtk/gstreamer volume control.
archs=('i686' 'x86_64')
groups=('gnome-extra')
-url=http://www.listen-project.org/;
+url=http://launchpad.net/gmixer/;
depends=('python=2.7' 'pygtk=2.16.0-4' 'gst-python' 'python-xlib')
makedepends=('elinks')
options=('scriptlet')
-up2date=elinks -dump https://launchpad.net/gmixer/+download | Flasttar
-source=(http://launchpad.net/gmixer/1.x/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+_F_launchpad_branch=1.x
+Finclude launchpad
sha1sums=('76917fc87401c900058b6e66b93eea34dc185172')

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


[Frugalware-git] gnometesting: nm-applet-0.8.2-2-i686 *rebuild with libnotify 0.7

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=330b4dcd6d28a910547b716403ce08511c13a3e8

commit 330b4dcd6d28a910547b716403ce08511c13a3e8
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 11:49:39 2011 +0100

nm-applet-0.8.2-2-i686
*rebuild with libnotify 0.7

diff --git a/source/gnome-extra/nm-applet/FrugalBuild 
b/source/gnome-extra/nm-applet/FrugalBuild
index 50e9c4f..f92c949 100644
--- a/source/gnome-extra/nm-applet/FrugalBuild
+++ b/source/gnome-extra/nm-applet/FrugalBuild
@@ -4,10 +4,11 @@
pkgname=nm-applet
_F_gnome_name=network-manager-applet
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc=Network Management applet
depends=('gconf' 'gtk+2=2.22.0' 'libglade' 'gnome-keyring=2.32.0' 
'libgnomeui' 'gnome-panel' \
-   'networkmanager=0.8.2' 'polkit-gnome' 'gnome-bluetooth' 
'mobile-broadband-provider-info')
+   'networkmanager=0.8.2' 'polkit-gnome' 'gnome-bluetooth' 
'mobile-broadband-provider-info' \
+   'libnotify0.7')
makedepends=('perl-xml-parser' 'intltool')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
@@ -15,9 +16,10 @@ archs=('i686' 'x86_64' 'ppc')
_F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
-source=($source dbus-access.diff)
+source=($source dbus-access.diff libnotify07.diff)
sha1sums=('1be46b1df52786cd22e1d3d888f828c27d46dd3a' \
-  '85e225293d475c1c030496b29e116321824c45f0')
+  '85e225293d475c1c030496b29e116321824c45f0' \
+  'ca4b84feb82ac0b03cbb2c068ca91adeefe560e9')
_F_cd_path=$_F_gnome_name-$pkgver

build()
diff --git a/source/gnome-extra/nm-applet/libnotify07.diff 
b/source/gnome-extra/nm-applet/libnotify07.diff
new file mode 100644
index 000..4b064b0
--- /dev/null
+++ b/source/gnome-extra/nm-applet/libnotify07.diff
@@ -0,0 +1,50 @@
+From 68459b6b864ad45a842bfd1bdc80f126829ef596 Mon Sep 17 00:00:00 2001
+From: Dan Williams d...@redhat.com
+Date: Fri, 05 Nov 2010 18:26:49 +
+Subject: core: fixes for libnotify = 0.7 (bgo #632327)
+
+---
+diff --git a/configure.ac b/configure.ac
+index acb39a2..f8d6819 100644
+--- a/configure.ac
 b/configure.ac
+@@ -117,6 +117,12 @@ esac
+
+ AM_CONDITIONAL(HAVE_GBT, test x$have_gbt = xyes)
+
++# Check for libnotify = 0.7
++PKG_CHECK_MODULES(LIBNOTIFY_07, [libnotify = 0.7], 
[have_libnotify_07=yes],[have_libnotify_07=no])
++if test x$have_libnotify_07 = xyes; then
++  AC_DEFINE(HAVE_LIBNOTIFY_07, 1, [Define if you have libnotify 0.7 or 
later])
++fi
++
+ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
+
+ dnl GConf stuff
+diff --git a/src/applet.c b/src/applet.c
+index e451f75..2d7835e 100644
+--- a/src/applet.c
 b/src/applet.c
+@@ -622,12 +622,18 @@ applet_do_notify (NMApplet *applet,
+   escaped = utils_escape_notify_message (message);
+   notify = notify_notification_new (summary,
+ escaped,
+-icon ? icon : GTK_STOCK_NETWORK,
+-NULL);
++icon ? icon : GTK_STOCK_NETWORK
++#if HAVE_LIBNOTIFY_07
++);
++#else
++, NULL);
++#endif
+   g_free (escaped);
+   applet-notification = notify;
+
++#if !HAVE_LIBNOTIFY_07
+   notify_notification_attach_to_status_icon (notify, applet-status_icon);
++#endif
+   notify_notification_set_urgency (notify, urgency);
+   notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);
+
+--
+cgit v0.8.3.1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: youtube-dl-2010.12.09-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6bbe8fbcba63616ae9429cd5ff0c135a8e826fe8

commit 6bbe8fbcba63616ae9429cd5ff0c135a8e826fe8
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 12:20:49 2011 +0100

youtube-dl-2010.12.09-1-x86_64

* Version bump

diff --git a/source/multimedia-extra/youtube-dl/FrugalBuild 
b/source/multimedia-extra/youtube-dl/FrugalBuild
index e7049ec..0a8e3d5 100644
--- a/source/multimedia-extra/youtube-dl/FrugalBuild
+++ b/source/multimedia-extra/youtube-dl/FrugalBuild
@@ -2,20 +2,21 @@
# Maintainer: Cedrick Hannier alias Cedynamix cedyna...@gmail.com

pkgname=youtube-dl
-pkgver=2010.08.04
+pkgver=2010.12.09
pkgrel=1
pkgdesc=A small command-line program to download videos from YouTube.com
archs=('i686' 'x86_64' 'ppc')
-url=http://bitbucket.org/rg3/youtube-dl/;
+url=http://rg3.github.com/youtube-dl/;
depends=('python=2.7')
groups=('multimedia-extra')
options=('noversrc')
-up2date=lynx -dump -listonly http://bitbucket.org/rg3/youtube-dl/downloads/ | 
grep -m1 201 | sed 's/.*20/20/; s/\.zip//g'
-source=(http://bitbucket.org/rg3/youtube-dl/get/$pkgver.zip)
-sha1sums=('0fa724c4d51bf2e97c2209318eacfe23fea18ca7')
+up2date=elinks -dump -listonly https://github.com/rg3/youtube-dl/downloads | 
grep -m1 201 | sed 's/.*20/20/; s/\.zip//g'
+source=https://github.com/rg3/youtube-dl/raw/$pkgver/$pkgname;
+sha1sums=('95a9d3e28c6652fa732d6cf1af44627a369babba')

-build() {
-   Finstall 755 youtube-dl/youtube-dl /usr/bin/youtube-dl
+build()
+{
+   Finstall 755 youtube-dl /usr/bin/youtube-dl
}

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


[Frugalware-git] gnometesting: gnome-session-2.91.4-3-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=48942968603ddcd85f6990d9bbff23fe64e4e552

commit 48942968603ddcd85f6990d9bbff23fe64e4e552
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 12:33:21 2011 +

gnome-session-2.91.4-3-i686

*help for update gnome2 to gnome3

diff --git a/source/gnome/gnome-session/FrugalBuild 
b/source/gnome/gnome-session/FrugalBuild
index f043eb1..05061a1 100644
--- a/source/gnome/gnome-session/FrugalBuild
+++ b/source/gnome/gnome-session/FrugalBuild
@@ -3,13 +3,14 @@

pkgname=gnome-session
pkgver=2.91.4
-pkgrel=2
+pkgrel=3
pkgdesc=GNOME session manager
depends=('gnome-desktop=2.91.0' 'polkit' 'upower' 'gconf-gtk'  'usermode' \
'dbus-glib=0.76' 'gnome-control-center=2.91.0' 'libnotify' 
'gnome-keyring=2.91.0' \
'metacity')
makedepends=('intltool' 'gnome-common')
-rodepends=('consolekit-x11')
+#TODO remove gnome-shell rodepends only help for update gnome2 to gnome3
+rodepends=('consolekit-x11' 'gnome-shell')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
_F_gnome_schemas=('/etc/gconf/schemas/gnome-session.schemas')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: sbcl-bin-1.0.45-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=42380d0959f5bd2f7c4d80f1cf12702a71d1ad04

commit 42380d0959f5bd2f7c4d80f1cf12702a71d1ad04
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 12:48:01 2011 +0100

sbcl-bin-1.0.45-1-x86_64

* Version bump

diff --git a/source/devel-extra/sbcl-bin/FrugalBuild 
b/source/devel-extra/sbcl-bin/FrugalBuild
index 67a7ec5..77bf22a 100644
--- a/source/devel-extra/sbcl-bin/FrugalBuild
+++ b/source/devel-extra/sbcl-bin/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=sbcl-bin
-pkgver=1.0.7
+pkgver=1.0.45
pkgrel=1
pkgdesc=Steel Bank Common Lisp (Binary version)
depends=('glibc')
@@ -11,14 +11,16 @@ archs=('i686' 'x86_64')
conflicts=('sbcl')
if [ $CARCH == i686 ]; then
targetarch=x86
-   sha1sums=('e25881951c7f5bceaadda2b8dc77bf5f6432b32a')
+   sha1sums=('9e9761a096d2a6832d1d7d495f91386bfa09dc6e')
elif [ $CARCH == x86_64 ]; then
targetarch=x86-64
-   sha1sums=('5da74da86dc69fc18b0c75e3cb55fc57085dc3b6')
+   sha1sums=('512cb17eed422b06037282fd5211794c08996938')
fi
-_F_sourceforge_name=sbcl
+_F_sourceforge_name=sbcl
+ _F_sourceforge_dirname=sbcl
_F_sourceforge_ext=-$targetarch-linux-binary.tar.bz2
Finclude sourceforge
+up2date=lynx -dump http://sourceforge.net/projects/sbcl/files/sbcl/| grep 
'http.*sbcl/.*sbcl/.*/$'|sed 's|.*/\(.*\)/|\1|;q' 
sha1sums=(${sha1sums[@]} '9357b6f2d69801cccfa5070706c16ffc9dc821bc')
source=($source sbcl.sh)
options=('nobuild')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: hplip-3.11.1-1-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c49cb5655c492cc302863c7305a7cf2305f3ef1f

commit c49cb5655c492cc302863c7305a7cf2305f3ef1f
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 12:50:01 2011 +0100

hplip-3.11.1-1-i686
* version bump

diff --git a/source/apps-extra/hplip/FrugalBuild 
b/source/apps-extra/hplip/FrugalBuild
index 7dbffa8..5da9da9 100644
--- a/source/apps-extra/hplip/FrugalBuild
+++ b/source/apps-extra/hplip/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: voroskoi voros...@frugalware.org

pkgname=hplip
-pkgver=3.10.9
-pkgrel=2
+pkgver=3.11.1
+pkgrel=1
_F_sourceforge_ext=.tar.gz
Finclude sourceforge
pkgdesc=HPLIP is an HP developed solution for printing, scanning, and faxing 
with HP inkjet and laser based printers in Linux.
@@ -17,7 +17,7 @@ conflicts=(${replaces[@]})
provides=(${replaces[@]})
groups=('apps-extra')
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('5e145eafefbc5122bbe98345f2984fc0a55e5787')
+sha1sums=('6b06567373cadc7dff48134c6b58f90a4d72582a')
options=('nodocs')

subpkgs=(${subpackages[@]} 'hplip-driver')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: vinagre-2.30.3-2-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=aa496d770878648636146647fedb37dc45affd32

commit aa496d770878648636146647fedb37dc45affd32
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 13:44:35 2011 +0100

vinagre-2.30.3-2-i686

*rebuild with libxml2=2.7.8

diff --git a/source/gnome-extra/vinagre/FrugalBuild 
b/source/gnome-extra/vinagre/FrugalBuild
index 573162f..aa63bcc 100644
--- a/source/gnome-extra/vinagre/FrugalBuild
+++ b/source/gnome-extra/vinagre/FrugalBuild
@@ -3,13 +3,13 @@

pkgname=vinagre
pkgver=2.30.3
-pkgrel=1
+pkgrel=2
pkgdesc=VNC Client for the GNOME Desktop
depends=('libglade' 'gtk-vnc' 'gnutls' 'libgcrypt' 'libavahi-ui' 'atk' \
'pango' 'libxau' 'libxdmcp' 'freetype2' 'libxdamage' \
'libxinerama' 'libxi' 'libxrandr' 'libxcursor' \
'gnome-panel=2.32.0' 'libgnomeui' 'libsm' 'popt' 'gail' \
-   'libart_lgpl' 'openssl=1.0.0' 'esd')
+   'libart_lgpl' 'openssl=1.0.0' 'esd' 'libxml2=2.7.8')
makedepends=('perl-xml-parser' 'intltool' 'gnome-doc-utils')
options=('scriptlet')
_F_gnome_schemas=('/etc/gconf/schemas/vinagre.schemas')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: afterstep-2.2.11-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f0252aa74764d84f0ceddd2f1a9f67a7b58810c9

commit f0252aa74764d84f0ceddd2f1a9f67a7b58810c9
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 14:05:20 2011 +0100

afterstep-2.2.11-1-x86_64

* Version bump

diff --git a/source/x11-extra/afterstep/FrugalBuild 
b/source/x11-extra/afterstep/FrugalBuild
index 74fdce6..65aa041 100644
--- a/source/x11-extra/afterstep/FrugalBuild
+++ b/source/x11-extra/afterstep/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Priyank Gosalia priyan...@gmail.com

pkgname=afterstep
-pkgver=2.2.9
-pkgrel=2
+pkgver=2.2.11
+pkgrel=1
pkgdesc=A Window Manager based on NEXTStep Interface.
url=http://www.afterstep.org
depends=('gtk+2=2.20.0-2')
@@ -12,10 +12,11 @@ archs=('i686' 'x86_64')
up2date=lynx -dump http://www.afterstep.org/ | grep -m1 Latest | sed 
's/.*Version \(.*\) .*/\1/' | sed 's| .*||g'
source=(ftp://ftp.afterstep.org/stable/AfterStep-$pkgver.tar.bz2)
_F_cd_path=AfterStep-$pkgver
-sha1sums=('dfd7dd912866316e93c3be7a8460d34b95cd54a2')
+sha1sums=('ecfd815b659046281530441af0bc4fc42900d0da')

build()
{
+   Fmkdir usr/share/afterstep/colorschemes/
Fbuild

# Move the AfterStep.desktop to the right place
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: * fixing up2date for github.sh

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=235cb67dd4421aba8e2fef730a5c9817fad412a9

commit 235cb67dd4421aba8e2fef730a5c9817fad412a9
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 14:13:18 2011 +0100

* fixing up2date for github.sh

diff --git a/source/include/github.sh b/source/include/github.sh
index 17c702a..1fe14f4 100644
--- a/source/include/github.sh
+++ b/source/include/github.sh
@@ -58,7 +58,7 @@ if [ $_F_github_devel = yes ]; then
_F_scm_url=git://github.com/$_F_github_author/$_F_github_name
Finclude scm
else
-   up2date=Flasttar 
http://github.com/$_F_github_author/$_F_github_name/downloads;
+   up2date=Fwcat 
https://github.com/$_F_github_author/$_F_github_name/downloads | grep TAR\\\.GZ 
| head -n 1 | sed -e 's|\.*||;s|.*/||'
# On one line for Mr Portability, Hermier Portability.
source=(${source[@]} 
http://github.com/downloads/$_F_github_author/$_F_github_name/$_F_github_name-$_F_github_ver.tar.gz)
fi
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: phonon-4.4.4-1-i686

2011-01-22 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=39a5b68b61d245c96a65b0385122096fe6ccda50

commit 39a5b68b61d245c96a65b0385122096fe6ccda50
Author: Michel Hermier herm...@frugalware.org
Date:   Sat Jan 22 14:44:15 2011 +0100

phonon-4.4.4-1-i686

* Bump version.
* Make pulseaudio default backend (is integrated in the lib).
* Other backends will come later.

diff --git a/source/xmultimedia/phonon/FrugalBuild 
b/source/xmultimedia/phonon/FrugalBuild
index 89e65c6..26ceb0c 100644
--- a/source/xmultimedia/phonon/FrugalBuild
+++ b/source/xmultimedia/phonon/FrugalBuild
@@ -3,38 +3,18 @@
# Contributor: DeX77 d...@dragonslave.de

pkgname=phonon
-pkgver=4.4.3
+pkgver=4.4.4
pkgrel=1
pkgdesc='The multimedia API for KDE 4'
groups=('xmultimedia')
archs=('i686' 'x86_64' 'ppc')
-provides=('libqtphonon')
-conflicts=(${provides[@]})
-replaces=(${provides[@]} 'akode' 'arts')
_F_kde_dirname=stable/$pkgname
Finclude kde
up2date=lynx -dump $_F_kde_mirror/$_F_kde_dirname|tail -n1|sed 's/.*\///'g
url='http://phonon.kde.org'
-source=($_F_kde_mirror/$_F_kde_dirname/$pkgver/$pkgname-$pkgver.tar.bz2)
-depends=(libqtdbus=$_F_kde_qtver libqtgui=$_F_kde_qtver 
libqtopengl=$_F_kde_qtver 'libxcb' 'libuuid' \
-   'libxext' 'libxml2' 'xine-lib')
-makedepends=(${makedepends[@]} libqttest=$_F_kde_qtver alsa-lib)
-sha1sums=('50262d590beb648be9dcad6b913b920db19a84f8')
-
-subpkgs=(${subpkgs[@]} $pkgname-backend-gstreamer)
-subdescs=(${subdescs[@]} Phonon gstreamer backend.)
-subdepends=(${subdepends[@]} gst-plugins-base libgcc libice libxext 
libxfixes libuuid)
-subrodepends=(${subrodepends[@]} $pkgname=$pkgver)
-subgroups=(${subgroups[@]} 'xmultimedia-extra')
-subarchs=(${subarchs[@]} 'i686 x86_64 ppc')
-
-build()
-{
-   KDE_make
-   KDE_project_install gstreamer
-   Fsplit $pkgname-backend-gstreamer /\*
-   KDE_install
-}
+depends=(libqtdbus=$_F_kde_qtver libqtgui=$_F_kde_qtver 'libuuid' 
'pulseaudio')
+makedepends=(${makedepends[@]} libqttest=$_F_kde_qtver)
+sha1sums=('7f31752c20efecbe63c7b312ceb28819fa337943')

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


[Frugalware-git] frugalware-current: nautilus-actions-3.0.7-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=342879f7a2baf778d4b9f51c73f70072758bf948

commit 342879f7a2baf778d4b9f51c73f70072758bf948
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 14:46:31 2011 +0100

nautilus-actions-3.0.7-1-x86_64

* Version bump

diff --git a/source/gnome-extra/nautilus-actions/FrugalBuild 
b/source/gnome-extra/nautilus-actions/FrugalBuild
index 5419e51..e692321 100644
--- a/source/gnome-extra/nautilus-actions/FrugalBuild
+++ b/source/gnome-extra/nautilus-actions/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Priyank Gosalia priyan...@gmail.com

pkgname=nautilus-actions
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc=configures programs to be launched for files selected in Nautilus
depends=('libglade' 'nautilus=2.30.1' 'dbus-glib=0.71-2' 'libgtop')
@@ -12,6 +12,6 @@ archs=('i686' 'x86_64' 'ppc')
_F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome-scriptlet gnome
-sha1sums=('ba0a99a54132e1cdf732b0f0f7b38e25fa1522b7')
+sha1sums=('b129feb3c25346e56df92edbc6ea80b12bc82ce5')

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


[Frugalware-git] frugalware-current: phonon-4.4.4-2-i686

2011-01-22 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=83134a52eb187248ca251f336f3a19e75e692822

commit 83134a52eb187248ca251f336f3a19e75e692822
Author: Michel Hermier herm...@frugalware.org
Date:   Sat Jan 22 14:51:46 2011 +0100

phonon-4.4.4-2-i686

* Remove pulseaudio default backend for now (advised by bouleetbil)

diff --git a/source/xmultimedia/phonon/FrugalBuild 
b/source/xmultimedia/phonon/FrugalBuild
index 26ceb0c..3f979cc 100644
--- a/source/xmultimedia/phonon/FrugalBuild
+++ b/source/xmultimedia/phonon/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=phonon
pkgver=4.4.4
-pkgrel=1
+pkgrel=2
pkgdesc='The multimedia API for KDE 4'
groups=('xmultimedia')
archs=('i686' 'x86_64' 'ppc')
@@ -12,7 +12,7 @@ _F_kde_dirname=stable/$pkgname
Finclude kde
up2date=lynx -dump $_F_kde_mirror/$_F_kde_dirname|tail -n1|sed 's/.*\///'g
url='http://phonon.kde.org'
-depends=(libqtdbus=$_F_kde_qtver libqtgui=$_F_kde_qtver 'libuuid' 
'pulseaudio')
+depends=(libqtdbus=$_F_kde_qtver libqtgui=$_F_kde_qtver 'libuuid') # 
'pulseaudio'
makedepends=(${makedepends[@]} libqttest=$_F_kde_qtver)
sha1sums=('7f31752c20efecbe63c7b312ceb28819fa337943')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-shell-2.91.5-3-i686 *enable bluetooth support

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=680ed418ff4145e331d1225d03ad05317a978974

commit 680ed418ff4145e331d1225d03ad05317a978974
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 14:50:19 2011 +0100

gnome-shell-2.91.5-3-i686
*enable bluetooth support

diff --git a/source/gnome/gnome-shell/FrugalBuild 
b/source/gnome/gnome-shell/FrugalBuild
index 3945148..f3d7975 100644
--- a/source/gnome/gnome-shell/FrugalBuild
+++ b/source/gnome/gnome-shell/FrugalBuild
@@ -3,11 +3,12 @@

pkgname=gnome-shell
pkgver=2.91.5
-pkgrel=2
+pkgrel=3
pkgdesc=Window management and application launching for GNOME
url=http://www.gnome.org/;
depends=('mutter=2.91.5' 'gnome-desktop' 'gjs=0.7' 'gnome-menus' 'librsvg' \
-   'xulrunner' 'gst-plugins-base' 'pulseaudio' 'gnome-themes-standard')
+   'xulrunner' 'gst-plugins-base' 'pulseaudio' 'gnome-themes-standard' \
+   'gnome-bluetooth')
makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \
'gobject-introspection' 'xorg-server-xephyr')
groups=('gnome')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-io-socket-inet6-2.67-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=572483127d9a17a047b245ec92a3054729deae13

commit 572483127d9a17a047b245ec92a3054729deae13
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 14:56:19 2011 +0100

perl-io-socket-inet6-2.67-1-x86_64

* Version Bump

diff --git a/source/devel-extra/perl-io-socket-inet6/FrugalBuild 
b/source/devel-extra/perl-io-socket-inet6/FrugalBuild
index 03d93db..dd69df8 100644
--- a/source/devel-extra/perl-io-socket-inet6/FrugalBuild
+++ b/source/devel-extra/perl-io-socket-inet6/FrugalBuild
@@ -3,10 +3,10 @@

_F_perl_name=IO-Socket-INET6
_F_perl_author=S/SH/SHLOMIF
-pkgver=2.66
+pkgver=2.67
pkgdesc=Perl extension Nearly transparent SSL encapsulation for 
IO::Socket::INET
depends=('perl-socket6=0.20')
groups=('devel-extra')
Finclude perl
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('1c412e00fbfb64c864ca52e7d461b5717cbea3f8')
+sha1sums=('498eeeb0b0c135665d962dfa94c41c075141949e')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-proc-daemon-0.06-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00eacb0602123cb5f94efd50fa85da8c52e3c780

commit 00eacb0602123cb5f94efd50fa85da8c52e3c780
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 15:02:41 2011 +0100

perl-proc-daemon-0.06-1-x86_64

* Version Bump

diff --git a/source/devel-extra/perl-proc-daemon/FrugalBuild 
b/source/devel-extra/perl-proc-daemon/FrugalBuild
index 19e7c92..3922135 100644
--- a/source/devel-extra/perl-proc-daemon/FrugalBuild
+++ b/source/devel-extra/perl-proc-daemon/FrugalBuild
@@ -3,10 +3,10 @@

_F_perl_name=Proc-Daemon
_F_perl_author=D/DE/DETI
-pkgver=0.05
+pkgver=0.06
pkgrel=1
pkgdesc=Run Perl program as a daemon process
Finclude perl
archs=('i686' 'x86_64')
source=(http://mir2.ovh.net/ftp.cpan.org/authors/id/D/DE/DETI/Proc/$_F_perl_name-$pkgver.tar.gz)
-sha1sums=('6907c73b47f39ce29d31dd7f8cf07be58cfe1524')
+sha1sums=('88503e2a0501c9af7c4195884045476752a31319')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-mime-tools-5.500-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=33195b67541d38e1ea8c7cb06d22cc8481dd7c29

commit 33195b67541d38e1ea8c7cb06d22cc8481dd7c29
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 15:04:02 2011 +0100

perl-mime-tools-5.500-1-x86_64

* Version Bump

diff --git a/source/devel-extra/perl-mime-tools/FrugalBuild 
b/source/devel-extra/perl-mime-tools/FrugalBuild
index 8467f77..d4c34c7 100644
--- a/source/devel-extra/perl-mime-tools/FrugalBuild
+++ b/source/devel-extra/perl-mime-tools/FrugalBuild
@@ -3,9 +3,9 @@

_F_perl_name=MIME-tools
_F_perl_author=D/DO/DONEILL
-pkgver=5.428
+pkgver=5.500
pkgdesc=Perl modules for parsing (and creating!) MIME entities
depends=('perl-io-stringy' 'perl-mailtools')
Finclude perl
archs=('i686' 'x86_64')
-sha1sums=('f7fd3daf1b3a792d4b62414d9c2fbd40f2b62d70')
+sha1sums=('9a2506403d3217e25af79b10e4e7dfc344e4bbb6')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: kde.sh: Set default overwritten pkgver to _F_kde_pkgver

2011-01-22 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7bc6dce9b39c415e163fb3841dfea66dfcbb06c9

commit 7bc6dce9b39c415e163fb3841dfea66dfcbb06c9
Author: Michel Hermier herm...@frugalware.org
Date:   Sat Jan 22 15:00:30 2011 +0100

kde.sh: Set default overwritten pkgver to _F_kde_pkgver

diff --git a/source/include/kde.sh b/source/include/kde.sh
index 7a705f9..4d6 100644
--- a/source/include/kde.sh
+++ b/source/include/kde.sh
@@ -98,7 +98,7 @@ if [ -z $_F_archive_name ]; then
fi

if [ -z $pkgver ]; then
-   pkgver=$_F_kde_ver
+   pkgver=$_F_kde_pkgver
fi

if [ -z $url ]; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: util.sh

2011-01-22 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e7ddf7ba91317f3c113e527653b2e8963729ea21

commit e7ddf7ba91317f3c113e527653b2e8963729ea21
Author: Michel Hermier herm...@frugalware.org
Date:   Sat Jan 22 15:10:21 2011 +0100

util.sh

* Don't overwrite _F_kde_folder if allready set.
* Use _F_kde_pkgver in dir name instead of _F_kde_ver (follow pkg
version convention)

diff --git a/source/include/kde.sh b/source/include/kde.sh
index 4d6..5a343c8 100644
--- a/source/include/kde.sh
+++ b/source/include/kde.sh
@@ -64,14 +64,16 @@ if [ -z $_F_kde_mirror ]; then
_F_kde_mirror=ftp://ftp.kde.org/pub/kde;
fi

-if [ -z $_F_kde_unstable ]; then
-   _F_kde_folder=stable
-else
-   _F_kde_folder=unstable
+if [ -z $_F_kde_folder ]; then
+   if [ -z $_F_kde_unstable ]; then
+   _F_kde_folder=stable
+   else
+   _F_kde_folder=unstable
+   fi
fi

if [ -z $_F_kde_dirname ]; then
-   _F_kde_dirname=$_F_kde_folder/$_F_kde_ver/src
+   _F_kde_dirname=$_F_kde_folder/$_F_kde_pkgver/src
fi

if [ -n $_F_kde_final ]; then
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: phonon-4.4.4-1-i686

2011-01-22 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d78b2cf9628dd5e3511f2bd2e19463d688d55b9d

commit d78b2cf9628dd5e3511f2bd2e19463d688d55b9d
Author: Michel Hermier herm...@frugalware.org
Date:   Sat Jan 22 15:13:14 2011 +0100

phonon-4.4.4-1-i686

* Reset pkgrel to 1 (it was not built earlier).
* Use _F_kde_folder.

diff --git a/source/xmultimedia/phonon/FrugalBuild 
b/source/xmultimedia/phonon/FrugalBuild
index 3f979cc..1c4ad68 100644
--- a/source/xmultimedia/phonon/FrugalBuild
+++ b/source/xmultimedia/phonon/FrugalBuild
@@ -4,11 +4,11 @@

pkgname=phonon
pkgver=4.4.4
-pkgrel=2
+pkgrel=1
pkgdesc='The multimedia API for KDE 4'
groups=('xmultimedia')
archs=('i686' 'x86_64' 'ppc')
-_F_kde_dirname=stable/$pkgname
+_F_kde_folder=stable/$pkgname
Finclude kde
up2date=lynx -dump $_F_kde_mirror/$_F_kde_dirname|tail -n1|sed 's/.*\///'g
url='http://phonon.kde.org'
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: qt4-4.7.1-3-i686

2011-01-22 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=47f738f71f99a561d1aca44914515c941278942a

commit 47f738f71f99a561d1aca44914515c941278942a
Author: Michel Hermier herm...@frugalware.org
Date:   Sat Jan 22 15:43:10 2011 +0100

qt4-4.7.1-3-i686

* QtOpenGL depends on glu (brackage due to mesa bump?)

diff --git a/source/xlib-extra/qt4/FrugalBuild 
b/source/xlib-extra/qt4/FrugalBuild
index 3fc3521..8c90996 100644
--- a/source/xlib-extra/qt4/FrugalBuild
+++ b/source/xlib-extra/qt4/FrugalBuild
@@ -6,7 +6,7 @@ USE_DEMOS=${USE_DEMOS:-n}
pkgname=qt4
_F_archive_name=qt-everywhere-opensource-src
pkgver=4.7.1
-pkgrel=2
+pkgrel=3
pkgdesc=The QT4 GUI toolkit.
url=http://qt.nokia.com/products/;
depends=()
@@ -170,7 +170,7 @@ subprovides=(${subprovides[@]} '')

subpkgs=(${subpkgs[@]} libqtopengl)
subdescs=(${subdescs[@]} 'Qt4 OpenGL Library')
-subdepends=(${subdepends[@]} libgl libxrender)
+subdepends=(${subdepends[@]} libgl libglu libxrender)
subrodepends=(${subrodepends[@]} $LIBQTGUIDEP)
subgroups=(${subgroups[@]} 'xlib qt4-libs')
subarchs=(${subarchs[@]} 'i686 x86_64 ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gettext-0.18.1.1-2-i686 *rebuild with libxml2=2.7.8

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=889809ecfe24b5f34718562ea53bc491a8ab0150

commit 889809ecfe24b5f34718562ea53bc491a8ab0150
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 15:50:39 2011 +0100

gettext-0.18.1.1-2-i686
*rebuild with libxml2=2.7.8

diff --git a/source/base/gettext/FrugalBuild b/source/base/gettext/FrugalBuild
index 4d64286..d6b0b66 100644
--- a/source/base/gettext/FrugalBuild
+++ b/source/base/gettext/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=gettext
pkgver=0.18.1.1
-pkgrel=1
+pkgrel=2
pkgdesc=GNU internationalization library
url=http://www.gnu.org/software/gettext;
-depends=('glibc=2.8-3')
+depends=('glibc=2.8-3' 'libxml2=2.7.8')
groups=('base' 'chroot-core')
archs=('i686' 'x86_64' 'ppc')
Fup2gnugz
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: jupiter-support-eee-0.0.12-1-i686

2011-01-22 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab2049e1862be26fa12062b957cb5cd83e2160ee

commit ab2049e1862be26fa12062b957cb5cd83e2160ee
Author: Melko lorddarthfe...@gmail.com
Date:   Sat Jan 22 16:30:49 2011 +0100

jupiter-support-eee-0.0.12-1-i686

* new package

diff --git a/source/apps-extra/jupiter-support-eee/FrugalBuild 
b/source/apps-extra/jupiter-support-eee/FrugalBuild
new file mode 100644
index 000..4cd34a6
--- /dev/null
+++ b/source/apps-extra/jupiter-support-eee/FrugalBuild
@@ -0,0 +1,21 @@
+# Compiling Time: 0 SBU
+# Maintainer: Melko lorddarthfe...@gmail.com
+
+pkgname=jupiter-support-eee
+pkgver=0.0.12
+pkgrel=1
+pkgdesc=EeePc scripts for jupiter
+depends=('jupiter' 'acpid')
+groups=('apps-extra')
+archs=('i686' 'x86_64')
+url=http://sourceforge.net/projects/jupiter/;
+Fpkgversep=_
+up2date=Flasttar 
https://jupiter.svn.sourceforge.net/svnroot/jupiter/releases/;
+source=(https://jupiter.svn.sourceforge.net/svnroot/jupiter/releases/${pkgname}_${pkgver}.tar.gz)
+sha1sums=('ce62a67c4c7dcc1f98dc6b7f1d903b0abed8c872')
+
+build() {
+   Fcd $pkgname-$pkgver
+   Fcprel usr
+   Fcprel etc
+}
diff --git a/source/apps-extra/jupiter-support-eee/jupiter-support-eee.install 
b/source/apps-extra/jupiter-support-eee/jupiter-support-eee.install
new file mode 100644
index 000..1b7f424
--- /dev/null
+++ b/source/apps-extra/jupiter-support-eee/jupiter-support-eee.install
@@ -0,0 +1,17 @@
+post_install()
+{
+   service acpid restart
+}
+
+post_upgrade()
+{
+   post_install
+}
+
+post_remove()
+{
+   post_install
+}
+op=$1
+shift
+$op $*
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gtksourceview-2.10.5-3-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a78ac7ccb7c0782185ed6f1dee4f79cc32791df0

commit a78ac7ccb7c0782185ed6f1dee4f79cc32791df0
Author: bouleetbil bouleet...@frogdev.info
Date:   Sun Jan 23 22:45:54 2011 +0100

gtksourceview-2.10.5-3-x86_64

*Rebuild with libxml2 2.7.8

diff --git a/source/gnome-extra/gtksourceview/FrugalBuild 
b/source/gnome-extra/gtksourceview/FrugalBuild
index 96c52bd..d7d7747 100644
--- a/source/gnome-extra/gtksourceview/FrugalBuild
+++ b/source/gnome-extra/gtksourceview/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=gtksourceview
pkgver=2.10.5
-pkgrel=2
+pkgrel=3
pkgdesc=A text widget adding syntax highlighting and more to GNOME
-depends=('gtk+2')
+depends=('gtk+2' 'libxml2=2.7.8')
makedepends=('intltool' 'gtk-doc' 'libglade3')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: delete useless patch

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d0d653c27ac83e7237d7f0e3405f50a4688489bf

commit d0d653c27ac83e7237d7f0e3405f50a4688489bf
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 16:51:35 2011 +0100

delete useless patch

diff --git a/source/gnome/gnome-volume-manager/01-defaults.patch 
b/source/gnome/gnome-volume-manager/01-defaults.patch
deleted file mode 100644
index 39b8d37..000
--- a/source/gnome/gnome-volume-manager/01-defaults.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur gnome-volume-manager-1.4.0.orig/gnome-volume-manager.schemas.in 
gnome-volume-manager-1.4.0/gnome-volume-manager.schemas.in
 gnome-volume-manager-1.4.0.orig/gnome-volume-manager.schemas.in
2005-09-03 13:23:18.0 +0200
-+++ gnome-volume-manager-1.4.0/gnome-volume-manager.schemas.in 2005-09-03 
13:24:52.0 +0200
-@@ -132,7 +132,7 @@
- key/schemas/desktop/gnome/volume_manager/autoplay_dvd/key
-   applyto/desktop/gnome/volume_manager/autoplay_dvd/applyto
-   typebool/type
--  defaulttrue/default
-+  defaultfalse/default
-   locale name=C
- shortPlay inserted video DVDs/short
- longWhether, when a video DVD is inserted,
-@@ -191,7 +191,7 @@
- key/schemas/desktop/gnome/volume_manager/autophoto_command/key
-   applyto/desktop/gnome/volume_manager/autophoto_command/applyto
-   typestring/type
--  default/default
-+  defaultgnome-volume-manager-gthumb %h/default
-   locale name=C
- shortPhoto management command/short
- longCommand to run when a digital camera is connected or media
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: balsa-2.4.9-2-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7f70145842a97bec9d0391c0eae87fb0a9930c58

commit 7f70145842a97bec9d0391c0eae87fb0a9930c58
Author: bouleetbil bouleet...@frogdev.info
Date:   Sun Jan 23 23:03:21 2011 +0100

balsa-2.4.9-2-x86_64

*rebuild with libnotify 0.7

diff --git a/source/gnome-extra/balsa/FrugalBuild 
b/source/gnome-extra/balsa/FrugalBuild
index e20d32a..6f7c70a 100644
--- a/source/gnome-extra/balsa/FrugalBuild
+++ b/source/gnome-extra/balsa/FrugalBuild
@@ -3,17 +3,17 @@

pkgname=balsa
pkgver=2.4.9
-pkgrel=1
+pkgrel=2
pkgdesc=Balsa is an e-mail client for GNOME
url=http://pawsa.fedorapeople.org/balsa;
up2date=Flasttar http://pawsa.fedorapeople.org/balsa/download.html;
source=($url/$pkgname-$pkgver.tar.bz2)
options=('scriptlet')
-depends=('libesmtp' 'gmime' 'aspell' 'libgnomeprint' 
'libgnomeprintui=2.18.2-3' 'libbonobo' \
+depends=('libesmtp' 'gmime' 'aspell' 'libbonobo' \
'libgnome' 'libgnomeui=2.24.4' 'gnome-vfs' 'gtkhtml=3.30.0-2' 'gpgme' 
'sqlite3' 'openssl=1.0.0' 'gtkspell' \
'libsm' 'gnome-keyring' 'popt' 'esd' 'pango=1.28.0-2' 'libart_lgpl' 'atk' 
'freetype2' \
-   'libxau=1.0.4' 'libxdmcp' 'libnotify' 'libglade=2.6.4-2' 
'libjpeg=8a' 'libxdamage' 'gtkspell' \
-   'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libgcc' 
'gtksourceview=2.6.2-2' 'unique' \
+   'libxau=1.0.4' 'libxdmcp' 'libnotify=0.7' 'libglade=2.6.4-2' 
'libjpeg=8a' 'libxdamage' 'gtkspell' \
+   'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libgcc' 
'gtksourceview=2.6.2-2' 'unique1' \
'rubrica')
makedepends=('perl-xml-parser' 'rarian' 'intltool')
_F_gnome_iconcache=y
@@ -24,7 +24,13 @@ archs=('i686' 'x86_64' 'ppc')
sha1sums=('0cda3106da2db6e544ae3954bef1db3e6f40024a')
Fconfopts=${Fconfopts[@]} --with-ssl --with-gtkprint --with-gpgme=gpgme-config 
\
--with-sqlite=sqlite3 --with-gtkspell --with-gtksourceview=yes --with-unique \
-   --with-nm=no --with-rubrica --with-libnotify=no
-#--with-libnotify requiert libnotify 0.7.0 gnome fork for gtk3
+   --with-nm=no --with-rubrica --with-libnotify=yes
+
+build() {
+   Fcd
+   Fsed libgtkhtml-3.14 libgtkhtml-3.15 configure
+   Fbuild
+   Fbuild_gnome_scriptlet
+}

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


[Frugalware-git] gnometesting: telepathy-mission-control-5.7.2-1-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=5301bea911488c09d481244739ab4ee68caa31ec

commit 5301bea911488c09d481244739ab4ee68caa31ec
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 17:07:49 2011 +0100

telepathy-mission-control-5.7.2-1-i686

*version bump

diff --git a/source/gnome-extra/telepathy-mission-control/FrugalBuild 
b/source/gnome-extra/telepathy-mission-control/FrugalBuild
index 93605ac..2fbe8e6 100644
--- a/source/gnome-extra/telepathy-mission-control/FrugalBuild
+++ b/source/gnome-extra/telepathy-mission-control/FrugalBuild
@@ -2,16 +2,16 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=telepathy-mission-control
-pkgver=5.7.1
+pkgver=5.7.2
pkgrel=1
pkgdesc=Mission Control, or MC, is a telepathy (chat and voip framework) 
component
-depends=('glibc' 'gconf' 'telepathy-glib' 'libtelepathy')
+depends=('glibc' 'telepathy-glib' 'libtelepathy')
groups=('gnome-extra')
url=http://telepathy.freedesktop.org/releases/$pkgname;
up2date=Flasttar 
http://telepathy.freedesktop.org/releases/telepathy-mission-control/;
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;)
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('8c7a9d929d0e1e61f6ccceb3c155f5145f321368')
+sha1sums=('3306e045f5a1a5c629763b50a7a53bb3307226bf')
Fconfopts=${Fconfopts[@]} --enable-server

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


[Frugalware-git] gnometesting: christine-0.7.0-3-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d48e93b3abc26e0679d3107833547a4bfe65f0df

commit d48e93b3abc26e0679d3107833547a4bfe65f0df
Author: bouleetbil bouleet...@frogdev.info
Date:   Sun Jan 23 23:09:53 2011 +0100

christine-0.7.0-3-x86_64

*rebuild with libnotify 0.7

diff --git a/source/gnome-extra/christine/FrugalBuild 
b/source/gnome-extra/christine/FrugalBuild
index 7af7528..f6b2847 100644
--- a/source/gnome-extra/christine/FrugalBuild
+++ b/source/gnome-extra/christine/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=christine
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc=This is Christine a new Python, GTK+, GStreamer based media player. Is 
intended to be beautiful, useful and fat free.
Finclude sourceforge
-depends=('gtk+2=2.20.0-2' 'python=2.7' 'gstreamer' 'gst-python' 'mutagen' 
'libnotify' 'glibc' 'gnome-python')
+depends=('gtk+2=2.20.0-2' 'python=2.7' 'gstreamer' 'gst-python' 'mutagen' 
'libnotify=0.7' 'glibc' 'gnome-python')
makedepends=('intltool' 'gconf' 'perl-xml-parser')
options=('scriptlet')
groups=('gnome-extra')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: deja-dup-17.5-1-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=8d59eb8b60cb914b8899250971feb11c146ddb0f

commit 8d59eb8b60cb914b8899250971feb11c146ddb0f
Author: bouleetbil bouleet...@frogdev.info
Date:   Sun Jan 23 23:32:44 2011 +0100

deja-dup-17.5-1-x86_64

*version bump

diff --git a/source/gnome-extra/deja-dup/FrugalBuild 
b/source/gnome-extra/deja-dup/FrugalBuild
index 0258a35..16de737 100644
--- a/source/gnome-extra/deja-dup/FrugalBuild
+++ b/source/gnome-extra/deja-dup/FrugalBuild
@@ -2,20 +2,20 @@
# Maintainer: Cedrick Hannier alias Cedynamix cedyna...@gmail.com

pkgname=deja-dup
-pkgver=15.5
-pkgrel=3
+pkgver=17.5
+pkgrel=1
pkgdesc=Déjà Dup is a simple backup program and uses duplicity as the 
backend.
url=http://mterry.name/deja-dup/;
depends=('unique' 'duplicity=0.6.09-3' 'nautilus=2.30.1-1' 'atk' 'pango' 
'libxau' 'libxdmcp' \
'zlib' 'libxinerama' 'libxi' 'libxcursor' 'libxdamage' 'libgnomeui' 'libsm' 
'popt' \
-   'gnome-vfs' 'openssl=1.0.0' 'esd' 'gail' 'libart_lgpl' 'libnotify')
+   'gnome-vfs' 'openssl=1.0.0' 'esd' 'gail' 'libart_lgpl' 
'libnotify=0.7')
makedepends=('gnome-doc-utils' 'intltool' 'vala' 'elinks')
options=('scriptlet')
groups=('gnome-extra')
archs=('i686' 'x86_64')
-up2date=$pkgver
+Finclude launchpad
#up2date=elinks -dump 'https://launchpad.net/$pkgname/16/$pkgver/+download' | 
Flasttar
-source=(http://launchpad.net/$pkgname/16/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-sha1sums=('cfdcc4bda794ea91cf877419938212a62f9b1aec')
+source=(http://launchpad.net/deja-dup/18/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+sha1sums=('ae2f64f46ba97adc276391ecce96f26a379d2644')

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


[Frugalware-git] frugalware-current: perl-text-csv-1.21-1-i686

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b5936202acf5d261af210004ef9b6baeb2a4f4dc

commit b5936202acf5d261af210004ef9b6baeb2a4f4dc
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 17:43:50 2011 +0100

perl-text-csv-1.21-1-i686

* Version bump

diff --git a/source/devel-extra/perl-text-csv/FrugalBuild 
b/source/devel-extra/perl-text-csv/FrugalBuild
index 7e05e28..0cdaeac 100644
--- a/source/devel-extra/perl-text-csv/FrugalBuild
+++ b/source/devel-extra/perl-text-csv/FrugalBuild
@@ -3,10 +3,10 @@

_F_perl_name=Text-CSV
_F_perl_author=M/MA/MAKAMAKA
-pkgver=1.20
+pkgver=1.21
pkgdesc=Text::CSV provides facilities for the composition and decomposition of 
comma-separated values
Finclude perl
groups=('devel-extra')
pkgrel=1
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('12bdd7fa2265c1917daee14f145ca6c89b79d1fe')
+sha1sums=('bf9e22c52f507db5542bc53cb2228181c1bd7c76')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gtkam-0.1.17-4-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=be6f68d3c06e2b46fb6e7685974780c184a879a3

commit be6f68d3c06e2b46fb6e7685974780c184a879a3
Author: bouleetbil bouleet...@frogdev.info
Date:   Sun Jan 23 23:50:35 2011 +0100

gtkam-0.1.17-4-x86_64

*rebuild with libxml2 2.7.8

diff --git a/source/gnome/gtkam/FrugalBuild b/source/gnome/gtkam/FrugalBuild
index edb7b76..bab10eb 100644
--- a/source/gnome/gtkam/FrugalBuild
+++ b/source/gnome/gtkam/FrugalBuild
@@ -3,9 +3,10 @@

pkgname=gtkam
pkgver=0.1.17
-pkgrel=3
+pkgrel=4
pkgdesc=GTKam is a GTK-frontend to gphoto2.
-depends=('libgnomeui=2.24.3-2' 'libgphoto2' 'atk' 'gimp=2.6.8-3' 'pango' 
'libexif-gtk=0.3.5-6' 'openssl=1.0.0')
+depends=('libgnomeui=2.24.3-2' 'libgphoto2' 'atk' 'libxml2=2.7.8' \
+   'gimp=2.6.8-3' 'pango' 'libexif-gtk=0.3.5-6' 'openssl=1.0.0')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
_F_sourceforge_dirname=gphoto
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: telepathy-mission-control *moved to lib for empathy

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=76ce50ee901696b30bc62310ed49b1fc10462d04

commit 76ce50ee901696b30bc62310ed49b1fc10462d04
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 17:11:26 2011 +0100

telepathy-mission-control
*moved to lib for empathy

diff --git a/source/gnome-extra/telepathy-mission-control/FrugalBuild 
b/source/lib/telepathy-mission-control/FrugalBuild
similarity index 95%
rename from source/gnome-extra/telepathy-mission-control/FrugalBuild
rename to source/lib/telepathy-mission-control/FrugalBuild
index 2fbe8e6..5fddcec 100644
--- a/source/gnome-extra/telepathy-mission-control/FrugalBuild
+++ b/source/lib/telepathy-mission-control/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=telepathy-mission-control
pkgver=5.7.2
-pkgrel=1
+pkgrel=2
pkgdesc=Mission Control, or MC, is a telepathy (chat and voip framework) 
component
depends=('glibc' 'telepathy-glib' 'libtelepathy')
-groups=('gnome-extra')
+groups=('lib')
url=http://telepathy.freedesktop.org/releases/$pkgname;
up2date=Flasttar 
http://telepathy.freedesktop.org/releases/telepathy-mission-control/;
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: libgda-4.2.3-1-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=7b68a489a633fe7fa50edb51053f6751c06178c0

commit 7b68a489a633fe7fa50edb51053f6751c06178c0
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 17:53:25 2011 +0100

libgda-4.2.3-1-i686

*version bump

diff --git a/source/lib/libgda/FrugalBuild b/source/lib/libgda/FrugalBuild
index eb95408..ef73bc0 100644
--- a/source/lib/libgda/FrugalBuild
+++ b/source/lib/libgda/FrugalBuild
@@ -3,11 +3,11 @@
# Contributor: AlexExtreme a...@alex-smith.me.uk

pkgname=libgda
-pkgver=4.2.0
+pkgver=4.2.3
pkgrel=1
pkgdesc=An interface to the GDA architecture
url=http://www.gnome-db.org/;
-depends=('glib2' 'libxslt' 'readline' 'popt' 'libpq' 'libmysqlclient=5.1.34' 
'libldap' 'gamin')
+depends=('glib2' 'libxslt' 'readline' 'popt' 'libpq' 'libmysqlclient=5.1.34' 
'libldap' 'gamin' 'libxml2=2.7.8')
makedepends=('intltool' 'perl-xml-parser' 'db=4.7.25' 'unixodbc' 'gtk-doc' 
'openldap' 'mysql=5.1.34' 'postgresql' 'gnome-common')
groups=('lib')
archs=('i686' 'x86_64' 'ppc')
@@ -15,6 +15,6 @@ _F_gnome_scrollkeeper=y
options=('scriptlet' 'force')
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --disable-gtk-doc --with-sqlite=/usr
-sha1sums=('98da33580855525c927afcbdaea83625156ec206')
+sha1sums=('5d60de8bb2c3b275a3bab0049f6cb58b863a46e5')

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


[Frugalware-git] gnometesting: lcms2-2.1-1-x86_64 *new package (no conflict with lcms just new branch)

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=09f676b125ece90e0a453c6a67c38c3b9a22a35b

commit 09f676b125ece90e0a453c6a67c38c3b9a22a35b
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Jan 24 00:41:35 2011 +0100

lcms2-2.1-1-x86_64
*new package (no conflict with lcms just new branch)

diff --git a/source/lib/lcms2/FrugalBuild b/source/lib/lcms2/FrugalBuild
new file mode 100644
index 000..9efc4bd
--- /dev/null
+++ b/source/lib/lcms2/FrugalBuild
@@ -0,0 +1,15 @@
+# Compiling time: 0.15 SBU
+# Maintainer: bouleetbil bouleet...@frogdev.info
+
+pkgname=lcms2
+pkgver=2.1
+pkgrel=1
+pkgdesc=Lightweight color management development library/engine
+depends=('libjpeg' 'zlib' 'libtiff')
+_F_sourceforge_dirname=lcms
+Finclude sourceforge
+groups=('lib')
+archs=('i686' 'x86_64' 'ppc')
+sha1sums=('0ce856a004068ff6e22f9f2d7b94a11b9b469bf9')
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-user-share-2.30.2-1-i686 *version bump

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1a98bd8de14f4392bb7ebcdc28602da86c2c4217

commit 1a98bd8de14f4392bb7ebcdc28602da86c2c4217
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 19:02:12 2011 +0100

gnome-user-share-2.30.2-1-i686
*version bump

diff --git a/source/gnome-extra/gnome-user-share/FrugalBuild 
b/source/gnome-extra/gnome-user-share/FrugalBuild
index 96e2f4b..73a2ef6 100644
--- a/source/gnome-extra/gnome-user-share/FrugalBuild
+++ b/source/gnome-extra/gnome-user-share/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-user-share
-pkgver=2.30.1
-pkgrel=2
+pkgver=2.30.2
+pkgrel=1
pkgdesc=a system for easy sharing of user files.
options=('scriptlet')
_F_gnome_schemas=('/etc/gconf/schemas/desktop_gnome_file_sharing.schemas')
@@ -12,10 +12,10 @@ _F_gnome_scrollkeeper=y
_F_gnome_iconcache=y
Finclude gnome-scriptlet gnome
makedepends=('intltool' 'gnome-doc-utils')
-depends=('glib' 'gtk+2=2.22.0' 'gconf=2.32.0' 'dbus-glib' 'libnotify' 
'libcanberra-gtk' 'dbus' 'gnome-bluetooth' 'nautilus')
+depends=('glib' 'gtk+2=2.22.0' 'gconf=2.32.0' 'dbus-glib' 'libnotify=0.7' 
'libcanberra-gtk2' 'dbus' 'gnome-bluetooth' 'nautilus' 'unique1')
groups=('gnome-extra')
archs=('i686' 'x86_64')
-sha1sums=('1051de28334991f270b4abb67a2e7ddb01bc80ea')
+sha1sums=('bd6b36ebdda37b941c02a9e78aaee9f6a984a1f4')
replaces=('nautilus-share')

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


[Frugalware-git] frugalware-current: perl-critic-1.111-1-i686

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=231d00d156ce3627b5253eea8ade3087ba08f3a9

commit 231d00d156ce3627b5253eea8ade3087ba08f3a9
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 19:09:28 2011 +0100

perl-critic-1.111-1-i686

* Version Bump
* Change m8r

diff --git a/source/devel-extra/perl-critic/FrugalBuild 
b/source/devel-extra/perl-critic/FrugalBuild
index 4ff677d..31b6161 100644
--- a/source/devel-extra/perl-critic/FrugalBuild
+++ b/source/devel-extra/perl-critic/FrugalBuild
@@ -1,9 +1,9 @@
# Compiling Time: 0.1 SBU
-# Maintainer: bouleetbil bouleet...@frogdev.info
+# Maintainer: jercell jerce...@gmail.com

_F_perl_name=Perl-Critic
_F_perl_author=E/EL/ELLIOTJS
-pkgver=1.109
+pkgver=1.111
pkgrel=1
pkgdesc=Critique Perl source code for best-practices.
Finclude perl
@@ -11,4 +11,4 @@ depends=('perl-list-moreutils' 'perl-io-string' 
'perl-test-exception' 'perl-conf
'perl-b-keywords' 'perl-ppi' 'perl-exception-class' 'perl-readonly' 
'perl-string-format')
pkgname=perl-critic
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('b1affc5b309e73ff1bda85d138426465b5331f43')
+sha1sums=('f48f25b0147bc47f6966af540fab3617883368ee')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-color-manager-2.91.5-1-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=977dd69ce17917c190ca77e5a406582c78f2433b

commit 977dd69ce17917c190ca77e5a406582c78f2433b
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Jan 24 01:09:50 2011 +0100

gnome-color-manager-2.91.5-1-x86_64

*version bump

diff --git a/source/gnome-extra/gnome-color-manager/FrugalBuild 
b/source/gnome-extra/gnome-color-manager/FrugalBuild
index 81e1594..709ba22 100644
--- a/source/gnome-extra/gnome-color-manager/FrugalBuild
+++ b/source/gnome-extra/gnome-color-manager/FrugalBuild
@@ -2,19 +2,20 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-color-manager
-pkgver=2.32.0
+pkgver=2.91.5
pkgrel=1
pkgdesc=$pkgname install and generate color profiles in the GNOME desktop
-depends=('gtk+2=2.22.0' 'gnome-desktop' 'unique' 'vte' 'libgudev' 'lcms' 
'libcanberra-gtk' \
-   'cups' 'libnotify' 'sane-backends')
+depends=('gtk+3' 'gnome-desktop' 'unique' 'vte' 'libgudev' 'lcms2' 
'libcanberra-gtk' \
+   'cups' 'libnotify=0.7' 'sane-backends' 'gnome-settings-daemon' \
+   'gnome-control-center' 'exiv2')
makedepends=('intltool' 'gnome-doc-utils')
groups=('gnome-extra')
options=('scriptlet')
-_F_gnome_schemas=('/etc/gconf/schemas/gnome-color-manager.schemas')
+_F_gnome_glib=y
_F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
archs=('i686' 'x86_64')
-sha1sums=('18cdc922188c2872c5e0c32b215e6cbea878e289')
+sha1sums=('9fc8af2e93cf73fc413df96ef4c527fe98f4505d')

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


[Frugalware-git] frugalware-current: libconcord-0.23-1-i686 * Version bump

2011-01-22 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=98e5fa30d4a04d8fc278ef79e2482759e8a4943a

commit 98e5fa30d4a04d8fc278ef79e2482759e8a4943a
Author: Pingax pin...@frugalware.fr
Date:   Sat Jan 22 19:11:11 2011 +0100

libconcord-0.23-1-i686
* Version bump

diff --git a/source/lib-extra/libconcord/FrugalBuild 
b/source/lib-extra/libconcord/FrugalBuild
index 2f8f475..a09e342 100644
--- a/source/lib-extra/libconcord/FrugalBuild
+++ b/source/lib-extra/libconcord/FrugalBuild
@@ -1,9 +1,9 @@
-# Compiling Time: 0 SBU
+# Compiling Time: 0.07 SBU
# Maintainer: Cedrick Hannier alias Cedynamix cedyna...@gmail.com

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

subpkgs=(py$pkgname)
subdescs=(Python bindings for libconcord)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-devel-stacktrace-1.27-1-i686

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0a17c8b2a50367976198185e041986ef40e9eb98

commit 0a17c8b2a50367976198185e041986ef40e9eb98
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 19:13:19 2011 +0100

perl-devel-stacktrace-1.27-1-i686

* Version bump
* change m8r

diff --git a/source/devel-extra/perl-devel-stacktrace/FrugalBuild 
b/source/devel-extra/perl-devel-stacktrace/FrugalBuild
index 8c6b3df..1cc6398 100644
--- a/source/devel-extra/perl-devel-stacktrace/FrugalBuild
+++ b/source/devel-extra/perl-devel-stacktrace/FrugalBuild
@@ -1,12 +1,12 @@
# Compiling Time: 0.1 SBU
-# Maintainer: bouleetbil bouleet...@frogdev.info
+# Maintainer: jercel jerce...@gmail.com

_F_perl_name=Devel-StackTrace
_F_perl_author=D/DR/DROLSKY
-pkgver=1.26
+pkgver=1.27
pkgrel=1
pkgdesc=Stack trace and stack trace frame objects
Finclude perl
pkgname=perl-devel-stacktrace
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('d505227e808b793cde73f7d808daca963f005720')
+sha1sums=('2be3206443832bab6a8cd3ea995cdec983e16d7c')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gmusicbrowser-1.1.6-1-i686

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=be0c03ef1ba2f75384f3553bfa4e740827a7f683

commit be0c03ef1ba2f75384f3553bfa4e740827a7f683
Author: jercel jerce...@gmail.com
Date:   Sat Jan 22 19:31:02 2011 +0100

gmusicbrowser-1.1.6-1-i686

* Version bump
* Change m8r

diff --git a/source/xapps-extra/gmusicbrowser/FrugalBuild 
b/source/xapps-extra/gmusicbrowser/FrugalBuild
index 2292617..f7cba16 100644
--- a/source/xapps-extra/gmusicbrowser/FrugalBuild
+++ b/source/xapps-extra/gmusicbrowser/FrugalBuild
@@ -1,18 +1,18 @@
# Compiling Time: 0 SBU
-# Maintainer: bouleetbil bouleet...@frogdev.info
+# Maintainer: jercel jerce...@gmail.com

pkgname=gmusicbrowser
-pkgver=1.0.2
+pkgver=1.1.6
pkgrel=1
-url=http://squentin.free.fr/gmusicbrowser/gmusicbrowser.html;
+url=http://gmusicbrowser.org;
pkgdesc=An open-source jukebox for large collections of mp3/ogg/flac/mpc 
files, written in perl
depends=('perl' 'gtk+2' 'perl-gstreamer-interfaces' \
'mplayer' 'perl-gtk2-trayicon')
groups=('xapps-extra')
archs=('i686' 'x86_64' 'ppc')
options=('scriptlet')
-source=(http://squentin.free.fr/$pkgname/$pkgname-$pkgver.tar.gz)
-up2date=lynx -dump http://squentin.free.fr/$pkgname/download.html | Flasttar
+source=($url/download/$pkgname-$pkgver.tar.gz)
+up2date=lynx -dump $url/download/ | Flasttar
_F_gnome_desktop=y
Finclude gnome-scriptlet
-sha1sums=('56b56f3364f523210d839e570de619cfe11be33d')
+sha1sums=('f6a4096529b670b4d62ebede61fb30b4d5e15604')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-applets-2.91.3-1-i686 *version bump *enable nm support

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2f6daca3616f57852571ab0ab57304e5ab5dd783

commit 2f6daca3616f57852571ab0ab57304e5ab5dd783
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 19:38:03 2011 +0100

gnome-applets-2.91.3-1-i686
*version bump
*enable nm support

diff --git a/source/gnome-extra/gnome-applets/FrugalBuild 
b/source/gnome-extra/gnome-applets/FrugalBuild
index 6f9d951..81baf2f 100644
--- a/source/gnome-extra/gnome-applets/FrugalBuild
+++ b/source/gnome-extra/gnome-applets/FrugalBuild
@@ -2,13 +2,14 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-applets
-pkgver=2.32.1.1
-pkgrel=3
+pkgver=2.91.3
+pkgrel=1
pkgdesc=Applets for use with the GNOME panel
url=http://www.gnome.org/;
depends=('gail=2.22.0' 'gnome-panel=2.32.0' 'libgtop=2.28.0' 
'libxklavier=5.0' 'libwnck=2.28.0' \
'gucharmap=2.32.0' 'gst-plugins-base=0.10.22' 'libnotify=0.7' 
'gnome-icon-theme' 'dbus-glib=0.76-1' \
-   'libgnomekbd=2.32.0' 'gnome-settings-daemon' 'libgweather=2.30.0-2')
+   'libgnomekbd=2.32.0' 'gnome-settings-daemon' \
+   'libgweather=2.30.0-2' 'networkmanager')
rodepends=('notification-daemon=0.4.0')
makedepends=('intltool' 'gnome-doc-utils' 'git')
groups=('gnome-extra')
@@ -26,15 +27,15 @@ _F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --enable-flags --enable-ipv6 --with-gstreamer=0.10 
--enable-stickynotes --enable-mixer-applet
source=(${source[@]} README.Frugalware libnotify7.diff)
-sha1sums=('6edc3aea2bd2198b2bdbdb1fa63b481f724c8fe2' \
+sha1sums=('2c0d0245a0e40bd956bebf3c13e644c7548ade44' \
'c0774a7e94736eeb18aee8cba06bb52fc8a9f144' \
'2112320a79caeb149bbc0f6f16b944f0c7811849')

build() {
Fbuild_slice_scrollkeeper
Fcd
-   Fsed 'PKG_CHECK_MODULES(GIT, gnome-icon-theme = 
$GNOME_ICON_THEME_REQUIRED)' \
-   '' configure.in
+   #Fsed 'PKG_CHECK_MODULES(GIT, gnome-icon-theme = 
$GNOME_ICON_THEME_REQUIRED)' \
+   #   '' configure.in
Fpatchall
Fautoreconf
Fmake
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: totem-pl-parser-2.32.1-3-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=09b661c19f3ec0e264a51cff3be4f5d12def5e7e

commit 09b661c19f3ec0e264a51cff3be4f5d12def5e7e
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Jan 24 01:47:16 2011 +0100

totem-pl-parser-2.32.1-3-x86_64

*Rebuild with libxml2=2.7.8

diff --git a/source/gnome/totem-pl-parser/FrugalBuild 
b/source/gnome/totem-pl-parser/FrugalBuild
index eaf0cb6..3801ce8 100644
--- a/source/gnome/totem-pl-parser/FrugalBuild
+++ b/source/gnome/totem-pl-parser/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=totem-pl-parser
pkgver=2.32.1
-pkgrel=2
+pkgrel=3
url=http://www.gnome.org/;
pkgdesc=Simple GObject-based library to parse a host of playlist formats, as 
well as save those
-depends=('evolution-data-server=2.90.0' 'hal' 'gmime')
+depends=('evolution-data-server=2.90.0' 'hal' 'gmime' 'libxml2=2.7.8')
makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: totem-2.91.4-2-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b5a4731648ecdfdfbe58a322f47631c70ac9b9d5

commit b5a4731648ecdfdfbe58a322f47631c70ac9b9d5
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Jan 24 02:37:13 2011 +0100

totem-2.91.4-2-x86_64

*Rebuild with libxml2=2.7.8

diff --git a/source/gnome/totem/FrugalBuild b/source/gnome/totem/FrugalBuild
index 267feef..843feff 100644
--- a/source/gnome/totem/FrugalBuild
+++ b/source/gnome/totem/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=totem
pkgver=2.91.4
-pkgrel=1
+pkgrel=2
pkgdesc=Movie player for GNOME based on Xine
depends=('libxi' 'libxtst' 'fontconfig' 'libstdc++' 'libxxf86vm' 
'dbus-glib=0.71' \
'libxrandr' 'atk=1.20.0' 'libsm' 'libxinerama' 'libmusicbrainz' 'nss=3.12' 
'avahi-glib=0.6.19' \
@@ -12,7 +12,8 @@ depends=('libxi' 'libxtst' 'fontconfig' 'libstdc++' 
'libxxf86vm' 'dbus-glib=0.7
'shared-mime-info=0.22' 'totem-pl-parser=2.32.' 'libkrb5' 'db=4.7.25' \
'evolution-data-server=2.90.0' 'python=2.7' 'pygobject=2.27.0' \
'gst-plugins-base-oil' 'gst-plugins-good-gconf' 'pygtk' 'libpeas-gtk' \
-   'libgdata=0.6.4' 'gst-plugins-good-libsoup' 'unique' 'gst-ffmpeg')
+   'libgdata=0.6.4' 'gst-plugins-good-libsoup' 'unique' 'gst-ffmpeg' \
+   'libxml2=2.7.8')
makedepends=('intltool' 'gnome-doc-utils' 'vala' 'krb5' 'gnome-common')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: librsvg-2.32.1-4-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=03931723962b7aa191c9392c57b5fa5500e1

commit 03931723962b7aa191c9392c57b5fa5500e1
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Jan 24 02:51:04 2011 +0100

librsvg-2.32.1-4-x86_64

*fixes post install

diff --git a/source/xlib/librsvg/FrugalBuild b/source/xlib/librsvg/FrugalBuild
index f0cddc6..05ab4ff 100644
--- a/source/xlib/librsvg/FrugalBuild
+++ b/source/xlib/librsvg/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=librsvg
pkgver=2.32.1
-pkgrel=3
+pkgrel=4
pkgdesc=A high performance SVG rendering library for GNOME
depends=('gtk+3=2.22.0' 'gdk-pixbuf2' 'libxml2=2.7.8' 'popt' 'libart_lgpl' 
'libcroco=0.6.1-4' 'libgsf=1.14.8')
makedepends=('gtk-doc')
diff --git a/source/xlib/librsvg/librsvg.install 
b/source/xlib/librsvg/librsvg.install
index 30c06c9..d5fc9f2 100644
--- a/source/xlib/librsvg/librsvg.install
+++ b/source/xlib/librsvg/librsvg.install
@@ -1,9 +1,17 @@
post_install() {
echo -n updating gtk/gdk immodules/loaders... 
-   /usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-   /usr/bin/gdk-pixbuf-query-loaders  /etc/gtk-2.0/gdk-pixbuf.loaders
-   /usr/bin/gdk-pixbuf-query-loaders --update-cache
-
+   if [ -f /usr/bin/gtk-query-immodules-2.0 ]
+   then
+   /usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
+   /usr/bin/gdk-pixbuf-query-loaders  
/etc/gtk-2.0/gdk-pixbuf.loaders
+   /usr/bin/gdk-pixbuf-query-loaders --update-cache
+   fi
+   if [ -f /usr/bin/gtk-query-immodules-3.0 ]
+then
+/usr/bin/gtk-query-immodules-3.0  /etc/gtk-3.0/gtk.immodules
+/usr/bin/gdk-pixbuf-query-loaders  
/etc/gtk-3.0/gdk-pixbuf.loaders
+/usr/bin/gdk-pixbuf-query-loaders --update-cache
+fi
echo done.
}

@@ -12,11 +20,7 @@ post_upgrade() {
}

post_remove() {
-   echo -n updating gtk/gdk immodules/loaders... 
-   /usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-   /usr/bin/gdk-pixbuf-query-loaders  /etc/gtk-2.0/gdk-pixbuf.loaders
-   /usr/bin/gdk-pixbuf-query-loaders --update-cache
-   echo done.
+   post_install $1
}

op=$1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: librsvg-2.32.1-5-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=cb10a0f97f8e81232e37cb45fd24de0f465ff8d5

commit cb10a0f97f8e81232e37cb45fd24de0f465ff8d5
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Jan 24 02:55:22 2011 +0100

librsvg-2.32.1-5-x86_64

*forgot to commit .install

diff --git a/source/xlib/librsvg/FrugalBuild b/source/xlib/librsvg/FrugalBuild
index 05ab4ff..030c183 100644
--- a/source/xlib/librsvg/FrugalBuild
+++ b/source/xlib/librsvg/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=librsvg
pkgver=2.32.1
-pkgrel=4
+pkgrel=5
pkgdesc=A high performance SVG rendering library for GNOME
depends=('gtk+3=2.22.0' 'gdk-pixbuf2' 'libxml2=2.7.8' 'popt' 'libart_lgpl' 
'libcroco=0.6.1-4' 'libgsf=1.14.8')
makedepends=('gtk-doc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: glade3-3.7.3-2-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=83eea9bc9b55b3d94c7fe3f8c1f12b0b1c3c6b57

commit 83eea9bc9b55b3d94c7fe3f8c1f12b0b1c3c6b57
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Jan 24 03:07:37 2011 +0100

glade3-3.7.3-2-x86_64

*rebuild with libxml2 2.7.8

diff --git a/source/gnome-extra/glade3/FrugalBuild 
b/source/gnome-extra/glade3/FrugalBuild
index b7c011d..7f0ee7e 100644
--- a/source/gnome-extra/glade3/FrugalBuild
+++ b/source/gnome-extra/glade3/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=glade3
pkgver=3.7.3
-pkgrel=1
+pkgrel=2
pkgdesc=Glade is a GUI builder for GTK+ and Gnome. (VERSION 3)
url=http://glade.gnome.org/;
-depends=(devhelp=0.23)
+depends=(devhelp=0.23 libxml2=2.7.8)
rodepends=('libglade3-gnome')
makedepends=('perl-xml-parser' 'gtk-doc' 'intltool')
_F_gnome_scrollkeeper=y
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: strigi-0.7.2-5-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=64acfe9725b5140e1a8be98572d8f87ddeaa5bda

commit 64acfe9725b5140e1a8be98572d8f87ddeaa5bda
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 21:10:02 2011 +0100

strigi-0.7.2-5-i686

*rebuild with libxml2 2.7.8

diff --git a/source/apps/strigi/FrugalBuild b/source/apps/strigi/FrugalBuild
index 61b7120..201f90a 100644
--- a/source/apps/strigi/FrugalBuild
+++ b/source/apps/strigi/FrugalBuild
@@ -3,12 +3,12 @@

pkgname=strigi
pkgver=0.7.2
-pkgrel=4
+pkgrel=5
pkgdesc=An advanced, desktop independent search daemon
if [ $CARCH != ppc ]; then
Finclude java
fi
-depends=('bzip2' 'dbus' 'clucene=0.9.21b' 'exiv2=0.21' 'gamin')
+depends=('bzip2' 'dbus' 'clucene=0.9.21b' 'exiv2=0.21' 'gamin' 
'libxml2=2.7.8')
groups=('apps')
archs=('i686' 'x86_64' 'ppc')
_F_sourceforge_ext=.tar.bz2
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ayatana: vala-0.11.5-1-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=36dbdaef320e0cb287b85df7d8d83c4225216275

commit 36dbdaef320e0cb287b85df7d8d83c4225216275
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 21:12:36 2011 +0100

vala-0.11.5-1-i686
* version bump

diff --git a/source/devel-extra/vala/FrugalBuild 
b/source/devel-extra/vala/FrugalBuild
index 6245e5a..848e01c 100644
--- a/source/devel-extra/vala/FrugalBuild
+++ b/source/devel-extra/vala/FrugalBuild
@@ -3,16 +3,15 @@
# Contributor: jedifox j3d1...@free.fr

pkgname=vala
-pkgver=0.11.2
+pkgver=0.11.5
pkgrel=1
pkgdesc=Vala is a prgramming language that aims to bring modern programming 
language features to GNOME developers
depends=('glib2=2.20.1')
makedepends=('libxslt')
groups=('devel-extra')
archs=('i686' 'x86_64' 'ppc')
-_F_gnome_devel=y
Finclude gnome
-sha1sums=('722129c8c98bedd74be90c298b591b0da249e85b')
+sha1sums=('5fccc3a524e47c94235d45f86a0cd683f51bc371')
Fconfopts=${Fconfopts[@]} --enable-vapigen

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


[Frugalware-git] ayatana: gdk-pixbuf2-2.23.0-3-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=1c7fefe8775bc002ce572a7e81f89e0542d0c250

commit 1c7fefe8775bc002ce572a7e81f89e0542d0c250
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 21:17:56 2011 +0100

gdk-pixbuf2-2.23.0-3-i686
* version bump

diff --git a/source/xlib/gdk-pixbuf2/FrugalBuild 
b/source/xlib/gdk-pixbuf2/FrugalBuild
index aa62da3..2336e41 100644
--- a/source/xlib/gdk-pixbuf2/FrugalBuild
+++ b/source/xlib/gdk-pixbuf2/FrugalBuild
@@ -3,20 +3,23 @@

pkgname=gdk-pixbuf2
_F_gnome_name=gdk-pixbuf
-pkgver=2.22.1
-pkgrel=1
+pkgver=2.23.0
+pkgrel=3
pkgdesc=An image loading library
depends=('jasper' 'libjpeg' 'libpng' 'libtiff' 'libxcomposite')
groups=('xlib')
makedepends=('gtk-doc' 'gobject-introspection=0.9.0')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
+source=($source gobject.diff)
_F_cd_path=$_F_gnome_name-$pkgver
-sha1sums=('b452208963ddd84f7280865695b50255fcafaa2e')
+sha1sums=('8058a8287d44fe805e005e7a5201f908fd80258d' \
+  'c91008378fd7ad4a2045971653962c9e343bb3e4')

build() {
Fbuild --with-libjasper \
-   --with-included-loaders=png
+   --with-included-loaders=png \
+   --enable-introspection=yes
touch $Fdestdir/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache || Fdie
}

diff --git a/source/xlib/gdk-pixbuf2/gobject.diff 
b/source/xlib/gdk-pixbuf2/gobject.diff
new file mode 100644
index 000..09dbe97
--- /dev/null
+++ b/source/xlib/gdk-pixbuf2/gobject.diff
@@ -0,0 +1,23 @@
+From 9671e0f93f49991954724889970aeb7939e380c5 Mon Sep 17 00:00:00 2001
+From: Evan Nemerson e...@coeus-group.com
+Date: Sat, 20 Nov 2010 17:39:07 +
+Subject: introspection: Add C include and exported packages information to GIR
+
+https://bugzilla.gnome.org/show_bug.cgi?id=635364
+---
+diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
+index d4105d2..514ffe4 100644
+--- a/gdk-pixbuf/Makefile.am
 b/gdk-pixbuf/Makefile.am
+@@ -677,7 +677,8 @@ EXTRA_DIST +=  \
+ if HAVE_INTROSPECTION
+
+ GdkPixbuf-2.0.gir: libgdk_pixbuf-2.0.la Makefile
+-GdkPixbuf_2_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk
++GdkPixbuf_2_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk 
--c-include=gdk-pixbuf/gdk-pixbuf.h
++GdkPixbuf_2_0_gir_EXPORT_PACKAGES = gdk-pixbuf-2.0
+ GdkPixbuf_2_0_gir_INCLUDES = GModule-2.0 Gio-2.0
+ GdkPixbuf_2_0_gir_LIBS = libgdk_pixbuf-2.0.la
+ GdkPixbuf_2_0_gir_CFLAGS = $(INCLUDES)
+--
+cgit v0.8.3.1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: vala-0.11.5-2-i686 *pkgrel++ for don't have some checksum errors with *buildserver (ayatana)

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=535659e9e7dd3d22b6fe18fb3619e00deb0a2d17

commit 535659e9e7dd3d22b6fe18fb3619e00deb0a2d17
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 21:26:45 2011 +0100

vala-0.11.5-2-i686
*pkgrel++ for don't have some checksum errors with
*buildserver (ayatana)

diff --git a/source/devel-extra/vala/FrugalBuild 
b/source/devel-extra/vala/FrugalBuild
index 848e01c..376243e 100644
--- a/source/devel-extra/vala/FrugalBuild
+++ b/source/devel-extra/vala/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=vala
pkgver=0.11.5
-pkgrel=1
+pkgrel=2
pkgdesc=Vala is a prgramming language that aims to bring modern programming 
language features to GNOME developers
depends=('glib2=2.20.1')
makedepends=('libxslt')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: libgnomedb-3.99.7-3-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=053ea87f7d70b17263fc0a42c25ff16913363119

commit 053ea87f7d70b17263fc0a42c25ff16913363119
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 21:30:45 2011 +0100

libgnomedb-3.99.7-3-i686

*rebuild with libxml2 2.7.8

diff --git a/source/gnome-extra/libgnomedb/FrugalBuild 
b/source/gnome-extra/libgnomedb/FrugalBuild
index 3f6df7c..2e94879 100644
--- a/source/gnome-extra/libgnomedb/FrugalBuild
+++ b/source/gnome-extra/libgnomedb/FrugalBuild
@@ -4,10 +4,11 @@

pkgname=libgnomedb
pkgver=3.99.7
-pkgrel=2
+pkgrel=3
pkgdesc=Database widget library for GNOME
url=http://www.gnome-db.org/;
-depends=('libgnomeui=2.24.3-2' 'libgda=4.0.1' 'perl-dbd-mysql' 
'dbus-glib=0.74' 'gtksourceview=2.0.0' 'iso-codes' 'glade3' 'gtksourceview1')
+depends=('libgnomeui=2.24.3-2' 'libgda=4.0.1' 'perl-dbd-mysql' 
'dbus-glib=0.74' 'gtksourceview=2.0.0' \
+   'iso-codes' 'glade3' 'gtksourceview1' 'libxml2=2.7.8')
makedepends=('intltool' 'gtk-doc' 'gnome-common')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ayatana: gobject-introspection-0.10.1-1-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=83d959cc25d99f14a6981dbf34707e3b016d0c3d

commit 83d959cc25d99f14a6981dbf34707e3b016d0c3d
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 21:34:23 2011 +0100

gobject-introspection-0.10.1-1-i686
* version bump

diff --git a/source/xlib/gobject-introspection/FrugalBuild 
b/source/xlib/gobject-introspection/FrugalBuild
index aaa0d1a..4dd3ca9 100644
--- a/source/xlib/gobject-introspection/FrugalBuild
+++ b/source/xlib/gobject-introspection/FrugalBuild
@@ -2,15 +2,15 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gobject-introspection
-pkgver=0.9.12
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
pkgdesc=Generate interface introspection data for GObject libraries.
depends=('glib2' 'libffi' 'cairo=1.8.10-2' 'libxft' 'python=2.7')
groups=('xlib')
archs=('i686' 'x86_64' 'ppc')
_F_gnome_devel=y
Finclude gnome
-sha1sums=('3781634d469d4697bb7f448562d9d70abe12268f')
+sha1sums=('4ba40192f93568ad88afc33bed95c3e9a742ce69')
replaces=('gir-repository')

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


[Frugalware-git] gnometesting: gobject-introspection-0.10.1-2-i686 *other conflict with ayatana

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=eafb667d040dc033c622768664bda8c3caa592c0

commit eafb667d040dc033c622768664bda8c3caa592c0
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 21:35:45 2011 +0100

gobject-introspection-0.10.1-2-i686
*other conflict with ayatana

diff --git a/source/xlib/gobject-introspection/FrugalBuild 
b/source/xlib/gobject-introspection/FrugalBuild
index 4dd3ca9..d910b08 100644
--- a/source/xlib/gobject-introspection/FrugalBuild
+++ b/source/xlib/gobject-introspection/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=gobject-introspection
pkgver=0.10.1
-pkgrel=1
+pkgrel=2
pkgdesc=Generate interface introspection data for GObject libraries.
depends=('glib2' 'libffi' 'cairo=1.8.10-2' 'libxft' 'python=2.7')
groups=('xlib')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] artwork: * updating xfwm4 theme

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=3dc089ceb18e5a691bedc06ed156b81513399df6

commit 3dc089ceb18e5a691bedc06ed156b81513399df6
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 22:11:46 2011 +0100

* updating xfwm4 theme

diff --git a/xfce-frugalware/Frugalware/xfwm4/README 
b/xfce-frugalware/Frugalware/xfwm4/README
new file mode 100755
index 000..7349f4a
--- /dev/null
+++ b/xfce-frugalware/Frugalware/xfwm4/README
@@ -0,0 +1,3 @@
+joy - SVG based theme for xfwm4.
+(c) 2006, 2007, 2008 - Olivier Fourdan four...@xfce.org
+Theme released under GNU GPL license.
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-active.png 
b/xfce-frugalware/Frugalware/xfwm4/bottom-active.png
new file mode 100755
index 000..812335c
Binary files /dev/null and b/xfce-frugalware/Frugalware/xfwm4/bottom-active.png 
differ
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-active.xpm 
b/xfce-frugalware/Frugalware/xfwm4/bottom-active.xpm
deleted file mode 100644
index 8544ed3..000
--- a/xfce-frugalware/Frugalware/xfwm4/bottom-active.xpm
+++ /dev/null
@@ -1,11 +0,0 @@
-/* XPM */
-static char * bottom_active_xpm[] = {
-5 5 3 1,
-  c None,
-. c #F6F6F6 s active_color_2,
-+ c #808080,
-.,
-.,
-.,
-.,
-+};
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.png 
b/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.png
new file mode 100755
index 000..8d51417
Binary files /dev/null and 
b/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.png differ
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.xpm 
b/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.xpm
deleted file mode 100644
index e3bcc67..000
--- a/xfce-frugalware/Frugalware/xfwm4/bottom-inactive.xpm
+++ /dev/null
@@ -1,11 +0,0 @@
-/* XPM */
-static char * bottom_inactive_xpm[] = {
-5 5 3 1,
-  c None,
-. c #F6F6F6 s active_color_2,
-+ c #808080,
-.,
-.,
-.,
-.,
-+};
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.png 
b/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.png
new file mode 100755
index 000..e25afc1
Binary files /dev/null and 
b/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.png differ
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.xpm 
b/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.xpm
deleted file mode 100644
index 4a2e552..000
--- a/xfce-frugalware/Frugalware/xfwm4/bottom-left-active.xpm
+++ /dev/null
@@ -1,11 +0,0 @@
-/* XPM */
-static char * bottom_left_active_xpm[] = {
-5 5 3 1,
-  c None,
-. c #F6F6F6 s active_color_2,
-+ c #808080,
-+,
-+,
-+,
-+,
-+};
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.png 
b/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.png
new file mode 100755
index 000..1407d8c
Binary files /dev/null and 
b/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.png differ
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.xpm 
b/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.xpm
deleted file mode 100644
index fc3bc20..000
--- a/xfce-frugalware/Frugalware/xfwm4/bottom-left-inactive.xpm
+++ /dev/null
@@ -1,11 +0,0 @@
-/* XPM */
-static char * bottom_left_inactive_xpm[] = {
-5 5 3 1,
-  c None,
-. c #F6F6F6 s active_color_2,
-+ c #808080,
-+,
-+,
-+,
-+,
-+};
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.png 
b/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.png
new file mode 100755
index 000..a517a30
Binary files /dev/null and 
b/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.png differ
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.xpm 
b/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.xpm
deleted file mode 100644
index 16f1c36..000
--- a/xfce-frugalware/Frugalware/xfwm4/bottom-right-active.xpm
+++ /dev/null
@@ -1,11 +0,0 @@
-/* XPM */
-static char * bottom_right_active_xpm[] = {
-5 5 3 1,
-  c None,
-. c #F6F6F6 s active_color_2,
-+ c #808080,
-+,
-+,
-+,
-+,
-+};
\ No newline at end of file
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.png 
b/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.png
new file mode 100755
index 000..7d3eb8b
Binary files /dev/null and 
b/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.png differ
diff --git a/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.xpm 
b/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.xpm
deleted file mode 100644
index d94908c..000
--- a/xfce-frugalware/Frugalware/xfwm4/bottom-right-inactive.xpm
+++ /dev/null
@@ -1,11 +0,0 @@
-/* XPM */
-static char * bottom_right_inactive_xpm[] = {
-5 5 3 1,
-  c None,
-. c #F6F6F6 s active_color_2,
-+ c #808080,
-+,
-+,
-+,
-+,
-+};
\ No newline at end of file
diff --git a/xfce-frugalware/Frugalware/xfwm4/close-active.png 

[Frugalware-git] gnometesting: Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b2caa2e221d59e4a77d7738942746bd466bbbd4c

commit b2caa2e221d59e4a77d7738942746bd466bbbd4c
Merge: eafb667 be0c03e
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 22:35:05 2011 +

Merge branch 'master' of git.frugalware.org:/pub/frugalware/frugalware-current

Conflicts:
source/gnome-extra/virt-manager/FrugalBuild
source/xmultimedia/phonon/FrugalBuild

diff --cc source/gnome-extra/virt-manager/FrugalBuild
index a8230b0,9c4d2f3..0a50c95
--- a/source/gnome-extra/virt-manager/FrugalBuild
+++ b/source/gnome-extra/virt-manager/FrugalBuild
@@@ -4,12 -4,12 +4,12 @@@
# Contributor: AlexExtreme a...@alex-smith.me.uk

pkgname=virt-manager
- pkgver=0.8.5
- pkgrel=5
+ pkgver=0.8.6
-pkgrel=1
++pkgrel=2
pkgdesc=Tool for managing virtual machines
url=http://virt-manager.et.redhat.com;
- depends=('pygtk=2.16.0-5' 'libvirt-python=0.8.7' 'dbus-python=0.80.2' 
'libxml2=2.7.8' \
-   'gnome-python-desktop' 'vte-python' 'virtinst=0.500.4' 'rarian' 
'gtk-vnc')
+ depends=('pygtk=2.16.0-5' 'libvirt-python=0.8.7' 'dbus-python=0.80.2' 
'libxml2' \
+   'gnome-python-desktop' 'vte-python' 'virtinst=0.500.5' 'rarian' 
'gtk-vnc')
makedepends=('intltool')
groups=('gnome-extra')
archs=('i686' 'x86_64')
diff --cc source/xmultimedia/phonon/FrugalBuild
index fb3ca26,1c4ad68..bc61e50
--- a/source/xmultimedia/phonon/FrugalBuild
+++ b/source/xmultimedia/phonon/FrugalBuild
@@@ -3,8 -3,8 +3,8 @@@
# Contributor: DeX77 d...@dragonslave.de

pkgname=phonon
- pkgver=4.4.3
+ pkgver=4.4.4
-pkgrel=1
+pkgrel=2
pkgdesc='The multimedia API for KDE 4'
groups=('xmultimedia')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xfce-frugalware-1.4.2-1-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=037c1a91e7d45678c089215831979024a89c9e53

commit 037c1a91e7d45678c089215831979024a89c9e53
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 22:21:19 2011 +0100

xfce-frugalware-1.4.2-1-i686
* version bump

diff --git a/source/xfce4/xfce-frugalware/FrugalBuild 
b/source/xfce4/xfce-frugalware/FrugalBuild
index 42ea5de..95c4587 100644
--- a/source/xfce4/xfce-frugalware/FrugalBuild
+++ b/source/xfce4/xfce-frugalware/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Priyank Gosalia priyan...@gmail.com

pkgname=xfce-frugalware
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc=Default Xfce artwork for Frugalware.
url=http://frugalware.org/;
@@ -13,7 +13,7 @@ groups=('xfce4' 'xfce4-core')
archs=('i686' 'x86_64' 'ppc')
up2date=Flasttar http://ftp.frugalware.org/pub/other/artwork/$pkgname;
source=(http://ftp.frugalware.org/pub/other/artwork/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('01523d827b13b9340180ee2db9d5df5afd96a758')
+sha1sums=('69208684e7a12a24ee3b35382357b9d26a71daee')

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


[Frugalware-git] frugalware-current: gnome-frugalware-1.4.1-1-i686 * version bump

2011-01-22 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0787d011cac77b7df4012b493c4d6159fd06604c

commit 0787d011cac77b7df4012b493c4d6159fd06604c
Author: Devil505 devil505li...@gmail.com
Date:   Sat Jan 22 22:25:11 2011 +0100

gnome-frugalware-1.4.1-1-i686
* version bump

diff --git a/source/gnome/gnome-frugalware/FrugalBuild 
b/source/gnome/gnome-frugalware/FrugalBuild
index 8e03bd2..45b3be9 100644
--- a/source/gnome/gnome-frugalware/FrugalBuild
+++ b/source/gnome/gnome-frugalware/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: AlexExtreme a...@alex-smith.me.uk

pkgname=gnome-frugalware
-pkgver=1.4
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc=Gnome default theme for Frugalware Linux.
url=http://frugalware.org;
rodepends=('gnome-themes' 'gtk+2-engines=2.16.1' 
gtk+2-theme-frugalware=$pkgver \
@@ -14,7 +14,7 @@ groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump http://ftp.frugalware.org/pub/other/artwork/gnome-theme | 
Flasttar
source=(http://ftp.frugalware.org/pub/other/artwork/gnome-theme/$pkgname-$pkgver.tar.bz2)
-sha1sums=('900948137e031733082187a180603771a1aa54ec')
+sha1sums=('1835775646cc1df93c530517a76609cb03fbb3d8')
install=gnome-frugalware.install

subpkgs=('gtk+2-theme-frugalware')
@@ -43,12 +43,7 @@ build() {
Fcprel theme/Frugalware-Dark/gtk-2.0 usr/share/themes/Frugalware-Dark/
Fcprel theme/Frugalware-Dark/metacity-1 usr/share/themes/Frugalware-Dark/

-   Finstallrel 644 theme/Frugalware-Blue/index.theme 
usr/share/themes/Frugalware-Blue/index.theme
-   Fcprel theme/Frugalware-Blue/gtk-2.0 usr/share/themes/Frugalware-Blue/
-   Fcprel theme/Frugalware-Blue/metacity-1 
usr/share/themes/Frugalware-Blue/
-
Fsplit gtk+2-theme-frugalware usr/share/themes/Frugalware/gtk-2.0
Fsplit gtk+2-theme-frugalware usr/share/themes/Frugalware-Dark/gtk-2.0
-   Fsplit gtk+2-theme-frugalware usr/share/themes/Frugalware-Blue/gtk-2.0
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: brasero-2.91.5-2-x86_64

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=32f7d4dba840378158071ef605099cba7db363d2

commit 32f7d4dba840378158071ef605099cba7db363d2
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Jan 24 05:42:09 2011 +0100

brasero-2.91.5-2-x86_64

*rebuild with gtk3

diff --git a/source/gnome/brasero/FrugalBuild b/source/gnome/brasero/FrugalBuild
index 4eba22d..de9ee38 100644
--- a/source/gnome/brasero/FrugalBuild
+++ b/source/gnome/brasero/FrugalBuild
@@ -3,11 +3,11 @@

pkgname=brasero
pkgver=2.91.5
-pkgrel=1
+pkgrel=2
pkgdesc=A CD/DVD Burning application for the GNOME desktop.
url=http://www.gnome.org/projects/brasero/;
makedepends=('intltool' 'gnome-doc-utils')
-depends=('gtk+3' 'cdrtools' 'dvd+rw-tools' \
+depends=('gtk+3=2.99.2' 'cdrtools' 'dvd+rw-tools' \
'gstreamer' 'gst-plugins-base' 'gst-plugins-good' \
'hal=0.5.11' 'libxml2' 'totem=2.91.0' 'perl-xml-parser' 'dbus-glib=0.80' \
'libbeagle' 'popt' 'libdvdcss' 'libcanberra-gtk')
@@ -31,7 +31,7 @@ _F_gnome_iconcache=y
_F_gnome_mime=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --enable-search --enable-playlist --enable-preview 
--enable-inotify --enable-libnotify --disable-schemas-install \
-   --enable-caches=no --enable-introspection=yes
+   --enable-caches=no --enable-introspection=no
sha1sums=('608f3f5b2d49c4669dc538d05786cef37ba354ae')

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


[Frugalware-git] gnometesting: evince-2.91.5-2-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=65af72730a2d963ddc981afa8e4bae1534e7a0cb

commit 65af72730a2d963ddc981afa8e4bae1534e7a0cb
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 23:00:46 2011 +0100

evince-2.91.5-2-i686

*rebuild with libxml2 2.7.8

diff --git a/source/gnome/evince/FrugalBuild b/source/gnome/evince/FrugalBuild
index 1418522..ccb2dbd 100644
--- a/source/gnome/evince/FrugalBuild
+++ b/source/gnome/evince/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=evince
pkgver=2.91.5
-pkgrel=1
+pkgrel=2
pkgdesc=A document viewer for GNOME
-depends=('gtk+3' 'poppler-glib=0.16.0' 'rarian' 'desktop-file-utils' \
+depends=('gtk+3' 'poppler-glib=0.16.0' 'rarian' 'desktop-file-utils' 
'libxml2=2.7.8' \
't1lib' 'dbus-glib=0.76' 'djvulibre' 'ghostscript=9.00' 'libspectre' 'lcms')
makedepends=('intltool' 'gnome-doc-utils' 'perl-xml-parser' \
'gobject-introspection=0.9.6' 'nautilus=2.32.0' 'texlive')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: dconf-0.7.1-2-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=930f7b825e29f72903611af18e4f51ea0a4c082e

commit 930f7b825e29f72903611af18e4f51ea0a4c082e
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 23:33:17 2011 +0100

dconf-0.7.1-2-i686

*rebuild with libxml2 2.7.8

diff --git a/source/gnome/dconf/FrugalBuild b/source/gnome/dconf/FrugalBuild
index 19c266d..e2df827 100644
--- a/source/gnome/dconf/FrugalBuild
+++ b/source/gnome/dconf/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=dconf
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc=A configuration system
-depends=('dbus-glib')
+depends=('dbus-glib' 'libxml2=2.7.8')
makedepends=('vala' 'gobject-introspection' 'libgee')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: libgpod-0.8.0-4-i686

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1b5bb45e9c5aa68c7be71955024f2b848814e2ad

commit 1b5bb45e9c5aa68c7be71955024f2b848814e2ad
Author: bouleetbil bouleet...@frogdev.info
Date:   Sat Jan 22 23:54:22 2011 +0100

libgpod-0.8.0-4-i686

*rebuild with libxml2 2.7.8

diff --git a/source/xlib/libgpod/FrugalBuild b/source/xlib/libgpod/FrugalBuild
index e1ee075..ea622db 100644
--- a/source/xlib/libgpod/FrugalBuild
+++ b/source/xlib/libgpod/FrugalBuild
@@ -4,9 +4,10 @@

pkgname=libgpod
pkgver=0.8.0
-pkgrel=3
+pkgrel=4
pkgdesc=libgpod is a library allowing direct access to the iPod's contents
-depends=('glib2' 'libplist' 'sqlite3' 'libimobiledevice=1.1.0' 'gdk-pixbuf2' 
'python=2.7' 'pygtk' 'mutagen')
+depends=('glib2' 'libplist' 'sqlite3' 'libimobiledevice=1.1.0' \
+   'gdk-pixbuf2' 'python=2.7' 'pygtk' 'mutagen' 'libxml2=2.7.8')
makedepends=('intltool' 'swig')
groups=('xlib')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-frugalware-1.4-6-i686 *switch to gnome-shell by default

2011-01-22 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=bb006a54adaeff6fb24683cbc667da842ac48a19

commit bb006a54adaeff6fb24683cbc667da842ac48a19
Author: bouleetbil bouleet...@frogdev.info
Date:   Sun Jan 23 00:13:08 2011 +0100

gnome-frugalware-1.4-6-i686
*switch to gnome-shell by default

diff --git a/source/gnome/gnome-frugalware/FrugalBuild 
b/source/gnome/gnome-frugalware/FrugalBuild
index 8b2325f..62c1598 100644
--- a/source/gnome/gnome-frugalware/FrugalBuild
+++ b/source/gnome/gnome-frugalware/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=gnome-frugalware
pkgver=1.4
-pkgrel=5
+pkgrel=6
pkgdesc=Gnome default theme for Frugalware Linux.
url=http://frugalware.org;
rodepends=('gnome-themes' 'gtk+2-engines=2.16.1' 
gtk+2-theme-frugalware=$pkgver \
diff --git a/source/gnome/gnome-frugalware/gnome-frugalware.install 
b/source/gnome/gnome-frugalware/gnome-frugalware.install
index d386577..e82fc88 100644
--- a/source/gnome/gnome-frugalware/gnome-frugalware.install
+++ b/source/gnome/gnome-frugalware/gnome-frugalware.install
@@ -1,6 +1,14 @@
post_install() {
-   #switch to new theme
+   #TODO
+   #fix glib schema for use frugalware background
+   #org.gnome.desktop.background

+   #force gnome-shell
+   gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.defaults \
+   --direct --type string -s \
+   /desktop/gnome/session/required_components/windowmanager  
gnome-shell
+
+   #switch to new theme
gconftool-2 --config-source=xml::/etc/gconf/gconf.xml.defaults \
--direct --type string -s \
/apps/metacity/general/theme Frugalware
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-list-moreutils-0.30-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4b17a1fb51ab92ecee071d0543b2f18c2ae41602

commit 4b17a1fb51ab92ecee071d0543b2f18c2ae41602
Author: jercel jerce...@gmail.com
Date:   Sun Jan 23 08:45:09 2011 +0100

perl-list-moreutils-0.30-1-x86_64

* Change m8r
* Version Bump

diff --git a/source/devel-extra/perl-list-moreutils/FrugalBuild 
b/source/devel-extra/perl-list-moreutils/FrugalBuild
index a838e03..23c8bcb 100644
--- a/source/devel-extra/perl-list-moreutils/FrugalBuild
+++ b/source/devel-extra/perl-list-moreutils/FrugalBuild
@@ -1,14 +1,14 @@
# Compiling Time: 0.1 SBU
-# Maintainer: bouleetbil bouleet...@frogdev.info
+# Maintainer: jercel jerce...@gmail.com
# Contributor: Zsolt Szalai x...@frugalware.org

_F_perl_name=List-MoreUtils
-_F_perl_author=V/VP/VPARSEVAL
-pkgver=0.24
+_F_perl_author=A/AD/ADAMK
+pkgver=0.30
pkgdesc=Provide the stuff missing in List::Util
Finclude perl
-pkgrel=2
+pkgrel=1
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('5e3d412f14133e9300cd2707400ab6f5cc3b59ba')
+sha1sums=('478882031952ff886c0fdf176b03856d12349ab0')

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


[Frugalware-git] frugalware-current: lcms-1.19-2-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=61e2ddd831f50d667ff977b827800f69e8fd4b57

commit 61e2ddd831f50d667ff977b827800f69e8fd4b57
Author: jercel jerce...@gmail.com
Date:   Sun Jan 23 08:49:33 2011 +0100

lcms-1.19-2-x86_64

* Change m8r

diff --git a/source/lib/lcms/FrugalBuild b/source/lib/lcms/FrugalBuild
index fd5a2e1..dc4f5d7 100644
--- a/source/lib/lcms/FrugalBuild
+++ b/source/lib/lcms/FrugalBuild
@@ -1,5 +1,5 @@
# Compiling time: 0.15 SBU
-# Maintainer: jercel jerce...@gmail.com
+# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=lcms
pkgver=1.19
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-b-keywords-1.10-1-x86_64

2011-01-22 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c4c6fd083ed81b2fa8e2b91aa2a2c25517ce6adb

commit c4c6fd083ed81b2fa8e2b91aa2a2c25517ce6adb
Author: jercel jerce...@gmail.com
Date:   Sun Jan 23 08:53:48 2011 +0100

perl-b-keywords-1.10-1-x86_64

* Version Bump
* Change m8r

diff --git a/source/devel-extra/perl-b-keywords/FrugalBuild 
b/source/devel-extra/perl-b-keywords/FrugalBuild
index e8c41cf..f41357b 100644
--- a/source/devel-extra/perl-b-keywords/FrugalBuild
+++ b/source/devel-extra/perl-b-keywords/FrugalBuild
@@ -1,12 +1,12 @@
# Compiling Time: 0.1 SBU
-# Maintainer: bouleetbil bouleet...@frogdev.info
+# Maintainer: jercel jerce...@gmail.com

_F_perl_name=B-Keywords
-_F_perl_author=/J/JJ/JJORE
-pkgver=1.09
+_F_perl_author=/F/FL/FLORA
+pkgver=1.10
pkgrel=1
pkgdesc=Lists of reserved barewords and symbol names 
Finclude perl
pkgname=perl-b-keywords
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('f4790422e48931c5160426b796d22d50faf521a1')
+sha1sums=('e839451c3d986f5844c932b3a995134c076ce898')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git