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

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 09:41:22
  Author: bpiotrowski
Revision: 181137

upgpkg: ffmpeg 1:1.2-2

- enable vdpau and dxva2 support

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 06:46:40 UTC (rev 181136)
+++ PKGBUILD2013-04-01 07:41:22 UTC (rev 181137)
@@ -5,7 +5,7 @@
 
 pkgname=ffmpeg
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
 arch=('i686' 'x86_64')
@@ -29,6 +29,7 @@
 --disable-debug \
 --disable-static \
 --enable-avresample \
+--enable-dxva2 \
 --enable-fontconfig \
 --enable-gpl \
 --enable-libass \
@@ -54,6 +55,7 @@
 --enable-postproc \
 --enable-runtime-cpudetect \
 --enable-shared \
+--enable-vdpau \
 --enable-version3 \
 --enable-x11grab
  



[arch-commits] Commit in ffmpeg/repos (4 files)

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 09:43:20
  Author: bpiotrowski
Revision: 181138

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 181137, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 181137, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  ffmpeg/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  148 
 extra-i686/PKGBUILD   |   72 ---
 extra-x86_64/PKGBUILD |   72 ---
 3 files changed, 148 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-01 07:41:22 UTC (rev 181137)
+++ extra-i686/PKGBUILD 2013-04-01 07:43:20 UTC (rev 181138)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=1.2
-pkgrel=1
-epoch=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib'
-  )
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a39fbc07dae0c893059e07491bcfb1e2409cc220f72b41eed23a04becea5aaf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avresample \
---enable-fontconfig \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libxvid \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-version3 \
---enable-x11grab
- 
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 181137, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-01 07:43:20 UTC (rev 181138)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=1.2
+pkgrel=2
+epoch=1
+pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://ffmpeg.org/";
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9a39fbc07dae0c893059e07491bcfb1e2409cc220f72b41eed23a04becea5aaf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab
+ 
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
+}
+
+# vim:set ts=2 sw=2 et:

De

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

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:04:08
  Author: svenstaro
Revision: 87460

upgpkg: tiled-qt 0.9.0-5

Rebuild

Modified:
  tiled-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 05:10:16 UTC (rev 87459)
+++ PKGBUILD2013-04-01 08:04:08 UTC (rev 87460)
@@ -2,7 +2,7 @@
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled-qt
 pkgver=0.9.0
-pkgrel=4
+pkgrel=5
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('i686' 'x86_64')
 url='http://mapeditor.org'



[arch-commits] Commit in tiled-qt/repos (12 files)

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:04:23
  Author: svenstaro
Revision: 87461

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tiled-qt/repos/community-i686/PKGBUILD
(from rev 87460, tiled-qt/trunk/PKGBUILD)
  tiled-qt/repos/community-i686/tiled-qt.install
(from rev 87460, tiled-qt/trunk/tiled-qt.install)
  tiled-qt/repos/community-i686/tiled.desktop
(from rev 87460, tiled-qt/trunk/tiled.desktop)
  tiled-qt/repos/community-x86_64/PKGBUILD
(from rev 87460, tiled-qt/trunk/PKGBUILD)
  tiled-qt/repos/community-x86_64/tiled-qt.install
(from rev 87460, tiled-qt/trunk/tiled-qt.install)
  tiled-qt/repos/community-x86_64/tiled.desktop
(from rev 87460, tiled-qt/trunk/tiled.desktop)
Deleted:
  tiled-qt/repos/community-i686/PKGBUILD
  tiled-qt/repos/community-i686/tiled-qt.install
  tiled-qt/repos/community-i686/tiled.desktop
  tiled-qt/repos/community-x86_64/PKGBUILD
  tiled-qt/repos/community-x86_64/tiled-qt.install
  tiled-qt/repos/community-x86_64/tiled.desktop

---+
 /PKGBUILD |   52 
 /tiled-qt.install |   22 +++
 /tiled.desktop|   20 +
 community-i686/PKGBUILD   |   26 --
 community-i686/tiled-qt.install   |   11 ---
 community-i686/tiled.desktop  |   10 --
 community-x86_64/PKGBUILD |   26 --
 community-x86_64/tiled-qt.install |   11 ---
 community-x86_64/tiled.desktop|   10 --
 9 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 08:04:08 UTC (rev 87460)
+++ community-i686/PKGBUILD 2013-04-01 08:04:23 UTC (rev 87461)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.9.0
-pkgrel=4
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
-makedepends=('mesa')
-install=${pkgname}.install
-source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install INSTALL_ROOT=$pkgdir
-}

