[Frugalware-git] frugalware-current: libgda-5.1.2-2-x86_64 * Move to lib-extra

2013-04-10 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6a6397ac1798de172b31d59b0c9143965e8a7b84

commit 6a6397ac1798de172b31d59b0c9143965e8a7b84
Author: Baste ba...@frugalware.org
Date:   Wed Apr 10 08:31:22 2013 +0200

libgda-5.1.2-2-x86_64
* Move to lib-extra

diff --git a/source/lib/libgda/FrugalBuild b/source/lib-extra/libgda/FrugalBuild
similarity index 96%
rename from source/lib/libgda/FrugalBuild
rename to source/lib-extra/libgda/FrugalBuild
index ec00671..81aac75 100644
--- a/source/lib/libgda/FrugalBuild
+++ b/source/lib-extra/libgda/FrugalBuild
@@ -7,14 +7,14 @@ options+=('asneeded')

pkgname=libgda
pkgver=5.1.2
-pkgrel=1
+pkgrel=2
pkgdesc=An interface to the GDA architecture
url=http://www.gnome-db.org/;
depends=('gtksourceview3' 'libxslt' 'json-glib' 'ncurses' 'libsoup' 'iso-codes' 
'libsecret' \
'goocanvas2' 'libldap' 'readline' 'popt' 'libpq' 'libmysqlclient=5.5.10' 
'gamin')
makedepends=('intltool' 'db' 'openldap' 'mysql' 'postgresql' 'gnome-common' \
'gobject-introspection' 'vala' 'unixodbc' 'gtk-doc')
-groups=('lib')
+groups=('lib-extra')
archs=('i686' 'x86_64')
#_F_gnome_scrollkeeper=y
#options=('scriptlet')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libgexiv2-0.6.1-1-x86_64 * Version bump * Change m8r

2013-04-10 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d6bbd63196d2c458187ba961018066d97defc53

commit 6d6bbd63196d2c458187ba961018066d97defc53
Author: Baste ba...@frugalware.org
Date:   Wed Apr 10 08:39:52 2013 +0200

libgexiv2-0.6.1-1-x86_64
* Version bump
* Change m8r

diff --git a/source/lib-extra/libgexiv2/FrugalBuild 
b/source/lib-extra/libgexiv2/FrugalBuild
index b0d1118..370d480 100644
--- a/source/lib-extra/libgexiv2/FrugalBuild
+++ b/source/lib-extra/libgexiv2/FrugalBuild
@@ -1,16 +1,24 @@
-# Compiling Time: 0.07 SBU
-# Maintainer: Devil505 devil505li...@gmail.com
+# Compiling Time: 0.05 SBU
+# Maintainer: Baste ba...@frugalware.org
+# Contributor: Devil505 devil505li...@gmail.com
+
+options+=('asneeded')

