[arch-commits] Commit in gummiboot/repos (5 files)

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 08:38:38
  Author: tpowa
Revision: 187913

archrelease: copy trunk to testing-x86_64

Added:
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 187912, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 187912, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 187912, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 187912, gummiboot/trunk/loader.conf)

---+
 PKGBUILD  |   45 +
 arch.conf |7 +++
 gummiboot.install |   13 +
 loader.conf   |2 ++
 4 files changed, 67 insertions(+)

Copied: gummiboot/repos/testing-x86_64/PKGBUILD (from rev 187912, 
gummiboot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-08 06:38:38 UTC (rev 187913)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=32
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=(git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}
+'loader.conf'
+'arch.conf')
+install=gummiboot.install
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
+   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
+
+   cd ${srcdir}/${pkgname}
+
+   make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-x86_64/arch.conf (from rev 187912, 
gummiboot/trunk/arch.conf)
===
--- testing-x86_64/arch.conf(rev 0)
+++ testing-x86_64/arch.conf2013-06-08 06:38:38 UTC (rev 187913)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-x86_64/gummiboot.install (from rev 187912, 
gummiboot/trunk/gummiboot.install)
===
--- testing-x86_64/gummiboot.install(rev 0)
+++ testing-x86_64/gummiboot.install2013-06-08 06:38:38 UTC (rev 187913)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo :: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-x86_64/loader.conf (from rev 187912, 
gummiboot/trunk/loader.conf)
===
--- testing-x86_64/loader.conf  (rev 0)
+++ testing-x86_64/loader.conf  2013-06-08 06:38:38 UTC (rev 187913)
@@ -0,0 +1,2 @@
+timeout 10
+default arch



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

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 08:38:24
  Author: tpowa
Revision: 187912

upgpkg: gummiboot 32-1

bump to latest version

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 05:14:18 UTC (rev 187911)
+++ PKGBUILD2013-06-08 06:38:24 UTC (rev 187912)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=31
+pkgver=32
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;



[arch-commits] Commit in cmake/trunk (PKGBUILD imagemagick.patch)

2013-06-08 Thread Andrea Scarpino
Date: Saturday, June 8, 2013 @ 08:49:28
  Author: andrea
Revision: 187914

upgpkg: cmake 2.8.11.1-1

Upstream release

Modified:
  cmake/trunk/PKGBUILD
Deleted:
  cmake/trunk/imagemagick.patch

---+
 PKGBUILD  |   15 ---
 imagemagick.patch |   27 ---
 2 files changed, 4 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 06:38:38 UTC (rev 187913)
+++ PKGBUILD2013-06-08 06:49:28 UTC (rev 187914)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=cmake
-pkgver=2.8.11
-pkgrel=2
+pkgver=2.8.11.1
+pkgrel=1
 pkgdesc=A cross-platform open-source make system
 arch=('i686' 'x86_64')
 url=http://www.cmake.org/;
@@ -13,16 +13,9 @@
 makedepends=('qt4' 'emacs')
 optdepends=('qt4: cmake-gui')
 install=${pkgname}.install
-source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;
-'imagemagick.patch')
-md5sums=('be6008f2299613d23fe82ab53ef7472e'
- '19c4cf0e6e9c9a890f3698c9df8062f1')
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('df5324a3b203373a9e0a04b924281a43')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/imagemagick.patch 
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 

Deleted: imagemagick.patch
===
--- imagemagick.patch   2013-06-08 06:38:38 UTC (rev 187913)
+++ imagemagick.patch   2013-06-08 06:49:28 UTC (rev 187914)
@@ -1,27 +0,0 @@
-From 3de9bb48a5d7976d5f22e3c7c0f95cfda102ed8a Mon Sep 17 00:00:00 2001
-From: Funda Wang fundaw...@gmail.com
-Date: Tue, 28 May 2013 06:17:49 +
-Subject: [PATCH] FindImageMagick: Find v6 include dir (#14174)
-
-The header files of ImageMagick are now located at
-prefix/include/ImageMagick-6 instead of prefix/include/ImageMagick.

- Modules/FindImageMagick.cmake |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Modules/FindImageMagick.cmake b/Modules/FindImageMagick.cmake
-index cd97b38..02a5777 100644
 a/Modules/FindImageMagick.cmake
-+++ b/Modules/FindImageMagick.cmake
-@@ -81,7 +81,7 @@ function(FIND_IMAGEMAGICK_API component header)
-   ${ImageMagick_INCLUDE_DIRS}
-   [HKEY_LOCAL_MACHINE\\SOFTWARE\\ImageMagick\\Current;BinPath]/include
- PATH_SUFFIXES
--  ImageMagick
-+  ImageMagick ImageMagick-6
- DOC Path to the ImageMagick include dir.
- )
-   find_library(ImageMagick_${component}_LIBRARY
--- 
-1.7.0
-



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

2013-06-08 Thread Andrea Scarpino
Date: Saturday, June 8, 2013 @ 08:49:37
  Author: andrea
Revision: 187915

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 187914, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 187914, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 187914, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 187914, cmake/trunk/cmake.install)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-i686/imagemagick.patch
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/extra-x86_64/imagemagick.patch

+
 /PKGBUILD  |   90 +++
 /cmake.install |   24 ++
 extra-i686/PKGBUILD|   52 --
 extra-i686/cmake.install   |   12 -
 extra-i686/imagemagick.patch   |   27 ---
 extra-x86_64/PKGBUILD  |   52 --
 extra-x86_64/cmake.install |   12 -
 extra-x86_64/imagemagick.patch |   27 ---
 8 files changed, 114 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-08 06:49:28 UTC (rev 187914)
+++ extra-i686/PKGBUILD 2013-06-08 06:49:37 UTC (rev 187915)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=2.8.11
-pkgrel=2
-pkgdesc=A cross-platform open-source make system
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;
-'imagemagick.patch')
-md5sums=('be6008f2299613d23fe82ab53ef7472e'
- '19c4cf0e6e9c9a890f3698c9df8062f1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/imagemagick.patch 
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
-
-  install -Dm644 Docs/cmake-mode.el \
-${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 187914, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-08 06:49:37 UTC (rev 187915)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=2.8.11.1
+pkgrel=1
+pkgdesc=A cross-platform open-source make system
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('df5324a3b203373a9e0a04b924281a43')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+
+  install -Dm644 Docs/cmake-mode.el \
+${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2013-06-08 06:49:28 UTC (rev 187914)
+++ extra-i686/cmake.install2013-06-08 06:49:37 UTC (rev 187915)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 
true
-}
-

[arch-commits] Commit in cmake/trunk (PKGBUILD imagemagick.patch)

2013-06-08 Thread Andrea Scarpino
Date: Saturday, June 8, 2013 @ 09:00:43
  Author: andrea
Revision: 187916

upgpkg: cmake 2.8.11.1-1

patch is still needed

Added:
  cmake/trunk/imagemagick.patch
Modified:
  cmake/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 imagemagick.patch |   27 +++
 2 files changed, 36 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 06:49:37 UTC (rev 187915)
+++ PKGBUILD2013-06-08 07:00:43 UTC (rev 187916)
@@ -13,9 +13,16 @@
 makedepends=('qt4' 'emacs')
 optdepends=('qt4: cmake-gui')
 install=${pkgname}.install
-source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('df5324a3b203373a9e0a04b924281a43')
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;
+'imagemagick.patch')
+md5sums=('df5324a3b203373a9e0a04b924281a43'
+ '19c4cf0e6e9c9a890f3698c9df8062f1')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/imagemagick.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 

Added: imagemagick.patch
===
--- imagemagick.patch   (rev 0)
+++ imagemagick.patch   2013-06-08 07:00:43 UTC (rev 187916)
@@ -0,0 +1,27 @@
+From 3de9bb48a5d7976d5f22e3c7c0f95cfda102ed8a Mon Sep 17 00:00:00 2001
+From: Funda Wang fundaw...@gmail.com
+Date: Tue, 28 May 2013 06:17:49 +
+Subject: [PATCH] FindImageMagick: Find v6 include dir (#14174)
+
+The header files of ImageMagick are now located at
+prefix/include/ImageMagick-6 instead of prefix/include/ImageMagick.
+---
+ Modules/FindImageMagick.cmake |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Modules/FindImageMagick.cmake b/Modules/FindImageMagick.cmake
+index cd97b38..02a5777 100644
+--- a/Modules/FindImageMagick.cmake
 b/Modules/FindImageMagick.cmake
+@@ -81,7 +81,7 @@ function(FIND_IMAGEMAGICK_API component header)
+   ${ImageMagick_INCLUDE_DIRS}
+   [HKEY_LOCAL_MACHINE\\SOFTWARE\\ImageMagick\\Current;BinPath]/include
+ PATH_SUFFIXES
+-  ImageMagick
++  ImageMagick ImageMagick-6
+ DOC Path to the ImageMagick include dir.
+ )
+   find_library(ImageMagick_${component}_LIBRARY
+-- 
+1.7.0
+



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

2013-06-08 Thread Pierre Schmitz
Date: Saturday, June 8, 2013 @ 09:01:02
  Author: pierre
Revision: 187918

upgpkg: archlinux-keyring 20130525-2

Re-enable key of dwallace

Modified:
  archlinux-keyring/trunk/PKGBUILD
  archlinux-keyring/trunk/archlinux-keyring.install

---+
 PKGBUILD  |2 +-
 archlinux-keyring.install |   11 +++
 2 files changed, 12 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 07:00:54 UTC (rev 187917)
+++ PKGBUILD2013-06-08 07:01:02 UTC (rev 187918)
@@ -3,7 +3,7 @@
 
 pkgname=archlinux-keyring
 pkgver=20130525
-pkgrel=1
+pkgrel=2
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
 url='https://projects.archlinux.org/archlinux-keyring.git/'

Modified: archlinux-keyring.install
===
--- archlinux-keyring.install   2013-06-08 07:00:54 UTC (rev 187917)
+++ archlinux-keyring.install   2013-06-08 07:01:02 UTC (rev 187918)
@@ -1,6 +1,17 @@
 post_upgrade() {
if usr/bin/pacman-key -l /dev/null 21; then
usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z $2 ] || [ $2 = 20130525-1 ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2/dev/null
+   fi
fi
 }
 



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

2013-06-08 Thread Andrea Scarpino
Date: Saturday, June 8, 2013 @ 09:00:54
  Author: andrea
Revision: 187917

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 187916, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 187916, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/imagemagick.patch
(from rev 187916, cmake/trunk/imagemagick.patch)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 187916, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 187916, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/imagemagick.patch
(from rev 187916, cmake/trunk/imagemagick.patch)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install

+
 /PKGBUILD  |  104 +++
 /cmake.install |   24 +
 extra-i686/PKGBUILD|   45 
 extra-i686/cmake.install   |   12 
 extra-i686/imagemagick.patch   |   27 ++
 extra-x86_64/PKGBUILD  |   45 
 extra-x86_64/cmake.install |   12 
 extra-x86_64/imagemagick.patch |   27 ++
 8 files changed, 182 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-08 07:00:43 UTC (rev 187916)
+++ extra-i686/PKGBUILD 2013-06-08 07:00:54 UTC (rev 187917)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=2.8.11.1
-pkgrel=1
-pkgdesc=A cross-platform open-source make system
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('df5324a3b203373a9e0a04b924281a43')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
-
-  install -Dm644 Docs/cmake-mode.el \
-${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 187916, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-08 07:00:54 UTC (rev 187917)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=2.8.11.1
+pkgrel=1
+pkgdesc=A cross-platform open-source make system
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;
+'imagemagick.patch')
+md5sums=('df5324a3b203373a9e0a04b924281a43'
+ '19c4cf0e6e9c9a890f3698c9df8062f1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/imagemagick.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+
+  install -Dm644 Docs/cmake-mode.el \
+${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2013-06-08 07:00:43 UTC (rev 187916)
+++ extra-i686/cmake.install2013-06-08 07:00:54 UTC (rev 187917)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-[[ 

[arch-commits] Commit in archlinux-keyring/repos (3 files)

2013-06-08 Thread Pierre Schmitz
Date: Saturday, June 8, 2013 @ 09:02:23
  Author: pierre
Revision: 187919

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 187918, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 187918, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   20 
 archlinux-keyring.install |   22 ++
 2 files changed, 42 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 187918, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-06-08 07:02:23 UTC (rev 187919)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=archlinux-keyring
+pkgver=20130525
+pkgrel=2
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install=${pkgname}.install
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('22894bbd940803d3cf0310d93cdf054e'
+ 'SKIP')
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
187918, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2013-06-08 07:02:23 UTC (rev 
187919)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l /dev/null 21; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of dwallace
+   # See https://bugs.archlinux.org/task/35478
+   if [ -z $2 ] || [ $2 = 20130525-1 ]; then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   5559BC1A32B8F76B3FCCD9555FA5E5544F010D48 \
+   2/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



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

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 09:19:39
  Author: tpowa
Revision: 187921

fix dependencies

Modified:
  qemu/repos/extra-i686/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 07:19:28 UTC (rev 187920)
+++ PKGBUILD2013-06-08 07:19:39 UTC (rev 187921)
@@ -2,19 +2,19 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://wiki.qemu.org/Index.html;
 makedepends=('texi2html' 'perl' 'python2')
-depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 
'libpulse' 'seabios' 'libcap-ng')
+depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 
'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp' 'libiscsi')
 backup=('etc/qemu/target-x86_64.conf')
 install=qemu.install
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
 65-kvm.rules)
 replaces=('qemu-kvm')
-options=(!strip)
+options=(!strip !libtool)
 
 prepare()
 {



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

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 09:19:28
  Author: tpowa
Revision: 187920

fix dependencies

Modified:
  qemu/repos/extra-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 07:02:23 UTC (rev 187919)
+++ PKGBUILD2013-06-08 07:19:28 UTC (rev 187920)
@@ -2,19 +2,19 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://wiki.qemu.org/Index.html;
 makedepends=('texi2html' 'perl' 'python2')
-depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 
'libpulse' 'seabios' 'libcap-ng')
+depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 
'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp' 'libiscsi')
 backup=('etc/qemu/target-x86_64.conf')
 install=qemu.install
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
 65-kvm.rules)
 replaces=('qemu-kvm')
-options=(!strip)
+options=(!strip !libtool)
 
 prepare()
 {



[arch-commits] Commit in gummiboot/repos (13 files)

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 09:30:45
  Author: tpowa
Revision: 187922

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 187921, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 187921, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 187921, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 187921, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 187921, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 187921, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 187921, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 187921, gummiboot/trunk/loader.conf)
Deleted:
  gummiboot/repos/testing-x86_64/PKGBUILD
  gummiboot/repos/testing-x86_64/arch.conf
  gummiboot/repos/testing-x86_64/gummiboot.install
  gummiboot/repos/testing-x86_64/loader.conf

--+
 /PKGBUILD|   45 +
 /arch.conf   |7 +
 /gummiboot.install   |   13 ++
 /loader.conf |2 +
 testing-i686/PKGBUILD|   45 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   13 ++
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   45 -
 testing-x86_64/arch.conf |7 -
 testing-x86_64/gummiboot.install |   13 --
 testing-x86_64/loader.conf   |2 -
 12 files changed, 134 insertions(+), 67 deletions(-)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 187921, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-08 07:30:45 UTC (rev 187922)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=32
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=(git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}
+'loader.conf'
+'arch.conf')
+install=gummiboot.install
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
+   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
+
+   cd ${srcdir}/${pkgname}
+
+   make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 187921, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2013-06-08 07:30:45 UTC (rev 187922)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 187921, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2013-06-08 07:30:45 UTC (rev 187922)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo :: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 187921, 
gummiboot/trunk/loader.conf)
===
--- testing-i686/loader.conf  

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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 10:05:51
  Author: heftig
