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

2011-07-04 Thread Gaetan Bisson
Date: Tuesday, July 5, 2011 @ 02:30:48
  Author: bisson
Revision: 130324

archrelease: copy trunk to extra-x86_64

Added:
  gcin/repos/extra-x86_64/



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

2011-07-04 Thread Gaetan Bisson
Date: Tuesday, July 5, 2011 @ 02:30:41
  Author: bisson
Revision: 130323

archrelease: remove extra-x86_64

Deleted:
  gcin/repos/extra-x86_64/



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

2011-07-04 Thread Gaetan Bisson
Date: Tuesday, July 5, 2011 @ 02:30:40
  Author: bisson
Revision: 130322

archrelease: copy trunk to extra-i686

Added:
  gcin/repos/extra-i686/



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

2011-07-04 Thread Gaetan Bisson
Date: Tuesday, July 5, 2011 @ 02:30:35
  Author: bisson
Revision: 130321

archrelease: remove extra-i686

Deleted:
  gcin/repos/extra-i686/



[arch-commits] Commit in gcin/trunk (4 files)

2011-07-04 Thread Gaetan Bisson
Date: Tuesday, July 5, 2011 @ 02:30:24
  Author: bisson
Revision: 130320

upstream update

Added:
  gcin/trunk/qt4-lib64.patch
Modified:
  gcin/trunk/PKGBUILD
Deleted:
  gcin/trunk/fix_qt4_paths.patch
  gcin/trunk/fix_x86_64_libdir.patch

-+
 PKGBUILD|   17 ++---
 fix_qt4_paths.patch |   31 ---
 fix_x86_64_libdir.patch |   12 
 qt4-lib64.patch |   40 
 4 files changed, 46 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 23:46:17 UTC (rev 130319)
+++ PKGBUILD2011-07-05 06:30:24 UTC (rev 130320)
@@ -4,32 +4,27 @@
 # Contributor: damir 
 
 pkgname=gcin
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 arch=('i686' 'x86_64')
 license=('LGPL')
-url='http://cle.linux.org.tw/trac/'
+url='http://hyperrate.com/dir.php?eid=67'
 depends=('gtk2' 'libxtst')
 makedepends=('qt' 'gtk3' 'anthy')
 optdepends=('qt: support for qt4 input method'
 'gtk3: support for gtk3 input method'
 'anthy: support for anthy input method')
 
source=("http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.bz2";
-'fix_x86_64_libdir.patch'
-'fix_qt4_paths.patch')
-sha1sums=('50522908d3e64319baafb5317c0b4327bbe0fb18'
-  'e5c113e50420bf4750f5547641df6ec4b7e437e0'
-  '16d004424caed541d5baaa6874f708b1c138ab08')
+'qt4-lib64.patch')
+sha1sums=('36ed067b354abb1e0707a4b327e2ad624cb6f88d'
+  '4307b0d7d6dc10f15909c94973c4357caf31de7e')
 
 install=install
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../fix_x86_64_libdir.patch
-   patch -p1 -i ../fix_qt4_paths.patch
-   sed '/^GTK2IM=/c GTK2IM=gtk-2.0/2.10.0/immodules' -i gtk-im/Makefile
-   sed '/^GTK3IM=/c GTK3IM=gtk-3.0/3.0.0/immodules' -i gtk-im/Makefile # 
FS#24051
+   patch -p1 -i ../qt4-lib64.patch
./configure --prefix=/usr --use_i18n=Y
make
 }

Deleted: fix_qt4_paths.patch
===
--- fix_qt4_paths.patch 2011-07-04 23:46:17 UTC (rev 130319)
+++ fix_qt4_paths.patch 2011-07-05 06:30:24 UTC (rev 130320)
@@ -1,31 +0,0 @@
-diff -aur old/configure new/configure
 old/configure  2011-02-10 20:34:48.153348697 +0100
-+++ new/configure  2011-02-10 20:35:09.623348816 +0100
-@@ -174,7 +174,7 @@
- 
- 
- QT4_IM='N'
--QT4_IM_DIR=/usr/$LIB/qt4/plugins/inputmethods
-+QT4_IM_DIR=/usr/$LIB/qt/plugins/inputmethods
- echo "testing if you have qt4 support"
- if [ -d  $QT4_IM_DIR ]; then
-   QT4_IM='Y'
-diff -aur old/qt4-im/Makefile new/qt4-im/Makefile
 old/qt4-im/Makefile2011-02-10 20:34:23.236682152 +0100
-+++ new/qt4-im/Makefile2011-02-10 20:35:09.623348816 +0100
-@@ -1,5 +1,5 @@
- include ../config.mak
--QT=qt4
-+QT=qt
- QTIM=$(QT)/plugins/inputmethods
- IMMODULES=$(libdir)/$(QTIM)
- 
-@@ -15,7 +15,7 @@
-   $(CXX) -E $(CFLAGS) $(INCS) $< > $@
- 
- moc_gcin-qt.cpp:  gcin-qt.h
--  /usr/lib/$(QT)/bin/moc $< -o moc_gcin-qt.cpp
-+  /usr/bin/moc $< -o moc_gcin-qt.cpp
- 
- im-gcin.so: $(OBJS)
-   export LD_RUN_PATH=$(gcinlibdir) ;\

Deleted: fix_x86_64_libdir.patch
===
--- fix_x86_64_libdir.patch 2011-07-04 23:46:17 UTC (rev 130319)
+++ fix_x86_64_libdir.patch 2011-07-05 06:30:24 UTC (rev 130320)
@@ -1,12 +0,0 @@
-diff -aur old/configure new/configure
 old/configure  2011-02-10 20:34:20.943348819 +0100
-+++ new/configure  2011-02-10 20:34:48.153348697 +0100
-@@ -151,7 +151,7 @@
- 
- LIB='lib'
- if [ -d /lib64 ]; then
--LIB='lib64'
-+LIB='lib'
- fi
- 
- QT_IM='N'

Added: qt4-lib64.patch
===
--- qt4-lib64.patch (rev 0)
+++ qt4-lib64.patch 2011-07-05 06:30:24 UTC (rev 130320)
@@ -0,0 +1,40 @@
+diff -aur old/configure new/configure
+--- old/configure  2011-06-08 16:00:37.0 +0200
 new/configure  2011-07-05 08:02:33.223601351 +0200
+@@ -164,7 +164,7 @@
+ 
+ LIB='lib'
+ if [ -d /lib64 ]; then
+-LIB='lib64'
++LIB='lib'
+ fi
+ 
+ QT_IM='N'
+@@ -188,7 +188,7 @@
+ 
+ 
+ QT4_IM='N'
+-QT4_IM_DIR=/usr/$LIB/qt4/plugins/inputmethods
++QT4_IM_DIR=/usr/$LIB/qt/plugins/inputmethods
+ echo "testing if you have qt4 support"
+ pkg-config --libs QtCore QtGui > /dev/null 2> /dev/null
+ if [ $? = 0 ]; then
+diff -aur old/qt4-im/Makefile new/qt4-im/Makefile
+--- old/qt4-im/Makefile2011-06-08 15:03:50.0 +0200
 new/qt4-im/Makefile2011-07-05 08:04:15.717731695 +0200