pkgname=libgexiv2
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc=GObject-based wrapper around the Exiv2 library.
url=http://trac.yorba.org/wiki/gexiv2;
depends=('exiv2=0.23' 'glib2')
groups=('lib-extra')
archs=('i686' 'x86_64')
+Fpkgversep=_
up2date=Flasttar http://yorba.org/download/gexiv2/stable/;
-source=(http://yorba.org/download/gexiv2/stable/$pkgname-$pkgver.tar.bz2)
-sha1sums=('b74cd19a4cf4a4a32a938ecb267974c29e630dc2')
+source=(http://yorba.org/download/gexiv2/stable/$pkgname$Fpkgversep$pkgver.tar.xz)
+sha1sums=('298184cbca6e5695e48af96d12e705d5b67beebe')

+build() {
+   Fcd $pkgname-$pkgver
+   Fbuild
+}
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: ruby-mysql-2.9.11-1-x86_64

2013-04-10 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2bf6263ea7200446c2c1a741582f85651167c145

commit 2bf6263ea7200446c2c1a741582f85651167c145
Author: kikadf kikadf...@gmail.com
Date:   Wed Apr 10 09:29:52 2013 +0200

ruby-mysql-2.9.11-1-x86_64

* Version bump

diff --git a/source/devel-extra/ruby-mysql/FrugalBuild 
b/source/devel-extra/ruby-mysql/FrugalBuild
index b8958dc..e75fcf4 100644
--- a/source/devel-extra/ruby-mysql/FrugalBuild
+++ b/source/devel-extra/ruby-mysql/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Bence Nagy nagybe...@tipogral.hu

pkgname=ruby-mysql
-pkgver=2.9.10
+pkgver=2.9.11
pkgrel=1
pkgdesc=MySQL Ruby API written by Ruby
url=http://www.tmtm.org/en/ruby/mysql/;
@@ -11,5 +11,5 @@ rodepends=('mysql')
Finclude gem
groups=('devel-extra')
archs=('i686' 'x86_64')
-sha1sums=('f4e01bc57e53058927377494950ee4975e2d06cd')
+sha1sums=('dd3a34710a0f947677786458e9c24d667867be42')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: geary-0.3.1-1-x86_64

2013-04-10 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=74e056e5d5722bfabcd705a3dd2c447f947b332a

commit 74e056e5d5722bfabcd705a3dd2c447f947b332a
Author: kikadf kikadf...@gmail.com
Date:   Wed Apr 10 09:33:48 2013 +0200

geary-0.3.1-1-x86_64

* Version bump

diff --git a/source/gnome-extra/geary/FrugalBuild 
b/source/gnome-extra/geary/FrugalBuild
index f80b35b..b50b0e7 100644
--- a/source/gnome-extra/geary/FrugalBuild
+++ b/source/gnome-extra/geary/FrugalBuild
@@ -4,7 +4,7 @@
# Contributor: PacMiam pacm...@gmx.fr

pkgname=geary
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc=A new lightweight, easy-to-use, feature-rich email client
url=http://redmine.yorba.org/projects/geary;
@@ -18,7 +18,7 @@ groups=('gnome-extra')
archs=('i686' 'x86_64')
up2date=Flasttar http://yorba.org/download/geary/stable/;
source=(http://yorba.org/download/geary/stable/$pkgname-$pkgver.tar.xz)
-sha1sums=('3232ba1e3dc7a07d0dd0b1ae0062454d3cd48ebd')
+sha1sums=('98d15e798c5be6c00513aa884e86a331a7f96bee')
replaces=('postler')

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


[Frugalware-git] frugalware-current: shotwell-0.14.1-1-x86_64 * Version bump

2013-04-10 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f93ec8be2b6b6f0d09eabc0da6200eed73f60ca5

commit f93ec8be2b6b6f0d09eabc0da6200eed73f60ca5
Author: Baste ba...@frugalware.org
Date:   Wed Apr 10 10:04:20 2013 +0200

shotwell-0.14.1-1-x86_64
* Version bump

diff --git a/source/gnome-extra/shotwell/FrugalBuild 
b/source/gnome-extra/shotwell/FrugalBuild
index 65bb841..b7abba2 100644
--- a/source/gnome-extra/shotwell/FrugalBuild
+++ b/source/gnome-extra/shotwell/FrugalBuild
@@ -1,39 +1,32 @@
-# Compiling Time: 2.82 SBU
+# Compiling Time: 1.23 SBU
# Maintainer: Baste ba...@frugalware.org

+options+=('asneeded')
+
pkgname=shotwell
-pkgver=0.13.1
-pkgrel=3
+pkgver=0.14.1
+pkgrel=1
pkgdesc=A digital photo organizer designed for the GNOME desktop environment
url=http://yorba.org/shotwell/;
-depends=('libgee' 'libgexiv2=0.4.1-2' 'libgphoto2=2.5.0' 'unique' 
'gst-plugins-base' \
-'libraw=0.14.3' 'librsvg' 'json-glib' 'systemd=188' 'webkit-gtk3' 
'librest' 'gtk+3')
-makedepends=('vala=0.11' 'intltool')
-options=('scriptlet')
-_F_gnome_glib=y
-_F_gnome_desktop=y
-_F_gnome_iconcache=y
-Finclude gnome-scriptlet
+depends=('libgee' 'libgexiv2' 'gst1-plugins-base' 'webkit-gtk3' 'libgphoto2' 
'libraw' \
+   'librest' 'json-glib')
+makedepends=('vala')
groups=('gnome-extra')
archs=('i686' 'x86_64')
-up2date=Flasttar $url/install/
+up2date=Flasttar http://yorba.org/download/shotwell/stable/;
source=(http://yorba.org/download/shotwell/stable/$pkgname-$pkgver.tar.xz)
-sha1sums=('2748966e851baa465906c3c9bbfedcd48008432d')
+sha1sums=('7fa0fc21938b7627411d6d6c6c78c262bd6b756c')

build() {
Fcd
-   Fpatchall
./configure --prefix=/usr \
-   --with-gconf-schema-file-dir=/etc/gconf/schemas \
-   --disable-schemas-install \
+   --disable-schemas-compile \
--disable-desktop-update \
-   --disable-gsettings-convert-install \
--disable-icon-update || Fdie
-   make || Fdie
+   Fmake
Fmakeinstall
Frm usr/share/icons/hicolor/icon-theme.cache
Frm usr/share/glib-2.0/schemas/gschemas.compiled
-   Fbuild_gnome_scriptlet
}

# optimization OK
diff --git a/source/gnome-extra/shotwell/shotwell.install 
b/source/gnome-extra/shotwell/shotwell.install
new file mode 100644
index 000..7c2ad55
--- /dev/null
+++ b/source/gnome-extra/shotwell/shotwell.install
@@ -0,0 +1,74 @@
+UpdateIconCache()
+{
+   if [ -f /usr/bin/gtk-update-icon-cache ]
+   then
+   echo -n updating hicolor icon cache...
+   if gtk-update-icon-cache -f -t /usr/share/icons/hicolor  
/dev/null 21 ; then
+   echo  done.
+   else
+   echo  failed.
+   fi
+   fi
+   if [ -f /usr/bin/gtk-update-icon-cache-3.0 ]
+   then
+   echo -n updating hicolor icon cache gtk+3...
+   if gtk-update-icon-cache-3.0 -f -t /usr/share/icons/hicolor  
/dev/null 21 ; then
+   echo  done.
+   else
+   echo  failed.
+   fi
+   fi
+}
+
+UpdateDesktopDatabase()
+{
+   if [ -f /usr/bin/update-desktop-database ]
+   then
+   echo -n updating desktop database...
+   if update-desktop-database  /dev/null 21 ; then
+   echo  done.
+   else
+   echo  failed.
+   fi
+   fi
+   if [ -f /usr/bin/update-desktop-database-3.0 ]
+   then
+   echo -n updating desktop database gtk+3...
+   if update-desktop-database  /dev/null 21 ; then
+   echo  done.
+   else
+   echo  failed.
+   fi
+   fi
+}
+
+post_install()
+{
+   UpdateIconCache
+   UpdateDesktopDatabase
+   echo -n loading schema glib entries... 
+   glib-compile-schemas /usr/share/glib-2.0/schemas /dev/null
+   echo done.
+}
+
+post_upgrade()
+{
+   post_install $1
+}
+
+pre_remove() {
+   echo -n loading schema glib entries... 
+glib-compile-schemas /usr/share/glib-2.0/schemas /dev/null
+echo done.
+}
+
+post_remove()
+{
+   UpdateIconCache
+   UpdateDesktopDatabase
+}
+
+op=$1
+shift
+
+$op $*
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: django-1.5.1-1-i686 * Version bump

2013-04-10 Thread Anthony Jorion
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6f8e1178f9550a20c018dca980185d4155dcbfe7

commit 6f8e1178f9550a20c018dca980185d4155dcbfe7
Author: Anthony Jorion pin...@frugalware.org
Date:   Wed Apr 10 10:11:13 2013 +0200

django-1.5.1-1-i686
* Version bump

diff --git a/source/devel-extra/django/FrugalBuild 
b/source/devel-extra/django/FrugalBuild
index 429f861..c7c1e66 100644
--- a/source/devel-extra/django/FrugalBuild
+++ b/source/devel-extra/django/FrugalBuild
@@ -5,7 +5,7 @@

pkgname=django
_F_archive_name=Django
-pkgver=1.5
+pkgver=1.5.1
_branch=1.5
pkgrel=1
pkgdesc=Django is a Python web framework
@@ -16,4 +16,4 @@ groups=('devel-extra')
archs=('i686' 'x86_64')
up2date=Fwcat $url/download|lynx -dump -stdin|grep -m1 .tar.gz|sed 
's/.*Django-\(.*\).tar.gz.*/\1/'
source=($url/m/releases/$_branch/$_F_archive_name-$pkgver.tar.gz)
-sha1sums=('358dce7db72904c334e3d7ce7eaa0e27a22cfa16')
+sha1sums=('0ab97b90c4c79636e56337f426f1e875faccbba1')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gnome-menus-3.8.0-2-x86_64 * Add git.patch

2013-04-10 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4ac8f034960f17c0f1a4f0059fd07cd661ae19e6

commit 4ac8f034960f17c0f1a4f0059fd07cd661ae19e6
Author: Baste ba...@frugalware.org
Date:   Wed Apr 10 10:12:11 2013 +0200

gnome-menus-3.8.0-2-x86_64
* Add git.patch

diff --git a/source/gnome/gnome-menus/FrugalBuild 
b/source/gnome/gnome-menus/FrugalBuild
index 9315c1c..b2b823f 100644
--- a/source/gnome/gnome-menus/FrugalBuild
+++ b/source/gnome/gnome-menus/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')

pkgname=gnome-menus
pkgver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc=GNOME menus and menu editor
depends=('gamin=0.1.9-3' 'python=2.7')
makedepends=('intltool' 'gobject-introspection')
@@ -19,9 +19,10 @@ _F_gnome_ext=.tar.xz
_F_gnome_devel=n
Finclude gnome
Fconfopts+= --enable-python --enable-debug=yes
-source+=( frugalware_category.diff)
+source+=(git.patch frugalware_category.diff)
#source=(${source[@]} gnomemenu.sh Settings-System.directory 
frugalware_category.diff)
sha1sums=('33f700b6fc9caff64f1056ea085a28e1aaaed0bd' \
+  '2b1b542cbd39ac0dd7a41446f13676c6b5e8d0aa' \
'cdd3b5d8cb18d10112468eb8dd5bd894ca14cff7')
if [ $_F_gnome_git != n ]; then
unset sha1sums
diff --git a/source/gnome/gnome-menus/git.patch 
b/source/gnome/gnome-menus/git.patch
new file mode 100644
index 000..2fe2e95
--- /dev/null
+++ b/source/gnome/gnome-menus/git.patch
@@ -0,0 +1,42 @@
+From 599c7b05c432b1571a7105f1ebf6bbe30c36dbdf Mon Sep 17 00:00:00 2001
+From: Kalev Lember kalevlem...@gmail.com
+Date: Thu, 28 Mar 2013 21:54:34 +
+Subject: Adapt for gnome-calculator - gcalctool desktop file rename
+
+gnome-calculator.desktop was renamed back to gcalctool.desktop, at the
+very last minute before the 3.8.0 release.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=696816
+---
+diff --git a/layout/gnome-applications.menu b/layout/gnome-applications.menu
+index 84d13ed..503f9ca 100644
+--- layout/gnome-applications.menu
 layout/gnome-applications.menu
+@@ -38,7 +38,6 @@
+ NotFilenamefile-roller.desktop/Filename/Not
+ NotFilenamegnome-file-roller.desktop/Filename/Not
+ NotFilenamedeja-dup-preferences.desktop/Filename/Not
+-NotFilenamegnome-calculator.desktop/Filename/Not
+ NotFilenamegcalctool.desktop/Filename/Not
+ NotFilenamegucharmap.desktop/Filename/Not
+ NotFilenamegnome-gucharmap.desktop/Filename/Not
+@@ -251,7 +250,7 @@
+ DirectoryX-GNOME-Utilities.directory/Directory
+ Include
+   Filenamefile-roller.desktop/Filename
+-  Filenamegnome-calculator.desktop/Filename
++  Filenamegcalctool.desktop/Filename
+   Filenamegnome-font-viewer.desktop/Filename
+   Filenamegucharmap.desktop/Filename
+   Filenameseahorse.desktop/Filename
+@@ -287,7 +286,6 @@
+ NotFilenamegnome-eog.desktop/Filename/Not
+ NotFilenamegnome-file-roller.desktop/Filename/Not
+ NotFilenamegnome-gucharmap.desktop/Filename/Not
+-NotFilenamegcalctool.desktop/Filename/Not
+   /And
+ /Include
+   /Menu !-- End Other --
+--
+cgit v0.9.1
+
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tornado-3.0.1-1-i686 * Version bump

2013-04-10 Thread Anthony Jorion
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8aeada03f6299112e78fb4b76efa248a804342f7

commit 8aeada03f6299112e78fb4b76efa248a804342f7
Author: Anthony Jorion pin...@frugalware.org
Date:   Wed Apr 10 10:24:08 2013 +0200

tornado-3.0.1-1-i686
* Version bump

diff --git a/source/devel-extra/tornado/FrugalBuild 
b/source/devel-extra/tornado/FrugalBuild
index 395c67d..db3f6e1 100644
--- a/source/devel-extra/tornado/FrugalBuild
+++ b/source/devel-extra/tornado/FrugalBuild
@@ -2,13 +2,12 @@
# Maintainer: Pingax pin...@frugalware.fr

pkgname=tornado
-pkgver=2.4.1
+pkgver=3.0.1
pkgrel=1
pkgdesc=(Tornado is a Python-written web server)
url=(http://www.tornadoweb.org/;)
groups=('devel-extra')
archs=('i686' 'x86_64')
-up2date=Flasttar $url
-source=http://github.com/downloads/facebook/$pkgname/$pkgname-$pkgver.tar.gz;
+Finclude pypi
depends=('pycurl' 'python-simplejson')
-sha1sums=('9e985efa61137ed96bad08fa222b1216358b2f9c')
+sha1sums=('676b8c1094a34c4a82ef314dba0ddbbc4e840fa8')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * French version of kbd layout changes

2013-04-10 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=39bde37de68314494bf7692606dc5f5bee1d8848

commit 39bde37de68314494bf7692606dc5f5bee1d8848
Author: Pingax pin...@frugalware.fr
Date:   Wed Apr 10 10:34:37 2013 +0200

* French version of kbd layout changes

diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml
index 3b33ac1..ba4a968 100644
--- a/frugalware/xml/news_fr.xml
+++ b/frugalware/xml/news_fr.xml
@@ -22,6 +22,22 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --

news
post
+   id249/id
+   titleChangements dans la configuration clavier sur -current/title
+   dateSat, 02 Mar 2013 08:59:59 -0600/date
+   authorryuo/author
+   hidden0/hidden
+   content![CDATA[
+   Nous avons supprimé le fichier 10-evdev.conf du paquet 
xorg-server.
+   Cela signifie que lorsque vous mettrez à jour, la 
configuration de
+   votre clavier ne fonctionnera plus. br /
+   Cette opération est nécessaire, pour se rapprocher de 
ce que fait
+   systemd pour la gestion du clavier.br /
+   Pour reconfigurer votre clavier, suivez a 
href=http://frugalware.org/docs/upgrade.html;cette procédure/a.
+   ]]
+   /content
+  /post
+  post
id248/id
titleFrugalware 1.8 (Cinna) disponible/title
dateWed, 06 Feb 2013 09:46:29 -0600/date
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: miro-6.0-1-x86_64

2013-04-10 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3adcca43917d23ca03513e338756e2fa670bf484

commit 3adcca43917d23ca03513e338756e2fa670bf484
Author: kikadf kikadf...@gmail.com
Date:   Wed Apr 10 11:47:21 2013 +0200

miro-6.0-1-x86_64

* Version bump

diff --git a/source/gnome-extra/miro/FrugalBuild 
b/source/gnome-extra/miro/FrugalBuild
index a729a29..ab51a68 100644
--- a/source/gnome-extra/miro/FrugalBuild
+++ b/source/gnome-extra/miro/FrugalBuild
@@ -1,18 +1,20 @@
-# Compiling Time: 0.03 SBU
+# Compiling Time: 0.12 SBU
# Maintainer: kikadf kikadf...@gmail.com
# Contributor: Devil505 devil505li...@gmail.com
# Contributor: Priyank Gosalia priyan...@gmail.com

+options+=('asneeded')
+
pkgname=miro
-pkgver=5.0.4
-pkgrel=4
+pkgver=6.0
+pkgrel=1
pkgdesc=The free and open source internet TV platform.
url=http://www.getmiro.com/;
-depends=('gtk+2=2.20.0-2' 'pygtk=2.16.0-5' 'dbus-python' 'pyrex' \
-   'xine-lib=1.2.2-1' 'db=4.7.25' 'bsddb3=4.7.1' 'nss=3.12' \
-   'nspr=4.8.7' 'webkit' 'gnome-python-extras=2.25.3-5' \
-   'pysqlite2' 'libtorrent-rasterbar=0.16.9' 'pycurl' 'taglib')
-makedepends=('boost=1.50.0')
+rodepends=('mutagen' 'avahi-compat' 'python-gconf' 'curl' 'python-sqlite3' \
+   'gst-plugins-good' 'libtorrent-rasterbar-python=0.16.9' \
+   'gst-ffmpeg' 'gst-plugins-good-gconf' 'hunspell')
+depends=('pygtk' 'pywebkitgtk' 'taglib')
+makedepends=('boost=1.50.0' 'pyrex' 'ffmpeg=1.0.2')
groups=('gnome-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
@@ -21,14 +23,14 @@ _F_gnome_desktop=y
_F_gnome_mime=y
Finclude gnome-scriptlet
up2date=lynx -dump 'http://ftp.osuosl.org/pub/pculture.org/miro/src/?C=M;O=A'| 
Flasttar
-source=(http://ftp.osuosl.org/pub/pculture.org/$pkgname/src/$pkgname-$pkgver.tar.gz
 ffmpeg.patch)
-sha1sums=('1144f98149ff07208b994a7cedb45a4beaaa451f' \
-  '193e6025f2d533bb72723d36637a281610962ae0')
+source=(http://ftp.osuosl.org/pub/pculture.org/$pkgname/src/$pkgname-$pkgver.tar.gz)
+sha1sums=('96cd4ed4a26e157422e47dfebf491c8a42e54c51')

build()
{
-   Fcd
-   Fpatchall
+   Fsed 'Videos/Miro' '.miro/Movies' linux/plat/config.py
+   Fsed 'Desktop' '.miro/Nonvideo' linux/plat/config.py
+   Fsed './miro.real' '/usr/bin/miro.real' linux/miro
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$Fsrcdir
cd linux || Fdie
python setup.py install --root=$Fdestdir || Fdie
diff --git a/source/gnome-extra/miro/ffmpeg.patch 
b/source/gnome-extra/miro/ffmpeg.patch
deleted file mode 100644
index 9c355d4..000
--- a/source/gnome-extra/miro/ffmpeg.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -ur a/linux/miro-segmenter.c b/linux/miro-segmenter.c
 a/linux/miro-segmenter.c   2012-10-04 13:48:31.0 -0500
-+++ b/linux/miro-segmenter.c   2012-10-29 01:57:15.432130854 -0500
-@@ -156,7 +156,7 @@
- exit(1);
- }
-
--ret = av_open_input_file(ic, input, ifmt, 0, NULL);
-+ret = avformat_open_input(ic, input, ifmt, 0);
- if (ret != 0) {
- fprintf(stderr, Could not open input file, make sure it is an mpegts 
file: %d\n, ret);
- exit(1);
-@@ -215,12 +215,7 @@
- }
- }
-
--if (av_set_parameters(oc, NULL)  0) {
--fprintf(stderr, Invalid output format parameters\n);
--exit(1);
--}
--
--dump_format(oc, 0, input, 1);
-+av_dump_format(oc, 0, input, 1);
-
- if (video_st) {
- codec = avcodec_find_decoder(video_st-codec-codec_id);
-@@ -233,12 +228,12 @@
- }
- }
-
--if (url_fopen(oc-pb, output_filename, URL_WRONLY)  0) {
-+if (avio_open(oc-pb, output_filename, AVIO_FLAG_WRITE)  0) {
- fprintf(stderr, Could not open '%s'\n, output_filename);
- exit(1);
- }
-
--if (av_write_header(oc)) {
-+if (avformat_write_header(oc, NULL)) {
- fprintf(stderr, Could not write mpegts header to first output 
file\n);
-
- exit(1);
-@@ -274,10 +269,10 @@
- }
-
- if (segment_time - prev_segment_time = segment_duration) {
--put_flush_packet(oc-pb);
--url_fclose(oc-pb);
-+avio_flush(oc-pb);
-+avio_close(oc-pb);
-
--if (url_fopen(oc-pb, output_filename, URL_WRONLY)  0) {
-+if (avio_open(oc-pb, output_filename, AVIO_FLAG_WRITE)  0) {
- fprintf(stderr, Could not open '%s'\n, output_filename);
- break;
- }
-@@ -307,7 +302,7 @@
- av_freep(oc-streams[i]);
- }
-
--url_fclose(oc-pb);
-+avio_close(oc-pb);
- av_free(oc);
-
- /* End-of-transcode marker. */
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: hexchat-2.9.5-1-x86_64

2013-04-10 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ef046acaccede29ea7b004ca0feb9a48acc14353

commit ef046acaccede29ea7b004ca0feb9a48acc14353
Author: kikadf kikadf...@gmail.com
Date:   Wed Apr 10 16:43:30 2013 +0200

hexchat-2.9.5-1-x86_64

* New package

diff --git a/source/xapps-extra/hexchat/FrugalBuild 
b/source/xapps-extra/hexchat/FrugalBuild
new file mode 100644
index 000..fb7b87c
--- /dev/null
+++ b/source/xapps-extra/hexchat/FrugalBuild
@@ -0,0 +1,19 @@
+# Compiling Time: 0.65 SBU
+# Maintainer: kikadf kikadf...@gmail.com
+
+pkgname=hexchat
+pkgver=2.9.5
+pkgrel=1
+pkgdesc=HexChat is an IRC client based on XChat.
+url=http://hexchat.org/;
+rodepends=('enchant')
+depends=('gtk+2' 'libnotify' 'libsexy' 'glib2')
+makedepends=('perl' 'python' 'tcl')
+Fconfopts+= --enable-shm --enable-spell=libsexy --enable-textfe
+groups=('xapps-extra')
+archs=('i686' 'x86_64')
+up2date=Flasttar http://dl.hexchat.org/hexchat/;
+source=(http://dl.hexchat.org/hexchat/$pkgname-$pkgver.tar.xz)
+sha1sums=('feebfd12816b35d5aeb1ffcff48772ca3c17e2ef')
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: compton-20130316.ga053c0a-1-x86_64

2013-04-10 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b7605435729dd9c2bf2bb8e2de2327d9c0a9ee1f

commit b7605435729dd9c2bf2bb8e2de2327d9c0a9ee1f
Author: kikadf kikadf...@gmail.com
Date:   Wed Apr 10 16:48:50 2013 +0200

compton-20130316.ga053c0a-1-x86_64

* Version bump

diff --git a/source/x11-extra/compton/FrugalBuild 
b/source/x11-extra/compton/FrugalBuild
index 4739dea..9cc3c4b 100644
--- a/source/x11-extra/compton/FrugalBuild
+++ b/source/x11-extra/compton/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: kikadf kikadf...@gmail.com

pkgname=compton
-pkgver=20130316.gdfd4dd1
+pkgver=20130316.ga053c0a
pkgrel=1
pkgdesc=Compton is a compositor for X, and a fork of xcompmgr-dana.
url=https://github.com/chjj/compton;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: smv-encode-0.59a-3-x86_64

2013-04-10 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=040c58b6367f3e0fab6cd7f3c4a1a5eed04e4c34

commit 040c58b6367f3e0fab6cd7f3c4a1a5eed04e4c34
Author: kikadf kikadf...@gmail.com
Date:   Wed Apr 10 18:47:22 2013 +0200

smv-encode-0.59a-3-x86_64

* Fix build

diff --git a/source/xmultimedia-extra/smv-encode/FrugalBuild 
b/source/xmultimedia-extra/smv-encode/FrugalBuild
index b96e9a3..16c46a5 100644
--- a/source/xmultimedia-extra/smv-encode/FrugalBuild
+++ b/source/xmultimedia-extra/smv-encode/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=smv-encode
pkgver=0.59a
-pkgrel=2
+pkgrel=3
pkgdesc=A simple SMV (SigmaTel Motion Video) encoder
url=http://www.cs.bgu.ac.il/~yurac/interests/smv-encode/;
depends=('gtkmm2' 'libglademm=2.6.7-2')
@@ -13,20 +13,21 @@ groups=('xmultimedia-extra')
archs=('i686' 'x86_64')
_F_desktop_name=SMV Encoder
_F_desktop_exec=smv_gui
-_F_desktop_icon=smv.png
+_F_desktop_icon=smv_gui.png
_F_desktop_categories=GTK;AudioVideo;
-up2date=lynx -dump $url | grep -m1 tar.gz | sed 's/.*e_\(.*\).t.*/\1/'
-source=($url/package/${pkgname}_${pkgver}.tar.gz)
+_F_cd_path=$pkgname-${pkgver//a/}
+up2date=$pkgver
+source=(ftp://ftp.frugalware.org/pub/frugalware/frugalware-current/source/xmultimedia-extra/$pkgname/${pkgname}_${pkgver}.tar.gz)
sha1sums=('fdb033ea7204a9de5a09696a6f8d0a09377f81b6')

build()
{
-   Fcd $pkgname-0.59
+   Fsed 'AM_CONFIG_HEADER' 'AC_CONFIG_HEADERS' configure.ac
+   Fsed 'AM_PROG_CC_STDC' 'AC_PROG_CC' configure.ac
rm depcomp || Fdie
Fautoreconf
Fbuild
-   Fmkdir /usr/share/pixmaps
-   Fcp /usr/share/smv_gui/smv_gui.png /usr/share/pixmaps/smv.png
+   Ficon $_F_cd_path/src/smv_gui.png
Fdesktop2
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libfm-1.1.0-2-i686

2013-04-10 Thread PacMiam
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e9be284566e0718b0c6f5faf157c5c748ddb1579

commit e9be284566e0718b0c6f5faf157c5c748ddb1579
Author: PacMiam pacm...@gmx.fr
Date:   Wed Apr 10 19:08:07 2013 +0200

libfm-1.1.0-2-i686

* Rebuilt with new menu-cache

diff --git a/source/xlib-extra/libfm/FrugalBuild 
b/source/xlib-extra/libfm/FrugalBuild
index f939708..66074c5 100644
--- a/source/xlib-extra/libfm/FrugalBuild
+++ b/source/xlib-extra/libfm/FrugalBuild
@@ -4,21 +4,22 @@

pkgname=libfm
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc=GIO-based library for file manager-like programs
depends=('gtk+2=2.20.0-2' 'udisks' 'menu-cache')
-makedepends=('intltool' 'gtk-doc')
+makedepends=('intltool' 'gtk-doc' 'm4')
groups=('xlib-extra')
options=('scriptlet')
archs=('i686' 'x86_64')
_F_sourceforge_dirname=pcmanfm
+Fconfopts=${Fconfopts[@]} --enable-udisks
Finclude sourceforge
sha1sums=('552cc85bb50aae7d5620419694c6d566015bde10')

-build() {
-   Fcd
-   autoreconf -i || Fdie
-   Fbuild --enable-udisks
-}
+#build() {
+#  Fcd
+#  autoreconf -i || Fdie
+#  Fbuild --enable-udisks
+#}

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


[Frugalware-git] frugalware-current: pcmanfm-1.1.0-2-i686

2013-04-10 Thread PacMiam
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=623432793b89263f9037078b610042cf9f950bd1

commit 623432793b89263f9037078b610042cf9f950bd1
Author: PacMiam pacm...@gmx.fr
Date:   Wed Apr 10 19:15:15 2013 +0200

pcmanfm-1.1.0-2-i686

* Rebuilt with new menu-cache

diff --git a/source/xapps-extra/pcmanfm/FrugalBuild 
b/source/xapps-extra/pcmanfm/FrugalBuild
index 2dcfced..768825d 100644
--- a/source/xapps-extra/pcmanfm/FrugalBuild
+++ b/source/xapps-extra/pcmanfm/FrugalBuild
@@ -5,7 +5,7 @@

pkgname=pcmanfm
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc=Extremely fast and lightweight file manager.
depends=('libxml2=2.8.0' 'gtk+2=2.24.11-1' 'gamin' 'expat' 
'startup-notification' 'libfm='$pkgver 'dbus-glib=0.98')
makedepends=('intltool')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lxpanel-0.5.12-1-i686

2013-04-10 Thread PacMiam
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1b3e318beec34788b60cf10ab06fc05d91bf25a

commit e1b3e318beec34788b60cf10ab06fc05d91bf25a
Author: PacMiam pacm...@gmx.fr
Date:   Wed Apr 10 19:28:05 2013 +0200

lxpanel-0.5.12-1-i686

* Version bump

diff --git a/source/x11-extra/lxpanel/FrugalBuild 
b/source/x11-extra/lxpanel/FrugalBuild
index f96fd6b..9b8d622 100644
--- a/source/x11-extra/lxpanel/FrugalBuild
+++ b/source/x11-extra/lxpanel/FrugalBuild
@@ -1,20 +1,21 @@
-# Compiling Time: 0.28 SBU
-# Maintainer: bouleetbil bouleet...@frogdev.info
+# Compiling Time: 0.76 SBU
+# Maintainer: PacMiam pacm...@gmx.fr
+# COntributor: bouleetbil bouleet...@frogdev.info

pkgname=lxpanel
-pkgver=0.5.8
+pkgver=0.5.12
+pkgrel=1
pkgdesc=lxpanel is a light-weight X11 desktop panel for lxde
-depends=('wireless_tools' 'gtk+2' 'pygobject' 'alsa-lib' 'libxpm' 'libxdamage' 
'freetype2' \
-   'libxau' 'libxdmcp' 'libxext' 'libxml2' 'menu-cache' 'lxmenu-data' 
'xcb-util=0.3.9-2')
+depends=('gtk+2' 'wireless_tools' 'pygobject' 'alsa-lib' 'libxpm' 'libxdamage' 
'freetype2' \
+'libxau' 'libxdmcp' 'libxext' 'libxml2' 'menu-cache' 'lxmenu-data' 
'xcb-util=0.3.9-2' \
+'libwnck2')
rodepends=('pcmanfm' 'lxsession-lite' 'gtk+2-engines' 'gtk+2-theme-frugalware')
-makedepends=('intltool')
+makedepends=('intltool' 'gtk+2-libs')
options=('scriptlet')
groups=('x11-extra')
archs=('i686' 'x86_64')
Finclude lxde
-pkgrel=2
-source=($source lxpanel-libgmodule-underlinking.patch)
-sha1sums=('a9d6bd9d15a3588fb959aa32880ad888c58359f7' \
-  'b81392726d30f84f0e3c6d72e4c0d3dbb996f8f0')
+Fconfopts=${Fconfopts[@]} --enable-gtk3=no
+sha1sums=('26749cbdc22c45d273fef2ecb7fc1223ae4b4c8c')

# optimization OK
diff --git a/source/x11-extra/lxpanel/lxpanel-libgmodule-underlinking.patch 
b/source/x11-extra/lxpanel/lxpanel-libgmodule-underlinking.patch
deleted file mode 100644
index 65f75ac..000
--- a/source/x11-extra/lxpanel/lxpanel-libgmodule-underlinking.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur lxpanel-0.5.8/configure.ac lxpanel-0.5.8.new/configure.ac
 lxpanel-0.5.8/configure.ac 2011-07-29 13:37:01.0 +0100
-+++ lxpanel-0.5.8.new/configure.ac 2013-03-22 11:06:24.584834508 +0100
-@@ -24,7 +24,8 @@
- # Checks for libraries.
- pkg_modules=gtk+-2.0 = 2.12.0 \
-  gio-unix-2.0 \
-- gthread-2.0
-+ gthread-2.0
-+   gmodule-2.0
- # libstartup-notification-1.0
- PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
- AC_SUBST(PACKAGE_CFLAGS)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lxde-common-0.5.5-1-i686

2013-04-10 Thread PacMiam
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=92f0cd40f94753dbb7d3d73dacd27b4e2435a9a0

commit 92f0cd40f94753dbb7d3d73dacd27b4e2435a9a0
Author: PacMiam pacm...@gmx.fr
Date:   Wed Apr 10 19:36:58 2013 +0200

lxde-common-0.5.5-1-i686

* fix for lxpanel-0.5.12

diff --git a/source/xlib-extra/lxde-common/FrugalBuild 
b/source/xlib-extra/lxde-common/FrugalBuild
index 763e764..a8e6bda 100644
--- a/source/xlib-extra/lxde-common/FrugalBuild
+++ b/source/xlib-extra/lxde-common/FrugalBuild
@@ -3,6 +3,7 @@

pkgname=lxde-common
pkgver=0.5.5
+pkgrel=7
pkgdesc=Common files of the LXDE Desktop
depends=('glib2' 'libx11' 'dbus')
rodepends=('lxde-icon-theme' 'lxde-frugalware')
@@ -10,11 +11,10 @@ replaces=('lxde-settings-daemon')
groups=('xlib-extra')
archs=('i686' 'x86_64')
Finclude lxde
-pkgrel=6
source=($source \
lxde-frugalware-theme.diff)
sha1sums=('27ce9bcaf109ded61aa0c691a8dc6059a04a6d08' \
-  '4e5d3bc456707f92ed615b408e809c97673cc867')
+  '3ef1f0be5679c69316eda153c2673ef307a554b8')

build() {
Fcd
diff --git a/source/xlib-extra/lxde-common/lxde-frugalware-theme.diff 
b/source/xlib-extra/lxde-common/lxde-frugalware-theme.diff
index ab1a8d4..4887f9b 100644
--- a/source/xlib-extra/lxde-common/lxde-frugalware-theme.diff
+++ b/source/xlib-extra/lxde-common/lxde-frugalware-theme.diff
@@ -80,3 +80,12 @@ diff -Naur lxde-common-0.5.5/pcmanfm/pcmanfm.conf.in 
lxde-common-0.5.5new/pcmanf

[ui]
always_show_tabs=0
+
+diff -Naur lxde-common-0.5.5/autostart lxde-common-0.5.5new/autostart
+--- lxde-common-0.5.5/autostart2011-07-29 16:04:03.0 +0200
 lxde-common-0.5.5new/autostart 2013-04-10 19:00:52.428093770 +0200
+@@ -1,3 +1,3 @@
+-@lxpanel --profile LXDE
++@lxpanel --profile default
+ @pcmanfm --desktop --profile LXDE
+ @xscreensaver -no-splash
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: evas-1.7.6.1-1-i686

2013-04-10 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b87a8714150a1ef82ee6d8cbdfc46653dc13f985

commit b87a8714150a1ef82ee6d8cbdfc46653dc13f985
Author: Slown slownli...@gmail.com
Date:   Wed Apr 10 19:53:24 2013 +0100

evas-1.7.6.1-1-i686

* version bump

diff --git a/source/e17-extra/evas/FrugalBuild 
b/source/e17-extra/evas/FrugalBuild
index b44d67b..919b71f 100644
--- a/source/e17-extra/evas/FrugalBuild
+++ b/source/e17-extra/evas/FrugalBuild
@@ -1,11 +1,11 @@
-# Compiling time: 1.20 SBU
+# Compiling time: 1.70 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=evas
-pkgver=1.7.5
+pkgver=1.7.6.1
pkgrel=1
pkgdesc=Evas is a hardware-accelerated canvas API for E17
-depends=('eet=1.7.5' 'libgif' 'librsvg' 'libjpeg' \
+depends=('eet=1.7.6' 'libgif' 'librsvg' 'libjpeg' \
'libpng' 'libtiff' 'libxmu' 'libxi' 'libxrender' \
'libgl' 'fontconfig' 'fribidi' 'harfbuzz')
groups=('e17-extra' 'e17-core')
@@ -22,6 +22,6 @@ Fconfopts=$Fconfopts --enable-gl-x11 
--enable-image-loader-eet \
--enable-buffer
#_F_e17_snap=y
Finclude e17
-sha1sums=('87db3057ff07c350478b7c62d87e347af1671bd4')
+sha1sums=('a03aa3e221d0f92537408c259f078afabc8a8020')

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


[Frugalware-git] frugalware-current: cloud-2.7.7-1-i686

2013-04-10 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e3e3a50ad3b9ec952eb9a3f52240a148856ad93e

commit e3e3a50ad3b9ec952eb9a3f52240a148856ad93e
Author: Slown slownli...@gmail.com
Date:   Wed Apr 10 19:55:59 2013 +0100

cloud-2.7.7-1-i686

* version bump

diff --git a/source/network-extra/cloud/FrugalBuild 
b/source/network-extra/cloud/FrugalBuild
index 425c856..44c1177 100644
--- a/source/network-extra/cloud/FrugalBuild
+++ b/source/network-extra/cloud/FrugalBuild
@@ -1,8 +1,8 @@
-# Compiling Time: 0 SBU
+# Compiling Time: 0.01 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=cloud
-pkgver=2.7.6
+pkgver=2.7.7
pkgrel=1
pkgdesc=Client-side module to connect to the PiCloud servers
url=http://www.picloud.com;
@@ -11,4 +11,4 @@ makedepends=('python-distribute')
groups=('network-extra')
archs=('i686' 'x86_64')
Finclude pypi
-sha1sums=('efb45e819fbea1b29b1c1b09ebfd1437160fb898')
+sha1sums=('6ac3482f4722fb15660a62551291eb10103f62e8')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pyftpdlib-1.1.0-1-i686

2013-04-10 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c08c312e19985bd67920b574ded191c717643180

commit c08c312e19985bd67920b574ded191c717643180
Author: Slown slownli...@gmail.com
Date:   Wed Apr 10 19:57:34 2013 +0100

pyftpdlib-1.1.0-1-i686

* version bump

diff --git a/source/lib-extra/pyftpdlib/FrugalBuild 
b/source/lib-extra/pyftpdlib/FrugalBuild
index 6ca49f9..9c3efd9 100644
--- a/source/lib-extra/pyftpdlib/FrugalBuild
+++ b/source/lib-extra/pyftpdlib/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: Slown sl...@frugalware.org

pkgname=pyftpdlib
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc=Complete asynchronous FTP server library in Python
rodepends=('python')
groups=('lib-extra')
archs=('i686' 'x86_64')
Finclude googlecode
-sha1sums=('7e9402eaa28c59e65744615031ee5ed5cfe57feb')
+sha1sums=('73977b515c0859252b68b402b57ea7f17ff0ff2a')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-log-dispatch-2.36-1-i686

2013-04-10 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75e3a8256d05851b174cb0c978b55cfa8469f5d2

commit 75e3a8256d05851b174cb0c978b55cfa8469f5d2
Author: Slown slownli...@gmail.com
Date:   Wed Apr 10 19:59:32 2013 +0100

perl-log-dispatch-2.36-1-i686

* version bump

diff --git a/source/devel-extra/perl-log-dispatch/FrugalBuild 
b/source/devel-extra/perl-log-dispatch/FrugalBuild
index c17ecfa..f9b7515 100644
--- a/source/devel-extra/perl-log-dispatch/FrugalBuild
+++ b/source/devel-extra/perl-log-dispatch/FrugalBuild
@@ -3,8 +3,8 @@

_F_perl_name=Log-Dispatch
_F_perl_author=D/DR/DROLSKY
-pkgver=2.35
+pkgver=2.36
pkgdesc=Dispatches messages to one or more outputs
Finclude perl
-sha1sums=('42918221526bfef2ec323eae0f6bf69b9b0170af')
+sha1sums=('95d2181468a7dd2a5050bb9d02f71b50bd34d07f')
archs=(${archs[@]} 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-compress-bzip2-2.15-1-i686

2013-04-10 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7a03c3bfad375a7a9b4bac8de36c3ede622eb16e

commit 7a03c3bfad375a7a9b4bac8de36c3ede622eb16e
Author: Slown slownli...@gmail.com
Date:   Wed Apr 10 20:04:03 2013 +0100

perl-compress-bzip2-2.15-1-i686

* version bump

diff --git a/source/devel-extra/perl-compress-bzip2/FrugalBuild 
b/source/devel-extra/perl-compress-bzip2/FrugalBuild
index fecd513..0edcffa 100644
--- a/source/devel-extra/perl-compress-bzip2/FrugalBuild
+++ b/source/devel-extra/perl-compress-bzip2/FrugalBuild
@@ -1,14 +1,14 @@
-# Compiling Time: 0.04 SBU
+# Compiling Time: 0.02 SBU
# Maintainer: jercel jerce...@gmail.com

_F_perl_name=Compress-Bzip2
_F_perl_author=R/RU/RURBAN
-pkgver=2.13
+pkgver=2.15
pkgdesc=Interface to Bzip2 compression library
Finclude perl
pkgrel=1
depends=(${depends[@]} 'bzip2')
archs=(${archs[@]} 'x86_64')
-sha1sums=('4547388be8f94e6e44aa3e33b35f43b3f3689564')
+sha1sums=('ca2e2a85b42874fee303e78f230389dbb36e204a')

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


[Frugalware-git] frugalware-current: perl-json-2.57-1-i686

2013-04-10 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2b880a871ad2e22e139d2f1bdb2cbe5e5db151c3

commit 2b880a871ad2e22e139d2f1bdb2cbe5e5db151c3
Author: Slown slownli...@gmail.com
Date:   Wed Apr 10 20:06:20 2013 +0100

perl-json-2.57-1-i686

* version bump

diff --git a/source/devel-extra/perl-json/FrugalBuild 
b/source/devel-extra/perl-json/FrugalBuild
index 923757a..57187d7 100644
--- a/source/devel-extra/perl-json/FrugalBuild
+++ b/source/devel-extra/perl-json/FrugalBuild
@@ -1,12 +1,12 @@
-# Compiling Time: 0.01 SBU
+# Compiling Time: 0 SBU
# Maintainer: Devil505 devil505li...@gmail.com

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


[Frugalware-git] frugalware-current: evas_generic_loaders-1.7.6-1-i686

2013-04-10 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fde9206a2db8171273495b843314ef71ac5c6650

commit fde9206a2db8171273495b843314ef71ac5c6650
Author: Slown slownli...@gmail.com
Date:   Wed Apr 10 20:11:11 2013 +0100

evas_generic_loaders-1.7.6-1-i686

* version bump

diff --git a/source/e17-extra/evas_generic_loaders/FrugalBuild 
b/source/e17-extra/evas_generic_loaders/FrugalBuild
index 793bc50..45ccfe7 100644
--- a/source/e17-extra/evas_generic_loaders/FrugalBuild
+++ b/source/e17-extra/evas_generic_loaders/FrugalBuild
@@ -2,13 +2,13 @@
# Maintainer: Slown sl...@frugalware.org

pkgname=evas_generic_loaders
-pkgver=1.7.5
+pkgver=1.7.6
pkgrel=1
pkgdesc=Additional generic loaders for Evas
-depends=('eina=1.7.5' 'cups' 'libraw' 'libspectre' 'libidn')
+depends=('eina=1.7.6' 'cups' 'libraw' 'libspectre' 'libidn')
groups=('e17-extra' 'e17-core')
archs=('i686' 'x86_64')
Finclude e17
-sha1sums=('e2677b3bea185c28d8ba2be7f7177458e12ba0b3')
+sha1sums=('fd834e0dcd03d1193d5390bcd68471a0f476c35d')

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


[Frugalware-git] frugalware-current: ecore-1.7.6-1-i686

2013-04-10 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=25a4fa3079db5ba8be2dd7f2da7ddbf0c38a7d36

commit 25a4fa3079db5ba8be2dd7f2da7ddbf0c38a7d36
Author: Slown slownli...@gmail.com
Date:   Wed Apr 10 20:28:45 2013 +0100

ecore-1.7.6-1-i686

* version bump

diff --git a/source/e17-extra/ecore/FrugalBuild 
b/source/e17-extra/ecore/FrugalBuild
index fa260d8..36fca61 100644
--- a/source/e17-extra/ecore/FrugalBuild
+++ b/source/e17-extra/ecore/FrugalBuild
@@ -1,11 +1,11 @@
-# Compiling time: 0.68 SBU
+# Compiling time: 0.97 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=ecore
-pkgver=1.7.5
+pkgver=1.7.6
pkgrel=1
pkgdesc=Ecore is the core event abstraction layer for E17
-depends=('evas=1.7.5' 'libxcursor' 'libxinerama' 'libxp' \
+depends=('evas=1.7.6.1' 'libxcursor' 'libxinerama' 'libxp' \
'libxrandr' 'libxscrnsaver' 'curl')
makedepends=('intltool')
groups=('e17-extra' 'e17-core')
@@ -13,6 +13,6 @@ archs=('i686' 'x86_64')
Fconfopts=$Fconfopts --enable-ecore-evas --enable-ecore-files
#_F_e17_snap=y
Finclude e17
-sha1sums=('11e001972d5f8f4fd3fe2f525b34156affb331ce')
+sha1sums=('34b9cf9c207ac81f4bdfc3daba226451b4349fca')

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


[Frugalware-git] kdebump2: Merge remote-tracking branch 'current/master'

2013-04-10 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump2.git;a=commitdiff;h=81692395522ad9efa3cebc5b10e0bff2fb7fd4c2

commit 81692395522ad9efa3cebc5b10e0bff2fb7fd4c2
Merge: 779013d 25a4fa3
Author: Melko me...@frugalware.org
Date:   Wed Apr 10 21:36:41 2013 +0200

Merge remote-tracking branch 'current/master'
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: Merge branch 'master' of git.frugalware.org:/pub/other/people/melko/kdebump2

2013-04-10 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1a37c95bfedb07fa3be6c957e3f8152c5c726c55

commit 1a37c95bfedb07fa3be6c957e3f8152c5c726c55
Merge: 25a4fa3 8169239
Author: Melko me...@frugalware.org
Date:   Wed Apr 10 21:41:24 2013 +0200

Merge branch 'master' of git.frugalware.org:/pub/other/people/melko/kdebump2
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git