Copied: tiled-qt/repos/community-i686/PKGBUILD (from rev 87460, 
tiled-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 08:04:23 UTC (rev 87461)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled-qt
+pkgver=0.9.0
+pkgrel=5
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' 'x86_64')
+url='http://mapeditor.org'
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
+makedepends=('mesa')
+install=${pkgname}.install
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-i686/tiled-qt.install
===
--- community-i686/tiled-qt.install 2013-04-01 08:04:08 UTC (rev 87460)
+++ community-i686/tiled-qt.install 2013-04-01 08:04:23 UTC (rev 87461)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled-qt/repos/community-i686/tiled-qt.install (from rev 87460, 
tiled-qt/trunk/tiled-qt.install)
===
--- community-i686/tiled-qt.install (rev 0)
+++ community-i686/tiled-qt.install 2013-04-01 08:04:23 UTC (rev 87461)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-i686/tiled.desktop
===
--- community-i686/tiled.desktop2013-04-01 08:04:08 UTC (rev 87460)
+++ community-i686/tiled.desktop2013-04-01 08:04:23 UTC (rev 87461)
@@ -1,10 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Name=Tiled
-Comment=Edit Video Game Tile Maps
-GenericName=Tiled
-Ex

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

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 10:09:33
  Author: heftig
Revision: 181139

3.8.0

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 07:43:20 UTC (rev 181138)
+++ PKGBUILD2013-04-01 08:09:33 UTC (rev 181139)
@@ -3,27 +3,31 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.6.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
+arch=(i686 x86_64)
+license=(GPL)
 url="http://www.gnome.org";
-groups=('gnome-extra')
-depends=('gtk3' 'udisks2' 'hicolor-icon-theme' 'libsecret' 'libpwquality' 
'desktop-file-utils')
-makedepends=('intltool' 'docbook-xsl')
+groups=(gnome)
+depends=(gtk3 libcanberra libdvdread gnome-settings-daemon udisks2 
hicolor-icon-theme libsecret libpwquality desktop-file-utils)
+makedepends=(intltool docbook-xsl)
 options=('!libtool' '!emptydirs')
 install=gnome-disk-utility.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e848bd0a5787a654e3421c904718c587e1a953fc1b43a21401ca65b329988c32')
+sha256sums=('2657aad8d06e5511bc34ee5ec1ff9426f70b7140b8687be528f693175759bd5e')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
-
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install



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

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 10:10:10
  Author: heftig
Revision: 181140

disable static libs

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 08:09:33 UTC (rev 181139)
+++ PKGBUILD2013-04-01 08:10:10 UTC (rev 181140)
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 



[arch-commits] Commit in gnome-disk-utility/repos (6 files)

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 10:12:16
  Author: heftig
Revision: 181141

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-disk-utility/repos/gnome-unstable-i686/
  gnome-disk-utility/repos/gnome-unstable-i686/PKGBUILD
(from rev 181140, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/gnome-unstable-i686/gnome-disk-utility.install
(from rev 181140, gnome-disk-utility/trunk/gnome-disk-utility.install)
  gnome-disk-utility/repos/gnome-unstable-x86_64/
  gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181140, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/gnome-unstable-x86_64/gnome-disk-utility.install
(from rev 181140, gnome-disk-utility/trunk/gnome-disk-utility.install)

--+
 gnome-unstable-i686/PKGBUILD |   34 +
 gnome-unstable-i686/gnome-disk-utility.install   |   13 
 gnome-unstable-x86_64/PKGBUILD   |   34 +
 gnome-unstable-x86_64/gnome-disk-utility.install |   13 
 4 files changed, 94 insertions(+)

Copied: gnome-disk-utility/repos/gnome-unstable-i686/PKGBUILD (from rev 181140, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 08:12:16 UTC (rev 181141)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org";
+groups=(gnome)
+depends=(gtk3 libcanberra libdvdread gnome-settings-daemon udisks2 
hicolor-icon-theme libsecret libpwquality desktop-file-utils)
+makedepends=(intltool docbook-xsl)
+options=('!libtool' '!emptydirs')
+install=gnome-disk-utility.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2657aad8d06e5511bc34ee5ec1ff9426f70b7140b8687be528f693175759bd5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-disk-utility/repos/gnome-unstable-i686/gnome-disk-utility.install 
(from rev 181140, gnome-disk-utility/trunk/gnome-disk-utility.install)
===
--- gnome-unstable-i686/gnome-disk-utility.install  
(rev 0)
+++ gnome-unstable-i686/gnome-disk-utility.install  2013-04-01 08:12:16 UTC 
(rev 181141)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-disk-utility/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
181140, gnome-disk-utility/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-04-01 08:12:16 UTC (rev 181141)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org";
+groups=(gnome)
+depends=(gtk3 libcanberra libdvdread gnome-settings-daemon udisks2 
hicolor-icon-theme libsecret libpwquality desktop-file-utils)
+makedepends=(intltool docbook-xsl)
+options=('!libtool' '!emptydirs')
+install=gnome-disk-utility.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2657aad8d06e5511bc34ee5ec1ff9426f70b7140b8687be528f693175759bd5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: 
gnome-disk-utility/repos/gnome-unstable-x86_64/gnome-disk-utility.install (from 
rev 181140, gnome-disk-utility/trunk/gnome-disk-utility.install)
===
--- gnome-unstable-x86_64/gnome-disk-utility.install
(rev 0)
+++ gnome-unstable-x86_64/gnome-disk-utility.install2013-04-01 08:12:16 UTC 
(rev 181141)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}

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

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:13:50
  Author: svenstaro
Revision: 87462

Fix build

Modified:
  murmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 08:04:23 UTC (rev 87461)
+++ PKGBUILD2013-04-01 08:13:50 UTC (rev 87462)
@@ -34,7 +34,7 @@
 build() {
   cd ${srcdir}/mumble-$pkgver
 
-  qmake main.pro CONFIG+="no-client no-ice"
+  qmake-qt4 main.pro CONFIG+="no-client no-ice"
   make release
 }
 



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

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:14:16
  Author: svenstaro
Revision: 87463

Fix build

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 08:13:50 UTC (rev 87462)
+++ PKGBUILD2013-04-01 08:14:16 UTC (rev 87463)
@@ -26,7 +26,7 @@
   cd $srcdir/$pkgname-$pkgver
 
   # Building mumble
-  qmake main.pro \
+  qmake-qt4 main.pro \
 CONFIG+="bundled-celt no-bundled-speex no-speechd no-g15 no-xevie 
no-server \
 no-embed-qt-translations no-update packaged" \
 DEFINES+="PLUGIN_PATH=/usr/lib/mumble"



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

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:40:16
  Author: svenstaro
Revision: 87464

upgpkg: teamspeak3 3.0.10-2

Fix bugs

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 08:14:16 UTC (rev 87463)
+++ PKGBUILD2013-04-01 08:40:16 UTC (rev 87464)
@@ -4,7 +4,7 @@
 
 pkgname=teamspeak3
 pkgver=3.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com/";
 license=('custom')
@@ -45,6 +45,13 @@
   ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
   ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
 
+  # Fix FS#34190
+  sed -i "/export QTDIR.*/d" ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
+  sed -i "/export QT_PLUGIN_PATH*/d" 
${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
+  
+  # Fix FS#34189
+  rm ${pkgdir}/opt/teamspeak3/qt.conf
+
   # Install Desktop File
   install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
 



[arch-commits] Commit in teamspeak3/repos (20 files)

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:40:31
  Author: svenstaro
Revision: 87465

archrelease: copy trunk to community-i686, community-x86_64

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 87464, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 87464, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/icon.xpm
(from rev 87464, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 87464, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 87464, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 87464, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 87464, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/icon.xpm
(from rev 87464, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 87464, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 87464, teamspeak3/trunk/teamspeak3.launcher)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 /PKGBUILD|  134 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 ++
 community-i686/PKGBUILD  |   60 --
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   60 --
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 168 insertions(+), 154 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 87464, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 08:40:16 UTC (rev 87464)
+++ community-i686/PKGBUILD 2013-04-01 08:40:31 UTC (rev 87465)
@@ -1,60 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: J.W. Birdsong  
-
-pkgname=teamspeak3
-pkgver=3.0.10
-pkgrel=1
-pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
-url="http://www.teamspeak.com/";
-license=('custom')
-depends=('qt4' 'libpulse')
-arch=('i686' 'x86_64')
-source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run";
-
"http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run";
-'teamspeak3.desktop'
-'icon.xpm'
-'teamspeak3.launcher')
-md5sums=('1a0f4fa7effca1419d74f7bac2c9a8e4'
- '73f0328f4d64150b6465932e624725df'
- '98e987a42511f159fa2228f5e0bffed1'
- '19f103384e4c1a0aafc8fed44de0c87b'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ "$CARCH" == "i686" ]] && _TSARCH='x86'
-[[ "$CARCH" == "x86_64" ]] && _TSARCH='amd64'
-
-package() {
-  cd ${srcdir}
-
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
-
-  # Make Installer Executable
-  chmod +x TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run
-
-  # Run Installer
-  ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/icon.xpm ${pkgdir}/usr/share/pixmaps/teamspeak3.xpm
-
-  # Install Custom License
-  install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Install Client Launcher
-  install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir

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

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:51:06
  Author: svenstaro
Revision: 87466

upgpkg: protobuf 2.5.0-2

Rename protobuf-python to python2-protobuf

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 08:40:31 UTC (rev 87465)
+++ PKGBUILD2013-04-01 08:51:06 UTC (rev 87466)
@@ -4,9 +4,9 @@
 # Contributor: Daniel J Griffiths 
 
 pkgbase=protobuf
-pkgname=('protobuf' 'protobuf-python')
+pkgname=('protobuf' 'python2-protobuf')
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A way of encoding structured data in an efficient yet extensible 
format"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/protobuf/";
@@ -28,10 +28,10 @@
make DESTDIR=$pkgdir install
 }
 
-package_protobuf-python() {
+package_python2-protobuf() {
pkgdesc="protobuf python API"
-#  arch=('any')
depends=("python2" "protobuf=${pkgver}")
+replaces=("protobuf-python")
 
cd $srcdir/protobuf-$pkgver/python
python2 setup.py install --prefix=/usr --root $pkgdir



[arch-commits] Commit in protobuf/repos (4 files)

2013-04-01 Thread Sven-Hendrik Haase
Date: Monday, April 1, 2013 @ 10:51:16
  Author: svenstaro
Revision: 87467

archrelease: copy trunk to community-i686, community-x86_64

Added:
  protobuf/repos/community-i686/PKGBUILD
(from rev 87466, protobuf/trunk/PKGBUILD)
  protobuf/repos/community-x86_64/PKGBUILD
(from rev 87466, protobuf/trunk/PKGBUILD)
Deleted:
  protobuf/repos/community-i686/PKGBUILD
  protobuf/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 08:51:06 UTC (rev 87466)
+++ community-i686/PKGBUILD 2013-04-01 08:51:16 UTC (rev 87467)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Thomas S Hatch 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=protobuf
-pkgname=('protobuf' 'protobuf-python')
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A way of encoding structured data in an efficient yet extensible 
format"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/protobuf/";
-license=('APACHE')
-depends=('gcc-libs' 'zlib')
-makedepends=('python2' 'setuptools')
-options=(!libtool)
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr --disable-static
-}
-
-package_protobuf() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-
-package_protobuf-python() {
-   pkgdesc="protobuf python API"
-#  arch=('any')
-   depends=("python2" "protobuf=${pkgver}")
-
-   cd $srcdir/protobuf-$pkgver/python
-   python2 setup.py install --prefix=/usr --root $pkgdir
-}

Copied: protobuf/repos/community-i686/PKGBUILD (from rev 87466, 
protobuf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 08:51:16 UTC (rev 87467)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=protobuf
+pkgname=('protobuf' 'python2-protobuf')
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="A way of encoding structured data in an efficient yet extensible 
format"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/protobuf/";
+license=('APACHE')
+depends=('gcc-libs' 'zlib')
+makedepends=('python2' 'setuptools')
+options=(!libtool)
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr --disable-static
+}
+
+package_protobuf() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+
+package_python2-protobuf() {
+   pkgdesc="protobuf python API"
+   depends=("python2" "protobuf=${pkgver}")
+replaces=("protobuf-python")
+
+   cd $srcdir/protobuf-$pkgver/python
+   python2 setup.py install --prefix=/usr --root $pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-01 08:51:06 UTC (rev 87466)
+++ community-x86_64/PKGBUILD   2013-04-01 08:51:16 UTC (rev 87467)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Thomas S Hatch 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=protobuf
-pkgname=('protobuf' 'protobuf-python')
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A way of encoding structured data in an efficient yet extensible 
format"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/protobuf/";
-license=('APACHE')
-depends=('gcc-libs' 'zlib')
-makedepends=('python2' 'setuptools')
-options=(!libtool)
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('a72001a9067a4c2c4e0e836d0f92ece4')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr --disable-static
-}
-
-package_protobuf() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-
-package_protobuf-python() {
-   pkgdesc="protobuf python API"
-#  arch=('any')
-   depends=("python2" "protobuf=${pkgver}")
-
-   cd $srcdir/protobuf-$pkgver/python
-   python2 setup.py install --prefix=/usr --root $pkgdir
-}

Copied: protobuf/repos/community-x86_64/PKGBUILD (from rev 87466, 
protobuf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-

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

2013-04-01 Thread Florian Pritz
Date: Monday, April 1, 2013 @ 11:30:07
  Author: bluewind
Revision: 87468

apply fix for FS#34406 with next update

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 08:51:16 UTC (rev 87467)
+++ PKGBUILD2013-04-01 09:30:07 UTC (rev 87468)
@@ -96,6 +96,10 @@
   # Allow ccache to work
   mv $pkgname-$_pkgbasever $pkgname
 
+  # ncurses fix
+  sed -i 's|libncurses|libncursesw|g' "$srcdir/$pkgname/configure"
+  sed -i 's|lncurses|lncursesw|g' "$srcdir/$pkgname/configure"
+
   # Get rid of old build dirs
   rm -rf $pkgname-{32,64}-build
   mkdir $pkgname-32-build



[arch-commits] Commit in sbt/trunk (PKGBUILD sbt.sh)

2013-04-01 Thread Andrea Scarpino
Date: Monday, April 1, 2013 @ 11:50:22
  Author: andrea
Revision: 87469

upgpkg: sbt 0.13-1

Upstream release

Modified:
  sbt/trunk/PKGBUILD
  sbt/trunk/sbt.sh

--+
 PKGBUILD |6 +++---
 sbt.sh   |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 09:30:07 UTC (rev 87468)
+++ PKGBUILD2013-04-01 09:50:22 UTC (rev 87469)
@@ -3,7 +3,7 @@
 # Contributor: Leif Warner 
 
 pkgname=sbt
-pkgver=0.12.2
+pkgver=0.13
 pkgrel=1
 pkgdesc="A minimally intrusive build tool for Scala projects"
 arch=('any')
@@ -17,9 +17,9 @@
 "https://raw.github.com/harrah/xsbt/${pkgver}/LICENSE";
 'sbt.sh')
 noextract=('sbt-launch.jar')
-md5sums=('d523ab71b5d2bcaead80d21d0af79361'
+md5sums=('124fb91b398542c23cd920360580d2d7'
  '0cc49331142988765ce73782a5839c57'
- '2fadbed911920c9dd7f18bb2931ca56c')
+ '00be6e8d79c788bf4fbe45b0a556a044')
 
 package() {
   install -Dm644 sbt-launch.jar 
"${pkgdir}/usr/share/java/${pkgname}/sbt-launch.jar"

Modified: sbt.sh
===
--- sbt.sh  2013-04-01 09:30:07 UTC (rev 87468)
+++ sbt.sh  2013-04-01 09:50:22 UTC (rev 87469)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# 
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/src/scripts/sbt-launch-lib.bash
+# 
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/src/scripts/sbt-launch-lib.bash#L78
 get_mem_opts () {
 local mem=${1:-1536}
 local perm=$(( $mem / 4 ))
@@ -8,7 +8,7 @@
 (( $perm < 1024 )) || perm=1024
 local codecache=$(( $perm / 2 ))
 
-echo "-Xms${mem}m -Xmx${mem}m -Xss1m -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=${perm}m -XX:ReservedCodeCacheSize=${codecache}m"
+echo "-Xms${mem}m -Xmx${mem}m -XX:MaxPermSize=${perm}m 
-XX:ReservedCodeCacheSize=${codecache}m"
 }
 
 if [[ -z "$SBT_OPTS" ]]; then



[arch-commits] Commit in sbt/repos/community-any (PKGBUILD PKGBUILD sbt.sh sbt.sh)

2013-04-01 Thread Andrea Scarpino
Date: Monday, April 1, 2013 @ 11:50:28
  Author: andrea
Revision: 87470

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/PKGBUILD
(from rev 87469, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.sh
(from rev 87469, sbt/trunk/sbt.sh)
Deleted:
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.sh

--+
 PKGBUILD |   58 +-
 sbt.sh   |   36 ++--
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-01 09:50:22 UTC (rev 87469)
+++ PKGBUILD2013-04-01 09:50:28 UTC (rev 87470)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-pkgname=sbt
-pkgver=0.12.2
-pkgrel=1
-pkgdesc="A minimally intrusive build tool for Scala projects"
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless' 'sh')
-optdepends=('scala')
-conflicts=('simple-build-tool')
-replaces=('simple-build-tool')
-source=("http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar";
-"https://raw.github.com/harrah/xsbt/${pkgver}/LICENSE";
-'sbt.sh')
-noextract=('sbt-launch.jar')
-md5sums=('d523ab71b5d2bcaead80d21d0af79361'
- '0cc49331142988765ce73782a5839c57'
- '2fadbed911920c9dd7f18bb2931ca56c')
-
-package() {
-  install -Dm644 sbt-launch.jar 
"${pkgdir}/usr/share/java/${pkgname}/sbt-launch.jar"
-  install -Dm755 sbt.sh "${pkgdir}/usr/bin/sbt"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 87469, sbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-01 09:50:28 UTC (rev 87470)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Leif Warner 
+
+pkgname=sbt
+pkgver=0.13
+pkgrel=1
+pkgdesc="A minimally intrusive build tool for Scala projects"
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless' 'sh')
+optdepends=('scala')
+conflicts=('simple-build-tool')
+replaces=('simple-build-tool')
+source=("http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar";
+"https://raw.github.com/harrah/xsbt/${pkgver}/LICENSE";
+'sbt.sh')
+noextract=('sbt-launch.jar')
+md5sums=('124fb91b398542c23cd920360580d2d7'
+ '0cc49331142988765ce73782a5839c57'
+ '00be6e8d79c788bf4fbe45b0a556a044')
+
+package() {
+  install -Dm644 sbt-launch.jar 
"${pkgdir}/usr/share/java/${pkgname}/sbt-launch.jar"
+  install -Dm755 sbt.sh "${pkgdir}/usr/bin/sbt"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: sbt.sh
===
--- sbt.sh  2013-04-01 09:50:22 UTC (rev 87469)
+++ sbt.sh  2013-04-01 09:50:28 UTC (rev 87470)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# 
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/src/scripts/sbt-launch-lib.bash
-get_mem_opts () {
-local mem=${1:-1536}
-local perm=$(( $mem / 4 ))
-(( $perm > 256 )) || perm=256
-(( $perm < 1024 )) || perm=1024
-local codecache=$(( $perm / 2 ))
-
-echo "-Xms${mem}m -Xmx${mem}m -Xss1m -XX:+CMSClassUnloadingEnabled 
-XX:MaxPermSize=${perm}m -XX:ReservedCodeCacheSize=${codecache}m"
-}
-
-if [[ -z "$SBT_OPTS" ]]; then
-SBT_OPTS=$(get_mem_opts)
-fi
-
-"$JAVA_HOME/bin/java" $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"

Copied: sbt/repos/community-any/sbt.sh (from rev 87469, sbt/trunk/sbt.sh)
===
--- sbt.sh  (rev 0)
+++ sbt.sh  2013-04-01 09:50:28 UTC (rev 87470)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# 
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/src/scripts/sbt-launch-lib.bash#L78
+get_mem_opts () {
+local mem=${1:-1536}
+local perm=$(( $mem / 4 ))
+(( $perm > 256 )) || perm=256
+(( $perm < 1024 )) || perm=1024
+local codecache=$(( $perm / 2 ))
+
+echo "-Xms${mem}m -Xmx${mem}m -XX:MaxPermSize=${perm}m 
-XX:ReservedCodeCacheSize=${codecache}m"
+}
+
+if [[ -z "$SBT_OPTS" ]]; then
+SBT_OPTS=$(get_mem_opts)
+fi
+
+"$JAVA_HOME/bin/java" $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"



[arch-commits] Commit in fontconfig/trunk (PKGBUILD bug62980.patch)

2013-04-01 Thread Jan de Groot
Date: Monday, April 1, 2013 @ 11:51:18
  Author: jgc
Revision: 181142

upgpkg: fontconfig 2.10.92-1

Update to 2.11 RC2. Needed for Pango

Added:
  fontconfig/trunk/bug62980.patch
Modified:
  fontconfig/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 bug62980.patch |   73 +++
 2 files changed, 81 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 08:12:16 UTC (rev 181141)
+++ PKGBUILD2013-04-01 09:51:18 UTC (rev 181142)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=fontconfig
-pkgver=2.10.2
-pkgrel=2
+pkgver=2.10.92
+pkgrel=1
 pkgdesc="A library for configuring and customizing font access"
 arch=(i686 x86_64)
 url="http://www.fontconfig.org/release/";
@@ -12,12 +12,15 @@
 options=('!libtool')
 install=fontconfig.install
 source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
-29-replace-bitmap-fonts.conf)
-sha256sums=('8ea8ef56738fd95f0be611015f89614fd4dec79ddac6b3ff26bc4a8338569952'
-'5addef189c5e01679ce3b610f8864c59980029c98f323f40f8c9080429857fdc')
+29-replace-bitmap-fonts.conf
+bug62980.patch)
+sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+'5addef189c5e01679ce3b610f8864c59980029c98f323f40f8c9080429857fdc'
+'d0d17ddbb5a20ef259eb33757904e076291a817312e94deb6d8f7b7cd064a3ce')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../bug62980.patch
 
   # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
   libtoolize -f

Added: bug62980.patch
===
--- bug62980.patch  (rev 0)
+++ bug62980.patch  2013-04-01 09:51:18 UTC (rev 181142)
@@ -0,0 +1,73 @@
+From 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da Mon Sep 17 00:00:00 2001
+From: Akira TAGOH 
+Date: Mon, 01 Apr 2013 09:16:28 +
+Subject: Bug 62980 - matching native fonts with even :lang=en
+
+Fix the matcher modified by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
+to deal with both strong and weak of FC_LANG as the same location in the score
+---
+diff --git a/src/fcmatch.c b/src/fcmatch.c
+index 68f39ae..2d7b798 100644
+--- a/src/fcmatch.c
 b/src/fcmatch.c
+@@ -227,9 +227,10 @@ typedef enum _FcMatcherPriorityDummy {
+ #undef FC_OBJECT
+ 
+ #undef PRI1
+-#define PRI1(n)   \
+-PRI_ ## n ## _STRONG, \
+-PRI_ ## n ## _WEAK
++#define PRI1(n)   \
++PRI_ ## n,\
++PRI_ ## n ## _STRONG = PRI_ ## n, \
++PRI_ ## n ## _WEAK = PRI_ ## n
+ 
+ typedef enum _FcMatcherPriority {
+ PRI1(HASH),
+@@ -237,9 +238,8 @@ typedef enum _FcMatcherPriority {
+ PRI1(FOUNDRY),
+ PRI1(CHARSET),
+ PRI_FAMILY_STRONG,
+-PRI_LANG_STRONG,
+ PRI_POSTSCRIPT_NAME_STRONG,
+-PRI_LANG_WEAK,
++PRI1(LANG),
+ PRI_FAMILY_WEAK,
+ PRI_POSTSCRIPT_NAME_WEAK,
+ PRI1(SPACING),
+@@ -910,8 +910,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
+* If this node matches any language, go check
+* which ones and satisfy those entries
+*/
+-  if (nodeps[f]->score[PRI_LANG_STRONG] < 2000 ||
+-  nodeps[f]->score[PRI_LANG_WEAK] < 2000)
++  if (nodeps[f]->score[PRI_LANG] < 2000)
+   {
+   for (i = 0; i < nPatternLang; i++)
+   {
+@@ -935,13 +934,6 @@ FcFontSetSort (FcConfig   *config FC_UNUSED,
+   }
+   patternLangSat[i] = FcTrue;
+   satisfies = FcTrue;
+-  /* adjust score to ensure it's not more than 1.0
+-   * which would means the lang didn't satisfy the 
requirements
+-   */
+-  if (nodeps[f]->score[PRI_LANG_STRONG] > 1.0)
+-  nodeps[f]->score[PRI_LANG_STRONG] = 1.0;
+-  if (nodeps[f]->score[PRI_LANG_WEAK] > 1.0)
+-  nodeps[f]->score[PRI_LANG_WEAK] = 1.0;
+   break;
+   }
+   }
+@@ -949,8 +941,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
+   }
+   if (!satisfies)
+   {
+-  nodeps[f]->score[PRI_LANG_STRONG] = 1.0;
+-  nodeps[f]->score[PRI_LANG_WEAK] = 1.0;
++  nodeps[f]->score[PRI_LANG] = 1.0;
+   }
+ }
+ 
+--
+cgit v0.9.0.2-2-gbebe



[arch-commits] Commit in fontconfig/repos (10 files)

2013-04-01 Thread Jan de Groot
Date: Monday, April 1, 2013 @ 11:51:43
  Author: jgc
Revision: 181143

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  fontconfig/repos/gnome-unstable-i686/
  fontconfig/repos/gnome-unstable-i686/29-replace-bitmap-fonts.conf
(from rev 181142, fontconfig/trunk/29-replace-bitmap-fonts.conf)
  fontconfig/repos/gnome-unstable-i686/PKGBUILD
(from rev 181142, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/gnome-unstable-i686/bug62980.patch
(from rev 181142, fontconfig/trunk/bug62980.patch)
  fontconfig/repos/gnome-unstable-i686/fontconfig.install
(from rev 181142, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/gnome-unstable-x86_64/
  fontconfig/repos/gnome-unstable-x86_64/29-replace-bitmap-fonts.conf
(from rev 181142, fontconfig/trunk/29-replace-bitmap-fonts.conf)
  fontconfig/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181142, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/gnome-unstable-x86_64/bug62980.patch
(from rev 181142, fontconfig/trunk/bug62980.patch)
  fontconfig/repos/gnome-unstable-x86_64/fontconfig.install
(from rev 181142, fontconfig/trunk/fontconfig.install)

+
 gnome-unstable-i686/29-replace-bitmap-fonts.conf   |   37 +
 gnome-unstable-i686/PKGBUILD   |   59 +++
 gnome-unstable-i686/bug62980.patch |   73 +++
 gnome-unstable-i686/fontconfig.install |   39 ++
 gnome-unstable-x86_64/29-replace-bitmap-fonts.conf |   37 +
 gnome-unstable-x86_64/PKGBUILD |   59 +++
 gnome-unstable-x86_64/bug62980.patch   |   73 +++
 gnome-unstable-x86_64/fontconfig.install   |   39 ++
 8 files changed, 416 insertions(+)

Copied: fontconfig/repos/gnome-unstable-i686/29-replace-bitmap-fonts.conf (from 
rev 181142, fontconfig/trunk/29-replace-bitmap-fonts.conf)
===
--- gnome-unstable-i686/29-replace-bitmap-fonts.conf
(rev 0)
+++ gnome-unstable-i686/29-replace-bitmap-fonts.conf2013-04-01 09:51:43 UTC 
(rev 181143)
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+Helvetica
+
+
+Arial
+Liberation Sans   
+sans-serif
+
+
+
+
+Courier
+
+
+Courier New
+Liberation Mono
+monospace
+
+
+
+
+Times
+
+
+Times New Roman
+Liberation Serif
+serif
+
+
+

Copied: fontconfig/repos/gnome-unstable-i686/PKGBUILD (from rev 181142, 
fontconfig/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 09:51:43 UTC (rev 181143)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=fontconfig
+pkgver=2.10.92
+pkgrel=1
+pkgdesc="A library for configuring and customizing font access"
+arch=(i686 x86_64)
+url="http://www.fontconfig.org/release/";
+license=('custom')
+depends=('expat' 'freetype2')
+options=('!libtool')
+install=fontconfig.install
+source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
+29-replace-bitmap-fonts.conf
+bug62980.patch)
+sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+'5addef189c5e01679ce3b610f8864c59980029c98f323f40f8c9080429857fdc'
+'d0d17ddbb5a20ef259eb33757904e076291a817312e94deb6d8f7b7cd064a3ce')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../bug62980.patch
+
+  # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
+  libtoolize -f
+  autoreconf -fi
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/share/fonts
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # not upstream, not in FC and not in Gentoo, this should probably go upstream
+  # meanwhile to satisfy pages like 
http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html we bring it back
+  install -m644 "$srcdir/29-replace-bitmap-fonts.conf" 
"$pkgdir/etc/fonts/conf.avail"
+  pushd $pkgdir/etc/fonts/conf.d
+  ln -s /etc/fonts/conf.avail/29-replace-bitmap-fonts.conf .
+  popd
+
+  #Install license
+  install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"
+}

Copied: fontconfig/repos/gnome-unstable-i686/bug62980.patch (from rev 181

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

2013-04-01 Thread Jan de Groot
Date: Monday, April 1, 2013 @ 12:00:33
  Author: jgc
Revision: 181144

upgpkg: pango 1.34.0-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 09:51:43 UTC (rev 181143)
+++ PKGBUILD2013-04-01 10:00:33 UTC (rev 181144)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pango
-pkgver=1.32.5
+pkgver=1.34.0
 pkgrel=1
 pkgdesc="A library for layout and rendering of text"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=pango.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 url="http://www.pango.org/";
-sha256sums=('7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821')
+sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in pango/repos (6 files)

2013-04-01 Thread Jan de Groot
Date: Monday, April 1, 2013 @ 12:00:38
  Author: jgc
Revision: 181145

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pango/repos/gnome-unstable-i686/
  pango/repos/gnome-unstable-i686/PKGBUILD
(from rev 181144, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-i686/pango.install
(from rev 181144, pango/trunk/pango.install)
  pango/repos/gnome-unstable-x86_64/
  pango/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181144, pango/trunk/PKGBUILD)
  pango/repos/gnome-unstable-x86_64/pango.install
(from rev 181144, pango/trunk/pango.install)

-+
 gnome-unstable-i686/PKGBUILD|   30 ++
 gnome-unstable-i686/pango.install   |   21 +
 gnome-unstable-x86_64/PKGBUILD  |   30 ++
 gnome-unstable-x86_64/pango.install |   21 +
 4 files changed, 102 insertions(+)

Copied: pango/repos/gnome-unstable-i686/PKGBUILD (from rev 181144, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 10:00:38 UTC (rev 181145)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.34.0
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/";
+sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Copied: pango/repos/gnome-unstable-i686/pango.install (from rev 181144, 
pango/trunk/pango.install)
===
--- gnome-unstable-i686/pango.install   (rev 0)
+++ gnome-unstable-i686/pango.install   2013-04-01 10:00:38 UTC (rev 181145)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Copied: pango/repos/gnome-unstable-x86_64/PKGBUILD (from rev 181144, 
pango/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-04-01 10:00:38 UTC (rev 181145)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.34.0
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/";
+sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Copied: pango/repos/gnome-unstable-x86_64/pango.install (from rev 181144, 
pango/trunk/pango.install)
===
--- gnome-unstable-x86_64/pango.install (rev 0)
+++ gnome-unstable-x86_64/pango.install 2013-04-01 10:00:38 UTC (rev 181145)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+ 

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

2013-04-01 Thread Jan de Groot
Date: Monday, April 1, 2013 @ 12:09:39
  Author: jgc
Revision: 181146

upgpkg: librsvg 2.37.0-1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 10:00:38 UTC (rev 181145)
+++ PKGBUILD2013-04-01 10:09:39 UTC (rev 181146)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.36.4
+pkgver=2.37.0
 pkgrel=1
 pkgdesc="A SVG viewing library"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="https://live.gnome.org/LibRsvg";
 install=librsvg.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2')
+sha256sums=('06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in librsvg/repos (6 files)

2013-04-01 Thread Jan de Groot
Date: Monday, April 1, 2013 @ 12:09:46
  Author: jgc
Revision: 181147

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  librsvg/repos/gnome-unstable-i686/
  librsvg/repos/gnome-unstable-i686/PKGBUILD
(from rev 181146, librsvg/trunk/PKGBUILD)
  librsvg/repos/gnome-unstable-i686/librsvg.install
(from rev 181146, librsvg/trunk/librsvg.install)
  librsvg/repos/gnome-unstable-x86_64/
  librsvg/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181146, librsvg/trunk/PKGBUILD)
  librsvg/repos/gnome-unstable-x86_64/librsvg.install
(from rev 181146, librsvg/trunk/librsvg.install)

---+
 gnome-unstable-i686/PKGBUILD  |   29 +
 gnome-unstable-i686/librsvg.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD|   29 +
 gnome-unstable-x86_64/librsvg.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: librsvg/repos/gnome-unstable-i686/PKGBUILD (from rev 181146, 
librsvg/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 10:09:46 UTC (rev 181147)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.37.0
+pkgrel=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
+optdepends=('gtk3: for rsvg-view-3'
+'gtk2: gtk2 SVG engine module')
+options=('!libtool' '!emptydirs')
+url="https://live.gnome.org/LibRsvg";
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: librsvg/repos/gnome-unstable-i686/librsvg.install (from rev 181146, 
librsvg/trunk/librsvg.install)
===
--- gnome-unstable-i686/librsvg.install (rev 0)
+++ gnome-unstable-i686/librsvg.install 2013-04-01 10:09:46 UTC (rev 181147)
@@ -0,0 +1,11 @@
+post_install() {
+gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: librsvg/repos/gnome-unstable-x86_64/PKGBUILD (from rev 181146, 
librsvg/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-04-01 10:09:46 UTC (rev 181147)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.37.0
+pkgrel=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
+optdepends=('gtk3: for rsvg-view-3'
+'gtk2: gtk2 SVG engine module')
+options=('!libtool' '!emptydirs')
+url="https://live.gnome.org/LibRsvg";
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: librsvg/repos/gnome-unstable-x86_64/librsvg.install (from rev 181146, 
librsvg/trunk/librsvg.install)
===
--- gnome-unstable-x86_64/librsvg.install   (rev 0)
+++ gnome-unstable-x86_64/librsvg.install   2013-04-01 10:09:46 UTC (rev 
181147)
@@ -0,0 +1,11 @@
+post_install() {
+gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in fontconfig/trunk (29-replace-bitmap-fonts.conf PKGBUILD)

2013-04-01 Thread Jan de Groot
Date: Monday, April 1, 2013 @ 12:15:29
  Author: jgc
Revision: 181148

Remove bitmap font replacement, upstream handles font quality good now

Modified:
  fontconfig/trunk/PKGBUILD
Deleted:
  fontconfig/trunk/29-replace-bitmap-fonts.conf

--+
 29-replace-bitmap-fonts.conf |   37 -
 PKGBUILD |   11 +--
 2 files changed, 1 insertion(+), 47 deletions(-)

Deleted: 29-replace-bitmap-fonts.conf
===
--- 29-replace-bitmap-fonts.conf2013-04-01 10:09:46 UTC (rev 181147)
+++ 29-replace-bitmap-fonts.conf2013-04-01 10:15:29 UTC (rev 181148)
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-Helvetica
-
-
-Arial
-Liberation Sans   
-sans-serif
-
-
-
-
-Courier
-
-
-Courier New
-Liberation Mono
-monospace
-
-
-
-
-Times
-
-
-Times New Roman
-Liberation Serif
-serif
-
-
-

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 10:09:46 UTC (rev 181147)
+++ PKGBUILD2013-04-01 10:15:29 UTC (rev 181148)
@@ -3,7 +3,7 @@
 
 pkgname=fontconfig
 pkgver=2.10.92
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for configuring and customizing font access"
 arch=(i686 x86_64)
 url="http://www.fontconfig.org/release/";
@@ -12,10 +12,8 @@
 options=('!libtool')
 install=fontconfig.install
 source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
-29-replace-bitmap-fonts.conf
 bug62980.patch)
 sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
-'5addef189c5e01679ce3b610f8864c59980029c98f323f40f8c9080429857fdc'
 'd0d17ddbb5a20ef259eb33757904e076291a817312e94deb6d8f7b7cd064a3ce')
 
 build() {
@@ -46,13 +44,6 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 
-  # not upstream, not in FC and not in Gentoo, this should probably go upstream
-  # meanwhile to satisfy pages like 
http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html we bring it back
-  install -m644 "$srcdir/29-replace-bitmap-fonts.conf" 
"$pkgdir/etc/fonts/conf.avail"
-  pushd $pkgdir/etc/fonts/conf.d
-  ln -s /etc/fonts/conf.avail/29-replace-bitmap-fonts.conf .
-  popd
-
   #Install license
   install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
   install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"



[arch-commits] Commit in sxiv/trunk (PKGBUILD config.h sxiv.install)

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 12:31:16
  Author: bpiotrowski
Revision: 87471

upgpkg: sxiv 1.1-1

Modified:
  sxiv/trunk/PKGBUILD
  sxiv/trunk/config.h
  sxiv/trunk/sxiv.install

--+
 PKGBUILD |   34 +-
 config.h |   46 +-
 sxiv.install |   12 ++--
 3 files changed, 44 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 09:50:28 UTC (rev 87470)
+++ PKGBUILD2013-04-01 10:31:16 UTC (rev 87471)
@@ -5,31 +5,31 @@
 # Contributor: Brad Fanella 
 
 pkgname=sxiv
-pkgver=1.0
-pkgrel=3
-pkgdesc='simple x image viewer'
+pkgver=1.1
+pkgrel=1
+pkgdesc='Simple X Image Viewer'
 arch=('i686' 'x86_64')
 license=('GPL2')
 install=sxiv.install
 url='https://github.com/muennich/sxiv'
 depends=('libx11' 'xproto' 'imlib2' 'giflib' 'libexif' 'desktop-file-utils')
-source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz";
-'sxiv.desktop'
-   'config.h')
-md5sums=('c887e0af1e4d5a101b285a46d288c419'
- '1dda85ff6bed4de337f8fb303075ed11'
- 'c3e6c4b86da6b17687699dbd32c7717b')
+source=(https://github.com/muennich/sxiv/archive/$pkgver.tar.gz
+sxiv.desktop
+config.h)
+sha256sums=('7d22b060d264be25ee0e95afff9df535299dbdd48067c9fc795133e583e2583f'
+'bd14b9b6bc6d78f18cdff8535b4d1c13b3c76e35091dd6bc675011d42a01bb47'
+'61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c')
+
 build() {
-   cd "sxiv-${pkgver}"
-
-   cp "$srcdir/config.h" .
-   make
+  cd sxiv-$pkgver
+  cp "$srcdir"/config.h .
+  make
 }
 
 package() {
-   cd "sxiv-${pkgver}"
+  cd sxiv-$pkgver
 
-   make PREFIX="${pkgdir}/usr" install
-   install -D -m644 ${srcdir}/sxiv.desktop \
-   ${pkgdir}/usr/share/applications/sxiv.desktop
+  make PREFIX="$pkgdir"/usr install
+  install -D -m644 "$srcdir"/sxiv.desktop \
+   "$pkgdir"/usr/share/applications/sxiv.desktop
 }

Modified: config.h
===
--- config.h2013-04-01 09:50:28 UTC (rev 87470)
+++ config.h2013-04-01 10:31:16 UTC (rev 87471)
@@ -1,15 +1,3 @@
-#ifdef _FEATURE_CONFIG
-
-/* auto-orientate jpeg files according to their exif tags?
- * (requires libexif [-lexif] to be installed)
- */
-#define EXIF_SUPPORT 1
-/* load all frames from gif files and support gif animations?
- * (requires giflib [-lgif] to be installed)
- */
-#define GIF_SUPPORT  1
-
-#endif
 #ifdef _WINDOW_CONFIG
 
 /* default window dimensions (overwritten via -g option): */
@@ -18,12 +6,20 @@
WIN_HEIGHT = 600
 };
 
-/* default color for window background: */
-static const char * const BG_COLOR  = "#77";
-/* default color for thumbnail selection: */
-static const char * const SEL_COLOR = "#DD";
-/* (see X(7) section "COLOR NAMES" for valid values) */
+/* bar font:
+ * (see X(7) section "FONT NAMES" for valid values)
+ */
+static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*";
 
+/* colors:
+ * (see X(7) section "COLOR NAMES" for valid values)
+ */
+static const char * const WIN_BG_COLOR = "#77";
+static const char * const WIN_FS_COLOR = "#00";
+static const char * const SEL_COLOR= "#DD";
+static const char * const BAR_BG_COLOR = "#22";
+static const char * const BAR_FG_COLOR = "#EE";
+
 #endif
 #ifdef _IMAGE_CONFIG
 
@@ -43,9 +39,6 @@
100.0, 150.0, 200.0, 400.0, 800.0
 };
 
-/* default slideshow delay (in sec, overwritten via -S option): */
-enum { SLIDESHOW_DELAY = 5 };
-
 /* default settings for multi-frame gif images: */
 enum {
GIF_DELAY= 100, /* delay time (in ms) */
@@ -68,8 +61,10 @@
{ false,  XK_q, it_quit,  (arg_t) None },
{ false,  XK_Return,it_switch_mode,   (arg_t) None },
{ false,  XK_f, it_toggle_fullscreen, (arg_t) None },
+   { false,  XK_b, it_toggle_bar,(arg_t) None },
 
{ false,  XK_r, it_reload_image,  (arg_t) None },
+   { false,  XK_R, t_reload_all, (arg_t) None },
{ false,  XK_D, it_remove_image,  (arg_t) None },
 
{ false,  XK_n, i_navigate,   (arg_t) +1 },
@@ -78,6 +73,7 @@
{ false,  XK_BackSpace, i_navigate,   (arg_t) -1 },
{ false,  XK_bracketright,  i_navigate,   (arg_t) +10 },
{ false,  XK_bracketleft,   i_navigate,   (arg_t) -10 },
+   { true,   XK_6, i_alternate,  (arg_t) None },
{ false,  XK_g, it_first, (arg_t) None },
{ false,  XK_G, it_n_or_last, (arg_t) None },
 
@@ -113,16 +109,16 @@
{ false,  XK_minus, i_zoom,   (arg_t) -1 },
{ false,  XK_KP_Subtract,   i_zoom

[arch-commits] Commit in sxiv/repos (16 files)

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 12:33:39
  Author: bpiotrowski
Revision: 87472

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sxiv/repos/community-i686/PKGBUILD
(from rev 87471, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-i686/config.h
(from rev 87471, sxiv/trunk/config.h)
  sxiv/repos/community-i686/sxiv.desktop
(from rev 87471, sxiv/trunk/sxiv.desktop)
  sxiv/repos/community-i686/sxiv.install
(from rev 87471, sxiv/trunk/sxiv.install)
  sxiv/repos/community-x86_64/PKGBUILD
(from rev 87471, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-x86_64/config.h
(from rev 87471, sxiv/trunk/config.h)
  sxiv/repos/community-x86_64/sxiv.desktop
(from rev 87471, sxiv/trunk/sxiv.desktop)
  sxiv/repos/community-x86_64/sxiv.install
(from rev 87471, sxiv/trunk/sxiv.install)
Deleted:
  sxiv/repos/community-i686/PKGBUILD
  sxiv/repos/community-i686/config.h
  sxiv/repos/community-i686/sxiv.desktop
  sxiv/repos/community-i686/sxiv.install
  sxiv/repos/community-x86_64/PKGBUILD
  sxiv/repos/community-x86_64/config.h
  sxiv/repos/community-x86_64/sxiv.desktop
  sxiv/repos/community-x86_64/sxiv.install

---+
 /PKGBUILD |   70 +
 /config.h |  308 
 /sxiv.desktop |   14 +
 /sxiv.install |   24 +++
 community-i686/PKGBUILD   |   34 
 community-i686/config.h   |  158 
 community-i686/sxiv.desktop   |7 
 community-i686/sxiv.install   |   12 -
 community-x86_64/PKGBUILD |   34 
 community-x86_64/config.h |  158 
 community-x86_64/sxiv.desktop |7 
 community-x86_64/sxiv.install |   12 -
 12 files changed, 416 insertions(+), 422 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 10:31:16 UTC (rev 87471)
+++ community-i686/PKGBUILD 2013-04-01 10:33:39 UTC (rev 87472)
@@ -1,34 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Bert Muennich 
-# Contributor: Brad Fanella 
-
-pkgname=sxiv
-pkgver=1.0
-pkgrel=3
-pkgdesc='simple x image viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-install=sxiv.install
-url='https://github.com/muennich/sxiv'
-depends=('libx11' 'xproto' 'imlib2' 'giflib' 'libexif' 'desktop-file-utils')
-source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz";
-'sxiv.desktop'
-   'config.h')
-md5sums=('c887e0af1e4d5a101b285a46d288c419'
- '1dda85ff6bed4de337f8fb303075ed11'
- 'c3e6c4b86da6b17687699dbd32c7717b')
-build() {
-   cd "sxiv-${pkgver}"
-
-   cp "$srcdir/config.h" .
-   make
-}
-
-package() {
-   cd "sxiv-${pkgver}"
-
-   make PREFIX="${pkgdir}/usr" install
-   install -D -m644 ${srcdir}/sxiv.desktop \
-   ${pkgdir}/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-i686/PKGBUILD (from rev 87471, sxiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 10:33:39 UTC (rev 87472)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Bert Muennich 
+# Contributor: Brad Fanella 
+
+pkgname=sxiv
+pkgver=1.1
+pkgrel=1
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=sxiv.install
+url='https://github.com/muennich/sxiv'
+depends=('libx11' 'xproto' 'imlib2' 'giflib' 'libexif' 'desktop-file-utils')
+source=(https://github.com/muennich/sxiv/archive/$pkgver.tar.gz
+sxiv.desktop
+config.h)
+sha256sums=('7d22b060d264be25ee0e95afff9df535299dbdd48067c9fc795133e583e2583f'
+'bd14b9b6bc6d78f18cdff8535b4d1c13b3c76e35091dd6bc675011d42a01bb47'
+'61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c')
+
+build() {
+  cd sxiv-$pkgver
+  cp "$srcdir"/config.h .
+  make
+}
+
+package() {
+  cd sxiv-$pkgver
+
+  make PREFIX="$pkgdir"/usr install
+  install -D -m644 "$srcdir"/sxiv.desktop \
+   "$pkgdir"/usr/share/applications/sxiv.desktop
+}

Deleted: community-i686/config.h
===
--- community-i686/config.h 2013-04-01 10:31:16 UTC (rev 87471)
+++ community-i686/config.h 2013-04-01 10:33:39 UTC (rev 87472)
@@ -1,158 +0,0 @@
-#ifdef _FEATURE_CONFIG
-
-/* auto-orientate jpeg files according to their exif tags?
- * (requires libexif [-lexif] to be installed)
- */
-#define EXIF_SUPPORT 1
-/* load all frames from gif files and support gif animations?
- * (requires giflib [-lgif] to be installed)
- */
-#define GIF_SUPPORT  1
-
-#endif
-#ifdef _WINDOW_CONFIG
-
-/* default window dimensions (overwritten via -g option): */
-enu

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

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 12:35:08
  Author: spupykin
Revision: 87473

upgpkg: libvirt 1.0.4-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 10:33:39 UTC (rev 87472)
+++ PKGBUILD2013-04-01 10:35:08 UTC (rev 87473)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=1.0.3
-pkgrel=4
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
 url="http://libvirt.org/";
@@ -36,7 +36,7 @@
libvirtd-guests.rc.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('3d9f85d586c9aa3d819b626622f3fc97'
+md5sums=('97166bc42d7cacb037923907abe656ab'
  'c43244c40a0437038c82089618e7beaa'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0ee5b6c58590ff392a266f20f7928d1f'



[arch-commits] Commit in libvirt/repos (28 files)

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 12:35:45
  Author: spupykin
Revision: 87474

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 87473, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 87473, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 87473, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 87473, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd-guests.rc.d
(from rev 87473, libvirt/trunk/libvirtd-guests.rc.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 87473, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-i686/libvirtd.rc.d
(from rev 87473, libvirt/trunk/libvirtd.rc.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 87473, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 87473, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 87473, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 87473, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd-guests.rc.d
(from rev 87473, libvirt/trunk/libvirtd-guests.rc.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 87473, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/libvirtd.rc.d
(from rev 87473, libvirt/trunk/libvirtd.rc.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd-guests.rc.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-i686/libvirtd.rc.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd-guests.rc.d
  libvirt/repos/community-x86_64/libvirtd.conf.d
  libvirt/repos/community-x86_64/libvirtd.rc.d

-+
 /PKGBUILD   |  190 +
 /libvirt.install|   38 +++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   22 ++
 /libvirtd-guests.rc.d   |  322 ++
 /libvirtd.conf.d|6 
 /libvirtd.rc.d  |  132 
 community-i686/PKGBUILD |   95 
 community-i686/libvirt.install  |   19 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd-guests.rc.d |  161 ---
 community-i686/libvirtd.conf.d  |3 
 community-i686/libvirtd.rc.d|   66 --
 community-x86_64/PKGBUILD   |   95 
 community-x86_64/libvirt.install|   19 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd-guests.rc.d   |  161 ---
 community-x86_64/libvirtd.conf.d|3 
 community-x86_64/libvirtd.rc.d  |   66 --
 21 files changed, 718 insertions(+), 718 deletions(-)

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


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

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 12:35:51
  Author: spupykin
Revision: 87475

upgpkg: redis 2.6.12-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 10:35:45 UTC (rev 87474)
+++ PKGBUILD2013-04-01 10:35:51 UTC (rev 87475)
@@ -4,7 +4,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=2.6.11
+pkgver=2.6.12
 pkgrel=1
 pkgdesc="Advanced key-value store"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
"redis.d"
"redis.service"
"redis.logrotate")
-md5sums=('99d4d79ca7021899001b9c737097bf88'
+md5sums=('d2c87926a650e22c2491c5e4c260849c'
  '8d843919d9f165e9a47e56cadb4ac2ed'
  '5ab9fdb200e15c13b450fda77fa030b6'
  '9e2d75b7a9dc421122d673fe520ef17f')



[arch-commits] Commit in redis/repos (16 files)

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 12:36:14
  Author: spupykin
Revision: 87476

archrelease: copy trunk to community-i686, community-x86_64

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 87475, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis.d
(from rev 87475, redis/trunk/redis.d)
  redis/repos/community-i686/redis.logrotate
(from rev 87475, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 87475, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 87475, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis.d
(from rev 87475, redis/trunk/redis.d)
  redis/repos/community-x86_64/redis.logrotate
(from rev 87475, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 87475, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis.d
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis.d
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

--+
 /PKGBUILD|   86 
 /redis.d |  156 +
 /redis.logrotate |   10 ++
 /redis.service   |   28 ++
 community-i686/PKGBUILD  |   43 --
 community-i686/redis.d   |   78 --
 community-i686/redis.logrotate   |5 -
 community-i686/redis.service |   14 ---
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/redis.d |   78 --
 community-x86_64/redis.logrotate |5 -
 community-x86_64/redis.service   |   14 ---
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 10:35:51 UTC (rev 87475)
+++ community-i686/PKGBUILD 2013-04-01 10:36:14 UTC (rev 87476)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=2.6.11
-pkgrel=1
-pkgdesc="Advanced key-value store"
-arch=('i686' 'x86_64')
-url="http://redis.io/";
-license=('BSD')
-depends=('bash')
-makedepends=('gcc>=3.1' 'make' 'pkgconfig')
-backup=("etc/redis.conf"
-   "etc/logrotate.d/redis")
-source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";
-   "redis.d"
-   "redis.service"
-   "redis.logrotate")
-md5sums=('99d4d79ca7021899001b9c737097bf88'
- '8d843919d9f165e9a47e56cadb4ac2ed'
- '5ab9fdb200e15c13b450fda77fa030b6'
- '9e2d75b7a9dc421122d673fe520ef17f')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make MALLOC=libc
-  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  mkdir -p $pkgdir/usr/bin
-  make INSTALL_BIN="$pkgdir/usr/bin" PREFIX=/usr install
-
-  install -D -m755 "$srcdir/${pkgname}-${pkgver}/COPYING" 
"$pkgdir/usr/share/licenses/redis/COPYING"
-  install -D -m755 "$srcdir/redis.d" "$pkgdir/etc/rc.d/redis"
-  install -Dm644 "$srcdir"/redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-  install -Dm644 "$srcdir/redis.logrotate" "$pkgdir/etc/logrotate.d/redis"
-  sed -i 's|daemonize no|daemonize yes|;s|dir \./|dir 
/var/lib/redis/|;s|logfile stdout|logfile /var/log/redis.log| ' 
$srcdir/${pkgname}-${pkgver}/redis.conf
-  install -D -m644 "$srcdir/${pkgname}-${pkgver}/redis.conf" 
"$pkgdir/etc/redis.conf"
-}

Copied: redis/repos/community-i686/PKGBUILD (from rev 87475, 
redis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 10:36:14 UTC (rev 87476)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan-Erik Rediger 
+# Contributor: nofxx .com>
+
+pkgname=redis
+pkgver=2.6.12
+pkgrel=1
+pkgdesc="Advanced key-value store"
+arch=('i686' 'x86_64')
+url="http://redis.io/";
+license=('BSD')
+depends=('bash')
+makedepends=('gcc>=3.1' 'make' 'pkgconfig')
+backup=("etc/redis.conf"
+   "etc/logrotate.d/redis")
+source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";
+   "redis.d"
+   "redis.service"
+   "redis.logrotate")
+md5sums=('d2c87926a650e22c2491c5e4c260849c'
+ '8d843919d9f165e9a47e56cadb4ac2ed'
+ '5ab9fdb200e15c13b450fda77fa030b6'
+ '9e2d75b7a9dc421122d673fe520ef17f')
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make MALLOC=libc
+  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  mkdir -p $pkgdir/usr/bin
+  make INSTALL_BIN="$pkgdir/usr/bin" PREFIX=/usr install
+
+  install -D -m755 "

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

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 12:36:18
  Author: spupykin
Revision: 87477

upgpkg: sysstat 10.1.5-1

upd

Modified:
  sysstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 10:36:14 UTC (rev 87476)
+++ PKGBUILD2013-04-01 10:36:18 UTC (rev 87477)
@@ -3,7 +3,7 @@
 # Contributor: Martin Devera 
 
 pkgname=sysstat
-pkgver=10.1.4
+pkgver=10.1.5
 pkgrel=1
 pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
sysstat
sysstat.service)
-md5sums=('0a8e9f69c66fc6737e6645e22eed3275'
+md5sums=('cdf66d6acd5c8cab709e07980b77ea6b'
  '3ce41ebf7330aba01e70b38658afed1f'
  '12ba479c606620193e8b7c6e982d5088')
 



[arch-commits] Commit in sysstat/repos (12 files)

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 12:36:38
  Author: spupykin
Revision: 87478

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sysstat/repos/community-i686/PKGBUILD
(from rev 87477, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-i686/sysstat
(from rev 87477, sysstat/trunk/sysstat)
  sysstat/repos/community-i686/sysstat.service
(from rev 87477, sysstat/trunk/sysstat.service)
  sysstat/repos/community-x86_64/PKGBUILD
(from rev 87477, sysstat/trunk/PKGBUILD)
  sysstat/repos/community-x86_64/sysstat
(from rev 87477, sysstat/trunk/sysstat)
  sysstat/repos/community-x86_64/sysstat.service
(from rev 87477, sysstat/trunk/sysstat.service)
Deleted:
  sysstat/repos/community-i686/PKGBUILD
  sysstat/repos/community-i686/sysstat
  sysstat/repos/community-i686/sysstat.service
  sysstat/repos/community-x86_64/PKGBUILD
  sysstat/repos/community-x86_64/sysstat
  sysstat/repos/community-x86_64/sysstat.service

--+
 /PKGBUILD|   86 +
 /sysstat |   50 +
 /sysstat.service |   22 +
 community-i686/PKGBUILD  |   43 --
 community-i686/sysstat   |   25 --
 community-i686/sysstat.service   |   11 
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/sysstat |   25 --
 community-x86_64/sysstat.service |   11 
 9 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 10:36:18 UTC (rev 87477)
+++ community-i686/PKGBUILD 2013-04-01 10:36:38 UTC (rev 87478)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Martin Devera 
-
-pkgname=sysstat
-pkgver=10.1.4
-pkgrel=1
-pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
-arch=('i686' 'x86_64')
-url="http://pagesperso-orange.fr/sebastien.godard/";
-license=('GPL')
-depends=('lm_sensors')
-optdepends=('tk: to use isag'
-   'gnuplot: to use isag')
-options=(zipman)
-backup=('etc/conf.d/sysstat'
-   'etc/conf.d/sysstat.ioconf')
-source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
-   sysstat
-   sysstat.service)
-md5sums=('0a8e9f69c66fc6737e6645e22eed3275'
- '3ce41ebf7330aba01e70b38658afed1f'
- '12ba479c606620193e8b7c6e982d5088')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  conf_dir=/etc/conf.d ./configure --prefix=/usr \
-   --enable-yesterday \
-   --mandir=/usr/share/man \
-   --enable-install-isag \
-   --disable-man-group
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m 744 cron/sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat
-  install -D -m 744 cron/sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat
-  install -D -m 755 $srcdir/sysstat $pkgdir/etc/rc.d/sysstat
-  chown -R root:root $pkgdir
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: sysstat/repos/community-i686/PKGBUILD (from rev 87477, 
sysstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 10:36:38 UTC (rev 87478)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Martin Devera 
+
+pkgname=sysstat
+pkgver=10.1.5
+pkgrel=1
+pkgdesc="a collection of performance monitoring tools 
(iostat,isag,mpstat,pidstat,sadf,sar)"
+arch=('i686' 'x86_64')
+url="http://pagesperso-orange.fr/sebastien.godard/";
+license=('GPL')
+depends=('lm_sensors')
+optdepends=('tk: to use isag'
+   'gnuplot: to use isag')
+options=(zipman)
+backup=('etc/conf.d/sysstat'
+   'etc/conf.d/sysstat.ioconf')
+source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
+   sysstat
+   sysstat.service)
+md5sums=('cdf66d6acd5c8cab709e07980b77ea6b'
+ '3ce41ebf7330aba01e70b38658afed1f'
+ '12ba479c606620193e8b7c6e982d5088')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  conf_dir=/etc/conf.d ./configure --prefix=/usr \
+   --enable-yesterday \
+   --mandir=/usr/share/man \
+   --enable-install-isag \
+   --disable-man-group
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m 744 cron/sysstat.cron.hourly $pkgdir/etc/cron.hourly/sysstat
+  install -D -m 744 cron/sysstat.cron.daily $pkgdir/etc/cron.daily/sysstat
+  install -D -m 755 $srcdir/sysstat $pkgdir/etc/rc.d/sysstat
+  chown -R root:root $pkgdir
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/sysstat
===
--- community

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

2013-04-01 Thread Lukas Fleischer
Date: Monday, April 1, 2013 @ 12:47:26
  Author: lfleischer
Revision: 87479

upgpkg: easystroke 0.6.0-2

Rebuild against current boost version. Fixes FS#34536.

Modified:
  easystroke/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 10:36:38 UTC (rev 87478)
+++ PKGBUILD2013-04-01 10:47:26 UTC (rev 87479)
@@ -3,7 +3,7 @@
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'



[arch-commits] Commit in easystroke/repos (8 files)

2013-04-01 Thread Lukas Fleischer
Date: Monday, April 1, 2013 @ 12:52:04
  Author: lfleischer
Revision: 87480

archrelease: copy trunk to community-i686, community-x86_64

Added:
  easystroke/repos/community-i686/PKGBUILD
(from rev 87479, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-i686/easystroke.install
(from rev 87479, easystroke/trunk/easystroke.install)
  easystroke/repos/community-x86_64/PKGBUILD
(from rev 87479, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-x86_64/easystroke.install
(from rev 87479, easystroke/trunk/easystroke.install)
Deleted:
  easystroke/repos/community-i686/PKGBUILD
  easystroke/repos/community-i686/easystroke.install
  easystroke/repos/community-x86_64/PKGBUILD
  easystroke/repos/community-x86_64/easystroke.install

-+
 /PKGBUILD   |   62 ++
 /easystroke.install |   26 ++
 community-i686/PKGBUILD |   31 -
 community-i686/easystroke.install   |   13 ---
 community-x86_64/PKGBUILD   |   31 -
 community-x86_64/easystroke.install |   13 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 10:47:26 UTC (rev 87479)
+++ community-i686/PKGBUILD 2013-04-01 10:52:04 UTC (rev 87480)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kevin Sullivan 
-
-pkgname=easystroke
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
-arch=('i686' 'x86_64')
-url='http://easystroke.sourceforge.net/'
-license=('custom:ISC')
-depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
-makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
-install=easystroke.install
-source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-  make man
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: easystroke/repos/community-i686/PKGBUILD (from rev 87479, 
easystroke/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 10:52:04 UTC (rev 87480)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/easystroke.install
===
--- community-i686/easystroke.install   2013-04-01 10:47:26 UTC (rev 87479)
+++ community-i686/easystroke.install   2013-04-01 10:52:04 UTC (rev 87480)
@@ -1,13 +0,0 @@
-pkgname=easystroke
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: easystroke/repos/community-i686/easystroke.install (from rev 87479, 
easystroke/trunk/easystroke.install)
===
--- community-i686/easystroke.install   (rev 0)
+++ community-i686/easystroke.install   2013-04-01 10:52:04 UTC (rev 87480)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-01 10:47:26 UTC (rev 87479)
+++ community-x86_64/PKGBUILD   2013-04-01 10:52:04 UTC (rev 87480)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kevin Sullivan 
-
-pkgname=easystroke
-pkgver=0.6.0
-pkgrel=1
-pkg

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

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 13:32:00
  Author: spupykin
Revision: 87481

upgpkg: tomoyo-tools 2.5.0.20130214-2

upd

Modified:
  tomoyo-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 10:52:04 UTC (rev 87480)
+++ PKGBUILD2013-04-01 11:32:00 UTC (rev 87481)
@@ -7,13 +7,13 @@
 _timestamp=20130214
 _file=53357
 pkgver=${_basever}.${_timestamp}
-pkgrel=1
+pkgrel=2
 pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
 arch=('i686' 'x86_64')
 url='http://tomoyo.sourceforge.jp'
 #url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818'
 license=('GPL')
-depends=('ncurses')
+depends=('ncurses' 'linux>=3.2')
 conflicts=('ccs-tools')
 install=tomoyo-tools.install
 
source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz";)



[arch-commits] Commit in tomoyo-tools/repos (8 files)

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 13:32:19
  Author: spupykin
Revision: 87482

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tomoyo-tools/repos/community-i686/PKGBUILD
(from rev 87481, tomoyo-tools/trunk/PKGBUILD)
  tomoyo-tools/repos/community-i686/tomoyo-tools.install
(from rev 87481, tomoyo-tools/trunk/tomoyo-tools.install)
  tomoyo-tools/repos/community-x86_64/PKGBUILD
(from rev 87481, tomoyo-tools/trunk/PKGBUILD)
  tomoyo-tools/repos/community-x86_64/tomoyo-tools.install
(from rev 87481, tomoyo-tools/trunk/tomoyo-tools.install)
Deleted:
  tomoyo-tools/repos/community-i686/PKGBUILD
  tomoyo-tools/repos/community-i686/tomoyo-tools.install
  tomoyo-tools/repos/community-x86_64/PKGBUILD
  tomoyo-tools/repos/community-x86_64/tomoyo-tools.install

---+
 /PKGBUILD |   60 
 /tomoyo-tools.install |   22 +++
 community-i686/PKGBUILD   |   30 
 community-i686/tomoyo-tools.install   |   11 -
 community-x86_64/PKGBUILD |   30 
 community-x86_64/tomoyo-tools.install |   11 -
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 11:32:00 UTC (rev 87481)
+++ community-i686/PKGBUILD 2013-04-01 11:32:19 UTC (rev 87482)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jamie Nguyen 
-
-pkgname=tomoyo-tools
-_basever=2.5.0
-_timestamp=20130214
-_file=53357
-pkgver=${_basever}.${_timestamp}
-pkgrel=1
-pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
-arch=('i686' 'x86_64')
-url='http://tomoyo.sourceforge.jp'
-#url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818'
-license=('GPL')
-depends=('ncurses')
-conflicts=('ccs-tools')
-install=tomoyo-tools.install
-source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz";)
-md5sums=('6b531ed9ac32b01722a9cd749a2f')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make INSTALLDIR="${pkgdir}" install
-}

Copied: tomoyo-tools/repos/community-i686/PKGBUILD (from rev 87481, 
tomoyo-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 11:32:19 UTC (rev 87482)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jamie Nguyen 
+
+pkgname=tomoyo-tools
+_basever=2.5.0
+_timestamp=20130214
+_file=53357
+pkgver=${_basever}.${_timestamp}
+pkgrel=2
+pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
+arch=('i686' 'x86_64')
+url='http://tomoyo.sourceforge.jp'
+#url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818'
+license=('GPL')
+depends=('ncurses' 'linux>=3.2')
+conflicts=('ccs-tools')
+install=tomoyo-tools.install
+source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz";)
+md5sums=('6b531ed9ac32b01722a9cd749a2f')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make INSTALLDIR="${pkgdir}" install
+}

Deleted: community-i686/tomoyo-tools.install
===
--- community-i686/tomoyo-tools.install 2013-04-01 11:32:00 UTC (rev 87481)
+++ community-i686/tomoyo-tools.install 2013-04-01 11:32:19 UTC (rev 87482)
@@ -1,11 +0,0 @@
-post_install () {
-  echo
-  echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel"
-  echo "   boot options and initialize policy with this command:"
-  echo " /usr/lib/tomoyo/init_policy"
-  echo
-}
-
-post_upgrade () {
-post_install $1
-}

Copied: tomoyo-tools/repos/community-i686/tomoyo-tools.install (from rev 87481, 
tomoyo-tools/trunk/tomoyo-tools.install)
===
--- community-i686/tomoyo-tools.install (rev 0)
+++ community-i686/tomoyo-tools.install 2013-04-01 11:32:19 UTC (rev 87482)
@@ -0,0 +1,11 @@
+post_install () {
+  echo
+  echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel"
+  echo "   boot options and initialize policy with this command:"
+  echo " /usr/lib/tomoyo/init_policy"
+  echo
+}
+
+post_upgrade () {
+post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-01 11:32:00 UTC (rev 87481)
+++ community-x86_64/PKGBUILD   2013-04-01 11:32:19 UTC (rev 87482)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jamie Nguyen 
-
-pkgname=tomoyo-tools
-_basever=2.5.0
-_timestamp=20130214
-_file=53357
-pkgver=${_basever}.${_timestamp}
-pkg

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

2013-04-01 Thread Felix Yan
Date: Monday, April 1, 2013 @ 14:04:02
  Author: fyan
Revision: 87483

upgpkg: xnoise 0.2.17-3 fix FS#34484

Modified:
  xnoise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 11:32:19 UTC (rev 87482)
+++ PKGBUILD2013-04-01 12:04:02 UTC (rev 87483)
@@ -4,7 +4,7 @@
 
 pkgname=xnoise
 pkgver=0.2.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Media player with a slick GUI, great speed and lots of features."
 arch=('i686' 'x86_64')
 url="http://www.xnoise-media-player.com/";
@@ -13,7 +13,8 @@
 optdepends=('gst-plugins-base: Basic media codecs'
 'gst-plugins-bad: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
-   'gst-libav: Extra media codecs')
+   'gst-libav: Extra media codecs'
+   'gvfs: Needed for fetching album art')
 makedepends=('gettext' 'intltool')
 options=('!libtool')
 install=$pkgname.install



[arch-commits] Commit in xnoise/repos (8 files)

2013-04-01 Thread Felix Yan
Date: Monday, April 1, 2013 @ 14:09:37
  Author: fyan
Revision: 87484

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xnoise/repos/community-i686/PKGBUILD
(from rev 87483, xnoise/trunk/PKGBUILD)
  xnoise/repos/community-i686/xnoise.install
(from rev 87483, xnoise/trunk/xnoise.install)
  xnoise/repos/community-x86_64/PKGBUILD
(from rev 87483, xnoise/trunk/PKGBUILD)
  xnoise/repos/community-x86_64/xnoise.install
(from rev 87483, xnoise/trunk/xnoise.install)
Deleted:
  xnoise/repos/community-i686/PKGBUILD
  xnoise/repos/community-i686/xnoise.install
  xnoise/repos/community-x86_64/PKGBUILD
  xnoise/repos/community-x86_64/xnoise.install

-+
 /PKGBUILD   |   74 ++
 /xnoise.install |   26 +
 community-i686/PKGBUILD |   36 --
 community-i686/xnoise.install   |   13 --
 community-x86_64/PKGBUILD   |   36 --
 community-x86_64/xnoise.install |   13 --
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 12:04:02 UTC (rev 87483)
+++ community-i686/PKGBUILD 2013-04-01 12:09:37 UTC (rev 87484)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: archtux 
-
-pkgname=xnoise
-pkgver=0.2.17
-pkgrel=2
-pkgdesc="Media player with a slick GUI, great speed and lots of features."
-arch=('i686' 'x86_64')
-url="http://www.xnoise-media-player.com/";
-license=('GPL2')
-depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo' 'librsvg')
-optdepends=('gst-plugins-base: Basic media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-   'gst-libav: Extra media codecs')
-makedepends=('gettext' 'intltool')
-options=('!libtool')
-install=$pkgname.install
-source=("https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz";)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  
-  # Remove obsolete files
-  rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala"
-}
-md5sums=('a72b0adf06667f682f972f9c38174f02')

Copied: xnoise/repos/community-i686/PKGBUILD (from rev 87483, 
xnoise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 12:09:37 UTC (rev 87484)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: archtux 
+
+pkgname=xnoise
+pkgver=0.2.17
+pkgrel=3
+pkgdesc="Media player with a slick GUI, great speed and lots of features."
+arch=('i686' 'x86_64')
+url="http://www.xnoise-media-player.com/";
+license=('GPL2')
+depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo' 'librsvg')
+optdepends=('gst-plugins-base: Basic media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+   'gst-libav: Extra media codecs'
+   'gvfs: Needed for fetching album art')
+makedepends=('gettext' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=("https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz";)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  
+  # Remove obsolete files
+  rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala"
+}
+md5sums=('a72b0adf06667f682f972f9c38174f02')

Deleted: community-i686/xnoise.install
===
--- community-i686/xnoise.install   2013-04-01 12:04:02 UTC (rev 87483)
+++ community-i686/xnoise.install   2013-04-01 12:09:37 UTC (rev 87484)
@@ -1,13 +0,0 @@
- 
-post_install() {
-  gtk-update-icon-cache -t -f /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: xnoise/repos/community-i686/xnoise.install (from rev 87483, 
xnoise/trunk/xnoise.install)
===
--- community-i686/xnoise.install   (rev 0)
+++ community-i686/xnoise.install   2013-04-01 12:09:37 UTC (rev 87484)
@@ -0,0 +1,13 @@
+ 
+post_install() {
+  gtk-update-icon-cache -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- communi

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

2013-04-01 Thread Rémy Oudompheng
Date: Monday, April 1, 2013 @ 14:24:11
  Author: remy
Revision: 181149

upgpkg: pyalpm 0.6-1

pyalpm release 0.6 for pacman 4.1

Modified:
  pyalpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 10:15:29 UTC (rev 181148)
+++ PKGBUILD2013-04-01 12:24:11 UTC (rev 181149)
@@ -1,15 +1,15 @@
 # Maintainer : Rémy Oudompheng 
 
 pkgname=pyalpm
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.6
+pkgrel=1
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/users/remy/pyalpm.git/";
 license=('GPL')
-depends=('python>=3.2' 'pacman>=4')
+depends=('python>=3.2' 'pacman>=4.1')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
-md5sums=('a76019106d17de3a5933c773013a63d1')
+md5sums=('614fa9f8a5c7cef0828b4f6306ef92f2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in pyalpm/repos (4 files)

2013-04-01 Thread Rémy Oudompheng
Date: Monday, April 1, 2013 @ 14:24:52
  Author: remy
Revision: 181150

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pyalpm/repos/testing-i686/
  pyalpm/repos/testing-i686/PKGBUILD
(from rev 181149, pyalpm/trunk/PKGBUILD)
  pyalpm/repos/testing-x86_64/
  pyalpm/repos/testing-x86_64/PKGBUILD
(from rev 181149, pyalpm/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   23 +++
 testing-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: pyalpm/repos/testing-i686/PKGBUILD (from rev 181149, 
pyalpm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-01 12:24:52 UTC (rev 181150)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng 
+
+pkgname=pyalpm
+pkgver=0.6
+pkgrel=1
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/users/remy/pyalpm.git/";
+license=('GPL')
+depends=('python>=3.2' 'pacman>=4.1')
+source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
+md5sums=('614fa9f8a5c7cef0828b4f6306ef92f2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+

Copied: pyalpm/repos/testing-x86_64/PKGBUILD (from rev 181149, 
pyalpm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-01 12:24:52 UTC (rev 181150)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng 
+
+pkgname=pyalpm
+pkgver=0.6
+pkgrel=1
+pkgdesc="Libalpm bindings for Python 3"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/users/remy/pyalpm.git/";
+license=('GPL')
+depends=('python>=3.2' 'pacman>=4.1')
+source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
+md5sums=('614fa9f8a5c7cef0828b4f6306ef92f2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+



[arch-commits] Commit in fontconfig/repos (14 files)

2013-04-01 Thread Jan de Groot
Date: Monday, April 1, 2013 @ 15:13:35
  Author: jgc
Revision: 181151

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  fontconfig/repos/gnome-unstable-i686/PKGBUILD
(from rev 181150, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/gnome-unstable-i686/bug62980.patch
(from rev 181150, fontconfig/trunk/bug62980.patch)
  fontconfig/repos/gnome-unstable-i686/fontconfig.install
(from rev 181150, fontconfig/trunk/fontconfig.install)
  fontconfig/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181150, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/gnome-unstable-x86_64/bug62980.patch
(from rev 181150, fontconfig/trunk/bug62980.patch)
  fontconfig/repos/gnome-unstable-x86_64/fontconfig.install
(from rev 181150, fontconfig/trunk/fontconfig.install)
Deleted:
  fontconfig/repos/gnome-unstable-i686/29-replace-bitmap-fonts.conf
  fontconfig/repos/gnome-unstable-i686/PKGBUILD
  fontconfig/repos/gnome-unstable-i686/bug62980.patch
  fontconfig/repos/gnome-unstable-i686/fontconfig.install
  fontconfig/repos/gnome-unstable-x86_64/29-replace-bitmap-fonts.conf
  fontconfig/repos/gnome-unstable-x86_64/PKGBUILD
  fontconfig/repos/gnome-unstable-x86_64/bug62980.patch
  fontconfig/repos/gnome-unstable-x86_64/fontconfig.install

+
 /PKGBUILD  |  100 +
 /bug62980.patch|  146 +++
 /fontconfig.install|   78 ++
 gnome-unstable-i686/29-replace-bitmap-fonts.conf   |   37 
 gnome-unstable-i686/PKGBUILD   |   59 ---
 gnome-unstable-i686/bug62980.patch |   73 -
 gnome-unstable-i686/fontconfig.install |   39 -
 gnome-unstable-x86_64/29-replace-bitmap-fonts.conf |   37 
 gnome-unstable-x86_64/PKGBUILD |   59 ---
 gnome-unstable-x86_64/bug62980.patch   |   73 -
 gnome-unstable-x86_64/fontconfig.install   |   39 -
 11 files changed, 324 insertions(+), 416 deletions(-)

Deleted: gnome-unstable-i686/29-replace-bitmap-fonts.conf
===
--- gnome-unstable-i686/29-replace-bitmap-fonts.conf2013-04-01 12:24:52 UTC 
(rev 181150)
+++ gnome-unstable-i686/29-replace-bitmap-fonts.conf2013-04-01 13:13:35 UTC 
(rev 181151)
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-Helvetica
-
-
-Arial
-Liberation Sans   
-sans-serif
-
-
-
-
-Courier
-
-
-Courier New
-Liberation Mono
-monospace
-
-
-
-
-Times
-
-
-Times New Roman
-Liberation Serif
-serif
-
-
-

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-04-01 12:24:52 UTC (rev 181150)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 13:13:35 UTC (rev 181151)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=fontconfig
-pkgver=2.10.92
-pkgrel=1
-pkgdesc="A library for configuring and customizing font access"
-arch=(i686 x86_64)
-url="http://www.fontconfig.org/release/";
-license=('custom')
-depends=('expat' 'freetype2')
-options=('!libtool')
-install=fontconfig.install
-source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
-29-replace-bitmap-fonts.conf
-bug62980.patch)
-sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
-'5addef189c5e01679ce3b610f8864c59980029c98f323f40f8c9080429857fdc'
-'d0d17ddbb5a20ef259eb33757904e076291a817312e94deb6d8f7b7cd064a3ce')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../bug62980.patch
-
-  # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
-  libtoolize -f
-  autoreconf -fi
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-templatedir=/etc/fonts/conf.avail \
---with-xmldir=/etc/fonts \
---localstatedir=/var \
---disable-static \
---with-default-fonts=/usr/share/fonts \
---with-add-fonts=/usr/share/fonts
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # not upstream, not in FC and not in Gentoo, this should probably go upstream
-  # meanwhile to satisfy pages like 
http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html we bring it back
-  install -m644 "$srcdir/29-replace-bitmap-fonts.conf" 
"$pkgdir/etc/fonts/conf.avail"
-  pushd $pkgdir/etc/fonts/conf.d
-  ln -s /etc/fonts/conf.avail/29-replace-bitmap-fonts.conf .
-  popd
-
-  #Install license
-  install -m755 -d "$pkgdir/usr

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

2013-04-01 Thread Andrea Scarpino
Date: Monday, April 1, 2013 @ 15:56:32
  Author: andrea
Revision: 87485

upgpkg: sbt 1:0.12.3-1

Use the version packaged by upstream (FS#34458)

Modified:
  sbt/trunk/PKGBUILD

--+
 PKGBUILD |   29 -
 1 file changed, 16 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 12:09:37 UTC (rev 87484)
+++ PKGBUILD2013-04-01 13:56:32 UTC (rev 87485)
@@ -3,7 +3,8 @@
 # Contributor: Leif Warner 
 
 pkgname=sbt
-pkgver=0.13
+epoch=1
+pkgver=0.12.3
 pkgrel=1
 pkgdesc="A minimally intrusive build tool for Scala projects"
 arch=('any')
@@ -11,19 +12,21 @@
 license=('BSD')
 depends=('java-runtime-headless' 'sh')
 optdepends=('scala')
-conflicts=('simple-build-tool')
-replaces=('simple-build-tool')
-source=("http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar";
-"https://raw.github.com/harrah/xsbt/${pkgver}/LICENSE";
-'sbt.sh')
-noextract=('sbt-launch.jar')
-md5sums=('124fb91b398542c23cd920360580d2d7'
- '0cc49331142988765ce73782a5839c57'
- '00be6e8d79c788bf4fbe45b0a556a044')
+source=("http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz";)
+md5sums=('a4a8cec472e79e1f4788f0ad744f4f17')
 
 package() {
-  install -Dm644 sbt-launch.jar 
"${pkgdir}/usr/share/java/${pkgname}/sbt-launch.jar"
-  install -Dm755 sbt.sh "${pkgdir}/usr/bin/sbt"
+  cd sbt/bin
+  install -d "${pkgdir}/usr/share/java/${pkgname}/"
+  install -m644 {jansi,sbt-launch}.jar "${pkgdir}/usr/share/java/${pkgname}/"
+  install -m755 sbt sbt-launch-lib.bash "${pkgdir}/usr/share/java/${pkgname}/"
 
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -d "${pkgdir}"/usr/bin/
+  ln -s "/usr/share/java/${pkgname}/sbt" "${pkgdir}"/usr/bin/sbt
+
+  install -d "${pkgdir}"/etc/${pkgname}/
+  touch "${pkgdir}"/etc/${pkgname}/sbtopts
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m644 ../jansi-license.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



[arch-commits] Commit in sbt/repos/community-any (PKGBUILD PKGBUILD sbt.sh sbt.sh)

2013-04-01 Thread Andrea Scarpino
Date: Monday, April 1, 2013 @ 15:56:38
  Author: andrea
Revision: 87486

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/PKGBUILD
(from rev 87485, sbt/trunk/PKGBUILD)
  sbt/repos/community-any/sbt.sh
(from rev 87485, sbt/trunk/sbt.sh)
Deleted:
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.sh

--+
 PKGBUILD |   61 -
 sbt.sh   |   36 ++--
 2 files changed, 50 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-01 13:56:32 UTC (rev 87485)
+++ PKGBUILD2013-04-01 13:56:38 UTC (rev 87486)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-pkgname=sbt
-pkgver=0.13
-pkgrel=1
-pkgdesc="A minimally intrusive build tool for Scala projects"
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless' 'sh')
-optdepends=('scala')
-conflicts=('simple-build-tool')
-replaces=('simple-build-tool')
-source=("http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/${pkgver}/sbt-launch.jar";
-"https://raw.github.com/harrah/xsbt/${pkgver}/LICENSE";
-'sbt.sh')
-noextract=('sbt-launch.jar')
-md5sums=('124fb91b398542c23cd920360580d2d7'
- '0cc49331142988765ce73782a5839c57'
- '00be6e8d79c788bf4fbe45b0a556a044')
-
-package() {
-  install -Dm644 sbt-launch.jar 
"${pkgdir}/usr/share/java/${pkgname}/sbt-launch.jar"
-  install -Dm755 sbt.sh "${pkgdir}/usr/bin/sbt"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 87485, sbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-01 13:56:38 UTC (rev 87486)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Leif Warner 
+
+pkgname=sbt
+epoch=1
+pkgver=0.12.3
+pkgrel=1
+pkgdesc="A minimally intrusive build tool for Scala projects"
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless' 'sh')
+optdepends=('scala')
+source=("http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz";)
+md5sums=('a4a8cec472e79e1f4788f0ad744f4f17')
+
+package() {
+  cd sbt/bin
+  install -d "${pkgdir}/usr/share/java/${pkgname}/"
+  install -m644 {jansi,sbt-launch}.jar "${pkgdir}/usr/share/java/${pkgname}/"
+  install -m755 sbt sbt-launch-lib.bash "${pkgdir}/usr/share/java/${pkgname}/"
+
+  install -d "${pkgdir}"/usr/bin/
+  ln -s "/usr/share/java/${pkgname}/sbt" "${pkgdir}"/usr/bin/sbt
+
+  install -d "${pkgdir}"/etc/${pkgname}/
+  touch "${pkgdir}"/etc/${pkgname}/sbtopts
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m644 ../jansi-license.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: sbt.sh
===
--- sbt.sh  2013-04-01 13:56:32 UTC (rev 87485)
+++ sbt.sh  2013-04-01 13:56:38 UTC (rev 87486)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# 
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/src/scripts/sbt-launch-lib.bash#L78
-get_mem_opts () {
-local mem=${1:-1536}
-local perm=$(( $mem / 4 ))
-(( $perm > 256 )) || perm=256
-(( $perm < 1024 )) || perm=1024
-local codecache=$(( $perm / 2 ))
-
-echo "-Xms${mem}m -Xmx${mem}m -XX:MaxPermSize=${perm}m 
-XX:ReservedCodeCacheSize=${codecache}m"
-}
-
-if [[ -z "$SBT_OPTS" ]]; then
-SBT_OPTS=$(get_mem_opts)
-fi
-
-"$JAVA_HOME/bin/java" $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"

Copied: sbt/repos/community-any/sbt.sh (from rev 87485, sbt/trunk/sbt.sh)
===
--- sbt.sh  (rev 0)
+++ sbt.sh  2013-04-01 13:56:38 UTC (rev 87486)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# 
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/src/scripts/sbt-launch-lib.bash#L78
+get_mem_opts () {
+local mem=${1:-1536}
+local perm=$(( $mem / 4 ))
+(( $perm > 256 )) || perm=256
+(( $perm < 1024 )) || perm=1024
+local codecache=$(( $perm / 2 ))
+
+echo "-Xms${mem}m -Xmx${mem}m -XX:MaxPermSize=${perm}m 
-XX:ReservedCodeCacheSize=${codecache}m"
+}
+
+if [[ -z "$SBT_OPTS" ]]; then
+SBT_OPTS=$(get_mem_opts)
+fi
+
+"$JAVA_HOME/bin/java" $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"



[arch-commits] Commit in purple-plugin-pack/trunk (PKGBUILD)

2013-04-01 Thread Evangelos Foutras
Date: Monday, April 1, 2013 @ 17:47:28
  Author: foutrelis
Revision: 181152

Point to new source URL.

Modified:
  purple-plugin-pack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 13:13:35 UTC (rev 181151)
+++ PKGBUILD2013-04-01 15:47:28 UTC (rev 181152)
@@ -14,7 +14,7 @@
 depends=('libpurple')
 makedepends=('intltool' 'gettext' 'python2' 'pidgin')
 options=('!libtool')
-source=(https://www.guifications.org/attachments/download/201/purple-plugin-pack-2.7.0.tar.bz2)
+source=(https://bitbucket.org/rekkanoryo/$pkgname/downloads/$pkgname-$pkgver.tar.bz2)
 sha256sums=('2bbcf5e778a33968ba7f2864d2a6cb526a8984be3e4151642a583eee8eafb03c')
 
 build() {



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

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 18:09:05
  Author: spupykin
Revision: 87487

upgpkg: cuneiform 1.1.0-8

upd

Modified:
  cuneiform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 13:56:38 UTC (rev 87486)
+++ PKGBUILD2013-04-01 16:09:05 UTC (rev 87487)
@@ -5,7 +5,7 @@
 pkgname=cuneiform
 pkgver=1.1.0
 _dpkgver=1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
 arch=('i686' 'x86_64')
 url="https://launchpad.net/cuneiform-linux";
@@ -21,17 +21,24 @@
 build() {
   cd "${_SRC_ROOT}"
   sed -i 's#lib64#lib#' install_files.cmake
-  mkdir builddir
+  mkdir -p builddir
   cd builddir
 
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
   cmake \
-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-   -DImageMagick_Magick++_LIBRARY=/usr/lib/libMagick++-Q16.so.7 \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
..
   make
 }
 
+check() {
+  ldd ${_SRC_ROOT}/builddir/cuneiform | grep Magick >/dev/null
+}
+
 package() {
   cd "${_SRC_ROOT}"/builddir
   make DESTDIR="${pkgdir}" install



[arch-commits] Commit in cuneiform/repos (4 files)

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 18:09:28
  Author: spupykin
Revision: 87488

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cuneiform/repos/community-i686/PKGBUILD
(from rev 87487, cuneiform/trunk/PKGBUILD)
  cuneiform/repos/community-x86_64/PKGBUILD
(from rev 87487, cuneiform/trunk/PKGBUILD)
Deleted:
  cuneiform/repos/community-i686/PKGBUILD
  cuneiform/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   41 --
 community-x86_64/PKGBUILD |   41 --
 3 files changed, 96 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 16:09:05 UTC (rev 87487)
+++ community-i686/PKGBUILD 2013-04-01 16:09:28 UTC (rev 87488)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Maxim Vuets 
-
-pkgname=cuneiform
-pkgver=1.1.0
-_dpkgver=1.1
-pkgrel=7
-pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
-arch=('i686' 'x86_64')
-url="https://launchpad.net/cuneiform-linux";
-license=('BSD')
-depends=('imagemagick')
-makedepends=('cmake')
-source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
-md5sums=('09fd160cdfc512f26442a7e91246598d')
-
-_SRC_ROOT="${srcdir}/${pkgname}-linux-${pkgver}"
-md5sums=('09fd160cdfc512f26442a7e91246598d')
-
-build() {
-  cd "${_SRC_ROOT}"
-  sed -i 's#lib64#lib#' install_files.cmake
-  mkdir builddir
-  cd builddir
-
-  cmake \
-   -DCMAKE_BUILD_TYPE=release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DImageMagick_Magick++_LIBRARY=/usr/lib/libMagick++-Q16.so.7 \
-   ..
-  make
-}
-
-package() {
-  cd "${_SRC_ROOT}"/builddir
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${_SRC_ROOT}/cuneiform_src/Kern/license.txt" \
-"${pkgdir}/usr/share/licenses/cuneiform/license.txt"
-}

Copied: cuneiform/repos/community-i686/PKGBUILD (from rev 87487, 
cuneiform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 16:09:28 UTC (rev 87488)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Maxim Vuets 
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=8
+pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
+arch=('i686' 'x86_64')
+url="https://launchpad.net/cuneiform-linux";
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake')
+source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+md5sums=('09fd160cdfc512f26442a7e91246598d')
+
+_SRC_ROOT="${srcdir}/${pkgname}-linux-${pkgver}"
+md5sums=('09fd160cdfc512f26442a7e91246598d')
+
+build() {
+  cd "${_SRC_ROOT}"
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd ${_SRC_ROOT}/builddir/cuneiform | grep Magick >/dev/null
+}
+
+package() {
+  cd "${_SRC_ROOT}"/builddir
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${_SRC_ROOT}/cuneiform_src/Kern/license.txt" \
+"${pkgdir}/usr/share/licenses/cuneiform/license.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-01 16:09:05 UTC (rev 87487)
+++ community-x86_64/PKGBUILD   2013-04-01 16:09:28 UTC (rev 87488)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Maxim Vuets 
-
-pkgname=cuneiform
-pkgver=1.1.0
-_dpkgver=1.1
-pkgrel=7
-pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 
20 languages."
-arch=('i686' 'x86_64')
-url="https://launchpad.net/cuneiform-linux";
-license=('BSD')
-depends=('imagemagick')
-makedepends=('cmake')
-source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
-md5sums=('09fd160cdfc512f26442a7e91246598d')
-
-_SRC_ROOT="${srcdir}/${pkgname}-linux-${pkgver}"
-md5sums=('09fd160cdfc512f26442a7e91246598d')
-
-build() {
-  cd "${_SRC_ROOT}"
-  sed -i 's#lib64#lib#' install_files.cmake
-  mkdir builddir
-  cd builddir
-
-  cmake \
-   -DCMAKE_BUILD_TYPE=release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DImageMagick_Magick++_LIBRARY=/usr/lib/libMagick++-Q16.so.7 \
-   ..
-  make
-}
-
-package() {
-  cd "${_SRC_ROOT}"/builddir
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${_SRC_ROOT}/cuneiform_src/Kern/license.txt" \
-"${pkgdi

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

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 18:49:56
  Author: spupykin
Revision: 87489

upgpkg: gmime24 2.4.33-1

upd

Modified:
  gmime24/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 16:09:28 UTC (rev 87488)
+++ PKGBUILD2013-04-01 16:49:56 UTC (rev 87489)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=gmime24
-pkgver=2.4.32
+pkgver=2.4.33
 pkgrel=1
 pkgdesc="Core mime parsing library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/gmime-${pkgver}.tar.xz)
-md5sums=('46a52361d43769d20dbd87aa225bc3f9')
+md5sums=('a4dc6e553c0cf3b7d96dfef8ab633163')
 
 build() {
   # get rid of that .wapi errors in fakeroot



[arch-commits] Commit in gmime24/repos (4 files)

2013-04-01 Thread Sergej Pupykin
Date: Monday, April 1, 2013 @ 18:50:15
  Author: spupykin
Revision: 87490

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gmime24/repos/community-i686/PKGBUILD
(from rev 87489, gmime24/trunk/PKGBUILD)
  gmime24/repos/community-x86_64/PKGBUILD
(from rev 87489, gmime24/trunk/PKGBUILD)
Deleted:
  gmime24/repos/community-i686/PKGBUILD
  gmime24/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   33 
 community-x86_64/PKGBUILD |   33 
 3 files changed, 72 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 16:49:56 UTC (rev 87489)
+++ community-i686/PKGBUILD 2013-04-01 16:50:15 UTC (rev 87490)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=gmime24
-pkgver=2.4.32
-pkgrel=1
-pkgdesc="Core mime parsing library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://spruce.sourceforge.net/gmime/";
-depends=('glib2' 'zlib')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/gmime-${pkgver}.tar.xz)
-md5sums=('46a52361d43769d20dbd87aa225bc3f9')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR="${srcdir}/weird"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  cd ${srcdir}/gmime-${pkgver}
-  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr \
-   --disable-mono \
-   --disable-static
-  make
-  make DESTDIR=${pkgdir} install
-
-  # These are gmime alternatives for the same shareutils tools
-  rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode 
${pkgdir}/usr/share
-}

Copied: gmime24/repos/community-i686/PKGBUILD (from rev 87489, 
gmime24/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 16:50:15 UTC (rev 87490)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime24
+pkgver=2.4.33
+pkgrel=1
+pkgdesc="Core mime parsing library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://spruce.sourceforge.net/gmime/";
+depends=('glib2' 'zlib')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/gmime-${pkgver}.tar.xz)
+md5sums=('a4dc6e553c0cf3b7d96dfef8ab633163')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR="${srcdir}/weird"
+  mkdir -p "${MONO_SHARED_DIR}"
+
+  cd ${srcdir}/gmime-${pkgver}
+  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr \
+   --disable-mono \
+   --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/gmime-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # These are gmime alternatives for the same shareutils tools
+  rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode 
${pkgdir}/usr/share
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-01 16:49:56 UTC (rev 87489)
+++ community-x86_64/PKGBUILD   2013-04-01 16:50:15 UTC (rev 87490)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=gmime24
-pkgver=2.4.32
-pkgrel=1
-pkgdesc="Core mime parsing library"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://spruce.sourceforge.net/gmime/";
-depends=('glib2' 'zlib')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/gmime-${pkgver}.tar.xz)
-md5sums=('46a52361d43769d20dbd87aa225bc3f9')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR="${srcdir}/weird"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  cd ${srcdir}/gmime-${pkgver}
-  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr \
-   --disable-mono \
-   --disable-static
-  make
-  make DESTDIR=${pkgdir} install
-
-  # These are gmime alternatives for the same shareutils tools
-  rm -rf ${pkgdir}/usr/bin/uuencode ${pkgdir}/usr/bin/uudecode 
${pkgdir}/usr/share
-}

Copied: gmime24/repos/community-x86_64/PKGBUILD (from rev 87489, 
gmime24/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-01 16:50:15 UTC (rev 87490)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime24
+pkgver=2.4.33
+pkgrel=1
+pkgdesc="Core mime parsing library"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://spruce.sourceforge.net/gmime/";
+depends=('glib2' 'zlib')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME

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

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 19:00:05
  Author: heftig
Revision: 181153

FS#34532 split libgdm; dep shuffle

Modified:
  gdm/trunk/PKGBUILD

--+
 PKGBUILD |   49 +
 1 file changed, 33 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 15:47:28 UTC (rev 181152)
+++ PKGBUILD2013-04-01 17:00:05 UTC (rev 181153)
@@ -2,31 +2,24 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
-pkgname=gdm
+pkgbase=gdm
+pkgname=(gdm libgdm)
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome Display Manager"
 arch=(i686 x86_64)
 license=(GPL)
 url="http://www.gnome.org";
-backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
-etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
-etc/gdm/Xsession)
-groups=(gnome)
 options=('!libtool')
-depends=(libcanberra gnome-session gnome-settings-daemon metacity upower 
accountsservice systemd
- xorg-xrdb nss polkit-gnome xorg-server gnome-icon-theme)
+depends=(gnome-shell gnome-session polkit-gnome upower xorg-xrdb xorg-server)
 makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
-optdepends=('gnome-shell: new login interface'
-'fprintd: fingerprint authentication')
-install=gdm.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 fix_external_program_directories.patch)
 sha256sums=('4a0894ae50d1f090c6ccc450b74142243fff9ee17e2924c0f363ea51b3ba6bd5'
 'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgbase-$pkgver
   patch -Np1 -i "$srcdir/fix_external_program_directories.patch"
 
   ./configure \
@@ -46,14 +39,38 @@
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
 
-  make -j1 # race condition building gdm-client.c, does not wait for 
gdm-client-glue.h
+  make
 }
 
-package() {
-  cd "$pkgname-$pkgver"
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_gdm() {
+  depends+=(libgdm)
+  optdepends=('fprintd: fingerprint authentication')
+  backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
+  etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
+  etc/gdm/Xsession)
+  groups=(gnome)
+  install=gdm.install
+
+  cd $pkgbase-$pkgver
   make DESTDIR="$pkgdir" install
 
   chmod 1770 "$pkgdir/var/log/gdm"
   chmod 700 "$pkgdir/var/lib/gdm/.config/dconf"
   rm -r "$pkgdir/var/run" "$pkgdir/var/gdm"
+
+### Split libgdm
+  make -C gui/libgdm DESTDIR="$pkgdir" uninstall
 }
+
+package_libgdm() {
+  pkgdesc="GDM support library"
+  depends=(systemd)
+
+  cd $pkgbase-$pkgver
+  make -C gui/libgdm DESTDIR="$pkgdir" install
+}



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

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 19:01:15
  Author: heftig
Revision: 181154

FS#34532 dep shuffle

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 17:00:05 UTC (rev 181153)
+++ PKGBUILD2013-04-01 17:01:15 UTC (rev 181154)
@@ -4,17 +4,17 @@
 
 pkgname=gnome-shell
 pkgver=3.8.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The next generation GNOME Shell"
 arch=(i686 x86_64)
 url="http://live.gnome.org/GnomeShell";
 license=(GPL2)
-depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus 
libcroco mutter
- telepathy-logger telepathy-mission-control unzip gdm 
network-manager-applet
- libsecret gcr)
+depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
 makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings'
-'gnome-themes-standard: Default theme')
+optdepends=('gnome-control-center: System settings')
 options=('!libtool' '!emptydirs')
 install=gnome-shell.install
 groups=(gnome)



[arch-commits] Commit in gdm/repos (12 files)

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 19:06:19
  Author: heftig
Revision: 181155

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gdm/repos/gnome-unstable-i686/PKGBUILD
(from rev 181154, gdm/trunk/PKGBUILD)
  gdm/repos/gnome-unstable-i686/fix_external_program_directories.patch
(from rev 181154, gdm/trunk/fix_external_program_directories.patch)
  gdm/repos/gnome-unstable-i686/gdm.install
(from rev 181154, gdm/trunk/gdm.install)
  gdm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181154, gdm/trunk/PKGBUILD)
  gdm/repos/gnome-unstable-x86_64/fix_external_program_directories.patch
(from rev 181154, gdm/trunk/fix_external_program_directories.patch)
  gdm/repos/gnome-unstable-x86_64/gdm.install
(from rev 181154, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/gnome-unstable-i686/PKGBUILD
  gdm/repos/gnome-unstable-i686/fix_external_program_directories.patch
  gdm/repos/gnome-unstable-i686/gdm.install
  gdm/repos/gnome-unstable-x86_64/PKGBUILD
  gdm/repos/gnome-unstable-x86_64/fix_external_program_directories.patch
  gdm/repos/gnome-unstable-x86_64/gdm.install

--+
 /PKGBUILD|  152 ++
 /fix_external_program_directories.patch  |   24 +
 /gdm.install |   60 +++
 gnome-unstable-i686/PKGBUILD |   59 ---
 gnome-unstable-i686/fix_external_program_directories.patch   |   12 
 gnome-unstable-i686/gdm.install  |   30 -
 gnome-unstable-x86_64/PKGBUILD   |   59 ---
 gnome-unstable-x86_64/fix_external_program_directories.patch |   12 
 gnome-unstable-x86_64/gdm.install|   30 -
 9 files changed, 236 insertions(+), 202 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-04-01 17:01:15 UTC (rev 181154)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 17:06:19 UTC (rev 181155)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gdm
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Gnome Display Manager"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://www.gnome.org";
-backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
-etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
-etc/gdm/Xsession)
-groups=(gnome)
-options=('!libtool')
-depends=(libcanberra gnome-session gnome-settings-daemon metacity upower 
accountsservice systemd
- xorg-xrdb nss polkit-gnome xorg-server gnome-icon-theme)
-makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
-optdepends=('gnome-shell: new login interface'
-'fprintd: fingerprint authentication')
-install=gdm.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix_external_program_directories.patch)
-sha256sums=('4a0894ae50d1f090c6ccc450b74142243fff9ee17e2924c0f363ea51b3ba6bd5'
-'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
-
-build() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/fix_external_program_directories.patch"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/gdm \
---localstatedir=/var \
---disable-static \
---disable-schemas-compile \
---with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
---with-check-accelerated-directory=/usr/lib/gnome-session \
---with-authentication-agent-directory=/usr/lib/polkit-gnome \
---without-tcp-wrappers \
---without-console-kit \
---with-systemd \
---with-default-pam-config=exherbo
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make -j1 # race condition building gdm-client.c, does not wait for 
gdm-client-glue.h
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  chmod 1770 "$pkgdir/var/log/gdm"
-  chmod 700 "$pkgdir/var/lib/gdm/.config/dconf"
-  rm -r "$pkgdir/var/run" "$pkgdir/var/gdm"
-}

Copied: gdm/repos/gnome-unstable-i686/PKGBUILD (from rev 181154, 
gdm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 17:06:19 UTC (rev 181155)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gdm
+pkgname=(gdm libgdm)
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="Gnome Display Manager"
+arch=(i686 x86_64)
+license=(GPL)

[arch-commits] Commit in gnome-shell/repos (12 files)

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 19:07:24
  Author: heftig
Revision: 181156

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
(from rev 181155, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-i686/gnome-shell.install
(from rev 181155, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch
(from rev 181155, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181155, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-x86_64/gnome-shell.install
(from rev 181155, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/gnome-unstable-x86_64/nm-libexecdir.patch
(from rev 181155, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
  gnome-shell/repos/gnome-unstable-i686/gnome-shell.install
  gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-shell/repos/gnome-unstable-x86_64/gnome-shell.install
  gnome-shell/repos/gnome-unstable-x86_64/nm-libexecdir.patch

---+
 /PKGBUILD |   84 
 /gnome-shell.install  |   38 
 /nm-libexecdir.patch  |   24 
 gnome-unstable-i686/PKGBUILD  |   42 --
 gnome-unstable-i686/gnome-shell.install   |   19 --
 gnome-unstable-i686/nm-libexecdir.patch   |   12 
 gnome-unstable-x86_64/PKGBUILD|   42 --
 gnome-unstable-x86_64/gnome-shell.install |   19 --
 gnome-unstable-x86_64/nm-libexecdir.patch |   12 
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-04-01 17:06:19 UTC (rev 181155)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 17:07:24 UTC (rev 181156)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab http://live.gnome.org/GnomeShell";
-license=(GPL2)
-depends=(caribou evolution-data-server gjs gnome-bluetooth gnome-menus 
libcroco mutter
- telepathy-logger telepathy-mission-control unzip gdm 
network-manager-applet
- libsecret gcr)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings'
-'gnome-themes-standard: Default theme')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
-sha256sums=('cf98c3d038704fd057489c696a6cb9e2ee2ae5a10db5b45ddeba59fb82d507b8'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell/repos/gnome-unstable-i686/PKGBUILD (from rev 181155, 
gnome-shell/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-04-01 17:07:24 UTC (rev 181156)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Flamelab http://live.gnome.org/GnomeShell";
+license=(GPL2)
+depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
+makedepends=(intltool gtk-doc gnome-control-center)
+optdepends=('gnome-control-center: System settings')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+nm-libexecdir.patch)
+sha256sums=('cf98c3d038704fd057489c696a6cb9e2ee2ae5a10db5b45ddeba59fb82d507b8'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # FS#30747 FS#32730 Problems due to libexecdir different from NM
+  patch -Np1 -i ../nm-libexecdir.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-shell \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  mak

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

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 19:16:37
  Author: bpiotrowski
Revision: 87491

upgpkg: libfm 1.1.0-4

- remove vala from dependencies (FS#34534)

Modified:
  libfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 16:50:15 UTC (rev 87490)
+++ PKGBUILD2013-04-01 17:16:37 UTC (rev 87491)
@@ -6,7 +6,7 @@
 
 pkgname=libfm
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Library for file management'
 url='http://pcmanfm.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('lxde')
 options=('!libtool')
 install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils' 
'vala')
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
 md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
 



[arch-commits] Commit in libfm/repos (8 files)

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 19:16:51
  Author: bpiotrowski
Revision: 87492

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libfm/repos/community-i686/PKGBUILD
(from rev 87491, libfm/trunk/PKGBUILD)
  libfm/repos/community-i686/libfm.install
(from rev 87491, libfm/trunk/libfm.install)
  libfm/repos/community-x86_64/PKGBUILD
(from rev 87491, libfm/trunk/PKGBUILD)
  libfm/repos/community-x86_64/libfm.install
(from rev 87491, libfm/trunk/libfm.install)
Deleted:
  libfm/repos/community-i686/PKGBUILD
  libfm/repos/community-i686/libfm.install
  libfm/repos/community-x86_64/PKGBUILD
  libfm/repos/community-x86_64/libfm.install

+
 /PKGBUILD  |   76 +++
 /libfm.install |   30 +++
 community-i686/PKGBUILD|   38 ---
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   38 ---
 community-x86_64/libfm.install |   15 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 17:16:37 UTC (rev 87491)
+++ community-i686/PKGBUILD 2013-04-01 17:16:51 UTC (rev 87492)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-options=('!libtool')
-install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils' 
'vala')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-udisks \
---with-gnu-ld 
-  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Temporary fix to FS#32361
-  rm $pkgdir/usr/include/libfm
-  mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 87491, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 17:16:51 UTC (rev 87492)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.1.0
+pkgrel=4
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+options=('!libtool')
+install=libfm.install
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
+md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-udisks \
+--with-gnu-ld 
+  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Temporary fix to FS#32361
+  rm $pkgdir/usr/include/libfm
+  mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm 
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2013-04-01 17:16:37 UTC (rev 87491)
+++ community-i686/libfm.install2013-04-01 17:16:51 UTC (rev 87492)
@@ -1,15 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime > /dev/null
-  update-desktop-database -q
-  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-

Copied: libfm/repos/community-i686/libfm.install (from rev 87491, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-04-01 17:16:51 UTC (rev 87492)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database /usr/share/mime > /dev/null
+  update-desktop-database -q
+  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-01 17:16:37 UTC (rev 87491)
+++ community-x86_64/PKGBUILD   2013-04-01 17:16:51 UTC (rev 87492)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintain

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

2013-04-01 Thread Sébastien Luttringer
Date: Monday, April 1, 2013 @ 19:59:22
  Author: seblu
Revision: 87493

upgpkg: awesome 3.5.1-1

Modified:
  awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 17:16:51 UTC (rev 87492)
+++ PKGBUILD2013-04-01 17:59:22 UTC (rev 87493)
@@ -5,8 +5,8 @@
 # Contributor: Vesa Kaihlavirta
 
 pkgname=awesome
-pkgver=3.5
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
 pkgdesc='Highly configurable framework window manager'
 arch=('i686' 'x86_64')
 url='http://awesome.naquadah.org/'
@@ -44,7 +44,7 @@
 provides=('notification-daemon')
 source=("$url/download/$pkgname-$pkgver.tar.xz"
 "$pkgname.desktop")
-md5sums=('ce998f19c80bd98f8d119a91f53526df'
+md5sums=('f528f66ddcdb07f24e6f494837371702'
  '0fdbeec43d211c6750041d7e37611a6a')
 
 build() {



[arch-commits] Commit in awesome/repos (8 files)

2013-04-01 Thread Sébastien Luttringer
Date: Monday, April 1, 2013 @ 19:59:30
  Author: seblu
Revision: 87494

archrelease: copy trunk to community-i686, community-x86_64

Added:
  awesome/repos/community-i686/PKGBUILD
(from rev 87493, awesome/trunk/PKGBUILD)
  awesome/repos/community-i686/awesome.desktop
(from rev 87493, awesome/trunk/awesome.desktop)
  awesome/repos/community-x86_64/PKGBUILD
(from rev 87493, awesome/trunk/PKGBUILD)
  awesome/repos/community-x86_64/awesome.desktop
(from rev 87493, awesome/trunk/awesome.desktop)
Deleted:
  awesome/repos/community-i686/PKGBUILD
  awesome/repos/community-i686/awesome.desktop
  awesome/repos/community-x86_64/PKGBUILD
  awesome/repos/community-x86_64/awesome.desktop

--+
 /PKGBUILD|  134 +
 /awesome.desktop |   14 +++
 community-i686/PKGBUILD  |   67 --
 community-i686/awesome.desktop   |7 -
 community-x86_64/PKGBUILD|   67 --
 community-x86_64/awesome.desktop |7 -
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-01 17:59:22 UTC (rev 87493)
+++ community-i686/PKGBUILD 2013-04-01 17:59:30 UTC (rev 87494)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: xduugu
-# Contributor: Ronald van Haren 
-# Contributor: Vesa Kaihlavirta
-
-pkgname=awesome
-pkgver=3.5
-pkgrel=2
-pkgdesc='Highly configurable framework window manager'
-arch=('i686' 'x86_64')
-url='http://awesome.naquadah.org/'
-license=('GPL2')
-depends=(
-  'cairo'
-  'dbus'
-  'gdk-pixbuf2'
-  'imlib2'
-  'libxcursor'
-  'libxdg-basedir'
-  'lua'
-  'lua-lgi'
-  'pango'
-  'startup-notification'
-  'xcb-util-image'
-  'xcb-util-keysyms'
-  'xcb-util-wm'
-  'xorg-xmessage'
-)
-makedepends=(
-  'asciidoc'
-  'cmake'
-  'docbook-xsl'
-  'doxygen'
-  'imagemagick'
-  'ldoc'
-  'xmlto'
-)
-optdepends=(
-  'rlwrap: readline support for awesome-client'
-  'dex: autostart your desktop files'
-  'vicious: widgets for the Awesome window manager'
-)
-provides=('notification-daemon')
-source=("$url/download/$pkgname-$pkgver.tar.xz"
-"$pkgname.desktop")
-md5sums=('ce998f19c80bd98f8d119a91f53526df'
- '0fdbeec43d211c6750041d7e37611a6a')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake \
--DCMAKE_BUILD_TYPE=RELEASE \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc \
--DLUA_LIBRARY=/usr/lib/liblua.so.5.2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install desktop file so you can start awesome from your login manager
-  install -Dm644 ../awesome.desktop 
"$pkgdir/usr/share/xsessions/awesome.desktop"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: awesome/repos/community-i686/PKGBUILD (from rev 87493, 
awesome/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-01 17:59:30 UTC (rev 87494)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren 
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Highly configurable framework window manager'
+arch=('i686' 'x86_64')
+url='http://awesome.naquadah.org/'
+license=('GPL2')
+depends=(
+  'cairo'
+  'dbus'
+  'gdk-pixbuf2'
+  'imlib2'
+  'libxcursor'
+  'libxdg-basedir'
+  'lua'
+  'lua-lgi'
+  'pango'
+  'startup-notification'
+  'xcb-util-image'
+  'xcb-util-keysyms'
+  'xcb-util-wm'
+  'xorg-xmessage'
+)
+makedepends=(
+  'asciidoc'
+  'cmake'
+  'docbook-xsl'
+  'doxygen'
+  'imagemagick'
+  'ldoc'
+  'xmlto'
+)
+optdepends=(
+  'rlwrap: readline support for awesome-client'
+  'dex: autostart your desktop files'
+  'vicious: widgets for the Awesome window manager'
+)
+provides=('notification-daemon')
+source=("$url/download/$pkgname-$pkgver.tar.xz"
+"$pkgname.desktop")
+md5sums=('f528f66ddcdb07f24e6f494837371702'
+ '0fdbeec43d211c6750041d7e37611a6a')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc \
+-DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install desktop file so you can start awesome from your login manager
+  install -Dm644 ../awesome.desktop 
"$pkgdir/usr/share/xsessions/awesome.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/awesome.desktop
===
--- community-i686/awesome.desktop  2013-04-01 17:59:22 UTC (rev 87493)
+++ community-i686/awesome.desktop  2013-04-01 17:59:30 UTC (rev 87494)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Awesome
-Comment=Highly configurable framew

[arch-commits] Commit in sbt/trunk (sbt.sh)

2013-04-01 Thread Andrea Scarpino
Date: Monday, April 1, 2013 @ 20:10:07
  Author: andrea
Revision: 87495

Cleanup

Deleted:
  sbt/trunk/sbt.sh

+
 sbt.sh |   18 --
 1 file changed, 18 deletions(-)

Deleted: sbt.sh
===
--- sbt.sh  2013-04-01 17:59:30 UTC (rev 87494)
+++ sbt.sh  2013-04-01 18:10:07 UTC (rev 87495)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# 
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/src/scripts/sbt-launch-lib.bash#L78
-get_mem_opts () {
-local mem=${1:-1536}
-local perm=$(( $mem / 4 ))
-(( $perm > 256 )) || perm=256
-(( $perm < 1024 )) || perm=1024
-local codecache=$(( $perm / 2 ))
-
-echo "-Xms${mem}m -Xmx${mem}m -XX:MaxPermSize=${perm}m 
-XX:ReservedCodeCacheSize=${codecache}m"
-}
-
-if [[ -z "$SBT_OPTS" ]]; then
-SBT_OPTS=$(get_mem_opts)
-fi
-
-"$JAVA_HOME/bin/java" $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"



[arch-commits] Commit in sbt/repos/community-any (PKGBUILD PKGBUILD sbt.sh)

2013-04-01 Thread Andrea Scarpino
Date: Monday, April 1, 2013 @ 20:10:58
  Author: andrea
Revision: 87496

archrelease: copy trunk to community-any

Added:
  sbt/repos/community-any/PKGBUILD
(from rev 87495, sbt/trunk/PKGBUILD)
Deleted:
  sbt/repos/community-any/PKGBUILD
  sbt/repos/community-any/sbt.sh

--+
 PKGBUILD |   64 ++---
 sbt.sh   |   18 -
 2 files changed, 32 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-01 18:10:07 UTC (rev 87495)
+++ PKGBUILD2013-04-01 18:10:58 UTC (rev 87496)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Leif Warner 
-
-pkgname=sbt
-epoch=1
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="A minimally intrusive build tool for Scala projects"
-arch=('any')
-url='http://www.scala-sbt.org/'
-license=('BSD')
-depends=('java-runtime-headless' 'sh')
-optdepends=('scala')
-source=("http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz";)
-md5sums=('a4a8cec472e79e1f4788f0ad744f4f17')
-
-package() {
-  cd sbt/bin
-  install -d "${pkgdir}/usr/share/java/${pkgname}/"
-  install -m644 {jansi,sbt-launch}.jar "${pkgdir}/usr/share/java/${pkgname}/"
-  install -m755 sbt sbt-launch-lib.bash "${pkgdir}/usr/share/java/${pkgname}/"
-
-  install -d "${pkgdir}"/usr/bin/
-  ln -s "/usr/share/java/${pkgname}/sbt" "${pkgdir}"/usr/bin/sbt
-
-  install -d "${pkgdir}"/etc/${pkgname}/
-  touch "${pkgdir}"/etc/${pkgname}/sbtopts
-
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -m644 ../jansi-license.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: sbt/repos/community-any/PKGBUILD (from rev 87495, sbt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-01 18:10:58 UTC (rev 87496)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Leif Warner 
+
+pkgname=sbt
+epoch=1
+pkgver=0.12.3
+pkgrel=1
+pkgdesc="A minimally intrusive build tool for Scala projects"
+arch=('any')
+url='http://www.scala-sbt.org/'
+license=('BSD')
+depends=('java-runtime-headless' 'sh')
+optdepends=('scala')
+source=("http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/${pkgname}/${pkgver}/${pkgname}.tgz";)
+md5sums=('a4a8cec472e79e1f4788f0ad744f4f17')
+
+package() {
+  cd sbt/bin
+  install -d "${pkgdir}/usr/share/java/${pkgname}/"
+  install -m644 {jansi,sbt-launch}.jar "${pkgdir}/usr/share/java/${pkgname}/"
+  install -m755 sbt sbt-launch-lib.bash "${pkgdir}/usr/share/java/${pkgname}/"
+
+  install -d "${pkgdir}"/usr/bin/
+  ln -s "/usr/share/java/${pkgname}/sbt" "${pkgdir}"/usr/bin/sbt
+
+  install -d "${pkgdir}"/etc/${pkgname}/
+  touch "${pkgdir}"/etc/${pkgname}/sbtopts
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m644 ../jansi-license.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: sbt.sh
===
--- sbt.sh  2013-04-01 18:10:07 UTC (rev 87495)
+++ sbt.sh  2013-04-01 18:10:58 UTC (rev 87496)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# 
https://github.com/sbt/sbt-launcher-package/blob/full-packaging/src/scripts/sbt-launch-lib.bash#L78
-get_mem_opts () {
-local mem=${1:-1536}
-local perm=$(( $mem / 4 ))
-(( $perm > 256 )) || perm=256
-(( $perm < 1024 )) || perm=1024
-local codecache=$(( $perm / 2 ))
-
-echo "-Xms${mem}m -Xmx${mem}m -XX:MaxPermSize=${perm}m 
-XX:ReservedCodeCacheSize=${codecache}m"
-}
-
-if [[ -z "$SBT_OPTS" ]]; then
-SBT_OPTS=$(get_mem_opts)
-fi
-
-"$JAVA_HOME/bin/java" $SBT_OPTS -jar /usr/share/java/sbt/sbt-launch.jar "$@"



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

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 21:21:00
  Author: heftig
Revision: 181157

Disable autospawn by default

Modified:
  pulseaudio/trunk/PKGBUILD
  pulseaudio/trunk/pulseaudio.install

+
 PKGBUILD   |4 
 pulseaudio.install |9 +
 2 files changed, 13 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 17:07:24 UTC (rev 181156)
+++ PKGBUILD2013-04-01 19:21:00 UTC (rev 181157)
@@ -57,6 +57,10 @@
   cd $pkgbase-$pkgver
   make -j1 DESTDIR="$pkgdir" install
 
+  # Disable autospawn by default
+  sed -e '/autospawn/iautospawn=no' \
+  -i "$pkgdir/etc/pulse/client.conf"
+
   # Speed up pulseaudio shutdown
   # Lower resample quality, saves CPU
   sed -e '/exit-idle-time/iexit-idle-time=0' \

Modified: pulseaudio.install
===
--- pulseaudio.install  2013-04-01 17:07:24 UTC (rev 181156)
+++ pulseaudio.install  2013-04-01 19:21:00 UTC (rev 181157)
@@ -20,6 +20,15 @@
 with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio
 may refuse to start due to configuration errors.
 MES
+  if (( $(vercmp $2 3.0-3) < 0 )); then
+cat << MES
+
+>>> Autospawn is now disabled by default. If you need to run PulseAudio outside
+of an X session, either:
+  - Enable autospawn in client.conf, or
+  - Start it manually by executing 'pulseaudio --start'
+MES
+  fi
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 21:34:55
  Author: heftig
Revision: 181158

3.0-3

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 19:21:00 UTC (rev 181157)
+++ PKGBUILD2013-04-01 19:34:55 UTC (rev 181158)
@@ -8,7 +8,7 @@
 pkgname=(pulseaudio libpulse)
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=3.0
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio";
 license=(GPL LGPL)



[arch-commits] Commit in pulseaudio/repos (12 files)

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 21:36:12
  Author: heftig
Revision: 181159

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  pulseaudio/repos/extra-i686/PKGBUILD
(from rev 181158, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-i686/pulseaudio.install
(from rev 181158, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/extra-i686/pulseaudio.xinit
(from rev 181158, pulseaudio/trunk/pulseaudio.xinit)
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 181158, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 181158, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/extra-x86_64/pulseaudio.xinit
(from rev 181158, pulseaudio/trunk/pulseaudio.xinit)
Deleted:
  pulseaudio/repos/extra-i686/PKGBUILD
  pulseaudio/repos/extra-i686/pulseaudio.install
  pulseaudio/repos/extra-i686/pulseaudio.xinit
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/pulseaudio.install
  pulseaudio/repos/extra-x86_64/pulseaudio.xinit

-+
 /PKGBUILD   |  250 ++
 /pulseaudio.install |   68 ++
 /pulseaudio.xinit   |   24 +++
 extra-i686/PKGBUILD |  121 --
 extra-i686/pulseaudio.install   |   25 ---
 extra-i686/pulseaudio.xinit |   12 -
 extra-x86_64/PKGBUILD   |  121 --
 extra-x86_64/pulseaudio.install |   25 ---
 extra-x86_64/pulseaudio.xinit   |   12 -
 9 files changed, 342 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-01 19:34:55 UTC (rev 181158)
+++ extra-i686/PKGBUILD 2013-04-01 19:36:12 UTC (rev 181159)
@@ -1,121 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse)
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=3.0
-pkgrel=2
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/PulseAudio";
-license=(GPL LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
- speex tdb udev dbus-core avahi bluez gconf intltool jack sbc
- lirc-utils openssl fftw orc json-c gtk2 webrtc-audio-processing
- systemd check)
-options=(!emptydirs !libtool)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-pulseaudio.xinit)
-sha256sums=('c90bfda29605942d08e3e218ef10e3c660506a06651a616bfbb6a6df8392836d'
-'a0db6cdc74fbf0ca10e2343c08e1e228f109221c6c0ff91b0bfade5c4bdf03cf')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-tcpwrap \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speex tdb udev fftw orc
-   libsamplerate webrtc-audio-processing systemd sbc)
-  optdepends=('avahi: zeroconf support'
-  'bluez: bluetooth support'
-  'gconf: configuration through gconf (paprefs)'
-  'jack: jack support'
-  'lirc-utils: infra-red support'
-  'openssl: RAOP support'
-  'python2-pyqt: Equalizer GUI (qpaeq)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-
-  cd $pkgbase-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-
-  # Speed up pulseaudio shutdown
-  # Lower resample quality, saves CPU
-  sed -e '/exit-idle-time/iexit-idle-time=0' \
-  -e '/resample-method/iresample-method=speex-float-0' \
-  -i "$pkgdir/etc/pulse/daemon.conf"
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i "$pkgdir/usr/bin/start-pulseaudio-x11"
-
-  # Make ConsoleKit optional
-  sed -e $'/load-module module-console-kit/{i.nofail\n;a.fail\n;}' \
-  -i "$pkgdir/etc/pulse/default.pa"
-
-  # Python fix
-  sed -i '1s:python$:&2:' "$pkgdir/usr/bin/qpaeq"
-
-  install -Dm755 "$srcdir/pulseaudio.xinit" 
"$pkgdir/etc/X11/xinit/xinitrc.d/pulseaudio"
-
-  rm "$pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf"
-
-  # cap is handled in .install
-  chmod 755 "$pkgdir/usr/lib/pulse/proximity-helper"
-
-### Split libpulse
-
-  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv {"$pkgdir","$srcdir/libpulse"}/etc/pulse/client.conf
-
-  mv "$pkgdir"/usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- "$srcdir/libpul

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

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 22:09:24
  Author: heftig
Revision: 181160

0.3.0

Modified:
  libxkbcommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 19:36:12 UTC (rev 181159)
+++ PKGBUILD2013-04-01 20:09:24 UTC (rev 181160)
@@ -1,28 +1,29 @@
 # $Id$
-# Maintainer: Daniel Micay 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel Micay 
 # Contributor: Mladen Pejakovic 
 
 pkgname=libxkbcommon
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Keyboard handling library using XKB data"
 arch=(i686 x86_64)
 url="http://xkbcommon.org/";
-license=('custom')
-depends=(glibc)
+license=(custom)
+depends=(xkeyboard-config)
 makedepends=(doxygen xorg-util-macros)
-source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.bz2";)
-md5sums=('2be3d4a255d02c7d46fc6a9486f21f6a')
 options=('!libtool')
+source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz";)
+md5sums=('22a046100738f99b4cc0297aa210f4e4')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



[arch-commits] Commit in libxkbcommon/repos (4 files)

2013-04-01 Thread Jan Steffens
Date: Monday, April 1, 2013 @ 22:10:49
  Author: heftig
Revision: 181161

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libxkbcommon/repos/extra-i686/PKGBUILD
(from rev 181160, libxkbcommon/trunk/PKGBUILD)
  libxkbcommon/repos/extra-x86_64/PKGBUILD
(from rev 181160, libxkbcommon/trunk/PKGBUILD)
Deleted:
  libxkbcommon/repos/extra-i686/PKGBUILD
  libxkbcommon/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   28 ---
 extra-x86_64/PKGBUILD |   28 ---
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-01 20:09:24 UTC (rev 181160)
+++ extra-i686/PKGBUILD 2013-04-01 20:10:49 UTC (rev 181161)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgname=libxkbcommon
-pkgver=0.2.0
-pkgrel=3
-pkgdesc="Keyboard handling library using XKB data"
-arch=(i686 x86_64)
-url="http://xkbcommon.org/";
-license=('custom')
-depends=(glibc)
-makedepends=(doxygen xorg-util-macros)
-source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.bz2";)
-md5sums=('2be3d4a255d02c7d46fc6a9486f21f6a')
-options=('!libtool')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: libxkbcommon/repos/extra-i686/PKGBUILD (from rev 181160, 
libxkbcommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-01 20:10:49 UTC (rev 181161)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel Micay 
+# Contributor: Mladen Pejakovic 
+
+pkgname=libxkbcommon
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Keyboard handling library using XKB data"
+arch=(i686 x86_64)
+url="http://xkbcommon.org/";
+license=(custom)
+depends=(xkeyboard-config)
+makedepends=(doxygen xorg-util-macros)
+options=('!libtool')
+source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz";)
+md5sums=('22a046100738f99b4cc0297aa210f4e4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-01 20:09:24 UTC (rev 181160)
+++ extra-x86_64/PKGBUILD   2013-04-01 20:10:49 UTC (rev 181161)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mladen Pejakovic 
-
-pkgname=libxkbcommon
-pkgver=0.2.0
-pkgrel=3
-pkgdesc="Keyboard handling library using XKB data"
-arch=(i686 x86_64)
-url="http://xkbcommon.org/";
-license=('custom')
-depends=(glibc)
-makedepends=(doxygen xorg-util-macros)
-source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.bz2";)
-md5sums=('2be3d4a255d02c7d46fc6a9486f21f6a')
-options=('!libtool')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: libxkbcommon/repos/extra-x86_64/PKGBUILD (from rev 181160, 
libxkbcommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-01 20:10:49 UTC (rev 181161)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel Micay 
+# Contributor: Mladen Pejakovic 
+
+pkgname=libxkbcommon
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Keyboard handling library using XKB data"
+arch=(i686 x86_64)
+url="http://xkbcommon.org/";
+license=(custom)
+depends=(xkeyboard-config)
+makedepends=(doxygen xorg-util-macros)
+options=('!libtool')
+source=("http://xkbcommon.org/download/$pkgname-$pkgver.tar.xz";)
+md5sums=('22a046100738f99b4cc0297aa210f4e4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 22:19:12
  Author: bpiotrowski
Revision: 87497

upgpkg: cherrytree 0.29.4-1

- upstream release

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 18:10:58 UTC (rev 87496)
+++ PKGBUILD2013-04-01 20:19:12 UTC (rev 87497)
@@ -5,7 +5,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.29.2
+pkgver=0.29.4
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
 install=$pkgname.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('9272e789a2283d191b7371884d2ea98ff22575b6514cc317f0425e3112934d3b')
+sha256sums=('464ed343bf210930724f40feec88d370789d048ed90ad8a76b8eee397aaca0eb')
 
 build() {
cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in cherrytree/repos/community-any (4 files)

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 22:19:22
  Author: bpiotrowski
Revision: 87498

archrelease: copy trunk to community-any

Added:
  cherrytree/repos/community-any/PKGBUILD
(from rev 87497, cherrytree/trunk/PKGBUILD)
  cherrytree/repos/community-any/cherrytree.install
(from rev 87497, cherrytree/trunk/cherrytree.install)
Deleted:
  cherrytree/repos/community-any/PKGBUILD
  cherrytree/repos/community-any/cherrytree.install

+
 PKGBUILD   |   64 +--
 cherrytree.install |   28 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-01 20:19:12 UTC (rev 87497)
+++ PKGBUILD2013-04-01 20:19:22 UTC (rev 87498)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: Brad Fanella 
-# Contributor: Allan McRae 
-# Contributor: Tomas A. Schertel 
-
-pkgname=cherrytree
-pkgver=0.29.2
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL')
-depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
-install=$pkgname.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('9272e789a2283d191b7371884d2ea98ff22575b6514cc317f0425e3112934d3b')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   # python2 fix
-   for file in $(find . -name '*.py') cherrytree; do
-   echo "Applying python2 fix for ${file}"
-   sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
-   done
-}
-   
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 87497, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-01 20:19:22 UTC (rev 87498)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: Brad Fanella 
+# Contributor: Allan McRae 
+# Contributor: Tomas A. Schertel 
+
+pkgname=cherrytree
+pkgver=0.29.4
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL')
+depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
+install=$pkgname.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('464ed343bf210930724f40feec88d370789d048ed90ad8a76b8eee397aaca0eb')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   # python2 fix
+   for file in $(find . -name '*.py') cherrytree; do
+   echo "Applying python2 fix for ${file}"
+   sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
+   done
+}
+   
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2013-04-01 20:19:12 UTC (rev 87497)
+++ cherrytree.install  2013-04-01 20:19:22 UTC (rev 87498)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 87497, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2013-04-01 20:19:22 UTC (rev 87498)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-04-01 Thread Andreas Radke
Date: Monday, April 1, 2013 @ 22:41:35
  Author: andyrtr
Revision: 181162

prepare next release; requires fixes for new gcc

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 20:10:49 UTC (rev 181161)
+++ PKGBUILD2013-04-01 20:41:35 UTC (rev 181162)
@@ -19,9 +19,9 @@
'libreoffice-extension-report-builder'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
-_LOver=4.0.1.2
-pkgver=4.0.1
-pkgrel=5
+_LOver=4.0.2.2
+pkgver=4.0.2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -74,7 +74,7 @@

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   ${_additional_source_url}/libcdr-0.0.10.tar.bz2
+   ${_additional_source_url}/libcdr-0.0.11.tar.bz2
${_additional_source_url}/libmspub-0.0.5.tar.bz2
${_additional_source_url}/libvisio-0.0.25.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
@@ -109,12 +109,12 @@
54e578c91b1b68e69c72be22adcb2195-liblangtag-0.4.0.tar.bz2
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   libcdr-0.0.10.tar.bz2
+   libcdr-0.0.11.tar.bz2
libmspub-0.0.5.tar.bz2
libvisio-0.0.25.tar.bz2)
-md5sums=('52c3bacdf46b4648c5697cc55b648784'
- '916da8f21945895e04eebb74e60f854d'
- '98477b5c9e8a7954d321dd143ac9336e'
+md5sums=('2c92879fa8c50d0071c4703afb7d10bf'
+ '22e99e58aa32417dd7c132f40ae7654b'
+ '8b61fbfa6bcd18213b5744f2b8a289b0'
  'f02578f5218f217a9f20e9c30e119c6a'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
@@ -144,7 +144,7 @@
  '0168229624cfac409e766913506961a8'
  '17410483b5b5f267aa18b7e00b65e6e0'
  '185d60944ea767075d27247c3162b3bc'
- 'bfc46d536c39b03563ab2a0e3beaf51b'
+ '107a3d18f637b342684b3c21eb0fcd7d'
  '881c4628ec5f54d47f35d5d19e335662'
  '92bde158f249b9b27f76f48cc65a0242'
  '97bf43dda273d79ff90c848ab53b0e3c'
@@ -162,7 +162,7 @@
 
 # make librelogo depend on libreoffice-writer
 # 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=4e69b35674882d8d675a677940805b187cad0bc3
-patch -Np1 -i ${srcdir}/librelogo.diff
+#patch -Np1 -i ${srcdir}/librelogo.diff
 
# move external sources into place
mkdir ${srcdir}/ext_sources &&  pushd ${srcdir}/ext_sources



[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm.patch)

2013-04-01 Thread Jonathan Conder
Date: Tuesday, April 2, 2013 @ 01:49:20
  Author: jconder
Revision: 87499

upgpkg: packagekit 0.7.6-6

update for pacman 4.1

Added:
  packagekit/trunk/alpm.patch
Modified:
  packagekit/trunk/PKGBUILD

+
 PKGBUILD   |   17 
 alpm.patch | 1611 +++
 2 files changed, 1622 insertions(+), 6 deletions(-)

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


[arch-commits] Commit in packagekit/repos (12 files)

2013-04-01 Thread Jonathan Conder
Date: Tuesday, April 2, 2013 @ 01:51:32
  Author: jconder
Revision: 87500

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  packagekit/repos/community-testing-i686/
  packagekit/repos/community-testing-i686/PKGBUILD
(from rev 87499, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-i686/adopt.patch
(from rev 87499, packagekit/trunk/adopt.patch)
  packagekit/repos/community-testing-i686/alpm.patch
(from rev 87499, packagekit/trunk/alpm.patch)
  packagekit/repos/community-testing-i686/libarchive.patch
(from rev 87499, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-testing-i686/packagekit.install
(from rev 87499, packagekit/trunk/packagekit.install)
  packagekit/repos/community-testing-x86_64/
  packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 87499, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/adopt.patch
(from rev 87499, packagekit/trunk/adopt.patch)
  packagekit/repos/community-testing-x86_64/alpm.patch
(from rev 87499, packagekit/trunk/alpm.patch)
  packagekit/repos/community-testing-x86_64/libarchive.patch
(from rev 87499, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-testing-x86_64/packagekit.install
(from rev 87499, packagekit/trunk/packagekit.install)

-+
 community-testing-i686/PKGBUILD |  104 +
 community-testing-i686/adopt.patch  |   13 
 community-testing-i686/alpm.patch   | 1611 ++
 community-testing-i686/libarchive.patch |   39 
 community-testing-i686/packagekit.install   |   11 
 community-testing-x86_64/PKGBUILD   |  104 +
 community-testing-x86_64/adopt.patch|   13 
 community-testing-x86_64/alpm.patch | 1611 ++
 community-testing-x86_64/libarchive.patch   |   39 
 community-testing-x86_64/packagekit.install |   11 
 10 files changed, 3556 insertions(+)

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


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

2013-04-01 Thread Dave Reisner
Date: Tuesday, April 2, 2013 @ 02:06:04
  Author: dreisner
Revision: 87501

upgpkg: expac 2-1

Modified:
  expac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 23:51:32 UTC (rev 87500)
+++ PKGBUILD2013-04-02 00:06:04 UTC (rev 87501)
@@ -2,16 +2,17 @@
 # Maintainer: Dave Reisner 
 
 pkgname=expac
-pkgver=1
-pkgrel=2
+pkgver=2
+pkgrel=1
 pkgdesc="pacman database extraction utility"
 arch=('i686' 'x86_64')
 url="http://github.com/falconindy/expac";
 license=('GPL')
 depends=('pacman')
 makedepends=('perl')
-source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('be8348f18e6af9db250437b14a91e443')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('41a65f51009e44689bd5320f5c3aa7d4'
+ 'SKIP')
 
 build() {
   make -C "$pkgname-$pkgver"



[arch-commits] Commit in expac/repos (4 files)

2013-04-01 Thread Dave Reisner
Date: Tuesday, April 2, 2013 @ 02:06:24
  Author: dreisner
Revision: 87502

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  expac/repos/community-testing-i686/
  expac/repos/community-testing-i686/PKGBUILD
(from rev 87501, expac/trunk/PKGBUILD)
  expac/repos/community-testing-x86_64/
  expac/repos/community-testing-x86_64/PKGBUILD
(from rev 87501, expac/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: expac/repos/community-testing-i686/PKGBUILD (from rev 87501, 
expac/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-02 00:06:24 UTC (rev 87502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=expac
+pkgver=2
+pkgrel=1
+pkgdesc="pacman database extraction utility"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/expac";
+license=('GPL')
+depends=('pacman')
+makedepends=('perl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('41a65f51009e44689bd5320f5c3aa7d4'
+ 'SKIP')
+
+build() {
+  make -C "$pkgname-$pkgver"
+
+  sed '/\*\//q' "$pkgname-$pkgver"/expac.c >LICENSE
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh

Copied: expac/repos/community-testing-x86_64/PKGBUILD (from rev 87501, 
expac/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-02 00:06:24 UTC (rev 87502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=expac
+pkgver=2
+pkgrel=1
+pkgdesc="pacman database extraction utility"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/expac";
+license=('GPL')
+depends=('pacman')
+makedepends=('perl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('41a65f51009e44689bd5320f5c3aa7d4'
+ 'SKIP')
+
+build() {
+  make -C "$pkgname-$pkgver"
+
+  sed '/\*\//q' "$pkgname-$pkgver"/expac.c >LICENSE
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh



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

2013-04-01 Thread Dave Reisner
Date: Tuesday, April 2, 2013 @ 02:11:49
  Author: dreisner
Revision: 87503

upgpkg: pacman-contrib 4.1.0-1

Modified:
  pacman-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 00:06:24 UTC (rev 87502)
+++ PKGBUILD2013-04-02 00:11:49 UTC (rev 87503)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae 
 
 pkgname=pacman-contrib
-pkgver=4.0.3
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="Utilities for use with the pacman package manager"
 arch=('any')
@@ -10,11 +10,12 @@
 license=('GPL')
 depends=('pacman')
 source=(ftp://ftp.archlinux.org/other/pacman/pacman-$pkgver.tar.gz{,.sig})
-md5sums=('387965c7125e60e5f0b9ff3b427fe0f9'
- '1a70392526c8768470da678b31905a6e')
+md5sums=('a0f2b3148bee4784f21cf373cf59a0bc'
+ 'SKIP')
 
 _scripts=(
   bacman
+  checkupdates
   paccache
   pacdiff
   paclist
@@ -22,6 +23,7 @@
   pacscripts
   pacsearch
   pacsysclean
+  updpkgsums
 )
 
 build() {



[arch-commits] Commit in pacman-contrib/repos (2 files)

2013-04-01 Thread Dave Reisner
Date: Tuesday, April 2, 2013 @ 02:12:01
  Author: dreisner
Revision: 87504

archrelease: copy trunk to community-testing-any

Added:
  pacman-contrib/repos/community-testing-any/
  pacman-contrib/repos/community-testing-any/PKGBUILD
(from rev 87503, pacman-contrib/trunk/PKGBUILD)

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

Copied: pacman-contrib/repos/community-testing-any/PKGBUILD (from rev 87503, 
pacman-contrib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-04-02 00:12:01 UTC (rev 87504)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=pacman-contrib
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="Utilities for use with the pacman package manager"
+arch=('any')
+url="http://www.archlinux.org/pacman/";
+license=('GPL')
+depends=('pacman')
+source=(ftp://ftp.archlinux.org/other/pacman/pacman-$pkgver.tar.gz{,.sig})
+md5sums=('a0f2b3148bee4784f21cf373cf59a0bc'
+ 'SKIP')
+
+_scripts=(
+  bacman
+  checkupdates
+  paccache
+  pacdiff
+  paclist
+  paclog-pkglist
+  pacscripts
+  pacsearch
+  pacsysclean
+  updpkgsums
+)
+
+build() {
+  cd "$srcdir/pacman-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc
+
+  make -C contrib
+}
+
+package() {
+  cd "$srcdir/pacman-$pkgver/contrib"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share/vim/vimfiles/ftdetect"
+
+  install -m755 -t "$pkgdir/usr/bin" "${_scripts[@]}"
+
+  install -Dm644 PKGBUILD.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/PKGBUILD.vim"
+  echo "au BufNewFile,BufRead PKGBUILD set filetype=PKGBUILD" \
+> "$pkgdir/usr/share/vim/vimfiles/ftdetect/PKGBUILD.vim"
+}



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

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:24:37
  Author: bgyorgy
Revision: 87505

upgpkg: python2-dirspec 4.2.0-1

Update to version 4.2.0

Modified:
  python2-dirspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 00:12:01 UTC (rev 87504)
+++ PKGBUILD2013-04-02 00:24:37 UTC (rev 87505)
@@ -3,7 +3,7 @@
 
 _pkgname=dirspec
 pkgname=python2-dirspec
-pkgver=4.0.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Python library which provides support for handling directories as 
described in the XDG Base Directory and User Folders specifications"
 arch=('any')
@@ -11,8 +11,8 @@
 license=('LGPL')
 depends=('python2')
 makedepends=('python2-distribute')
-source=(https://launchpad.net/$_pkgname/stable-4-0/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('5bcb53a16ae4430ad0feb6d41f28bc37')
+source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('dbc8ec3a32754735c5ab204e8924b96d')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"



[arch-commits] Commit in python2-dirspec/repos/community-any (PKGBUILD PKGBUILD)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:24:43
  Author: bgyorgy
Revision: 87506

archrelease: copy trunk to community-any

Added:
  python2-dirspec/repos/community-any/PKGBUILD
(from rev 87505, python2-dirspec/trunk/PKGBUILD)
Deleted:
  python2-dirspec/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-02 00:24:37 UTC (rev 87505)
+++ PKGBUILD2013-04-02 00:24:43 UTC (rev 87506)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-_pkgname=dirspec
-pkgname=python2-dirspec
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Python library which provides support for handling directories as 
described in the XDG Base Directory and User Folders specifications"
-arch=('any')
-url="https://launchpad.net/dirspec";
-license=('LGPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=(https://launchpad.net/$_pkgname/stable-4-0/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('5bcb53a16ae4430ad0feb6d41f28bc37')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-dirspec/repos/community-any/PKGBUILD (from rev 87505, 
python2-dirspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-02 00:24:43 UTC (rev 87506)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+
+_pkgname=dirspec
+pkgname=python2-dirspec
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Python library which provides support for handling directories as 
described in the XDG Base Directory and User Folders specifications"
+arch=('any')
+url="https://launchpad.net/dirspec";
+license=('LGPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('dbc8ec3a32754735c5ab204e8924b96d')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}



[arch-commits] Commit in python2-ubuntuone-storageprotocol/trunk (PKGBUILD)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:26:30
  Author: bgyorgy
Revision: 87507

upgpkg: python2-ubuntuone-storageprotocol 4.2.0-1

Update to version 4.2.0

Modified:
  python2-ubuntuone-storageprotocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 00:24:43 UTC (rev 87506)
+++ PKGBUILD2013-04-02 00:26:30 UTC (rev 87507)
@@ -3,16 +3,16 @@
 
 _pkgname=ubuntuone-storage-protocol
 pkgname=python2-ubuntuone-storageprotocol
-pkgver=4.0.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Library for the Ubuntu One storage protocol, which is written using 
google protocol buffers, and some wrapper libraries in python"
 arch=('any')
 url="https://launchpad.net/ubuntuone-storage-protocol";
 license=('AGPL')
-depends=('python2-dirspec' 'python2-oauth' 'python2-pyopenssl' 
'protobuf-python' 'twisted')
+depends=('python2-dirspec' 'python2-oauthlib' 'python2-pyopenssl' 
'protobuf-python' 'twisted')
 makedepends=('python2-distribute')
-source=(http://launchpad.net/$_pkgname/stable-4-0/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('5eedb515137c7f66df69b4f9d991c55f')
+source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('935625de2a0eb861a9a6b80a62e8ac37')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"



[arch-commits] Commit in python2-ubuntuone-storageprotocol/repos/community-any (2 files)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:26:38
  Author: bgyorgy
Revision: 87508

archrelease: copy trunk to community-any

Added:
  python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD
(from rev 87507, python2-ubuntuone-storageprotocol/trunk/PKGBUILD)
Deleted:
  python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-02 00:26:30 UTC (rev 87507)
+++ PKGBUILD2013-04-02 00:26:38 UTC (rev 87508)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-_pkgname=ubuntuone-storage-protocol
-pkgname=python2-ubuntuone-storageprotocol
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Library for the Ubuntu One storage protocol, which is written using 
google protocol buffers, and some wrapper libraries in python"
-arch=('any')
-url="https://launchpad.net/ubuntuone-storage-protocol";
-license=('AGPL')
-depends=('python2-dirspec' 'python2-oauth' 'python2-pyopenssl' 
'protobuf-python' 'twisted')
-makedepends=('python2-distribute')
-source=(http://launchpad.net/$_pkgname/stable-4-0/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('5eedb515137c7f66df69b4f9d991c55f')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD (from 
rev 87507, python2-ubuntuone-storageprotocol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-02 00:26:38 UTC (rev 87508)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+
+_pkgname=ubuntuone-storage-protocol
+pkgname=python2-ubuntuone-storageprotocol
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Library for the Ubuntu One storage protocol, which is written using 
google protocol buffers, and some wrapper libraries in python"
+arch=('any')
+url="https://launchpad.net/ubuntuone-storage-protocol";
+license=('AGPL')
+depends=('python2-dirspec' 'python2-oauthlib' 'python2-pyopenssl' 
'protobuf-python' 'twisted')
+makedepends=('python2-distribute')
+source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('935625de2a0eb861a9a6b80a62e8ac37')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}



[arch-commits] Commit in ubuntu-sso-client/trunk (3 files)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:31:06
  Author: bgyorgy
Revision: 87509

upgpkg: ubuntu-sso-client 4.2.0-1

Update to version 4.2.0

Added:
  ubuntu-sso-client/trunk/oauthlib-0.3.8.patch
Modified:
  ubuntu-sso-client/trunk/PKGBUILD
Deleted:
  ubuntu-sso-client/trunk/fix-nm-check.patch

--+
 PKGBUILD |   19 ++-
 fix-nm-check.patch   |   21 -
 oauthlib-0.3.8.patch |   13 +
 3 files changed, 23 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 00:26:38 UTC (rev 87508)
+++ PKGBUILD2013-04-02 00:31:06 UTC (rev 87509)
@@ -2,28 +2,29 @@
 # Maintainer: Balló György 
 
 pkgname=ubuntu-sso-client
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="Desktop service to allow applications to sign into Ubuntu services 
via SSO"
 arch=('any')
 url="https://launchpad.net/ubuntu-sso-client";
 license=('GPL')
-depends=('python2-dbus' 'python2-pyqt' 'python2-dirspec' 'python2-httplib2' 
'python2-oauth' 'python2-pyopenssl' 'python2-imaging' 'twisted' 'gnome-keyring' 
'gsettings-desktop-schemas')
+depends=('python2-dbus' 'python2-pyqt' 'python2-dirspec' 'python2-httplib2' 
'python2-oauthlib' 'python2-pyopenssl' 'python2-imaging' 'twisted' 
'gnome-keyring' 'gsettings-desktop-schemas')
 makedepends=('python2-distutils-extra')
 replaces=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
 provides=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
-source=(http://launchpad.net/$pkgname/stable-4-0/$pkgver/+download/$pkgname-$pkgver.tar.gz
-fix-nm-check.patch)
-md5sums=('54fcd9ef0e58f132324d67127f04eda5'
- 'd19eb994432f32e4e4e38b5dd7a6561f')
+source=(https://launchpad.net/$pkgname/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+oauthlib-0.3.8.patch)
+md5sums=('1e80d1702ee69cf63242aafaa2c0cc00'
+ 'dfe190f84a8468cff995595fa38a6370')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
 
-  # Fix checking for NetworkManager
-  patch -Np1 -i "$srcdir/fix-nm-check.patch"
+  # Fix error with oautlib>=0.3.8
+  patch -Np1 -i "$srcdir/oauthlib-0.3.8.patch"
 
   python2 setup.py build
 }

Deleted: fix-nm-check.patch
===
--- fix-nm-check.patch  2013-04-02 00:26:38 UTC (rev 87508)
+++ fix-nm-check.patch  2013-04-02 00:31:06 UTC (rev 87509)
@@ -1,21 +0,0 @@
-diff -Naur ubuntu-sso-client-4.0.0.orig/ubuntu_sso/networkstate/linux.py 
ubuntu-sso-client-4.0.0/ubuntu_sso/networkstate/linux.py
 ubuntu-sso-client-4.0.0.orig/ubuntu_sso/networkstate/linux.py  
2012-06-27 16:51:18.0 +0200
-+++ ubuntu-sso-client-4.0.0/ubuntu_sso/networkstate/linux.py   2012-11-26 
20:55:19.871804086 +0100
-@@ -45,7 +45,6 @@
- 
- NM_DBUS_INTERFACE = "org.freedesktop.NetworkManager"
- NM_DBUS_OBJECTPATH = "/org/freedesktop/NetworkManager"
--DBUS_UNKNOWN_SERVICE = "org.freedesktop.DBus.Error.ServiceUnknown"
- 
- 
- class NetworkManagerState(object):
-@@ -72,8 +71,7 @@
- 
- def got_error(self, error):
- """Called by DBus when the state is retrieved from NM."""
--if isinstance(error, self.dbus.exceptions.DBusException) and \
--error.get_dbus_name() == DBUS_UNKNOWN_SERVICE:
-+if isinstance(error, self.dbus.exceptions.DBusException):
- logger.debug("Network Manager not present")
- # Assuming since Network Manager is not installed,
- # the user has connected in some other way

Added: oauthlib-0.3.8.patch
===
--- oauthlib-0.3.8.patch(rev 0)
+++ oauthlib-0.3.8.patch2013-04-02 00:31:06 UTC (rev 87509)
@@ -0,0 +1,13 @@
+diff -Naur ubuntu-sso-client-4.2.0.orig/ubuntu_sso/utils/webclient/common.py 
ubuntu-sso-client-4.2.0/ubuntu_sso/utils/webclient/common.py
+--- ubuntu-sso-client-4.2.0.orig/ubuntu_sso/utils/webclient/common.py  
2013-04-02 00:10:25.870644798 +
 ubuntu-sso-client-4.2.0/ubuntu_sso/utils/webclient/common.py   
2013-04-02 00:12:54.226165669 +
+@@ -158,8 +158,7 @@
+   timestamp=str(timestamp))
+ 
+ url, signed_headers, body = oauth_client.sign(
+-uri, method, parameters if parameters is not None else {},
+-{'Content-Type': 'application/x-www-form-urlencoded'})
++uri, method)
+ 
+ return url, signed_headers, body
+ 



[arch-commits] Commit in ubuntu-sso-client/repos/community-any (4 files)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:31:11
  Author: bgyorgy
Revision: 87510

archrelease: copy trunk to community-any

Added:
  ubuntu-sso-client/repos/community-any/PKGBUILD
(from rev 87509, ubuntu-sso-client/trunk/PKGBUILD)
  ubuntu-sso-client/repos/community-any/oauthlib-0.3.8.patch
(from rev 87509, ubuntu-sso-client/trunk/oauthlib-0.3.8.patch)
Deleted:
  ubuntu-sso-client/repos/community-any/PKGBUILD
  ubuntu-sso-client/repos/community-any/fix-nm-check.patch

--+
 PKGBUILD |   79 -
 fix-nm-check.patch   |   21 -
 oauthlib-0.3.8.patch |   13 
 3 files changed, 53 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-02 00:31:06 UTC (rev 87509)
+++ PKGBUILD2013-04-02 00:31:11 UTC (rev 87510)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=ubuntu-sso-client
-pkgver=4.0.0
-pkgrel=2
-pkgdesc="Desktop service to allow applications to sign into Ubuntu services 
via SSO"
-arch=('any')
-url="https://launchpad.net/ubuntu-sso-client";
-license=('GPL')
-depends=('python2-dbus' 'python2-pyqt' 'python2-dirspec' 'python2-httplib2' 
'python2-oauth' 'python2-pyopenssl' 'python2-imaging' 'twisted' 'gnome-keyring' 
'gsettings-desktop-schemas')
-makedepends=('python2-distutils-extra')
-replaces=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
-provides=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
-source=(http://launchpad.net/$pkgname/stable-4-0/$pkgver/+download/$pkgname-$pkgver.tar.gz
-fix-nm-check.patch)
-md5sums=('54fcd9ef0e58f132324d67127f04eda5'
- 'd19eb994432f32e4e4e38b5dd7a6561f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
-
-  # Fix checking for NetworkManager
-  patch -Np1 -i "$srcdir/fix-nm-check.patch"
-
-  python2 setup.py build
-}
-
-package() {
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Remove unneeded files
-  rm "$pkgdir"/usr/share/ubuntu-sso-client/*.ttf
-}

Copied: ubuntu-sso-client/repos/community-any/PKGBUILD (from rev 87509, 
ubuntu-sso-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-02 00:31:11 UTC (rev 87510)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=ubuntu-sso-client
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Desktop service to allow applications to sign into Ubuntu services 
via SSO"
+arch=('any')
+url="https://launchpad.net/ubuntu-sso-client";
+license=('GPL')
+depends=('python2-dbus' 'python2-pyqt' 'python2-dirspec' 'python2-httplib2' 
'python2-oauthlib' 'python2-pyopenssl' 'python2-imaging' 'twisted' 
'gnome-keyring' 'gsettings-desktop-schemas')
+makedepends=('python2-distutils-extra')
+replaces=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
+provides=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
+source=(https://launchpad.net/$pkgname/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+oauthlib-0.3.8.patch)
+md5sums=('1e80d1702ee69cf63242aafaa2c0cc00'
+ 'dfe190f84a8468cff995595fa38a6370')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
+
+  # Fix error with oautlib>=0.3.8
+  patch -Np1 -i "$srcdir/oauthlib-0.3.8.patch"
+
+  python2 setup.py build
+}
+
+package() {
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Remove unneeded files
+  rm "$pkgdir"/usr/share/ubuntu-sso-client/*.ttf
+}

Deleted: fix-nm-check.patch
===
--- fix-nm-check.patch  2013-04-02 00:31:06 UTC (rev 87509)
+++ fix-nm-check.patch  2013-04-02 00:31:11 UTC (rev 87510)
@@ -1,21 +0,0 @@
-diff -Naur ubuntu-sso-client-4.0.0.orig/ubuntu_sso/networkstate/linux.py 
ubuntu-sso-client-4.0.0/ubuntu_sso/networkstate/linux.py
 ubuntu-sso-client-4.0.0.orig/ubuntu_sso/networkstate/linux.py  
2012-06-27 16:51:18.0 +0200
-+++ ubuntu-sso-client-4.0.0/ubuntu_sso/networkstate/linux.py   2012-11-26 
20:55:19.871804086 +0100
-@@ -45,7 +45,6 @@
- 
- NM_DBUS_INTERFACE = "org.freedesktop.NetworkManager"
- NM_DBUS_OBJECTPATH = "/org/freedesktop/NetworkManager"
--DBUS_UNKNOWN_SERVICE = "org.freedesktop.DBus.Error.ServiceUnknown"
- 
- 
- class NetworkManagerState(object):
-@@ -72,8 +71,7 @@
- 
- def got_error(self, error):
- """Called by DBus when the state is retrieved from NM."""
--if isinstance(error, self.dbus.exceptions.DBusException) and \
--error.get_dbus_name() == DBUS_UNKNOWN_SERVICE:
-+if isinstance(error, self.dbus.exceptions.DBusException):
- logger.debug("Network Manager not present")
- # Assuming since Network Manager is not installed,
- # the user has connected i

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

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:38:52
  Author: bgyorgy
Revision: 87511

upgpkg: ubuntuone-client 4.2.0-1

Update to version 4.2.0

Modified:
  ubuntuone-client/trunk/PKGBUILD
  ubuntuone-client/trunk/fix-notify-hint.patch
Deleted:
  ubuntuone-client/trunk/1339_1338.diff
  ubuntuone-client/trunk/lp1093111.patch

---+
 1339_1338.diff|   57 
 PKGBUILD  |   37 ++-
 fix-notify-hint.patch |   27 ++
 lp1093111.patch   |   10 
 4 files changed, 30 insertions(+), 101 deletions(-)

Deleted: 1339_1338.diff
===
--- 1339_1338.diff  2013-04-02 00:31:11 UTC (rev 87510)
+++ 1339_1338.diff  2013-04-02 00:38:52 UTC (rev 87511)
@@ -1,57 +0,0 @@
-=== modified file 'tests/platform/sync_menu/test_linux.py'
 tests/platform/sync_menu/test_linux.py 2012-10-10 14:54:49 +
-+++ tests/platform/sync_menu/test_linux.py 2012-10-11 12:01:27 +
-@@ -124,6 +124,7 @@
- """Check that the dummy has the proper methods required by the API."""
- dummy = linux.DummySyncMenu('random', 'args')
- self.assertIsInstance(dummy.update_transfers, Callable)
-+self.assertIsInstance(dummy.sync_status_changed, Callable)
- 
- 
- class SyncMenuTestCase(TestCase):
-
-=== modified file 'ubuntuone/platform/sync_menu/linux.py'
 ubuntuone/platform/sync_menu/linux.py  2012-10-10 17:06:14 +
-+++ ubuntuone/platform/sync_menu/linux.py  2012-10-11 13:00:10 +
-@@ -183,7 +183,7 @@
- self.timer.addCallback(self._timeout)
- 
- 
--class TransfersMenu(Dbusmenu.Menuitem):
-+class TransfersMenu(Dbusmenu.Menuitem if use_syncmenu else object):
- """Menu that handles the recent and current transfers."""
- 
- def __init__(self, status_frontend):
-@@ -227,7 +227,7 @@
- items_added = 0
- remove = []
- for item in self._uploading_items:
--if item in uploading_data:
-+if item in uploading_data.keys():
- size, written = uploading_data[item]
- percentage = written * 100 / size
- upload_item = self._uploading_items[item]
-@@ -243,7 +243,7 @@
- for item in remove:
- self._uploading_items.pop(item)
- if items_added < 5:
--for item in uploading_data:
-+for item in uploading_data.keys():
- if item not in self._uploading_items and items_added < 5:
- size, written = uploading_data[item]
- percentage = written * 100 / size
-@@ -270,4 +270,12 @@
- def update_transfers(self):
- """Do nothing."""
- 
--UbuntuOneSyncMenu = UbuntuOneSyncMenuLinux if use_syncmenu else DummySyncMenu
-+def sync_status_changed(self):
-+"""Do nothing."""
-+
-+
-+if use_syncmenu:
-+UbuntuOneSyncMenu = UbuntuOneSyncMenuLinux
-+else:
-+UbuntuOneSyncMenu = DummySyncMenu
-+TransfersMenu = None
-

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 00:31:11 UTC (rev 87510)
+++ PKGBUILD2013-04-02 00:38:52 UTC (rev 87511)
@@ -2,40 +2,33 @@
 # Maintainer: Balló György 
 
 pkgname=ubuntuone-client
-pkgver=4.0.0
-pkgrel=4
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="Ubuntu One helps you store, sync and share files between your 
computers"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/ubuntuone-client";
-license=('GPL')
-depends=('dbus-glib' 'python2-configglue' 'python2-distribute' 
'python2-gobject' 'libnotify' 'python2-gobject2' 'python2-pyinotify' 
'python2-simplejson' 'ubuntu-sso-client' 'python2-ubuntuone-storageprotocol' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'imake')
+license=('GPL' 'CCPL:cc-by-sa')
+depends=('dbus-glib' 'python2-configglue' 'python2-distribute' 
'python2-gobject' 'libnotify' 'python2-pyinotify' 'ubuntu-sso-client' 
'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'imake' 'python2-distutils-extra')
 options=('!libtool')
 install=$pkgname.install
-source=(http://launchpad.net/ubuntuone-client/stable-4-0/$pkgver/+download/$pkgname-$pkgver.tar.gz
-1339_1338.diff
-fix-notify-hint.patch
-lp1093111.patch)
-md5sums=('738039703d4dcf54518a725f8ffbc4de'
- 'e82e80c229de06692988c1f938a34fb9'
- '54dfeb2be011f0a12ea7cfa0f0c19bec'
- 'ca79cb558231639e28be7276017ae91c')
+source=(https://launchpad.net/ubuntuone-client/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+
https://launchpad.net/ubuntuone-client-data/stable-4-2/$pkgver/+download/$pkgname-data-$pkgver.tar.gz
+fix-notify-hint.patch)
+md5sums=('37d2de5c6e795e75f447682ee1c3bacc'
+ 'd3c445a9957a80471a84f323f24e8f84'
+ 'c38cb043e3241f12610ed6eb9ae0f087')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix

[arch-commits] Commit in ubuntuone-client/repos (16 files)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:39:00
  Author: bgyorgy
Revision: 87512

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ubuntuone-client/repos/community-i686/PKGBUILD
(from rev 87511, ubuntuone-client/trunk/PKGBUILD)
  ubuntuone-client/repos/community-i686/fix-notify-hint.patch
(from rev 87511, ubuntuone-client/trunk/fix-notify-hint.patch)
  ubuntuone-client/repos/community-i686/ubuntuone-client.install
(from rev 87511, ubuntuone-client/trunk/ubuntuone-client.install)
  ubuntuone-client/repos/community-x86_64/PKGBUILD
(from rev 87511, ubuntuone-client/trunk/PKGBUILD)
  ubuntuone-client/repos/community-x86_64/fix-notify-hint.patch
(from rev 87511, ubuntuone-client/trunk/fix-notify-hint.patch)
  ubuntuone-client/repos/community-x86_64/ubuntuone-client.install
(from rev 87511, ubuntuone-client/trunk/ubuntuone-client.install)
Deleted:
  ubuntuone-client/repos/community-i686/1339_1338.diff
  ubuntuone-client/repos/community-i686/PKGBUILD
  ubuntuone-client/repos/community-i686/fix-notify-hint.patch
  ubuntuone-client/repos/community-i686/lp1093111.patch
  ubuntuone-client/repos/community-i686/ubuntuone-client.install
  ubuntuone-client/repos/community-x86_64/1339_1338.diff
  ubuntuone-client/repos/community-x86_64/PKGBUILD
  ubuntuone-client/repos/community-x86_64/fix-notify-hint.patch
  ubuntuone-client/repos/community-x86_64/lp1093111.patch
  ubuntuone-client/repos/community-x86_64/ubuntuone-client.install

---+
 /PKGBUILD |   98 
 /fix-notify-hint.patch|   38 ++
 /ubuntuone-client.install |   22 ++
 community-i686/1339_1338.diff |   57 
 community-i686/PKGBUILD   |   52 --
 community-i686/fix-notify-hint.patch  |   20 -
 community-i686/lp1093111.patch|   10 --
 community-i686/ubuntuone-client.install   |   11 ---
 community-x86_64/1339_1338.diff   |   57 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/fix-notify-hint.patch|   20 -
 community-x86_64/lp1093111.patch  |   10 --
 community-x86_64/ubuntuone-client.install |   11 ---
 13 files changed, 158 insertions(+), 300 deletions(-)

Deleted: community-i686/1339_1338.diff
===
--- community-i686/1339_1338.diff   2013-04-02 00:38:52 UTC (rev 87511)
+++ community-i686/1339_1338.diff   2013-04-02 00:39:00 UTC (rev 87512)
@@ -1,57 +0,0 @@
-=== modified file 'tests/platform/sync_menu/test_linux.py'
 tests/platform/sync_menu/test_linux.py 2012-10-10 14:54:49 +
-+++ tests/platform/sync_menu/test_linux.py 2012-10-11 12:01:27 +
-@@ -124,6 +124,7 @@
- """Check that the dummy has the proper methods required by the API."""
- dummy = linux.DummySyncMenu('random', 'args')
- self.assertIsInstance(dummy.update_transfers, Callable)
-+self.assertIsInstance(dummy.sync_status_changed, Callable)
- 
- 
- class SyncMenuTestCase(TestCase):
-
-=== modified file 'ubuntuone/platform/sync_menu/linux.py'
 ubuntuone/platform/sync_menu/linux.py  2012-10-10 17:06:14 +
-+++ ubuntuone/platform/sync_menu/linux.py  2012-10-11 13:00:10 +
-@@ -183,7 +183,7 @@
- self.timer.addCallback(self._timeout)
- 
- 
--class TransfersMenu(Dbusmenu.Menuitem):
-+class TransfersMenu(Dbusmenu.Menuitem if use_syncmenu else object):
- """Menu that handles the recent and current transfers."""
- 
- def __init__(self, status_frontend):
-@@ -227,7 +227,7 @@
- items_added = 0
- remove = []
- for item in self._uploading_items:
--if item in uploading_data:
-+if item in uploading_data.keys():
- size, written = uploading_data[item]
- percentage = written * 100 / size
- upload_item = self._uploading_items[item]
-@@ -243,7 +243,7 @@
- for item in remove:
- self._uploading_items.pop(item)
- if items_added < 5:
--for item in uploading_data:
-+for item in uploading_data.keys():
- if item not in self._uploading_items and items_added < 5:
- size, written = uploading_data[item]
- percentage = written * 100 / size
-@@ -270,4 +270,12 @@
- def update_transfers(self):
- """Do nothing."""
- 
--UbuntuOneSyncMenu = UbuntuOneSyncMenuLinux if use_syncmenu else DummySyncMenu
-+def sync_status_changed(self):
-+"""Do nothing."""
-+
-+
-+if use_syncmenu:
-+UbuntuOneSyncMenu = UbuntuOneSyncMenuLinux
-+else:
-+UbuntuOneSyncMenu = DummySyncMenu
-+TransfersMenu = None
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-

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

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:47:03
  Author: bgyorgy
Revision: 87513

upgpkg: ubuntuone-client-gnome 4.2.0-1

Update to version 4.2.0

Modified:
  ubuntuone-client-gnome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 00:39:00 UTC (rev 87512)
+++ PKGBUILD2013-04-02 00:47:03 UTC (rev 87513)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=ubuntuone-client-gnome
-pkgver=4.0.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Some plug-ins, extensions, and data for integrating Ubuntu One 
features in some core parts of GNOME"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 optdepends=('gnome-settings-daemon: shows a warning when Ubuntu One runs out 
of space')
 options=('!libtool')
 install=$pkgname.install
-source=(http://launchpad.net/ubuntuone-client-gnome/stable-4-0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('26e9e391cabe1047eeb203d99ee2d9c6')
+source=(https://launchpad.net/ubuntuone-client-gnome/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('e2f5e4ef6f4eca6ffcf838b3aa46c3ef')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in ubuntuone-client-gnome/repos (8 files)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:47:12
  Author: bgyorgy
Revision: 87514

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ubuntuone-client-gnome/repos/community-i686/PKGBUILD
(from rev 87513, ubuntuone-client-gnome/trunk/PKGBUILD)
  ubuntuone-client-gnome/repos/community-i686/ubuntuone-client-gnome.install
(from rev 87513, 
ubuntuone-client-gnome/trunk/ubuntuone-client-gnome.install)
  ubuntuone-client-gnome/repos/community-x86_64/PKGBUILD
(from rev 87513, ubuntuone-client-gnome/trunk/PKGBUILD)
  ubuntuone-client-gnome/repos/community-x86_64/ubuntuone-client-gnome.install
(from rev 87513, 
ubuntuone-client-gnome/trunk/ubuntuone-client-gnome.install)
Deleted:
  ubuntuone-client-gnome/repos/community-i686/PKGBUILD
  ubuntuone-client-gnome/repos/community-i686/ubuntuone-client-gnome.install
  ubuntuone-client-gnome/repos/community-x86_64/PKGBUILD
  ubuntuone-client-gnome/repos/community-x86_64/ubuntuone-client-gnome.install

-+
 /PKGBUILD   |   62 ++
 /ubuntuone-client-gnome.install |   22 +++
 community-i686/PKGBUILD |   31 ---
 community-i686/ubuntuone-client-gnome.install   |   11 ---
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/ubuntuone-client-gnome.install |   11 ---
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-02 00:47:03 UTC (rev 87513)
+++ community-i686/PKGBUILD 2013-04-02 00:47:12 UTC (rev 87514)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=ubuntuone-client-gnome
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Some plug-ins, extensions, and data for integrating Ubuntu One 
features in some core parts of GNOME"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/ubuntuone-client-gnome";
-license=('GPL')
-depends=('nautilus' 'gconf' 'ubuntuone-client')
-makedepends=('intltool' 'gnome-settings-daemon')
-optdepends=('gnome-settings-daemon: shows a warning when Ubuntu One runs out 
of space')
-options=('!libtool')
-install=$pkgname.install
-source=(http://launchpad.net/ubuntuone-client-gnome/stable-4-0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('26e9e391cabe1047eeb203d99ee2d9c6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: ubuntuone-client-gnome/repos/community-i686/PKGBUILD (from rev 87513, 
ubuntuone-client-gnome/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-02 00:47:12 UTC (rev 87514)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=ubuntuone-client-gnome
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Some plug-ins, extensions, and data for integrating Ubuntu One 
features in some core parts of GNOME"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/ubuntuone-client-gnome";
+license=('GPL')
+depends=('nautilus' 'gconf' 'ubuntuone-client')
+makedepends=('intltool' 'gnome-settings-daemon')
+optdepends=('gnome-settings-daemon: shows a warning when Ubuntu One runs out 
of space')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/ubuntuone-client-gnome/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('e2f5e4ef6f4eca6ffcf838b3aa46c3ef')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/ubuntuone-client-gnome.install
===
--- community-i686/ubuntuone-client-gnome.install   2013-04-02 00:47:03 UTC 
(rev 87513)
+++ community-i686/ubuntuone-client-gnome.install   2013-04-02 00:47:12 UTC 
(rev 87514)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: 
ubuntuone-client-gnome/repos/community-i686/ubuntuone-client-gnome.install 
(from rev 87513, ubuntuone-client-gnome/trunk/ubuntuone-client-gnome.install)
===
--- community-i686/ubuntuone-client-gnome.install   
(rev 0)
+++ community-i686/ubuntuone-client-gnome.install   2013-04-02 00:47:12 UTC 
(rev 87514)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_u

[arch-commits] Commit in ubuntuone-control-panel/trunk (PKGBUILD)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:52:43
  Author: bgyorgy
Revision: 87515

upgpkg: ubuntuone-control-panel 4.2.0-1

Update to version 4.2.0

Modified:
  ubuntuone-control-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 00:47:12 UTC (rev 87514)
+++ PKGBUILD2013-04-02 00:52:43 UTC (rev 87515)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=ubuntuone-control-panel
-pkgver=4.0.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Graphical user interface that allows the users to manage their Ubuntu 
One subscription and preferences"
 arch=('any')
@@ -10,15 +10,18 @@
 license=('GPL')
 depends=('ubuntuone-client')
 makedepends=('python2-distutils-extra')
-source=(http://launchpad.net/ubuntuone-control-panel/stable-4-0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('63f49118722bcb45dba5fa58918b2b92')
+source=(https://launchpad.net/ubuntuone-control-panel/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('19afeb2cf7090c1bef0f12ed0c35942d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
 
-  # Fix desktop file category
-  sed -i 's/Categories=.*/Categories=Qt;Network;FileTransfer/' 
ubuntuone-installer.desktop.in
+  # Fix desktop file
+  sed -i 's/^Categories=.*/Categories=Qt;Network;FileTransfer/' 
ubuntuone-installer.desktop.in
+  sed -i '/^NotShowIn=/d' ubuntuone-installer.desktop.in
 
   python2 setup.py build
 }
@@ -28,6 +31,10 @@
 
   python2 setup.py install --root=$pkgdir/ --optimize=1
 
+  # We don't have Apport in Arch Linux
+  rm -r "$pkgdir"/usr/share/apport
+
   # Remove unneeded files
   rm "$pkgdir"/usr/share/ubuntuone-control-panel/*.ttf
+  rm "$pkgdir/usr/share/applications/ubuntuone-control-panel-qt-gnome.desktop"
 }



[arch-commits] Commit in ubuntuone-control-panel/repos/community-any (2 files)

2013-04-01 Thread Balló György
Date: Tuesday, April 2, 2013 @ 02:52:49
  Author: bgyorgy
Revision: 87516

archrelease: copy trunk to community-any

Added:
  ubuntuone-control-panel/repos/community-any/PKGBUILD
(from rev 87515, ubuntuone-control-panel/trunk/PKGBUILD)
Deleted:
  ubuntuone-control-panel/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 +
 1 file changed, 40 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-02 00:52:43 UTC (rev 87515)
+++ PKGBUILD2013-04-02 00:52:49 UTC (rev 87516)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=ubuntuone-control-panel
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Graphical user interface that allows the users to manage their Ubuntu 
One subscription and preferences"
-arch=('any')
-url="https://launchpad.net/ubuntuone-control-panel";
-license=('GPL')
-depends=('ubuntuone-client')
-makedepends=('python2-distutils-extra')
-source=(http://launchpad.net/ubuntuone-control-panel/stable-4-0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('63f49118722bcb45dba5fa58918b2b92')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
-
-  # Fix desktop file category
-  sed -i 's/Categories=.*/Categories=Qt;Network;FileTransfer/' 
ubuntuone-installer.desktop.in
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Remove unneeded files
-  rm "$pkgdir"/usr/share/ubuntuone-control-panel/*.ttf
-}

Copied: ubuntuone-control-panel/repos/community-any/PKGBUILD (from rev 87515, 
ubuntuone-control-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-02 00:52:49 UTC (rev 87516)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=ubuntuone-control-panel
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Graphical user interface that allows the users to manage their Ubuntu 
One subscription and preferences"
+arch=('any')
+url="https://launchpad.net/ubuntuone-control-panel";
+license=('GPL')
+depends=('ubuntuone-client')
+makedepends=('python2-distutils-extra')
+source=(https://launchpad.net/ubuntuone-control-panel/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('19afeb2cf7090c1bef0f12ed0c35942d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
+
+  # Fix desktop file
+  sed -i 's/^Categories=.*/Categories=Qt;Network;FileTransfer/' 
ubuntuone-installer.desktop.in
+  sed -i '/^NotShowIn=/d' ubuntuone-installer.desktop.in
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # We don't have Apport in Arch Linux
+  rm -r "$pkgdir"/usr/share/apport
+
+  # Remove unneeded files
+  rm "$pkgdir"/usr/share/ubuntuone-control-panel/*.ttf
+  rm "$pkgdir/usr/share/applications/ubuntuone-control-panel-qt-gnome.desktop"
+}



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

2013-04-01 Thread Gaetan Bisson
Date: Tuesday, April 2, 2013 @ 04:28:06
  Author: bisson
Revision: 181163

upstream update

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 20:41:35 UTC (rev 181162)
+++ PKGBUILD2013-04-02 02:28:06 UTC (rev 181163)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=sharutils
-pkgver=4.13.3
+pkgver=4.13.4
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('50582fcededd1891c47ec1caa98491e280950cbd')
+sha1sums=('9becdd47dd03a6e139f29c9a2ab311a541409553')
 
 install=install
 



[arch-commits] Commit in sharutils/repos (8 files)

2013-04-01 Thread Gaetan Bisson
Date: Tuesday, April 2, 2013 @ 04:28:47
  Author: bisson
Revision: 181164

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  sharutils/repos/extra-i686/PKGBUILD
(from rev 181163, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-i686/install
(from rev 181163, sharutils/trunk/install)
  sharutils/repos/extra-x86_64/PKGBUILD
(from rev 181163, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-x86_64/install
(from rev 181163, sharutils/trunk/install)
Deleted:
  sharutils/repos/extra-i686/PKGBUILD
  sharutils/repos/extra-i686/install
  sharutils/repos/extra-x86_64/PKGBUILD
  sharutils/repos/extra-x86_64/install

---+
 /PKGBUILD |   64 
 /install  |   36 +++
 extra-i686/PKGBUILD   |   32 
 extra-i686/install|   18 -
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/install  |   18 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-02 02:28:06 UTC (rev 181163)
+++ extra-i686/PKGBUILD 2013-04-02 02:28:47 UTC (rev 181164)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kevin Piche 
-# Contributor: Tom Newsom 
-
-pkgname=sharutils
-pkgver=4.13.3
-pkgrel=1
-pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('perl' 'gettext' 'texinfo')
-source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('50582fcededd1891c47ec1caa98491e280950cbd')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: sharutils/repos/extra-i686/PKGBUILD (from rev 181163, 
sharutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-02 02:28:47 UTC (rev 181164)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Kevin Piche 
+# Contributor: Tom Newsom 
+
+pkgname=sharutils
+pkgver=4.13.4
+pkgrel=1
+pkgdesc='Makes so-called shell archives out of many files'
+url='http://www.gnu.org/software/sharutils/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('perl' 'gettext' 'texinfo')
+source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('9becdd47dd03a6e139f29c9a2ab311a541409553')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-04-02 02:28:06 UTC (rev 181163)
+++ extra-i686/install  2013-04-02 02:28:47 UTC (rev 181164)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(sharutils.info.gz)
-
-post_install() {
-   for file in ${filelist[@]}; do
-   install-info $infodir/$file $infodir/dir
-   done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-   for file in ${filelist[@]}; do
-   install-info --delete $infodir/$file $infodir/dir
-   done
-}

Copied: sharutils/repos/extra-i686/install (from rev 181163, 
sharutils/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-04-02 02:28:47 UTC (rev 181164)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(sharutils.info.gz)
+
+post_install() {
+   for file in ${filelist[@]}; do
+   install-info $infodir/$file $infodir/dir
+   done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   for file in ${filelist[@]}; do
+   install-info --delete $infodir/$file $infodir/dir
+   done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-02 02:28:06 UTC (rev 181163)
+++ extra-x86_64/PKGBUILD   2013-04-02 02:28:47 UTC (rev 181164)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Kevin Piche 
-# Contributor: Tom Newsom 
-
-pkgname=sharutils
-pkgver=4.13.3
-pkgrel=1
-pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('perl'