[arch-commits] Commit in fetchmail/trunk (PKGBUILD)

2010-05-18 Thread Pierre Schmitz
Date: Tuesday, May 18, 2010 @ 05:28:31
  Author: pierre
Revision: 80518

upstream update

Modified:
  fetchmail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-18 05:15:36 UTC (rev 80517)
+++ PKGBUILD2010-05-18 09:28:31 UTC (rev 80518)
@@ -3,7 +3,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=fetchmail
-pkgver=6.3.16
+pkgver=6.3.17
 pkgrel=1
 pkgdesc=A remote-mail retrieval utility
 url=http://fetchmail.berlios.de/;
@@ -15,7 +15,7 @@
 install=fetchmail.install
 source=(http://download2.berlios.de/fetchmail/$pkgname-$pkgver.tar.bz2
 fetchmail.rc fetchmail.conf)
-md5sums=('1a40acb371376c7d54fe468c99dfc216'
+md5sums=('7b1d449ecddb6164e22c32854adc4a75'
  'b5f4d1da0c61d3d8a93fdf4e238f4949'
  '8fcd6a22dfbc247755fdd050c5c5c4d3')
 



[arch-commits] Commit in fetchmail/repos (extra-i686)

2010-05-18 Thread Pierre Schmitz
Date: Tuesday, May 18, 2010 @ 05:28:42
  Author: pierre
Revision: 80519

archrelease: remove extra-i686

Deleted:
  fetchmail/repos/extra-i686/



[arch-commits] Commit in fetchmail/repos (extra-i686)

2010-05-18 Thread Pierre Schmitz
Date: Tuesday, May 18, 2010 @ 05:29:00
  Author: pierre
Revision: 80520

archrelease: copy trunk to extra-i686

Added:
  fetchmail/repos/extra-i686/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2010-05-18 Thread Pierre Schmitz
Date: Tuesday, May 18, 2010 @ 05:29:11
  Author: pierre
Revision: 80521

archrelease: remove extra-x86_64

Deleted:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in fetchmail/repos (extra-x86_64)

2010-05-18 Thread Pierre Schmitz
Date: Tuesday, May 18, 2010 @ 05:29:29
  Author: pierre
Revision: 80522

archrelease: copy trunk to extra-x86_64

Added:
  fetchmail/repos/extra-x86_64/



[arch-commits] Commit in gossip/trunk (PKGBUILD)

2010-05-18 Thread Jan de Groot
Date: Tuesday, May 18, 2010 @ 09:18:13
  Author: jgc
Revision: 80523

Fix URL

Modified:
  gossip/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-18 09:29:29 UTC (rev 80522)
+++ PKGBUILD2010-05-18 13:18:13 UTC (rev 80523)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc=A GNOME Jabber client
 arch=('i686' 'x86_64')
-url=http://www.imendio.com/projects/gossip/;
+url=http://live.gnome.org/Gossip;
 license=('GPL')
 depends=('libxss' 'libnotify=0.4.4' 'libgnomeui=2.18.1-2' 'loudmouth=1.2.3' 
\
  'aspell' 'iso-codes' 'gconf=2.18.0.1-4' 'hicolor-icon-theme' \



[arch-commits] Commit in munin/trunk (PKGBUILD upstream-794.patch)

2010-05-18 Thread Dan McGee
Date: Tuesday, May 18, 2010 @ 12:11:12
  Author: dan
Revision: 80524

upgpkg: munin 1.4.4-4
Fix FS#19455

Added:
  munin/trunk/upstream-794.patch
Modified:
  munin/trunk/PKGBUILD

+
 PKGBUILD   |5 +++-
 upstream-794.patch |   54 +++
 2 files changed, 58 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-18 13:18:13 UTC (rev 80523)
+++ PKGBUILD2010-05-18 16:11:12 UTC (rev 80524)
@@ -5,7 +5,7 @@
 pkgname=('munin' 'munin-node')
 pkgbase=munin
 pkgver=1.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A distributed monitoring/graphing tool
 arch=('any')
 url=http://munin-monitoring.org/;
@@ -14,6 +14,7 @@
 source=(http://downloads.sourceforge.net/sourceforge/munin/munin-$pkgver.tar.gz
 Makefile.config
 keep-defaults.patch
+upstream-794.patch
 munin-cron-entry
 munin-node.init
 logrotate.munin
@@ -26,6 +27,7 @@
cp $srcdir/Makefile.config $srcdir/$pkgname-$pkgver || exit 1
# This build is beyond fucked, also need to report this upstream
patch -Np1  $srcdir/keep-defaults.patch || exit 1
+   (cd master/lib/Munin  patch -Np0  $srcdir/upstream-794.patch) || 
exit 1
# multithreading wrecks havoc on the build, should probably report this 
upstream
make -j1 PREFIX='' || exit 1
 }
@@ -57,6 +59,7 @@
 md5sums=('18d864fa04134ce67042a99dd3ec23ae'
  '5b444a99f8cdbfd3b4d51c1fd362b353'
  '7d318c55b33680b14f236c5c06a0a64b'
+ 'c3ba6759e054de7408fa6450d148f797'
  'dc9c83aa2a278466fb475364462f4119'
  '5da6940cd81ccb2734ae66081078abed'
  'db77b53150a906256a71a9f539c7fac2'

Added: upstream-794.patch
===
--- upstream-794.patch  (rev 0)
+++ upstream-794.patch  2010-05-18 16:11:12 UTC (rev 80524)
@@ -0,0 +1,54 @@
+diff -u -r Master.orig/HTMLOld.pm Master/HTMLOld.pm
+--- Master.orig/HTMLOld.pm 2010-01-14 13:13:57.0 +0100
 Master/HTMLOld.pm  2010-01-25 12:39:55.0 +0100
+@@ -169,7 +169,7 @@
+ };
+   
+ 
+-if (defined $groups-{name} and $groups-{name} eq root) {
++if (defined $groups-{name} and $groups-{name} eq __root__) {
+ $groups = $groups-{groups};# root-groups
+ }
+ 
+@@ -509,7 +509,7 @@
+ my $peername = munin_get_node_name($peer);
+ next
+ if $peername eq contact
+-and munin_get_node_name($parent) eq root;
++and munin_get_node_name($parent) eq __root__;
+ if ($peername eq $me) {
+ unshift @$ret, {name = $peername, link = undef};
+ }
+diff -u -r Master.orig/LimitsOld.pm Master/LimitsOld.pm
+--- Master.orig/LimitsOld.pm   2010-01-14 13:13:57.0 +0100
 Master/LimitsOld.pm2010-01-25 12:39:56.0 +0100
+@@ -250,7 +250,7 @@
+ my $parent = munin_get_parent($group);
+ my $name   = get_notify_name($group);
+ 
+-if (defined $parent and munin_get_node_name($parent) ne root) {
++if (defined $parent and munin_get_node_name($parent) ne __root__) {
+   return (get_full_group_path($parent) .  ::  . $name);
+ } else {
+   return $name;
+diff -u -r Master.orig/Utils.pm Master/Utils.pm
+--- Master.orig/Utils.pm   2010-01-14 13:13:57.0 +0100
 Master/Utils.pm2010-01-25 12:39:57.0 +0100
+@@ -277,7 +277,7 @@
+ $config-{'htmldir'}   ||= $Munin::Common::Defaults::MUNIN_HTMLDIR;
+ $config-{'spooldir'}  ||= $Munin::Common::Defaults::MUNIN_SSPOOLDIR;
+ $config-{'#%#parent'} = undef;
+-$config-{'#%#name'}   = root;
++$config-{'#%#name'}   = __root__;
+ 
+ return ($config);
+ }
+@@ -920,7 +920,7 @@
+   # Not sure when a #%#name node can go missing
+   my $name = $i-{'#%#name'} || '*BUG*';
+   goto gotoparent if $name eq '*BUG*';
+-  last if $name eq 'root';
++  last if $name eq '__root__';
+   if ($host) {
+   # Into group land now
+   unshift(@group,$name);



[arch-commits] Commit in munin/repos (extra-any)

2010-05-18 Thread Dan McGee
Date: Tuesday, May 18, 2010 @ 12:11:33
  Author: dan
Revision: 80525

archrelease: remove extra-any

Deleted:
  munin/repos/extra-any/



[arch-commits] Commit in munin/repos (extra-any)

2010-05-18 Thread Dan McGee
Date: Tuesday, May 18, 2010 @ 12:11:43
  Author: dan
Revision: 80526

archrelease: copy trunk to extra-any

Added:
  munin/repos/extra-any/



[arch-commits] Commit in libchamplain/trunk (PKGBUILD)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 12:54:08
  Author: andyrtr
Revision: 80527

upgpkg: libchamplain 0.4.5-1
new version 0.4.5

Modified:
  libchamplain/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-18 16:11:43 UTC (rev 80526)
+++ PKGBUILD2010-05-18 16:54:08 UTC (rev 80527)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis mka...@gmx.de
 
 pkgname=libchamplain
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc=C library aimed to provide a Gtk+ widget to display rasterized maps
 url=http://projects.gnome.org/libchamplain/;
@@ -13,11 +13,15 @@
 options=('!libtool')
 depends=('clutter-gtk=0.10.2' 'libsoup' 'cairo=1.4' 'sqlite3')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0a7897ee27d33471cec417132a1522d6')
+md5sums=('e9bdecaadb9196694a299951389ec935')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --disable-static
make || return 1
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install || return 1
 } 



[arch-commits] Commit in libchamplain/repos (extra-i686)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 12:54:18
  Author: andyrtr
Revision: 80528

archrelease: remove extra-i686

Deleted:
  libchamplain/repos/extra-i686/



[arch-commits] Commit in libchamplain/repos (extra-i686)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 12:54:39
  Author: andyrtr
Revision: 80529

archrelease: copy trunk to extra-i686

Added:
  libchamplain/repos/extra-i686/



[arch-commits] Commit in libchamplain/repos (extra-x86_64)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 12:54:49
  Author: andyrtr
Revision: 80530

archrelease: remove extra-x86_64

Deleted:
  libchamplain/repos/extra-x86_64/



[arch-commits] Commit in libchamplain/repos (extra-x86_64)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 12:55:10
  Author: andyrtr
Revision: 80531

archrelease: copy trunk to extra-x86_64

Added:
  libchamplain/repos/extra-x86_64/



[arch-commits] Commit in midori/trunk (PKGBUILD)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 13:01:40
  Author: andyrtr
Revision: 80532

upgpkg: midori 0.2.5-1
new version 0.2.5; apidocs won't build currently

Modified:
  midori/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-18 16:55:10 UTC (rev 80531)
+++ PKGBUILD2010-05-18 17:01:40 UTC (rev 80532)
@@ -39,8 +39,8 @@
--enable-docs \
--disable-apidocs \
--enable-userdocs
-   # - currently broken 
-   # would require docutils from community
+   # - currently broken
+   #--enable-apidocs \
   make || return 1
 }
 



[arch-commits] Commit in midori/repos (extra-i686)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 13:01:54
  Author: andyrtr
Revision: 80533

archrelease: remove extra-i686

Deleted:
  midori/repos/extra-i686/



[arch-commits] Commit in midori/repos (extra-i686)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 13:02:15
  Author: andyrtr
Revision: 80534

archrelease: copy trunk to extra-i686

Added:
  midori/repos/extra-i686/



[arch-commits] Commit in midori/repos (extra-x86_64)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 13:02:30
  Author: andyrtr
Revision: 80535

archrelease: remove extra-x86_64

Deleted:
  midori/repos/extra-x86_64/



[arch-commits] Commit in midori/repos (extra-x86_64)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 13:02:52
  Author: andyrtr
Revision: 80536

archrelease: copy trunk to extra-x86_64

Added:
  midori/repos/extra-x86_64/



[arch-commits] Commit in bzr/trunk (PKGBUILD)

2010-05-18 Thread Dan McGee
Date: Tuesday, May 18, 2010 @ 13:34:14
  Author: dan
Revision: 80537

Add bazaar to desc, FS#19470

Modified:
  bzr/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-18 17:02:52 UTC (rev 80536)
+++ PKGBUILD2010-05-18 17:34:14 UTC (rev 80537)
@@ -4,7 +4,7 @@
 pkgname=bzr
 pkgver=2.1.0
 pkgrel=2
-pkgdesc=A decentralized revision control system
+pkgdesc=A decentralized revision control system (bazaar)
 arch=('i686' 'x86_64')
 url=http://www.bazaar-vcs.org;
 license=('GPL')



[arch-commits] Commit in claws-mail-extra-plugins/trunk (PKGBUILD)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 14:16:06
  Author: andyrtr
Revision: 80538

upgpkg: claws-mail-extra-plugins 3.7.6-2
add missing libsoup-gnome (#19496) and python opt dependencies

Modified:
  claws-mail-extra-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 20 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-18 17:34:14 UTC (rev 80537)
+++ PKGBUILD2010-05-18 18:16:06 UTC (rev 80538)
@@ -4,13 +4,13 @@
 
 pkgname=claws-mail-extra-plugins
 pkgver=3.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Extra plugins for claws-mail
 url=http://www.claws-mail.org/plugins.php?branch=EXT;
 license=('GPL3')
 arch=('i686' 'x86_64')
 depends=('claws-mail=3.7.6')
-makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.4.5' 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.1.15.4-2' 'libchamplain=0.4.4' 'pygtk=2.16.0')
+makedepends=('make' 'bc' 'perl=5.10.1-5' 'libgtkhtml=2.11.1-2' 
'libnotify=0.4.5' 'libxml2=2.7.6' 'curl=7.19.7' 'libytnef=1.5-2' 
'libwebkit=1.1.15.4-2' 'libchamplain=0.4.4' 'pygtk=2.16.0' 'libsoup-gnome')
 optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
 'perl: for perl plugin'
 'libnotify: for notification plugin'
@@ -18,8 +18,9 @@
 'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
 'libarchive: for archive plugin'
 'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libchamplain: for geolocation plugin')
+'libwebkit,libsoup-gnome: for the fancy webkit html plugin'
+'libchamplain: for geolocation plugin'
+'python: for python plugin')
 conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin' 
'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin' 
'sylpheed-claws-extra-plugins' 'claws-tnef-plugin' 'claws-webkit-plugin-svn' 
'claws-mayflower-plugin-svn')
 replaces=('sylpheed-claws-extra-plugins')
 options=('!libtool')