Revision: 188064

0.9.2

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 08:02:25 UTC (rev 188063)
+++ PKGBUILD2013-06-08 08:05:51 UTC (rev 188064)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=folks
-pkgver=0.9.1
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 pkgdesc=Library to aggregates people into metacontacts
 arch=(i686 x86_64)
 url=http://telepathy.freedesktop.org/wiki/Folks;
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
+sha256sums=('4b034ffe83928acd8a7d607edab60f36eb13801a9d3fcc34ccc7c34a16747818')
 
 build() {
   cd $pkgname-$pkgver



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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 10:06:46
  Author: heftig
Revision: 188065

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

Added:
  folks/repos/extra-i686/PKGBUILD
(from rev 188064, folks/trunk/PKGBUILD)
  folks/repos/extra-i686/folks.install
(from rev 188064, folks/trunk/folks.install)
  folks/repos/extra-x86_64/PKGBUILD
(from rev 188064, folks/trunk/PKGBUILD)
  folks/repos/extra-x86_64/folks.install
(from rev 188064, folks/trunk/folks.install)
Deleted:
  folks/repos/extra-i686/PKGBUILD
  folks/repos/extra-i686/folks.install
  folks/repos/extra-x86_64/PKGBUILD
  folks/repos/extra-x86_64/folks.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-08 08:05:51 UTC (rev 188064)
+++ extra-i686/PKGBUILD 2013-06-08 08:06:46 UTC (rev 188065)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.9.1
-pkgrel=3
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist 
libtracker-sparql)
-makedepends=(gobject-introspection intltool)
-install=folks.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
---disable-libsocialweb-backend
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/extra-i686/PKGBUILD (from rev 188064, folks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-08 08:06:46 UTC (rev 188065)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b034ffe83928acd8a7d607edab60f36eb13801a9d3fcc34ccc7c34a16747818')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/folks.install
===
--- extra-i686/folks.install2013-06-08 08:05:51 UTC (rev 188064)
+++ extra-i686/folks.install2013-06-08 08:06:46 UTC (rev 188065)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: folks/repos/extra-i686/folks.install (from rev 188064, 
folks/trunk/folks.install)
===
--- extra-i686/folks.install(rev 0)
+++ extra-i686/folks.install2013-06-08 08:06:46 UTC (rev 188065)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-08 08:05:51 UTC (rev 188064)
+++ extra-x86_64/PKGBUILD   2013-06-08 08:06:46 UTC (rev 188065)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.9.1
-pkgrel=3
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist 
libtracker-sparql)
-makedepends=(gobject-introspection intltool)
-install=folks.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 10:09:58
  Author: heftig
Revision: 92548

dep fix

Modified:
  libmirage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 00:41:21 UTC (rev 92547)
+++ PKGBUILD2013-06-08 08:09:58 UTC (rev 92548)
@@ -5,13 +5,13 @@
 
 pkgname=libmirage
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=CD-ROM image (B6T/CCD/CDI/CUE/ISO/MDS/NRG/TOC) access library
 arch=(i686 x86_64)
 url=http://cdemu.sourceforge.net/;
 license=(GPL)
-depends=(glib2 libsamplerate zlib bzip2 shared-mime-info)
-makedepends=(bison flex gtk-doc cmake gobject-introspection)
+depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
+makedepends=(gtk-doc gobject-introspection cmake)
 options=(!libtool)
 install=libmirage.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)



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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 10:12:57
  Author: heftig
Revision: 92549

pkgdesc

Modified:
  libmirage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 08:09:58 UTC (rev 92548)
+++ PKGBUILD2013-06-08 08:12:57 UTC (rev 92549)
@@ -6,7 +6,7 @@
 pkgname=libmirage
 pkgver=2.1.0
 pkgrel=2
-pkgdesc=CD-ROM image (B6T/CCD/CDI/CUE/ISO/MDS/NRG/TOC) access library
+pkgdesc=CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library
 arch=(i686 x86_64)
 url=http://cdemu.sourceforge.net/;
 license=(GPL)



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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 10:15:45
  Author: heftig
Revision: 92550

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

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

+
 /PKGBUILD  |   72 +++
 /libmirage.install |   22 ++
 community-i686/PKGBUILD|   36 -
 community-i686/libmirage.install   |   11 -
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/libmirage.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 08:12:57 UTC (rev 92549)
+++ community-i686/PKGBUILD 2013-06-08 08:15:45 UTC (rev 92550)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=libmirage
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=CD-ROM image (B6T/CCD/CDI/CUE/ISO/MDS/NRG/TOC) access library
-arch=(i686 x86_64)
-url=http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(glib2 libsamplerate zlib bzip2 shared-mime-info)
-makedepends=(bison flex gtk-doc cmake gobject-introspection)
-options=(!libtool)
-install=libmirage.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fb30eea15b8c1fc55e194e1af55127fa3b3860a79fec0b6c60588cf9ae8d1ca9')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: libmirage/repos/community-i686/PKGBUILD (from rev 92549, 
libmirage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 08:15:45 UTC (rev 92550)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=libmirage
+pkgver=2.1.0
+pkgrel=2
+pkgdesc=CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library
+arch=(i686 x86_64)
+url=http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
+makedepends=(gtk-doc gobject-introspection cmake)
+options=(!libtool)
+install=libmirage.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fb30eea15b8c1fc55e194e1af55127fa3b3860a79fec0b6c60588cf9ae8d1ca9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libmirage.install
===
--- community-i686/libmirage.install2013-06-08 08:12:57 UTC (rev 92549)
+++ community-i686/libmirage.install2013-06-08 08:15:45 UTC (rev 92550)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libmirage/repos/community-i686/libmirage.install (from rev 92549, 
libmirage/trunk/libmirage.install)
===
--- community-i686/libmirage.install(rev 0)
+++ community-i686/libmirage.install2013-06-08 08:15:45 UTC (rev 92550)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-08 08:12:57 UTC (rev 92549)
+++ community-x86_64/PKGBUILD   2013-06-08 08:15:45 UTC (rev 92550)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay 

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

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 10:17:48
  Author: tpowa
Revision: 188067

