[Frugalware-git] homepage-ng: Postpone 1.1 final with 6 days, as discussed on -devel

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

commit 3fd0d03c935ce1990f9dda3beca13816c7a3814d
Author: Miklos Vajna vmik...@frugalware.org
Date:   Mon Aug 24 13:17:06 2009 +0200

Postpone 1.1 final with 6 days, as discussed on -devel

diff --git a/frugalware/xml/roadmap.xml b/frugalware/xml/roadmap.xml
index 3359145..197189c 100644
--- a/frugalware/xml/roadmap.xml
+++ b/frugalware/xml/roadmap.xml
@@ -24,7 +24,7 @@
nameGetorin/name
definitionA resort planet near Trantor, part of the pre-Imperial Kingdom of 
it./definition
version1.1/version
-   dateSep 1, 2009/date
+   dateSep 7, 2009/date
status0/status
newsid/newsid
prerelease
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: hydrogen-drumkits-20081228-1-i686

2009-08-24 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06c0027a3b6e0dfcee9304c84aae93fed90b43e1

commit 06c0027a3b6e0dfcee9304c84aae93fed90b43e1
Author: exceed exceed.ced...@gmail.com
Date:   Mon Aug 24 18:00:54 2009 +0200

hydrogen-drumkits-20081228-1-i686

* Fix up2date (thx to Booba and vmiklos)

diff --git a/source/xmultimedia-extra/hydrogen-drumkits/FrugalBuild 
b/source/xmultimedia-extra/hydrogen-drumkits/FrugalBuild
index b55036d..efa8635 100644
--- a/source/xmultimedia-extra/hydrogen-drumkits/FrugalBuild
+++ b/source/xmultimedia-extra/hydrogen-drumkits/FrugalBuild
@@ -1,5 +1,6 @@
# Compiling Time: 0.01 SBU
-# Maintainer: exceed exceed.ced...@gmail.com
+# Maintainer: -
+# Contributor: exceed exceed.ced...@gmail.com

pkgname=hydrogen-drumkits
pkgver=20081228
@@ -25,10 +26,11 @@ for drumkit in ${drumki...@]}
do
source=(${sour...@]} ${dl_url}/${drumkit}${drum_ext})
done
+#up2date don't pass repoman fblint, have to use git
+up2date=date +'%Y%m%d' --date=\\$(lynx -dump 
http://sourceforge.net/api/file/index/project-id/24662/rss?path=/Sound%20Libraries/Main%20sound%20libraries
 | grep 'pubDate' | tail -n1 | sed 's/pubDate//;s/\/pubDate//')\

-up2date=lynx -dump 
http://sourceforge.net/api/file/index/project-id/24662/package-id/290536/atom|grep
 'updated'|head -n1|cut -f1 -d'T'|cut -f2 -d''|sed 's/-//g'
groups=('xmultimedia-extra')
-archs=('i686' 'x86_64')
+archs=('i686')

sha1sums=('442e2c9931d73f59d41ecaf7311ed5fa67014eb0' \
'5850237680ff491a292111f2d8d08c1d258bc478' \
@@ -60,5 +62,5 @@ build ()
for drumkit in ${drumki...@]}
do
tar -xzvf ${Fsrcdir}/${drumkit}${drum_ext} || Fdie
-   done
+   done
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: android-sdk-1.5_r3-2-i686

2009-08-24 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c2b47d19b931a7f4868de138dbde73b639a33d75

commit c2b47d19b931a7f4868de138dbde73b639a33d75
Author: exceed exceed.ced...@gmail.com
Date:   Mon Aug 24 19:21:47 2009 +0200

android-sdk-1.5_r3-2-i686

* Add README.frugalware for tethering with Android phone
with '#' will be ignored, and an empty message aborts the commit.

diff --git a/source/devel-extra/android-sdk/FrugalBuild 
b/source/devel-extra/android-sdk/FrugalBuild
index 7362e89..f85df8f 100644
--- a/source/devel-extra/android-sdk/FrugalBuild
+++ b/source/devel-extra/android-sdk/FrugalBuild
@@ -4,16 +4,17 @@
pkgname=android-sdk
pkgver=1.5_r3
_F_archive_name=$pkgname-linux_x86
-pkgrel=1
+pkgrel=2
pkgdesc=Software development kit for Android
url=http://developer.android.com;
groups=('devel-extra')
archs=('i686')
rodepends=('ncurses' 'sdl' 'libxext' 'swt')
-source=(http://dl.google.com/android/$_F_archive_name-$pkgver.zip $pkgname.sh)
+source=(http://dl.google.com/android/$_F_archive_name-$pkgver.zip 
README.Frugalware $pkgname.sh)
up2date=lynx -dump $url/sdk/ | grep 'Redirecting to' | cut -d '/' -f3
options=('nobuild')
sha1sums=('d737748deb5885b8e87e93b49eb6de413ed3298b' \
+  'dfc76357f11b211ac4cd5884b794a5016b08b943' \
'cc9288f0e9d2b93150e504f32db1000917ef737b')

build()
diff --git a/source/devel-extra/android-sdk/README.Frugalware 
b/source/devel-extra/android-sdk/README.Frugalware
new file mode 100644
index 000..d423d84
--- /dev/null
+++ b/source/devel-extra/android-sdk/README.Frugalware
@@ -0,0 +1,16 @@
+Setting up Android SDK :
+
+# repoman upd
+# repoman merge android-sdk
+# pacman-g2 -A android-sdk-1.5_r3-1-i686.fpm
+
+You should open a new shell to have android-sdk/tools/ in the path.
+After that, just type adb (not ./adb) as mentionned in following links.
+
+If you want to use your Android phone as a proxy, see thes pages :
+- with Proxoid : http://code.google.com/p/proxoid/wiki/installationLinux
+- Proxoid for french users/HTC G1 : 
http://blogs.frugalware-fr.org/exceed/2009/08/14/transformer-son-telephone-android-en-modem-usb/
+- with Tetherbot : http://graha.ms/androidproxy/
+
+
+
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: moovida-1.0.6-2-i686 *fixed depends

2009-08-24 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=20a2f310e1985a85be047bae4499fc1535bcce9c

commit 20a2f310e1985a85be047bae4499fc1535bcce9c
Author: bouleetbil bouleet...@frogdev.info
Date:   Mon Aug 24 20:17:11 2009 +0200

moovida-1.0.6-2-i686
*fixed depends

diff --git a/source/xapps-extra/moovida/FrugalBuild 
b/source/xapps-extra/moovida/FrugalBuild
index fc60b98..5e50412 100644
--- a/source/xapps-extra/moovida/FrugalBuild
+++ b/source/xapps-extra/moovida/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=moovida
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc=Moovida is an open source, cross platform media center solution
url=http://www.moovida.com/;
up2date=lynx -dump -source $url/download/ | Flasttar
@@ -13,7 +13,7 @@ depends=('imaging' 'twisted' 'gstreamer' 'pygtk' \
'pigment-python' 'gst-python' 'gst-plugins-base-ogg' \
'gst-plugins-base-vorbis' 'gst-plugins-base-theora' \
'libvisual-plugins' 'pyxdg' 'libdvdcss' 'setuptools'\
-   'gst-ffmpeg' 'gst-plugins-bad' \
+   'gst-ffmpeg' 'gst-plugins-bad' 'nas' \
'gst-plugins-ugly' 'libgpod' 'pylirc' 'tagpy')
rodepends=('twisted-web2' 'python-simplejson' 'python-mechanize' 'pyopengl' \
'coherence' 'twill' 'cssutils' 'pysqlite2' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git