@@ -38,10 +39,22 @@
 ./configure --prefix=/usr --disable-static || return 1
 touch arch-configured
 make || return 1
+cd ..
+ done
+}
+
+package() {
+cd ${srcdir}/claws-mail-extra-plugins-$pkgver
+for dir in *; do
+# Continue if it is not a directory or the synce plugin
+[ ! -d $dir ]  continue
+echo $dir | grep synce /dev/null 2/dev/null  continue
+ # Else, install
+cd $dir
 make DESTDIR=$startdir/pkg install || return 1
 cd ..
-done
+ done
 
-# fix fileconflict with libical, #11485
-rm -f ${pkgdir}/usr/include/ical.h
+ # fix fileconflict with libical, #11485
+ rm -f ${pkgdir}/usr/include/ical.h
 }



[arch-commits] Commit in claws-mail-extra-plugins/repos (extra-i686)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 14:16:23
  Author: andyrtr
Revision: 80539

archrelease: remove extra-i686

Deleted:
  claws-mail-extra-plugins/repos/extra-i686/



[arch-commits] Commit in claws-mail-extra-plugins/repos (extra-i686)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 14:16:46
  Author: andyrtr
Revision: 80540

archrelease: copy trunk to extra-i686

Added:
  claws-mail-extra-plugins/repos/extra-i686/