upgpkg: linux 3.9.5-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |   16 +---
 linux.install |2 +-
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 08:07:17 UTC (rev 188066)
+++ PKGBUILD2013-06-08 08:17:48 UTC (rev 188067)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.9
-pkgver=3.9.4
+pkgver=3.9.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -20,7 +20,7 @@
 'linux.preset'
 'change-default-console-loglevel.patch')
 md5sums=('4348c9b6b2eb3144d601e87c19d5d909'
- '922c4553299e6692a28761d3032fc012'
+ 'aa22187ae5cd482a69097e9e59244491'
  '1eb73dcb091d2671138f87fe62bd9735'
  '24dff05a9f8d53e92457077e6ca6b6ae'
  'eb14dcfd80c00852ef81ded6e826826a'
@@ -32,7 +32,7 @@
 # x86_64
 # 3257a59402459dcc9e6f6ddd0144c385  /lib/modules/3.9.4-1-ARCH/modules.symbols
 # i686
-# bc0b5eb05278fcfa92250373217eaca1  /lib/modules/3.9.3-1-ARCH/modules.symbols
+# bc0b5eb05278fcfa92250373217eaca1  /lib/modules/3.9.4-1-ARCH/modules.symbols
 
 prepare() {
   cd ${srcdir}/${_srcname}
@@ -127,14 +127,16 @@
   # add vmlinux
   install -D -m644 vmlinux ${pkgdir}/usr/src/linux-${_kernver}/vmlinux
 
-  # install fallback mkinitcpio.conf file and preset file for kernel
-  install -D -m644 ${srcdir}/linux.preset 
${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset
-
   # set correct depmod command for install
+  cp -f ${startdir}/${install} ${startdir}/${install}.pkg
+  true  install=${install}.pkg
   sed \
 -e  s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/ \
 -e  s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/ \
--i ${startdir}/linux.install
+-i ${startdir}/${install}
+
+  # install mkinitcpio preset file for kernel
+  install -D -m644 ${srcdir}/linux.preset 
${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset
   sed \
 -e 1s|'linux.*'|'${pkgbase}'| \
 -e s|ALL_kver=.*|ALL_kver=\/boot/vmlinuz-${pkgbase}\| \

Modified: linux.install
===
--- linux.install   2013-06-08 08:07:17 UTC (rev 188066)
+++ linux.install   2013-06-08 08:17:48 UTC (rev 188067)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.9.4-1-ARCH
+KERNEL_VERSION=
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 10:18:14
  Author: tpowa
Revision: 188068

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 188067, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/alsa-firmware-loading-3.8.8.patch
(from rev 188067, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 188067, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 188067, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 188067, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 188067, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 188067, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 188067, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/alsa-firmware-loading-3.8.8.patch
(from rev 188067, linux/trunk/alsa-firmware-loading-3.8.8.patch)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 188067, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 188067, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 188067, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 188067, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 188067, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  330 
 testing-i686/alsa-firmware-loading-3.8.8.patch   |   89 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6273 +
 testing-i686/config.x86_64   | 6070 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  330 
 testing-x86_64/alsa-firmware-loading-3.8.8.patch |   89 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6273 +
 testing-x86_64/config.x86_64 | 6070 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 25706 insertions(+)

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


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

2013-06-08 Thread Andrea Scarpino
Date: Saturday, June 8, 2013 @ 10:31:33
  Author: andrea
Revision: 188070

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

Added:
  akonadi/repos/extra-i686/PKGBUILD
(from rev 188069, akonadi/trunk/PKGBUILD)
  akonadi/repos/extra-i686/akonadi.install
(from rev 188069, akonadi/trunk/akonadi.install)
  akonadi/repos/extra-i686/boost153.patch
(from rev 188069, akonadi/trunk/boost153.patch)
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 188069, akonadi/trunk/PKGBUILD)
  akonadi/repos/extra-x86_64/akonadi.install
(from rev 188069, akonadi/trunk/akonadi.install)
  akonadi/repos/extra-x86_64/boost153.patch
(from rev 188069, akonadi/trunk/boost153.patch)
Deleted:
  akonadi/repos/extra-i686/PKGBUILD
  akonadi/repos/extra-i686/akonadi.install
  akonadi/repos/extra-x86_64/PKGBUILD
  akonadi/repos/extra-x86_64/akonadi.install

--+
 /PKGBUILD|   84 +
 /akonadi.install |   22 ++
 extra-i686/PKGBUILD  |   32 ---
 extra-i686/akonadi.install   |   11 -
 extra-i686/boost153.patch|   27 +
 extra-x86_64/PKGBUILD|   32 ---
 extra-x86_64/akonadi.install |   11 -
 extra-x86_64/boost153.patch  |   27 +
 8 files changed, 160 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-08 08:31:22 UTC (rev 188069)
+++ extra-i686/PKGBUILD 2013-06-08 08:31:33 UTC (rev 188070)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.9.2
-pkgrel=1
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('bdce288f4b91055d69f35c26dab276d0')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 188069, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-08 08:31:33 UTC (rev 188070)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.9.2
+pkgrel=2
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('bdce288f4b91055d69f35c26dab276d0'
+ 'd797b338914c677fb6b93c0c23f46197')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2013-06-08 08:31:22 UTC (rev 188069)
+++ extra-i686/akonadi.install  2013-06-08 08:31:33 UTC (rev 188070)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 188069, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2013-06-08 08:31:33 UTC (rev 188070)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi/repos/extra-i686/boost153.patch (from rev 188069, 
akonadi/trunk/boost153.patch)

[arch-commits] Commit in akonadi/trunk (PKGBUILD boost153.patch)

2013-06-08 Thread Andrea Scarpino
Date: Saturday, June 8, 2013 @ 10:31:22
  Author: andrea
Revision: 188069

upgpkg: akonadi 1.9.2-2

Fix build with boost 1.53; add postgreSQL as optional deps

Added:
  akonadi/trunk/boost153.patch
Modified:
  akonadi/trunk/PKGBUILD

+
 PKGBUILD   |   22 --
 boost153.patch |   27 +++
 2 files changed, 43 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 08:18:14 UTC (rev 188068)
+++ PKGBUILD2013-06-08 08:31:22 UTC (rev 188069)
@@ -4,25 +4,35 @@
 
 pkgname=akonadi
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
 license=('LGPL')
 depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('bdce288f4b91055d69f35c26dab276d0')
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('bdce288f4b91055d69f35c26dab276d0'
+ 'd797b338914c677fb6b93c0c23f46197')
 
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
   make
 }
 

Added: boost153.patch
===
--- boost153.patch  (rev 0)
+++ boost153.patch  2013-06-08 08:31:22 UTC (rev 188069)
@@ -0,0 +1,27 @@
+From: Sergio Martins iamser...@gmail.com
+Date: Tue, 28 May 2013 20:22:11 +
+Subject: Compile with boost-1.53
+X-Git-Url: 
http://quickgit.kde.org/?p=akonadi.gita=commitdiffh=fe3f49cbd21a634c3257903a229b7d5357ee194a
+---
+Compile with boost-1.53
+
+The bug isn't going to be fixed in Qt4, so we need the ifdef.
+
+CCMAIL: vkra...@kde.org
+---
+
+
+--- a/shared/akapplication.h
 b/shared/akapplication.h
+@@ -23,7 +23,9 @@
+ #include QtCore/QObject
+ 
+ #ifndef _WIN32_WCE
+-#include boost/program_options.hpp
++# ifndef Q_MOC_RUN
++#  include boost/program_options.hpp
++# endif
+ #endif
+ 
+ class QCoreApplication;
+



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

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 10:49:41
  Author: tpowa
Revision: 188071

upgpkg: linux-lts 3.0.81-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   28 +++-
 linux-lts.install |2 +-
 2 files changed, 12 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 08:31:33 UTC (rev 188070)
+++ PKGBUILD2013-06-08 08:49:41 UTC (rev 188071)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.80
+pkgver=3.0.81
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '65b04cd3c832999be855072004581f67'
+ '476601c8706838fda9e357117def6c30'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -36,9 +36,9 @@
 
 # module.symbols md5sums
 # x86_64
-# 7bbff8466d94d4e5e741c37d47f8bff0  /lib/modules/3.0.79-1-lts/modules.symbols
+# 7bbff8466d94d4e5e741c37d47f8bff0  /lib/modules/3.0.80-1-lts/modules.symbols
 # i686
-# 7cc7f544df89dda72aeb87a99180e4d1  /lib/modules/3.0.79-1-lts/modules.symbols
+# 7cc7f544df89dda72aeb87a99180e4d1  /lib/modules/3.0.80-1-lts/modules.symbols
 
 _kernelname=${pkgbase#linux}
 
@@ -152,14 +152,18 @@
   # add vmlinux
   install -D -m644 vmlinux ${pkgdir}/usr/src/linux-${_kernver}/vmlinux
 
-  # install fallback mkinitcpio.conf file and preset file for kernel
-  install -D -m644 ${srcdir}/linux-lts.preset 
${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset
 
   # set correct depmod command for install
+  cp -f ${startdir}/${install} ${startdir}/${install}.pkg
+  true  install=${install}.pkg
   sed \
 -e  s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/ \
 -e  s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/ \
--i ${startdir}/linux-lts.install
+-i ${startdir}/${install}
+
+  # install fallback mkinitcpio.conf file and preset file for kernel
+  install -D -m644 ${srcdir}/linux-lts.preset 
${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset
+
   sed \
 -e 1s|'linux.*'|'${pkgbase}'| \
 -e s|ALL_kver=.*|ALL_kver=\/boot/vmlinuz-${pkgbase}\| \
@@ -325,13 +329,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '65b04cd3c832999be855072004581f67'
- '8f430189023f071f2be6aa7d3bc747d5'
- '879c8a04d02530f902ef3d6d3fc80933'
- '232b52576a62c7a333e9fe7a1e1ca359'
- 'f3def2cefdcbb954c21d8505d23cc83c'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8'
- '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2013-06-08 08:31:33 UTC (rev 188070)
+++ linux-lts.install   2013-06-08 08:49:41 UTC (rev 188071)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.80-1-lts
+KERNEL_VERSION=
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-06-08 Thread Thomas Dziedzic
Date: Saturday, June 8, 2013 @ 10:50:32
  Author: td123
Revision: 188072

upgpkg: vim 7.3.1145-1

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 08:49:41 UTC (rev 188071)
+++ PKGBUILD2013-06-08 08:50:32 UTC (rev 188072)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=1131
-__hgrev=92d20f095c05
+_patchlevel=1145
+__hgrev=b4b5c5eadd9a
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -20,7 +20,7 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('d2cab0a32c56cca042231ff16caaa2fe'
+md5sums=('636a7fcae6d2d158424329ebfb250a79'
  'SKIP'
  '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'



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

2013-06-08 Thread Thomas Dziedzic
Date: Saturday, June 8, 2013 @ 10:51:37
  Author: td123
Revision: 188073

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

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 188072, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 188072, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 188072, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 188072, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 188072, vim/trunk/vimrc)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 188072, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 188072, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 188072, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 188072, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 188072, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/gvim.desktop
  vim/repos/testing-i686/gvim.install
  vim/repos/testing-i686/vimrc
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/gvim.desktop
  vim/repos/testing-x86_64/gvim.install
  vim/repos/testing-x86_64/vimrc

--+
 /PKGBUILD|  454 +
 /archlinux.vim   |   52 
 /gvim.desktop|  126 +++
 /gvim.install|   22 +
 /vimrc   |   32 ++
 testing-i686/PKGBUILD|  227 
 testing-i686/archlinux.vim   |   26 --
 testing-i686/gvim.desktop|   63 -
 testing-i686/gvim.install|   11 
 testing-i686/vimrc   |   16 -
 testing-x86_64/PKGBUILD  |  227 
 testing-x86_64/archlinux.vim |   26 --
 testing-x86_64/gvim.desktop  |   63 -
 testing-x86_64/gvim.install  |   11 
 testing-x86_64/vimrc |   16 -
 15 files changed, 686 insertions(+), 686 deletions(-)

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


[arch-commits] Commit in linux-lts/repos (26 files)

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 11:17:19
  Author: tpowa
Revision: 188074

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 188073, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 188073, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 188073, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 188073, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 188073, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 188073, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 188073, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 188073, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 188073, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 188073, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 188073, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 188073, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 188073, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 188073, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 188073, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 188073, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 188073, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 188073, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 188073, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 188073, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 188073, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 188073, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 188073, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 188073, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  331 
 testing-i686/change-default-console-loglevel.patch 
 |   12 
 testing-i686/config
 | 5575 ++
 testing-i686/config.x86_64 
 | 5330 +
 testing-i686/ext4-options.patch
 |   49 
 testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 testing-i686/i915-fix-ghost-tv-output.patch
 |   26 
 testing-i686/linux-lts.install 
 |   65 
 testing-i686/linux-lts.preset  
 |   14 
 testing-i686/module-init-wait-3.0.patch
 |   77 
 testing-i686/module-symbol-waiting-3.0.patch   
 |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch  
 |   41 
 testing-x86_64/PKGBUILD
 |  331 
 testing-x86_64/change-default-console-loglevel.patch   
 |   12 
 testing-x86_64/config  
 | 5575 ++
 testing-x86_64/config.x86_64   
 | 5330 +
 testing-x86_64/ext4-options.patch  
 |   49 
 
testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 

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

2013-06-08 Thread Laurent Carlier
Date: Saturday, June 8, 2013 @ 14:13:46
  Author: lcarlier
Revision: 92557

upgpkg: minetest 0.4.7-1

Update to upstream 0.4.7

Modified:
  minetest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 11:18:52 UTC (rev 92556)
+++ PKGBUILD2013-06-08 12:13:46 UTC (rev 92557)
@@ -3,7 +3,7 @@
 # Contributor: Konsta Kokkinen k...@tsundere.fi
 
 pkgname=minetest
-pkgver=0.4.6
+pkgver=0.4.7
 pkgrel=1
 pkgdesc='An Infiniminer/Minecraft inspired game'
 arch=('i686' 'x86_64')
@@ -13,11 +13,9 @@
 makedepends=('cmake' 'irrlicht' 'mesa')
 install=minetest.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
-   
${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver}
-
${pkgname}_common-${pkgver}.tar.gz::https://github.com/minetest/common/tarball/${pkgver})
-md5sums=('a8cacba57659c397fb8098881eb0c5f9'
- '1023ac25a83d1431c861d7947e962675'
- '54a805066c509478f6983b359f2e91fc')
+   
${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver})
+md5sums=('232b87ef5c4300ddad7bc883f8f1a1c5'
+ '30a9965667470ebc785979de665d4df4')
 
 build() {
   cd $srcdir/minetest-minetest-*
@@ -32,8 +30,7 @@
   make DESTDIR=$pkgdir install
 
   mv -v $srcdir/minetest-minetest_game-* 
$pkgdir/usr/share/minetest/games/minetest
-  mv -v $srcdir/minetest-common-* $pkgdir/usr/share/minetest/games/common
   
   # small cleanup
-  rm $pkgdir/usr/share/minetest/games/{minetest,common}/.gitignore
+  rm $pkgdir/usr/share/minetest/games/minetest/.gitignore
 }



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

2013-06-08 Thread Laurent Carlier
Date: Saturday, June 8, 2013 @ 14:13:58
  Author: lcarlier
Revision: 92558

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

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

---+
 /PKGBUILD |   72 
 /minetest.install |   34 +
 community-i686/PKGBUILD   |   39 ---
 community-i686/minetest.install   |   17 
 community-x86_64/PKGBUILD |   39 ---
 community-x86_64/minetest.install |   17 
 6 files changed, 106 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 12:13:46 UTC (rev 92557)
+++ community-i686/PKGBUILD 2013-06-08 12:13:58 UTC (rev 92558)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Konsta Kokkinen k...@tsundere.fi
-
-pkgname=minetest
-pkgver=0.4.6
-pkgrel=1
-pkgdesc='An Infiniminer/Minecraft inspired game'
-arch=('i686' 'x86_64')
-url='http://minetest.net/'
-license=('GPL')
-depends=('sqlite' 'libgl' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 
'hicolor-icon-theme')
-makedepends=('cmake' 'irrlicht' 'mesa')
-install=minetest.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
-   
${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver}
-
${pkgname}_common-${pkgver}.tar.gz::https://github.com/minetest/common/tarball/${pkgver})
-md5sums=('a8cacba57659c397fb8098881eb0c5f9'
- '1023ac25a83d1431c861d7947e962675'
- '54a805066c509478f6983b359f2e91fc')
-
-build() {
-  cd $srcdir/minetest-minetest-*
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/minetest-minetest-*
-
-  make DESTDIR=$pkgdir install
-
-  mv -v $srcdir/minetest-minetest_game-* 
$pkgdir/usr/share/minetest/games/minetest
-  mv -v $srcdir/minetest-common-* $pkgdir/usr/share/minetest/games/common
-  
-  # small cleanup
-  rm $pkgdir/usr/share/minetest/games/{minetest,common}/.gitignore
-}

Copied: minetest/repos/community-i686/PKGBUILD (from rev 92557, 
minetest/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 12:13:58 UTC (rev 92558)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Konsta Kokkinen k...@tsundere.fi
+
+pkgname=minetest
+pkgver=0.4.7
+pkgrel=1
+pkgdesc='An Infiniminer/Minecraft inspired game'
+arch=('i686' 'x86_64')
+url='http://minetest.net/'
+license=('GPL')
+depends=('sqlite' 'libgl' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 
'hicolor-icon-theme')
+makedepends=('cmake' 'irrlicht' 'mesa')
+install=minetest.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
+   
${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver})
+md5sums=('232b87ef5c4300ddad7bc883f8f1a1c5'
+ '30a9965667470ebc785979de665d4df4')
+
+build() {
+  cd $srcdir/minetest-minetest-*
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/minetest-minetest-*
+
+  make DESTDIR=$pkgdir install
+
+  mv -v $srcdir/minetest-minetest_game-* 
$pkgdir/usr/share/minetest/games/minetest
+  
+  # small cleanup
+  rm $pkgdir/usr/share/minetest/games/minetest/.gitignore
+}

Deleted: community-i686/minetest.install
===
--- community-i686/minetest.install 2013-06-08 12:13:46 UTC (rev 92557)
+++ community-i686/minetest.install 2013-06-08 12:13:58 UTC (rev 92558)
@@ -1,17 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
-  update-desktop-database  /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database  /dev/null 21
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
-  update-desktop-database  /dev/null 21
-}

Copied: minetest/repos/community-i686/minetest.install (from rev 92557, 
minetest/trunk/minetest.install)
===
--- community-i686/minetest.install 

[arch-commits] Commit in lib32-nss/repos/multilib-x86_64 (8 files)

2013-06-08 Thread Laurent Carlier
Date: Saturday, June 8, 2013 @ 16:19:40
  Author: lcarlier
Revision: 92560

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
(from rev 92559, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-x86_64/add_spi+cacert_ca_certs.patch
(from rev 92559, lib32-nss/trunk/add_spi+cacert_ca_certs.patch)
  lib32-nss/repos/multilib-x86_64/nss.pc.in
(from rev 92559, lib32-nss/trunk/nss.pc.in)
  lib32-nss/repos/multilib-x86_64/ssl-renegotiate-transitional.patch
(from rev 92559, lib32-nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/repos/multilib-x86_64/add_spi+cacert_ca_certs.patch
  lib32-nss/repos/multilib-x86_64/nss.pc.in
  lib32-nss/repos/multilib-x86_64/ssl-renegotiate-transitional.patch

+
 PKGBUILD   |  206 ++---
 add_spi+cacert_ca_certs.patch  | 1248 +--
 nss.pc.in  |   22 
 ssl-renegotiate-transitional.patch |   42 -
 4 files changed, 759 insertions(+), 759 deletions(-)

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


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

2013-06-08 Thread Laurent Carlier
Date: Saturday, June 8, 2013 @ 16:19:31
  Author: lcarlier
Revision: 92559

upgpkg: lib32-nss 3.14.3-2

Fix variable substitution in pkgconfig files (FS#35664)

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 12:13:58 UTC (rev 92558)
+++ PKGBUILD2013-06-08 14:19:31 UTC (rev 92559)
@@ -6,7 +6,7 @@
 _pkgbasename=nss
 pkgname=lib32-${_pkgbasename}
 pkgver=3.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Mozilla Network Security Services (32-bit)
 arch=('x86_64')
 url=http://www.mozilla.org/projects/security/pki/nss/;
@@ -16,7 +16,7 @@
 
#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
 
 license=('MPL' 'GPL')
-_nsprver=4.9.5
+_nsprver=4.9.6
 depends=(lib32-nspr=${_nsprver} 'lib32-sqlite=3.6.17' ${_pkgbasename} 
'lib32-zlib')
 makedepends=('gcc-multilib' 'perl')
 options=('!strip')
@@ -76,8 +76,8 @@
-e s,%prefix%,/usr,g \
-e s,%exec_prefix%,/usr/bin,g \
-e s,%includedir%,/usr/include/nss,g \
-   -e s,%NSPR_VERSION%,${_pkgver},g \
-   -e s,%NSS_VERSION%,${_pkgver},g  \
+   -e s,%NSPR_VERSION%,${_nsprver},g \
+   -e s,%NSS_VERSION%,${pkgver},g  \
${pkgdir}/usr/lib32/pkgconfig/nss.pc
   ln -sf nss.pc ${pkgdir}/usr/lib32/pkgconfig/mozilla-nss.pc
   chmod 644 ${pkgdir}/usr/lib32/pkgconfig/*.pc



[arch-commits] Commit in lightdm/trunk (PKGBUILD lightdm-use-login1.patch)

2013-06-08 Thread Maxime Gauduin
Date: Saturday, June 8, 2013 @ 16:59:50
  Author: alucryd
Revision: 92561

FS#35704: lightdm 1:1.6.0-4

Added:
  lightdm/trunk/lightdm-use-login1.patch
Modified:
  lightdm/trunk/PKGBUILD

--+
 PKGBUILD |5 
 lightdm-use-login1.patch |  371 +
 2 files changed, 375 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 14:19:40 UTC (rev 92560)
+++ PKGBUILD2013-06-08 14:59:50 UTC (rev 92561)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc=A lightweight display manager
 arch=('i686' 'x86_64')
@@ -22,6 +22,7 @@
 'lightdm.rules'
 'lightdm-default-config.patch'
 'lightdm-lock-screen-before-switch.patch'
+'lightdm-use-login1.patch'
 'xsession')
 sha256sums=('882ece568df0d81c0b6e399ff00b3f89eee6d50efc09ad1c52c61d8753efb419'
 '3daf2f7e1b751415eab9b2aa92d78d8e00c3447a77fa31f7e75863136286a86f'
@@ -31,6 +32,7 @@
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
 '6d5a754f41e9c7e52c51d2ff018b926ddaabb807e9a0b88c4a7bde1acffa3b1c'
 '4793eaee5915f5c519f569a4cd9158822d4c57c8b6e405895d2eddf82fa00822'
+'bac646accb407c02c9cebf0b087b7a47f6353bc3829de4e82e10b2e4396a87e6'
 '7fb85a1b54406032a922e8fd6f45d869fcfe5681df630e74e8e50c040b786ee4')
 
 prepare() {
@@ -38,6 +40,7 @@
 
   patch -Np1 -i ../lightdm-default-config.patch
   patch -Np1 -i ../lightdm-lock-screen-before-switch.patch
+  patch -Np1 -i ../lightdm-use-login1.patch
   sed -i 's/MOC5 --qt=qt5/MOC5/' configure
 }
 

Added: lightdm-use-login1.patch
===
--- lightdm-use-login1.patch(rev 0)
+++ lightdm-use-login1.patch2013-06-08 14:59:50 UTC (rev 92561)
@@ -0,0 +1,371 @@
+diff -Naurp lightdm-1.6.0.orig/liblightdm-gobject/power.c 
lightdm-1.6.0/liblightdm-gobject/power.c
+--- lightdm-1.6.0.orig/liblightdm-gobject/power.c 2013-03-06 
03:40:10.0 +0100
 lightdm-1.6.0/liblightdm-gobject/power.c  2013-06-08 00:45:07.411183727 
+0200
+@@ -15,44 +15,67 @@
+ 
+ #include lightdm/power.h
+ 
+-static GDBusProxy *upower_proxy = NULL;
+-static GDBusProxy *ck_proxy = NULL;
++/* static GDBusProxy *upower_proxy = NULL;
++ static GDBusProxy *ck_proxy = NULL;
++ static GDBusProxy *login1_proxy = NULL;
++ */
++
++struct proxy_info {
++ /* proxy reference */
++ GDBusProxy *proxy;
++
++ /* arguments to g_dbus_proxy_new_for_bus_sync() */
++ const char *name;
++ const char *object_path;
++ const char *interface_name;
++
++};
++
++static struct proxy_info upower_proxy = {
++ .proxy = NULL,
++ .name = org.freedesktop.UPower,
++ .object_path = /org/freedesktop/UPower,
++ .interface_name = org.freedesktop.UPower,
++};
++
++static struct proxy_info ck_proxy = {
++ .proxy = NULL,
++ .name = org.freedesktop.ConsoleKit,
++ .object_path = /org/freedesktop/ConsoleKit/Manager,
++ .interface_name = org.freedesktop.ConsoleKit.Manager,
++};
++
++static struct proxy_info login1_proxy = {
++ .proxy = NULL,
++ .name = org.freedesktop.login1,
++ .object_path = /org/freedesktop/login1,
++ .interface_name = org.freedesktop.login1.Manager,
++};
+ 
+-static gboolean
+-upower_call_function (const gchar *function, gboolean default_result, GError 
**error)
++static GVariant *
++do_call_function (const gchar *function, GVariant *parameters, GError 
**error, struct proxy_info *proxy)
+ {
+-GVariant *result;
+-gboolean function_result = FALSE;
+-
+-if (!upower_proxy)
++if (!proxy-proxy)
+ {
+-upower_proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
+-  G_DBUS_PROXY_FLAGS_NONE,
+-  NULL,
+-  
org.freedesktop.UPower,
+-  
/org/freedesktop/UPower,
+-  
org.freedesktop.UPower,
+-  NULL,
+-  error);
+-if (!upower_proxy)
+-return FALSE;
+-}
+-
+-result = g_dbus_proxy_call_sync (upower_proxy,
+- function,
+- NULL,
+- G_DBUS_CALL_FLAGS_NONE,
+- -1,
+- NULL,
+- error);
+-if (!result)
+-return default_result;
+-
+-if (g_variant_is_of_type (result, G_VARIANT_TYPE ((b
+-g_variant_get (result, (b), function_result);
++proxy-proxy = 

[arch-commits] Commit in lightdm/repos (42 files)

2013-06-08 Thread Maxime Gauduin
Date: Saturday, June 8, 2013 @ 17:00:39
  Author: alucryd
Revision: 92562

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 92561, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 92561, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 92561, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
(from rev 92561, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-i686/lightdm-use-login1.patch
(from rev 92561, lightdm/trunk/lightdm-use-login1.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 92561, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 92561, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 92561, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 92561, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 92561, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-i686/xsession
(from rev 92561, lightdm/trunk/xsession)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 92561, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 92561, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 92561, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
(from rev 92561, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-x86_64/lightdm-use-login1.patch
(from rev 92561, lightdm/trunk/lightdm-use-login1.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 92561, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 92561, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 92561, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 92561, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 92561, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/xsession
(from rev 92561, lightdm/trunk/xsession)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-i686/xsession
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles
  lightdm/repos/community-x86_64/xsession

--+
 /PKGBUILD|  242 
 /lightdm-autologin.pam   |   26 
 /lightdm-default-config.patch|   86 +++
 /lightdm-lock-screen-before-switch.patch |  110 +++
 /lightdm.install |   36 +
 /lightdm.pam |   14 
 /lightdm.rules   |   30 +
 /lightdm.service |   28 
 /lightdm.tmpfiles|2 
 /xsession|  146 +
 community-i686/PKGBUILD  |  118 
 community-i686/lightdm-autologin.pam |   13 
 community-i686/lightdm-default-config.patch  |   43 -
 community-i686/lightdm-lock-screen-before-switch.patch   |   55 -
 community-i686/lightdm-use-login1.patch  |  371 +
 community-i686/lightdm.install   |   18 
 community-i686/lightdm.pam   |7 
 community-i686/lightdm.rules |   15 
 community-i686/lightdm.service   |   14 
 community-i686/lightdm.tmpfiles  |1 
 community-i686/xsession  |   73 --
 

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

2013-06-08 Thread Giovanni Scafora
Date: Saturday, June 8, 2013 @ 19:28:25
  Author: giovanni
Revision: 188084

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

Added:
  amule/repos/extra-i686/PKGBUILD
(from rev 188083, amule/trunk/PKGBUILD)
  amule/repos/extra-x86_64/PKGBUILD
(from rev 188083, amule/trunk/PKGBUILD)
Deleted:
  amule/repos/extra-i686/PKGBUILD
  amule/repos/extra-i686/amule.install
  amule/repos/extra-i686/amuled.systemd
  amule/repos/extra-i686/amuleweb.systemd
  amule/repos/extra-x86_64/PKGBUILD
  amule/repos/extra-x86_64/amule.install
  amule/repos/extra-x86_64/amuled.systemd
  amule/repos/extra-x86_64/amuleweb.systemd

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   53 
 extra-i686/amule.install  |   34 ---
 extra-i686/amuled.systemd |   11 -
 extra-i686/amuleweb.systemd   |   13 -
 extra-x86_64/PKGBUILD |   53 
 extra-x86_64/amule.install|   34 ---
 extra-x86_64/amuled.systemd   |   11 -
 extra-x86_64/amuleweb.systemd |   13 -
 9 files changed, 88 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-08 17:28:18 UTC (rev 188083)
+++ extra-i686/PKGBUILD 2013-06-08 17:28:25 UTC (rev 188084)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Henrik Ronellenfitsch seari...@web.de
-# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
-# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-# Contributor: Anatol Pomozov ana...@google.com
-
-pkgname=amule
-pkgver=10803
-pkgrel=1
-pkgdesc=An eMule-like client for ed2k p2p network
-arch=('i686' 'x86_64')
-url=http://www.amule.org;
-license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
-install=amule.install
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
-'amuled.systemd'
-'amuleweb.systemd')
-md5sums=('febf14f5b1185f25acde64f61b78ed38'
- '59772c41860e238f1c822feb8ca8d47f'
- '05975c5d94bfc41fddb894d98b1115d5')
-
-build() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --enable-cas \
-  --enable-wxcas \
-  --enable-amule-daemon \
-  --enable-amulecmd \
-  --enable-amule-gui \
-  --enable-alc \
-  --enable-alcc \
-  --enable-webserver \
-  --disable-debug \
-  --enable-optimize \
-  --enable-ccache \
-  --enable-geoip \
-  --enable-upnp
-
-  make
-}
-
-package() {
-  cd ${srcdir}/aMule-SVN-r${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/amuled.systemd 
${pkgdir}/usr/lib/systemd/system/amuled.service
-  install -D -m644 ${srcdir}/amuleweb.systemd 
${pkgdir}/usr/lib/systemd/system/amuleweb.service
-}

Copied: amule/repos/extra-i686/PKGBUILD (from rev 188083, amule/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-08 17:28:25 UTC (rev 188084)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Henrik Ronellenfitsch seari...@web.de
+# Contributor: Alessio Sergi sergi.alessio {at} gmail.com
+# Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
+
+pkgname=amule
+pkgver=10803
+pkgrel=2
+pkgdesc=An eMule-like client for ed2k p2p network
+arch=('i686' 'x86_64')
+url=http://www.amule.org;
+license=('GPL')
+depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
+md5sums=('febf14f5b1185f25acde64f61b78ed38')
+
+build() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp
+
+  make
+}
+
+package() {
+  cd ${srcdir}/aMule-SVN-r${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-i686/amule.install
===
--- extra-i686/amule.install2013-06-08 17:28:18 UTC (rev 188083)
+++ extra-i686/amule.install2013-06-08 17:28:25 UTC (rev 188084)
@@ -1,34 +0,0 @@
-post_install() {
-  post_upgrade
-  passwd -l amule /dev/null
-
-  # Generate a random password for amuled-amuleweb communication
-  

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

2013-06-08 Thread Giovanni Scafora
Date: Saturday, June 8, 2013 @ 19:28:18
  Author: giovanni
Revision: 188083

upgpkg: amule 10803-2

reverted to the previous release

Modified:
  amule/trunk/PKGBUILD
Deleted:
  amule/trunk/amule.install
  amule/trunk/amuled.systemd
  amule/trunk/amuleweb.systemd

--+
 PKGBUILD |   17 -
 amule.install|   34 --
 amuled.systemd   |   11 ---
 amuleweb.systemd |   13 -
 4 files changed, 4 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 11:18:26 UTC (rev 188082)
+++ PKGBUILD2013-06-08 17:28:18 UTC (rev 188083)
@@ -3,23 +3,17 @@
 # Contributor: Henrik Ronellenfitsch seari...@web.de
 # Contributor: Alessio Sergi sergi.alessio {at} gmail.com
 # Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
-# Contributor: Anatol Pomozov ana...@google.com
 
 pkgname=amule
 pkgver=10803
-pkgrel=1
+pkgrel=2
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
 url=http://www.amule.org;
 license=('GPL')
 depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++')
-install=amule.install
-source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;
-'amuled.systemd'
-'amuleweb.systemd')
-md5sums=('febf14f5b1185f25acde64f61b78ed38'
- '59772c41860e238f1c822feb8ca8d47f'
- '05975c5d94bfc41fddb894d98b1115d5')
+source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
+md5sums=('febf14f5b1185f25acde64f61b78ed38')
 
 build() {
   cd ${srcdir}/aMule-SVN-r${pkgver}
@@ -46,8 +40,5 @@
 package() {
   cd ${srcdir}/aMule-SVN-r${pkgver}
 
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/amuled.systemd 
${pkgdir}/usr/lib/systemd/system/amuled.service
-  install -D -m644 ${srcdir}/amuleweb.systemd 
${pkgdir}/usr/lib/systemd/system/amuleweb.service
+  make DESTDIR=${pkgdir}/ install
 }

Deleted: amule.install
===
--- amule.install   2013-06-08 11:18:26 UTC (rev 188082)
+++ amule.install   2013-06-08 17:28:18 UTC (rev 188083)
@@ -1,34 +0,0 @@
-post_install() {
-  post_upgrade
-  passwd -l amule /dev/null
-
-  # Generate a random password for amuled-amuleweb communication
-  ec_password=$(tr -cd '[:alnum:]'  /dev/urandom | fold -w30 | head -n1)
-  encripted_ec_password=$(echo -n $ec_password | md5sum | cut -d ' ' -f 1)
-  # Create a config file
-  sudo -u amule mkdir -p /var/lib/amule/.aMule
-  echo [ExternalConnect]
-AcceptExternalConnections=1
-ECPassword=$encripted_ec_password  /var/lib/amule/.aMule/amule.conf
-
-  sudo -u amule /usr/bin/amuleweb --write-config --password=$ec_password 
--admin-pass=amule
-
-  echo A new password for extarnal configuration is generated: $ec_password
-  echo Please follow https://wiki.archlinux.org/index.php/AMule how to setup
-  echo external connection (e.g. using amule-gui tool).
-  echo amuleweb can be started as 'systemctl start amuleweb'.
-  echo Password for amuleweb: amule
-}
-
-post_upgrade() {
-  # create user/group that the daemon will run as by default, do not delete 
this on uninstall, as it will own files
-  getent group amule /dev/null || groupadd amule
-  getent passwd amule /dev/null || useradd -c 'aMule Client' -g amule -b 
'/var/lib' -m -s /bin/false amule
-}
-
-post_remove(){
-  /usr/bin/systemctl stop amuled.service amuleweb.service
-
-  getent passwd amule /dev/null  userdel amule
-  getent group amule /dev/null  groupdel amule
-}

Deleted: amuled.systemd
===
--- amuled.systemd  2013-06-08 11:18:26 UTC (rev 188082)
+++ amuled.systemd  2013-06-08 17:28:18 UTC (rev 188083)
@@ -1,11 +0,0 @@
-[Unit]
-Description=aMule Daemon
-After=network.target
-
-# This assumes that a user 'amule' exists, with a writeable home directory
-[Service]
-User=amule
-ExecStart=/usr/bin/amuled
-
-[Install]
-WantedBy=multi-user.target

Deleted: amuleweb.systemd
===
--- amuleweb.systemd2013-06-08 11:18:26 UTC (rev 188082)
+++ amuleweb.systemd2013-06-08 17:28:18 UTC (rev 188083)
@@ -1,13 +0,0 @@
-[Unit]
-Description=aMule Webserver
-Requires=amuled.service
-
-[Service]
-User=amule
-ExecStart=/usr/bin/amuleweb --quiet
-# If amuled still starting then amuleweb exits, restart until amuleweb is up 
-Restart=on-success
-RestartSec=3s
-
-[Install]
-WantedBy=multi-user.target



[arch-commits] Commit in aiccu/trunk (01-fix-makefile.patch PKGBUILD)

2013-06-08 Thread Sébastien Luttringer
Date: Saturday, June 8, 2013 @ 20:07:09
  Author: seblu
Revision: 92563

upgpkg: aiccu 20070115-4

- fix permission of non executable files (bypass official installer)

Modified:
  aiccu/trunk/PKGBUILD
Deleted:
  aiccu/trunk/01-fix-makefile.patch

---+
 01-fix-makefile.patch |   39 ---
 PKGBUILD  |   16 +++-
 2 files changed, 7 insertions(+), 48 deletions(-)

Deleted: 01-fix-makefile.patch
===
--- 01-fix-makefile.patch   2013-06-08 15:00:39 UTC (rev 92562)
+++ 01-fix-makefile.patch   2013-06-08 18:07:09 UTC (rev 92563)
@@ -1,39 +0,0 @@
 a/Makefile 2007-01-11 01:29:33.0 +0100
-+++ b/Makefile 2013-05-12 23:38:17.17100 +0200
-@@ -17,9 +17,9 @@
- PROJECT_VERSION=$(shell grep AICCU_VER common/aiccu.h | head -n 1 | awk 
'{print $$3}' | tr -d \)
- 
- # Misc bins
--RM=@rm -f
--MAKE:=@${MAKE}
--CP=@echo [Copy]; cp
-+RM=rm -f
-+MAKE:=${MAKE}
-+CP=cp
- RPMBUILD=@echo [RPMBUILD]; rpmbuild
- RPMBUILD_SILENCE=/dev/null 2/dev/null
- 
-@@ -78,21 +78,11 @@
-   @mkdir -p ${DESTDIR}${dirdoc}
-   @echo Configuration...
-   @mkdir -p ${DESTDIR}${diretc}
--ifeq ($(shell echo A${RPM_BUILD_ROOT}),A)
--  $(shell [ -f ${DESTDIR}${diretc}${PROJECT}.conf ] || cp -R 
doc/${PROJECT}.conf ${DESTDIR}${diretc}${PROJECT}.conf)
-+  @cp -R doc/${PROJECT}.conf ${DESTDIR}${diretc}${PROJECT}.conf
-   @echo Documentation...
-   @cp doc/README ${DESTDIR}${dirdoc}
--  @cp doc/LICENSE ${DESTDIR}${dirdoc}
-+  @cp doc/changelog ${DESTDIR}${dirdoc}
-   @cp doc/HOWTO  ${DESTDIR}${dirdoc}
--  @echo Installing Debian-style init.d
--  @mkdir -p ${DESTDIR}${diretc}init.d
--  @cp doc/${PROJECT}.init.debian ${DESTDIR}${diretc}init.d/${PROJECT}
--else
--  @echo Installing Redhat-style init.d
--  @mkdir -p ${DESTDIR}${diretc}init.d
--  @cp doc/${PROJECT}.init.rpm ${DESTDIR}${diretc}init.d/${PROJECT}
--  @cp doc/${PROJECT}.conf ${DESTDIR}${diretc}${PROJECT}.conf
--endif
-   @echo Installation into ${DESTDIR}/ completed
- 
- help:

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 15:00:39 UTC (rev 92562)
+++ PKGBUILD2013-06-08 18:07:09 UTC (rev 92563)
@@ -3,7 +3,7 @@
 
 pkgname=aiccu
 pkgver=20070115
-pkgrel=3
+pkgrel=4
 pkgdesc='SixXS Automatic IPv6 Connectivity Client Utility'
 arch=('i686' 'x86_64')
 url='http://www.sixxs.net/tools/aiccu/'
@@ -12,7 +12,6 @@
 backup=('etc/aiccu.conf')
 
source=(http://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz;
 'aiccu.service'
-'01-fix-makefile.patch'
 '02-allow-tunnels.patch'
 '03-no-quiet-gcc.patch'
 '04-skip-strip.patch'
@@ -20,7 +19,6 @@
 '06-setup-script.patch')
 md5sums=('c9bcc83644ed788e22a7c3f3d4021350'
  '891b0fa527c1b847ce803dac047cf80d'
- '7c7c563ecc6d3fa64a7766de28ba1927'
  'b9b2c0e7186f3f96366caaa39252dccc'
  'b38db1d95760cd9687330b7db5f4ea1d'
  '6dfa2df27bb4859c7511bfea91337925'
@@ -41,14 +39,14 @@
 }
 
 package() {
+  install -Dm644 aiccu.service $pkgdir/usr/lib/systemd/system/aiccu.service
   cd $pkgname
-  make DESTDIR=$pkgdir dirsbin=/usr/bin/ install
-  # license
+  install -Dm755 unix-console/aiccu $pkgdir/usr/bin/aiccu
+  install -Dm640 doc/aiccu.conf $pkgdir/etc/aiccu.conf
+  install -Dm644 doc/aiccu.1 $pkgdir/usr/share/man/man1/aiccu.1
   install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # man
-  install -Dm644 doc/$pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
-  # systemd
-  install -Dm644 $srcdir/aiccu.service 
$pkgdir/usr/lib/systemd/system/aiccu.service
+  install -dm755 $pkgdir/usr/share/doc/$pkgname
+  install -m644 doc/{README,HOWTO,changelog} $pkgdir/usr/share/doc/$pkgname
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in aiccu/repos (30 files)

2013-06-08 Thread Sébastien Luttringer
Date: Saturday, June 8, 2013 @ 20:07:25
  Author: seblu
Revision: 92564

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

Added:
  aiccu/repos/community-i686/02-allow-tunnels.patch
(from rev 92563, aiccu/trunk/02-allow-tunnels.patch)
  aiccu/repos/community-i686/03-no-quiet-gcc.patch
(from rev 92563, aiccu/trunk/03-no-quiet-gcc.patch)
  aiccu/repos/community-i686/04-skip-strip.patch
(from rev 92563, aiccu/trunk/04-skip-strip.patch)
  aiccu/repos/community-i686/05-spelling-error.patch
(from rev 92563, aiccu/trunk/05-spelling-error.patch)
  aiccu/repos/community-i686/06-setup-script.patch
(from rev 92563, aiccu/trunk/06-setup-script.patch)
  aiccu/repos/community-i686/PKGBUILD
(from rev 92563, aiccu/trunk/PKGBUILD)
  aiccu/repos/community-i686/aiccu.service
(from rev 92563, aiccu/trunk/aiccu.service)
  aiccu/repos/community-x86_64/02-allow-tunnels.patch
(from rev 92563, aiccu/trunk/02-allow-tunnels.patch)
  aiccu/repos/community-x86_64/03-no-quiet-gcc.patch
(from rev 92563, aiccu/trunk/03-no-quiet-gcc.patch)
  aiccu/repos/community-x86_64/04-skip-strip.patch
(from rev 92563, aiccu/trunk/04-skip-strip.patch)
  aiccu/repos/community-x86_64/05-spelling-error.patch
(from rev 92563, aiccu/trunk/05-spelling-error.patch)
  aiccu/repos/community-x86_64/06-setup-script.patch
(from rev 92563, aiccu/trunk/06-setup-script.patch)
  aiccu/repos/community-x86_64/PKGBUILD
(from rev 92563, aiccu/trunk/PKGBUILD)
  aiccu/repos/community-x86_64/aiccu.service
(from rev 92563, aiccu/trunk/aiccu.service)
Deleted:
  aiccu/repos/community-i686/01-fix-makefile.patch
  aiccu/repos/community-i686/02-allow-tunnels.patch
  aiccu/repos/community-i686/03-no-quiet-gcc.patch
  aiccu/repos/community-i686/04-skip-strip.patch
  aiccu/repos/community-i686/05-spelling-error.patch
  aiccu/repos/community-i686/06-setup-script.patch
  aiccu/repos/community-i686/PKGBUILD
  aiccu/repos/community-i686/aiccu.service
  aiccu/repos/community-x86_64/01-fix-makefile.patch
  aiccu/repos/community-x86_64/02-allow-tunnels.patch
  aiccu/repos/community-x86_64/03-no-quiet-gcc.patch
  aiccu/repos/community-x86_64/04-skip-strip.patch
  aiccu/repos/community-x86_64/05-spelling-error.patch
  aiccu/repos/community-x86_64/06-setup-script.patch
  aiccu/repos/community-x86_64/PKGBUILD
  aiccu/repos/community-x86_64/aiccu.service

--+
 /02-allow-tunnels.patch  |  122 +
 /03-no-quiet-gcc.patch   |   32 +++
 /04-skip-strip.patch |   32 +++
 /05-spelling-error.patch |   92 +
 /06-setup-script.patch   |   80 +++
 /PKGBUILD|  104 
 /aiccu.service   |   24 +
 community-i686/01-fix-makefile.patch |   39 -
 community-i686/02-allow-tunnels.patch|   61 --
 community-i686/03-no-quiet-gcc.patch |   16 ---
 community-i686/04-skip-strip.patch   |   16 ---
 community-i686/05-spelling-error.patch   |   46 --
 community-i686/06-setup-script.patch |   40 -
 community-i686/PKGBUILD  |   54 
 community-i686/aiccu.service |   12 --
 community-x86_64/01-fix-makefile.patch   |   39 -
 community-x86_64/02-allow-tunnels.patch  |   61 --
 community-x86_64/03-no-quiet-gcc.patch   |   16 ---
 community-x86_64/04-skip-strip.patch |   16 ---
 community-x86_64/05-spelling-error.patch |   46 --
 community-x86_64/06-setup-script.patch   |   40 -
 community-x86_64/PKGBUILD|   54 
 community-x86_64/aiccu.service   |   12 --
 23 files changed, 486 insertions(+), 568 deletions(-)

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


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

2013-06-08 Thread Ray Rashif
Date: Saturday, June 8, 2013 @ 20:09:42
  Author: schiv
Revision: 92565

upgpkg: qtractor 0.5.9-1

upstream release

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 18:07:25 UTC (rev 92564)
+++ PKGBUILD2013-06-08 18:09:42 UTC (rev 92565)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Überbacher hollunder at gmx dot at
 
 pkgname=qtractor
-pkgver=0.5.8
+pkgver=0.5.9
 pkgrel=1
 pkgdesc=Audio/MIDI multitrack sequencer
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 [ $CARCH = i686 ]  optdepends=('dssi-vst: win32 VST support')
 install=qtractor.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('22abf4de4d5736f794e174ef06fe3a3c')
+md5sums=('92e18a45e8a378761119440eb677a908')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -25,7 +25,7 @@
 }
 
 package () {
-   cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
 }



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

2013-06-08 Thread Ray Rashif
Date: Saturday, June 8, 2013 @ 20:10:04
  Author: schiv
Revision: 92566

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

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

---+
 /PKGBUILD |   66 
 /qtractor.install |   26 ++
 community-i686/PKGBUILD   |   33 --
 community-i686/qtractor.install   |   13 ---
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/qtractor.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 18:09:42 UTC (rev 92565)
+++ community-i686/PKGBUILD 2013-06-08 18:10:04 UTC (rev 92566)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Philipp Überbacher hollunder at gmx dot at
-
-pkgname=qtractor
-pkgver=0.5.8
-pkgrel=1
-pkgdesc=Audio/MIDI multitrack sequencer
-arch=('i686' 'x86_64')
-url=http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo'
- 'rubberband' 'shared-mime-info')
-makedepends=('ladspa' 'dssi')
-[ $CARCH = i686 ]  optdepends=('dssi-vst: win32 VST support')
-install=qtractor.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('22abf4de4d5736f794e174ef06fe3a3c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 92565, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 18:10:04 UTC (rev 92566)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Philipp Überbacher hollunder at gmx dot at
+
+pkgname=qtractor
+pkgver=0.5.9
+pkgrel=1
+pkgdesc=Audio/MIDI multitrack sequencer
+arch=('i686' 'x86_64')
+url=http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo'
+ 'rubberband' 'shared-mime-info')
+makedepends=('ladspa' 'dssi')
+[ $CARCH = i686 ]  optdepends=('dssi-vst: win32 VST support')
+install=qtractor.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('92e18a45e8a378761119440eb677a908')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2013-06-08 18:09:42 UTC (rev 92565)
+++ community-i686/qtractor.install 2013-06-08 18:10:04 UTC (rev 92566)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qtractor/repos/community-i686/qtractor.install (from rev 92565, 
qtractor/trunk/qtractor.install)
===
--- community-i686/qtractor.install (rev 0)
+++ community-i686/qtractor.install 2013-06-08 18:10:04 UTC (rev 92566)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-08 18:09:42 UTC (rev 92565)
+++ community-x86_64/PKGBUILD   2013-06-08 18:10:04 UTC (rev 92566)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Philipp Überbacher hollunder at gmx dot at
-
-pkgname=qtractor
-pkgver=0.5.8
-pkgrel=1
-pkgdesc=Audio/MIDI multitrack sequencer
-arch=('i686' 'x86_64')
-url=http://qtractor.sourceforge.net/;
-license=('GPL')

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

2013-06-08 Thread Kyle Keen
Date: Saturday, June 8, 2013 @ 20:12:30
  Author: kkeen
Revision: 92567

upgpkg: kicad 20130518-1

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 18:10:04 UTC (rev 92566)
+++ PKGBUILD2013-06-08 18:12:30 UTC (rev 92567)
@@ -3,9 +3,9 @@
 # Contributor: Marq Schneider queue...@gmail.com
 
 pkgname=kicad
-pkgver=20130331
+pkgver=20130518
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=4008
+_pkgbzr=4017
 pkgrel=1
 pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
 arch=('i686' 'x86_64')
@@ -16,9 +16,9 @@
 optdepends=('kicad-docs-bzr: for documentation' 
 'kicad-library-bzr: for footprints')
 install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
 kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('9c88273a5b323b6622d1704a90ffa399'
+md5sums=('9e6aab0f2ad01a17c8ec96cd9162dc79'
  'a2c39704238946e74a5ed0c38326345f')
 
 build() {



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

2013-06-08 Thread Kyle Keen
Date: Saturday, June 8, 2013 @ 20:13:09
  Author: kkeen
Revision: 92568

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 92567, kicad/trunk/PKGBUILD)
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 92567, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-i686/kicad.install
(from rev 92567, kicad/trunk/kicad.install)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 92567, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 92567, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-x86_64/kicad.install
(from rev 92567, kicad/trunk/kicad.install)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-i686/kicad.install
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-x86_64/kicad.install

+
 /PKGBUILD  |  108 
++
 /kicad-boost-polygon-declare-gtlsort-earlier.patch |   22 ++
 /kicad.install |   30 ++
 community-i686/PKGBUILD|   54 -
 community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch   |   11 -
 community-i686/kicad.install   |   15 -
 community-x86_64/PKGBUILD  |   54 -
 community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch |   11 -
 community-x86_64/kicad.install |   15 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 18:12:30 UTC (rev 92567)
+++ community-i686/PKGBUILD 2013-06-08 18:13:09 UTC (rev 92568)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Marq Schneider queue...@gmail.com
-
-pkgname=kicad
-pkgver=20130331
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=4008
-pkgrel=1
-pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
-arch=('i686' 'x86_64')
-url=http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
-'kicad-library-bzr: for footprints')
-install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
-kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('9c88273a5b323b6622d1704a90ffa399'
- 'a2c39704238946e74a5ed0c38326345f')
-
-build() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}
-
-  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
-
-  # harmless build blocking error
-  # see https://lists.launchpad.net/kicad-developers/msg07841.html
-  # for proper fix
-  sed -i 's|^#.*error You must use|//|' include/common.h
-
-  # FS#31559
-  sed -i 's/-O2/-O1/' CMakeLists.txt
-
-  # build and install kicad
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DKICAD_STABLE_VERSION=ON\
-  -DCMAKE_BUILD_TYPE=Release   \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}/build/Release
-
-  make DESTDIR=$pkgdir install
-
-  # copy updated linux icons
-  #cp -r -n $srcdir/$pkgname-icons/resources/linux/mime/icons 
$pkgdir/usr/share/
-}
-

Copied: kicad/repos/community-i686/PKGBUILD (from rev 92567, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 18:13:09 UTC (rev 92568)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Marq Schneider queue...@gmail.com
+
+pkgname=kicad
+pkgver=20130518
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+_pkgbzr=4017
+pkgrel=1
+pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
+arch=('i686' 'x86_64')
+url=http://iut-tice.ujf-grenoble.fr/kicad/;
+license=('GPL')
+depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'zlib' 'mesa')
+optdepends=('kicad-docs-bzr: for documentation' 
+'kicad-library-bzr: for footprints')
+install=kicad.install
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
+kicad-boost-polygon-declare-gtlsort-earlier.patch)

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

2013-06-08 Thread Kyle Keen
Date: Saturday, June 8, 2013 @ 20:17:35
  Author: kkeen
Revision: 92569

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 92568, kicad/trunk/PKGBUILD)
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 92568, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-i686/kicad.install
(from rev 92568, kicad/trunk/kicad.install)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 92568, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 92568, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-x86_64/kicad.install
(from rev 92568, kicad/trunk/kicad.install)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-i686/kicad.install
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-x86_64/kicad.install

+
 /PKGBUILD  |  108 
++
 /kicad-boost-polygon-declare-gtlsort-earlier.patch |   22 ++
 /kicad.install |   30 ++
 community-i686/PKGBUILD|   54 -
 community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch   |   11 -
 community-i686/kicad.install   |   15 -
 community-x86_64/PKGBUILD  |   54 -
 community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch |   11 -
 community-x86_64/kicad.install |   15 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 18:13:09 UTC (rev 92568)
+++ community-i686/PKGBUILD 2013-06-08 18:17:35 UTC (rev 92569)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Marq Schneider queue...@gmail.com
-
-pkgname=kicad
-pkgver=20130518
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=4017
-pkgrel=1
-pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
-arch=('i686' 'x86_64')
-url=http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
-'kicad-library-bzr: for footprints')
-install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
-kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('9e6aab0f2ad01a17c8ec96cd9162dc79'
- 'a2c39704238946e74a5ed0c38326345f')
-
-build() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}
-
-  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
-
-  # harmless build blocking error
-  # see https://lists.launchpad.net/kicad-developers/msg07841.html
-  # for proper fix
-  sed -i 's|^#.*error You must use|//|' include/common.h
-
-  # FS#31559
-  sed -i 's/-O2/-O1/' CMakeLists.txt
-
-  # build and install kicad
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DKICAD_STABLE_VERSION=ON\
-  -DCMAKE_BUILD_TYPE=Release   \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}/build/Release
-
-  make DESTDIR=$pkgdir install
-
-  # copy updated linux icons
-  #cp -r -n $srcdir/$pkgname-icons/resources/linux/mime/icons 
$pkgdir/usr/share/
-}
-

Copied: kicad/repos/community-i686/PKGBUILD (from rev 92568, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 18:17:35 UTC (rev 92569)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Marq Schneider queue...@gmail.com
+
+pkgname=kicad
+pkgver=20130518
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+_pkgbzr=4017
+pkgrel=1
+pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
+arch=('i686' 'x86_64')
+url=http://iut-tice.ujf-grenoble.fr/kicad/;
+license=('GPL')
+depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'zlib' 'mesa')
+optdepends=('kicad-docs-bzr: for documentation' 
+'kicad-library-bzr: for footprints')
+install=kicad.install
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
+kicad-boost-polygon-declare-gtlsort-earlier.patch)

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2013-06-08 Thread Sven-Hendrik Haase
Date: Saturday, June 8, 2013 @ 20:23:18
  Author: svenstaro
Revision: 92571

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 92570, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 92570, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 92570, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 wine.install  |   24 +--
 3 files changed, 210 insertions(+), 210 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-06-08 18:23:08 UTC (rev 92570)
+++ 30-win32-aliases.conf   2013-06-08 18:23:18 UTC (rev 92571)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 92570, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-06-08 18:23:18 UTC (rev 92571)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-08 18:23:08 UTC (rev 92570)
+++ PKGBUILD2013-06-08 18:23:18 UTC (rev 92571)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.5.31
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('21a8326bbce7f0f051a19a64101e75bf'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  

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

2013-06-08 Thread Sven-Hendrik Haase
Date: Saturday, June 8, 2013 @ 20:23:08
  Author: svenstaro
Revision: 92570

upgpkg: wine 1.6rc1-1

Updating to 1.6rc1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 18:17:35 UTC (rev 92569)
+++ PKGBUILD2013-06-08 18:23:08 UTC (rev 92570)
@@ -5,14 +5,14 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.5.31
+pkgver=1.6rc1
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-md5sums=('21a8326bbce7f0f051a19a64101e75bf'
+md5sums=('2c1fa996b248362ba53bddb69237c688'
  'SKIP'
  '1ff4e467f59409272088d92173a0f801')
 
@@ -146,7 +146,7 @@
 ${_wine32opts[@]}
 
   # These additional flags solve FS#23277
-  make CFLAGS+=-mincoming-stack-boundary=2 
CXXFLAGS+=-mincoming-stack-boundary=2
+  make CFLAGS+=-mstackrealign -mincoming-stack-boundary=2 
CXXFLAGS+=-mstackrealign -mincoming-stack-boundary=2
 }
 
 package() {



[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 21:23:17
  Author: heftig
Revision: 188085

3.8.3

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 17:28:25 UTC (rev 188084)
+++ PKGBUILD2013-06-08 19:23:17 UTC (rev 188085)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('570d97150ed04e8b6681814731c4d216bda44e164533b28953e38319fec21015')
+sha256sums=('4f60403ec17b462fc39f59193093d9819c534bbce689e14cbab20bc262ca5870')
 
 build() {
   cd $pkgname-$pkgver



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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 21:35:03
  Author: heftig
Revision: 188086

3.8.3

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 19:23:17 UTC (rev 188085)
+++ PKGBUILD2013-06-08 19:35:03 UTC (rev 188086)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=(i686 x86_64)
 license=(GPL)
@@ -19,7 +19,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6333864015e83c2120ffe7adb262ac3055ac82995a915071440be96e08a73112')
+sha256sums=('b0ee1eae5f4752eeb0b62c3be2daa08195ab4fd19092bfe6e75d02ac457ebe3a')
 
 build() {
   cd $pkgname-$pkgver



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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 21:36:08
  Author: heftig
Revision: 188087

3.8.3

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 19:35:03 UTC (rev 188086)
+++ PKGBUILD2013-06-08 19:36:08 UTC (rev 188087)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ff3586b76013f71b0c32339279985cb0e2e1706bd181726ce9d00ebf4387cdd9')
+sha256sums=('948dbee5e31b364155719003a0a8b28dfa270aae5f364b5614faa0b262a7ff3a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-data-server/repos (8 files)

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 21:38:24
  Author: heftig
Revision: 188088

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 188087, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 188087, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 188087, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 188087, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   64 +++
 /evolution-data-server.install |   22 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-08 19:36:08 UTC (rev 188087)
+++ extra-i686/PKGBUILD 2013-06-08 19:38:24 UTC (rev 188088)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.8.2
-pkgrel=2
-pkgdesc=Centralized access to appointments and contacts
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala python2)
-options=('!libtool')
-install=$pkgname.install
-url=http://www.gnome.org;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('570d97150ed04e8b6681814731c4d216bda44e164533b28953e38319fec21015')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa PYTHON=python2
-  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
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 188087, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-08 19:38:24 UTC (rev 188088)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+options=('!libtool')
+install=$pkgname.install
+url=http://www.gnome.org;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4f60403ec17b462fc39f59193093d9819c534bbce689e14cbab20bc262ca5870')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa PYTHON=python2
+  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
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2013-06-08 19:36:08 UTC (rev 
188087)
+++ extra-i686/evolution-data-server.install2013-06-08 19:38:24 UTC (rev 
188088)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: evolution-data-server/repos/extra-i686/evolution-data-server.install 
(from rev 188087, 

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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 21:43:23
  Author: heftig
Revision: 188089

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

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 188088, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 188088, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 188088, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 188088, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/extra-i686/PKGBUILD
  evolution/repos/extra-i686/evolution.install
  evolution/repos/extra-x86_64/PKGBUILD
  evolution/repos/extra-x86_64/evolution.install

+
 /PKGBUILD  |   88 +++
 /evolution.install |   38 
 extra-i686/PKGBUILD|   44 ---
 extra-i686/evolution.install   |   19 
 extra-x86_64/PKGBUILD  |   44 ---
 extra-x86_64/evolution.install |   19 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-08 19:38:24 UTC (rev 188088)
+++ extra-i686/PKGBUILD 2013-06-08 19:43:23 UTC (rev 188089)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.8.2
-pkgrel=2
-pkgdesc=Manage your email, contacts and schedule
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
- desktop-file-utils hicolor-icon-theme dconf)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin'
-'highlight: text highlight plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6333864015e83c2120ffe7adb262ac3055ac82995a915071440be96e08a73112')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-schemas-compile
-  
-  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
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 188088, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-08 19:43:23 UTC (rev 188089)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
+ desktop-file-utils hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin'
+'highlight: text highlight plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b0ee1eae5f4752eeb0b62c3be2daa08195ab4fd19092bfe6e75d02ac457ebe3a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-schemas-compile
+  
+  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
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evolution.install
===

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

2013-06-08 Thread Jan Steffens
Date: Saturday, June 8, 2013 @ 21:44:06
  Author: heftig
Revision: 188090

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 188089, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 188089, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   27 
 extra-x86_64/PKGBUILD |   27 
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-08 19:43:23 UTC (rev 188089)
+++ extra-i686/PKGBUILD 2013-06-08 19:44:06 UTC (rev 188090)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.8.2
-pkgrel=2
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ff3586b76013f71b0c32339279985cb0e2e1706bd181726ce9d00ebf4387cdd9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 188089, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-08 19:44:06 UTC (rev 188090)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('948dbee5e31b364155719003a0a8b28dfa270aae5f364b5614faa0b262a7ff3a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-08 19:43:23 UTC (rev 188089)
+++ extra-x86_64/PKGBUILD   2013-06-08 19:44:06 UTC (rev 188090)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.8.2
-pkgrel=2
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ff3586b76013f71b0c32339279985cb0e2e1706bd181726ce9d00ebf4387cdd9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 188089, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-06-08 19:44:06 UTC (rev 188090)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('948dbee5e31b364155719003a0a8b28dfa270aae5f364b5614faa0b262a7ff3a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2013-06-08 Thread Sven-Hendrik Haase
Date: Saturday, June 8, 2013 @ 22:27:32
  Author: svenstaro
Revision: 92572

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 92571, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 92571, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 92571, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 wine.install  |   24 +--
 3 files changed, 210 insertions(+), 210 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-06-08 18:23:18 UTC (rev 92571)
+++ 30-win32-aliases.conf   2013-06-08 20:27:32 UTC (rev 92572)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 92571, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-06-08 20:27:32 UTC (rev 92572)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-08 18:23:18 UTC (rev 92571)
+++ PKGBUILD2013-06-08 20:27:32 UTC (rev 92572)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.5.31
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('21a8326bbce7f0f051a19a64101e75bf'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama 

[arch-commits] Commit in matchbox-window-manager/trunk (PKGBUILD)

2013-06-08 Thread Sergej Pupykin
Date: Saturday, June 8, 2013 @ 22:30:38
  Author: spupykin
Revision: 92575

upgpkg: matchbox-window-manager 1.2-4

upd

Modified:
  matchbox-window-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 20:30:33 UTC (rev 92574)
+++ PKGBUILD2013-06-08 20:30:38 UTC (rev 92575)
@@ -4,13 +4,13 @@
 
 pkgname=matchbox-window-manager
 pkgver=1.2
-pkgrel=3
+pkgrel=4
 pkgdesc=A pretty much unique X window manager with a classic PDA management 
policy
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm')
 url=http://matchbox-project.org/;
-source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/$pkgver/$pkgname-$pkgver.tar.bz2)
 md5sums=('3e158dcf57823b55c926d95b245500fb')
 
 build() {



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

2013-06-08 Thread Sergej Pupykin
Date: Saturday, June 8, 2013 @ 22:30:33
  Author: spupykin
Revision: 92574

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 -
 anki.install |   20 ++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-08 20:29:46 UTC (rev 92573)
+++ PKGBUILD2013-06-08 20:30:33 UTC (rev 92574)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Timm Preetz t...@preetz.us
-# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
-# Contributor: Dave Pretty david dot pretty at gmail dot com
-
-pkgname=anki
-pkgver=2.0.8
-pkgrel=1
-pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
-url=http://ankisrs.net/;
-license=('GPL')
-arch=('any')
-depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
-'python2-pysqlite' 'python2-beautifulsoup3')
-makedepends=()
-optdepends=('python2-matplotlib: show graphs'
-   'sox: audio recording'
-   'portaudio')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('ee93fc1d1dce0d0b68431ec117d5f556')
-
-build() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
-  rm -f anki.bat
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki  (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 92573, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-08 20:30:33 UTC (rev 92574)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Timm Preetz t...@preetz.us
+# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
+# Contributor: Dave Pretty david dot pretty at gmail dot com
+
+pkgname=anki
+pkgver=2.0.9
+pkgrel=1
+pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
+url=http://ankisrs.net/;
+license=('GPL')
+arch=('any')
+depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
+'python2-pysqlite' 'python2-beautifulsoup3')
+makedepends=()
+optdepends=('python2-matplotlib: show graphs'
+   'sox: audio recording'
+   'portaudio')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('c61bb6af11d5dc461aa3d92b4b3d22ce')
+
+build() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
+  rm -f anki.bat
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki  (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
+}

Deleted: anki.install
===
--- anki.install2013-06-08 20:29:46 UTC (rev 92573)
+++ anki.install2013-06-08 20:30:33 UTC (rev 92574)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 92573, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2013-06-08 20:30:33 UTC (rev 92574)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



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

2013-06-08 Thread Sergej Pupykin
Date: Saturday, June 8, 2013 @ 22:29:46
  Author: spupykin
Revision: 92573

upgpkg: anki 2.0.9-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 20:27:32 UTC (rev 92572)
+++ PKGBUILD2013-06-08 20:29:46 UTC (rev 92573)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty david dot pretty at gmail dot com
 
 pkgname=anki
-pkgver=2.0.8
+pkgver=2.0.9
 pkgrel=1
 pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
 url=http://ankisrs.net/;
@@ -19,7 +19,7 @@
'portaudio')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('ee93fc1d1dce0d0b68431ec117d5f556')
+md5sums=('c61bb6af11d5dc461aa3d92b4b3d22ce')
 
 build() {
   cd $srcdir/anki-$pkgver



[arch-commits] Commit in matchbox-window-manager/repos (4 files)

2013-06-08 Thread Sergej Pupykin
Date: Saturday, June 8, 2013 @ 22:30:59
  Author: spupykin
Revision: 92576

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

Added:
  matchbox-window-manager/repos/community-i686/PKGBUILD
(from rev 92575, matchbox-window-manager/trunk/PKGBUILD)
  matchbox-window-manager/repos/community-x86_64/PKGBUILD
(from rev 92575, matchbox-window-manager/trunk/PKGBUILD)
Deleted:
  matchbox-window-manager/repos/community-i686/PKGBUILD
  matchbox-window-manager/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   23 --
 community-x86_64/PKGBUILD |   23 --
 3 files changed, 54 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 20:30:38 UTC (rev 92575)
+++ community-i686/PKGBUILD 2013-06-08 20:30:59 UTC (rev 92576)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
-
-pkgname=matchbox-window-manager
-pkgver=1.2
-pkgrel=3
-pkgdesc=A pretty much unique X window manager with a classic PDA management 
policy
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm')
-url=http://matchbox-project.org/;
-source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('3e158dcf57823b55c926d95b245500fb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr \
-   --enable-startup-notification --enable-session \
-   --enable-alt-input-wins --enable-expat
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-window-manager/repos/community-i686/PKGBUILD (from rev 92575, 
matchbox-window-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 20:30:59 UTC (rev 92576)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
+
+pkgname=matchbox-window-manager
+pkgver=1.2
+pkgrel=4
+pkgdesc=A pretty much unique X window manager with a classic PDA management 
policy
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm')
+url=http://matchbox-project.org/;
+source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('3e158dcf57823b55c926d95b245500fb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr \
+   --enable-startup-notification --enable-session \
+   --enable-alt-input-wins --enable-expat
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-08 20:30:38 UTC (rev 92575)
+++ community-x86_64/PKGBUILD   2013-06-08 20:30:59 UTC (rev 92576)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
-
-pkgname=matchbox-window-manager
-pkgver=1.2
-pkgrel=3
-pkgdesc=A pretty much unique X window manager with a classic PDA management 
policy
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm')
-url=http://matchbox-project.org/;
-source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('3e158dcf57823b55c926d95b245500fb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr \
-   --enable-startup-notification --enable-session \
-   --enable-alt-input-wins --enable-expat
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: matchbox-window-manager/repos/community-x86_64/PKGBUILD (from rev 
92575, matchbox-window-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-08 20:30:59 UTC (rev 92576)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
+
+pkgname=matchbox-window-manager
+pkgver=1.2
+pkgrel=4
+pkgdesc=A pretty much unique X window manager with a classic PDA management 
policy
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libmatchbox' 'startup-notification' 'libpng' 'libsm')
+url=http://matchbox-project.org/;
+source=(http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('3e158dcf57823b55c926d95b245500fb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  

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

2013-06-08 Thread Kyle Keen
Date: Saturday, June 8, 2013 @ 23:06:37
  Author: kkeen
Revision: 92578

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

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

--+
 /PKGBUILD|   78 +
 /gtkwave.install |   12 +
 community-i686/PKGBUILD  |   38 --
 community-i686/gtkwave.install   |6 --
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/gtkwave.install |6 --
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 21:06:14 UTC (rev 92577)
+++ community-i686/PKGBUILD 2013-06-08 21:06:37 UTC (rev 92578)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Jared Casper jaredcas...@gmail.com
-
-pkgname=gtkwave
-pkgver=3.3.45
-pkgrel=1
-pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
-arch=('i686' 'x86_64')
-url='http://gtkwave.sourceforge.net'
-license=('GPL' 'MIT')
-depends=('bzip2' 'xz' 'gtk2')
-makedepends=('gperf')
-install='gtkwave.install'
-source=(http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz;)
-md5sums=('d746e1ce0584155e3af1d7ba5b0e56f0')
-
-build() {
-  cd ${srcdir}/gtkwave-${pkgver}
-
-  ./configure \
---prefix=/usr \
---disable-tcl
-
-  make CFLAGS=-D_LARGEFILE64_SOURCE
-}
-
-package() {
-  cd ${srcdir}/gtkwave-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/gtkwave-${pkgver}/LICENSE.TXT \
-${pkgdir}/usr/share/licenses/gtkwave/LICENSE.TXT
-  install -D -m644 ${srcdir}/gtkwave-${pkgver}/MIT.TXT \
-${pkgdir}/usr/share/licenses/gtkwave/MIT.TXT
-}

Copied: gtkwave/repos/community-i686/PKGBUILD (from rev 92577, 
gtkwave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 21:06:37 UTC (rev 92578)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Jared Casper jaredcas...@gmail.com
+
+pkgname=gtkwave
+pkgver=3.3.47
+pkgrel=1
+pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
+arch=('i686' 'x86_64')
+url='http://gtkwave.sourceforge.net'
+license=('GPL' 'MIT')
+depends=('bzip2' 'xz' 'gtk2')
+makedepends=('gperf')
+install='gtkwave.install'
+source=(http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz;)
+md5sums=('fdb257ed42220a9a7526b70d1746054a')
+
+build() {
+  cd ${srcdir}/gtkwave-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--disable-tcl
+
+  make CFLAGS=-D_LARGEFILE64_SOURCE
+}
+
+package() {
+  cd ${srcdir}/gtkwave-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/gtkwave-${pkgver}/LICENSE.TXT \
+${pkgdir}/usr/share/licenses/gtkwave/LICENSE.TXT
+  install -D -m644 ${srcdir}/gtkwave-${pkgver}/MIT.TXT \
+${pkgdir}/usr/share/licenses/gtkwave/MIT.TXT
+}
+

Deleted: community-i686/gtkwave.install
===
--- community-i686/gtkwave.install  2013-06-08 21:06:14 UTC (rev 92577)
+++ community-i686/gtkwave.install  2013-06-08 21:06:37 UTC (rev 92578)
@@ -1,6 +0,0 @@
-post_install() {
-  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
-  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
-  echo 'It contains the prefs for a good configuration that most people find'
-  echo 'ergonomic.  It is not strictly necessary however.'
-}

Copied: gtkwave/repos/community-i686/gtkwave.install (from rev 92577, 
gtkwave/trunk/gtkwave.install)
===
--- community-i686/gtkwave.install  (rev 0)
+++ community-i686/gtkwave.install  2013-06-08 21:06:37 UTC (rev 92578)
@@ -0,0 +1,6 @@
+post_install() {
+  echo 'Make sure you copy the /usr/share/gtkwave/examples/gtkwaverc file to'
+  echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
+  echo 'It contains the prefs for a good configuration that most people find'
+  echo 'ergonomic.  It is not strictly necessary however.'
+}

Deleted: 

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

2013-06-08 Thread Kyle Keen
Date: Saturday, June 8, 2013 @ 23:06:14
  Author: kkeen
Revision: 92577

upgpkg: gtkwave 3.3.47-1

Modified:
  gtkwave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 20:30:59 UTC (rev 92576)
+++ PKGBUILD2013-06-08 21:06:14 UTC (rev 92577)
@@ -4,7 +4,7 @@
 # Contributor: Jared Casper jaredcas...@gmail.com
 
 pkgname=gtkwave
-pkgver=3.3.45
+pkgver=3.3.47
 pkgrel=1
 pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gperf')
 install='gtkwave.install'
 source=(http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz;)
-md5sums=('d746e1ce0584155e3af1d7ba5b0e56f0')
+md5sums=('fdb257ed42220a9a7526b70d1746054a')
 
 build() {
   cd ${srcdir}/gtkwave-${pkgver}
@@ -36,3 +36,4 @@
   install -D -m644 ${srcdir}/gtkwave-${pkgver}/MIT.TXT \
 ${pkgdir}/usr/share/licenses/gtkwave/MIT.TXT
 }
+



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

2013-06-08 Thread Alexander Rødseth
Date: Sunday, June 9, 2013 @ 01:22:32
  Author: arodseth
Revision: 92579

upgpkg: erlang R16B-4

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 21:06:37 UTC (rev 92578)
+++ PKGBUILD2013-06-08 23:22:32 UTC (rev 92579)
@@ -9,10 +9,13 @@
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
 pkgver=R16B
-pkgrel=3
+pkgrel=4
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
+provides=('erlang-nox')
+replaces=('erlang-nox')
+conflicts=('erlang-nox')
 makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9')
 source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
 http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)



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

2013-06-08 Thread Alexander Rødseth
Date: Sunday, June 9, 2013 @ 01:22:45
  Author: arodseth
Revision: 92580

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

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

---+
 /PKGBUILD |  154 
 community-i686/PKGBUILD   |   74 -
 community-x86_64/PKGBUILD |   74 -
 3 files changed, 154 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 23:22:32 UTC (rev 92579)
+++ community-i686/PKGBUILD 2013-06-08 23:22:45 UTC (rev 92580)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archli...@cryptocrack.de
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=R16B
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9')
-source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
-http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
-sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'
-'f7b1baa088d4ecda4a86944d3a782fcbf80c6b9161756bb50fec9e8d129176b9')
-
-build() {
-  cd $srcdir/otp_src_${pkgver/_1/}
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'wxgtk2.9' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-
-  cd $srcdir/otp_src_${pkgver/_1/}
-
-  make DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
-$srcdir/{README,COPYRIGHT} \
-$pkgdir/usr/share/doc/erlang
-
-  # Compressed man pages
-  for page in $srcdir/man/man?/*; do gzip $page; done
-  cp -r $srcdir/man $pkgdir/usr/lib/erlang/
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir $srcdir/unixodbc
-  mv $pkgdir/usr/lib/erlang/lib/odbc* $srcdir/unixodbc/
-  mv $pkgdir/usr/lib/erlang/man/man3/odbc.3.gz $srcdir
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p $pkgdir/usr/lib/erlang/{lib,man/man3}
-  mv $srcdir/unixodbc/* $pkgdir/usr/lib/erlang/lib/
-  mv $srcdir/odbc.3.gz $pkgdir/usr/lib/erlang/man/man3/
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang/repos/community-i686/PKGBUILD (from rev 92579, 
erlang/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 23:22:45 UTC (rev 92580)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Lukas Fleischer archli...@cryptocrack.de
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgbase=erlang
+pkgname=('erlang' 'erlang-unixodbc')
+pkgver=R16B
+pkgrel=4
+arch=('x86_64' 'i686')
+url='http://www.erlang.org/'
+license=('custom')
+provides=('erlang-nox')
+replaces=('erlang-nox')
+conflicts=('erlang-nox')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9')
+source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
+http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
+sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'
+'f7b1baa088d4ecda4a86944d3a782fcbf80c6b9161756bb50fec9e8d129176b9')
+
+build() {
+  cd $srcdir/otp_src_${pkgver/_1/}
+
+  ./configure --prefix=/usr --enable-smp-support --with-odbc
+  make
+}
+
+package_erlang() {
+  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
+  depends=('ncurses' 'glu' 

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

2013-06-08 Thread Eric Bélanger
Date: Sunday, June 9, 2013 @ 07:02:18
  Author: eric
Revision: 188092

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

Added:
  aspell-pt/repos/testing-i686/
  aspell-pt/repos/testing-i686/PKGBUILD
(from rev 188091, aspell-pt/trunk/PKGBUILD)
  aspell-pt/repos/testing-x86_64/
  aspell-pt/repos/testing-x86_64/PKGBUILD
(from rev 188091, aspell-pt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   48 ++
 testing-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: aspell-pt/repos/testing-i686/PKGBUILD (from rev 188091, 
aspell-pt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-09 05:02:18 UTC (rev 188092)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20130331
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  '694b35b1a6fcb90ff808b730a4513ff283e1ceee'
+  'fa164ac44adc4544c7fdbb3dc5c146c28f30525a')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
+}

Copied: aspell-pt/repos/testing-x86_64/PKGBUILD (from rev 188091, 
aspell-pt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-09 05:02:18 UTC (rev 188092)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20130331
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  '694b35b1a6fcb90ff808b730a4513ff283e1ceee'
+  'fa164ac44adc4544c7fdbb3dc5c146c28f30525a')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
+}



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

2013-06-08 Thread Eric Bélanger
Date: Sunday, June 9, 2013 @ 07:01:44
  Author: eric
Revision: 188091

upgpkg: aspell-pt 20130331-1

Upstream update, Add preao dictionnary

Modified:
  aspell-pt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 19:44:06 UTC (rev 188090)
+++ PKGBUILD2013-06-09 05:01:44 UTC (rev 188091)
@@ -1,13 +1,11 @@
 # $Id$
 # Maintainer:
-# Contributor: Simo Leone s...@archlinux.org
-# Contributor: jlvsimoes jlvsim...@oninet.pt
 
 pkgname=aspell-pt
-_pkgverPT=20070510
+_pkgverPT=20130331
 _pkgverBR=20090702
-pkgver=$_pkgverBR
-pkgrel=4
+pkgver=$_pkgverPT
+pkgrel=1
 pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
 arch=('i686' 'x86_64')
 url=http://aspell.net/;
@@ -16,26 +14,35 @@
 conflicts=('aspell-pt_br')
 replaces=('aspell-pt_br')
 
source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/aspell6-pt_PT-$_pkgverPT-0.tar.bz2)
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
 sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  'e136c2f411b582897437b06b9068c98ee333be41')
+  '694b35b1a6fcb90ff808b730a4513ff283e1ceee'
+  'fa164ac44adc4544c7fdbb3dc5c146c28f30525a')
 
 build() {
-  cd $srcdir/aspell6-pt_BR-$_pkgverBR-0
+  cd aspell6-pt_BR-$_pkgverBR-0
   ./configure
   make
 
-  cd $srcdir/aspell6-pt_PT-$_pkgverPT-0
+  cd ../aspell6-pt_PT-$_pkgverPT-0
   ./configure
   make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
 }
 
 package() {
-  cd $srcdir/aspell6-pt_BR-$_pkgverBR-0
+  cd aspell6-pt_BR-$_pkgverBR-0
   make DESTDIR=$pkgdir install
 
-  cd $srcdir/aspell6-pt_PT-$_pkgverPT-0
+  cd ../aspell6-pt_PT-$_pkgverPT-0
   make DESTDIR=$pkgdir install
 
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
   echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
 }