[arch-commits] Commit in xfce4-smartbookmark-plugin/trunk (3 files)

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 05:26:11
  Author: andyrtr
Revision: 80895

upgpkg: xfce4-smartbookmark-plugin 0.4.2-8
fix desktop file to work with current xfce4-panel (was broken since 4.6 
release; archify it a bit :)

Added:
  
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch
  xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch
Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD

-+
 PKGBUILD|   23 -
 xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch |   12 +
 xfce4-smartbookmark-plugin-archlinux.patch  |   24 ++
 3 files changed, 53 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-22 16:06:12 UTC (rev 80894)
+++ PKGBUILD2010-05-23 09:26:11 UTC (rev 80895)
@@ -1,25 +1,36 @@
 # $Id$
-# Maintainer:
+# Maintainer: AndyRTR andy...@archlinux.org
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-smartbookmark-plugin
 pkgver=0.4.2
-pkgrel=7
+pkgrel=8
 pkgdesc=plugin for the Xfce4 panel that let you quicksearch from selected 
websites
 arch=('i686' 'x86_64')
 license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('pkgconfig' 'perlxml' 'libxt')
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('284e26595637dd2e900b75534372496b')
+source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
+   xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch
+   xfce4-smartbookmark-plugin-archlinux.patch)
+md5sums=('284e26595637dd2e900b75534372496b'
+ 'ca6ecc8ff90cc13ef81d6412978dfac7'
+ '323ac898cfcfdb078f67f9ecd1905aec')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # fix path, taken from Fedora
+  patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch 
|| return 1
+  patch -Np0 -i ${srcdir}/xfce4-smartbookmark-plugin-archlinux.patch || return 
1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${pkgdir} install
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install || return 1
+}

Added: xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch
===
--- xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch 
(rev 0)
+++ xfce4-smartbookmark-plugin-0.4.2-desktop-file.patch 2010-05-23 09:26:11 UTC 
(rev 80895)
@@ -0,0 +1,12 @@
+--- src/smartbookmark.desktop.in.in.orig   2009-07-04 00:28:14.0 
+0200
 src/smartbookmark.desktop.in.in2009-07-04 00:34:09.0 +0200
+@@ -3,6 +3,7 @@
+ Encoding=UTF-8
+ _Name=SmartBookmark
+ _Comment=Query websites from the Xfce panel
+-Icon=gtk-preferences
+-x-xfce-modu...@internal_plugin_path@/libsmartbookmark.so
++Icon=gtk-find
++X-XFCE-Module=smartbookmark
++x-xfce-module-pa...@internal_plugin_path@
+ X-XFCE-Unique=false

Added: xfce4-smartbookmark-plugin-archlinux.patch
===
--- xfce4-smartbookmark-plugin-archlinux.patch  (rev 0)
+++ xfce4-smartbookmark-plugin-archlinux.patch  2010-05-23 09:26:11 UTC (rev 
80895)
@@ -0,0 +1,24 @@
+--- src/smartbookmark.c.redhat 2006-12-18 02:06:21.0 +0100
 src/smartbookmark.c2006-12-18 02:11:33.0 +0100
+@@ -197,8 +197,8 @@
+ box = gtk_vbox_new(FALSE, 0);
+ 
+ /* default options */
+-search-url = http://bugs.debian.org/;;
+-search-label_text = BTS;
++search-url = http://bugs.archlinux.org/;;
++search-label_text = ArchBug #;
+ search-size = 5;
+ search-hide_label = FALSE;
+ /* read config file options */
+@@ -269,8 +269,8 @@
+ if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
+ {
+ xfce_rc_set_group(rcfile, NULL);
+-search-url = 
g_strdup(xfce_rc_read_entry(rcfile,url,http://bugs.debian.org/;));
+-search-label_text = 
g_strdup(xfce_rc_read_entry(rcfile,value,DBS));
++search-url = 
g_strdup(xfce_rc_read_entry(rcfile,url,http://bugs.archlinux.org/;));
++search-label_text = 
g_strdup(xfce_rc_read_entry(rcfile,value,ArchBug #));
+ search-size = xfce_rc_read_int_entry(rcfile, size, 5);
+ search-hide_label = xfce_rc_read_bool_entry(rcfile, hidelabel, 
FALSE);
+ }



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-i686)

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 05:26:19
  Author: andyrtr
Revision: 80896

archrelease: remove extra-i686

Deleted:
  xfce4-smartbookmark-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-i686)

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 05:26:41
  Author: andyrtr
Revision: 80897

archrelease: copy trunk to extra-i686

Added:
  xfce4-smartbookmark-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (extra-x86_64)

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 05:27:11
  Author: andyrtr
Revision: 80899

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-smartbookmark-plugin/repos/extra-x86_64/



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 05:40:26
  Author: andyrtr
Revision: 80900

smp install process is still broken for me

Modified:
  go-openoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-23 09:27:11 UTC (rev 80899)
+++ PKGBUILD2010-05-23 09:40:26 UTC (rev 80900)
@@ -52,8 +52,7 @@
http://archive.apache.org/dist/ant/binaries/apache-ant-1.7.0-bin.tar.gz
http://multidimalgorithm.googlecode.com/files//mdds_0.3.0.tar.bz2
buildfix_64bit_system_libjpeg.diff)
-#options=('!distcc' '!ccache' '!makeflags')
-#options=('!makeflags')
+options=('!makeflags')
 noextract=(ooo-cli-prebuilt-3.2.tar.bz2 cairo-1.4.10.tar.gz 
mdbtools-0.6pre1.tar.gz extras-3.tar.bz2 biblio.tar.bz2 unowinreg.dll 
scsolver.2008-10-30.tar.bz2 libwpd-0.8.14.tar.gz 
libwps-0.1.2.tar.gz libwpg-0.1.3.tar.gz ooo_oxygen_images-2009-06-17.tar.gz)
 



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 07:02:41
  Author: andyrtr
Revision: 80902

upgpkg: mrxvt 0.5.4-4
fix desktop file to use System section to match freedesktop.org specifications; 
see http://standards.freedesktop.org/menu-spec/latest/apa.html; add optional 
dep on perl for settings script

Modified:
  mrxvt/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-23 10:21:30 UTC (rev 80901)
+++ PKGBUILD2010-05-23 11:02:41 UTC (rev 80902)
@@ -5,12 +5,13 @@
 
 pkgname=mrxvt
 pkgver=0.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A multi-tabbed X terminal emulator based on rxvt code (also known as 
materm)
 arch=('i686' 'x86_64')
 url=http://materm.sourceforge.net;
 license=('GPL')
 depends=('libpng' 'libjpeg' 'libxft' 'libxpm')
+optdepends=('perl: for mrxvtset.pl script')
 replaces=('materm')
 backup=('etc/mrxvt/mrxvtrc' 'etc/mrxvt/submenus.menu' 'etc/mrxvt/default.menu')
 source=(http://downloads.sourceforge.net/materm/${pkgname}-${pkgver}.tar.gz
@@ -33,6 +34,11 @@
 --enable-thai --enable-greek --enable-cjk --enable-backspace-key \
 --with-save-lines=2048 || return 1
   make || return 1
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
   install -Dm644 ../mrxvt.desktop 
${pkgdir}/usr/share/applications/mrxvt.desktop
+  sed -i -e s/Categories\=Application/Categories\=System/ 
${pkgdir}/usr/share/applications/mrxvt.desktop
 }



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 07:03:13
  Author: andyrtr
Revision: 80904

archrelease: copy trunk to extra-i686

Added:
  mrxvt/repos/extra-i686/



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 07:03:23
  Author: andyrtr
Revision: 80905

archrelease: remove extra-x86_64

Deleted:
  mrxvt/repos/extra-x86_64/



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 07:03:44
  Author: andyrtr
Revision: 80906

archrelease: copy trunk to extra-x86_64

Added:
  mrxvt/repos/extra-x86_64/



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 07:16:52
  Author: andyrtr
Revision: 80907

remove the dictionary entry from Xfce menu that ships its own thingy

Modified:
  gnome-utils/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-23 11:03:44 UTC (rev 80906)
+++ PKGBUILD2010-05-23 11:16:52 UTC (rev 80907)
@@ -28,4 +28,7 @@
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-utils-2.0 ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  
+  # remove it also from Xfce menu that ships its own thingy
+  sed -i -e s/NotShowIn\=KDE\;/NotShowIn\=KDE\;XFCE\;/ 
${pkgdir}/usr/share/applications/gnome-dictionary.desktop || return 1
 }



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 07:22:22
  Author: andyrtr
Revision: 80908

remove from Xfce menu that ships its own thingy

Modified:
  eog/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-23 11:16:52 UTC (rev 80907)
+++ PKGBUILD2010-05-23 11:22:22 UTC (rev 80908)
@@ -26,4 +26,7 @@
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain eog ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
 }



[arch-commits] Commit in squeeze/trunk (PKGBUILD squeeze.install)

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 09:27:01
  Author: andyrtr
Revision: 80909

rebuild, move to xfce4-goodies group, use optional deps

Modified:
  squeeze/trunk/PKGBUILD
  squeeze/trunk/squeeze.install

-+
 PKGBUILD|   25 -
 squeeze.install |   10 +-
 2 files changed, 21 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-23 11:22:22 UTC (rev 80908)
+++ PKGBUILD2010-05-23 13:27:01 UTC (rev 80909)
@@ -1,16 +1,28 @@
 # $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
 # Contributor: David Keogh daveke...@shaw.ca
 
 pkgname=squeeze
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Squeeze is a modern and advanced archive manager for the Xfce Desktop 
Environment.
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://squeeze.xfce.org/;
-groups=('xfce4')
-depends=('thunar')
+groups=('xfce4-goodies')
+depends=('thunar' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'tar' 'desktop-file-utils')
+optdepends=('tar: TAR support'
+'gzip: GZIP support'
+'bzip2: BZIP2 support'
+'zip: ZIP support'
+'unzip: ZIP support'
+'unrar: RAR support'
+'p7zip: 7z support'
+'arj: ARJ support'
+'lha: LHA support'
+'lzma-utils: LZMA support'
+'lzop: LZOP support')
 options=('!libtool')
 conflicts=('squeeze-svn')
 install=${pkgname}.install
@@ -18,9 +30,12 @@
 md5sums=('bd3cb0648b49be1f146fc4f675606176')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
 }
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install || return 1
+}