[arch-commits] Commit in claws-mail-extra-plugins/repos (extra-x86_64)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 14:17:02
  Author: andyrtr
Revision: 80541

archrelease: remove extra-x86_64

Deleted:
  claws-mail-extra-plugins/repos/extra-x86_64/



[arch-commits] Commit in claws-mail-extra-plugins/repos (extra-x86_64)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 14:17:25
  Author: andyrtr
Revision: 80542

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail-extra-plugins/repos/extra-x86_64/



[arch-commits] Commit in etherape/repos (extra-i686)

2010-05-18 Thread Andrea Scarpino
Date: Tuesday, May 18, 2010 @ 14:48:09
  Author: andrea
Revision: 80543

db-remove: etherape removed by andrea

Deleted:
  etherape/repos/extra-i686/



[arch-commits] Commit in etherape/repos (extra-x86_64)

2010-05-18 Thread Andrea Scarpino
Date: Tuesday, May 18, 2010 @ 14:48:19
  Author: andrea
Revision: 80544

db-remove: etherape removed by andrea

Deleted:
  etherape/repos/extra-x86_64/



[arch-commits] Commit in (4 files)

2010-05-18 Thread Andrea Scarpino
Date: Tuesday, May 18, 2010 @ 14:49:30
  Author: andrea