+@@ -1,5 +1,5 @@
+ include ../config.mak
+-QT=qt4
++QT=qt
+ QTIM=$(QT)/plugins/inputmethods
+ IMMODULES=$(libdir)/$(QTIM)
+ 
+@@ -15,7 +15,7 @@
+   $(CXX) -E $(CFLAGS) $(INCS) $< > $@
+ 
+ moc_gcin-qt.cpp

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

2011-07-04 Thread Jan Steffens
Date: Monday, July 4, 2011 @ 19:46:17
  Author: heftig
Revision: 130319

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/



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

2011-07-04 Thread Jan Steffens
Date: Monday, July 4, 2011 @ 19:46:04
  Author: heftig
Revision: 130318

archrelease: remove extra-any

Deleted:
  orca/repos/extra-any/



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

2011-07-04 Thread Jan Steffens
Date: Monday, July 4, 2011 @ 19:46:01
  Author: heftig
Revision: 130317

upgpkg: orca 3.0.3-1
Update to 3.0.3

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 22:07:17 UTC (rev 130316)
+++ PKGBUILD2011-07-04 23:46:01 UTC (rev 130317)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=orca
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="A scriptable screen reader and magnifier"
 arch=(any)
@@ -18,7 +18,7 @@
 replaces=('gnopernicus')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('de75bff93ffb3f529ec7d66a9e3b4861d8f546637b77787ec7f8a95fd324626a')