Modified: squeeze.install
===
--- squeeze.install 2010-05-23 11:22:22 UTC (rev 80908)
+++ squeeze.install 2010-05-23 13:27:01 UTC (rev 80909)
@@ -1,11 +1,4 @@
 post_install() {
-  cat  EOF
-
-NOTE for squeeze:
-
-  == please install bzip2, gzip, unrar, zip, unzip and lzop
-  == to use all of squeeze's capabilities
-EOF
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
@@ -15,6 +8,5 @@
 }
 
 post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install $1
 }



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 09:27:24
  Author: andyrtr
Revision: 80910

archrelease: remove extra-i686

Deleted:
  squeeze/repos/extra-i686/



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 09:27:45
  Author: andyrtr
Revision: 80911

archrelease: copy trunk to extra-i686

Added:
  squeeze/repos/extra-i686/



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 09:27:56
  Author: andyrtr
Revision: 80912

archrelease: remove extra-x86_64

Deleted:
  squeeze/repos/extra-x86_64/



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

2010-05-23 Thread andyrtr
Date: Sunday, May 23, 2010 @ 09:28:17
  Author: andyrtr
Revision: 80913

archrelease: copy trunk to extra-x86_64

Added:
  squeeze/repos/extra-x86_64/



[arch-commits] Commit in cmus/trunk (PKGBUILD fix_format_print.patch)

2010-05-23 Thread Ionut Biru
Date: Sunday, May 23, 2010 @ 16:49:47
  Author: ibiru
Revision: 80914

upgpkg: cmus 2.3.2-2
fix segmentation cause by gcc update. fixes FS#19560

Added:
  cmus/trunk/fix_format_print.patch
Modified:
  cmus/trunk/PKGBUILD

+
 PKGBUILD   |   10 ++---
 fix_format_print.patch |   48 +++
 2 files changed, 55 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-23 13:28:17 UTC (rev 80913)
+++ PKGBUILD2010-05-23 20:49:47 UTC (rev 80914)
@@ -4,7 +4,7 @@
 
 pkgname=cmus
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A very feature-rich ncurses-based music player
 arch=('i686' 'x86_64')
 url=http://cmus.sourceforge.net/;
@@ -13,12 +13,16 @@
 depends=('sh' 'libao' 'libmpcdec' 'ffmpeg' 'flac' 'libmad' 'faad2')
 makedepends=('libmp4v2')
 optdepends=('libmp4v2')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2;)