Revision: 80545

Thorsten Toepper will take care of it in [community]

Added:
  amarok/trunk/fix-qtscriptgenerator-check.patch
Modified:
  amarok/trunk/PKGBUILD
  rt2870usb-fw/trunk/PKGBUILD
Deleted:
  etherape/

+
 amarok/trunk/PKGBUILD  |   11 +---
 amarok/trunk/fix-qtscriptgenerator-check.patch |   31 +++
 rt2870usb-fw/trunk/PKGBUILD|7 ++---
 3 files changed, 41 insertions(+), 8 deletions(-)

Modified: amarok/trunk/PKGBUILD
===
--- amarok/trunk/PKGBUILD   2010-05-18 18:48:19 UTC (rev 80544)
+++ amarok/trunk/PKGBUILD   2010-05-18 18:49:30 UTC (rev 80545)
@@ -3,8 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=amarok
-replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.3.0
+pkgver=2.3.0.90
 pkgrel=1
 pkgdesc=A media player for KDE
 arch=(i686 x86_64)
@@ -16,10 +15,14 @@
libmtp: support for portable media devices
loudmouth: backend needed by mp3tunes for syncing)
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fc672a2848e36b3b44eb81dd1466e4f4')
+source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+   'fix-qtscriptgenerator-check.patch')
+md5sums=('a2eb7e81de59ab813ac2490f657d6dc4'
+   '318f9e0e84bb473da02bad1fadb11b77')
 
 build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -Np1 -i ${srcdir}/fix-qtscriptgenerator-check.patch || return 1