+sha256sums=('45a3cefa7a702a641f1cfd4a2f4b925658e390889870c6d6824e21815aab48a7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in monica/repos (staging-x86_64)

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 18:07:17
  Author: eric
Revision: 130316

archrelease: copy trunk to staging-x86_64

Added:
  monica/repos/staging-x86_64/



[arch-commits] Commit in monica/repos (staging-i686)

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 18:07:08
  Author: eric
Revision: 130315

archrelease: copy trunk to staging-i686

Added:
  monica/repos/staging-i686/



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

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 18:06:55
  Author: eric
Revision: 130314

upgpkg: monica 3.7-2
Rebuild against fltk 1.3.0, Fixed license, Add xorg-xgamma depends, Remove 
unneeded python2 makedepends, PKGBUILD cleanup

Modified:
  monica/trunk/PKGBUILD

--+
 PKGBUILD |   39 +--
 1 file changed, 21 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 22:02:01 UTC (rev 130313)
+++ PKGBUILD2011-07-04 22:06:55 UTC (rev 130314)
@@ -4,27 +4,30 @@
 
 pkgname=monica
 pkgver=3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A monitor calibration tool"
-arch=(i686 x86_64)
-license=('custom')
+arch=('i686' 'x86_64')
 url="http://www.pcbypaul.com/software/monica.html";
-depends=('fltk')
-makedepends=('librsvg' 'python')
-source=(http://www.pcbypaul.com/software/dl/${pkgname}-${pkgver}.tar.bz2 \
-${pkgname}.desktop ${pkgname}.svg)
-md5sums=('490aabc35b830e4a3dc32a2f893ba805' 'a337bfda1fca7228420db0ce92256816'\
+license=('BSD')
+depends=('fltk' 'xorg-xgamma')
+makedepends=('librsvg')
+#http://www.pcbypaul.com/software/dl/${pkgname}-${pkgver}.tar.bz2
+source=(ftp://ftp.archlinux.org/other/monica/${pkgname}-${pkgver}.tar.bz2 \
+monica.desktop monica.svg)
+md5sums=('490aabc35b830e4a3dc32a2f893ba805'
+ 'a337bfda1fca7228420db0ce92256816'
  '4569f5df7d7b3eaf20108adf48e8dfe4')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  make || return 1
-  install -Dm755 ${pkgname} ${startdir}/pkg/usr/bin/${pkgname}
-  install -Dm644 ../${pkgname}.desktop \
-${startdir}/pkg/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ../${pkgname}.svg \
-${startdir}/pkg/usr/share/pixmaps/${pkgname}.svg
-  rsvg -w 64 -h 57 -f png ${startdir}/pkg/usr/share/pixmaps/${pkgname}.svg \
-${startdir}/pkg/usr/share/pixmaps/${pkgname}.png
-  install -Dm644 licence ${startdir}/pkg/usr/share/licenses/monica/license.txt
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 monica "${pkgdir}/usr/bin/monica"
+  install -Dm644 "${srcdir}/monica.desktop" 
"${pkgdir}/usr/share/applications/monica.desktop"
+  install -Dm644 "${srcdir}/monica.svg" 
"${pkgdir}/usr/share/pixmaps/monica.svg"
+  rsvg-convert -w 64 -h 57 -f png -o "${pkgdir}/usr/share/pixmaps/monica.png" 
"${srcdir}/monica.svg"
+  install -Dm644 licence "${pkgdir}/usr/share/licenses/monica/license.txt"
+}



[arch-commits] Commit in cinepaint/repos (staging-x86_64)

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 18:02:01
  Author: eric
Revision: 130313

archrelease: copy trunk to staging-x86_64

Added:
  cinepaint/repos/staging-x86_64/



[arch-commits] Commit in cinepaint/repos (staging-i686)

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 18:01:51
  Author: eric
Revision: 130312

archrelease: copy trunk to staging-i686

Added:
  cinepaint/repos/staging-i686/



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

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 18:01:41
  Author: eric
Revision: 130311

upgpkg: cinepaint 0.22.1-8
Rebuild against fltk 1.3.0, Fixed license, Fix url, Add optdepends description, 
PKGBUILD cleanup

Added:
  cinepaint/trunk/LICENSE
Modified:
  cinepaint/trunk/PKGBUILD

--+
 LICENSE  |   25 +
 PKGBUILD |   51 ++-
 2 files changed, 55 insertions(+), 21 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2011-07-04 22:01:41 UTC (rev 130311)
@@ -0,0 +1,25 @@
+Copyright (c) 2005, Kai-Uwe Behrmann
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met: 
+* Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer. 
+* Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following
+disclaimer in the documentation and/or other materials provided
+with the distribution.ntributors may be used to endorse or promote
+products derived from this software without specific prior written
+permission. 
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 21:57:24 UTC (rev 130310)
+++ PKGBUILD2011-07-04 22:01:41 UTC (rev 130311)
@@ -5,35 +5,44 @@
 pkgname=cinepaint
 _srcver=0.22-1
 pkgver=${_srcver/-/.}
-pkgrel=7
-pkgdesc="sophisticated graphics manipulation programm supporting >8bit 
pictures"
-arch=(i686 x86_64)
-license=('LGPL' 'GPL' 'MIT-OSI')
-url=(http://cinepaint.org.sourceforge.net/)
-depends=('gtk2>=2.18.6' 'openexr>=1.6.1' 'lcms>=1.18' 'libxmu>=1.0.4' 
'libxpm>=3.5.7' 'fltk>=1.1.9' 'desktop-file-utils' 'ftgl>=2.1.3rc5' 
'libjpeg>=8')
-makedepends=('python2' 'gutenprint>=5.2.3')
-optdepends=('python2' 'gutenprint')
+pkgrel=8
+pkgdesc="Sophisticated graphics manipulation programm supporting >8bit 
pictures"
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL' 'MIT')
+url="http://www.cinepaint.org";
+depends=('gtk2>=2.18.6' 'openexr>=1.6.1' 'lcms>=1.18' 'libxpm>=3.5.7' 'fltk' 
+ 'desktop-file-utils' 'ftgl>=2.1.3rc5')
+makedepends=('python2' 'gutenprint')
+optdepends=('python2: for python plug-ins' 'gutenprint: for print plug-ins')
 options=('!libtool')
 install=cinepaint.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${_srcver}.tar.gz
+LICENSE
 cinepaint-0.22.1-gcc43.patch
 cinepaint-0.22.1-multiple_parameters_named.patch
 cinepaint-0.22.1-ambiguousawake.patch
cinepaint-0.22-gcc44.patch)
-md5sums=('f360587240db6b6d2f0bfd94c420c492' 'f05e17a16d0018e5301aff0e1fa597b0'\
- '0876510a5ce3d581ebdde7e18199c09f' '4586aa153a0d3cac36120afc1f95a880'\
+md5sums=('f360587240db6b6d2f0bfd94c420c492'
+ '169085743f667c250ea2e4022efecf5f'
+ 'f05e17a16d0018e5301aff0e1fa597b0'
+ '0876510a5ce3d581ebdde7e18199c09f'
+ '4586aa153a0d3cac36120afc1f95a880'
  '368e820c27f525e3569d43388f1c119a')
 
 build() {
   cd "${srcdir}/${pkgname}-${_srcver}"
  # FIXES
-  patch -Np1 -i "${srcdir}/cinepaint-0.22.1-gcc43.patch" || return 1
-  patch -Np1 -i "${srcdir}/cinepaint-0.22-gcc44.patch" || return 1
-  patch -Np1 -i "${srcdir}/cinepaint-0.22.1-multiple_parameters_named.patch" 
|| return 1
-  patch -Np0 -i "${srcdir}/cinepaint-0.22.1-ambiguousawake.patch" || return 1
+  patch -Np1 -i "${srcdir}/cinepaint-0.22.1-gcc43.patch"
+  patch -Np1 -i "${srcdir}/cinepaint-0.22-gcc44.patch"
+  patch -Np1 -i "${srcdir}/cinepaint-0.22.1-multiple_parameters_named.patch"
+  patch -Np0 -i "${srcdir}/cinepaint-0.22.1-ambiguousawake.patch"
   find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
-  find plug-ins/print -type f -exec \
-sed -i "s:gutenprintui/gutenprintui:gutenprintui2/gutenprintui:" {} \;
+  find plug-ins/print -type f -exec  sed -i 
"s:gutenprintui/gutenprintui:gutenprintui2/gutenprintui:" {} \;
+  sed -i 's|Fl/Fl_File_Chooser.H|FL/Fl_File_Ch

[arch-commits] Commit in fltk/repos (staging-x86_64)

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 17:57:24
  Author: eric
Revision: 130310

archrelease: copy trunk to staging-x86_64

Added:
  fltk/repos/staging-x86_64/



[arch-commits] Commit in fltk/repos (staging-i686)

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 17:57:14
  Author: eric
Revision: 130309

archrelease: copy trunk to staging-i686

Added:
  fltk/repos/staging-i686/



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

2011-07-04 Thread Eric Bélanger
Date: Monday, July 4, 2011 @ 17:56:54
  Author: eric
Revision: 130308

upgpkg: fltk 1.3.0-1
Upstream update, Add splitted pkg for docs, Fix license, Add install scriptlet 
to update desktop database and icon cache

Added:
  fltk/trunk/fltk.install
Modified:
  fltk/trunk/PKGBUILD

--+
 PKGBUILD |   50 +++---
 fltk.install |   12 
 2 files changed, 47 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:58:25 UTC (rev 130307)
+++ PKGBUILD2011-07-04 21:56:54 UTC (rev 130308)
@@ -1,26 +1,46 @@
 # $Id$
 
-pkgname=fltk
-pkgver=1.1.10
+pkgbase=fltk
+pkgname=('fltk' 'fltk-docs')
+pkgver=1.3.0
 pkgrel=1
-pkgdesc="Graphical user interface toolkit for X"
 arch=('i686' 'x86_64')
-license=('LGPL')
+license=('custom:LGPL')
 url="http://www.fltk.org/";
-depends=('libjpeg' 'libpng' 'gcc-libs' 'libxft' 'libxext')
-makedepends=('mesa')
-source=("http://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.bz2";)
-md5sums=('a1765594bc427ff892e36089fe1fa672')
+depends=('sh' 'libjpeg' 'libpng' 'libxft' 'libxinerama' 'alsa-lib' 
'hicolor-icon-theme' 'desktop-file-utils' 'xdg-utils')
+makedepends=('mesa' 'doxygen')
+source=(http://ftp.easysw.com/pub/$pkgbase/$pkgver/$pkgbase-$pkgver-source.tar.gz)
+md5sums=('44d5d7ba06afdd36ea17da6b4b703ca3')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
-  export LDFLAGS="${LDFLAGS//,--as-needed}"
+  cd "$srcdir/$pkgbase-$pkgver"
   ./configure --prefix=/usr --enable-threads --enable-xft --enable-shared
-  make || return 1
+  make
+  cd documentation
+  make html
 }
 
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+package_fltk() {
+  pkgdesc="Graphical user interface toolkit for X"
+  options=('!docs')
+  install=fltk.install
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install install-desktop
+  chmod 644 "$pkgdir"/usr/lib/*.a
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
+
+package_fltk-docs() {
+  pkgdesc="Graphical user interface toolkit for X (documentation)"
+  depends=('')
+
+  cd "$srcdir/$pkgbase-$pkgver/documentation"
+  install -d "$pkgdir"/usr/share/doc/fltk/
+  for _file in html/* ; do
+install -m644 $_file "$pkgdir"/usr/share/doc/fltk/
+  done
+  cd ../test
+  make DESTDIR="$pkgdir" install
+  install -D -m644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Added: fltk.install
===
--- fltk.install(rev 0)
+++ fltk.install2011-07-04 21:56:54 UTC (rev 130308)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}



[arch-commits] Commit in kdewebdev/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:58:25
  Author: andrea
Revision: 130307

archrelease: copy trunk to staging-x86_64

Added:
  kdewebdev/repos/staging-x86_64/



[arch-commits] Commit in kdewebdev/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:58:10
  Author: andrea
Revision: 130306

archrelease: copy trunk to staging-i686

Added:
  kdewebdev/repos/staging-i686/



[arch-commits] Commit in kdeutils/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:57:50
  Author: andrea
Revision: 130305

archrelease: copy trunk to staging-x86_64

Added:
  kdeutils/repos/staging-x86_64/



[arch-commits] Commit in kdeutils/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:57:36
  Author: andrea
Revision: 130304

archrelease: copy trunk to staging-i686

Added:
  kdeutils/repos/staging-i686/



[arch-commits] Commit in kdetoys/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:57:14
  Author: andrea
Revision: 130303

archrelease: copy trunk to staging-x86_64

Added:
  kdetoys/repos/staging-x86_64/



[arch-commits] Commit in kdetoys/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:57:01
  Author: andrea
Revision: 130302

archrelease: copy trunk to staging-i686

Added:
  kdetoys/repos/staging-i686/



[arch-commits] Commit in kdesdk/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:56:30
  Author: andrea
Revision: 130301

archrelease: copy trunk to staging-x86_64

Added:
  kdesdk/repos/staging-x86_64/



[arch-commits] Commit in kdesdk/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:56:16
  Author: andrea
Revision: 130300

archrelease: copy trunk to staging-i686

Added:
  kdesdk/repos/staging-i686/



[arch-commits] Commit in kdeplasma-addons/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:55:48
  Author: andrea
Revision: 130299

archrelease: copy trunk to staging-x86_64

Added:
  kdeplasma-addons/repos/staging-x86_64/



[arch-commits] Commit in kdeplasma-addons/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:55:34
  Author: andrea
Revision: 130298

archrelease: copy trunk to staging-i686

Added:
  kdeplasma-addons/repos/staging-i686/



[arch-commits] Commit in kdenetwork/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:54:54
  Author: andrea
Revision: 130297

archrelease: copy trunk to staging-x86_64

Added:
  kdenetwork/repos/staging-x86_64/



[arch-commits] Commit in kdenetwork/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:54:38
  Author: andrea
Revision: 130296

archrelease: copy trunk to staging-i686

Added:
  kdenetwork/repos/staging-i686/



[arch-commits] Commit in kdemultimedia/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:54:18
  Author: andrea
Revision: 130295

archrelease: copy trunk to staging-x86_64

Added:
  kdemultimedia/repos/staging-x86_64/



[arch-commits] Commit in kdemultimedia/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:54:04
  Author: andrea
Revision: 130294

archrelease: copy trunk to staging-i686

Added:
  kdemultimedia/repos/staging-i686/



[arch-commits] Commit in kdegames/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:52:44
  Author: andrea
Revision: 130293

archrelease: copy trunk to staging-x86_64

Added:
  kdegames/repos/staging-x86_64/



[arch-commits] Commit in kdegames/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:51:56
  Author: andrea
Revision: 130292

archrelease: copy trunk to staging-i686

Added:
  kdegames/repos/staging-i686/



[arch-commits] Commit in kdeartwork/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:48:57
  Author: andrea
Revision: 130291

archrelease: copy trunk to staging-x86_64

Added:
  kdeartwork/repos/staging-x86_64/



[arch-commits] Commit in kdeartwork/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:48:44
  Author: andrea
Revision: 130290

archrelease: copy trunk to staging-i686

Added:
  kdeartwork/repos/staging-i686/



[arch-commits] Commit in kdeadmin/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:48:24
  Author: andrea
Revision: 130289

archrelease: copy trunk to staging-x86_64

Added:
  kdeadmin/repos/staging-x86_64/



[arch-commits] Commit in kdeadmin/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:48:10
  Author: andrea
Revision: 130288

archrelease: copy trunk to staging-i686

Added:
  kdeadmin/repos/staging-i686/



[arch-commits] Commit in kdeaccessibility/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:47:48
  Author: andrea
Revision: 130287

archrelease: copy trunk to staging-x86_64

Added:
  kdeaccessibility/repos/staging-x86_64/



[arch-commits] Commit in kdeaccessibility/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:47:34
  Author: andrea
Revision: 130286

archrelease: copy trunk to staging-i686

Added:
  kdeaccessibility/repos/staging-i686/



[arch-commits] Commit in kdeedu/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:46:05
  Author: andrea
Revision: 130285

archrelease: copy trunk to staging-x86_64

Added:
  kdeedu/repos/staging-x86_64/



[arch-commits] Commit in kdeedu/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:45:50
  Author: andrea
Revision: 130284

archrelease: copy trunk to staging-i686

Added:
  kdeedu/repos/staging-i686/



[arch-commits] Commit in kdebase/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:45:24
  Author: andrea
Revision: 130283

archrelease: copy trunk to staging-x86_64

Added:
  kdebase/repos/staging-x86_64/



[arch-commits] Commit in kdebase/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:45:11
  Author: andrea
Revision: 130282

archrelease: copy trunk to staging-i686

Added:
  kdebase/repos/staging-i686/



[arch-commits] Commit in kdebase-workspace/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:43:16
  Author: andrea
Revision: 130281

archrelease: copy trunk to staging-x86_64

Added:
  kdebase-workspace/repos/staging-x86_64/



[arch-commits] Commit in kdebase-workspace/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:43:03
  Author: andrea
Revision: 130280

archrelease: copy trunk to staging-i686

Added:
  kdebase-workspace/repos/staging-i686/



[arch-commits] Commit in kdebindings/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:42:28
  Author: andrea
Revision: 130279

archrelease: copy trunk to staging-x86_64

Added:
  kdebindings/repos/staging-x86_64/



[arch-commits] Commit in kdebindings/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:42:12
  Author: andrea
Revision: 130278

archrelease: copy trunk to staging-i686

Added:
  kdebindings/repos/staging-i686/



[arch-commits] Commit in kdegraphics/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:41:46
  Author: andrea
Revision: 130277

archrelease: copy trunk to staging-x86_64

Added:
  kdegraphics/repos/staging-x86_64/



[arch-commits] Commit in kdegraphics/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:41:32
  Author: andrea
Revision: 130276

archrelease: copy trunk to staging-i686

Added:
  kdegraphics/repos/staging-i686/



[arch-commits] Commit in kdebase-runtime/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:41:02
  Author: andrea
Revision: 130275

archrelease: copy trunk to staging-x86_64

Added:
  kdebase-runtime/repos/staging-x86_64/



[arch-commits] Commit in kdebase-runtime/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:40:47
  Author: andrea
Revision: 130274

archrelease: copy trunk to staging-i686

Added:
  kdebase-runtime/repos/staging-i686/



[arch-commits] Commit in oxygen-icons/repos (staging-any)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:37:44
  Author: andrea
Revision: 130273

archrelease: copy trunk to staging-any

Added:
  oxygen-icons/repos/staging-any/



[arch-commits] Commit in kdepimlibs/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:37:00
  Author: andrea
Revision: 130272

archrelease: copy trunk to staging-x86_64

Added:
  kdepimlibs/repos/staging-x86_64/



[arch-commits] Commit in kdepimlibs/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:36:46
  Author: andrea
Revision: 130271

archrelease: copy trunk to staging-i686

Added:
  kdepimlibs/repos/staging-i686/



[arch-commits] Commit in kdelibs/repos (staging-x86_64)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:35:53
  Author: andrea
Revision: 130270

archrelease: copy trunk to staging-x86_64

Added:
  kdelibs/repos/staging-x86_64/



[arch-commits] Commit in kdelibs/repos (staging-i686)

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:35:39
  Author: andrea
Revision: 130269

archrelease: copy trunk to staging-i686

Added:
  kdelibs/repos/staging-i686/



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:28:19
  Author: andrea
Revision: 130268

KDE 4.6.5

Modified:
  kdewebdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:28:16 UTC (rev 130267)
+++ PKGBUILD2011-07-04 19:28:19 UTC (rev 130268)
@@ -6,7 +6,7 @@
  'kdewebdev-kimagemapeditor'
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,7 +15,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepim-runtime'
'boost')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('ef6b5142afd5b97ad8c1bffe0557e25477371344')
+sha1sums=('b7ec635c438f865337f5ef1e7bbaca23643ed871')
 
 build() {
cd $srcdir



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:28:16
  Author: andrea
Revision: 130267

KDE 4.6.5

Modified:
  kdeutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:28:12 UTC (rev 130266)
+++ PKGBUILD2011-07-04 19:28:16 UTC (rev 130267)
@@ -16,7 +16,7 @@
  'kdeutils-printer-applet'
  'kdeutils-superkaramba'
  'kdeutils-sweeper')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -26,7 +26,7 @@
'kdebindings-python' 'system-config-printer-common' 'libarchive' 
'qimageblitz'
'qjson')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('787653b60ce17e0e5900f9ec30f198b8d7bf1edf')
+sha1sums=('1c2ae023d9a6bcf72d3cebd0d7df2e6a175ffdcb')
 
 build() {
cd ${srcdir}



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:28:12
  Author: andrea
Revision: 130266

KDE 4.6.5

Modified:
  kdetoys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:28:07 UTC (rev 130265)
+++ PKGBUILD2011-07-04 19:28:12 UTC (rev 130266)
@@ -6,7 +6,7 @@
 pkgname=('kdetoys-amor'
  'kdetoys-kteatime'
  'kdetoys-ktux')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -14,7 +14,7 @@
 groups=('kde' 'kdetoys')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('12a0228010a1720649807cb8efe71f572bd24af3')
+sha1sums=('0ce43a76f5b7005d60430692ae87421661281f1f')
 
 build() {
cd $srcdir



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:28:07
  Author: andrea
Revision: 130265

KDE 4.6.5

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:28:03 UTC (rev 130264)
+++ PKGBUILD2011-07-04 19:28:07 UTC (rev 130265)
@@ -23,7 +23,7 @@
  'kdesdk-scripts'
  'kdesdk-strigi-analyzer'
  'kdesdk-umbrello')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -33,7 +33,7 @@
 'antlr2' 'kdebase-konqueror')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
 'fix-python2-path.patch')
-sha1sums=('6ed75cff6808aabaf3d9c3dc8601960717707c6b'
+sha1sums=('8cffa0472fbe1096ebfea9bde49aaff76a145b34'
   'd05ca0231869c484fd3861955d960a60aff7dcfb')
 
 build() {



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:28:03
  Author: andrea
Revision: 130264

KDE 4.6.5

Modified:
  kdeplasma-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:58 UTC (rev 130263)
+++ PKGBUILD2011-07-04 19:28:03 UTC (rev 130264)
@@ -72,7 +72,7 @@
  'kdeplasma-addons-wallpapers-pattern'
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -81,7 +81,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 
'kdegraphics-libs'
 'kdeedu-marble' 'eigen' 'scim' 'qwt' 'boost')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('8d107bf8cc6b6b9d66e9178b5f18bdc1751a957f')
+sha1sums=('3bce5e41160ec318dbea9128c3e9104a4428deb8')
 
 build() {
 cd ${srcdir}



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:58
  Author: andrea
Revision: 130263

KDE 4.6.5

Modified:
  kdenetwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:51 UTC (rev 130262)
+++ PKGBUILD2011-07-04 19:27:58 UTC (rev 130263)
@@ -10,7 +10,7 @@
  'kdenetwork-kppp'
  'kdenetwork-krdc'
  'kdenetwork-krfb')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -21,7 +21,7 @@
'ppp' 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 
'libgadu'
'telepathy-qt4' 'libktorrent' 'mediastreamer')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('63bb58a457aed790e109a9dbeab73abb8c7ea1b2')
+sha1sums=('cc398063da61f9f9ef0db4455dc0c989a4e68a25')
 
 build() {
 cd "${srcdir}"



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:51
  Author: andrea
Revision: 130262

KDE 4.6.5

Modified:
  kdemultimedia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:48 UTC (rev 130261)
+++ PKGBUILD2011-07-04 19:27:51 UTC (rev 130262)
@@ -10,7 +10,7 @@
  'kdemultimedia-kmix'
  'kdemultimedia-kscd'
  'kdemultimedia-mplayerthumbs')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 'ffmpeg' 'mplayer' 'pulseaudio' 'libmusicbrainz3')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
 'mplayerthumbs.config')
-sha1sums=('22178350b72e142b9f5e65a4bb85027f82b14988'
+sha1sums=('081bead5ee758d169f3119c138424929b001d04f'
   'ba016fa2563c14ffcba852c62506b66bfc6ee683')
 
 build() {



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:48
  Author: andrea
Revision: 130261

KDE 4.6.5

Modified:
  kdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:42 UTC (rev 130260)
+++ PKGBUILD2011-07-04 19:27:48 UTC (rev 130261)
@@ -43,7 +43,7 @@
  'kdegames-libkmahjongg'
  'kdegames-lskat'
  'kdegames-palapeli')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -52,7 +52,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ggz-client-libs' 'twisted'
  'kdebindings-python' 'openal')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('a5f6d07d8149fe00dbb61ae667eea741887966f3')
+sha1sums=('28c4908439f493fa30436875a77de01a21e88f4c')
 
 build() {
cd $srcdir



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:42
  Author: andrea
Revision: 130260

KDE 4.6.5

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:38 UTC (rev 130259)
+++ PKGBUILD2011-07-04 19:27:42 UTC (rev 130260)
@@ -13,7 +13,7 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -22,7 +22,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen'
 'kdebase-workspace' 'kdegraphics-libs')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('460b8bff5f6799f0e2553e1b78112e3192ade2b3')
+sha1sums=('9bcf223f7ee2ca0e12f9c8ab8235dcd35f589a8d')
 
 build() {
cd $srcdir



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:38
  Author: andrea
Revision: 130259

KDE 4.6.5

Modified:
  kdeadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:34 UTC (rev 130258)
+++ PKGBUILD2011-07-04 19:27:38 UTC (rev 130259)
@@ -7,7 +7,7 @@
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser'
  'kdeadmin-system-config-printer-kde')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -17,7 +17,7 @@
 'system-config-printer-common' 'python2-pyqt')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
 'syslog-path.patch')
-sha1sums=('5f683dbdeec75b4baa025a987692a63912b7e4af'
+sha1sums=('010912294a12461a8a0bfdce69c5373b37342cb6'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:34
  Author: andrea
Revision: 130258

KDE 4.6.5

Modified:
  kdeaccessibility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:28 UTC (rev 130257)
+++ PKGBUILD2011-07-04 19:27:34 UTC (rev 130258)
@@ -10,7 +10,7 @@
  'kdeaccessibility-kmag'
  'kdeaccessibility-kmousetool'
  'kdeaccessibility-kmouth')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://accessibility.kde.org'
@@ -19,7 +19,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime'
 'speech-dispatcher')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('5a8ede86e6a483379ff62c1d85445c93c8400857')
+sha1sums=('6e40aab7c95671070cad0b5f59507ff887414ce0')
 
 build() {
cd ${srcdir}



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:28
  Author: andrea
Revision: 130257

KDE 4.6.5

Modified:
  kdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:25 UTC (rev 130256)
+++ PKGBUILD2011-07-04 19:27:28 UTC (rev 130257)
@@ -24,8 +24,8 @@
  'kdeedu-parley'
  'kdeedu-rocs'
  'kdeedu-step')
-pkgver=4.6.4
-pkgrel=2
+pkgver=4.6.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -36,7 +36,7 @@
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
 'gpsd-2.96.patch'
 'remove-libkdeedu-libscience.patch')
-sha1sums=('c58c2afbedccfa12d25e47202da995940cc9acb4'
+sha1sums=('64247eb68b2710a66baaf824d798e46b34ca4d4f'
   'fd6b6b81945d951bb6ad0bb735df33c11bb2008e'
   'cd4e18f2b30d42f6e2bcc518ad72fd49839fd8dc')
 



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:25
  Author: andrea
Revision: 130256

KDE 4.6.5

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:20 UTC (rev 130255)
+++ PKGBUILD2011-07-04 19:27:25 UTC (rev 130256)
@@ -13,7 +13,7 @@
  'kdebase-kwrite'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -21,7 +21,7 @@
 groups=('kde' 'kdebase')
 makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('aef0d3f2ed8cc54cbe1ae6025091c9e0a43235c4')
+sha1sums=('1a902d22956daaf380ceefe68f8db75b8b760ae6')
 
 build() {
cd ${srcdir}



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:20
  Author: andrea
Revision: 130255

KDE 4.6.5

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:17 UTC (rev 130254)
+++ PKGBUILD2011-07-04 19:27:20 UTC (rev 130255)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdebase-workspace
-pkgver=4.6.4
-pkgrel=2
+pkgver=4.6.5
+pkgrel=1
 pkgdesc="KDE Base Workspace"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -28,7 +28,7 @@
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
 'fixpath.patch' 'terminate-server.patch')
-sha1sums=('44aef9ad37cf291e9e7528b2c915f8fc129d735e'
+sha1sums=('190a524d57c4e52e69dcc1fc2e5a1c0681239a1c'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   'f7b38af38549242a240f1a90ab9964ca8a366129'



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:17
  Author: andrea
Revision: 130254

KDE 4.6.5

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:12 UTC (rev 130253)
+++ PKGBUILD2011-07-04 19:27:17 UTC (rev 130254)
@@ -7,7 +7,7 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,7 +15,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-pyqt' 'kdepim-runtime' 
'mono'
 'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('ee5d85598e278bda76f7937c0a832723785ffe49')
+sha1sums=('e63a0b0eec92320df2c2c539b916c5ee9425a689')
 
 build() {
export MONO_SHARED_DIR="${srcdir}/build/.mono"
@@ -31,7 +31,8 @@
-DBUILD_falcon=OFF \
-DBUILD_java=OFF \
-DBUILD_php=OFF \
-   -DWITH_PolkitQt=OFF
+   -DWITH_PolkitQt=OFF \
+-DWITH_Soprano=OFF
make
 }
 



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:12
  Author: andrea
Revision: 130253

KDE 4.6.5

Modified:
  kdegraphics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:07 UTC (rev 130252)
+++ PKGBUILD2011-07-04 19:27:12 UTC (rev 130253)
@@ -12,7 +12,7 @@
  'kdegraphics-ksnapshot'
  'kdegraphics-libs'
  'kdegraphics-okular')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -22,7 +22,7 @@
 'libxxf86vm' 'poppler-qt' 'libspectre' 'chmlib' 'djvulibre'
 'ebook-tools' 'kdebase-runtime')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('a208cef52de6345996a7cc68b1c09944da7253aa')
+sha1sums=('6b681323798b764cd114313cbc07371fd1ce331a')
 
 build() {
cd ${srcdir}



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:07
  Author: andrea
Revision: 130252

KDE 4.6.5

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:27:02 UTC (rev 130251)
+++ PKGBUILD2011-07-04 19:27:07 UTC (rev 130252)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdebase-runtime
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 pkgdesc="KDE Base Runtime Environment"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'gdb: drkonq crash handler')
 install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('63f30be47a4b592a0820ed24543e7cba956d')
+sha1sums=('e91d35af2a916259305cc7efc2f3a3fbc8b22def')
 
 build() {
cd "${srcdir}"



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:27:02
  Author: andrea
Revision: 130251

KDE 4.6.5

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:26:55 UTC (rev 130250)
+++ PKGBUILD2011-07-04 19:27:02 UTC (rev 130251)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 pkgdesc="The Oxygen Icon Theme"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('a1b2a3a8ca30dc0d5bdba408e852b1a80c11e235')
+sha1sums=('a71990ebe08dd86ba49ac40011a802c4f28cf4ea')
 
 build() {
cd $srcdir



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:26:55
  Author: andrea
Revision: 130250

KDE 4.6.5

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:26:50 UTC (rev 130249)
+++ PKGBUILD2011-07-04 19:26:55 UTC (rev 130250)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdepimlibs
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 pkgdesc="KDE PIM Libraries"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
 install='kdepimlibs.install'
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('b7e48da0a3fa9c4d435ed2224909a5441450334f')
+sha1sums=('6bf82a0934d5a16223f193e848bf3696a40e4820')
 
 build() {
cd ${srcdir}



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

2011-07-04 Thread Andrea Scarpino
Date: Monday, July 4, 2011 @ 15:26:50
  Author: andrea
Revision: 130249

KDE 4.6.5

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 19:18:45 UTC (rev 130248)
+++ PKGBUILD2011-07-04 19:26:50 UTC (rev 130249)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.6.4
+pkgver=4.6.5
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch'
 'abs-syntax-highlight.patch')
-sha1sums=('088778bdda8b8c7a7b192abbf0d2a0660a20626d'
+sha1sums=('9bb948769a3a5d4d5b6c65e84a8cf570bd7bc120'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



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

2011-07-04 Thread Gaetan Bisson
Date: Monday, July 4, 2011 @ 15:18:45
  Author: bisson
Revision: 130248

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/



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

2011-07-04 Thread Gaetan Bisson
Date: Monday, July 4, 2011 @ 15:18:38
  Author: bisson
Revision: 130247

archrelease: remove extra-x86_64

Deleted:
  feh/repos/extra-x86_64/



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

2011-07-04 Thread Gaetan Bisson
Date: Monday, July 4, 2011 @ 15:18:37
  Author: bisson
Revision: 130246

archrelease: copy trunk to extra-i686

Added:
  feh/repos/extra-i686/



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

2011-07-04 Thread Gaetan Bisson
Date: Monday, July 4, 2011 @ 15:18:31
  Author: bisson
Revision: 130245

archrelease: remove extra-i686

Deleted:
  feh/repos/extra-i686/



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

2011-07-04 Thread Gaetan Bisson
Date: Monday, July 4, 2011 @ 15:18:20
  Author: bisson
Revision: 130244

minor upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 15:08:04 UTC (rev 130243)
+++ PKGBUILD2011-07-04 19:18:20 UTC (rev 130244)
@@ -5,17 +5,17 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc='Fast, lightweight image viewer which uses imlib2'
 arch=('i686' 'x86_64')
-url='http://derf.homelinux.org/projects/feh/'
+url='http://feh.finalrewind.org/'
 license=('MIT')
 depends=('giblib' 'curl' 'libxinerama')
 optdepends=('perl: feh-cam, webcam wrapper for feh')
 makedepends=('libxt')
 source=("${url}${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('4d35b14c41cd8a753e6d8d334bab216c69361688')
+sha1sums=('55af60f35fb21825e5450b6713f5d781f7a34cde')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-07-04 Thread Allan McRae
Date: Monday, July 4, 2011 @ 11:08:04
  Author: allan
Revision: 130243

archrelease: copy trunk to testing-x86_64

Added:
  gawk/repos/testing-x86_64/



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

2011-07-04 Thread Allan McRae
Date: Monday, July 4, 2011 @ 11:07:35
  Author: allan
Revision: 130242

archrelease: copy trunk to testing-i686

Added:
  gawk/repos/testing-i686/



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

2011-07-04 Thread Allan McRae
Date: Monday, July 4, 2011 @ 11:07:06
  Author: allan
Revision: 130241

upgpkg: gawk 4.0.0-1
upstream update

Modified:
  gawk/trunk/PKGBUILD
  gawk/trunk/gawk.install

--+
 PKGBUILD |   33 +++--
 gawk.install |2 +-
 2 files changed, 20 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 15:06:08 UTC (rev 130240)
+++ PKGBUILD2011-07-04 15:07:06 UTC (rev 130241)
@@ -3,34 +3,39 @@
 # Contributor: Tom Newsom 
 
 pkgname=gawk
-pkgver=3.1.8
-pkgrel=2
-pkgdesc="Gnu version of awk"
-arch=(i686 x86_64)
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="GNU version of awk"
+arch=('i686' 'x86_64')
 url="http://www.gnu.org/directory/GNU/gawk.html";
 license=('GPL')
 groups=('base')
+depends=('sh' 'glibc')
 provides=('awk')
 install=gawk.install
 source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-depends=('sh' 'glibc')
-md5sums=('35937a0f83f0efe7a8c2dee635624784')
+md5sums=('51e417b71287629940051e6f652c6492')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --libexecdir=/usr/lib
   make 
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make -j1 check
+}
+
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/libexec ${pkgdir}/usr/lib
-  install -dm755 ${pkgdir}/bin
+
+  install -dm755 ${pkgdir}/bin 
   mv ${pkgdir}/usr/bin/gawk* ${pkgdir}/bin/
-  mv ${pkgdir}/usr/bin/awk ${pkgdir}/bin/
-  cd ${pkgdir}/usr/bin/
-  ln -sf /bin/gawk gawk
+  ln -sf gawk ${pkgdir}/bin/awk
+  ln -sf /bin/gawk ${pkgdir}/usr/bin/
 }

Modified: gawk.install
===
--- gawk.install2011-07-04 15:06:08 UTC (rev 130240)
+++ gawk.install2011-07-04 15:07:06 UTC (rev 130241)
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
 filelist=(gawk.info.gz gawkinet.info.gz)
 
 post_install() {



[arch-commits] Commit in gnome-phone-manager/repos (extra-x86_64)

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 11:06:08
  Author: jgc
Revision: 130240

archrelease: copy trunk to extra-x86_64

Added:
  gnome-phone-manager/repos/extra-x86_64/



[arch-commits] Commit in gnome-phone-manager/repos (extra-x86_64)

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 11:05:55
  Author: jgc
Revision: 130239

archrelease: remove extra-x86_64

Deleted:
  gnome-phone-manager/repos/extra-x86_64/



[arch-commits] Commit in gnome-phone-manager/repos (extra-i686)

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 11:05:52
  Author: jgc
Revision: 130238

archrelease: copy trunk to extra-i686

Added:
  gnome-phone-manager/repos/extra-i686/



[arch-commits] Commit in gnome-phone-manager/repos (extra-i686)

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 11:05:39
  Author: jgc
Revision: 130237

archrelease: remove extra-i686

Deleted:
  gnome-phone-manager/repos/extra-i686/



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

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 11:05:37
  Author: jgc
Revision: 130236

upgpkg: gnome-phone-manager 0.66-1
Add gnome-common to makedepends
!libtool
Disable static libs/plugins
Do not install GConf schemas on make install

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 14:49:54 UTC (rev 130235)
+++ PKGBUILD2011-07-04 15:05:37 UTC (rev 130236)
@@ -9,8 +9,8 @@
 url="http://live.gnome.org/PhoneManager";
 license=('GPL')
 depends=('evolution-data-server' 'gnokii' 'gnome-bluetooth' 'gnome-icon-theme' 
'libcanberra')
-makedepends=('intltool')
-options=('!emptydirs')
+makedepends=('intltool' 'gnome-common')
+options=('!emptydirs' '!libtool')
 install=gnome-phone-manager.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/${pkgver}/${pkgname}-${pkgver}.tar.bz2
 git-update.patch
@@ -26,9 +26,9 @@
   libtoolize --force
   autoreconf
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
+  --localstatedir=/var --disable-static
   make
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
   gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnome-phone-manager ${pkgdir}/etc/gconf/schemas/*.schemas



[arch-commits] Commit in gnome-phone-manager/trunk (3 files)

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 10:49:54
  Author: jgc
Revision: 130235

Update to 0.66
Pull latest fixes from git
Port to gtk3 (https://bugzilla.gnome.org/show_bug.cgi?id=652192)

Added:
  gnome-phone-manager/trunk/git-update.patch
  gnome-phone-manager/trunk/gtk3.patch
Modified:
  gnome-phone-manager/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 git-update.patch | 3052 +
 gtk3.patch   |   66 +
 3 files changed, 3132 insertions(+), 6 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 130234:130235 to see the changes.


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

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 10:20:49
  Author: jgc
Revision: 130234

archrelease: copy trunk to extra-x86_64

Added:
  xawtv/repos/extra-x86_64/



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

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 10:20:36
  Author: jgc
Revision: 130233

archrelease: remove extra-x86_64

Deleted:
  xawtv/repos/extra-x86_64/



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

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 10:20:32
  Author: jgc
Revision: 130232

archrelease: copy trunk to extra-i686

Added:
  xawtv/repos/extra-i686/



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

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 10:20:21
  Author: jgc
Revision: 130231

archrelease: remove extra-i686

Deleted:
  xawtv/repos/extra-i686/



[arch-commits] Commit in perl-text-patch/repos (extra-any staging-any)

2011-07-04 Thread Ionut Biru
Date: Monday, July 4, 2011 @ 10:17:25
  Author: ibiru
Revision: 130230

db-move: moved perl-text-patch from [staging] to [extra] (any)

Added:
  perl-text-patch/repos/extra-any/
Deleted:
  perl-text-patch/repos/staging-any/



[arch-commits] Commit in perl-text-patch/repos (extra-any)

2011-07-04 Thread Ionut Biru
Date: Monday, July 4, 2011 @ 10:17:24
  Author: ibiru
Revision: 130229

db-move: perl-text-patch removed by ibiru for move to [extra] (any)

Deleted:
  perl-text-patch/repos/extra-any/



[arch-commits] Commit in xawtv/trunk (6 files)

2011-07-04 Thread Jan de Groot
Date: Monday, July 4, 2011 @ 10:14:56
  Author: jgc
Revision: 130228

Update to 3.101, removing all patches that are applied by the new upstream. 
Disable lesstif as it compiles but broken, disabling libquicktime since it is 
in community

Modified:
  xawtv/trunk/PKGBUILD
Deleted:
  xawtv/trunk/xawtv-3.95-fixes.patch
  xawtv/trunk/xawtv-3.95-libv4l2.patch
  xawtv/trunk/xawtv-3.95-no-dga.patch
  xawtv/trunk/xawtv-3.95-pagemask-fix.patch
  xawtv/trunk/xawtv-395.diff

---+
 PKGBUILD  |   43 ++---
 xawtv-3.95-fixes.patch|   72 
 xawtv-3.95-libv4l2.patch  |  176 
 xawtv-3.95-no-dga.patch   |  120 ---
 xawtv-3.95-pagemask-fix.patch |   44 --
 xawtv-395.diff|   60 -
 6 files changed, 13 insertions(+), 502 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 13:05:23 UTC (rev 130227)
+++ PKGBUILD2011-07-04 14:14:56 UTC (rev 130228)
@@ -1,42 +1,25 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan de Groot 
 # Contributor: Sarah Hay 
 # Contributor: Jason Chu 
 
 pkgname=xawtv
-pkgver=3.95
-pkgrel=7
+pkgver=3.101
+pkgrel=1
 pkgdesc="A simple Xaw-based TV program which uses the bttv driver or 
video4linux"
 arch=('i686' 'x86_64')
-url="http://linux.bytesex.org/xawtv/";
+url="http://git.linuxtv.org/xawtv3.git";
 license=('GPL')
-depends=('libjpeg' 'alsa-lib' 'lesstif' 'libdv' 'zvbi' 'aalib' 'libv4l'
- 'libxxf86dga' 'libfs' 'libxrandr' 'libxinerama' 'libxv' 'libxaw'
-'libxxf86vm' 'libgl' 'gpm' 'lirc-utils' 'libxft')
+depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 
'zvbi' 'libxinerama' 'lirc-utils' 'libxft' 'libxaw' 'xorg-fonts-misc')
 makedepends=('mesa')
-options=('!makeflags')
-source=(http://dl.bytesex.org/releases/$pkgname/$pkgname-$pkgver.tar.gz
-xawtv-395.diff
-xawtv-3.95-pagemask-fix.patch
-xawtv-3.95-fixes.patch
-xawtv-3.95-libv4l2.patch
-xawtv-3.95-no-dga.patch)
-md5sums=('ad25e03f7e128b318e392cb09f52207d'
- '87a87b6c62b39348053704f052141843'
- '97493dfaac8c80084d8b66891becd76c'
- 'dc83378a5c76c029f4e49434214fc824'
- '56932100c5060bf9dfc45b8af927e697'
- 'c456147f15c8f836c678c6499f068085')
+source=(http://linuxtv.org/downloads/xawtv/xawtv-${pkgver}.tar.bz2)
+md5sums=('330ce1789595e370be34ad4cae3dc3fa')
   
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/xawtv-395.diff || return 1
-  patch -Np1 -i $srcdir/xawtv-3.95-pagemask-fix.patch || return 1
-  # Add patches from https://bugzilla.redhat.com/show_bug.cgi?id=457796
-  patch -Np1 -i $srcdir/xawtv-3.95-fixes.patch || return 1
-  patch -Np1 -i $srcdir/xawtv-3.95-libv4l2.patch || return 1
-  patch -Np1 -i $srcdir/xawtv-3.95-no-dga.patch || return 1
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make || return 1
-  make DESTDIR=$pkgdir resdir=$pkgdir/usr/lib/X11 install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoconf
+  autoheader
+  ./configure --prefix=/usr --disable-motif --disable-quicktime
+  make
+  make DESTDIR="${pkgdir}" install
 }

Deleted: xawtv-3.95-fixes.patch
===
--- xawtv-3.95-fixes.patch  2011-07-04 13:05:23 UTC (rev 130227)
+++ xawtv-3.95-fixes.patch  2011-07-04 14:14:56 UTC (rev 130228)
@@ -1,72 +0,0 @@
-diff -up xawtv-3.95.new/libng/plugins/drv0-v4l2.c.fixes 
xawtv-3.95.new/libng/plugins/drv0-v4l2.c
 xawtv-3.95.new/libng/plugins/drv0-v4l2.c.fixes 2005-02-11 
18:56:24.0 +0100
-+++ xawtv-3.95.new/libng/plugins/drv0-v4l2.c   2008-08-03 20:46:32.0 
+0200
-@@ -91,6 +91,7 @@ struct v4l2_handle {
- struct ng_video_fmtfmt_me;
- struct v4l2_requestbuffers reqbufs;
- struct v4l2_buffer buf_v4l2[WANTED_BUFFERS];
-+intbuf_v4l2_size[WANTED_BUFFERS];
- struct ng_video_bufbuf_me[WANTED_BUFFERS];
- unsigned int   queue,waiton;
- 
-@@ -166,7 +167,7 @@ xioctl(int fd, int cmd, void *arg, int m
- int rc;
- 
- rc = ioctl(fd,cmd,arg);
--if (0 == rc && ng_debug < 2)
-+if (rc >= 0 && ng_debug < 2)
-   return rc;
- if (mayfail && errno == mayfail && ng_debug < 2)
-   return rc;
-@@ -768,6 +769,7 @@ v4l2_waiton(struct v4l2_handle *h)
- /* get it */
- memset(&buf,0,sizeof(buf));
- buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
-+buf.memory = V4L2_MEMORY_MMAP;
- if (-1 == xioctl(h->fd,VIDIOC_DQBUF,&buf, 0))
-   return -1;
- h->waiton++;
-@@ -812,6 +814,7 @@ v4l2_start_streaming(struct v4l2_handle 
-   h->buf_v4l2[i].memory = V4L2_MEMORY_MMAP;
-   if (-1 == xioctl(h->fd, VIDIOC_QUERYBUF, &h->buf_v4l2[i], 0))
-   return -1;
-+  h->buf_v4l2_size[i] = h->buf_v4l2[i].length;
- 

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

2011-07-04 Thread Stéphane Gaudreault
Date: Monday, July 4, 2011 @ 09:05:23
  Author: stephane
Revision: 130227

3.2.1rc2, preparing python 3.2.1

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-04 13:03:50 UTC (rev 130226)
+++ PKGBUILD2011-07-04 13:05:23 UTC (rev 130227)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=python
-pkgver=3.2.1rc1
+pkgver=3.2.1rc2
 pkgrel=1
 _pybasever=3.2
 pkgdesc="Next generation of the python high-level scripting language"
@@ -18,7 +18,7 @@
 replaces=('python3')
 options=('!makeflags')
 source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('e1241ea5269535089878d12d03147b47ef4612d3')
+sha1sums=('bbd451136ee9db12b24fd507682cdf769d7931c1')
 
 build() {
   cd "${srcdir}/Python-${pkgver}"



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

2011-07-04 Thread Pierre Schmitz
Date: Monday, July 4, 2011 @ 09:03:50
  Author: pierre
Revision: 130226

archrelease: copy trunk to extra-x86_64

Added:
  lighttpd/repos/extra-x86_64/



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

2011-07-04 Thread Pierre Schmitz
Date: Monday, July 4, 2011 @ 09:03:36
  Author: pierre
Revision: 130225

archrelease: remove extra-x86_64

Deleted:
  lighttpd/repos/extra-x86_64/



  1   2   >