-md5sums=('47698e355cff2e7b985a22475099c100')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2;
+   fix_format_print.patch)
+md5sums=('47698e355cff2e7b985a22475099c100'
+ '3d62fa9030cd054eb5fa0a275fd1964a')
 
 build() {
   cd $srcdir/$pkgname-v$pkgver
 
+  patch -Np1 -i $srcdir/fix_format_print.patch || return 1
+
   export CONFIG_ARTS=n
   ./configure prefix=/usr || return 1
   make || return 1

Added: fix_format_print.patch
===
--- fix_format_print.patch  (rev 0)
+++ fix_format_print.patch  2010-05-23 20:49:47 UTC (rev 80914)
@@ -0,0 +1,48 @@
+From 2e679c66554cc0205779a72b82ddcc0175f571a6 Mon Sep 17 00:00:00 2001
+From: Gregory Petrosyan gregory.petros...@gmail.com
+Date: Sun, 23 May 2010 20:02:58 +0400
+Subject: [PATCH] Fix format_print()'s buffer width calculation
+
+This solves reported memory corruptions and crashes.
+Looks like this bug was uncovered due to a GCC upgrade.
+
+Reported-by: Vlastimil Kotas vlast...@kralikbobek.cz
+Reported-by: evinupavi...@arcor.de
+Triaged-by: Xavier Chantry chantry.xav...@gmail.com
+Acked-by: Xavier Chantry chantry.xav...@gmail.com
+Signed-off-by: Gregory Petrosyan gregory.petros...@gmail.com
+---
+ ui_curses.c |8 +---
+ 1 files changed, 5 insertions(+), 3 deletions(-)
+
+diff --git a/ui_curses.c b/ui_curses.c
+index 0a390a0..ce6d334 100644
+--- a/ui_curses.c
 b/ui_curses.c
+@@ -104,7 +104,9 @@ static char print_buffer[512];
+ /* destination buffer for utf8_encode and utf8_decode */
+ static char conv_buffer[512];
+ 
+-#define print_buffer_size (sizeof(print_buffer) - 1)
++/* one character can take up to 4 bytes in UTF-8 */
++#define print_buffer_max_width (sizeof(print_buffer) / 4 - 1)
++
+ static int using_utf8;
+ 
+ static const char *t_ts;
+@@ -1181,10 +1183,10 @@ static void do_update_titleline(void)
+ 
+   /* set window title */
+   if (use_alt_format) {
+-  format_print(print_buffer, sizeof(print_buffer) - 1,
++  format_print(print_buffer, print_buffer_max_width,
+   window_title_alt_format, track_fopts);
+   } else {
+-  format_print(print_buffer, sizeof(print_buffer) - 1,
++  format_print(print_buffer,  print_buffer_max_width,
+   window_title_format, track_fopts);
+   }
+ 
+-- 
+1.6.1
+



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

2010-05-23 Thread Ionut Biru
Date: Sunday, May 23, 2010 @ 16:49:54
  Author: ibiru
Revision: 80915

archrelease: remove extra-i686

Deleted:
  cmus/repos/extra-i686/



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

2010-05-23 Thread Ionut Biru
Date: Sunday, May 23, 2010 @ 16:50:09
  Author: ibiru
Revision: 80916

archrelease: copy trunk to extra-i686

Added:
  cmus/repos/extra-i686/



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

2010-05-23 Thread Ionut Biru
Date: Sunday, May 23, 2010 @ 16:50:18
  Author: ibiru
Revision: 80917

archrelease: remove extra-x86_64

Deleted:
  cmus/repos/extra-x86_64/



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

2010-05-23 Thread Ionut Biru
Date: Sunday, May 23, 2010 @ 16:50:32
  Author: ibiru
Revision: 80918

archrelease: copy trunk to extra-x86_64

Added:
  cmus/repos/extra-x86_64/



[arch-commits] Commit in (8 files)

2010-05-23 Thread Ionut Biru
Date: Sunday, May 23, 2010 @ 18:21:57
  Author: ibiru
Revision: 80919

split builds for transmission and adding transmission-qt support

Added:
  transmission/
  transmission/trunk/
  transmission/trunk/PKGBUILD
  transmission/trunk/qtr.desktop
  transmission/trunk/transmission-cli.install
  transmission/trunk/transmission-gtk.install
  transmission/trunk/transmissiond
  transmission/trunk/transmissiond.conf

--+
 PKGBUILD |   73 +
 qtr.desktop  |   10 ++
 transmission-cli.install |9 +
 transmission-gtk.install |   12 +++
 transmissiond|   37 ++
 transmissiond.conf   |2 +
 6 files changed, 143 insertions(+)

Added: transmission/trunk/PKGBUILD
===
--- transmission/trunk/PKGBUILD (rev 0)
+++ transmission/trunk/PKGBUILD 2010-05-23 22:21:57 UTC (rev 80919)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=1.93
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.transmissionbt.com/;
+license=('MIT')
+makedepends=('intltool' 'curl' 'libnotify' 'desktop-file-utils' 'qt' 
'libevent')
+source=(http://mirrors.m0k.org/transmission/files/${pkgbase}-${pkgver}.tar.bz2
+transmissiond transmissiond.conf qtr.desktop)
+md5sums=('f68358d03e46bec5704bbaa894990152'
+ '50b7c17300bc8b38f44fb6f681ba05d0'
+ '4170b71ad5d6c499a8a16c6e86b77cce'
+ '18912ee58b00938c177f64f6bdd6eed9')
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+  ./configure --prefix=/usr --disable-wx || return 1
+  make || return 1
+  pushd qt
+  qmake qtr.pro || return 1
+  make || return 1
+}
+package_transmission-cli() {
+  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
+  depends=('curl' 'libevent')
+  backup=('etc/conf.d/transmissiond')
+  install=transmission-cli.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  for dir in daemon cli web
+  do
+  make -C ${dir} DESTDIR=${pkgdir} install || return 1
+  done
+
+  install -D -m755 ${srcdir}/transmissiond 
${pkgdir}/etc/rc.d/transmissiond || return 1
+  install -D -m644 ${srcdir}/transmissiond.conf 
${pkgdir}/etc/conf.d/transmissiond || return 1
+  install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/transmission-cli/COPYING || return 1
+
+}
+
+package_transmission-gtk() {
+  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
+  depends=('curl' 'libevent' 'libnotify' 'desktop-file-utils' 
'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make -C gtk DESTDIR=${pkgdir} install || return 1
+  install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/transmission-gtk/COPYING || return 1
+}
+
+package_transmission-qt() {
+  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
+  depends=('curl' 'qt')
+  optdepends=('transmission-cli: daemon and web support')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make -C qt INSTALL_ROOT=${pkgdir}/usr install || return 1
+
+  install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/transmission-qt/COPYING || return 1
+  install -D -m644 gtk/transmission.png 
${pkgdir}/usr/share/pixmaps/transmission-qt.png || return 1
+  install -D -m644 ${srcdir}/qtr.desktop 
${pkgdir}/usr/share/applications/qtr.desktop || return 1
+}


Property changes on: transmission/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: transmission/trunk/qtr.desktop
===
--- transmission/trunk/qtr.desktop  (rev 0)
+++ transmission/trunk/qtr.desktop  2010-05-23 22:21:57 UTC (rev 80919)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qtransmission Bittorrent Client
+GenericName=BitTorrent Client
+Comment=Download and share files over BitTorrent
+Exec=qtr %F
+Icon=transmission-qt
+Terminal=false
+Type=Application
+MimeType=application/x-bittorrent;
+Categories=Network;FileTransfer;P2P;Qt;

Added: transmission/trunk/transmission-cli.install
===
--- transmission/trunk/transmission-cli.install (rev 0)
+++ transmission/trunk/transmission-cli.install 2010-05-23 22:21:57 UTC (rev 
80919)
@@ -0,0 +1,9 @@
+post_install() {
+  cat  _EOF
+
+  If you want to run the Transmission daemon at boot,
+  add transmissiond to the DAEMONS array in /etc/rc.conf.
+  You have to set the user in /etc/conf.d/transmissiond.
+
+_EOF
+}

Added: transmission/trunk/transmission-gtk.install

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

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:00:57
  Author: andrea
Revision: 80920

db-remove: indilib removed by andrea

Deleted:
  indilib/repos/extra-i686/



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

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:01:04
  Author: andrea
Revision: 80921

db-remove: indilib removed by andrea

Deleted:
  indilib/repos/extra-x86_64/



[arch-commits] Commit in (indilib)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:01:46
  Author: andrea
Revision: 80922

renamed as libindi

Deleted:
  indilib/



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

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:02:53
  Author: andrea
Revision: 80923

INDI upstream release; provides indilib

Added:
  libindi/
  libindi/repos/
  libindi/trunk/
  libindi/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: libindi/trunk/PKGBUILD
===
--- libindi/trunk/PKGBUILD  (rev 0)
+++ libindi/trunk/PKGBUILD  2010-05-24 00:02:53 UTC (rev 80923)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 62098 2010-01-02 09:13:44Z tpowa $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libindi
+pkgver=0.6.1
+_pkgver=61
+pkgrel=1
+pkgdesc=An instrument neutral distributed interface control protocol that 
aims to provide backend driver support and automation for a wide range of 
Astronomical devices (telescopes, focusers, CCDs..etc)
+url=http://www.indilib.org;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'zlib' 'libnova' 'cfitsio')
+makedepends=('pkgconfig' 'cmake')
+provides=('indilib')
+replaces=('indilib')
+conflicts=('indilib')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/indi/${pkgname}0_${_pkgver}.tar.gz;)
+md5sums=('005e6ae3bc6fc1eeb5aa7700a65e2584')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr || return 1
+  make || return 1
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install || return 1
+}



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

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:03:35
  Author: andrea
Revision: 80924

archrelease: copy trunk to extra-i686

Added:
  libindi/repos/extra-i686/



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

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:04:03
  Author: andrea
Revision: 80925

archrelease: copy trunk to extra-x86_64

Added:
  libindi/repos/extra-x86_64/



[arch-commits] Commit in kdelibs (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:50:07
  Author: andrea
Revision: 80926

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdelibs/kde-unstable/
Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:07 UTC (rev 80926)
@@ -1,23 +1,24 @@
 # $Id: PKGBUILD 60156 2009-12-01 10:21:15Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.80
+pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 depends=('shared-mime-info' 'hal' 'xz-utils' 'enchant' 'jasper' 'openexr' 
'giflib'
  'strigi' 'libxtst' 'soprano' 'ca-certificates' 'xdg-utils' 'qca' 
'polkit-qt'
- 'libxss' 'phonon' 'shared-desktop-ontologies' 'attica' 'heimdal' 
'libxcursor'
- 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'libxslt')
+ 'libxss' 'phonon' 'shared-desktop-ontologies' 'attica' 'libxcursor' 
'libdbusmenu-qt'
+'hicolor-icon-theme')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'docbook-xsl')
 replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('9801303f359083415988fb2529a1c342752ad326'
+sha1sums=('8e3da3b72cf32dd73428b9b9f684d2bb9207baa3'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



[arch-commits] Commit in oxygen-icons (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:50:12
  Author: andrea
Revision: 80927

first set of KDE 4.5 tarballs (4.4.80)

Added:
  oxygen-icons/kde-unstable/
Modified:
  oxygen-icons/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:12 UTC (rev 80927)
@@ -1,18 +1,19 @@
 # $Id: $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
 url='http://www.oxygen-icons.org/'
 license=('LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('d27450e470c1d760d38cdc29ba361d55dee4cea1')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('219d8c0bb3a1109af71a4248cfc0e05895bdf63c')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdebase-runtime (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:50:16
  Author: andrea
Revision: 80928

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdebase-runtime/kde-unstable/
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:16 UTC (rev 80928)
@@ -1,8 +1,9 @@
 # $Id: $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 pkgdesc=KDE Base Runtime Environment
 arch=('i686' 'x86_64')
@@ -15,8 +16,8 @@
 optdepends=('htdig: to build the search index'
 'gdb: drkonq crash handler')
 install='kdebase-runtime.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e060fb54b5d275bc06224a0e2eecc158518c9934')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d32ba474d6adc4c1e5a8c0756f2771c87697d8b9')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdepimlibs (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:50:21
  Author: andrea
Revision: 80929

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdepimlibs/kde-unstable/
Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:21 UTC (rev 80929)
@@ -1,8 +1,9 @@
 # $Id: $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
@@ -11,8 +12,8 @@
 depends=('kdelibs' 'akonadi' 'libical' 'gpgme')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
 install='kdepimlibs.install'
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('37aaf11672010ebf575470a16cc1bed6e868e2ed')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0184d7146a9ed4fd741d616e085657ffeaf06116')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdegraphics (3 files)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:50:25
  Author: andrea
Revision: 80930

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdegraphics/kde-unstable/
Modified:
  kdegraphics/kde-unstable/PKGBUILD
Deleted:
  kdegraphics/kde-unstable/fix-libjpeg8-compatibility.patch

--+
 PKGBUILD |   17 ++---
 fix-libjpeg8-compatibility.patch |   13 -
 2 files changed, 6 insertions(+), 24 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:25 UTC (rev 80930)
@@ -1,5 +1,6 @@
 # $Id: PKGBUILD 59824 2009-11-28 01:40:14Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdegraphics
 pkgname=('kdegraphics-gwenview'
@@ -11,8 +12,8 @@
  'kdegraphics-ksnapshot'
  'kdegraphics-libs'
  'kdegraphics-okular')
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.80
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -20,16 +21,10 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdebase-runtime'
  'poppler-qt' 'libspectre' 'sane' 'chmlib' 'libdjvu' 'lcms' 'qca'
  'qimageblitz' 'ebook-tools' 'libxxf86vm')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
-   'fix-libjpeg8-compatibility.patch')
-sha1sums=('1caa6a6183c8cdf7cd3315d86ecfd37c5c829c9d'
-   'e71d0a0b5e25587c8ae026646a004c117ef5891f')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('d968dc9278b073e62247bd11fa4bc925abb31c4d')
 
 build() {
-   # Fixed in 4.5, check before build 4.4.4
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   patch -Np1 -i ${srcdir}/fix-libjpeg8-compatibility.patch || return 1
-
cd ${srcdir}
mkdir build
cd build

Deleted: kde-unstable/fix-libjpeg8-compatibility.patch
===
--- trunk/fix-libjpeg8-compatibility.patch  2010-05-20 13:36:36 UTC (rev 
80615)
+++ kde-unstable/fix-libjpeg8-compatibility.patch   2010-05-24 00:50:25 UTC 
(rev 80930)
@@ -1,13 +0,0 @@
 kdegraphics-4.4.3/gwenview/lib/jpegcontent.cpp~2010-05-05 
00:34:00.190335453 +0200
-+++ kdegraphics-4.4.3/gwenview/lib/jpegcontent.cpp 2010-05-05 
00:35:32.947818779 +0200
-@@ -455,9 +455,8 @@
- 
-   // Init transformation
-   jpeg_transform_info transformoption;
-+  memset(transformoption, 0, sizeof(jpeg_transform_info));
-   transformoption.transform = findJxform(d-mTransformMatrix);
--  transformoption.force_grayscale = false;
--  transformoption.trim = false;
-   jtransform_request_workspace(srcinfo, transformoption);
- 
-   /* Read source file as DCT coefficients */



[arch-commits] Commit in kdebindings (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:50:29
  Author: andrea
Revision: 80931

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdebindings/kde-unstable/
Modified:
  kdebindings/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:29 UTC (rev 80931)
@@ -1,20 +1,18 @@
 # $Id: PKGBUILD 59825 2009-11-28 01:40:17Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdebindings
-pkgname=('kdebindings-csharp'
- 'kdebindings-python'
- 'kdebindings-ruby'
- 'kdebindings-smoke')
-pkgver=4.4.3
+pkgname=('kdebindings-python')
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 
'kdepim-runtime'
- 'ruby' 'mono' 'kdegraphics-okular')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('dbfaf3760b5cbdaf6fed9672af32f938ddca29a2')
+ 'ruby' 'mono' 'kdegraphics-okular' 'qwt')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('8ecb3a86363c85f854f3fb90cb1e91dc42528a76')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono
@@ -29,10 +27,12 @@
cmake ../${pkgbase}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_csharp=OFF \
+   -DBUILD_falcon=OFF \
-DBUILD_java=OFF \
-DBUILD_php=OFF \
-   -DBUILD_falcon=OFF \
-   -DENABLE_KROSSRUBY=OFF \
+   -DBUILD_smoke=OFF \
+   -DBUILD_ruby=OFF \
-DWITH_PolkitQt=OFF
make
 }



