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

2010-04-28 Thread Andrea Scarpino
Date: Wednesday, April 28, 2010 @ 05:56:22
  Author: andrea
Revision: 78827

use install to set permissions

Modified:
  mysql/trunk/PKGBUILD
  mysql/trunk/mysqld

--+
 PKGBUILD |2 +-
 mysqld   |5 +
 2 files changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 05:36:49 UTC (rev 78826)
+++ PKGBUILD2010-04-28 09:56:22 UTC (rev 78827)
@@ -15,7 +15,7 @@
 
source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.1/${pkgbase}-${pkgver}.tar.gz;
 'mysqld' 'my.cnf')
 md5sums=('04f7c1422199c73a88a3d408b9161b63'
- '92dac61b92253e0878f27318da1dc45f'
+ '2832c3ed6c70c198785ade1b2d9c0404'
  '0337741fa9afbe57939993636081a827')
 
 build() {

Modified: mysqld
===
--- mysqld  2010-04-28 05:36:49 UTC (rev 78826)
+++ mysqld  2010-04-28 09:56:22 UTC (rev 78827)
@@ -11,10 +11,7 @@
 case $1 in
   start)
 stat_busy Starting MySQL Server
-if [ ! -d /var/run/mysqld ]; then
-  install -d /var/run/mysqld /dev/null
-  chown mysql:mysql /var/run/mysqld /dev/null
-fi
+[ ! -d /var/run/mysqld ]  install -d -g mysql -o mysql /var/run/mysqld 
/dev/null
 if [ -z $(getPID) ]; then
/usr/bin/mysqld_safe --user=mysql /dev/null 
   if [ $? -gt 0 ]; then



[arch-commits] Commit in gnucash/trunk (3 files)

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:07:20
  Author: jgc
Revision: 78828