cd ${srcdir}
mkdir build
cd build

Added: amarok/trunk/fix-qtscriptgenerator-check.patch
===
--- amarok/trunk/fix-qtscriptgenerator-check.patch  
(rev 0)
+++ amarok/trunk/fix-qtscriptgenerator-check.patch  2010-05-18 18:49:30 UTC 
(rev 80545)
@@ -0,0 +1,31 @@
+--- a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
 b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
+@@ -16,7 +16,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+  */
+ 
+-#include QtCore/QCoreApplication
++#include QtGui/QApplication
+ #include QtScript/QScriptEngine
+ #include QtCore/QStringList
+ #include QtCore/QDebug
+@@ -25,7 +25,7 @@
+ 
+ int main(int argc, char **argv)
+ {
+-QCoreApplication app( argc, argv );
++QApplication app( argc, argv );
+ 
+ QStringList allowedBindings;
+ allowedBindings  qt.core  qt.gui  qt.sql  qt.xml  
qt.uitools  qt.network;
+--- a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
 b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
+@@ -25,7 +25,7 @@
+ 
+ int main(int argc, char **argv)
+ {
+-QApplication app( argc, argv );
++QApplication app( argc, argv, false );
+ 
+ QStringList allowedBindings;
+ allowedBindings  qt.core  qt.gui  qt.sql  qt.xml  
qt.uitools  qt.network;

Modified: rt2870usb-fw/trunk/PKGBUILD
===
--- rt2870usb-fw/trunk/PKGBUILD 2010-05-18 18:48:19 UTC (rev 80544)
+++ rt2870usb-fw/trunk/PKGBUILD 2010-05-18 18:49:30 UTC (rev 80545)
@@ -3,15 +3,14 @@
 # Contributor: Alois Nespor alois.nes...@gmail.com
 
 pkgname=rt2870usb-fw
-pkgver=8
+pkgver=22
 pkgrel=1
 pkgdesc=Firmware for RaLink RT2870USB (RT2870/RT2770) WiFi adapter
-url=http://web.ralinktech.com/ralink/Home/Support/Linux.html;
+url=http://www.ralinktech.com/support.php?s=2;
 arch=('any')
 license=('custom')
-depends=()
 
source=(ftp://ftp.archlinux.org/other/rt2870usb-fw/RT2870_Firmware_V$pkgver.zip)
-md5sums=('a7aae1d8cfd68e4d86a73000df0b6584')
+md5sums=('c5a93b466532a5617da6b203cabab62b')
 
 build() {
   cd ${srcdir}/RT2870_Firmware_V${pkgver}



[arch-commits] Commit in (3 files)

2010-05-18 Thread Andrea Scarpino
Date: Tuesday, May 18, 2010 @ 14:51:01
  Author: andrea
Revision: 80546

undo...I did it again

Modified:
  amarok/trunk/PKGBUILD
  rt2870usb-fw/trunk/PKGBUILD
Deleted:
  amarok/trunk/fix-qtscriptgenerator-check.patch

+
 amarok/trunk/PKGBUILD  |   11 ++--
 amarok/trunk/fix-qtscriptgenerator-check.patch |   31 ---
 rt2870usb-fw/trunk/PKGBUILD|7 ++---
 3 files changed, 8 insertions(+), 41 deletions(-)

Modified: amarok/trunk/PKGBUILD
===
--- amarok/trunk/PKGBUILD   2010-05-18 18:49:30 UTC (rev 80545)
+++ amarok/trunk/PKGBUILD   2010-05-18 18:51:01 UTC (rev 80546)
@@ -3,7 +3,8 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=amarok
-pkgver=2.3.0.90
+replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
+pkgver=2.3.0
 pkgrel=1
 pkgdesc=A media player for KDE
 arch=(i686 x86_64)
@@ -15,14 +16,10 @@
libmtp: support for portable media devices
loudmouth: backend needed by mp3tunes for syncing)
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-   'fix-qtscriptgenerator-check.patch')
-md5sums=('a2eb7e81de59ab813ac2490f657d6dc4'
-   '318f9e0e84bb473da02bad1fadb11b77')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('fc672a2848e36b3b44eb81dd1466e4f4')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -Np1 -i ${srcdir}/fix-qtscriptgenerator-check.patch || return 1
cd ${srcdir}
mkdir build
cd build

Deleted: amarok/trunk/fix-qtscriptgenerator-check.patch
===
--- amarok/trunk/fix-qtscriptgenerator-check.patch  2010-05-18 18:49:30 UTC 
(rev 80545)
+++ amarok/trunk/fix-qtscriptgenerator-check.patch  2010-05-18 18:51:01 UTC 
(rev 80546)
@@ -1,31 +0,0 @@
 a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
-+++ b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
-@@ -16,7 +16,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-  */
- 
--#include QtCore/QCoreApplication
-+#include QtGui/QApplication
- #include QtScript/QScriptEngine
- #include QtCore/QStringList
- #include QtCore/QDebug
-@@ -25,7 +25,7 @@
- 
- int main(int argc, char **argv)
- {
--QCoreApplication app( argc, argv );
-+QApplication app( argc, argv );
- 
- QStringList allowedBindings;
- allowedBindings  qt.core  qt.gui  qt.sql  qt.xml  
qt.uitools  qt.network;
 a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
-+++ b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp
-@@ -25,7 +25,7 @@
- 
- int main(int argc, char **argv)
- {
--QApplication app( argc, argv );
-+QApplication app( argc, argv, false );
- 
- QStringList allowedBindings;
- allowedBindings  qt.core  qt.gui  qt.sql  qt.xml  
qt.uitools  qt.network;

Modified: rt2870usb-fw/trunk/PKGBUILD
===
--- rt2870usb-fw/trunk/PKGBUILD 2010-05-18 18:49:30 UTC (rev 80545)
+++ rt2870usb-fw/trunk/PKGBUILD 2010-05-18 18:51:01 UTC (rev 80546)
@@ -3,14 +3,15 @@
 # Contributor: Alois Nespor alois.nes...@gmail.com
 
 pkgname=rt2870usb-fw
-pkgver=22
+pkgver=8
 pkgrel=1
 pkgdesc=Firmware for RaLink RT2870USB (RT2870/RT2770) WiFi adapter
-url=http://www.ralinktech.com/support.php?s=2;
+url=http://web.ralinktech.com/ralink/Home/Support/Linux.html;
 arch=('any')
 license=('custom')
+depends=()
 
source=(ftp://ftp.archlinux.org/other/rt2870usb-fw/RT2870_Firmware_V$pkgver.zip)
-md5sums=('c5a93b466532a5617da6b203cabab62b')
+md5sums=('a7aae1d8cfd68e4d86a73000df0b6584')
 
 build() {
   cd ${srcdir}/RT2870_Firmware_V${pkgver}



[arch-commits] Commit in mono/trunk (PKGBUILD)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 16:26:28
  Author: andyrtr
Revision: 80547

upgpkg: mono 2.6.4-2
fix pkgconfig file to provide the required deps

Modified:
  mono/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-18 18:51:01 UTC (rev 80546)
+++ PKGBUILD2010-05-18 20:26:28 UTC (rev 80547)
@@ -4,7 +4,7 @@
 
 pkgname=mono
 pkgver=2.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
@@ -20,21 +20,27 @@
  '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
-  mkdir -p ${startdir}/pkg/usr/share/licenses/$pkgname
+  cd ${srcdir}/${pkgname}-${pkgver}
   # build mono
-  cd ${startdir}/src/${pkgname}-${pkgver}
-
   ./configure --prefix=/usr --sysconfdir=/etc \
   --with-libgdiplus=installed \
  --with-moonlight=yes \
  --with-profile4=yes
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+}
 
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install || return 1
+
   # install daemons and pathes
-  mkdir -p ${startdir}/pkg/etc/rc.d
-  install -m755 ${startdir}/src/mono.rc.d $startdir/pkg/etc/rc.d/mono
+  mkdir -p ${pkgdir}/etc/rc.d
+  install -m755 ${srcdir}/mono.rc.d ${pkgdir}/etc/rc.d/mono
 
   #install license
-  install -m644 mcs/MIT.X11 ${startdir}/pkg/usr/share/licenses/$pkgname/
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 mcs/MIT.X11 ${pkgdir}/usr/share/licenses/${pkgname}/
+  
+  #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
+  sed -i -e s:#Requires:Requires: ${pkgdir}/usr/lib/pkgconfig/mono.pc
 }



[arch-commits] Commit in mono/repos (extra-i686)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 16:31:06
  Author: andyrtr
Revision: 80548

archrelease: remove extra-i686

Deleted:
  mono/repos/extra-i686/



[arch-commits] Commit in mono/repos (extra-i686)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 16:31:28
  Author: andyrtr
Revision: 80549

archrelease: copy trunk to extra-i686

Added:
  mono/repos/extra-i686/



[arch-commits] Commit in mono/repos (extra-x86_64)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 16:35:58
  Author: andyrtr
Revision: 80550

archrelease: remove extra-x86_64

Deleted:
  mono/repos/extra-x86_64/



[arch-commits] Commit in mono/repos (extra-x86_64)

2010-05-18 Thread andyrtr
Date: Tuesday, May 18, 2010 @ 16:36:21
  Author: andyrtr
Revision: 80551

archrelease: copy trunk to extra-x86_64

Added:
  mono/repos/extra-x86_64/