[arch-commits] Commit in kdebase-workspace (3 files)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:50:32
  Author: andrea
Revision: 80932

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdebase-workspace/kde-unstable/
Modified:
  kdebase-workspace/kde-unstable/PKGBUILD
Deleted:
  kdebase-workspace/kde-unstable/screensaver-sleep.patch

-+
 PKGBUILD|   25 -
 screensaver-sleep.patch |   12 
 2 files changed, 12 insertions(+), 25 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:50:32 UTC (rev 80932)
@@ -1,9 +1,10 @@
 # $Id: PKGBUILD 59826 2009-11-28 01:40:21Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-workspace
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.80
+pkgrel=1
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -13,10 +14,10 @@
 #  not detected by namcap because libgl depends on it
 #  but nvidia providing libgl does not depend on libxdamage
 depends=('polkit-kde' 'kdepimlibs' 'kdepim-runtime' 'kdebase-runtime' 
'qimageblitz'
- 'libxxf86misc' 'libxcomposite' 'libxss' 'lm_sensors' 'libxklavier' 
'libxft'
- 'libxdamage' 'xorg-utils' 'libxrandr')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 
'kdebindings-python'
- 'kdebindings-ruby')
+ 'libxxf86misc' 'libxcomposite' 'lm_sensors' 'libxklavier' 'libxdamage'
+'xorg-utils' 'libxrandr' 'libraw1394' 'libqalculate')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 
'kdebindings-python')
+# 'kdebindings-ruby')
 replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde')
 conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde')
 install='kdebase-workspace.install'
@@ -24,25 +25,23 @@
 'etc/pam.d/kde'
 'etc/pam.d/kde-np'
 'etc/pam.d/kscreensaver')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-'fixpath.patch' 'terminate-server.patch' 'screensaver-sleep.patch')
