[Frugalware-git] artwork: * added specific xfce4-panel files for gtk2 theme

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

commit 3a00ec02d2f0946f53992ca862ee4692b766e88c
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:05:42 2011 +0200

* added specific xfce4-panel files for gtk2 theme

diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/xfce-panel.rc 
b/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/xfce-panel.rc
new file mode 100644
index 000..74337ac
--- /dev/null
+++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/xfce-panel.rc
@@ -0,0 +1,110 @@
+
+style elementary-panel
+{
+   xthickness  = 1
+   ythickness  = 0
+
+   bg_pixmap[NORMAL]   = Apps/xfce-panel/panel-dark.png # Disable 
for normal panel backgrounds.
+
+   fg[NORMAL]  = #ff
+   fg[ACTIVE]  = #ff
+   fg[SELECTED]= #ff
+   fg[PRELIGHT]= #ff
+   bg[NORMAL]  = shade (0.85, #3B3B3B)
+   bg[ACTIVE]  = shade (0.85, #3B3B3B)
+   bg[SELECTED]= shade (0.85, #3B3B3B)
+   bg[PRELIGHT]= shade (0.85, #3B3B3B)
+
+   engine murrine {
+   roundness   = 0
+   highlight_shade = 1.0
+   lightborder_shade   = 0.88
+   gradient_shades = {0.90,1.09,1.10,1.30}
+   contrast= 1.05
+   border_shades   = {1.2, 1.1}
+   textstyle   = 0
+   arrowstyle  = 0
+   }
+
+}
+
+style elementary-panel-handle
+{
+engine pixmap
+{
+image
+{
+   function= HANDLE
+}
+}
+}
+
+style murrine-menu-calendar = murrine-thin
+{
+   text[INSENSITIVE]   = #66
+   text[NORMAL]= #ff
+   base[NORMAL]= #3B3B3B
+   base[ACTIVE]= #555753
+
+   engine murrine
+   {
+   roundness   = 1
+   }
+}
+
+style murrine-menu-entry = murrine-thin
+{
+
+   ythickness  = 3
+
+   base[NORMAL]= #BB
+   base[ACTIVE]= #BB
+
+   engine murrine
+   {
+   roundness   = 3
+   }
+}
+
+style murrine-menu-item = murrine-wider-dark
+{
+   engine murrine
+   {
+   roundness   = 0
+   lightborderstyle= 1
+   contrast= 1.5
+   }
+}
+
+class PanelApp*  style elementary-panel
+class PanelToplevel* style elementary-panel
+class *Xfce*Panel*   style elementary-panel
+
+# widget *fast-user-switch*  style elementary-panel
+# widget PanelToplevel*PanelAppletFrame  style elementary-panel
+# widget PanelToplevel*PanelMenuBar  style elementary-panel
+# widget PanelToplevel*PanelWidget*  style elementary-panel
+# widget *CPUFreq*Applet*style elementary-panel
+widget *Xfce*Panel*  style elementary-panel
+
+# widget_class BonoboPlug*PanelApplet*   style elementary-panel
+widget_class *tray*  style elementary-panel
+
+# Make sure panel text color doesn't change
+widget_class *Panel*MenuBar* style murrine-dark
+widget_class *Panel*GtkMenuBar*style murrine-dark
+widget *.clock-applet-button.*   style murrine-dark
+widget *PanelApplet* style murrine-dark
+
+# Hide ugly handle
+class PanelAppletFrame   style:highest 
elementary-panel-handle
+
+widget_class *GtkMenu* style murrine-thin-dark
+widget_class *GtkMenuItem* style murrine-menu-item
+widget_class *GtkMenuItem.*.GtkCalendar  style murrine-menu-calendar
+widget_class *GtkMenuItem.*.GtkEntry style murrine-menu-entry
+widget_class *GtkMenuItem.*.GtkScale style murrine-scale
+widget_class *GtkMenuBar*  style murrine-menubar
+widget *.gtk-combobox-popup-menu.*   style murrine-dark
+
+
diff --git 
a/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/xfce-panel/panel-dark.png 
b/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/xfce-panel/panel-dark.png
new file mode 100644
index 000..118d045
Binary files /dev/null and 
b/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/xfce-panel/panel-dark.png 
differ
___
Frugalware-git mailing list

[Frugalware-git] artwork: * updating gtk3 theme

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=a50a29180c614918e222c2fd90f8509f63b65e2a

commit a50a29180c614918e222c2fd90f8509f63b65e2a
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:04:37 2011 +0200

* updating gtk3 theme

diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/gedit.rc 
b/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/gedit.rc
index 28c8c38..3012d12 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/gedit.rc
+++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/gedit.rc
@@ -10,5 +10,5 @@ style gedit-frame
}

widget_class *Gedit*.GtkFrame*  style gedit-frame
-widget_class *Gedit*.GtkScrolledWindow style 
murrine-thin
+widget_class *Gedit*.GtkScrolledWindow style murrine-thin
widget_class *Gedit*.GtkArrow*  style:highest 
murrine-default
diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/nautilus.rc 
b/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/nautilus.rc
index 7196fd8..e65f015 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/nautilus.rc
+++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/Apps/nautilus.rc
@@ -9,12 +9,6 @@ style nautilus-sidebar = murrine-sidebar
GtkTreeView::vertical_separator = 2
}

-style nautilus-sidebar-other = nautilus-sidebar
-{
-   xthickness  = 0
-   bg[NORMAL]  = @bg_color
-}
-
style nautilus-extra-view
{

@@ -36,40 +30,18 @@ style nautilus-extra-view

style nautilus-statusbar
{
-   xthickness  = 4
-
-   bg[NORMAL]  = @base_color
-   bg[PRELIGHT]= shade (1.16, mix (0.1, @bg_color, @selected_bg_color))
-   bg[SELECTED]= @fg_color
-
-   base[SELECTED]  = shade (0.8, @selected_bg_color)
+   bg[NORMAL]  = @base_color

-   fg[NORMAL]  = mix (0.4, @base_color, @text_color)
+   fg[NORMAL]  = mix (0.4, @base_color, @text_color)
fg[PRELIGHT]= mix (0.4, @base_color, @text_color)
fg[SELECTED]= mix (0.4, @base_color, @text_color)
-   fg[ACTIVE]  = mix (0.4, @base_color, @text_color)
+   fg[ACTIVE]  = mix (0.4, @base_color, @text_color)
fg[INSENSITIVE] = mix (0.4, @base_color, @text_color)
-
-   engine pixmap
-   {
-
-   image
-   {
-   function= RESIZE_GRIP
-   recolorable = TRUE
-   detail  = statusbar
-   overlay_file= /Handle/resize_grip.png
-   overlay_border  = {0,0,0,0 }
-   overlay_stretch = FALSE
-   }
-  }
}

style nautilus-scale
{
-   ythickness = 0
-
-   GtkRange::trough-border = 0
+   GtkRange::trough-border = 0
GtkScale::trough-side-details   = 0

engine pixmap
@@ -187,18 +159,18 @@ style nautilus-right-slider
}
}

-widget *NautilusNavigationWindow style 
nautilus-window-base
-widget *Nautilus*Splitterstyle 
pixmap-sidebar-handle-left
-widget_class   *Nautilus*Viewstyle murrine-thin
-widget_class   *Nautilus*NautilusSidePane*   style nautilus-sidebar
+widget *NautilusNavigationWindow style 
nautilus-window-base
+widget *Nautilus*Splitterstyle 
pixmap-sidebar-handle-left
+widget_class   *Nautilus*Viewstyle 
murrine-thin
+widget_class   *Nautilus*NautilusSidePane*   style 
nautilus-sidebar
widget_class*Nautilus*NautilusSidePane*Scrolled*  style 
murrine-scrollbar-sidebar
-widget_class   *Nautilus*Statusbar*  style 
nautilus-statusbar
-widget_class   *Nautilus*Scale*  style nautilus-scale
+widget_class   *Nautilus*Statusbar*  style 
nautilus-statusbar
+widget_class   *Nautilus*Scale*  style 
nautilus-scale

-widget_class   *Nautilus*Notebookstyle murrine-thin
+widget_class   *Nautilus*Notebookstyle 
murrine-thin

-widget *.nautilus-extra-view-widget  style : highest 
nautilus-extra-view
+widget  *.nautilus-extra-view-widget style : 
highest nautilus-extra-view

-widget_class *NautilusPathBar.*ToggleButton* style 
nautilus-breadcrumbs
-widget Nautilus*left_slider* style 
nautilus-left-slider
-widget Nautilus*right_slider*style 
nautilus-right-slider
+widget_class *NautilusPathBar.*ToggleButton* style 
nautilus-breadcrumbs
+widget Nautilus*left_slider* style 
nautilus-left-slider
+widget Nautilus*right_slider*
style nautilus-right-slider
diff --git 

[Frugalware-git] artwork: * added new files for xfwm4 theme

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=abfb64af63cc4c68511810a13c5224b32f52a69d

commit abfb64af63cc4c68511810a13c5224b32f52a69d
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:06:46 2011 +0200

* added new files for xfwm4 theme

diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-active.png 
b/xfce-frugalware/Frugalware/xfwm4/maximize-active.png
index 5498bb1..08fa6f1 100644
Binary files a/xfce-frugalware/Frugalware/xfwm4/maximize-active.png and 
b/xfce-frugalware/Frugalware/xfwm4/maximize-active.png differ
diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-active.xpm 
b/xfce-frugalware/Frugalware/xfwm4/maximize-active.xpm
index 6796661..97f015f 100644
--- a/xfce-frugalware/Frugalware/xfwm4/maximize-active.xpm
+++ b/xfce-frugalware/Frugalware/xfwm4/maximize-active.xpm
@@ -1,36 +1,64 @@
/* XPM */
static char * maximize_active_xpm[] = {
-20 24 9 1,
-  c #939393,
-. c #FF,
-+ c #DEDEDE s active_color_2,
-@ c #969696,
-# c #9F9F9F,
-$ c #ACACAC,
-% c #ECECEC,
- c #EEEFEF,
-* c #EFEFEF,
-,
+20 24 37 1,
+  c None,
+. c #939393,
++ c #FF,
+@ c #DEDEDE s active_color_2,
+# c #B0B0B0,
+$ c #878787,
+% c #EBEBEB,
+ c #C7C7C7,
+* c #9E9E9E,
+= c #D4D4D4,
+- c #A9A9A9,
+; c #A6A6A6,
+ c #B1B1B1,
+, c #ACACAC,
+' c #B9B9B9,
+) c #CECECE,
+! c #AEAEAE,
+~ c #E8E8E8,
+{ c #C6C6C6,
+] c #EDEDED,
+^ c #D6D6D6,
+/ c #B5B5B5,
+( c #9F9F9F,
+_ c #D0D0D0,
+: c #E2E2E2,
+ c #F2F2F2,
+[ c #E0E0E0,
+} c #989898,
+| c #B6B6B6,
+1 c #A1A1A1,
+2 c #9C9C9C,
+3 c #A7A7A7,
+4 c #A5A5A5,
+5 c #B7B7B7,
+6 c #B2B2B2,
+7 c #C3C3C3,
+8 c #F8F8F8,
,
,
-,
-,
-,
-,
-,
-,
-+@@+,
-+##+,
-+$$+,
-++@@@$$@@@++,
-++++,
-++%%%$$%%%++,
-+$$+,
-+$$+,
-+*+,
-,
-,
-,
-,
-,
-};
+,
+,
+,
+,
+,
+,
+@@#@,
+@@%***@,
+@@=-;;;@,
+@@,')!@,
+@@~{]]^@,
+@/@^(_:[@%@,
+@}|123@@,
+@-145%@@,
+@)[@@,
+@'''67@@,
+@%@@,
+,
+,
+,
+,
+};
diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.png 
b/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.png
index 5498bb1..08fa6f1 100644
Binary files a/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.png and 
b/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.png differ
diff --git a/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.xpm 
b/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.xpm
index b70cf73..2527b78 100644
--- a/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.xpm
+++ b/xfce-frugalware/Frugalware/xfwm4/maximize-inactive.xpm
@@ -1,34 +1,61 @@
/* XPM */
static char * maximize_inactive_xpm[] = {
-20 24 7 1,
-  c #939393,
-. c #FF,
-+ c #DEDEDE s active_color_2,
-@ c #BABABA,
-# c #CACACA,
-$ c #EAEAEA,
-% c #D4D4D4,
-,
+20 24 34 1,
+  c None,
+. c #939393,
++ c #FF,
+@ c #DEDEDE s active_color_2,
+# c #C7C7C7,
+$ c #B2B2B2,
+% c #E4E4E4,
+ c #D2D2D2,
+* c #BEBEBE,
+= c #D8D8D8,
+- c #C3C3C3,
+; c #C2C2C2,
+ c #C5C5C5,
+, c #CBCBCB,
+' c #D6D6D6,
+) c #C6C6C6,
+! c #E2E2E2,
+~ c #E5E5E5,
+{ c #DADADA,
+] c #CACACA,
+^ c #D9D9D9,
+/ c #D7D7D7,
+( c #E0E0E0,
+_ c #E8E8E8,
+: c #DFDFDF,
+ c #BB,
+[ c #BFBFBF,
+} c #BDBDBD,
+| c #C1C1C1,
+1 c #D5D5D5,
+2 c #CC,
+3 c #C8C8C8,
+4 c #D1D1D1,
+5 c #EBEBEB,
,
,
-,
-,
-,
-,
-,
-,
-+@@+,
-+##+,
-+##+,
-++@@@##@@@++,
-++++,
-++$$$##$$$++,
-+##+,
-+%%+,
-+$$+,
-,
-,
-,
-,
-,
-};
+,
+,
+,
+,
+,
+,
+@@#@,

[Frugalware-git] frugalware-current: perl-json-2.53-1-i686 * version bump

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=76ae97a8675d022b1ed3c4d11a8fb2e7c22b5a14

commit 76ae97a8675d022b1ed3c4d11a8fb2e7c22b5a14
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:11:19 2011 +0200

perl-json-2.53-1-i686
* version bump

diff --git a/source/devel-extra/perl-json/FrugalBuild 
b/source/devel-extra/perl-json/FrugalBuild
index b37f87f..bc62329 100644
--- a/source/devel-extra/perl-json/FrugalBuild
+++ b/source/devel-extra/perl-json/FrugalBuild
@@ -3,10 +3,10 @@

_F_perl_name=JSON
_F_perl_author=M/MA/MAKAMAKA
-pkgver=2.51
+pkgver=2.53
pkgrel=1
pkgdesc=JSON (JavaScript Object Notation) encoder/decoder
Finclude perl
groups=('devel-extra')
archs=('i686' 'x86_64')
-sha1sums=('236eba1c2a21876d7a2548c926c268896c7c81b0')
+sha1sums=('a56cd4155ddad0e55bbef588207c3fd85e13c271')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: filezilla-3.5.0-1-i686 * version bump

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f6adab98e623cffbcf3ceec0065013e38e13f39e

commit f6adab98e623cffbcf3ceec0065013e38e13f39e
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:20:15 2011 +0200

filezilla-3.5.0-1-i686
* version bump

diff --git a/source/xapps-extra/filezilla/FrugalBuild 
b/source/xapps-extra/filezilla/FrugalBuild
index 8e3fb1e..d16c821 100644
--- a/source/xapps-extra/filezilla/FrugalBuild
+++ b/source/xapps-extra/filezilla/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=filezilla
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc=a fast and reliable cross-platform FTP, FTPS and SFTP client
depends=('wxgtk-u8=2.8.10.1-2' 'libidn' 'gnutls=2.8.3' 'libgcrypt' 'libgcc' \
@@ -21,6 +21,6 @@ groups=('xapps-extra')
archs=('i686' 'x86_64' 'ppc')
_F_cd_path=$pkgname-$pkgver
Fconfopts=${Fconfopts[@]} --with-tinyxml=builtin --disable-manualupdatecheck
-sha1sums=('09f3ba8bf62d43c31cfb59e263d8f06550a63828')
+sha1sums=('0d351b74bbe70cbfea1d315fd07193089e6e1c9d')

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


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

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6bc8443e4947ab0b18e534d1c4946925dc8cb182

commit 6bc8443e4947ab0b18e534d1c4946925dc8cb182
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:23:11 2011 +0200

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

diff --git a/source/gnome/gnome-frugalware/FrugalBuild 
b/source/gnome/gnome-frugalware/FrugalBuild
index 6c8397b..e11e2bf 100644
--- a/source/gnome/gnome-frugalware/FrugalBuild
+++ b/source/gnome/gnome-frugalware/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: AlexExtreme a...@alex-smith.me.uk

pkgname=gnome-frugalware
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc=Gnome default theme for Frugalware Linux.
url=http://frugalware.org;
@@ -14,7 +14,7 @@ groups=('gnome')
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=('6564ff9f3f381bd004a61bb107eeb04f200e2bdc')
+sha1sums=('e66126ae20418fb84a4340731f987be63aa78a52')

subpkgs=('gtk+2-theme-frugalware')
subdescs=('Frugalware GTK+2 theme')
@@ -25,13 +25,13 @@ subarchs=('i686 x86_64 ppc')

subpkgs=(${subpkgs[@]} 'gtk+3-theme-frugalware')
subdescs=(${subdescs[@]} 'Frugalware GTK+3 theme')
-subdepends=(${subdepends[@]} gtk+3 gtk+3-engines)
+subdepends=(${subdepends[@]} gtk+3 gtk+3-engines gtk+3-engines-unico)
subrodepends=(${subrodepends[@]} $pkgname=$pkgver)
subgroups=(${subgroups[@]} 'gnome')
subarchs=(${subarchs[@]} 'i686 x86_64 ppc')

build() {
-   Fcd
+   Fcd $pkgname
Fmkdir usr/share/gnome-background-properties
Fmkdir usr/share/pixmaps/backgrounds/gnome/frugalware
Fmkdir usr/share/themes/
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


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

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a80e8a0a2912b578a85423ca8af15f259db572af

commit a80e8a0a2912b578a85423ca8af15f259db572af
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:25:20 2011 +0200

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

diff --git a/source/xfce4/xfce-frugalware/FrugalBuild 
b/source/xfce4/xfce-frugalware/FrugalBuild
index a32b9ba..b55ec18 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.5.3
+pkgver=1.5.4
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=('f71a3709fc3df6b697d3d4f92ed15f3f2ee8d4da')
+sha1sums=('b1532e9972a3b3a1d715b4db4483748aa1595680')

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


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

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=092dc03c8e7066784f894982f43ec52a82487313

commit 092dc03c8e7066784f894982f43ec52a82487313
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:29:05 2011 +0200

xnoise-0.1.23-1-i686
* version bump

diff --git a/source/xapps-extra/xnoise/FrugalBuild 
b/source/xapps-extra/xnoise/FrugalBuild
index b7f78de..a6b466e 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.22
+pkgver=0.1.23
pkgrel=1
pkgdesc=Media player with a slick GUI, great speed and lots of features.
depends=('taglib' 'sqlite3' 'gst-plugins-base' 'unique1' 'gtk+2-libs' \
@@ -15,6 +15,6 @@ _F_googlecode_ext=.tar.bz2
Finclude googlecode gnome-scriptlet
groups=('xapps-extra')
archs=('i686' 'x86_64')
-sha1sums=('a0c4820dbb498588ef8b5ffa930577eacaa6a00e')
+sha1sums=('397220d8a7a9f903b6718b8c3976fd84b7b81f3f')
replaces=('xnoise-plugins-core')
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: rapid-photo-downloader-0.4.1-1-i686 * version bump

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=939f74e900b4f0e5bd53d0ccc45679a852a78726

commit 939f74e900b4f0e5bd53d0ccc45679a852a78726
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:36:11 2011 +0200

rapid-photo-downloader-0.4.1-1-i686
* version bump

diff --git a/source/gnome-extra/rapid-photo-downloader/FrugalBuild 
b/source/gnome-extra/rapid-photo-downloader/FrugalBuild
index bb9dbf2..ce3d634 100644
--- a/source/gnome-extra/rapid-photo-downloader/FrugalBuild
+++ b/source/gnome-extra/rapid-photo-downloader/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=rapid-photo-downloader
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc=Import your photos and videos efficiently and reliably.
url=http://www.damonlynch.net/rapid/;
@@ -15,4 +15,4 @@ groups=('gnome-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url/download.html
source=(http://launchpad.net/rapid/trunk/${pkgver}/+download/$pkgname-$pkgver.tar.gz)
-sha1sums=('2da95ad2c8939828740321565852a6721065a59a')
+sha1sums=('75a25d7a97f333ac3bf9dfc4bef9e18bf35b5559')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: marlin-20110524-1-i686 * version bump

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1234a663a2b2eda6d0468f17efbc589c23f5bbfb

commit 1234a663a2b2eda6d0468f17efbc589c23f5bbfb
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:39:32 2011 +0200

marlin-20110524-1-i686
* version bump

diff --git a/source/xapps-extra/marlin/FrugalBuild 
b/source/xapps-extra/marlin/FrugalBuild
index 7242e3f..7beb7da 100644
--- a/source/xapps-extra/marlin/FrugalBuild
+++ b/source/xapps-extra/marlin/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=marlin
-pkgver=20110425
+pkgver=20110524
pkgrel=1
pkgdesc=The sexiest fish in the large sea of file-browsers. an elementary Team 
project.
url=https://launchpad.net/marlin;
@@ -16,7 +16,7 @@ _F_gnome_iconcache=y
Finclude gnome-scriptlet
up2date=Flasttar 
http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname;
source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('24f227902eeb7b2b265a1ac0bf14eedd95f15295')
+sha1sums=('660b027a1cd73503d7c3ecb30ff84c98bc5b3c48')

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


[Frugalware-git] frugalware-current: umplayer-20110524-1-i686 * version bump

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=901447fe6143b707190e980794531f2127b06189

commit 901447fe6143b707190e980794531f2127b06189
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 08:47:31 2011 +0200

umplayer-20110524-1-i686
* version bump

diff --git a/source/xapps-extra/umplayer/FrugalBuild 
b/source/xapps-extra/umplayer/FrugalBuild
index 9c357d0..5f013a9 100644
--- a/source/xapps-extra/umplayer/FrugalBuild
+++ b/source/xapps-extra/umplayer/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=umplayer
-pkgver=20110418
+pkgver=20110524
pkgrel=1
pkgdesc=UMPlayer is the multimedia player that fills all your needs.
url=http://www.umplayer.com;
@@ -12,7 +12,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=Flasttar 
http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname;
source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('f63e6f9d4c27e21554f444f439f59c784ab54dfb')
+sha1sums=('66ee6821ef1f65f7b3e5cdff23f253887870a181')

build() {
Fcd $pkgname-$pkgver/$pkgname/trunk
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gnome-shell-extension-weather-20110524-1-i686 * new package

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=14ef46f23615887bf422aa11b34f2ef926c99636

commit 14ef46f23615887bf422aa11b34f2ef926c99636
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 09:11:08 2011 +0200

gnome-shell-extension-weather-20110524-1-i686
* new package

diff --git a/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild 
b/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild
new file mode 100644
index 000..1695710
--- /dev/null
+++ b/source/gnome-extra/gnome-shell-extension-weather/FrugalBuild
@@ -0,0 +1,20 @@
+# Compiling Time: 0.05 SBU
+# Maintainer: Devil505 devil505li...@gmail.com
+
+pkgname=gnome-shell-extension-weather
+pkgver=20110524
+pkgrel=1
+pkgdesc=gnome-shell-extension-weather is a simple extension for displaying 
weather notifications in Gnome Shell.
+url=https://github.com/simon04/gnome-shell-extension-weather;
+depends=('gnome-shell')
+groups=('gnome-extra')
+archs=('i686' 'x86_64')
+up2date=Flasttar 
http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname;
+source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('dec3ea1c1435435f43a63d20f32017b31f18f379')
+
+build(){
+Fcd
+Fmkdir usr/share/gnome-shell/extensions/
+Fcprel weather\@venemo.net usr/share/gnome-shell/extensions/
+}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: evolution-exchange-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cc07955ef1d5e4bee46008dd4f4ac0c771cc2246

commit cc07955ef1d5e4bee46008dd4f4ac0c771cc2246
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 09:32:40 2011 +0200

evolution-exchange-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/evolution-exchange/FrugalBuild 
b/source/gnome/evolution-exchange/FrugalBuild
index d7920c6..e6ca668 100644
--- a/source/gnome/evolution-exchange/FrugalBuild
+++ b/source/gnome/evolution-exchange/FrugalBuild
@@ -2,17 +2,17 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=evolution-exchange
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=Ximian Connector for Microsoft Exchange, which adds support for 
Microsoft Exchange 2000 and 2003 to Evolution.
-depends=('gtkhtml=4.0.1' 'evolution-data-server=3.0.1' 'evolution=3.0.1' 
'libsoup=2.30.0' \
-   'evolution-data-server-ldap=3.0.1' 'libkrb5' 'openssl=1.0.0' 
'gnome-desktop' 'libcanberra-gtk')
+depends=('gtkhtml=4.0.1' 'evolution-data-server=3.0.2' 'evolution=3.0.2' 
'libsoup=2.30.0' \
+   'evolution-data-server-ldap=3.0.2' 'libkrb5' 'openssl=1.0.0' 
'gnome-desktop' 'libcanberra-gtk')
makedepends=('gtk-doc=1.11' 'perl-xml-parser' 'openldap' 'intltool' 'krb5')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
url=http://www.gnome.org/projects/evolution/;
Fconfopts=$Fconfopts --disable-gtk-doc --with-krb5=/usr
-sha1sums=('bc590b761bc900887c1e811e65f863115236c1cd')
+sha1sums=('06dfe22452df116f36fa11953e01504586f7b701')

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


[Frugalware-git] frugalware-current: gnome-shell-system-monitor-applet-20110524-1-i686 * new package

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=298a2497989a41d4bfdbc5964eb84c6bb3ccb89a

commit 298a2497989a41d4bfdbc5964eb84c6bb3ccb89a
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 09:34:43 2011 +0200

gnome-shell-system-monitor-applet-20110524-1-i686
* new package

diff --git a/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild 
b/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild
new file mode 100644
index 000..cf61594
--- /dev/null
+++ b/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild
@@ -0,0 +1,26 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: Devil505 devil505li...@gmail.com
+
+pkgname=gnome-shell-system-monitor-applet
+pkgver=20110524
+pkgrel=1
+pkgdesc=gnome-shell-extension-weather is a simple extension for displaying 
weather notifications in Gnome Shell.
+url=https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
+depends=('gnome-shell')
+groups=('gnome-extra')
+archs=('i686' 'x86_64')
+_F_gnome_glib=y
+Finclude gnome-scriptlet
+up2date=Flasttar 
http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname;
+source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('13ff76e1eee11ef3323f8abf8e3cb82ba2e49186')
+
+build(){
+
+Fcd
+Fmkdir usr/share/gnome-shell/extensions
+Fcprel system-monitor\@paradoxxx.zero.gmail.com 
usr/share/gnome-shell/extensions/
+Fmkdir usr/share/glib-2.0/schemas
+Ffilerel org.gnome.shell.extensions.system-monitor.gschema.xml 
usr/share/glib-2.0/schemas/
+Fbuild_gnome_scriptlet
+}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: yelp-xsl-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3b8fd1dcd232539997330a2657c0fdcdd753b75d

commit 3b8fd1dcd232539997330a2657c0fdcdd753b75d
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 09:45:57 2011 +0200

yelp-xsl-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/yelp-xsl/FrugalBuild 
b/source/gnome/yelp-xsl/FrugalBuild
index 383ea4c..e28b3d2 100644
--- a/source/gnome/yelp-xsl/FrugalBuild
+++ b/source/gnome/yelp-xsl/FrugalBuild
@@ -2,14 +2,13 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=yelp-xsl
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=TXSL stylesheets for the yelp help browser
depends=('libxml2' 'libxslt')
makedepends=('intltool')
-_F_gnome_devel=y
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
-sha1sums=('beade85abb6cf40506fe938b9272ccd5d99c0fd0')
+sha1sums=('7323947477b28358fe7b5a82f7db6da5abe904e2')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libgweather-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7b9a81a46caebd6bec08360e3a2ce74bd9cbd15e

commit 7b9a81a46caebd6bec08360e3a2ce74bd9cbd15e
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 09:54:26 2011 +0200

libgweather-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/libgweather/FrugalBuild 
b/source/gnome/libgweather/FrugalBuild
index 2837d5e..e6d4057 100644
--- a/source/gnome/libgweather/FrugalBuild
+++ b/source/gnome/libgweather/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=libgweather
-pkgver=3.0.0
+pkgver=3.0.2
pkgrel=1
pkgdesc=libgweather is a library to access weather information from online 
services for numerous locations.
url=http://www.gnome.org/;
@@ -12,7 +12,7 @@ groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
_F_gnome_schemas=('/etc/gconf/schemas/gweather.schemas')
Finclude gnome gnome-scriptlet
-sha1sums=('d58e5dedfd1175ae5909a274d2db401c15f5af9a')
+sha1sums=('d2404035fa7f518b574a4979479ba66d674c4855')
unset MAKEFLAGS

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


[Frugalware-git] frugalware-current: gtk+3-engines-unico-20110518-1-i686 * added ppc to archs

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8ab5597f278cf966787f6c9bc4929aa9a619a1c9

commit 8ab5597f278cf966787f6c9bc4929aa9a619a1c9
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 09:53:28 2011 +0200

gtk+3-engines-unico-20110518-1-i686
* added ppc to archs

diff --git a/source/gnome/gtk+3-engines-unico/FrugalBuild 
b/source/gnome/gtk+3-engines-unico/FrugalBuild
index dda4a7b..f907dcf 100644
--- a/source/gnome/gtk+3-engines-unico/FrugalBuild
+++ b/source/gnome/gtk+3-engines-unico/FrugalBuild
@@ -9,7 +9,7 @@ url=https://launchpad.net/unico;
depends=('gtk+3-engines')
makedepends=('gnome-common')
groups=('gnome')
-archs=('i686' 'x86_64')
+archs=('i686' 'x86_64' 'ppc')
up2date=Flasttar 
http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname;
source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
sha1sums=('b30399801d89a1c6e21a199273881072ab037fa2')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xfce4-battery-plugin-1.0.0-2-i686 * rebuilt with new libs * closes FS#4494

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3dac4fc0f60c1a810b42258e959ea89526fa8737

commit 3dac4fc0f60c1a810b42258e959ea89526fa8737
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 09:58:46 2011 +0200

xfce4-battery-plugin-1.0.0-2-i686
* rebuilt with new libs
* closes FS#4494

diff --git a/source/xfce4/xfce4-battery-plugin/FrugalBuild 
b/source/xfce4/xfce4-battery-plugin/FrugalBuild
index 46a2f6a..b912fbc 100644
--- a/source/xfce4/xfce4-battery-plugin/FrugalBuild
+++ b/source/xfce4/xfce4-battery-plugin/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=xfce4-battery-plugin
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc=A battery monitor plugin for the Xfce4 panel.
makedepends=('intltool')
-depends=('libxfcegui4=4.7.0' 'xfce4-panel=4.7.7' 'libxml2')
+depends=('libxfcegui4=4.8.0' 'xfce4-panel=4.8.0' 'libxml2')
groups=('xfce4' 'xfce4-goodies')
archs=('i686' 'x86_64' 'ppc')
_F_gnome_iconcache=y
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gnome-backgrounds-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f6a61ee071894a98ac10cf2dd0e36dde1559e660

commit f6a61ee071894a98ac10cf2dd0e36dde1559e660
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 10:06:27 2011 +0200

gnome-backgrounds-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gnome-backgrounds/FrugalBuild 
b/source/gnome/gnome-backgrounds/FrugalBuild
index d3823b3..cd7a397 100644
--- a/source/gnome/gnome-backgrounds/FrugalBuild
+++ b/source/gnome/gnome-backgrounds/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=gnome-backgrounds
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=A set of backgrounds for GNOME
url=http://www.gnome.org/;
@@ -12,6 +12,6 @@ makedepends=('intltool')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
-sha1sums=('6bb54c348747dad793ffe1705b8b55449a58dfb8')
+sha1sums=('15739cf20e4a64670f7783d13625b3b060250829')

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


[Frugalware-git] frugalware-current: gnome-themes-standard-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=94ee70f3c32c5ee9ea1f47dff04396f52ed7d44d

commit 94ee70f3c32c5ee9ea1f47dff04396f52ed7d44d
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 10:21:21 2011 +0200

gnome-themes-standard-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gnome-themes-standard/FrugalBuild 
b/source/gnome/gnome-themes-standard/FrugalBuild
index a13ca7a..a0fd2e0 100644
--- a/source/gnome/gnome-themes-standard/FrugalBuild
+++ b/source/gnome/gnome-themes-standard/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-themes-standard
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=Default standard themes for GNOME3
url=http://www.gnome.org/;
@@ -12,7 +12,7 @@ groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
_F_gnome_git=n
Finclude gnome
-sha1sums=('134898d37c128f9e8052a3d4f8803799608cd3db')
+sha1sums=('9584240cb59c282271607930e3d6945c27e10721')
if [ $_F_gnome_git != n ]; then
unset sha1sums
fi
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


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

2011-05-24 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=distribute.git;a=commitdiff;h=31fe3160eb75ee21de6eb5c1ff1b4c7ac21dd4b1

commit 31fe3160eb75ee21de6eb5c1ff1b4c7ac21dd4b1
Merge: f512881 f6a61ee
Author: Pingax pin...@frugalware.fr
Date:   Tue May 24 10:18:40 2011 +0200

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

diff --cc source/apps-extra/identicurse/FrugalBuild
index 4f52805,b3d8eec..56b928a
--- a/source/apps-extra/identicurse/FrugalBuild
+++ b/source/apps-extra/identicurse/FrugalBuild
@@@ -2,12 -2,11 +2,12 @@@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=identicurse
- pkgver=0.7.2
- pkgrel=2
+ pkgver=0.7.3
+ pkgrel=1
pkgdesc=Ncurses based identi.ca/status.net client.
url=http://identicurse.net;
-depends=('python=2.7' 'ncurses' 'setuptools')
+depends=('python=2.7' 'ncurses')
+makedepends=('distribute')
groups=('apps-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
diff --cc source/devel-extra/psycopg2/FrugalBuild
index 4ab7b35,02cb221..68731ba
--- a/source/devel-extra/psycopg2/FrugalBuild
+++ b/source/devel-extra/psycopg2/FrugalBuild
@@@ -2,15 -2,15 +2,15 @@@
# Maintainer: Pingax pin...@frugalware.fr

pkgname=psycopg2
- pkgver=2.4
- pkgrel=2
+ pkgver=2.4.1
+ pkgrel=1
pkgdesc=Python interface for the PostgreSQL database engine
- archs=('i686')
+ archs=('i686' 'x86_64')
depends=('python' 'postgresql')
-makedepends=('setuptools')
+makedepends=('distribute')
groups=('devel-extra')
Finclude pypi
- sha1sums=('747682ca445d9f587cecfc52eae29b84e70e524c')
+ sha1sums=('a87ac467e853405d9a8eb69f78509bcc16473e0b')

build() {
Fcd
diff --cc source/gnome-extra/blueman/FrugalBuild
index 389f80a,07e71e5..197a458
--- a/source/gnome-extra/blueman/FrugalBuild
+++ b/source/gnome-extra/blueman/FrugalBuild
@@@ -6,9 -6,9 +6,9 @@@ pkgver=1.2
pkgrel=4
pkgdesc=A Bluetooth management utility for GNOME.
url=http://blueman.tuxfamily.org/;
- depends=('pyrex' 'bluez=4.61' 'pygtk=2.16.0-4' 'notify-python' 
'startup-notification')
+ depends=('pyrex' 'bluez=4.61' 'pygtk=2.16.0-4' 'notify-python' 
'startup-notification=0.11')
rodepends=('gnome-vfs-obexftp' 'pybluez' 'dbus-python' 'obex-data-server')
-makedepends=('setuptools' 'python-distutils-extra' 'intltool')
+makedepends=('distribute' 'python-distutils-extra' 'intltool')
groups=('gnome-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: yelp-3.0.3-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=733188b27d5120836612ae51bfb7d8a56035b4f5

commit 733188b27d5120836612ae51bfb7d8a56035b4f5
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 10:28:13 2011 +0200

yelp-3.0.3-1-x86_64

*Version bump

diff --git a/source/gnome/yelp/FrugalBuild b/source/gnome/yelp/FrugalBuild
index aa70b4f..60ff898 100644
--- a/source/gnome/yelp/FrugalBuild
+++ b/source/gnome/yelp/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=yelp
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc=The default help browser for GNOME
url=http://www.gnome.org/;
@@ -15,6 +15,6 @@ _F_gnome_glib=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
unset MAKEFLAGS
-sha1sums=('772729ea80517c415772adf22eded9ee189e7bec')
+sha1sums=('e1ec5bfc2b5e52ade26b78005c98d52b783876d9')

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


[Frugalware-git] frugalware-current: gnome-desktop-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=97ad169ef7e3e681c376c75d69c86d2631b31639

commit 97ad169ef7e3e681c376c75d69c86d2631b31639
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 10:32:24 2011 +0200

gnome-desktop-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gnome-desktop/FrugalBuild 
b/source/gnome/gnome-desktop/FrugalBuild
index 7bd3535..5a94206 100644
--- a/source/gnome/gnome-desktop/FrugalBuild
+++ b/source/gnome/gnome-desktop/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-desktop
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=The GNOME Desktop
url=http://www.gnome.org/;
depends=('libxml2=2.7.8' 'gtk+3' 'startup-notification=0.10-2' 
'rarian=0.8.0' 'libxrandr' 'gsettings-desktop-schemas' \
@@ -14,7 +14,7 @@ archs=('i686' 'x86_64' 'ppc')
_F_gnome_scrollkeeper=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc
-sha1sums=('2e004ddf2855d63ba60ae5bd7daccb74e260dd19')
+sha1sums=('01b05db1ef223f20ea779a9390f03075cc8146ed')
replaces=('desktop-data-model' 'gnome-volume-manager' 'gnome-spell')
provides=('gnome-volume-manager' 'gnome-spell')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gnome-session-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7d82f6a3c5bf7ef86dcbf71beb39ce3017c7b4b4

commit 7d82f6a3c5bf7ef86dcbf71beb39ce3017c7b4b4
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 10:44:02 2011 +0200

gnome-session-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gnome-session/FrugalBuild 
b/source/gnome/gnome-session/FrugalBuild
index 26cc98b..1240523 100644
--- a/source/gnome/gnome-session/FrugalBuild
+++ b/source/gnome/gnome-session/FrugalBuild
@@ -4,10 +4,10 @@
USE_DEBUG=${USE_DEBUG:-n}

pkgname=gnome-session
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=GNOME session manager
-depends=('libxml2=2.7.8' 'gnome-desktop=3.0.0' 'polkit' 'upower' 'gconf-gtk' 
 'usermode' \
+depends=('libxml2=2.7.8' 'gnome-desktop=3.0.2' 'polkit' 'upower' 'gconf-gtk' 
 'usermode' \
'dbus-glib=0.76' 'gnome-control-center=3.0.0' 'libnotify' 
'gnome-keyring=3.0.0' \
'metacity')
makedepends=('intltool' 'gnome-common')
@@ -20,7 +20,7 @@ _F_gnome_iconcache=y
_F_gnome_desktop=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --with-gtk=3.0
-sha1sums=('87e8df6cd2092c89f0f1d5e0774690150da189bd')
+sha1sums=('5559a71ef3134f3aaa48b7f06e2123714f71756f')

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


[Frugalware-git] frugalware-current: gnome-power-manager-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=05835877c057cb7581c44753fa613425a52fc9b8

commit 05835877c057cb7581c44753fa613425a52fc9b8
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 11:01:39 2011 +0200

gnome-power-manager-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gnome-power-manager/FrugalBuild 
b/source/gnome/gnome-power-manager/FrugalBuild
index 7ee7d5e..83c690c 100644
--- a/source/gnome/gnome-power-manager/FrugalBuild
+++ b/source/gnome/gnome-power-manager/FrugalBuild
@@ -2,12 +2,12 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-power-manager
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.2
+pkgrel=1
pkgdesc=GNOME Power Management tool
url=http://www.gnome.org/;
depends=('libxml2=2.7.8' 'libnotify=0.7.0' 'dbus-glib=0.80' 'xextproto' 
'libgnome=2.30.0' \
-   'libglade' 'libwnck=2.90.0' 'gnome-keyring=3.0.0' 'gstreamer' 
'gnome-control-center=2.90.0' \
+   'libglade' 'libwnck=2.90.0' 'gnome-keyring=3.0.2' 'gstreamer' 
'gnome-control-center=3.0.0' \
'upower=0.9.10' 'udisks' 'gnome-policykit' 'libcanberra-gtk' 'unique' 
'pm-utils')
makedepends=('intltool' 'gnome-doc-utils')
groups=('gnome')
@@ -18,7 +18,7 @@ _F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --enable-keyring --enable-policykit
-sha1sums=('7637b6a163302d07abeebb236fec9686c05341a4')
+sha1sums=('dbbce43c1b418f6d9d8b5b80ac6ba741e2e6efbf')

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


[Frugalware-git] frugalware-current: gnome-settings-daemon-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=80722508236de933bd96a5ceecfad4deb3f53bcc

commit 80722508236de933bd96a5ceecfad4deb3f53bcc
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 11:12:37 2011 +0200

gnome-settings-daemon-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gnome-settings-daemon/FrugalBuild 
b/source/gnome/gnome-settings-daemon/FrugalBuild
index 4ec3048..fcb9d6d 100644
--- a/source/gnome/gnome-settings-daemon/FrugalBuild
+++ b/source/gnome/gnome-settings-daemon/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-settings-daemon
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=Utility library for accessing gnome-settings-daemon over DBUS
depends=('libxml2=2.7.8' 'libgnomekbd=3.0.0' 'esd' 
'gst-plugins-base=0.10.22-2' 'libxxf86misc' \
-   'gnome-desktop=3.0.1' 'alsa-lib' 'pulseaudio' 
'gsettings-desktop-schemas' 'libxtst' 'libnotify' \
+   'gnome-desktop=3.0.2' 'alsa-lib' 'pulseaudio' 
'gsettings-desktop-schemas' 'libxtst' 'libnotify' \
'gnome-icon-theme-symbolic' 'gnome-icon-theme' 'gnome-themes-standard' 
'libcups' 'xcb-util=0.3.8')
makedepends=('intltool' 'gtk-doc=1.11' 'gnome-doc-utils=0.14.0' 'cups')
rodepends=('xkbcomp')
@@ -16,7 +16,7 @@ _F_gnome_glib=y
_F_gnome_scrollkeeper=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
-sha1sums=('621bf71596ba8f0bb75b007a8744905056377d64')
+sha1sums=('a1d617eb58edaeb2c57364b074fc1040f2317c65')
Fconfopts=${Fconfopts[@]} --disable-static

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


[Frugalware-git] frugalware-current: gdm-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9ae1953153e4f58bdc50da7fb90ef8d8b96c863e

commit 9ae1953153e4f58bdc50da7fb90ef8d8b96c863e
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 11:17:14 2011 +0200

gdm-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gdm/FrugalBuild b/source/gnome/gdm/FrugalBuild
index 7a31312..b04e2a0 100644
--- a/source/gnome/gdm/FrugalBuild
+++ b/source/gnome/gdm/FrugalBuild
@@ -2,13 +2,13 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gdm
-pkgver=3.0.0
-pkgrel=4
+pkgver=3.0.2
+pkgrel=1
pkgdesc=GNOME Display Manager
url=http://www.gnome.org/;
backup=(etc/gdm/custom.conf etc/pam.d/gdm etc/pam.d/gdm-autologin)
depends=('libxml2=2.7.8' 'zenity=3.0.0'  'libxi' 'fontconfig' 
'libxrandr=1.2.2' \
-'librsvg=2.26.0-2' 'gnome-keyring=3.0.0' 'consolekit-x11=0.4.5' 
'libcanberra-gtk' \
+'librsvg=2.26.0-2' 'gnome-keyring=3.0.2' 'consolekit-x11=0.4.5' 
'libcanberra-gtk' \
'libxinerama' 'libxcursor' 'libxevie' 'xorg-server=1.6.1' \
'pam' 'accountsservice' 'upower')
rodepends=('xsm' 'sessreg' 'xmessage' 'gnome-session')
@@ -21,7 +21,7 @@ source=(${source[@]} \
polkit-gnome-authentication-agent-1.desktop \
forcevt12.diff 27_save_root_window.patch \
28_plymouth_transition.patch)
-sha1sums=('c88e0ea1af99982928cd12beb5efa52e587fe128' \
+sha1sums=('35ffa5984e8f991b289a380f60455cd1918f475f' \
'93d1f9a7d068dd8e70c930abea9acf5b770a3485' \
'3851826e77967313f508949b55392bec258cbf0e' \
'21b5e62f5ebc5cf8d3ebd97bf6f4414470298b7f' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: glib-networking-2.28.7-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=90a35a86637bc4a31bc1326d352f20f52a5a5971

commit 90a35a86637bc4a31bc1326d352f20f52a5a5971
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 11:24:06 2011 +0200

glib-networking-2.28.7-1-x86_64

*Version bump

diff --git a/source/lib/glib-networking/FrugalBuild 
b/source/lib/glib-networking/FrugalBuild
index 79313da..3ca21b2 100644
--- a/source/lib/glib-networking/FrugalBuild
+++ b/source/lib/glib-networking/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=glib-networking
-pkgver=2.28.6.1
+pkgver=2.28.7
pkgrel=1
pkgdesc=Network extensions for GLib
depends=('glib2' 'gnutls' 'ca-certificates' 'libgcrypt')
@@ -11,4 +11,4 @@ groups=('lib')
archs=('i686' 'x86_64' 'ppc')
options=('scriptlet')
Finclude gnome
-sha1sums=('15cac2b3ca486fe568f551ec4c05e7e594861cc0')
+sha1sums=('711d548a88dffb4c3be7ffa1d515ef3efccedc62')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libsoup-2.34.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=98c9b1c2242d63459b3754bd5fc21011f03c6cf7

commit 98c9b1c2242d63459b3754bd5fc21011f03c6cf7
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 11:26:39 2011 +0200

libsoup-2.34.2-1-x86_64

*Version bump

diff --git a/source/lib/libsoup/FrugalBuild b/source/lib/libsoup/FrugalBuild
index f4c660b..7fb8173 100644
--- a/source/lib/libsoup/FrugalBuild
+++ b/source/lib/libsoup/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=libsoup
-pkgver=2.34.1
+pkgver=2.34.2
pkgrel=1
pkgdesc=An HTTP library implementation in C
url=http://www.gnome.org/;
@@ -12,7 +12,7 @@ makedepends=('gobject-introspection=0.9.0')
groups=('lib')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
-sha1sums=('29186d5de0afb916b0da46f18548f666e890ea3e')
+sha1sums=('1812b3c78778b37d55ea2904b9763b6dd8266a1c')

subpkgs=(libsoup-gnome)
subdescs=('libsoup with gconf support')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * added Linux Pratique article to media page * a scanned image is available here http://img28.imageshack.us/img28/6713/doentnumris.jpg for vmiklos and others curious guys

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=75013509cf8453e21318b5f46a9a6bcee6819d42

commit 75013509cf8453e21318b5f46a9a6bcee6819d42
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 11:27:24 2011 +0200

* added Linux Pratique article to media page
* a scanned image is available here  
http://img28.imageshack.us/img28/6713/doentnumris.jpg for vmiklos and others 
curious guys :)

diff --git a/frugalware/xml/media.xml b/frugalware/xml/media.xml
index 4501f22..b626b41 100644
--- a/frugalware/xml/media.xml
+++ b/frugalware/xml/media.xml
@@ -13,6 +13,13 @@

articles
article
+   date2011-06-01/date
+   languageFrench/language
+   whereLinux Pratique Magazine #65/where
+   titleLes sorties notables de ce début d'année (Page 
10)/title
+   
linkhttp://www.linux-pratique.com/index.php/2011/04/22/linux-pratique-n%c2%b065-maijuin-2011-chez-votre-marchand-de-journaux/link
+   /article
+   article
date2011-05-02/date
languageEnglish/language
whereLXnews/where
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: steadyflow-0.1.7-1-i686 * Version bump

2011-05-24 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=27bc490d3c9dbffc249d8076bd688ea367bb55df

commit 27bc490d3c9dbffc249d8076bd688ea367bb55df
Author: Pingax pin...@frugalware.fr
Date:   Tue May 24 11:28:56 2011 +0200

steadyflow-0.1.7-1-i686
* Version bump

diff --git a/source/gnome-extra/steadyflow/FrugalBuild 
b/source/gnome-extra/steadyflow/FrugalBuild
index c06245c..ac5f8dc 100644
--- a/source/gnome-extra/steadyflow/FrugalBuild
+++ b/source/gnome-extra/steadyflow/FrugalBuild
@@ -2,15 +2,15 @@
# Maintainer: Pingax pin...@frugalware.fr

pkgname=steadyflow
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
pkgdesc=Download Manager for Gnome
archs=('i686' 'x86_64')
groups=('gnome-extra')
-depends=('libgee' 'libnotify' 'unique1' 'gtk+2')
+depends=('libgee' 'libnotify' 'unique1' 'gtk+2' 'vala')
_F_gnome_iconcache=y
_F_gnome_desktop=y
Finclude launchpad cmake
-sha1sums=('0f0d34b2966f631fdc25f3de87a022e0a928ccd8')
+sha1sums=('f5e26a50aba86768c59f9749513ed8ee29833533')

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


[Frugalware-git] frugalware-current: gtk+3-3.0.10-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=79244582ac4afc0ea2647f6a16b3c9e9e01272d0

commit 79244582ac4afc0ea2647f6a16b3c9e9e01272d0
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 11:39:05 2011 +0200

gtk+3-3.0.10-1-x86_64

*Version bump

diff --git a/source/xlib/gtk+3/FrugalBuild b/source/xlib/gtk+3/FrugalBuild
index 8022c0a..a51d99c 100644
--- a/source/xlib/gtk+3/FrugalBuild
+++ b/source/xlib/gtk+3/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=gtk+3
_F_gnome_name=gtk+
-pkgver=3.0.9
+pkgver=3.0.10
pkgrel=1
pkgdesc=The GTK+ Toolkit (3.x series)
depends=('libxext' 'libxfixes' 'cairo' 'libgcc' 'libjpeg' 'libtiff' 'libcups' \
@@ -18,7 +18,7 @@ Finclude gnome
url=http://www.gtk.org/;
_F_cd_path=gtk+-$pkgver
source=($source im-cedilla.conf)
-sha1sums=('b231bf1402e8868201321323941a089ad2866258' \
+sha1sums=('5e8e356b87796b0a99f16a01663ec1aa972d19eb' \
'f8a64241bcc873c1f1110e16306e48577a41852b')

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


[Frugalware-git] frugalware-current: user-mode-linux-2.6.39-1-i686

2011-05-24 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0ca4e569ca60c7cb3c50b6d06200c6c8e5d756b9

commit 0ca4e569ca60c7cb3c50b6d06200c6c8e5d756b9
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue May 24 11:43:13 2011 +0200

user-mode-linux-2.6.39-1-i686

- version bump

diff --git a/source/apps-extra/user-mode-linux/FrugalBuild 
b/source/apps-extra/user-mode-linux/FrugalBuild
index 2b6a6d8..15a8046 100644
--- a/source/apps-extra/user-mode-linux/FrugalBuild
+++ b/source/apps-extra/user-mode-linux/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=user-mode-linux
-pkgver=2.6.38
+pkgver=2.6.39
patchlevel=
pkgrel=1
pkgdesc=A safe, secure way of running Linux versions and Linux processes.
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libwnck-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6229466361f847cb5c98254f991eb7843e340cab

commit 6229466361f847cb5c98254f991eb7843e340cab
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 12:12:16 2011 +0200

libwnck-3.0.2-1-x86_64

*Version bump

diff --git a/source/xlib/libwnck/FrugalBuild b/source/xlib/libwnck/FrugalBuild
index abf0303..06748c1 100644
--- a/source/xlib/libwnck/FrugalBuild
+++ b/source/xlib/libwnck/FrugalBuild
@@ -2,18 +2,18 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=libwnck
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=Window Navigator Construction Kit
url=http://www.gnome.org/;
-depends=('libxml2=2.7.8' 'gtk+3=3.0.8' 'libsm=1.1.0' 'libxres=1.0.3-3' 
'startup-notification=0.10-2' \
+depends=('libxml2=2.7.8' 'gtk+3=3.0.10' 'libsm=1.1.0' 'libxres=1.0.3-3' 
'startup-notification=0.10-2' \
'xcb-util=0.3.8')
groups=('xlib')
makedepends=('gtk-doc' 'perl-xml-parser' 'intltool' 'gobject-introspection')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
Fconfopts=$Fconfopts --enable-gtk-doc
-sha1sums=('add9f12668d688808b882a37a7b24863cbf21581')
+sha1sums=('ab8fe9f4512c193be8c79a17f857e3343519a722')
export CFLAGS=$CFLAGS -fno-strict-aliasing

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


[Frugalware-git] frugalware-current: libdmapsharing-2.9.10-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=92e916f6525f3068c59a357127679d44e3e7990b

commit 92e916f6525f3068c59a357127679d44e3e7990b
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 12:16:15 2011 +0200

libdmapsharing-2.9.10-1-x86_64

*Version bump

diff --git a/source/xlib/libdmapsharing/FrugalBuild 
b/source/xlib/libdmapsharing/FrugalBuild
index 011d889..c60c55f 100644
--- a/source/xlib/libdmapsharing/FrugalBuild
+++ b/source/xlib/libdmapsharing/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=libdmapsharing
-pkgver=2.9.8
-pkgrel=2
+pkgver=2.9.10
+pkgrel=1
pkgdesc=A library that implements the DMAP family of protocols
url=http://www.flyn.org/projects/libdmapsharing;
up2date=Flasttar $url/download.html
@@ -14,6 +14,6 @@ makedepends=('vala' 'gtk+2')
groups=('xlib')
options=('scriptlet')
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('bf7fc0246571d1ed22ff03d0dd4e8be0a905fc99')
+sha1sums=('861099b9db2444740b81bcb664961b2faa9654b4')

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


[Frugalware-git] frugalware-current: gvfs-1.8.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=90606536b8dc1166961c819362a8ab5e9233dc1b

commit 90606536b8dc1166961c819362a8ab5e9233dc1b
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 12:19:51 2011 +0200

gvfs-1.8.2-1-x86_64

*Version bump

diff --git a/source/xapps/gvfs/FrugalBuild b/source/xapps/gvfs/FrugalBuild
index d415cfa..ede2d3f 100644
--- a/source/xapps/gvfs/FrugalBuild
+++ b/source/xapps/gvfs/FrugalBuild
@@ -4,14 +4,14 @@
USE_DEVEL=${USE_DEVEL:-n}

pkgname=gvfs
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc=gvfs is a userspace virtual filesystem designed to work with the i/o 
abstractions of gio.
url=http://www.gnome.org/;

#libgnome-keyring depends only of eggdbus libgcrypt dbus-glib
#Don't remove this dep or you will break gvfs
-depends=('libxml2=2.7.8' 'glib2=2.20.1' 'dbus' 'avahi-glib' 'avahi' 
'libgnome-keyring' 'libarchive' 'libcdio')
+depends=('libxml2=2.7.8' 'glib2=2.20.1' 'dbus' 'avahi-glib' 'avahi' 
'libgnome-keyring=3.0.2' 'libarchive' 'libcdio')
makedepends=('intltool' 'gnome-doc-utils' 'samba' 'fuse' 'libsoup=2.32.0' \
'gnome-keyring=2.30.0' 'libcdio' 'gphoto2' 'obexftp=0.23-2' \
'bluez=4.61' 'expat' 'openssh=5.6p1' 'gnome-disk-utility')
@@ -22,7 +22,7 @@ provides=('gnome-mount')
_F_gnome_glib=y
Finclude gnome gnome-scriptlet
source=($source gvfs-libsoup.diff)
-sha1sums=('0bb6444926a14c3fb66c739ccf95dc6be94dfebc' \
+sha1sums=('4123bb4fd9d64f246adc8f3b6a00af12589cd37b' \
'1eb9391f6bf3716ddc8fbf75340257e537c61199')

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


[Frugalware-git] frugalware-current: gnome-control-center-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=72bee17ae0dbb9dbadd7c662b26c7f9de0901be2

commit 72bee17ae0dbb9dbadd7c662b26c7f9de0901be2
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 12:28:47 2011 +0200

gnome-control-center-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gnome-control-center/FrugalBuild 
b/source/gnome/gnome-control-center/FrugalBuild
index a245457..48bf542 100644
--- a/source/gnome/gnome-control-center/FrugalBuild
+++ b/source/gnome/gnome-control-center/FrugalBuild
@@ -5,10 +5,10 @@ USE_CHEESE=${USE_CHEESE:-n}
#not yet ported to gnome3

pkgname=gnome-control-center
-pkgver=3.0.1.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=GNOME Control Center
-depends=('libxml2=2.7.8' 'gnome-desktop=3.0.1-2' 'mutter' 
'libgnomekbd=3.0.0' 'gnome-menus' \
+depends=('libxml2=2.7.8' 'gnome-desktop=3.0.2' 'mutter' 'libgnomekbd=3.0.0' 
'gnome-menus' \
'nautilus=3.0.1' 'gst-plugins-base=0.10.19-2' 'desktop-file-utils' \
'evolution-data-server=3.0.1' 'libxxf86misc' 'libxscrnsaver' 'xrdb' \
'libkrb5' 'db=4.7.25' 'libsocialweb=0.25.7' 'gsettings-desktop-schemas' \
@@ -31,7 +31,7 @@ if Fuse $USE_CHEESE; then
#export CFLAGS=$CFLAGS -I/usr/include/cheese -I/usr/include/gstreamer-0.10 
-I/usr/include/libxml2
depends=(${depends[@]} cheese)
fi
-sha1sums=('f25d302a83bb2115fbaeb5e331623227e1112ce5')
+sha1sums=('c0d5d203e25bc1829e25780b125efb3d9a4e741f')
replaces=('accountsdialog')

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


[Frugalware-git] frugalware-current: gcalctool-6.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=af5477691dc6c351b57a22738e1fc68225828015

commit af5477691dc6c351b57a22738e1fc68225828015
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 12:40:26 2011 +0200

gcalctool-6.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gcalctool/FrugalBuild 
b/source/gnome/gcalctool/FrugalBuild
index 56e367f..99b7bd1 100644
--- a/source/gnome/gcalctool/FrugalBuild
+++ b/source/gnome/gcalctool/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=gcalctool
-pkgver=6.0.1
+pkgver=6.0.2
pkgrel=1
pkgdesc=A scientific calculator for GNOME
url=http://www.gnome.org/;
@@ -16,6 +16,6 @@ _F_gnome_glib=y
_F_gnome_scrollkeeper=y
_F_gnome_desktop=y
Finclude gnome gnome-scriptlet
-sha1sums=('c4cc2c0402329da60b346235d57381170ce757de')
+sha1sums=('78285eeed61d9501e7534161b14eec67a385890b')

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


[Frugalware-git] frugalware-current: file-roller-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3b5dfe17eb5cf540050f382a761205fe182c8914

commit 3b5dfe17eb5cf540050f382a761205fe182c8914
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 12:45:07 2011 +0200

file-roller-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/file-roller/FrugalBuild 
b/source/gnome/file-roller/FrugalBuild
index 14ed8f8..0240cac 100644
--- a/source/gnome/file-roller/FrugalBuild
+++ b/source/gnome/file-roller/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=file-roller
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=Archive manager utility for GNOME
depends=('libxml2=2.7.8' 'nautilus=3.0.1' 'rarian' \
@@ -16,7 +16,7 @@ _F_gnome_scrollkeeper=y
_F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
-sha1sums=('05b79b43facbe96c0c35e8311c7fca975a40ae58')
+sha1sums=('b242c30b4f364a3c10fba9cc2d215f67e5bf5508')
Fconfopts=$Fconfopts --disable-packagekit

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


[Frugalware-git] frugalware-current: evince-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=357c10cd4bad739cfd54d9eaf305700befc4c023

commit 357c10cd4bad739cfd54d9eaf305700befc4c023
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 12:54:45 2011 +0200

evince-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/evince/FrugalBuild b/source/gnome/evince/FrugalBuild
index 3608115..62c7517 100644
--- a/source/gnome/evince/FrugalBuild
+++ b/source/gnome/evince/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=evince
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=A document viewer for GNOME
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' \
@@ -19,7 +19,7 @@ _F_gnome_scrollkeeper=y
_F_gnome_desktop=y
Finclude gnome gnome-scriptlet
url=http://www.gnome.org/projects/evince/;
-sha1sums=('4104245c1c3690d2df4a106181af49d8b531a525')
+sha1sums=('e87435d6cb42b9663c414691603bdfb426dfe640')

subpkgs=('evince-nautilus')
subdescs=('Evince plugin for Nautilus')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libsocialweb-0.25.17-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e3f5f76997e65fb5cca728a20f230ad78e0edfcd

commit e3f5f76997e65fb5cca728a20f230ad78e0edfcd
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 13:04:57 2011 +0200

libsocialweb-0.25.17-1-x86_64

*Version bump

diff --git a/source/gnome/libsocialweb/FrugalBuild 
b/source/gnome/libsocialweb/FrugalBuild
index a09e1f4..f9ab38e 100644
--- a/source/gnome/libsocialweb/FrugalBuild
+++ b/source/gnome/libsocialweb/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=libsocialweb
-pkgver=0.25.16
+pkgver=0.25.17
pkgrel=1
pkgdesc=socialweb library to fetch data from social service
depends=('libxml2=2.7.8' 'librest' 'json-glib' 'networkmanager=0.8.995')
@@ -25,7 +25,7 @@ Fconfopts=$Fconfopts--with-gnome 
--with-online=networkmanager --disable-static
--enable-youtube \
--enable-sina \
--enable-vala-bindings
-sha1sums=('af1e3bdf94073adf2986fae3e5b559ef12d7f2db' \
+sha1sums=('55cc2df8622cf79c23c09c968e0d0dd64dc28477' \
'eb0b070c2409722c6b6a4388ecb638e878a45d0d' \
'9e5f4863ce6d3e6a5eb3f0cb6370d596d3889942' \
'd6b374906cd754a0150983c384506f7e8c82d152' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gnome-panel-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ca67dfb6529e87e05ada5c7edb30e37ba17e58fa

commit ca67dfb6529e87e05ada5c7edb30e37ba17e58fa
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 13:09:59 2011 +0200

gnome-panel-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/gnome-panel/FrugalBuild 
b/source/gnome/gnome-panel/FrugalBuild
index a8c6cc1..5950085 100644
--- a/source/gnome/gnome-panel/FrugalBuild
+++ b/source/gnome/gnome-panel/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-panel
-pkgver=3.0.0.1
-pkgrel=9
+pkgver=3.0.2
+pkgrel=1
pkgdesc=GNOME panel and core applets
-depends=('libxml2=2.7.8' 'gnome-desktop=3.0.1-2' 'gnome-menus=2.30.4' \
+depends=('libxml2=2.7.8' 'gnome-desktop=3.0.2' 'gnome-menus=2.30.4' \
'libwnck=3.0.0'  'rarian=0.8.0' 'dbus-glib=0.71' 'avahi-glib=0.6.17' 
'librsvg=2.32.0' \
'libcanberra-gtk' 'libkrb5' 'openssl=1.0.0-3' 'libgweather=3.0.0' 
'evolution-data-server' \
'networkmanager' 'dconf' 'telepathy-glib')
@@ -18,7 +18,7 @@ _F_gnome_scrollkeeper=y
_F_gnome_iconcache=y
_F_gnome_desktop=y
Finclude gnome gnome-scriptlet
-sha1sums=('d092cc3c14b29c3c98bb067345b50a6891da1d11')
+sha1sums=('626a7329768c045a88339689c011e52b40e369c3')
replaces=('libpanelappletmm' 'deskbar-applet' 'gnome-globalmenu' 
'gnome-applets' 'giplet' 'hamster-applet')
provides=('deskbar-applet')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: empathy-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9275a35439e71e941822fede1f0135b2af29f281

commit 9275a35439e71e941822fede1f0135b2af29f281
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 13:22:37 2011 +0200

empathy-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/empathy/FrugalBuild b/source/gnome/empathy/FrugalBuild
index 55b2458..b43d150 100644
--- a/source/gnome/empathy/FrugalBuild
+++ b/source/gnome/empathy/FrugalBuild
@@ -7,8 +7,8 @@ USE_SENDTO=${USE_SENDTO:-n}
#Sendto have be merged to nautilus should wait

pkgname=empathy
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=Empathy consists of a rich set of reusable instant messaging widgets
depends=('telepathy-glib' 'libxml2' 'enchant' 'ca-certificates' \
'atk' 'pango' 'freetype2' 'libxau' 'libxdmcp' 'e2fsprogs' \
@@ -16,7 +16,7 @@ depends=('telepathy-glib' 'libxml2' 'enchant' 
'ca-certificates' \
'libxi' 'libxrandr' 'libxcursor' 'libjpeg=8a' \
'libsm' 'libffi' 'telepathy-stream-engine' \
'aspell' 'iso-codes' 'telepathy-mission-control' 'telepathy-gabble' \
-   'evolution-data-server=3.0.1' 'libcanberra-gtk' 'telepathy-farsight' \
+   'evolution-data-server=3.0.2' 'libcanberra-gtk' 'telepathy-farsight' \
'webkit-gtk3' 'unique' 'libkrb5' 'folks=0.4.3' 'telepathy-logger' \
'ca-certificates' 'gsettings-desktop-schemas' 'libnotify=0.7' 
'telepathy-butterfly' \
'telepathy-logger=0.2.8' 'networkmanager' 'glib-networking')
@@ -37,7 +37,7 @@ if Fuse $USE_MAP; then
depend=(${depends[@]} libchamplain geoclue)
Fconfopts=${Fconfopts[@]} --enable-map=yes
fi
-sha1sums=('30a67180aee9267e10679db4db24d9e20c840f36')
+sha1sums=('593eb0db1a221fdd1466bb6ecc96e0f69d23d287')
replaces=('galaxium' 'gossip')

if Fuse $USE_SENDTO; then
@@ -67,8 +67,8 @@ build() {
if Fuse $USE_SENDTO; then
Fsplit $pkgname-nautilus-sendto usr/lib/nautilus-sendto
fi
-   Fsed X-GNOME-Settings-Panel=empathy-accounts  
$Fdestdir/usr/share/applications/empathy-accounts.desktop
-   Fsed X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;  
$Fdestdir/usr/share/applications/empathy-accounts.desktop
+   #Fsed X-GNOME-Settings-Panel=empathy-accounts  
$Fdestdir/usr/share/applications/empathy-accounts.desktop
+   #Fsed X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;  
$Fdestdir/usr/share/applications/empathy-accounts.desktop
}

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


[Frugalware-git] frugalware-current: gnome-shell-system-monitor-applet-20110524-1-i686 * fixing pkgdesc, one cookie for Phayz :)

2011-05-24 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6a3e2aeeab1505b1c721092fd59ddf00666f6584

commit 6a3e2aeeab1505b1c721092fd59ddf00666f6584
Author: Devil505 devil505li...@gmail.com
Date:   Tue May 24 13:40:10 2011 +0200

gnome-shell-system-monitor-applet-20110524-1-i686
* fixing pkgdesc, one cookie for Phayz :)

diff --git a/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild 
b/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild
index cf61594..81092da 100644
--- a/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild
+++ b/source/gnome-extra/gnome-shell-system-monitor-applet/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=gnome-shell-system-monitor-applet
pkgver=20110524
pkgrel=1
-pkgdesc=gnome-shell-extension-weather is a simple extension for displaying 
weather notifications in Gnome Shell.
+pkgdesc=Display system informations in gnome shell status bar, such as memory 
usage, cpu usage, network rates.
url=https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet;
depends=('gnome-shell')
groups=('gnome-extra')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-tools: dg: read branch.foo.remote, in case it's not 'origin'

2011-05-24 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=19329005e66d8c01d5c0b05f87d35a3ed5edcbd2

commit 19329005e66d8c01d5c0b05f87d35a3ed5edcbd2
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue May 24 13:41:24 2011 +0200

dg: read branch.foo.remote, in case it's not 'origin'

diff --git a/darcs-git.py b/darcs-git.py
index e9e7654..9a9fbaf 100755
--- a/darcs-git.py
+++ b/darcs-git.py
@@ -98,9 +98,16 @@ def get_branch():
sys.exit(0)
return branch

-def get_remote(branch):
+def get_merge(branch):
sock = os.popen(git config branch.%s.merge % branch)
-   remote = sock.read().strip()[11:]
+   merge = sock.read().strip()[11:]
+   if sock.close():
+   sys.exit(0)
+   return merge
+
+def get_remote(branch):
+   sock = os.popen(git config branch.%s.remote % branch)
+   remote = sock.read().strip()
if sock.close():
sys.exit(0)
return remote
@@ -635,13 +642,13 @@ Options:
elif opt in (-h, --help):
options.help = True
optind += 1
+   branch = get_branch()
if optind  len(argv):
options.gitopts =  .join(argv[optind:])
else:
-   options.gitopts = origin
+   options.gitopts = get_remote(branch)
if options.help:
usage(0)
-   branch = get_branch()
remote = %s/%s % (options.gitopts, branch)
if svn_check():
remote = git-svn
@@ -714,10 +721,11 @@ Options:
elif opt in (-h, --help):
options.help = True
optind += 1
+   branch = get_branch()
if optind  len(argv):
options.gitopts =  .join(argv[optind:])
else:
-   options.gitopts = origin
+   options.gitopts = get_remote(branch)
if options.help:
usage(0)
if svn_check():
@@ -726,8 +734,7 @@ Options:
os.system(git darcs fetch upstream)
else:
os.system(git fetch %s % options.gitopts)
-   branch = get_branch()
-   remote = %s/%s % (options.gitopts, get_remote(branch))
+   remote = %s/%s % (options.gitopts, get_merge(branch))
if svn_check():
remote = git-svn
elif darcs_check():
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: auteur-0.1a7-1-i686 * New package

2011-05-24 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ef47a360d2dc2c3964193376f2a36a4afbddf786

commit ef47a360d2dc2c3964193376f2a36a4afbddf786
Author: Pingax pin...@frugalware.fr
Date:   Tue May 24 14:12:18 2011 +0200

auteur-0.1a7-1-i686
* New package

diff --git a/source/xmultimedia-extra/auteur/FrugalBuild 
b/source/xmultimedia-extra/auteur/FrugalBuild
new file mode 100644
index 000..4eb7f09
--- /dev/null
+++ b/source/xmultimedia-extra/auteur/FrugalBuild
@@ -0,0 +1,15 @@
+# Compiling Time: 0 SBU
+# Maintainer: Pingax pin...@frugalware.fr
+
+pkgname=auteur
+pkgver=0.1a7
+pkgrel=1
+pkgdesc=Professional-grade but user-friendly video editor
+url=http://auteur-editor.info;
+archs=('i686')
+groups=('xmultimedia-extra')
+depends=('mencoder' 'pyqt4')
+up2date=lynx -dump -source $url/releases/index.html|grep 'SOURCE 
TARBALL'|Flasttar
+_F_gnome_iconcache=y
+source=$url/releases/source_tarballs/$pkgname-$pkgver.tar.gz
+sha1sums=('370e61fbf568fc412d55166635486185f63a02ff')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gparted-0.8.1-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11450d47ad992da07ffbcd6ebdb5f25cffbad9dd

commit 11450d47ad992da07ffbcd6ebdb5f25cffbad9dd
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 14:34:37 2011 +0200

gparted-0.8.1-1-x86_64

*Version bump

diff --git a/source/xapps-extra/gparted/FrugalBuild 
b/source/xapps-extra/gparted/FrugalBuild
index 45f24e1..c894bdb 100644
--- a/source/xapps-extra/gparted/FrugalBuild
+++ b/source/xapps-extra/gparted/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gparted
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc=Parted GUI written in C++ using gtkmm as Graphical Toolkit
depends=('parted=2.3' 'gtkmm2' 'freetype2' 'pango=1.28.0-2' 'hal')
@@ -14,7 +14,7 @@ _F_sourceforge_ext=.tar.bz2
Finclude sourceforge
url=http://gparted.sourceforge.net;
source=($source gparted-kde.desktop)
-sha1sums=('ea984a96746f35021374002abb78ea5d9f2dc005' \
+sha1sums=('dc80b40c61f1d7d63a6f1bc2f6a47840f5b6eb9c' \
'9fef48cb9b11c71c79a5b4ce8bf1296920a095c2')

subpkgs=($pkgname-minimal)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gadmin-openvpn-client-0.1.5-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1a135b804eca91d06791fa1b14f2fd1d3affa9a0

commit 1a135b804eca91d06791fa1b14f2fd1d3affa9a0
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 14:37:07 2011 +0200

gadmin-openvpn-client-0.1.5-1-x86_64

*Version bump

diff --git a/source/xapps-extra/gadmin-openvpn-client/FrugalBuild 
b/source/xapps-extra/gadmin-openvpn-client/FrugalBuild
index 543bfab..c905d26 100644
--- a/source/xapps-extra/gadmin-openvpn-client/FrugalBuild
+++ b/source/xapps-extra/gadmin-openvpn-client/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gadmin-openvpn-client
-pkgver=0.1.4
-pkgrel=2
+pkgver=0.1.5
+pkgrel=1
pkgdesc=GADMIN-OPENVPN-CLIENT -- A GTK+ administration tool for the OpenVPN 
client
url=http://www.gadmintools.org;
license=GPL
@@ -13,7 +13,7 @@ groups=('xapps-extra')
options=('scriptlet')
up2date=lynx -dump http://mange.dynalias.org/linux/gadmin-openvpn/client/ 
|Flasttar
source=(http://mange.dynalias.org/linux/gadmin-openvpn/client/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('d668540d905cd821e380b5ecbb4a272bcc4304cf')
+sha1sums=('44d858164e4f4516aaba30c8eba14eee470060c9')
replaces=('tuntun')

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


[Frugalware-git] frugalware-current: gnome-system-monitor-3.0.1-1-x86_64

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

commit 6bf1d69695c84498a67b91032f039590256fa767
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 14:40:06 2011 +0200

gnome-system-monitor-3.0.1-1-x86_64

*Version bump

diff --git a/source/gnome-extra/gnome-system-monitor/FrugalBuild 
b/source/gnome-extra/gnome-system-monitor/FrugalBuild
index ff13119..0017f51 100644
--- a/source/gnome-extra/gnome-system-monitor/FrugalBuild
+++ b/source/gnome-extra/gnome-system-monitor/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-system-monitor
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc=A system monitor for GNOME
url=http://www.gnome.org/;
-depends=('libxml2=2.7.8' 'libgtop=2.28.0' 'libwnck=2.30.6-2' 'dconf' \
+depends=('libxml2=2.7.8' 'libgtop=2.28.0' 'libwnck=3.0.2' 'dconf' \
'rarian' 'libsexy' 'gnome-icon-theme' 'pcre' 'gtkmm' 'librsvg=2.26.0-2')
makedepends=('intltool' 'gnome-doc-utils=0.16.0')
groups=('gnome-extra')
@@ -15,6 +15,6 @@ _F_gnome_scrollkeeper=y
_F_gnome_desktop=y
_F_gnome_glib=y
Finclude gnome gnome-scriptlet
-sha1sums=('60f492eea26dc25c6891dbe7bcb63757341188e3')
+sha1sums=('997d3be17c5d5b2dbcae8ef9710c347eaa79237e')

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


[Frugalware-git] frugalware-current: gnome-dvb-daemon-0.2.1-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0b3ab4e4ffe04ecc315e49cf8bf42c632a9c5c14

commit 0b3ab4e4ffe04ecc315e49cf8bf42c632a9c5c14
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 14:44:47 2011 +0200

gnome-dvb-daemon-0.2.1-1-x86_64

*Version bump

diff --git a/source/gnome-extra/gnome-dvb-daemon/FrugalBuild 
b/source/gnome-extra/gnome-dvb-daemon/FrugalBuild
index b2689bb..e598b7c 100644
--- a/source/gnome-extra/gnome-dvb-daemon/FrugalBuild
+++ b/source/gnome-extra/gnome-dvb-daemon/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-dvb-daemon
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc=GNOME DVB Daemon is a daemon written in Vala to setup your DVB 
devices.
depends=('gst-plugins-bad' 'dbus-glib' 'libgee' 'sqlite3' 'gst-rtsp=0.10.4' \
@@ -21,7 +21,7 @@ subdepends=(totem=3.0.0)
subrodepends=(gnome-dvb-daemon)
subgroups=('gnome-extra')
subarchs=('i686 x86_64')
-sha1sums=('a98a42a0178980ea15bbc536c15847da4750c889')
+sha1sums=('1c74932e0de0d86903031f5182b7c5271da2ff4e')

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


[Frugalware-git] frugalware-current: gnome-games-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=671d03f07cc4205686f86f5499e3d32277676fa5

commit 671d03f07cc4205686f86f5499e3d32277676fa5
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 15:00:11 2011 +0200

gnome-games-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome-extra/gnome-games/FrugalBuild 
b/source/gnome-extra/gnome-games/FrugalBuild
index 72678ea..8a9e1f7 100644
--- a/source/gnome-extra/gnome-games/FrugalBuild
+++ b/source/gnome-extra/gnome-games/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-games
-pkgver=3.0.1.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=Games for GNOME
url=http://www.gnome.org/;
@@ -30,7 +30,7 @@ _F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --with-scores-group=users --with-scores-user=root
-sha1sums=('cea6c8371fc5110b2baed787fdf7fdec0d3a002a')
+sha1sums=('cd4ea0336606c1a5799f996c2b740267a78b481d')
conflicts=('glchess')
replaces=('gnono')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: loadpng-1.5-2-i686

2011-05-24 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1ebe42f33d36741d4cc851334f9102975e63ffe2

commit 1ebe42f33d36741d4cc851334f9102975e63ffe2
Author: Michel Hermier herm...@frugalware.org
Date:   Tue May 24 16:55:21 2011 +0200

loadpng-1.5-2-i686

* enable shared library.

diff --git a/source/xlib-extra/loadpng/FrugalBuild 
b/source/xlib-extra/loadpng/FrugalBuild
index be66518..0e7284f 100644
--- a/source/xlib-extra/loadpng/FrugalBuild
+++ b/source/xlib-extra/loadpng/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=loadpng
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc=loadpng is some glue that makes it easy to use libpng to load and save 
bitmaps from Allegro programs.
url=http://tjaden.strangesoft.net/loadpng/;
depends=('libpng' 'allegro' 'zlib')
@@ -17,4 +17,5 @@ build()   {
Fcd
Fsed /usr/local /usr Makefile.unx
Fbuild
+   Fmakeinstall install-shared
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: goffice-0.8.15-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=29d0540c34af83099092fd2ec46171f33cafeb29

commit 29d0540c34af83099092fd2ec46171f33cafeb29
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 19:23:37 2011 +0200

goffice-0.8.15-1-x86_64

*Version bump

diff --git a/source/gnome-extra/goffice/FrugalBuild 
b/source/gnome-extra/goffice/FrugalBuild
index e2135d5..ce0bfcf 100644
--- a/source/gnome-extra/goffice/FrugalBuild
+++ b/source/gnome-extra/goffice/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Cedrick Hannier alias Cedynamix cedyna...@gmail.com

pkgname=goffice
-pkgver=0.8.14
+pkgver=0.8.15
pkgrel=1
pkgdesc=A glib/gtk set of document centric objects and utilities
url=http://www.gnome.org/;
@@ -13,6 +13,6 @@ archs=('x86_64' 'i686' 'ppc')
options=('scriptlet')
_F_gnome_scrollkeeper=y
Finclude gnome gnome-scriptlet
-sha1sums=('d2f739bd21c23973675446a9678d051fae5aab0a')
+sha1sums=('2faa5ad2f718ffd375b68378c45812e5a37c6f38')

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


[Frugalware-git] frugalware-current: gnumeric-1.10.15-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5e850e46f70160a2467c55295d45bb1bcdd14134

commit 5e850e46f70160a2467c55295d45bb1bcdd14134
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 19:46:39 2011 +0200

gnumeric-1.10.15-1-x86_64

*Version bump

diff --git a/source/gnome-extra/gnumeric/FrugalBuild 
b/source/gnome-extra/gnumeric/FrugalBuild
index 3c75b81..e451827 100644
--- a/source/gnome-extra/gnumeric/FrugalBuild
+++ b/source/gnome-extra/gnumeric/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnumeric
-pkgver=1.10.14
+pkgver=1.10.15
pkgrel=1
pkgdesc=The GNOME spreadsheet
url=http://www.gnome.org/projects/gnumeric/;
@@ -17,6 +17,6 @@ _F_gnome_scrollkeeper=y
_F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
-sha1sums=('48e482e6d5a889a2f649ab2b7099ad2886e32596')
+sha1sums=('049e219e069d689e921d79fc6270766e70f9ae5f')

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


[Frugalware-git] frugalware-current: moserial-2.32.1-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0dd9f020ab8a78247005f640246dd8e229e1c4e0

commit 0dd9f020ab8a78247005f640246dd8e229e1c4e0
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 20:46:31 2011 +0200

moserial-2.32.1-1-x86_64

*Version bump

diff --git a/source/gnome-extra/moserial/FrugalBuild 
b/source/gnome-extra/moserial/FrugalBuild
index f05c607..416bd20 100644
--- a/source/gnome-extra/moserial/FrugalBuild
+++ b/source/gnome-extra/moserial/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=moserial
-pkgver=2.32.0
+pkgver=2.32.1
pkgrel=1
pkgdesc=friendly gtk-based serial terminal for the gnome desktop
depends=('gtk+2=2.20.0-2' 'gconf')
@@ -13,6 +13,6 @@ _F_gnome_desktop=y
_F_gnome_iconcache=y
options=('scriptlet')
Finclude gnome gnome-scriptlet
-sha1sums=('b60cd4ecfaaf1852038212b6c50d625a1e5feb4a')
+sha1sums=('8c2d6be288ed48bab90e0abdedc30b9ab174ae0c')

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


[Frugalware-git] frugalware-current: monodevelop-2.5.92-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=748b29c6c93d6202fe601af823c6ef8fecc65289

commit 748b29c6c93d6202fe601af823c6ef8fecc65289
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 21:00:56 2011 +0200

monodevelop-2.5.92-1-x86_64

*Version bump

diff --git a/source/gnome-extra/monodevelop/FrugalBuild 
b/source/gnome-extra/monodevelop/FrugalBuild
index a4422d0..dfd7abb 100644
--- a/source/gnome-extra/monodevelop/FrugalBuild
+++ b/source/gnome-extra/monodevelop/FrugalBuild
@@ -4,7 +4,7 @@
USE_DEVEL=${USE_DEVEL:-y}

pkgname=monodevelop
-pkgver=2.5.91
+pkgver=2.5.92
pkgrel=1
pkgdesc=A project to port SharpDevelop to Gtk#
url=http://www.mono-project.com/;
@@ -14,17 +14,19 @@ makedepends=('intltool' 'perl-xml-parser')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
if Fuse $USE_DEVEL; then
-   up2date=Flasttar http://www.go-mono.com/sources/$pkgname/;
+   up2date=lynx -dump -source http://monodevelop.com/Download | Flasttar
+   
source=(http://monodevelop.com/files/Linux/tarballs/$pkgname-$pkgver.tar.bz2)
else
up2date=Flasttar http://www.go-mono.com/sources-stable/;
+   
source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
fi
-source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+
options=('scriptlet')
_F_gnome_desktop=y
_F_gnome_mime=y
_F_gnome_iconcache=y
Finclude gnome-scriptlet mono
-sha1sums=('55ba434cd4a8af629030fa358e1304317cee0be8')
+sha1sums=('43b8a4e212461c6f5106dffcc04ac0e3c7649ebb')
Fconfopts=$Fconfopts --enable-versioncontrol --enable-git

replaces=('monodevelop-boo')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: startup-notification-0.12-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ebe2051b1e87c00b6ac3e528563744c2a13196c5

commit ebe2051b1e87c00b6ac3e528563744c2a13196c5
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 21:01:20 2011 +0200

startup-notification-0.12-1-x86_64

*Version bump

diff --git a/source/xapps/startup-notification/FrugalBuild 
b/source/xapps/startup-notification/FrugalBuild
index 5536830..d44ec4c 100644
--- a/source/xapps/startup-notification/FrugalBuild
+++ b/source/xapps/startup-notification/FrugalBuild
@@ -1,8 +1,8 @@
# Compiling time: 0.12 SBU
-# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu
+# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=startup-notification
-pkgver=0.11
+pkgver=0.12
pkgrel=1
pkgdesc=Application startup notification and feedback library
url=http://freedesktop.org/wiki/Software/startup-notification;
@@ -11,7 +11,7 @@ groups=('xapps')
archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump 
'http://freedesktop.org/software/startup-notification/releases/?C=M;O=D'|grep 
tar.gz$|sed -n 's/.*-\(.*\).t.*/\1/;1 p'
source=(http://freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f53c5c423339255dca88f8f3b68bb15f8ed1edad')
+sha1sums=('4198bce2808d03160454a2940d989f3a5dc96dbb')
export CFLAGS=$CFLAGS -fno-strict-aliasing

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


[Frugalware-git] frugalware-current: monodevelop-database-2.5.92-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=329c55ef37d9259ffedfc37aee3515732544761c

commit 329c55ef37d9259ffedfc37aee3515732544761c
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 21:19:05 2011 +0200

monodevelop-database-2.5.92-1-x86_64

*Version bump

diff --git a/source/gnome-extra/monodevelop-database/FrugalBuild 
b/source/gnome-extra/monodevelop-database/FrugalBuild
index 9059cfd..cf7f4e3 100644
--- a/source/gnome-extra/monodevelop-database/FrugalBuild
+++ b/source/gnome-extra/monodevelop-database/FrugalBuild
@@ -4,21 +4,22 @@
USE_DEVEL=${USE_DEVEL:-y}

pkgname=monodevelop-database
-pkgver=2.5.91
+pkgver=2.5.92
pkgrel=1
pkgdesc=Database Extension for MonoDevelop
url=http://www.mono-project.com/;
-depends=('monodevelop=2.5.91' 'sqlite3' 'mysql-connector-net')
+depends=('monodevelop=2.5.92' 'sqlite3' 'mysql-connector-net')
makedepends=('intltool' 'perl-xml-parser')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
if Fuse $USE_DEVEL; then
up2date=Flasttar http://www.go-mono.com/sources/$pkgname/;
+   
source=(http://monodevelop.com/files/Linux/tarballs/$pkgname-$pkgver.tar.bz2)
else
up2date=Flasttar http://www.go-mono.com/sources-stable/;
+   
source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
fi
-source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
options=('scriptlet')
_F_mono_aot=0
Finclude mono
-sha1sums=('f7d087d3b8663a14d3bd871a2adcf332a9496c6b')
+sha1sums=('02cff2716f1a3d952966b18c6f258dc6f0e2e0bd')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: monodevelop-java-2.5.92-1-x86_64

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

commit 6e9e56a0430c83d77145d1282470c5196eb0e659
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 21:23:02 2011 +0200

monodevelop-java-2.5.92-1-x86_64

*Version bump

diff --git a/source/gnome-extra/monodevelop-java/FrugalBuild 
b/source/gnome-extra/monodevelop-java/FrugalBuild
index 600c58e..6ca0a88 100644
--- a/source/gnome-extra/monodevelop-java/FrugalBuild
+++ b/source/gnome-extra/monodevelop-java/FrugalBuild
@@ -4,22 +4,23 @@
USE_DEVEL=${USE_DEVEL:-y}

pkgname=monodevelop-java
-pkgver=2.5.91
+pkgver=2.5.92
pkgrel=1
pkgdesc=Java Extension for MonoDevelop
url=http://www.mono-project.com/;
-depends=('monodevelop=2.5.91')
+depends=('monodevelop=2.5.92')
makedepends=('intltool' 'perl-xml-parser')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
if Fuse $USE_DEVEL; then
up2date=Flasttar http://www.go-mono.com/sources/$pkgname/;
+   
source=(http://monodevelop.com/files/Linux/tarballs/$pkgname-$pkgver.tar.bz2)
else
up2date=Flasttar http://www.go-mono.com/sources-stable/;
+   
source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
fi
-source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
options=('scriptlet')
_F_mono_aot=0
Finclude mono
-sha1sums=('326a5a999a315ecd4625154ce87e8b0717045b02')
+sha1sums=('1372092a0e9e884fe5089cbde3e7f74c3ca46b9c')
Fconfopts=$Fconfopts --config=RELEASE
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: monodevelop-vala-2.5.92-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=21db6819188b023cb7dde97a13cd2cc834acb000

commit 21db6819188b023cb7dde97a13cd2cc834acb000
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 21:28:10 2011 +0200

monodevelop-vala-2.5.92-1-x86_64

*Version bump

diff --git a/source/gnome-extra/monodevelop-vala/FrugalBuild 
b/source/gnome-extra/monodevelop-vala/FrugalBuild
index 4414f29..8f12009 100644
--- a/source/gnome-extra/monodevelop-vala/FrugalBuild
+++ b/source/gnome-extra/monodevelop-vala/FrugalBuild
@@ -4,21 +4,22 @@
USE_DEVEL=${USE_DEVEL:-y}

pkgname=monodevelop-vala
-pkgver=2.5.91
+pkgver=2.5.92
pkgrel=1
pkgdesc=Vala Extension for MonoDevelop
url=http://www.mono-project.com/;
-depends=('monodevelop=2.5.91' 'vala=0.12')
+depends=('monodevelop=2.5.92' 'vala=0.12')
makedepends=('intltool' 'perl-xml-parser')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
if Fuse $USE_DEVEL; then
up2date=Flasttar http://www.go-mono.com/sources/$pkgname/;
+   
source=(http://monodevelop.com/files/Linux/tarballs/$pkgname-$pkgver.tar.bz2)
else
up2date=Flasttar http://www.go-mono.com/sources-stable/;
+   
source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
fi
-source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
options=('scriptlet')
_F_mono_aot=0
Finclude mono
-sha1sums=('960408fffac37e8978a8947cfc4f30734c57e37a')
+sha1sums=('d9a0d0cbfaed982d026b585504c0f4cb4e5527e9')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: monodevelop-debugger-gdb-2.5.92-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=db6ccd546ceb355289c5cbdbb5d6d9537f174491

commit db6ccd546ceb355289c5cbdbb5d6d9537f174491
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 21:31:44 2011 +0200

monodevelop-debugger-gdb-2.5.92-1-x86_64

*Version bump

diff --git a/source/gnome-extra/monodevelop-debugger-gdb/FrugalBuild 
b/source/gnome-extra/monodevelop-debugger-gdb/FrugalBuild
index 44239d4..c0ce2cb 100644
--- a/source/gnome-extra/monodevelop-debugger-gdb/FrugalBuild
+++ b/source/gnome-extra/monodevelop-debugger-gdb/FrugalBuild
@@ -4,25 +4,26 @@
USE_DEVEL=${USE_DEVEL:-y}

pkgname=monodevelop-debugger-gdb
-pkgver=2.5.91
+pkgver=2.5.92
pkgrel=1
pkgdesc=Debugger-gdb Extension for MonoDevelop
url=http://www.mono-project.com/;
-depends=('monodevelop=2.5.91' 'mono-debugger=2.6.3')
+depends=('monodevelop=2.5.92' 'mono-debugger=2.6.3')
makedepends=('intltool' 'perl-xml-parser')
groups=('gnome-extra')
replaces=('monodevelop-debugger-mdb')
archs=('i686' 'x86_64')
if Fuse $USE_DEVEL; then
up2date=Flasttar http://www.go-mono.com/sources/$pkgname/;
+   
source=(http://monodevelop.com/files/Linux/tarballs/$pkgname-$pkgver.tar.bz2)
else
up2date=Flasttar http://www.go-mono.com/sources-stable/;
+   
source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
fi
-source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
options=('scriptlet')
_F_mono_aot=0
Finclude mono
-sha1sums=('4bbacefb914670fcb5a38aa063be6de45a4aa813')
+sha1sums=('9e7f5ab6aab538f637ccfdb8b3a5769c0ad0cb83')
Fconfopts=$Fconfopts --config=RELEASE --prefix=/usr

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


[Frugalware-git] frugalware-current: monodevelop-python-2.5.92-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a74633ce9f0e8f355d79b7b7ff6f37e5ece8563b

commit a74633ce9f0e8f355d79b7b7ff6f37e5ece8563b
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 21:35:17 2011 +0200

monodevelop-python-2.5.92-1-x86_64

*Version bump

diff --git a/source/gnome-extra/monodevelop-python/FrugalBuild 
b/source/gnome-extra/monodevelop-python/FrugalBuild
index bf71665..c79ea54 100644
--- a/source/gnome-extra/monodevelop-python/FrugalBuild
+++ b/source/gnome-extra/monodevelop-python/FrugalBuild
@@ -4,24 +4,25 @@
USE_DEVEL=${USE_DEVEL:-y}

pkgname=monodevelop-python
-pkgver=2.5.91
+pkgver=2.5.92
pkgrel=1
pkgdesc=Python Extension for MonoDevelop
url=http://www.mono-project.com/;
-depends=('monodevelop=2.5.91' 'python=2.7')
+depends=('monodevelop=2.5.92' 'python=2.7')
makedepends=('intltool' 'perl-xml-parser')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
if Fuse $USE_DEVEL; then
up2date=Flasttar http://www.go-mono.com/sources/$pkgname/;
+   
source=(http://monodevelop.com/files/Linux/tarballs/$pkgname-$pkgver.tar.bz2)
else
up2date=Flasttar http://www.go-mono.com/sources-stable/;
+   
source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
fi
-source=(http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
options=('scriptlet')
_F_mono_aot=0
Finclude mono
-sha1sums=('a0d6d54471aaf816805a1eb1e6b5677d004976a9')
+sha1sums=('f61121b89d49cfe5c2b64d0d6cb2be48379c')

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


[Frugalware-git] frugalware-current: anjuta-3.0.2.0-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=27e201ebfdb5dd1f43a9ae77cccbb2da70ded1cc

commit 27e201ebfdb5dd1f43a9ae77cccbb2da70ded1cc
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 21:46:56 2011 +0200

anjuta-3.0.2.0-1-x86_64

*Version bump

diff --git a/source/gnome-extra/anjuta/FrugalBuild 
b/source/gnome-extra/anjuta/FrugalBuild
index 7ff8222..604f109 100644
--- a/source/gnome-extra/anjuta/FrugalBuild
+++ b/source/gnome-extra/anjuta/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: AlexExtreme a...@alex-smith.me.uk

pkgname=anjuta
-pkgver=3.0.1.0
-pkgrel=4
+pkgver=3.0.2.0
+pkgrel=1
pkgdesc=Anjuta is a versatile IDE for C and C++, written for GTK/GNOME.
depends=('gdl=3.0.1' 'guile=1.8.2' 'autogen' 'graphviz=2.14-2' \
'vte3' 'subversion' 'gtksourceview3' 'gnome-keyring=2.32.0' 
'libgnomecanvas=2.30.1-2' 'libgnome' \
@@ -20,7 +20,7 @@ options=('scriptlet')
Finclude gnome gnome-scriptlet
groups=('gnome-extra')
archs=('i686' 'x86_64')
-sha1sums=('d05c494190ce428e8614e8a15be5d3e580bc1356')
+sha1sums=('3d08cd163d3ac025a142c81833199a7816741fc0')
unset MAKEFLAGS
Fconfopts=${Fconfopts[@]} --enable-compile-warnings=no
replaces=('valencia')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: mousetweaks-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=912e70d7a6d10149279a3a58301d934cf033a043

commit 912e70d7a6d10149279a3a58301d934cf033a043
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 22:58:02 2011 +0200

mousetweaks-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome-extra/mousetweaks/FrugalBuild 
b/source/gnome-extra/mousetweaks/FrugalBuild
index 8f7d8a5..ac20a82 100644
--- a/source/gnome-extra/mousetweaks/FrugalBuild
+++ b/source/gnome-extra/mousetweaks/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=mousetweaks
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=The Mousetweaks package provides mouse accessibility enhancements for 
the GNOME desktop.
url=http://www.gnome.org/;
@@ -12,6 +12,6 @@ groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_glib=y
Finclude gnome
-sha1sums=('1363b2d7d453c317d7cd726e29ca8a3636b4ab1a')
+sha1sums=('beb855a1c0dec2e5878126f9741027ebaba66c20')

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


[Frugalware-git] frugalware-current: at-spi2-core-2.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ed635c3dbae4dadfd5d7c3a3f136fce40936873

commit 3ed635c3dbae4dadfd5d7c3a3f136fce40936873
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 22:58:56 2011 +0200

at-spi2-core-2.0.2-1-x86_64

*Version bump

diff --git a/source/gnome-extra/at-spi2-core/FrugalBuild 
b/source/gnome-extra/at-spi2-core/FrugalBuild
index 36ec1b3..35b1211 100644
--- a/source/gnome-extra/at-spi2-core/FrugalBuild
+++ b/source/gnome-extra/at-spi2-core/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=at-spi2-core
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc=Gnome Accessibility Toolkit
depends=('atk' 'dbus-glib' 'gtk+2')
@@ -11,6 +11,6 @@ groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
Fconfopts=$Fconfopts --disable-gtk-doc
-sha1sums=('ce3b2e7a84aa4b63d87a515d30d2666f75b6a1ba')
+sha1sums=('001bbbc959a10981ade25a4db0b076b9e7e7000b')

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


[Frugalware-git] frugalware-current: at-spi2-atk-2.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b9b3453ede17b5612690ae633c6c54152b91d698

commit b9b3453ede17b5612690ae633c6c54152b91d698
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 23:01:48 2011 +0200

at-spi2-atk-2.0.2-1-x86_64

*Version bump

diff --git a/source/gnome-extra/at-spi2-atk/FrugalBuild 
b/source/gnome-extra/at-spi2-atk/FrugalBuild
index 7ec2aba..5129006 100644
--- a/source/gnome-extra/at-spi2-atk/FrugalBuild
+++ b/source/gnome-extra/at-spi2-atk/FrugalBuild
@@ -2,16 +2,16 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=at-spi2-atk
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc=Gnome Accessibility Toolkit
-depends=('atk' 'dbus-glib' 'at-spi2-core')
+depends=('atk' 'dbus-glib' 'at-spi2-core=2.0.2')
makedepends=('perl-xml-parser' 'intltool')
groups=('gnome-extra')
archs=('i686' 'x86_64' 'ppc')
Finclude gnome
Fconfopts=$Fconfopts --disable-gtk-doc
-sha1sums=('429ee0010a216af070cd34a54bda3e716ecaef4a')
+sha1sums=('f90e4708317d24b3a538cb452cc567b413a9c108')
replaces=('at-spi' 'gok' 'dasher')
provides=('at-spi')
conflicts=('at-spi')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: eog-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5c1399a9a72c0806abd179ca3dcc8facdeba36d1

commit 5c1399a9a72c0806abd179ca3dcc8facdeba36d1
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 23:04:07 2011 +0200

eog-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/eog/FrugalBuild b/source/gnome/eog/FrugalBuild
index 7476fb1..fbb7f06 100644
--- a/source/gnome/eog/FrugalBuild
+++ b/source/gnome/eog/FrugalBuild
@@ -3,11 +3,11 @@
# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=eog
-pkgver=3.0.1
-pkgrel=3
+pkgver=3.0.2
+pkgrel=1
pkgdesc=An image viewing and cataloging program for GNOME
depends=('libxml2=2.7.8' 'libexif' 'rarian' 'desktop-file-utils' 'python=2.7' 
\
-'gnome-desktop=3.0.1-2' 'lcms' 'libart_lgpl' 'libpeas-gtk')
+'gnome-desktop=3.0.2' 'lcms' 'libart_lgpl' 'libpeas-gtk')
makedepends=('intltool' 'gnome-doc-utils=0.16.0')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
@@ -16,6 +16,6 @@ _F_gnome_scrollkeeper=y
_F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
-sha1sums=('c7435a6bdd055d912d70b92e5a4320a0dc4a80b9')
+sha1sums=('c43cde5a62b2662f0381e7ae84417c98ae371b17')

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


[Frugalware-git] frugalware-current: nautilus-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00630953b1d7b011b1d1d1f758ce7141b66aa7a4

commit 00630953b1d7b011b1d1d1f758ce7141b66aa7a4
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 23:07:03 2011 +0200

nautilus-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome/nautilus/FrugalBuild 
b/source/gnome/nautilus/FrugalBuild
index f40b1ad..2fe67c1 100644
--- a/source/gnome/nautilus/FrugalBuild
+++ b/source/gnome/nautilus/FrugalBuild
@@ -2,13 +2,13 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=nautilus
-pkgver=3.0.1.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=A file manager for GNOME
url=http://www.gnome.org/;
depends=('libxml2=2.7.8' 'librsvg=2.26.2-2' 'libexif' 'eject' 
'desktop-file-utils' 'libgnome=2.32.0' 'gsettings-desktop-schemas' \
-   'exempi' 'unique=3.0' 'gnome-desktop=3.0.1-2' 'libnotify' \
-   'gvfs-gphoto2=1.7.1-4' 'gvfs-smb=1.7.1-4' 'gvfs=1.7.1-4')
+   'exempi' 'unique=3.0' 'gnome-desktop=3.0.2' 'libnotify' \
+   'gvfs-gphoto2=1.7.1-4' 'gvfs-smb=1.7.1-4' 'gvfs=1.8.2')
rodepends=('nautilus-disk-utility')
makedepends=('intltool')
groups=('gnome')
@@ -19,7 +19,7 @@ _F_gnome_mime=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --disable-packagekit
-sha1sums=('04a9f9791cc4e2b0678e3c409d73208f9365028b')
+sha1sums=('f2a926132a8f6c21be1a0c931588b7fb526ea04a')
provides=('eel' 'nautilus-sendto')
replaces=('eel' 'nautilus-wallpaper' 'nautilus-sendto' 'file-browser-applet' 
'nautilus-image-converter')
conflicts=('nautilus-sendto')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tracker-0.10.14-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=085e102c56d337709cd3cecc0cdd4973c3818539

commit 085e102c56d337709cd3cecc0cdd4973c3818539
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 23:14:16 2011 +0200

tracker-0.10.14-1-x86_64

*Version bump

diff --git a/source/gnome-extra/tracker/FrugalBuild 
b/source/gnome-extra/tracker/FrugalBuild
index 8a45d8c..f6a1c2a 100644
--- a/source/gnome-extra/tracker/FrugalBuild
+++ b/source/gnome-extra/tracker/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: AlexExtreme a...@alex-smith.me.uk

pkgname=tracker
-pkgver=0.10.12
+pkgver=0.10.14
pkgrel=1
pkgdesc=Tracker is a first class object database, extensible tag/metadata 
database, search tool and indexer.
depends=('gtk+2=2.20.0-2' 'dbus-glib=0.76' 'sqlite3' 'gamin' \
@@ -19,7 +19,7 @@ _F_gnome_desktop=y
_F_gnome_iconcache=y

Finclude gnome-scriptlet gnome
-sha1sums=('0f65aed0c5188ec42297415ed2647ef04ceb989f')
+sha1sums=('485d3691602fd82a62276aec5caaa90d568fedb6')
unset MAKEFLAGS

subpkgs=(${subpkgs[@]} $pkgname-nautilus)
@@ -31,7 +31,9 @@ subarchs=(${subarchs[@]} 'i686 x86_64')


build() {
-   Fbuild  --with-unicode-support=glib
+   Fcd
+   Fsed tracker-search-bar.1  docs/manpages/Makefile*
+   Fbuild --with-unicode-support=glib
Fsplit $pkgname-nautilus usr/lib/nautilus
Fbuild_gnome_scriptlet
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gdl-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3a64af60143d86cd126e0291c42a72dc1f4ab773

commit 3a64af60143d86cd126e0291c42a72dc1f4ab773
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 23:20:20 2011 +0200

gdl-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome-extra/gdl/FrugalBuild 
b/source/gnome-extra/gdl/FrugalBuild
index 09737f9..34cb6db 100644
--- a/source/gnome-extra/gdl/FrugalBuild
+++ b/source/gnome-extra/gdl/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Priyank Gosalia priyan...@gmail.com

pkgname=gdl
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc=Gnome Devtool Libraries.
url=http://gnome.org;
makedepends=('intltool')
@@ -11,7 +11,7 @@ depends=('gtk+3' 'perl-xml-parser')
groups=('gnome-extra')
archs=('i686' 'x86_64')
Finclude gnome
-sha1sums=('62efcc3bc9260391734a94e53a64be78c489e83f')
+sha1sums=('3f4cd04092b6618722645c35fdaa8157d6250141')
replaces=('gnome-build')
provides=('gnome-build')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: seahorse-3.0.2-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b214b1a5c22d9532876afe3a8c1a22e870e5f7dc

commit b214b1a5c22d9532876afe3a8c1a22e870e5f7dc
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 23:26:06 2011 +0200

seahorse-3.0.2-1-x86_64

*Version bump

diff --git a/source/gnome-extra/seahorse/FrugalBuild 
b/source/gnome-extra/seahorse/FrugalBuild
index fa41c64..942687b 100644
--- a/source/gnome-extra/seahorse/FrugalBuild
+++ b/source/gnome-extra/seahorse/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Priyank Gosalia priyan...@gmail.com

pkgname=seahorse
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc=A GNOME application for managing PGP keys.
url=http://www.seahorse.sourceforge.net/;
@@ -18,7 +18,7 @@ _F_gnome_desktop=y
_F_gnome_iconcache=y
_F_gnome_mime=y
Finclude gnome gnome-scriptlet
-sha1sums=('ff5fea0c30416d4a9d40f9d985234172ffe3acc3')
+sha1sums=('420793a1f17af5fa982f15050bf5ea2656471fba')
unset MAKEFLAGS
Fconfopts=${Fconfopts[@]} -enable-ldap --enable-hkp --enable-libnotify \
--with-keyserver --enable-ssh --enable-dbus --enable-avahi \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gnome-user-docs-3.0.4-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c89c9a09142b17bc17a8b7d942e2689d19809096

commit c89c9a09142b17bc17a8b7d942e2689d19809096
Author: bouleetbil bouleet...@frogdev.info
Date:   Tue May 24 23:34:07 2011 +0200

gnome-user-docs-3.0.4-1-x86_64

*Version bump

diff --git a/source/gnome-extra/gnome-user-docs/FrugalBuild 
b/source/gnome-extra/gnome-user-docs/FrugalBuild
index 64d1ef1..0ea838f 100644
--- a/source/gnome-extra/gnome-user-docs/FrugalBuild
+++ b/source/gnome-extra/gnome-user-docs/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: AlexExtreme a...@alex-smith.me.uk

pkgname=gnome-user-docs
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc=User documentation for GNOME
url=http://www.gnome.org/;
@@ -15,4 +15,4 @@ archs=('i686' 'x86_64' 'ppc')
_F_gnome_scrollkeeper=y
Finclude gnome gnome-scriptlet
unset MAKEFLAGS
-sha1sums=('35c41809340577591a1b52a2f93e77403dc9982d')
+sha1sums=('bb5527e5466c423f7046e44f3d541357d400d71f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: cpm-0.23beta-2-i686

2011-05-24 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=47dd4b04a3c6b904888aaa3df2930aeca9c6f1f5

commit 47dd4b04a3c6b904888aaa3df2930aeca9c6f1f5
Author: Miklos Vajna vmik...@frugalware.org
Date:   Wed May 25 00:39:24 2011 +0200

cpm-0.23beta-2-i686

- fix build

diff --git a/source/apps-extra/cpm/FrugalBuild 
b/source/apps-extra/cpm/FrugalBuild
index b78c08f..1e687d2 100644
--- a/source/apps-extra/cpm/FrugalBuild
+++ b/source/apps-extra/cpm/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=cpm
pkgver=0.23beta
-pkgrel=1
+pkgrel=2
pkgdesc=Console Password Manager
_F_sourceforge_dirname=passwordms
Finclude sourceforge
@@ -17,6 +17,10 @@ options=('scriptlet')

build()
{
+   # ignore diff result (it's ok if a few strings are missing from
+   # translations)
+   Fcd
+   sed -i 's,diff -u current.txt new.txt,diff -u current.txt new.txt || 
:,' Makefile.in
Fbuild --with-crack-dict=/usr/lib/cracklib_dict
cp docs/* ./
Ffilerel conf/cpmrc-default /etc/cpmrc
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: bpe-2.01.00-1-i686

2011-05-24 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c6f5f04b86c876c0595a845f0d529599de94991a

commit c6f5f04b86c876c0595a845f0d529599de94991a
Author: Miklos Vajna vmik...@frugalware.org
Date:   Wed May 25 00:46:05 2011 +0200

bpe-2.01.00-1-i686

- bin, we inherited this from Slackware, upstream died 10 years ago

diff --git a/source/apps-extra/bpe/FrugalBuild 
b/source/apps-extra/bpe/FrugalBuild
deleted file mode 100644
index d7f3df5..000
--- a/source/apps-extra/bpe/FrugalBuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Compiling Time: 0.04 SBU
-# Maintainer: Miklos Vajna vmik...@frugalware.org
-
-pkgname=bpe
-pkgver=2.01.00
-pkgrel=1
-pkgdesc=A tool for searching and modifying binary files.
-depends=('ncurses')
-groups=('apps-extra')
-archs=('i686' 'x86_64')
-Finclude sourceforge
-url=http://bpe.sourceforge.net/;
-sha1sums=('cb5779dc73819bc4c422852809870322fdb4a67b')
-
-build() {
-   Fpatchall
-   rm *.o
-   Fmake
-   Fmkdir /usr/bin /usr/man/man1
-   Fexerel /usr/bin/bpe
-   Ffilerel /usr/man/man1/bpe.1
-}
-
-# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


Re: [Frugalware-git] frugalware-current: auteur-0.1a7-1-i686 * New package

2011-05-24 Thread Russell Dickenson
On 24 May 2011 22:16, Pingax pin...@frugalware.fr wrote:
 Git-Url: 
 http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ef47a360d2dc2c3964193376f2a36a4afbddf786

 commit ef47a360d2dc2c3964193376f2a36a4afbddf786
 Author: Pingax pin...@frugalware.fr
 Date:   Tue May 24 14:12:18 2011 +0200

 auteur-0.1a7-1-i686
 * New package

 diff --git a/source/xmultimedia-extra/auteur/FrugalBuild 
 b/source/xmultimedia-extra/auteur/FrugalBuild
 new file mode 100644
 index 000..4eb7f09
 --- /dev/null
 +++ b/source/xmultimedia-extra/auteur/FrugalBuild
 @@ -0,0 +1,15 @@
 +# Compiling Time: 0 SBU
 +# Maintainer: Pingax pin...@frugalware.fr
 +
 +pkgname=auteur
 +pkgver=0.1a7
 +pkgrel=1
 +pkgdesc=Professional-grade but user-friendly video editor

[snip]

I love new packages but... on the Auteur home page it states Curently
it is stalled in its alpha release; the sole programmer on the team is
busy working on other real-life projects right now, so until either
the rest of the team learns to program or until we attract more
programmers, the project is, for all practical purposes, frozen. I
wonder if we ought to add a video editor in an 'alpha' state of
development to Frugalware's repositories.


-- 
May you always be Frugal,

Russell Dickenson (AKA phayz)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: fw32-0.5-1-x86_64 * oops, forgot to call the pacman function wrapper instead of pacman-g2 directly

2011-05-24 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=72ca27df656acbf990b13896af357dbac8b8c072

commit 72ca27df656acbf990b13896af357dbac8b8c072
Author: James Buren r...@frugalware.org
Date:   Tue May 24 21:40:53 2011 -0500

fw32-0.5-1-x86_64
* oops, forgot to call the pacman function wrapper instead of pacman-g2 directly

diff --git a/source/apps-extra/fw32/FrugalBuild 
b/source/apps-extra/fw32/FrugalBuild
index de1df10..7db9603 100644
--- a/source/apps-extra/fw32/FrugalBuild
+++ b/source/apps-extra/fw32/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: James Buren r...@frugalware.org

pkgname=fw32
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc=A framework for maintaining an i686 environment on x86_64.
url=http://www.frugalware.org;
diff --git a/source/apps-extra/fw32/fw32 b/source/apps-extra/fw32/fw32
index 4acd213..3526528 100644
--- a/source/apps-extra/fw32/fw32
+++ b/source/apps-extra/fw32/fw32
@@ -45,7 +45,7 @@ check_root()
mount_base
}

-pacman()
+_pacman()
{
linux32 pacman-g2 --root $FW32_ROOT --config $FW32_CONFIG --noconfirm $@
return $?
@@ -58,28 +58,28 @@ case $0 in
mkdir -p $FW32_ROOT/{dev,tmp,proc,sys}
[ $? -ne 0 ]  error Failed to create fw32 root directories.
mount_base
-   pacman-g2 -Sy shadow coreutils findutils which wget file tar 
gzip bzip2 util-linux procps kbd psmisc less
+   _pacman -Sy shadow coreutils findutils which wget file tar gzip 
bzip2 util-linux procps kbd psmisc less
[ $? -ne 0 ]  error Failed to create fw32 root.
;;
*fw32-update)
check_root
cp -r -f -p -P /etc $FW32_ROOT
-   pacman-g2 -Syuf
+   _pacman -Syuf
[ $? -ne 0 ]  error Failed to update fw32 root.
;;
*fw32-install)
check_root
-   pacman-g2 -Syf $@
+   _pacman -Syf $@
[ $? -ne 0 ]  error Failed to install any packages to fw32 root.
;;
*fw32-uninstall)
check_root
-   pacman-g2 -Rsc $@
+   _pacman -Rsc $@
[ $? -ne 0 ]  error Failed to uninstall any packages from fw32 root.
;;
*fw32-clean)
check_root
-   pacman-g2 -Sc
+   _pacman -Sc
[ $? -ne 0 ]  error Failed to clean fw32 root directory.
;;
*fw32-delete)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: fw32-0.5-1-x86_64 * forgot to update sha1sum

2011-05-24 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3f90c518e958c67a85cbdfe21dbb100bb43dc623

commit 3f90c518e958c67a85cbdfe21dbb100bb43dc623
Author: James Buren r...@frugalware.org
Date:   Tue May 24 22:13:46 2011 -0500

fw32-0.5-1-x86_64
* forgot to update sha1sum

diff --git a/source/apps-extra/fw32/FrugalBuild 
b/source/apps-extra/fw32/FrugalBuild
index 7db9603..2564421 100644
--- a/source/apps-extra/fw32/FrugalBuild
+++ b/source/apps-extra/fw32/FrugalBuild
@@ -12,7 +12,7 @@ archs=('!i686' 'x86_64' '!ppc' '!arm')
up2date=$pkgver
backup=('etc/fw32/pacman-g2.conf')
source=(fw32 pacman-g2.conf fw32-run.c README.Frugalware)
-sha1sums=('17a8e653ec4292975f226851c2296680096ddc9f' \
+sha1sums=('4cb969d3f8156bbac981d16669ca492d916f912b' \
'd84ca5b6d1c37993dd6514d41eb4923a057a0d27' \
'3ac904555b20ae69b3456238787d3eb7c7146687' \
'38f15d2fe6d1665efe243187eb2c9d9fd571d12e')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libpst-0.6.52-1-x86_64

2011-05-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=592d5b933e8af352f80dc3a091344ab6541936e2

commit 592d5b933e8af352f80dc3a091344ab6541936e2
Author: bouleetbil bouleet...@frogdev.info
Date:   Wed May 25 07:55:35 2011 +0200

libpst-0.6.52-1-x86_64

*Version bump

diff --git a/source/xlib-extra/libpst/FrugalBuild 
b/source/xlib-extra/libpst/FrugalBuild
index ea9024e..ee829ed 100644
--- a/source/xlib-extra/libpst/FrugalBuild
+++ b/source/xlib-extra/libpst/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=libpst
-pkgver=0.6.51
+pkgver=0.6.52
pkgrel=1
pkgdesc=Utilities to convert Outlook .pst files to other formats
url=http://www.five-ten-sg.com/$pkgname;
@@ -13,7 +13,7 @@ Finclude python
makedepends=('boost')
groups=('xlib-extra')
archs=('i686' 'x86_64' 'ppc')
-sha1sums=('5baa691d6eb8d8ec9e8960ecf7b804e1847de8eb')
+sha1sums=('7f8d8cd072aa518efbb9b3e25ec4da81557b74b6')

subpkgs=(${subpkgs[@]} $pkgname-python)
subdescs=(${subdescs[@]} $pkgname python binding)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git