upgpkg: gnucash 2.2.9-9
Fix dependencies (FS#19215)

Modified:
  gnucash/trunk/PKGBUILD
Deleted:
  gnucash/trunk/03_disable_graphing_support.patch
  gnucash/trunk/03_goffice_0-8_support.patch

---+
 03_disable_graphing_support.patch |  109 
 03_goffice_0-8_support.patch  |   55 --
 PKGBUILD  |6 -
 3 files changed, 3 insertions(+), 167 deletions(-)

Deleted: 03_disable_graphing_support.patch
===
--- 03_disable_graphing_support.patch   2010-04-28 09:56:22 UTC (rev 78827)
+++ 03_disable_graphing_support.patch   2010-04-28 13:07:20 UTC (rev 78828)
@@ -1,109 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_disable_graphing_support.dpatch by Thomas Themel tho...@themel.com
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Disables graphing support and make Gnucash 2.2.9 build with goffice-0-8
-
-...@dpatch@
-
-diff --git a/src/gnome-utils/Makefile.am b/src/gnome-utils/Makefile.am
-index 3a9f056..ddda66b 100644
 a/src/gnome-utils/Makefile.am
-+++ b/src/gnome-utils/Makefile.am
-@@ -61,7 +61,6 @@ libgncmod_gnome_utils_la_SOURCES = \
-   gnc-general-select.c \
-   gnc-gnome-utils.c \
-   gnc-gui-query.c \
--  gnc-html-graph-gog.c \
-   gnc-html-history.c \
-   gnc-html.c \
-   gnc-icons.c \
-@@ -131,7 +130,6 @@ gncinclude_HEADERS = \
-   gnc-general-select.h \
-   gnc-gnome-utils.h \
-   gnc-gui-query.h \
--  gnc-html-graph-gog.h \
-   gnc-html-history.h \
-   gnc-html.h \
-   gnc-icons.h \
-diff --git a/src/gnome-utils/Makefile.in b/src/gnome-utils/Makefile.in
-index b7e5cd1..802b03b 100644
 a/src/gnome-utils/Makefile.in
-+++ b/src/gnome-utils/Makefile.in
-@@ -97,7 +97,7 @@ am__libgncmod_gnome_utils_la_SOURCES_DIST = QuickFill.c \
-   gnc-druid-provider-multifile-gnome.c gnc-embedded-window.c \
-   gnc-file.c gnc-frequency.c gnc-recurrence.c \
-   gnc-general-select.c gnc-gnome-utils.c gnc-gui-query.c \
--  gnc-html-graph-gog.c gnc-html-history.c gnc-html.c gnc-icons.c \
-+  gnc-html-history.c gnc-html.c gnc-icons.c \
-   gnc-main-window.c gnc-menu-extensions.c \
-   gnc-plugin-file-history.c gnc-plugin-manager.c \
-   gnc-plugin-menu-additions.c gnc-plugin-page.c gnc-plugin.c \
-@@ -128,7 +128,7 @@ am_libgncmod_gnome_utils_la_OBJECTS = QuickFill.lo \
-   gnc-druid-provider-multifile-gnome.lo gnc-embedded-window.lo \
-   gnc-file.lo gnc-frequency.lo gnc-recurrence.lo \
-   gnc-general-select.lo gnc-gnome-utils.lo gnc-gui-query.lo \
--  gnc-html-graph-gog.lo gnc-html-history.lo gnc-html.lo \
-+  gnc-html-history.lo gnc-html.lo \
-   gnc-icons.lo gnc-main-window.lo gnc-menu-extensions.lo \
-   gnc-plugin-file-history.lo gnc-plugin-manager.lo \
-   gnc-plugin-menu-additions.lo gnc-plugin-page.lo gnc-plugin.lo \
-@@ -455,7 +455,7 @@ libgncmod_gnome_utils_la_SOURCES = QuickFill.c 
account-quickfill.c \
-   gnc-druid-provider-multifile-gnome.c gnc-embedded-window.c \
-   gnc-file.c gnc-frequency.c gnc-recurrence.c \
-   gnc-general-select.c gnc-gnome-utils.c gnc-gui-query.c \
--  gnc-html-graph-gog.c gnc-html-history.c gnc-html.c gnc-icons.c \
-+  gnc-html-history.c gnc-html.c gnc-icons.c \
-   gnc-main-window.c gnc-menu-extensions.c \
-   gnc-plugin-file-history.c gnc-plugin-manager.c \
-   gnc-plugin-menu-additions.c gnc-plugin-page.c gnc-plugin.c \
-@@ -505,7 +505,6 @@ gncinclude_HEADERS = \
-   gnc-general-select.h \
-   gnc-gnome-utils.h \
-   gnc-gui-query.h \
--  gnc-html-graph-gog.h \
-   gnc-html-history.h \
-   gnc-html.h \
-   gnc-icons.h \
-@@ -684,7 +683,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ 
@am__qu...@./$(DEPDIR)/gnc-general-select@am__quote@
- @AMDEP_TRUE@@am__include@ 
@am__qu...@./$(DEPDIR)/gnc-gnome-utils@am__quote@
- @AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/gnc-gui-query@am__quote@
-...@amdep_true@@am__include@ 
@am__qu...@./$(DEPDIR)/gnc-html-graph-gog@am__quote@
- @AMDEP_TRUE@@am__include@ 
@am__qu...@./$(DEPDIR)/gnc-html-history@am__quote@
- @AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/gnc-html@am__quote@
- @AMDEP_TRUE@@am__include@ @am__qu...@./$(DEPDIR)/gnc-icons@am__quote@
-diff --git a/src/gnome-utils/gnc-gnome-utils.c 
b/src/gnome-utils/gnc-gnome-utils.c
-index 0672175..b11a501 100644
 a/src/gnome-utils/gnc-gnome-utils.c
-+++ b/src/gnome-utils/gnc-gnome-utils.c
-@@ -32,8 +32,6 @@
- #endif
- #include libxml/xmlIO.h
- 
--#include gnc-html-graph-gog.h
--
- #include druid-gconf-setup.h
- #include gnc-gconf-utils.h
- #include gnc-gnome-utils.h
-diff --git a/src/gnome-utils/gnc-html.c b/src/gnome-utils/gnc-html.c
-index 26e9183..d1f904a 100644
 a/src/gnome-utils/gnc-html.c
-+++ b/src/gnome-utils/gnc-html.c
-@@ -49,7 +49,6 @@
- #include 

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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:07:41
  Author: jgc
Revision: 78829

archrelease: remove extra-i686

Deleted:
  gnucash/repos/extra-i686/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:07:47
  Author: jgc
Revision: 78830

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:08:12
  Author: jgc
Revision: 78831

archrelease: remove extra-x86_64

Deleted:
  gnucash/repos/extra-x86_64/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:08:18
  Author: jgc
Revision: 78832

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:14:52
  Author: jgc
Revision: 78833

upgpkg: audiofile 0.2.7-1
Update to 0.2.7, fix license, use sha256sums from GNOME FTP

Modified:
  audiofile/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 13:08:18 UTC (rev 78832)
+++ PKGBUILD2010-04-28 13:14:52 UTC (rev 78833)
@@ -1,22 +1,20 @@
 # $Id$
 # Maintainer: dorphell dorph...@archlinux.org
 pkgname=audiofile
-pkgver=0.2.6
-pkgrel=4
+pkgver=0.2.7
+pkgrel=1
 pkgdesc=Silicon Graphics Audio File Library
 arch=('i686' 'x86_64')
 url=http://www.68k.org/~michael/audiofile/;
-license=('LGPL' 'GPL')
+license=('LGPL')
 depends=('glibc')
 options=('!libtool')
-source=(http://www.68k.org/~michael/audiofile/audiofile-$pkgver.tar.gz
-   aclocal-fixes.patch)
-md5sums=('9c1049876cd51c0f1b12c2886cce4d42' 'a4c04c757d6b0a049c6fce6b64e9a17b')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('61efd278627415b5468426fc9e52aef32ea0fdac12b56bcdd72734c2ece5945e')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np0 -i ${srcdir}/aclocal-fixes.patch || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:14:59
  Author: jgc
Revision: 78834

archrelease: remove extra-i686

Deleted:
  audiofile/repos/extra-i686/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:15:09
  Author: jgc
Revision: 78835

archrelease: copy trunk to extra-i686

Added:
  audiofile/repos/extra-i686/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:15:12
  Author: jgc
Revision: 78836

archrelease: remove extra-x86_64

Deleted:
  audiofile/repos/extra-x86_64/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:15:24
  Author: jgc
Revision: 78837

archrelease: copy trunk to extra-x86_64

Added:
  audiofile/repos/extra-x86_64/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:16:17
  Author: jgc
Revision: 78838

Remove old patch, no longer used

Deleted:
  audiofile/repos/extra-i686/aclocal-fixes.patch
  audiofile/repos/extra-x86_64/aclocal-fixes.patch
  audiofile/trunk/aclocal-fixes.patch

+
 repos/extra-i686/aclocal-fixes.patch   |   11 ---
 repos/extra-x86_64/aclocal-fixes.patch |   11 ---
 trunk/aclocal-fixes.patch  |   11 ---
 3 files changed, 33 deletions(-)

Deleted: repos/extra-i686/aclocal-fixes.patch
===
--- repos/extra-i686/aclocal-fixes.patch2010-04-28 13:15:24 UTC (rev 
78837)
+++ repos/extra-i686/aclocal-fixes.patch2010-04-28 13:16:17 UTC (rev 
78838)
@@ -1,11 +0,0 @@
 audiofile.m4.orig  2006-03-05 13:06:01.0 +
-+++ audiofile.m4   2006-03-05 13:06:17.0 +
-@@ -9,7 +9,7 @@
- dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, 
ACTION-IF-NOT-FOUND]]])
- dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and 
AUDIOFILE_LIBS.
- dnl
--AC_DEFUN(AM_PATH_AUDIOFILE,
-+AC_DEFUN([AM_PATH_AUDIOFILE],
- [dnl 
- dnl Get compiler flags and libraries from the audiofile-config script.
- dnl

Deleted: repos/extra-x86_64/aclocal-fixes.patch
===
--- repos/extra-x86_64/aclocal-fixes.patch  2010-04-28 13:15:24 UTC (rev 
78837)
+++ repos/extra-x86_64/aclocal-fixes.patch  2010-04-28 13:16:17 UTC (rev 
78838)
@@ -1,11 +0,0 @@
 audiofile.m4.orig  2006-03-05 13:06:01.0 +
-+++ audiofile.m4   2006-03-05 13:06:17.0 +
-@@ -9,7 +9,7 @@
- dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, 
ACTION-IF-NOT-FOUND]]])
- dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and 
AUDIOFILE_LIBS.
- dnl
--AC_DEFUN(AM_PATH_AUDIOFILE,
-+AC_DEFUN([AM_PATH_AUDIOFILE],
- [dnl 
- dnl Get compiler flags and libraries from the audiofile-config script.
- dnl

Deleted: trunk/aclocal-fixes.patch
===
--- trunk/aclocal-fixes.patch   2010-04-28 13:15:24 UTC (rev 78837)
+++ trunk/aclocal-fixes.patch   2010-04-28 13:16:17 UTC (rev 78838)
@@ -1,11 +0,0 @@
 audiofile.m4.orig  2006-03-05 13:06:01.0 +
-+++ audiofile.m4   2006-03-05 13:06:17.0 +
-@@ -9,7 +9,7 @@
- dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, 
ACTION-IF-NOT-FOUND]]])
- dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and 
AUDIOFILE_LIBS.
- dnl
--AC_DEFUN(AM_PATH_AUDIOFILE,
-+AC_DEFUN([AM_PATH_AUDIOFILE],
- [dnl 
- dnl Get compiler flags and libraries from the audiofile-config script.
- dnl



[arch-commits] Commit in openoffice-base-beta/trunk (ChangeLog PKGBUILD)

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 09:23:46
  Author: andyrtr
Revision: 78839

upgpkg: openoffice-base-beta 3.2.1_ooo320_m16-1
new version; beta snapshot OOO320_m16

Modified:
  openoffice-base-beta/trunk/ChangeLog
  openoffice-base-beta/trunk/PKGBUILD

---+
 ChangeLog |2 +-
 PKGBUILD  |   34 ++
 2 files changed, 23 insertions(+), 13 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-04-28 13:16:17 UTC (rev 78838)
+++ ChangeLog   2010-04-28 13:23:46 UTC (rev 78839)
@@ -7,7 +7,7 @@
- disable system saxon
- stick to internal cppunit
- force configure to use internal redland
-   - --enable-layout again - add buildfixes for this
+   # - --enable-layout again - add buildfixes for this - referred for now
 
 2010-04-16 Andreas Radke andyrtr at archlinux.org
 

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 13:16:17 UTC (rev 78838)
+++ PKGBUILD2010-04-28 13:23:46 UTC (rev 78839)
@@ -30,10 +30,15 @@
buildfix_system_db48.diff
redland.patch

http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/cppu-lbnames-enable-gcc-4.5.diff
-   
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/layout-parallel-build.diff
-   
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/build-fix-layout-numfmt.diff
-   
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/buildfix-svx-uiconfig-layout.diff
-   
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/buildfix-sw-uiconfig-layout.diff
+   # fixes for ---enable-layout
+#  
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/layout-parallel-build.diff
+#  
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/build-fix-layout-numfmt.diff
+#  
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/buildfix-svx-uiconfig-layout.diff
+#  
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/buildfix-sw-uiconfig-layout.diff
+#  
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/buildfix-toolkit-workben-layout.diff
+#  
http://cgit.freedesktop.org/ooo-build/ooo-build/tree/patches/dev300/layout-generate-localize-sdf.diff
+#  
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/layout-localize-fix-sc.diff
+   
http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/vcl-system-graphite-with-stlport.diff
openoffice-beta.profile)
 options=('!distcc' '!ccache' '!makeflags')
 
@@ -73,14 +78,20 @@
patch -Np0 -i ${srcdir}/buildfix_system_db48.diff || return 1
# fix for --enable-layout 
# /bin/bash: tralay: command not found
-   patch -Np0 -i ${srcdir}/layout-parallel-build.diff || return 1
-   patch -Np0 -i ${srcdir}/build-fix-layout-numfmt.diff || return 1
-   patch -Np0 -i ${srcdir}/buildfix-svx-uiconfig-layout.diff || return 1
-   patch -Np0 -i ${srcdir}/buildfix-sw-uiconfig-layout.diff || return 1
+#  patch -Np0 -i ${srcdir}/layout-parallel-build.diff || return 1
+#  patch -Np0 -i ${srcdir}/build-fix-layout-numfmt.diff || return 1
+#  patch -Np0 -i ${srcdir}/buildfix-svx-uiconfig-layout.diff || return 1
+#  patch -Np0 -i ${srcdir}/buildfix-sw-uiconfig-layout.diff || return 1
+#  patch -Np0 -i ${srcdir}/buildfix-toolkit-workben-layout.diff || return 1
 
+#  patch -Np0 -i ${srcdir}/layout-generate-localize-sdf.diff || return 1
+#  patch -Np0 -i ${srcdir}/layout-localize-fix-sc.diff || return 1
+   
# gcc4.5 fix
patch -Np0 -i ${srcdir}/cppu-lbnames-enable-gcc-4.5.diff || return 1
-   
+   # allow system graphite with stlport
+   patch -Np0 -i ${srcdir}/vcl-system-graphite-with-stlport.diff || return 
1
+
# allows soffice to find the user's firefox profile so that it can read
# its digital certificates. Nss stores digital certificates in your 
mozilla firefox profile. 
patch -Np0 -i ${srcdir}/soffice-detect-mozilla-certificates.diff || 
return 1
@@ -138,7 +149,6 @@
--enable-gtk\
--enable-graphite\
--enable-kde4\
-   --enable-layout\
--enable-ldap\
--enable-lockdown\
--enable-mediawiki\
@@ -212,8 +222,8 @@
  install=openoffice.install
  depends=(curl=7.20.0 hunspell=1.2.8 python=2.6.5 'libwpd' 'libxaw' 
neon=0.28.6 'gtk2'
   'dbus-glib' icu=4.2.1 'hsqldb-java' 'libxslt' 
'hicolor-icon-theme' 'desktop-file-utils' 
- 'beanshell' 'saxon' 'vigra' 'libgraphite' 'hyphen' 'lpsolve' 
'libmspack' 'libldap' 'lucene')
- # 'libmythes' 'redland' 
+ 'beanshell' 'vigra' 'libgraphite' 'hyphen' 'lpsolve' 'libmspack' 
'libldap' 'lucene')
+ # 'libmythes' 'redland'  'saxon' 
  optdepends=('java-runtime:adds java support'
  

[arch-commits] Commit in openoffice-base-beta/repos (extra-i686)

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 09:49:34
  Author: andyrtr
Revision: 78840

archrelease: remove extra-i686

Deleted:
  openoffice-base-beta/repos/extra-i686/



[arch-commits] Commit in openoffice-base-beta/repos (extra-i686)

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 09:49:57
  Author: andyrtr
Revision: 78841

archrelease: copy trunk to extra-i686

Added:
  openoffice-base-beta/repos/extra-i686/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:56:03
  Author: jgc
Revision: 78842

upgpkg: file-roller 2.30.1.1-1
Update to 2.30.1.1

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 13:49:57 UTC (rev 78841)
+++ PKGBUILD2010-04-28 13:56:03 UTC (rev 78842)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=file-roller
-pkgver=2.30.0
+pkgver=2.30.1.1
 pkgrel=1
 pkgdesc=Archive manipulator for GNOME2
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('desktop-file-utils' 'gconf=2.28.0')
-makedepends=('intltool' 'gnome-doc-utils=0.20.0' 'pkgconfig' 
'nautilus=2.30.0')
+depends=('desktop-file-utils' 'gconf=2.28.1')
+makedepends=('intltool' 'gnome-doc-utils=0.20.1' 'pkgconfig' 
'nautilus=2.30.1')
 optdepends=('nautilus: nautilus shell extension'
'unrar: the RAR uncompression program'
'zip: creates PKZIP-compatible .zip files'
@@ -22,7 +22,7 @@
 install=file-roller.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1fa54fb3a2616506dc2908050adbb16128b70d60dad789b20817cd4b60102fa5')
+sha256sums=('4a8bf476fa89b52fa2e7bec4c824ebc03136bbcb55ab3694dfe6e1c1aef401b4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:56:18
  Author: jgc
Revision: 78844

archrelease: copy trunk to extra-i686

Added:
  file-roller/repos/extra-i686/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:56:26
  Author: jgc
Revision: 78845

archrelease: remove extra-x86_64

Deleted:
  file-roller/repos/extra-x86_64/



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

2010-04-28 Thread Jan de Groot
Date: Wednesday, April 28, 2010 @ 09:56:33
  Author: jgc
Revision: 78846

archrelease: copy trunk to extra-x86_64

Added:
  file-roller/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-beta/repos (extra-x86_64)

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 10:18:01
  Author: andyrtr
Revision: 78847

archrelease: remove extra-x86_64

Deleted:
  openoffice-base-beta/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-beta/repos (extra-x86_64)

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 10:18:23
  Author: andyrtr
Revision: 78848

archrelease: copy trunk to extra-x86_64

Added:
  openoffice-base-beta/repos/extra-x86_64/



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

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 12:21:30
  Author: andyrtr
Revision: 78849

upgpkg: mesa 7.8.1-2
enable experimental nouveau gallium3d dri

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 14:18:23 UTC (rev 78848)
+++ PKGBUILD2010-04-28 16:21:30 UTC (rev 78849)
@@ -2,14 +2,14 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgbase=mesa
-pkgname=('mesa' 'libgl' 'ati-dri' 'intel-dri' 'unichrome-dri' 'mach64-dri' 
'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri')
+pkgname=('mesa' 'libgl' 'ati-dri' 'intel-dri' 'unichrome-dri' 'mach64-dri' 
'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri' 'nouveau-dri')
 pkgver=7.8.1
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 makedepends=('glproto=1.4.11' 'pkgconfig' 'libdrm=2.4.20' 
'libxxf86vm=1.1.0' 'libxdamage=1.1.2' 'expat=2.0.1' 'libx11=1.3.3' 
'libxt=1.0.8' 'gcc-libs=4.4.3' 'dri2proto=2.3' 'python')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-options=(!makeflags)
+#options=(!makeflags)
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaDemos-${pkgver}.tar.bz2
 ftp://ftp.archlinux.org/other/mesa/gl-manpages-1.0.1.tar.bz2
@@ -29,7 +29,9 @@
 --enable-glx-tls \
 --with-driver=dri \
 --enable-xcb \
---disable-glut --disable-gallium || return 1
+--with-state-trackers=dri,xorg,glx \
+--enable-gallium-nouveau \
+--disable-glut || return 1
   make || return 1
 
   cd ${srcdir}/gl-manpages-1.0.1
@@ -161,3 +163,11 @@
   cd ${srcdir}/Mesa-${pkgver}/src/mesa/drivers/dri || return 1
   make -C tdfx DESTDIR=${pkgdir} install || return 1
 }
+
+package_nouveau-dri() {
+  depends=(libgl=${pkgver})
+  pkgdesc=Mesa Gallium3D DRI drivers for Nouveau - highly 
experimental/unsupported
+
+  cd ${srcdir}/Mesa-${pkgver}/src/gallium/winsys/drm/nouveau/dri
+  make DESTDIR=${pkgdir} install || return 1
+}
\ No newline at end of file



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

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 12:24:07
  Author: andyrtr
Revision: 78850

archrelease: remove testing-i686

Deleted:
  mesa/repos/testing-i686/



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

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 12:24:32
  Author: andyrtr
Revision: 78851

archrelease: copy trunk to testing-i686

Added:
  mesa/repos/testing-i686/



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

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 12:27:09
  Author: andyrtr
Revision: 78852

archrelease: remove testing-x86_64

Deleted:
  mesa/repos/testing-x86_64/



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

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 12:27:33
  Author: andyrtr
Revision: 78853

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/



[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 12:30:31
  Author: andyrtr
Revision: 78854

upgpkg: xf86-video-nouveau 0.0.16_git20100428-1
update snapshot; optdepend on experimental nouveau gallium3d dri

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 16:27:33 UTC (rev 78853)
+++ PKGBUILD2010-04-28 16:30:31 UTC (rev 78854)
@@ -3,21 +3,21 @@
 # Contributor: buddabrod buddab...@gmail.com
 
 pkgname=xf86-video-nouveau
-_gitdate=20100314
-pkgver=0.0.15_git${_gitdate} # see configure.ac
+_gitdate=20100428
+pkgver=0.0.16_git${_gitdate} # see configure.ac
 pkgrel=1
 pkgdesc=Open Source 3D acceleration driver for nVidia cards (experimental)
 arch=('i686' 'x86_64')
 url=http://nouveau.freedesktop.org/wiki/;
 license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
 depends=('nouveau-drm=0.0.16_20100313' 'libdrm=2.4.19')
-#optdepends=('nouveau-dri: highly experimental gallium3d features')
-makedepends=('pkgconfig' 'xorg-server=1.7.5' 'mesa=7.7' 'glproto=1.4.11' 
'xorg-util-macros' 'xf86driproto' 'autoconf')
-conflicts=('xorg-server1.7.0')
+optdepends=('nouveau-dri:  highly experimental gallium3d features')
+makedepends=('pkgconfig' 'xorg-server=1.8.0' 'mesa=7.8' 'glproto=1.4.11' 
'xorg-util-macros' 'xf86driproto' 'autoconf' 'nouveau-dri=7.8.1')
+conflicts=('xorg-server1.8.0')
 options=('!libtool') # 'force'
 install=${pkgname}.install
 
source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('7bed078b49db2d9305c9f333a6be759d')
+md5sums=('98d840d751ba42f367700ed236e0c398')
 
 # source PKGBUILD  mksource
 mksource() {



[arch-commits] Commit in xf86-video-nouveau/repos (testing-i686)

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 12:31:09
  Author: andyrtr
Revision: 78855

archrelease: copy trunk to testing-i686

Added:
  xf86-video-nouveau/repos/testing-i686/



[arch-commits] Commit in xf86-video-nouveau/repos (testing-x86_64)

2010-04-28 Thread andyrtr
Date: Wednesday, April 28, 2010 @ 12:31:39
  Author: andyrtr
Revision: 78856

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-nouveau/repos/testing-x86_64/



[arch-commits] Commit in nvidia-utils/trunk (20-nvidia.conf PKGBUILD)

2010-04-28 Thread Thomas Bächler
Date: Wednesday, April 28, 2010 @ 13:42:57
  Author: thomas
Revision: 78857

Add xorg.conf.d file to allow nvidia autodetection (xorg-server 1.8 and newer 
only)

Added:
  nvidia-utils/trunk/20-nvidia.conf
Modified:
  nvidia-utils/trunk/PKGBUILD

+
 20-nvidia.conf |4 
 PKGBUILD   |   15 ++-
 2 files changed, 14 insertions(+), 5 deletions(-)

Added: 20-nvidia.conf
===
--- 20-nvidia.conf  (rev 0)
+++ 20-nvidia.conf  2010-04-28 17:42:57 UTC (rev 78857)
@@ -0,0 +1,4 @@
+Section Device
+Identifier  Default nvidia Device
+Driver  nvidia
+EndSection

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 16:31:39 UTC (rev 78856)
+++ PKGBUILD2010-04-28 17:42:57 UTC (rev 78857)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia-utils
 pkgver=195.36.24
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers utilities and libraries.
 arch=('i686' 'x86_64')
 [ $CARCH = i686   ]  ARCH=x86
@@ -16,9 +16,11 @@
 provides=('libgl')
 license=('custom')
 install=nvidia.install
-source=(http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run;)
-md5sums=('97d3e5f69707092aa643fb901bb94003')
-[ $CARCH = x86_64 ]  md5sums=('9d58114ed8c89cd66fbaccad0c997ee8')
+source=(http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run;
+20-nvidia.conf)
+md5sums=('97d3e5f69707092aa643fb901bb94003'
+ 'adbefbc0e570b3bd2b918ffd74443dde')
+[ $CARCH = x86_64 ]  md5sums[0]='9d58114ed8c89cd66fbaccad0c997ee8'
 
 build() {
cd $srcdir
@@ -69,5 +71,8 @@
install -D -m644 
$srcdir/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0/usr/share/doc/README.txt 
$pkgdir/usr/share/doc/nvidia/README || return 1
 
find $pkgdir/usr -type d -exec chmod 755 {} \;
-   chmod 644 $pkgdir/usr/lib/libXvMCNVIDIA.a
+   chmod 644 $pkgdir/usr/lib/libXvMCNVIDIA.a || return 1
+   
+   # Install xorg.conf.d file for nvidia autodetection in xorg.conf-less 
configurations
+   install -D -m644 $srcdir/20-nvidia.conf 
$pkgdir/etc/xorg.conf.d/20-nvidia.conf || return 1
 }



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

2010-04-28 Thread Thomas Bächler
Date: Wednesday, April 28, 2010 @ 13:44:25
  Author: thomas
Revision: 78858

Do not strip the binaries provided by nvidia, distribute them entirely 
unmodified

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 17:42:57 UTC (rev 78857)
+++ PKGBUILD2010-04-28 17:44:25 UTC (rev 78858)
@@ -16,6 +16,7 @@
 provides=('libgl')
 license=('custom')
 install=nvidia.install
+options=(!strip)
 
source=(http://download.nvidia.com/XFree86/Linux-${ARCH}/${pkgver}/NVIDIA-Linux-${ARCH}-${pkgver}-pkg0.run;
 20-nvidia.conf)
 md5sums=('97d3e5f69707092aa643fb901bb94003'



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

2010-04-28 Thread Thomas Bächler
Date: Wednesday, April 28, 2010 @ 13:47:17
  Author: thomas
Revision: 78859

Fix typo in adding the nvidia xorg.conf.d file, oops

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 17:44:25 UTC (rev 78858)
+++ PKGBUILD2010-04-28 17:47:17 UTC (rev 78859)
@@ -75,5 +75,5 @@
chmod 644 $pkgdir/usr/lib/libXvMCNVIDIA.a || return 1

# Install xorg.conf.d file for nvidia autodetection in xorg.conf-less 
configurations
-   install -D -m644 $srcdir/20-nvidia.conf 
$pkgdir/etc/xorg.conf.d/20-nvidia.conf || return 1
+   install -D -m644 $srcdir/20-nvidia.conf 
$pkgdir/etc/X11/xorg.conf.d/20-nvidia.conf || return 1
 }



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

2010-04-28 Thread Thomas Bächler
Date: Wednesday, April 28, 2010 @ 16:50:54
  Author: thomas
Revision: 78860

archrelease: remove testing-i686

Deleted:
  nvidia-utils/repos/testing-i686/



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

2010-04-28 Thread Thomas Bächler
Date: Wednesday, April 28, 2010 @ 16:51:01
  Author: thomas
Revision: 78861

archrelease: copy trunk to testing-i686

Added:
  nvidia-utils/repos/testing-i686/



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

2010-04-28 Thread Thomas Bächler
Date: Wednesday, April 28, 2010 @ 16:52:33
  Author: thomas
Revision: 78862

archrelease: remove testing-x86_64

Deleted:
  nvidia-utils/repos/testing-x86_64/



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

2010-04-28 Thread Thomas Bächler
Date: Wednesday, April 28, 2010 @ 16:52:39
  Author: thomas
Revision: 78863

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-utils/repos/testing-x86_64/



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

2010-04-28 Thread Andrea Scarpino
Date: Wednesday, April 28, 2010 @ 17:40:12
  Author: andrea
Revision: 78864

prepare next release

Modified:
  kdevplatform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 20:52:39 UTC (rev 78863)
+++ PKGBUILD2010-04-28 21:40:12 UTC (rev 78864)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevplatform
-pkgver=0.10.2
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=A C/C++ development platform for KDE
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 optdepends=(kdesdk-kompare: difference checking)
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/kdevelop/3.10.2/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b6ded06b68b035ff1110f7e33a25448a')
+source=(http://download.kde.org/stable/kdevelop/4.0.0/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0aa7a6d207d5675ed31ceeacfdda7a69')
 
 build() {
   cd ${srcdir}



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

2010-04-28 Thread Andrea Scarpino
Date: Wednesday, April 28, 2010 @ 17:40:21
  Author: andrea
Revision: 78865

prepare next release

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 21:40:12 UTC (rev 78864)
+++ PKGBUILD2010-04-28 21:40:21 UTC (rev 78865)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=3.10.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform=0.10.2')
+depends=('kdebase-workspace' 'kdevplatform')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('328b9d352624c10e6cde7168d8af5329')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9f63a0f68bc30d34c79f935386fb512d')
 
 build() {
   cd ${srcdir}



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

2010-04-28 Thread Daniel Griffiths
Date: Thursday, April 29, 2010 @ 00:59:51
  Author: dgriffiths
Revision: 78866

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-28 21:40:21 UTC (rev 78865)
+++ PKGBUILD2010-04-29 04:59:51 UTC (rev 78866)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc=Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates')
 source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-md5sums=('5dd66f1045b6ace7c1673cd0912d2d41')
+md5sums=('70ba78851ea62d2f694fb65160d884ad')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2010-04-28 Thread Daniel Griffiths
Date: Thursday, April 29, 2010 @ 01:00:06
  Author: dgriffiths
Revision: 78868

archrelease: copy trunk to extra-i686

Added:
  aria2/repos/extra-i686/



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

2010-04-28 Thread Daniel Griffiths
Date: Thursday, April 29, 2010 @ 01:00:11
  Author: dgriffiths
Revision: 78869

archrelease: remove extra-x86_64

Deleted:
  aria2/repos/extra-x86_64/



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

2010-04-28 Thread Daniel Griffiths
Date: Thursday, April 29, 2010 @ 01:00:21
  Author: dgriffiths
Revision: 78870

archrelease: copy trunk to extra-x86_64

Added:
  aria2/repos/extra-x86_64/