-sha1sums=('efd427dfe8b7beebdfe162006689871c61991336'
+'fixpath.patch' 'terminate-server.patch')
+sha1sums=('a31fcf38d6779139f01cab3116940789078d62fd'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   'f7b38af38549242a240f1a90ab9964ca8a366129'
   '603cc79c4d2b4eae62bb5f244aeecb3a778b5516'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
-  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd676932e89f201d1f381615651761af1badb88be')
+  'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p0 -i ${srcdir}/kdm-zsh-profile.patch || return 1
patch -p0 -i ${srcdir}/fixpath.patch || return 1
patch -p0 -i ${srcdir}/terminate-server.patch || return 1
-patch -p1 -i ${srcdir}/screensaver-sleep.patch || return 1 # FS#19426  

 
cd ${srcdir}
mkdir build

Deleted: kde-unstable/screensaver-sleep.patch
===
--- trunk/screensaver-sleep.patch   2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/screensaver-sleep.patch2010-05-24 00:50:32 UTC (rev 
80932)
@@ -1,12 +0,0 @@
 kdebase-workspace-4.4.3/powerdevil/daemon/PowerDevilDaemon.cpp.orig
2010-04-29 21:54:40.0 +0200
-+++ kdebase-workspace-4.4.3/powerdevil/daemon/PowerDevilDaemon.cpp 
2010-05-09 17:06:54.0 +0200
-@@ -571,7 +571,7 @@
- 
- void PowerDevilDaemon::buttonPressed(int but)
- {
--if (!checkIfCurrentSessionActive() || d-screenSaverIface-GetActive()) {
-+if (!checkIfCurrentSessionActive()) {
- return;
- }
- 
-



[arch-commits] Commit in kdebindings/kde-unstable (PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:53:22
  Author: andrea
Revision: 80933

first set of KDE 4.5 tarballs (4.4.80)

Modified:
  kdebindings/kde-unstable/PKGBUILD

--+
 PKGBUILD |3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 00:50:32 UTC (rev 80932)
+++ PKGBUILD2010-05-24 00:53:22 UTC (rev 80933)
@@ -4,6 +4,9 @@
 
 pkgbase=kdebindings
 pkgname=('kdebindings-python')
+# 'kdebindings-csharp'
+# 'kdebindings-ruby'
+# 'kdebindings-smoke')
 pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdebase (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:53:51
  Author: andrea
Revision: 80934

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdebase/kde-unstable/
Modified:
  kdebase/kde-unstable/PKGBUILD

--+
 PKGBUILD |   32 +---
 1 file changed, 5 insertions(+), 27 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:53:51 UTC (rev 80934)
@@ -1,27 +1,26 @@
 # $Id: PKGBUILD 59827 2009-11-28 01:40:24Z andrea $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdebase
 pkgname=('kdebase-dolphin'
- 'kdebase-kappfinder'
  'kdebase-kdepasswd'
  'kdebase-kdialog'
  'kdebase-kfind'
- 'kdebase-kinfocenter'
  'kdebase-konqueror'
  'kdebase-konsole'
  'kdebase-kwrite'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
 makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 
'ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('2a9a47f95a260189047ff10339d4c1fcd6fe0df5')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('5973ad5aeca42090a48f8d0e6a1863fe5eb75149')
 
 build() {
cd $srcdir
@@ -44,18 +43,6 @@
make DESTDIR=$pkgdir install
 }
 
-package_kdebase-kappfinder() {
-   pkgdesc='Menu Updating Tool'
-   depends=('kdebase-runtime' 'kdelibs')
-   install='kdebase.install'
-   cd $srcdir/build/apps/kappfinder
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/apps/doc/kappfinder
-   make DESTDIR=$pkgdir install
-   # FIXME (oxygen-icons-svg)
-   rm ${pkgdir}/usr/share/icons/oxygen/scalable/apps/clock.svgz
-}
-
 package_kdebase-kdepasswd() {
pkgdesc='Change Password'
depends=('kdebase-runtime' 'kdebase-lib')
@@ -82,15 +69,6 @@
make DESTDIR=$pkgdir install
 }
 
-package_kdebase-kinfocenter() {
-   pkgdesc='Info Center'
-   depends=('kdebase-runtime' 'libraw1394' 'kdelibs')
-   cd $srcdir/build/apps/kinfocenter
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/apps/doc/kinfocenter
-   make DESTDIR=$pkgdir install
-}
-
 package_kdebase-konqueror() {
pkgdesc='KDE File Manager  Web Browser'
depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-dolphin')



[arch-commits] Commit in kdeedu (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:53:55
  Author: andrea
Revision: 80935

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdeedu/kde-unstable/
Modified:
  kdeedu/kde-unstable/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:53:55 UTC (rev 80935)
@@ -24,17 +24,17 @@
  'kdeedu-parley'
  'kdeedu-rocs'
  'kdeedu-step')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ocaml' 'facile' 'eigen' 'cfitsio' 
'kdelibs'
- 'kdebase-runtime' 'openbabel' 'libqalculate' 'gsl' 'boost' 
'indilib' 'r'
+ 'kdebase-runtime' 'openbabel' 'libqalculate' 'gsl' 'boost' 
'libindi' 'r'
  'libspectre' 'python')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('12d06cdb65471a35d5ef8a255859dde06ad02f2e')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('4eb993f13455975b82468ef7cc2c46f8b7e8f2de')
 
 build() {
cd $srcdir
@@ -180,7 +180,7 @@
 
 package_kdeedu-kstars() {
pkgdesc='Desktop Planetarium'
-   depends=('kdelibs' 'kdebase-runtime' 'indilib')
+   depends=('kdelibs' 'kdebase-runtime' 'libindi')
install='kdeedu.install'
cd $srcdir/build/kstars
make DESTDIR=$pkgdir install



[arch-commits] Commit in kdeaccessibility (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:53:58
  Author: andrea
Revision: 80936

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdeaccessibility/kde-unstable/
Modified:
  kdeaccessibility/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:53:58 UTC (rev 80936)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeaccessibility
 pkgname=('kdeaccessibility-colorschemes'
@@ -7,15 +8,15 @@
  'kdeaccessibility-kmag'
  'kdeaccessibility-kmousetool'
  'kdeaccessibility-kmouth')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://accessibility.kde.org'
 license=('GPL' 'FDL')
 groups=('kde' 'kdeaccessibility')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'kdelibs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('a3dbe6c24af7345ba47dce667ea38bd13fbd6abf')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('6643ea59f92a28e2a0d03024d138047f1ac3e05b')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeadmin (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:02
  Author: andrea
Revision: 80937

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdeadmin/kde-unstable/
Modified:
  kdeadmin/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:02 UTC (rev 80937)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeadmin
 pkgname=('kdeadmin-kcron'
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser'
  'kdeadmin-system-config-printer-kde')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'kdebase-runtime'
- 'kdebindings-python' 'system-config-printer-common' 
'kdepim-runtime')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
+ 'kdebindings-python' 'system-config-printer-common' 
'kdepim-runtime'
+'pyqt')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
'fix-syslog-path.patch')
-sha1sums=('88bba4cfb6db2d3b38be9e0d1f6137fafaa74399'
+sha1sums=('297574770d4decde400d1fbf4491ee84c2d36c0b'
   'c9e7839ba3dd7be15ce140cfebc57c0f57871fdf')
 
 build() {
@@ -67,7 +69,7 @@
 
 package_kdeadmin-system-config-printer-kde() {
pkgdesc='Configure local and remote Printers'
-   depends=('kdebindings-python' 'system-config-printer-common')
+   depends=('kdebindings-python' 'system-config-printer-common' 'pyqt')
cd $srcdir/build/system-config-printer-kde
make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in kdeartwork (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:12
  Author: andrea
Revision: 80938

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdeartwork/kde-unstable/
Modified:
  kdeartwork/kde-unstable/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 13 insertions(+), 6 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:12 UTC (rev 80938)
@@ -1,8 +1,10 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
+pkgname=('kdeartwork-aurorae'
+ 'kdeartwork-colorschemes'
  'kdeartwork-iconthemes'
  'kdeartwork-weatherwallpapers'
  'kdeartwork-desktopthemes'
@@ -11,15 +13,15 @@
  'kdeartwork-sounds'
  'kdeartwork-styles'
  'kdeartwork-wallpapers')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen' 
'kdebase-workspace')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('82e62269295309efa2e4f9f9d3d9168fe16500c2')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('68bfa2c11f537cbc023f6174330b8bdb35484385')
 
 build() {
cd $srcdir
@@ -32,12 +34,17 @@
make
 }
 
+package_kdeartwork-aurorae() {
+   pkgdesc='An Aurorae theme based on the Oxygen plasma theme'
+   cd $srcdir/build/aurorae
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeartwork-colorschemes() {
pkgdesc='KDE color schemes'
cd $srcdir/build/ColorSchemes
make DESTDIR=$pkgdir install
 }
-
 package_kdeartwork-iconthemes() {
pkgdesc='KDE icon themes'
cd $srcdir/build/IconThemes



[arch-commits] Commit in kdegames (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:16
  Author: andrea
Revision: 80939

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdegames/kde-unstable/
Modified:
  kdegames/kde-unstable/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 18 insertions(+), 6 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:16 UTC (rev 80939)
@@ -1,10 +1,12 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdegames
 pkgname=('kdegames-bomber'
  'kdegames-bovo'
 'kdegames-granatier'
+ 'kdegames-kajongg'
  'kdegames-kapman'
  'kdegames-katomic'
  'kdegames-kbattleship'
@@ -41,15 +43,16 @@
  'kdegames-libkmahjongg'
  'kdegames-lskat'
  'kdegames-palapeli')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdebase-runtime' 'qca' 
'ggz-client-libs')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('f9c79889abd8d0067ecbf0cea63e43cdc9523457')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdebase-runtime' 'qca'
+   'ggz-client-libs' 'twisted')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('7c4132f36ed0c2de794eb020b753dc00ea4254c1')
 
 build() {
cd $srcdir
@@ -91,6 +94,15 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdegames-kajongg() {
+   pkgdesc='The ancient Chinese board game for 4 players'
+   depends=('kdebase-runtime' 'kdegames-libkdegames' 'twisted')
+   install='kdegames.install'
+   cd $srcdir/build/kajongg
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kajongg
+   make DESTDIR=$pkgdir install
+}
 package_kdegames-kapman() {
pkgdesc='Eat pills escaping ghosts'
depends=('kdebase-runtime' 'kdegames-libkdegames')
@@ -347,7 +359,7 @@
 
 package_kdegames-ksirk() {
pkgdesc='World Domination Strategy Game'
-   depends=('kdebase-runtime' 'kdegames-libkdegames' 'qca')
+   depends=('kdebase-runtime' 'kdegames-libkdegames')
install='kdegames.install'
cd $srcdir/build/ksirk
make DESTDIR=$pkgdir install



[arch-commits] Commit in kdemultimedia (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:19
  Author: andrea
Revision: 80940

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdemultimedia/kde-unstable/
Modified:
  kdemultimedia/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:19 UTC (rev 80940)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdemultimedia
 pkgname=('kdemultimedia-dragonplayer'
@@ -8,7 +9,7 @@
  'kdemultimedia-kmix'
  'kdemultimedia-kscd'
  'kdemultimedia-mplayerthumbs')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -16,9 +17,9 @@
 groups=('kde' 'kdemultimedia')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdebase-runtime'
  'tunepimp' 'cdparanoia' 'mplayer')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'mplayerthumbs.config')
-sha1sums=('e22bf2af585305563e414672060c06b78d8c6c7f'
+sha1sums=('1ea8ffecb387d34966e23f6b459e5cf47574345d'
   'ba016fa2563c14ffcba852c62506b66bfc6ee683')
 
 build() {
@@ -44,6 +45,16 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdemultimedia-ffmpegthumbs() {
+   pkgdesc=''
+   depends=('kdelibs' 'kdebase-runtime')
+   install='kdemultimedia.install'
+   cd $srcdir/build/ffmpegthumbs
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/ffmpegthumbs
+   make DESTDIR=$pkgdir install
+}
+
 package_kdemultimedia-juk() {
pkgdesc='Music Player'
depends=('kdelibs' 'kdebase-runtime' 'tunepimp')



[arch-commits] Commit in kdenetwork (3 files)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:23
  Author: andrea
Revision: 80941

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdenetwork/kde-unstable/
Modified:
  kdenetwork/kde-unstable/PKGBUILD
Deleted:
  kdenetwork/kde-unstable/CVE-2010-1000.patch

-+
 CVE-2010-1000.patch |  213 --
 PKGBUILD|   20 +---
 2 files changed, 7 insertions(+), 226 deletions(-)

Deleted: kde-unstable/CVE-2010-1000.patch
===
--- trunk/CVE-2010-1000.patch   2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/CVE-2010-1000.patch2010-05-24 00:54:23 UTC (rev 80941)
@@ -1,213 +0,0 @@
-diff --git a/kget/transfer-plugins/metalink/metalink.cpp 
b/kget/transfer-plugins/metalink/metalink.cpp
-index 605d4e1..c7d5d75 100644
 a/kget/transfer-plugins/metalink/metalink.cpp
-+++ b/kget/transfer-plugins/metalink/metalink.cpp
-@@ -99,6 +99,7 @@ void Metalink::start()
- void Metalink::metalinkInit(const KUrl src, const QByteArray data)
- {
- kDebug(5001);
-+
- bool justDownloaded = !m_localMetalinkLocation.isValid();
- if (!src.isEmpty())
- {
-@@ -121,7 +122,9 @@ void Metalink::metalinkInit(const KUrl src, const 
QByteArray data)
- //error
- if (!m_metalink.isValid())
- {
--kDebug(5001)  Unknown error when trying to load the 
.metalink-file;
-+kError(5001)  Unknown error when trying to load the 
.metalink-file. Metalink is not valid.;
-+setStatus(Job::Aborted);
-+setTransferChange(Tc_Status, true);
- return;
- }
- 
-@@ -202,7 +205,7 @@ void Metalink::metalinkInit(const KUrl src, const 
QByteArray data)
- if (!m_dataSourceFactory.size())
- {
- KMessageBox::error(0, i18n(Download failed, no working URLs were 
found.), i18n(Error));
--setStatus(Job::Aborted, i18n(An error occurred), 
SmallIcon(document-preview));
-+setStatus(Job::Aborted);
- setTransferChange(Tc_Status, true);
- return;
- }
-@@ -227,16 +230,29 @@ void Metalink::metalinkInit(const KUrl src, const 
QByteArray data)
- ui.treeView-hideColumn(FileItem::SignatureVerified);
- dialog-setMainWidget(widget);
- dialog-setCaption(i18n(File Selection));
--dialog-setButtons(KDialog::Ok);
--connect(dialog, SIGNAL(finished()), this, SLOT(filesSelected()));
-+dialog-setButtons(KDialog::Ok | KDialog::Cancel);
-+connect(dialog, SIGNAL(finished(int)), this, 
SLOT(fileDlgFinished(int)));
- 
- dialog-show();
- }
- }
- 
--void Metalink::filesSelected()
-+void Metalink::fileDlgFinished(int result)
- {
-+//BEGIN HACK if the dialog was not accepted untick every file, so that 
the download does not start
-+//generally setStatus should do the job as well, but does not as it 
appears
-+if (result != QDialog::Accepted) {
-+for (int row = 0; row  fileModel()-rowCount(); ++row) {
-+QModelIndex index = fileModel()-index(row, FileItem::File);
-+if (index.isValid()) {
-+fileModel()-setData(index, Qt::Unchecked, 
Qt::CheckStateRole);
-+}
-+}
-+}
-+//END
-+
- QModelIndexList files = fileModel()-fileIndexes(FileItem::File);
-+int numFilesSelected = 0;
- foreach (const QModelIndex index, files)
- {
- const KUrl dest = fileModel()-getUrl(index);
-@@ -244,6 +260,9 @@ void Metalink::filesSelected()
- if (m_dataSourceFactory.contains(dest))
- {
- m_dataSourceFactory[dest]-setDoDownload(doDownload);
-+if (doDownload) {
-+++numFilesSelected;
-+}
- }
- }
- 
-@@ -252,9 +271,15 @@ void Metalink::filesSelected()
- processedSizeChanged();
- speedChanged();
- 
-+//no files selected to download or dialog rejected, stop the download
-+if (!numFilesSelected  || (result != QDialog::Accepted)) {
-+ setStatus(Job::Stopped);//FIXME
-+ setTransferChange(Tc_Status, true);
-+return;
-+}
-+
- //some files may be set to download, so start them as long as the 
transfer is not stopped
--if (status() != Job::Stopped)
--{
-+if (status() != Job::Stopped) {
- startMetalink();
- }
- }
-diff --git a/kget/transfer-plugins/metalink/metalink.h 
b/kget/transfer-plugins/metalink/metalink.h
-index 41988cb..15e8698 100644
 a/kget/transfer-plugins/metalink/metalink.h
-+++ b/kget/transfer-plugins/metalink/metalink.h
-@@ -81,7 +81,7 @@ class Metalink : public Transfer
- 
- private Q_SLOTS:
- void metalinkInit(const KUrl url = KUrl(), const QByteArray data = 
QByteArray());
--void filesSelected();
-+void fileDlgFinished(int result);
- void totalSizeChanged(KIO::filesize_t size);
- void processedSizeChanged();
- void speedChanged();
-diff --git a/kget/ui/metalinkcreator/metalinker.cpp 

[arch-commits] Commit in kdeplasma-addons (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:26
  Author: andrea
Revision: 80942

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdeplasma-addons/kde-unstable/
Modified:
  kdeplasma-addons/kde-unstable/PKGBUILD

--+
 PKGBUILD |   71 +
 1 file changed, 48 insertions(+), 23 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:26 UTC (rev 80942)
@@ -1,14 +1,17 @@
 # $Id: $
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeplasma-addons
 pkgname=('kdeplasma-addons-applets-bball'
  'kdeplasma-addons-applets-binary-clock'
  'kdeplasma-addons-applets-blackboard'
+ 'kdeplasma-addons-applets-bookmarks'
  'kdeplasma-addons-applets-bubblemon'
  'kdeplasma-addons-applets-calculator'
  'kdeplasma-addons-applets-charselect'
  'kdeplasma-addons-applets-comic'
+ 'kdeplasma-addons-applets-community'
  'kdeplasma-addons-applets-dict'
  'kdeplasma-addons-applets-eyes'
  'kdeplasma-addons-applets-fifteenpuzzle'
@@ -32,8 +35,6 @@
  'kdeplasma-addons-applets-news'
  'kdeplasma-addons-applets-notes'
  'kdeplasma-addons-applets-nowplaying'
- 'kdeplasma-addons-applets-opendesktop'
- 'kdeplasma-addons-applets-opendesktop-activities'
  'kdeplasma-addons-applets-paste'
  'kdeplasma-addons-applets-pastebin'
  'kdeplasma-addons-applets-plasmaboard'
@@ -43,6 +44,7 @@
  'kdeplasma-addons-applets-rssnow'
  'kdeplasma-addons-applets-showdashboard'
  'kdeplasma-addons-applets-showdesktop'
+ 'kdeplasma-addons-applets-socialnews'
  'kdeplasma-addons-applets-spellcheck'
  'kdeplasma-addons-applets-systemloadviewer'
  'kdeplasma-addons-applets-timer'
@@ -53,8 +55,10 @@
  'kdeplasma-addons-libs'
  'kdeplasma-addons-runners-audioplayercontrol'
  'kdeplasma-addons-runners-browserhistory'
+ 'kdeplasma-addons-runners-characters'
  'kdeplasma-addons-runners-contacts'
  'kdeplasma-addons-runners-converter'
+ 'kdeplasma-addons-runners-datetime'
  'kdeplasma-addons-runners-katesessions'
  'kdeplasma-addons-runners-konquerorsessions'
  'kdeplasma-addons-runners-konsolesessions'
@@ -66,7 +70,7 @@
  'kdeplasma-addons-wallpapers-pattern'
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -74,8 +78,8 @@
 groups=('kde' 'kdeplasma-addons')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'libqalculate'
  'kdegraphics-libs' 'kdeedu-marble' 'eigen' 'scim' 'qwt')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('8041118514589d09df30de6e771d83b5d1c5e77b')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('52e1701d8eaa03498b27b688525b3b512ea1adfc')
 
 build() {
cd $srcdir
@@ -110,6 +114,13 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeplasma-addons-applets-bookmarks() {
+   pkgdesc='Quick Access to the Bookmarks'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/applets/bookmarks
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeplasma-addons-applets-bubblemon() {
pkgdesc='A pretty bubble that monitors your system.'
depends=('kdebase-workspace')
@@ -138,6 +149,13 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeplasma-addons-applets-community() {
+   pkgdesc='Communicate using the Social Desktop'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/applets/community
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeplasma-addons-applets-dict() {
pkgdesc='Look up the meaning of words and their translation into 
different languages'
depends=('kdebase-workspace')
@@ -309,20 +327,6 @@
make DESTDIR=$pkgdir install
 }
 
-package_kdeplasma-addons-applets-opendesktop() {
-   pkgdesc='Communicate using the Social Desktop'
-   depends=('kdebase-workspace' 'kdeplasma-addons-libs')
-   cd $srcdir/build/applets/opendesktop
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeplasma-addons-applets-opendesktop-activities() {
-   pkgdesc='Stay informed with the Social Desktop'
-   depends=('kdeplasma-addons-applets-opendesktop')
-   cd $srcdir/build/applets/opendesktop-activities
-   make DESTDIR=$pkgdir install
-}
-
 package_kdeplasma-addons-applets-paste() {
pkgdesc='Paste text snippets'
depends=('kdebase-workspace')
@@ -345,7 +349,7 @@
 }
 

[arch-commits] Commit in kdesdk (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:30
  Author: andrea
Revision: 80943

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdesdk/kde-unstable/
Modified:
  kdesdk/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:30 UTC (rev 80943)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdesdk
 pkgname=('kdesdk-cervisia'
@@ -21,7 +22,7 @@
  'kdesdk-scripts'
  'kdesdk-strigi-analyzer'
  'kdesdk-umbrello')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -29,8 +30,8 @@
 groups=('kde' 'kdesdk')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebase-runtime' 
'kdepimlibs' 'subversion'
  'kdepim-runtime' 'kdebindings-python')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('63b66969a31e8eeb22fcbae043476859da90dead')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('93cc29ea74c269822b96172153471947dfd36ce7')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdetoys (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:34
  Author: andrea
Revision: 80944

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdetoys/kde-unstable/
Modified:
  kdetoys/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:34 UTC (rev 80944)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdetoys
 pkgname=('kdetoys-amor'
  'kdetoys-kteatime'
- 'kdetoys-ktux'
- 'kdetoys-kweather')
-pkgver=4.4.3
+ 'kdetoys-ktux')
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdetoys')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('1ea310ccfcaa99d25dc2eceb28c026b49d5ebe65')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('7a3d28c0fbaef54d54a2b0b42f18f33a832b9c58')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdeutils (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:38
  Author: andrea
Revision: 80945

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdeutils/kde-unstable/
Modified:
  kdeutils/kde-unstable/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 19 insertions(+), 8 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:38 UTC (rev 80945)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdeutils
 pkgname=('kdeutils-ark'
  'kdeutils-kcalc'
  'kdeutils-kcharselect'
- 'kdeutils-kdelirc'
  'kdeutils-kdf'
  'kdeutils-kfloppy'
  'kdeutils-kgpg'
+ 'kdeutils-kremotecontrol'
  'kdeutils-ktimer'
  'kdeutils-kwallet'
  'kdeutils-okteta'
  'kdeutils-printer-applet'
  'kdeutils-superkaramba'
  'kdeutils-sweeper')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -23,9 +24,9 @@
 groups=('kde' 'kdeutils')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdepimlibs' 
'kdebase-lib'
  'kdebase-workspace' 'kdebindings-python' 
'system-config-printer-common'
- 'libarchive' 'qimageblitz' 'kdepim-runtime')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('622d1692d1e21a3fb8e846d5041d5d0d7c1353ff')
+ 'libarchive' 'qimageblitz' 'kdepim-runtime' 'pyqt')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('00f597712bab2d8556dae46d6663ba5e54af99ff')
 
 build() {
cd ${srcdir}
@@ -98,7 +99,7 @@
 
 package_kdeutils-kgpg() {
pkgdesc='A GnuPG frontend'
-   depends=('kdebase-runtime' 'kdelibs' 'kdepimlibs' 'kde-agent' 
'kdepim-runtime')
+   depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent' 'kdepim-runtime')
install='kdeutils.install'
cd $srcdir/build/kgpg
make DESTDIR=$pkgdir install
@@ -106,6 +107,16 @@
make DESTDIR=$pkgdir install
 }
 
+package_kdeutils-kremotecontrol() {
+   pkgdesc='Configure your remote controls for use with applications'
+   depends=('kdebase-runtime' 'kdelibs')
+   install='kdeutils.install'
+   cd $srcdir/build/kremotecontrol
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kremotecontrol
+   make DESTDIR=$pkgdir install
+}
+
 package_kdeutils-ktimer() {
pkgdesc='Countdown Launcher'
depends=('kdebase-runtime' 'kdelibs')
@@ -138,7 +149,7 @@
 
 package_kdeutils-printer-applet() {
pkgdesc='System tray icon for managing print jobs'
-   depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python' 
'system-config-printer-common')
+   depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python' 
'system-config-printer-common' 'pyqt')
cd $srcdir/build/printer-applet
make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in kdewebdev (kde-unstable kde-unstable/PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:54:41
  Author: andrea
Revision: 80946

first set of KDE 4.5 tarballs (4.4.80)

Added:
  kdewebdev/kde-unstable/
Modified:
  kdewebdev/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2010-05-20 13:36:36 UTC (rev 80615)
+++ kde-unstable/PKGBUILD   2010-05-24 00:54:41 UTC (rev 80946)
@@ -6,7 +6,7 @@
  'kdewebdev-kimagemapeditor'
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
-pkgver=4.4.3
+pkgver=4.4.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,8 +14,8 @@
 groups=('kde' 'kdewebdev')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby' 'kdepimlibs' 
'kdebase-runtime' 'tidyhtml'
  'kdepim-runtime')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('51d072fcb98a5f8aa6610392f42e359b31d37faa')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
+sha1sums=('73507fb9d9fb2d6dd2bd2c4af4a45b3b0cdb11f2')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:57:44
  Author: andrea
Revision: 80947

kdebase-workspace provides kinfocenter

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 00:54:41 UTC (rev 80946)
+++ PKGBUILD2010-05-24 00:57:44 UTC (rev 80947)
@@ -18,7 +18,7 @@
 'xorg-utils' 'libxrandr' 'libraw1394' 'libqalculate')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 
'kdebindings-python')
 # 'kdebindings-ruby')
-replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde')
+replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde' 
'kdebase-kinfocenter')
 conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde')
 install='kdebase-workspace.install'
 backup=('usr/share/config/kdm/kdmrc'



[arch-commits] Commit in kdebase/kde-unstable (PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 20:58:19
  Author: andrea
Revision: 80948

Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 00:57:44 UTC (rev 80947)
+++ PKGBUILD2010-05-24 00:58:19 UTC (rev 80948)
@@ -18,7 +18,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
-makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 
'ruby')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'ruby')
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
 sha1sums=('5973ad5aeca42090a48f8d0e6a1863fe5eb75149')
 



[arch-commits] Commit in kdeplasma-addons/kde-unstable (PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 21:04:30
  Author: andrea
Revision: 80949

social-news replaces opendesktop plasmoids

Modified:
  kdeplasma-addons/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 00:58:19 UTC (rev 80948)
+++ PKGBUILD2010-05-24 01:04:30 UTC (rev 80949)
@@ -393,7 +393,8 @@
 }
 
 package_kdeplasma-addons-applets-socialnews() {
-   pkgdesc=''
+   pkgdesc='Stay informed with the Social Desktop'
+   replaces=('kdeplasma-addons-applets-opendesktop' 
'kdeplasma-addons-applets-opendesktop-activities')
depends=('kdebase-workspace')
cd $srcdir/build/applets/social-news
make DESTDIR=$pkgdir install
@@ -462,7 +463,7 @@
 }
 
 package_kdeplasma-addons-runners-audioplayercontrol() {
-   pkgdesc='Control audio player'
+   pkgdesc='Allows to control MPRIS audio players (it is able to search 
through Amarok´s collection, too)'
depends=('kdebase-workspace')
cd $srcdir/build/runners/audioplayercontrol
make DESTDIR=$pkgdir install



[arch-commits] Commit in kdeutils/kde-unstable (PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 21:05:31
  Author: andrea
Revision: 80950

no more needed

Modified:
  kdeutils/kde-unstable/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 01:04:30 UTC (rev 80949)
+++ PKGBUILD2010-05-24 01:05:31 UTC (rev 80950)
@@ -67,16 +67,6 @@
make DESTDIR=$pkgdir install
 }
 
-package_kdeutils-kdelirc() {
-   pkgdesc='Configure your remote controls for use with applications'
-   depends=('kdebase-workspace' 'kdelibs')
-   install='kdeutils.install'
-   cd $srcdir/build/kdelirc
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdelirc
-   make DESTDIR=$pkgdir install
-}
-
 package_kdeutils-kdf() {
pkgdesc='View Disk Usage'
depends=('kdebase-runtime' 'kdelibs')



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

2010-05-23 Thread Kevin Piché
Date: Sunday, May 23, 2010 @ 21:11:29
  Author: kevin
Revision: 80951

upgpkg: perl 5.12.1-1
Update to 5.12.1

Modified:
  perl/trunk/ChangeLog
  perl/trunk/PKGBUILD

---+
 ChangeLog |6 ++
 PKGBUILD  |7 +++
 2 files changed, 5 insertions(+), 8 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-05-24 01:05:31 UTC (rev 80950)
+++ ChangeLog   2010-05-24 01:11:29 UTC (rev 80951)
@@ -1,8 +1,8 @@
-2010-05-15  kevin  ke...@archlinux.org
 
+2010-05-23  kevin  ke...@archlinux.org
+
 * perl 5.12.0-2
 
-
 2010-05-12  kevin  ke...@archlinux.org
 
 - FS#19411.  Removed the for loop in perlbin.sh which didn't work on zsh.
@@ -11,14 +11,12 @@
 - FS#19427.  Added /usr/*/perl5/site_perl/5.10.1 to otherlibdirs to support
   user built modules.
 
-
 2010-05-09  kevin  ke...@archlinux.org
 
 * perl 5.12.0-1
 - Modified perlbin.sh to only add existing dirs to PATH.  Fixes FS#17402,
   path points to non-existant directories 
 
-
 2010-05-07  kevin  ke...@archlinux.org
 
 - Added this changelog.

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 01:05:31 UTC (rev 80950)
+++ PKGBUILD2010-05-24 01:11:29 UTC (rev 80951)
@@ -3,8 +3,8 @@
 # Contributor: judd jvinet.zeroflux.org
 # Contributor: francois francois.archlinux.org 
 pkgname=perl
-pkgver=5.12.0
-pkgrel=2
+pkgver=5.12.1
+pkgrel=1
 pkgdesc=A highly capable, feature-rich programming language
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -131,7 +131,6 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  #patch -Np0 -i ../perl-5.10.1-archlinux-inc-order.patch || return 1
 
   if [ ${CARCH} = x86_64 ]; then
 # for x86_64
@@ -199,4 +198,4 @@
   find $pkgdir/usr/lib -name *.pod -delete
   find $pkgdir -name .packlist -delete
 }
-md5sums=('3e15696f4160775a90f6b2fb3ccc98c2' '15f653f99b270ba91438cae91718c69f')
+md5sums=('f7f2d7f5aaac15a75028381b159a560f' '15f653f99b270ba91438cae91718c69f')



[arch-commits] Commit in perl/repos (testing-i686)

2010-05-23 Thread Kevin Piché
Date: Sunday, May 23, 2010 @ 21:15:10
  Author: kevin
Revision: 80952

archrelease: remove testing-i686

Deleted:
  perl/repos/testing-i686/



[arch-commits] Commit in perl/repos (testing-i686)

2010-05-23 Thread Kevin Piché
Date: Sunday, May 23, 2010 @ 21:15:20
  Author: kevin
Revision: 80953

archrelease: copy trunk to testing-i686

Added:
  perl/repos/testing-i686/



[arch-commits] Commit in kdeutils/kde-unstable (PKGBUILD)

2010-05-23 Thread Andrea Scarpino
Date: Sunday, May 23, 2010 @ 21:17:11
  Author: andrea
Revision: 80954

kremotecontrol replaces kdelirc

Modified:
  kdeutils/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 01:15:20 UTC (rev 80953)
+++ PKGBUILD2010-05-24 01:17:11 UTC (rev 80954)
@@ -99,6 +99,7 @@
 
 package_kdeutils-kremotecontrol() {
pkgdesc='Configure your remote controls for use with applications'
+   replaces=('kdeutils-kdelirc')
depends=('kdebase-runtime' 'kdelibs')
install='kdeutils.install'
cd $srcdir/build/kremotecontrol



[arch-commits] Commit in perl/repos (testing-x86_64)

2010-05-23 Thread Kevin Piché
Date: Sunday, May 23, 2010 @ 23:16:38
  Author: kevin
Revision: 80955

archrelease: remove testing-x86_64

Deleted:
  perl/repos/testing-x86_64/



[arch-commits] Commit in perl/repos (testing-x86_64)

2010-05-23 Thread Kevin Piché
Date: Sunday, May 23, 2010 @ 23:16:46
  Author: kevin
Revision: 80956

archrelease: copy trunk to testing-x86_64

Added:
  perl/repos/testing-x86_64/



[arch-commits] Commit in libmpc/repos (core-i686)

2010-05-23 Thread Allan McRae
Date: Sunday, May 23, 2010 @ 23:32:04
  Author: allan
Revision: 80957

db-move: libmpc removed by allan for move to core

Deleted:
  libmpc/repos/core-i686/



[arch-commits] Commit in libmpc/repos (core-i686 testing-i686)

2010-05-23 Thread Allan McRae
Date: Sunday, May 23, 2010 @ 23:32:04
  Author: allan
Revision: 80958

db-move: moved libmpc from [testing] to [core] (i686)

Added:
  libmpc/repos/core-i686/
Deleted:
  libmpc/repos/testing-i686/



[arch-commits] Commit in libmpc/repos (core-x86_64 testing-x86_64)

2010-05-23 Thread Allan McRae
Date: Sunday, May 23, 2010 @ 23:32:12
  Author: allan
Revision: 80960

db-move: moved libmpc from [testing] to [core] (x86_64)

Added:
  libmpc/repos/core-x86_64/
Deleted:
  libmpc/repos/testing-x86_64/



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

2010-05-23 Thread Allan McRae
Date: Monday, May 24, 2010 @ 01:59:19
  Author: allan
Revision: 80961

upgpkg: syslog-ng 3.1.1-1
upstream update

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 03:32:12 UTC (rev 80960)
+++ PKGBUILD2010-05-24 05:59:19 UTC (rev 80961)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=syslog-ng
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 syslog-ng.logrotate
 syslog-ng.rc)
 install=syslog-ng.install
-md5sums=('10f2ad8df738d9551996be4367d1cf4e'
+md5sums=('4fdc64ff0ad964dc811a746228609412'
  'e02be6637d0c3b5484d4597ce049ae39'
  '735636090be4582885974542d2a75855'
  '9bd98250cfa49e13fa3fa731b6040549')