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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:13:45
  Author: andrea
Revision: 205619

eigen - eigen2

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 03:08:15 UTC (rev 205618)
+++ PKGBUILD2014-02-10 09:13:45 UTC (rev 205619)
@@ -17,7 +17,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
 



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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:14:12
  Author: andrea
Revision: 205620

archrelease: copy trunk to testing-i686

Added:
  kdeartwork/repos/testing-i686/PKGBUILD
(from rev 205619, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/testing-i686/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 09:13:45 UTC (rev 205619)
+++ PKGBUILD2014-02-10 09:14:12 UTC (rev 205620)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-colorschemes() {
-   pkgdesc='KDE color schemes'
-   replaces=('kdeaccessibility-colorschemes')
-   cd $srcdir/build/ColorSchemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-desktopthemes() {
-   pkgdesc='KDE desktop themes'
-   cd $srcdir/build/desktopthemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-emoticons() {
-   pkgdesc='KDE emoticons'
-   cd $srcdir/build/emoticons
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-   replaces=('kdeaccessibility-iconthemes')
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-kscreensaver() {
-   pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
-   cd $srcdir/build/kscreensaver
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-styles() {
-   pkgdesc='KDE styles'
-   depends=('kdebase-workspace')
-   cd $srcdir/build/styles
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kwin-styles
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-wallpapers() {
-   pkgdesc='KDE wallpapers'
-   cd $srcdir/build/wallpapers
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/HighResolutionWallpapers
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}

Copied: kdeartwork/repos/testing-i686/PKGBUILD (from rev 205619, 
kdeartwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 09:14:12 UTC (rev 205620)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   replaces=('kdeaccessibility-colorschemes')
+   cd $srcdir/build/ColorSchemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-desktopthemes() {
+   pkgdesc='KDE desktop themes'
+   cd $srcdir/build/desktopthemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-emoticons() {
+ 

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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:14:43
  Author: andrea
Revision: 205622

eigen - eigen2

Modified:
  kdeplasma-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 09:14:26 UTC (rev 205621)
+++ PKGBUILD2014-02-10 09:14:43 UTC (rev 205622)
@@ -83,7 +83,7 @@
 url='https://projects.kde.org/projects/kde/kdeplasma-addons'
 license=('GPL' 'LGPL')
 groups=('kde' 'kdeplasma-addons')
-makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen'
+makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen2'
  'scim' 'qwt' 'boost' 'libkexiv2' 'libibus' 'qoauth' 'mesa')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('54c27e3e693f66d0dd51a96510692fa97cbca3a8')



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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:14:26
  Author: andrea
Revision: 205621

archrelease: copy trunk to testing-x86_64

Added:
  kdeartwork/repos/testing-x86_64/PKGBUILD
(from rev 205620, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 09:14:12 UTC (rev 205620)
+++ PKGBUILD2014-02-10 09:14:26 UTC (rev 205621)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-colorschemes() {
-   pkgdesc='KDE color schemes'
-   replaces=('kdeaccessibility-colorschemes')
-   cd $srcdir/build/ColorSchemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-desktopthemes() {
-   pkgdesc='KDE desktop themes'
-   cd $srcdir/build/desktopthemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-emoticons() {
-   pkgdesc='KDE emoticons'
-   cd $srcdir/build/emoticons
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-   replaces=('kdeaccessibility-iconthemes')
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-kscreensaver() {
-   pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
-   cd $srcdir/build/kscreensaver
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-styles() {
-   pkgdesc='KDE styles'
-   depends=('kdebase-workspace')
-   cd $srcdir/build/styles
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kwin-styles
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-wallpapers() {
-   pkgdesc='KDE wallpapers'
-   cd $srcdir/build/wallpapers
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/HighResolutionWallpapers
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}

Copied: kdeartwork/repos/testing-x86_64/PKGBUILD (from rev 205620, 
kdeartwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 09:14:26 UTC (rev 205621)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.12.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen2' 'kdebase-workspace' 
'libkexiv2')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c18fbaa746b177c9f71d3115e108a60cf3acd0ae')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   replaces=('kdeaccessibility-colorschemes')
+   cd $srcdir/build/ColorSchemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-desktopthemes() {
+   pkgdesc='KDE desktop themes'
+   cd $srcdir/build/desktopthemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-emoticons() 

[arch-commits] Commit in kdeplasma-addons/repos/testing-i686 (6 files)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:14:59
  Author: andrea
Revision: 205623

archrelease: copy trunk to testing-i686

Added:
  kdeplasma-addons/repos/testing-i686/PKGBUILD
(from rev 205622, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons-applets-lancelot.install
(from rev 205622, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons.install
(from rev 205622, kdeplasma-addons/trunk/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/testing-i686/PKGBUILD
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/testing-i686/kdeplasma-addons.install

---+
 PKGBUILD  | 1294 ++--
 kdeplasma-addons-applets-lancelot.install |   24 
 kdeplasma-addons.install  |   22 
 3 files changed, 670 insertions(+), 670 deletions(-)

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


[arch-commits] Commit in kdeplasma-addons/repos/testing-x86_64 (6 files)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:15:16
  Author: andrea
Revision: 205624

archrelease: copy trunk to testing-x86_64

Added:
  kdeplasma-addons/repos/testing-x86_64/PKGBUILD
(from rev 205623, kdeplasma-addons/trunk/PKGBUILD)
  
kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 205623, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons.install
(from rev 205623, kdeplasma-addons/trunk/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/testing-x86_64/PKGBUILD
  
kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/testing-x86_64/kdeplasma-addons.install

---+
 PKGBUILD  | 1294 ++--
 kdeplasma-addons-applets-lancelot.install |   24 
 kdeplasma-addons.install  |   22 
 3 files changed, 670 insertions(+), 670 deletions(-)

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


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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:15:35
  Author: andrea
Revision: 205625

eigen - eigen2

Modified:
  kdeedu-kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 09:15:16 UTC (rev 205624)
+++ PKGBUILD2014-02-10 09:15:35 UTC (rev 205625)
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
 depends=('kdebase-runtime' 'wcslib' 'libindi')
-makedepends=('cmake' 'automoc4' 'eigen')
+makedepends=('cmake' 'automoc4' 'eigen2')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
 sha1sums=('df5d740ba21401c9960f80a95bca0b8adb70e896')



[arch-commits] Commit in kdeedu-kstars/repos/testing-x86_64 (4 files)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:16:10
  Author: andrea
Revision: 205627

archrelease: copy trunk to testing-x86_64

Added:
  kdeedu-kstars/repos/testing-x86_64/PKGBUILD
(from rev 205626, kdeedu-kstars/trunk/PKGBUILD)
  kdeedu-kstars/repos/testing-x86_64/kdeedu-kstars.install
(from rev 205626, kdeedu-kstars/trunk/kdeedu-kstars.install)
Deleted:
  kdeedu-kstars/repos/testing-x86_64/PKGBUILD
  kdeedu-kstars/repos/testing-x86_64/kdeedu-kstars.install

---+
 PKGBUILD  |   66 
 kdeedu-kstars.install |   22 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 09:15:57 UTC (rev 205626)
+++ PKGBUILD2014-02-10 09:16:10 UTC (rev 205627)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kstars
-pkgver=4.12.2
-pkgrel=1
-pkgdesc=Desktop Planetarium
-url=http://kde.org/applications/education/kstars/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'wcslib' 'libindi')
-makedepends=('cmake' 'automoc4' 'eigen')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('df5d740ba21401c9960f80a95bca0b8adb70e896')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kstars-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Xplanet=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' 
${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py
-}

Copied: kdeedu-kstars/repos/testing-x86_64/PKGBUILD (from rev 205626, 
kdeedu-kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 09:16:10 UTC (rev 205627)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'wcslib' 'libindi')
+makedepends=('cmake' 'automoc4' 'eigen2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('df5d740ba21401c9960f80a95bca0b8adb70e896')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' 
${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py
+}

Deleted: kdeedu-kstars.install
===
--- kdeedu-kstars.install   2014-02-10 09:15:57 UTC (rev 205626)
+++ kdeedu-kstars.install   2014-02-10 09:16:10 UTC (rev 205627)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kstars/repos/testing-x86_64/kdeedu-kstars.install (from rev 
205626, kdeedu-kstars/trunk/kdeedu-kstars.install)
===
--- kdeedu-kstars.install   (rev 0)
+++ kdeedu-kstars.install   2014-02-10 09:16:10 UTC (rev 205627)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeedu-kstars/repos/testing-i686 (4 files)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:15:57
  Author: andrea
Revision: 205626

archrelease: copy trunk to testing-i686

Added:
  kdeedu-kstars/repos/testing-i686/PKGBUILD
(from rev 205625, kdeedu-kstars/trunk/PKGBUILD)
  kdeedu-kstars/repos/testing-i686/kdeedu-kstars.install
(from rev 205625, kdeedu-kstars/trunk/kdeedu-kstars.install)
Deleted:
  kdeedu-kstars/repos/testing-i686/PKGBUILD
  kdeedu-kstars/repos/testing-i686/kdeedu-kstars.install

---+
 PKGBUILD  |   66 
 kdeedu-kstars.install |   22 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 09:15:35 UTC (rev 205625)
+++ PKGBUILD2014-02-10 09:15:57 UTC (rev 205626)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kstars
-pkgver=4.12.2
-pkgrel=1
-pkgdesc=Desktop Planetarium
-url=http://kde.org/applications/education/kstars/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'wcslib' 'libindi')
-makedepends=('cmake' 'automoc4' 'eigen')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('df5d740ba21401c9960f80a95bca0b8adb70e896')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kstars-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Xplanet=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' 
${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py
-}

Copied: kdeedu-kstars/repos/testing-i686/PKGBUILD (from rev 205625, 
kdeedu-kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 09:15:57 UTC (rev 205626)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'wcslib' 'libindi')
+makedepends=('cmake' 'automoc4' 'eigen2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('df5d740ba21401c9960f80a95bca0b8adb70e896')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' 
${pkgdir}/usr/share/apps/kstars/scripts/supernova_updates_parser.py
+}

Deleted: kdeedu-kstars.install
===
--- kdeedu-kstars.install   2014-02-10 09:15:35 UTC (rev 205625)
+++ kdeedu-kstars.install   2014-02-10 09:15:57 UTC (rev 205626)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kstars/repos/testing-i686/kdeedu-kstars.install (from rev 
205625, kdeedu-kstars/trunk/kdeedu-kstars.install)
===
--- kdeedu-kstars.install   (rev 0)
+++ kdeedu-kstars.install   2014-02-10 09:15:57 UTC (rev 205626)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:16:32
  Author: andrea
Revision: 205628

eigen - eigen2

Modified:
  kdeedu-step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 09:16:10 UTC (rev 205627)
+++ PKGBUILD2014-02-10 09:16:32 UTC (rev 205628)
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
 depends=('kdebase-runtime' 'libqalculate' 'gsl')
-makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
+makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
 sha1sums=('e36bc06ae94d698127a0b2f8d1157f75a9ccfdd4')



[arch-commits] Commit in kdeedu-step/repos/testing-i686 (4 files)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:16:49
  Author: andrea
Revision: 205629

archrelease: copy trunk to testing-i686

Added:
  kdeedu-step/repos/testing-i686/PKGBUILD
(from rev 205628, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/testing-i686/kdeedu-step.install
(from rev 205628, kdeedu-step/trunk/kdeedu-step.install)
Deleted:
  kdeedu-step/repos/testing-i686/PKGBUILD
  kdeedu-step/repos/testing-i686/kdeedu-step.install

-+
 PKGBUILD|   64 +-
 kdeedu-step.install |   22 -
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 09:16:32 UTC (rev 205628)
+++ PKGBUILD2014-02-10 09:16:49 UTC (rev 205629)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-step
-pkgver=4.12.2
-pkgrel=1
-pkgdesc=Interactive Physical Simulator
-url=http://kde.org/applications/education/step/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libqalculate' 'gsl')
-makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
-sha1sums=('e36bc06ae94d698127a0b2f8d1157f75a9ccfdd4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../step-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-step/repos/testing-i686/PKGBUILD (from rev 205628, 
kdeedu-step/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 09:16:49 UTC (rev 205629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-step
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('e36bc06ae94d698127a0b2f8d1157f75a9ccfdd4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kdeedu-step.install
===
--- kdeedu-step.install 2014-02-10 09:16:32 UTC (rev 205628)
+++ kdeedu-step.install 2014-02-10 09:16:49 UTC (rev 205629)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-step/repos/testing-i686/kdeedu-step.install (from rev 205628, 
kdeedu-step/trunk/kdeedu-step.install)
===
--- kdeedu-step.install (rev 0)
+++ kdeedu-step.install 2014-02-10 09:16:49 UTC (rev 205629)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdeedu-step/repos/testing-x86_64 (4 files)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 10:17:01
  Author: andrea
Revision: 205630

archrelease: copy trunk to testing-x86_64

Added:
  kdeedu-step/repos/testing-x86_64/PKGBUILD
(from rev 205629, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/testing-x86_64/kdeedu-step.install
(from rev 205629, kdeedu-step/trunk/kdeedu-step.install)
Deleted:
  kdeedu-step/repos/testing-x86_64/PKGBUILD
  kdeedu-step/repos/testing-x86_64/kdeedu-step.install

-+
 PKGBUILD|   64 +-
 kdeedu-step.install |   22 -
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 09:16:49 UTC (rev 205629)
+++ PKGBUILD2014-02-10 09:17:01 UTC (rev 205630)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-step
-pkgver=4.12.2
-pkgrel=1
-pkgdesc=Interactive Physical Simulator
-url=http://kde.org/applications/education/step/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libqalculate' 'gsl')
-makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
-sha1sums=('e36bc06ae94d698127a0b2f8d1157f75a9ccfdd4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../step-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-step/repos/testing-x86_64/PKGBUILD (from rev 205629, 
kdeedu-step/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 09:17:01 UTC (rev 205630)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-step
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Interactive Physical Simulator
+url=http://kde.org/applications/education/step/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz;)
+sha1sums=('e36bc06ae94d698127a0b2f8d1157f75a9ccfdd4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kdeedu-step.install
===
--- kdeedu-step.install 2014-02-10 09:16:49 UTC (rev 205629)
+++ kdeedu-step.install 2014-02-10 09:17:01 UTC (rev 205630)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-step/repos/testing-x86_64/kdeedu-step.install (from rev 205629, 
kdeedu-step/trunk/kdeedu-step.install)
===
--- kdeedu-step.install (rev 0)
+++ kdeedu-step.install 2014-02-10 09:17:01 UTC (rev 205630)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 10:46:35
  Author: heftig
Revision: 205631

3.10.4

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 09:17:01 UTC (rev 205630)
+++ PKGBUILD2014-02-10 09:46:35 UTC (rev 205631)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.10.3
+pkgver=3.10.4
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('41af5c658255230de47423fad73f19bfab15b9e0df80141b13f66b55bf295bd2')
+sha256sums=('5c2d5e19af19ecfa81f31306411ab6155c3c62cf407d5a5aaa675a8ce940fa2d')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 11:39:54
  Author: spupykin
Revision: 10

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 06:39:33 UTC (rev 105554)
+++ PKGBUILD2014-02-10 10:39:54 UTC (rev 10)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -20,7 +20,8 @@
'qemu'
'radvd'
'dmidecode'
-   'ebtables')
+   'ebtables'
+   'pm-utils: host power management')
 options=('emptydirs')
 backup=('etc/conf.d/libvirtd'
'etc/conf.d/libvirt-guests'



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

2014-02-10 Thread Laurent Carlier
Date: Monday, February 10, 2014 @ 11:40:35
  Author: lcarlier
Revision: 205632

upgpkg: xf86-video-intel 2.99.910-1

upstream update 2.99.910

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 09:46:35 UTC (rev 205631)
+++ PKGBUILD2014-02-10 10:40:35 UTC (rev 205632)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.99.909
-pkgrel=2
+pkgver=2.99.910
+pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
@@ -23,16 +23,9 @@
 conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-git_fixes.diff)
-sha256sums=('7541187161ee379f07591e1d2655f51e2d9772d98b34e8f21d7159d28ce70f55'
-'9d8387d69dca613f526b417241be0d2e529a3751cd39e8c2d4b7c00a2e7cdcea')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('203d46064449da0e23a111418dfb189422ba96ea08707167c8dee463e2d745b1')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git_fixes.diff
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \



[arch-commits] Commit in xf86-video-intel/repos (8 files)

2014-02-10 Thread Laurent Carlier
Date: Monday, February 10, 2014 @ 11:40:46
  Author: lcarlier
Revision: 205633

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 205632, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/git_fixes.diff
(from rev 205632, xf86-video-intel/trunk/git_fixes.diff)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 205632, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 205632, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/git_fixes.diff
(from rev 205632, xf86-video-intel/trunk/git_fixes.diff)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 205632, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   48 
 testing-i686/git_fixes.diff |  327 ++
 testing-i686/xf86-video-intel.install   |   22 ++
 testing-x86_64/PKGBUILD |   48 
 testing-x86_64/git_fixes.diff   |  327 ++
 testing-x86_64/xf86-video-intel.install |   22 ++
 6 files changed, 794 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 205632, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-10 10:40:46 UTC (rev 205633)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.99.910
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('203d46064449da0e23a111418dfb189422ba96ea08707167c8dee463e2d745b1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/git_fixes.diff (from rev 205632, 
xf86-video-intel/trunk/git_fixes.diff)
===
--- testing-i686/git_fixes.diff (rev 0)
+++ testing-i686/git_fixes.diff 2014-02-10 10:40:46 UTC (rev 205633)
@@ -0,0 +1,327 @@
+From 699b4fd3139d1d6d02911d6c8f193ead3445f613 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Sat, 01 Feb 2014 20:13:53 +
+Subject: sna: Undo region translation before returning
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
+index aecae51..d654660 100644
+--- a/src/sna/sna_accel.c
 b/src/sna/sna_accel.c
+@@ -2433,6 +2433,9 @@ sna_drawable_move_region_to_cpu(DrawablePtr drawable,
+   sna_damage_add(priv-cpu_damage, 
region);
+   discard_gpu = false;
+   }
++
++  if (dx | dy)
++  RegionTranslate(region, -dx, -dy);
+   } else
+   sna_pixmap_free_cpu(sna, priv, false);
+   }
+--
+cgit v0.9.0.2-2-gbebe
+From 26613b046012f0ad968a15ab6bdfa8f6a6652e77 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Sat, 01 Feb 2014 21:37:41 +
+Subject: sna: Allow more inplace promotions of CPU to GPU bo
+
+If the CPU bo is wholly damaged, then it makes an ideal candidate for
+simply converting into the GPU bo.
+
+Signed-off-by: Chris Wilson 

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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 12:00:46
  Author: andrea
Revision: 205800

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 11:00:37 UTC (rev 205799)
+++ extra-i686/PKGBUILD 2014-02-10 11:00:46 UTC (rev 205800)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkomparediff2
-pkgver=4.12.0
-pkgrel=1
-pkgdesc=Library to compare files and strings
-url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ba6dcfd8da41d5f441d6f2a8352eb28e3b504e08')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkomparediff2/repos/extra-i686/PKGBUILD (from rev 205799, 
libkomparediff2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 11:00:46 UTC (rev 205800)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5b8b194e25578654a0179b2fd0cbb2b89c4325a6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 11:00:37 UTC (rev 205799)
+++ extra-x86_64/PKGBUILD   2014-02-10 11:00:46 UTC (rev 205800)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkomparediff2
-pkgver=4.12.0
-pkgrel=1
-pkgdesc=Library to compare files and strings
-url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ba6dcfd8da41d5f441d6f2a8352eb28e3b504e08')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkomparediff2/repos/extra-x86_64/PKGBUILD (from rev 205799, 
libkomparediff2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-10 11:00:46 UTC (rev 205800)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=4.12.2
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5b8b194e25578654a0179b2fd0cbb2b89c4325a6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 12:00:37
  Author: andrea
Revision: 205799

upgpkg: libkomparediff2 4.12.2-1

KDE 4.12.2

Modified:
  libkomparediff2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 11:00:13 UTC (rev 205798)
+++ PKGBUILD2014-02-10 11:00:37 UTC (rev 205799)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkomparediff2
-pkgver=4.12.0
+pkgver=4.12.2
 pkgrel=1
 pkgdesc=Library to compare files and strings
 url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ba6dcfd8da41d5f441d6f2a8352eb28e3b504e08')
+sha1sums=('5b8b194e25578654a0179b2fd0cbb2b89c4325a6')
 
 prepare() {
   mkdir build



[arch-commits] Commit in kdebase-workspace/repos (40 files)

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 12:01:54
  Author: andrea
Revision: 205802

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

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 205801, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 205801, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 205801, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 205801, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 205801, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 205801, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 205801, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 205801, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 205801, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 205801, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 205801, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 205801, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 205801, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 205801, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 205801, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 205801, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 205801, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 205801, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 205801, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 205801, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.logrotate
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch

+
 /PKGBUILD  |  174 +++
 /etc-scripts.patch |   22 +++
 /kde-np.pam|   24 
 /kde.pam   |   16 ++
 /kdebase-workspace.install |   62 +++
 /kdm-xinitrd.patch |   36 ++
 /kdm.logrotate |   12 ++
 /kdm.service   |   18 +++
 /kscreensaver.pam  |2 
 /terminate-server.patch|   22 +++
 extra-i686/PKGBUILD|   87 ---
 extra-i686/etc-scripts.patch   |   11 -
 extra-i686/kde-np.pam  |   12 --
 extra-i686/kde.pam |8 -
 extra-i686/kdebase-workspace.install   |   31 -
 extra-i686/kdm-xinitrd.patch   |   18 ---
 extra-i686/kdm.logrotate   |6 -
 extra-i686/kdm.service |9 -
 extra-i686/kscreensaver.pam|1 
 extra-i686/terminate-server.patch  |   11 -
 extra-x86_64/PKGBUILD  |   87 ---
 extra-x86_64/etc-scripts.patch |   11 -
 extra-x86_64/kde-np.pam|   12 --
 extra-x86_64/kde.pam   |8 -
 extra-x86_64/kdebase-workspace.install |   31 -
 extra-x86_64/kdm-xinitrd.patch |   18 ---
 extra-x86_64/kdm.logrotate

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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 12:01:34
  Author: andrea
Revision: 205801

upgpkg: kdebase-workspace 4.11.6-2

Fix OpenGL detection

Modified:
  kdebase-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 11:00:46 UTC (rev 205800)
+++ PKGBUILD2014-02-10 11:01:34 UTC (rev 205801)
@@ -6,7 +6,7 @@
 _pkgname=kde-workspace
 pkgver=4.11.6
 _pkgver=4.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -20,7 +20,7 @@
  'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
  'xorg-xrdb' 'libxres' 'xorg-xrandr' 'xorg-xmessage' 'libusb-compat'
  'kde-base-artwork' 'xcb-util-renderutil' 'xcb-util-image' 'ttf-font'
- 'xcb-util-keysyms' 'xcb-util-wm' 'pciutils')
+ 'xcb-util-keysyms' 'xcb-util-wm' 'pciutils' 'glu')
 makedepends=('cmake' 'automoc4' 'boost' 'kdebindings-python2' 'networkmanager')
 optdepends=('kde-wallpapers: wallpapers for KDE Plasma Workspaces'
 'appmenu-qt: menu applications over dbus')



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:18:02
  Author: spupykin
Revision: 105556

upgpkg: gmic 1.5.8.3-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 10:39:54 UTC (rev 10)
+++ PKGBUILD2014-02-10 11:18:02 UTC (rev 105556)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.8.2
+pkgver=1.5.8.3
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
@@ -15,7 +15,7 @@
 #options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
 opencv-buildfix.patch)
-md5sums=('3b96d8369a6b91baf13490234b3dcd7c'
+md5sums=('ee80a2dc1a2441a6c0adf92e9bea623b'
  '120319b0d6c81c5af186abe2281b79ca')
 
 prepare() {



[arch-commits] Commit in perl-module-runtime/repos/community-any (PKGBUILD PKGBUILD)

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:18:34
  Author: spupykin
Revision: 105559

archrelease: copy trunk to community-any

Added:
  perl-module-runtime/repos/community-any/PKGBUILD
(from rev 105558, perl-module-runtime/trunk/PKGBUILD)
Deleted:
  perl-module-runtime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 11:18:26 UTC (rev 105558)
+++ PKGBUILD2014-02-10 11:18:34 UTC (rev 105559)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-module-runtime
-pkgver=0.013
-pkgrel=2
-pkgdesc=runtime module handling
-arch=('any')
-url=http://search.cpan.org/dist/Module-Runtime/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-params-classify')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz;)
-md5sums=('62b88b1f5f0e975a5d7c80cd46167b97')
-
-build() {
-  cd $srcdir/Module-Runtime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Module-Runtime-$pkgver
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-module-runtime/repos/community-any/PKGBUILD (from rev 105558, 
perl-module-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 11:18:34 UTC (rev 105559)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-module-runtime
+pkgver=0.014
+pkgrel=1
+pkgdesc=runtime module handling
+arch=('any')
+url=http://search.cpan.org/dist/Module-Runtime/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-params-classify')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz;)
+md5sums=('a6597bc25536a30476f0d75b64d35734')
+
+build() {
+  cd $srcdir/Module-Runtime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Module-Runtime-$pkgver
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:18:26
  Author: spupykin
Revision: 105558

upgpkg: perl-module-runtime 0.014-1

upd

Modified:
  perl-module-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 11:18:20 UTC (rev 105557)
+++ PKGBUILD2014-02-10 11:18:26 UTC (rev 105558)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-module-runtime
-pkgver=0.013
-pkgrel=2
+pkgver=0.014
+pkgrel=1
 pkgdesc=runtime module handling
 arch=('any')
 url=http://search.cpan.org/dist/Module-Runtime/;
@@ -11,7 +11,7 @@
 depends=('perl-params-classify')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz;)
-md5sums=('62b88b1f5f0e975a5d7c80cd46167b97')
+md5sums=('a6597bc25536a30476f0d75b64d35734')
 
 build() {
   cd $srcdir/Module-Runtime-$pkgver



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:18:20
  Author: spupykin
Revision: 105557

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

Added:
  gmic/repos/community-i686/PKGBUILD
(from rev 105556, gmic/trunk/PKGBUILD)
  gmic/repos/community-i686/opencv-buildfix.patch
(from rev 105556, gmic/trunk/opencv-buildfix.patch)
  gmic/repos/community-x86_64/PKGBUILD
(from rev 105556, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/opencv-buildfix.patch
(from rev 105556, gmic/trunk/opencv-buildfix.patch)
Deleted:
  gmic/repos/community-i686/PKGBUILD
  gmic/repos/community-i686/opencv-buildfix.patch
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/opencv-buildfix.patch

+
 /PKGBUILD  |  124 +++
 /opencv-buildfix.patch |   40 ++
 community-i686/PKGBUILD|   62 ---
 community-i686/opencv-buildfix.patch   |   20 -
 community-x86_64/PKGBUILD  |   62 ---
 community-x86_64/opencv-buildfix.patch |   20 -
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 11:18:02 UTC (rev 105556)
+++ community-i686/PKGBUILD 2014-02-10 11:18:20 UTC (rev 105557)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.8.2
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-#options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
-opencv-buildfix.patch)
-md5sums=('3b96d8369a6b91baf13490234b3dcd7c'
- '120319b0d6c81c5af186abe2281b79ca')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  patch -p1 -i ${srcdir}/opencv-buildfix.patch
-  sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|g' src/Makefile
-  sed -i 's|/usr/bin/qmake|/usr/bin/qmake-qt4|g' zart/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 105556, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 11:18:20 UTC (rev 105557)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.8.3
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+#options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
+opencv-buildfix.patch)
+md5sums=('ee80a2dc1a2441a6c0adf92e9bea623b'
+ '120319b0d6c81c5af186abe2281b79ca')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  patch -p1 -i ${srcdir}/opencv-buildfix.patch
+  sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|g' src/Makefile
+  sed -i 's|/usr/bin/qmake|/usr/bin/qmake-qt4|g' zart/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  

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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:18:52
  Author: spupykin
Revision: 105561

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

Added:
  python2-pybluez/repos/community-i686/PKGBUILD
(from rev 105560, python2-pybluez/trunk/PKGBUILD)
  python2-pybluez/repos/community-x86_64/PKGBUILD
(from rev 105560, python2-pybluez/trunk/PKGBUILD)
Deleted:
  python2-pybluez/repos/community-i686/PKGBUILD
  python2-pybluez/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 11:18:37 UTC (rev 105560)
+++ community-i686/PKGBUILD 2014-02-10 11:18:52 UTC (rev 105561)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: cs-cam - me.at.camdaniel.com
-
-pkgname=python2-pybluez
-pkgver=0.18
-pkgrel=6
-pkgdesc=Python wrapper for the BlueZ Bluetooth stack
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/pybluez/;
-license=('GPL')
-provides=('pybluez')
-conflicts=('pybluez')
-replaces=('pybluez')
-depends=('python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
-md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
-
-package() {
-  cd $srcdir/PyBluez-$pkgver
-  python2 setup.py install --root=$pkgdir
-  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
-}

Copied: python2-pybluez/repos/community-i686/PKGBUILD (from rev 105560, 
python2-pybluez/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 11:18:52 UTC (rev 105561)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.20
+pkgrel=1
+pkgdesc=Python wrapper for the BlueZ Bluetooth stack
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pybluez/;
+license=('GPL')
+makedepends=('python' 'python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
+md5sums=('1e7fad332d50f089bbce69070c877ef6')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
+  python2 setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-10 11:18:37 UTC (rev 105560)
+++ community-x86_64/PKGBUILD   2014-02-10 11:18:52 UTC (rev 105561)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: cs-cam - me.at.camdaniel.com
-
-pkgname=python2-pybluez
-pkgver=0.18
-pkgrel=6
-pkgdesc=Python wrapper for the BlueZ Bluetooth stack
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/pybluez/;
-license=('GPL')
-provides=('pybluez')
-conflicts=('pybluez')
-replaces=('pybluez')
-depends=('python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
-md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
-
-package() {
-  cd $srcdir/PyBluez-$pkgver
-  python2 setup.py install --root=$pkgdir
-  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
-}

Copied: python2-pybluez/repos/community-x86_64/PKGBUILD (from rev 105560, 
python2-pybluez/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-10 11:18:52 UTC (rev 105561)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 66132 2012-02-23 01:40:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: cs-cam - me.at.camdaniel.com
+
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.20
+pkgrel=1
+pkgdesc=Python wrapper for the BlueZ Bluetooth stack
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/pybluez/;
+license=('GPL')
+makedepends=('python' 'python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
+md5sums=('1e7fad332d50f089bbce69070c877ef6')
+
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
+  cd 

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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:18:37
  Author: spupykin
Revision: 105560

upgpkg: python-pybluez 0.20-1

upd

Modified:
  python2-pybluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 11:18:34 UTC (rev 105559)
+++ PKGBUILD2014-02-10 11:18:37 UTC (rev 105560)
@@ -2,22 +2,30 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: cs-cam - me.at.camdaniel.com
 
-pkgname=python2-pybluez
-pkgver=0.18
-pkgrel=6
+pkgbase=python-pybluez
+pkgname=(python-pybluez python2-pybluez)
+pkgver=0.20
+pkgrel=1
 pkgdesc=Python wrapper for the BlueZ Bluetooth stack
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/pybluez/;
 license=('GPL')
-provides=('pybluez')
-conflicts=('pybluez')
-replaces=('pybluez')
-depends=('python2' 'bluez-libs')
-source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
-md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
+makedepends=('python' 'python2' 'bluez-libs')
+source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.zip)
+md5sums=('1e7fad332d50f089bbce69070c877ef6')
 
-package() {
+package_python-pybluez() {
+  depends=('python' 'bluez-libs')
+
   cd $srcdir/PyBluez-$pkgver
+  python setup.py install --root=$pkgdir
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python3.3/site-packages/_bluetooth.so
+}
+
+package_python2-pybluez() {
+  depends=('python2' 'bluez-libs')
+
+  cd $srcdir/PyBluez-$pkgver
   python2 setup.py install --root=$pkgdir
-  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
+#  ln -s bluetooth/_bluetooth.so 
$pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
 }



[arch-commits] Commit in (python-pybluez)

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:28:09
  Author: spupykin
Revision: 105562

Deleted:
  python-pybluez/



[arch-commits] Commit in (python-pybluez python2-pybluez)

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:28:16
  Author: spupykin
Revision: 105563

Added:
  python-pybluez/
Deleted:
  python2-pybluez/



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 12:59:57
  Author: spupykin
Revision: 105564

upgpkg: libvirt 1.2.1-3

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 11:28:16 UTC (rev 105563)
+++ PKGBUILD2014-02-10 11:59:57 UTC (rev 105564)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -33,12 +33,19 @@
 source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
libvirtd.conf.d
libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
+   libvirt.tmpfiles.d
+   
FS#38546.patch::http://libvirt.org/git/?p=libvirt.git;a=commitdiff_plain;h=7f0fd427413fe04963b1bcb158cf70e980ad1842;)
 md5sums=('cce374220f67895afb6331bd2ddedbfd'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f')
+ '020971887442ebbf1b6949e031c8dd3f'
+ 'f579805e75956d32992c6934346ee740')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/FS#38546.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
 



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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:01:04
  Author: heftig
Revision: 205803

3.10.4

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 11:01:54 UTC (rev 205802)
+++ PKGBUILD2014-02-10 12:01:04 UTC (rev 205803)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.10.3
+pkgver=3.10.4
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=(i686 x86_64)
@@ -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:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ad4b37215c361134a14aa1598d5c038327f897b7d9dbc750cab3d58d5c922f4c')
+sha256sums=('ac60557f264f211e6a7bc0ced919041c154e4c7b9c79600516aee7acc1d03e40')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 13:00:31
  Author: spupykin
Revision: 105566

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

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

-+
 /PKGBUILD   |  182 ++
 /libvirt.install|   30 
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 +++
 /libvirtd.conf.d|6 
 community-i686/PKGBUILD |   83 -
 community-i686/libvirt.install  |   15 --
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |   83 -
 community-x86_64/libvirt.install|   15 --
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 248 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 12:00:11 UTC (rev 105565)
+++ community-i686/PKGBUILD 2014-02-10 12:00:31 UTC (rev 105566)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'audit' 'numactl')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables')
-options=('emptydirs')
-backup=('etc/conf.d/libvirtd'
-   'etc/conf.d/libvirt-guests'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/sasl2/libvirt.conf')
-install=libvirt.install
-source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
-   libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
-md5sums=('cce374220f67895afb6331bd2ddedbfd'
- '3ed0e24f5b5e25bf553f5427d64915e6'
- '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  export PYTHON=`which python2`
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  export LDFLAGS=-lX11
-  export RADVD=/usr/bin/radvd
-  [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/$pkgname 
--sbindir=/usr/bin \
-   --with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
-   --with-init-script=systemd --with-audit \
-   --with-qemu-user=nobody --with-qemu-group=nobody 

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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:26:47
  Author: heftig
Revision: 205804

3.10.4

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:01:04 UTC (rev 205803)
+++ PKGBUILD2014-02-10 12:26:47 UTC (rev 205804)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.10.3
+pkgver=3.10.4
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('485951935014fbf7d092b318cee3131c442b959f3ed2163932bfb11fdc15c6e9')
+sha256sums=('b46d17ad4fce5fab1d4645dfe69ef47ee0e88178c6fa6fb945b861ce64aa821a')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:27:15
  Author: heftig
Revision: 205805

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 205804, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 205804, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 205804, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 205804, 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  |   62 +++
 /evolution-data-server.install |   22 +
 extra-i686/PKGBUILD|   31 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 12:26:47 UTC (rev 205804)
+++ extra-i686/PKGBUILD 2014-02-10 12:27:15 UTC (rev 205805)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.10.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)
-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=('41af5c658255230de47423fad73f19bfab15b9e0df80141b13f66b55bf295bd2')
-
-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
-  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 205804, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 12:27:15 UTC (rev 205805)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.10.4
+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)
+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=('5c2d5e19af19ecfa81f31306411ab6155c3c62cf407d5a5aaa675a8ce940fa2d')
+
+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
+  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.install2014-02-10 12:26:47 UTC (rev 
205804)
+++ extra-i686/evolution-data-server.install2014-02-10 12:27:15 UTC (rev 
205805)
@@ -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 205804, evolution-data-server/trunk/evolution-data-server.install)

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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:27:30
  Author: heftig
Revision: 205806

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

Added:
  evolution/repos/extra-i686/PKGBUILD
(from rev 205805, evolution/trunk/PKGBUILD)
  evolution/repos/extra-i686/evolution.install
(from rev 205805, evolution/trunk/evolution.install)
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 205805, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 205805, 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 2014-02-10 12:27:15 UTC (rev 205805)
+++ extra-i686/PKGBUILD 2014-02-10 12:27:30 UTC (rev 205806)
@@ -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.10.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=('!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ad4b37215c361134a14aa1598d5c038327f897b7d9dbc750cab3d58d5c922f4c')
-
-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 205805, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 12:27:30 UTC (rev 205806)
@@ -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.10.4
+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=('!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ac60557f264f211e6a7bc0ced919041c154e4c7b9c79600516aee7acc1d03e40')
+
+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)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:27:43
  Author: heftig
Revision: 205807

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 205806, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 205806, 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 2014-02-10 12:27:30 UTC (rev 205806)
+++ extra-i686/PKGBUILD 2014-02-10 12:27:43 UTC (rev 205807)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.10.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' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('485951935014fbf7d092b318cee3131c442b959f3ed2163932bfb11fdc15c6e9')
-
-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 205806, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 12:27:43 UTC (rev 205807)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.10.4
+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' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b46d17ad4fce5fab1d4645dfe69ef47ee0e88178c6fa6fb945b861ce64aa821a')
+
+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   2014-02-10 12:27:30 UTC (rev 205806)
+++ extra-x86_64/PKGBUILD   2014-02-10 12:27:43 UTC (rev 205807)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.10.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' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('485951935014fbf7d092b318cee3131c442b959f3ed2163932bfb11fdc15c6e9')
-
-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 205806, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-10 12:27:43 UTC (rev 205807)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.10.4
+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' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b46d17ad4fce5fab1d4645dfe69ef47ee0e88178c6fa6fb945b861ce64aa821a')
+
+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
+}



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 13:35:57
  Author: spupykin
Revision: 105567

upgpkg: viewnior 1.4-1

upd

Modified:
  viewnior/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:00:31 UTC (rev 105566)
+++ PKGBUILD2014-02-10 12:35:57 UTC (rev 105567)
@@ -4,7 +4,7 @@
 # Maintainer: M Rawash mraw...@gmail.com
 
 pkgname=viewnior
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc=A simple, fast and elegant image viewer program
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 url=http://xsisqox.github.com/Viewnior/;
 license=('GPL3')
 depends=('gtk2=2.12')
-makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1')
+makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1' 'exiv2')
 install=viewnior.install
-source=(http://cloud.github.com/downloads/xsisqox/Viewnior/$pkgname-$pkgver.tar.gz)
-md5sums=('273c379933ae3e74ad414fde00198695')
+source=(https://www.dropbox.com/s/zytq0suabesv933/viewnior-$pkgver.tar.gz)
+md5sums=('13d7cb3381522161b32de9b70dd989b8')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 13:36:13
  Author: spupykin
Revision: 105568

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

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

---+
 /PKGBUILD |   56 
 /viewnior.install |   26 
 community-i686/PKGBUILD   |   24 ---
 community-i686/viewnior.install   |   13 
 community-x86_64/PKGBUILD |   24 ---
 community-x86_64/viewnior.install |   13 
 6 files changed, 82 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 12:35:57 UTC (rev 105567)
+++ community-i686/PKGBUILD 2014-02-10 12:36:13 UTC (rev 105568)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-# Maintainer: M Rawash mraw...@gmail.com
-
-pkgname=viewnior
-pkgver=1.3
-pkgrel=1
-pkgdesc=A simple, fast and elegant image viewer program
-arch=('i686' 'x86_64')
-url=http://xsisqox.github.com/Viewnior/;
-license=('GPL3')
-depends=('gtk2=2.12')
-makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1')
-install=viewnior.install
-source=(http://cloud.github.com/downloads/xsisqox/Viewnior/$pkgname-$pkgver.tar.gz)
-md5sums=('273c379933ae3e74ad414fde00198695')
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS=-lm ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: viewnior/repos/community-i686/PKGBUILD (from rev 105567, 
viewnior/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 12:36:13 UTC (rev 105568)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Maintainer: M Rawash mraw...@gmail.com
+
+pkgname=viewnior
+pkgver=1.4
+pkgrel=1
+pkgdesc=A simple, fast and elegant image viewer program
+arch=('i686' 'x86_64')
+url=http://xsisqox.github.com/Viewnior/;
+license=('GPL3')
+depends=('gtk2=2.12')
+makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1' 'exiv2')
+install=viewnior.install
+source=(https://www.dropbox.com/s/zytq0suabesv933/viewnior-$pkgver.tar.gz)
+md5sums=('13d7cb3381522161b32de9b70dd989b8')
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS=-lm ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/viewnior.install
===
--- community-i686/viewnior.install 2014-02-10 12:35:57 UTC (rev 105567)
+++ community-i686/viewnior.install 2014-02-10 12:36:13 UTC (rev 105568)
@@ -1,13 +0,0 @@
-post_install() {
-   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
-   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
-   /bin/true
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}

Copied: viewnior/repos/community-i686/viewnior.install (from rev 105567, 
viewnior/trunk/viewnior.install)
===
--- community-i686/viewnior.install (rev 0)
+++ community-i686/viewnior.install 2014-02-10 12:36:13 UTC (rev 105568)
@@ -0,0 +1,13 @@
+post_install() {
+   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
+   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-10 12:35:57 UTC (rev 105567)
+++ community-x86_64/PKGBUILD   2014-02-10 12:36:13 UTC (rev 105568)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-# Maintainer: M Rawash mraw...@gmail.com
-
-pkgname=viewnior
-pkgver=1.3
-pkgrel=1
-pkgdesc=A simple, fast and elegant image viewer 

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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 13:39:30
  Author: spupykin
Revision: 105569

upgpkg: poedit 1.6.3-2

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:36:13 UTC (rev 105568)
+++ PKGBUILD2014-02-10 12:39:30 UTC (rev 105569)
@@ -6,7 +6,7 @@
 
 pkgname=poedit
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;
@@ -20,6 +20,7 @@
 prepare() {
 cd ${srcdir}/${pkgname}-${pkgver}
 sed -i 's|Wx/filename.h|wx/filename.h|' src/tm/transmem.cpp
+sed -i 's|libexec/poedit|lib/poedit/poedit|g' src/tm/tm_migrate.cpp
 }
 
 build() {



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 13:39:42
  Author: spupykin
Revision: 105570

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

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

-+
 /PKGBUILD   |   72 ++
 /poedit.install |   24 
 community-i686/PKGBUILD |   35 --
 community-i686/poedit.install   |   12 --
 community-x86_64/PKGBUILD   |   35 --
 community-x86_64/poedit.install |   12 --
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 12:39:30 UTC (rev 105569)
+++ community-i686/PKGBUILD 2014-02-10 12:39:42 UTC (rev 105570)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=poedit
-pkgver=1.6.3
-pkgrel=1
-pkgdesc=Cross-platform gettext catalogs (.po files) editor
-arch=('i686' 'x86_64')
-url=http://www.poedit.net/;
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++')
-makedepends=('boost' 'libsm')
-install=poedit.install
-source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-md5sums=('f58be3cee666d3c586a85c26abba7816')
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's|Wx/filename.h|wx/filename.h|' src/tm/transmem.cpp
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 105569, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 12:39:42 UTC (rev 105570)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.6.3
+pkgrel=2
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++')
+makedepends=('boost' 'libsm')
+install=poedit.install
+source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+md5sums=('f58be3cee666d3c586a85c26abba7816')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's|Wx/filename.h|wx/filename.h|' src/tm/transmem.cpp
+sed -i 's|libexec/poedit|lib/poedit/poedit|g' src/tm/tm_migrate.cpp
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2014-02-10 12:39:30 UTC (rev 105569)
+++ community-i686/poedit.install   2014-02-10 12:39:42 UTC (rev 105570)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 105569, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2014-02-10 12:39:42 UTC (rev 105570)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-10 12:39:30 UTC (rev 105569)
+++ 

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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:47:07
  Author: heftig
Revision: 205808

1.2.3

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:27:43 UTC (rev 205807)
+++ PKGBUILD2014-02-10 12:47:07 UTC (rev 205808)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('b9f12137ab663edc6c37429b38ca7911074b9c2a829267fe855d4e57d916a0b6')
+sha256sums=('0f9a9817a384b3448c368c23345e5122435caef9c00f1c40d7b1953827b0d8eb')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:52:02
  Author: heftig
Revision: 205809

1.2.3

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:47:07 UTC (rev 205808)
+++ PKGBUILD2014-02-10 12:52:02 UTC (rev 205809)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Base Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url=http://gstreamer.freedesktop.org/;
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('fa90cf21eac0a77f9393100356aef99ae42072c31dc218d3ae2e7f86cd5ced69')
+sha256sums=('61edec35c270f86928bad434bd059da4efff865d1ef01bcc64ecbd903625dae1')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 13:53:17
  Author: heftig
Revision: 205810

1.2.3

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:52:02 UTC (rev 205809)
+++ PKGBUILD2014-02-10 12:53:17 UTC (rev 205810)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Good Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
+sha256sums=('bfb33536a515bdcc34482f64b8d9cc3e47c753878b254923b419bc2f7485e470')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 13:54:47
  Author: spupykin
Revision: 105571

Added:
  gnurl/
  gnurl/repos/
  gnurl/trunk/
  gnurl/trunk/PKGBUILD

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

Added: gnurl/trunk/PKGBUILD
===
--- gnurl/trunk/PKGBUILD(rev 0)
+++ gnurl/trunk/PKGBUILD2014-02-10 12:54:47 UTC (rev 105571)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=gnurl
+pkgver=7.34.0
+pkgrel=1
+pkgdesc=fork of libcurl, which is mostly for GNUnet
+arch=(i686 x86_64)
+url=https://gnunet.org/gnurl;
+license=('MIT')
+depends=()
+makedepends=()
+source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
+md5sums=('c9b0faf03b9286aace01fefb62069088')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: gnurl/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:07:22
  Author: heftig
Revision: 205811

1.2.3

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:53:17 UTC (rev 205810)
+++ PKGBUILD2014-02-10 13:07:22 UTC (rev 205811)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-bad
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -13,7 +13,7 @@
  'gobject-introspection' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
+sha256sums=('595d7911a9e6207dea37200587724bdbf841b81a5eb0730118be36976684278c')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:07:45
  Author: heftig
Revision: 205812

1.2.3

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 13:07:22 UTC (rev 205811)
+++ PKGBUILD2014-02-10 13:07:45 UTC (rev 205812)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-ugly
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.3
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 makedepends=('python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
+sha256sums=('537b0a7607eee499026388bb705b5b68985a3fd59fe22ee09accaf8cdf57eb3b')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:11:33
  Author: heftig
Revision: 205813

1.2.3

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 13:07:45 UTC (rev 205812)
+++ PKGBUILD2014-02-10 13:11:33 UTC (rev 205813)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-libav
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc=Gstreamer libav Plugin
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 provides=(gst-ffmpeg=$pkgver-$pkgrel)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('585eb7971006100ad771a852e07bd2f3e23bcc6eb0b1253a40b5a0e40e4e7418')
+sha256sums=('ebc7fbe10955f40df6ccc4bf689075e7e296205fc7ecd8ff383d43c5cdf5bcd6')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:11:48
  Author: heftig
Revision: 205814

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 13:11:33 UTC (rev 205813)
+++ extra-i686/PKGBUILD 2014-02-10 13:11:48 UTC (rev 205814)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('b9f12137ab663edc6c37429b38ca7911074b9c2a829267fe855d4e57d916a0b6')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 205813, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 13:11:48 UTC (rev 205814)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('0f9a9817a384b3448c368c23345e5122435caef9c00f1c40d7b1953827b0d8eb')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 13:11:33 UTC (rev 205813)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:11:48 UTC (rev 205814)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('b9f12137ab663edc6c37429b38ca7911074b9c2a829267fe855d4e57d916a0b6')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 205813, 
gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:11:48 UTC (rev 205814)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan 

[arch-commits] Commit in gst-plugins-base/repos (4 files)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:12:18
  Author: heftig
Revision: 205815

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 205814, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 205814, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 13:11:48 UTC (rev 205814)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:18 UTC (rev 205815)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Base Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
-options=(!emptydirs)
-url=http://gstreamer.freedesktop.org/;
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('fa90cf21eac0a77f9393100356aef99ae42072c31dc218d3ae2e7f86cd5ced69')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Base Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
-  depends=('gstreamer' 'orc' 'libxv')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-package_gst-plugins-base() {
-  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
-
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR=${pkgdir} install
-  make -C ext DESTDIR=${pkgdir} install
-  make -C gst-libs DESTDIR=${pkgdir} uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 205814, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:18 UTC (rev 205815)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Base Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
+options=(!emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('61edec35c270f86928bad434bd059da4efff865d1ef01bcc64ecbd903625dae1')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_gst-plugins-base() {
+  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 13:11:48 UTC (rev 205814)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:12:18 UTC (rev 205815)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 

[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:12:46
  Author: heftig
Revision: 205817

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 205816, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 205816, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 13:12:32 UTC (rev 205816)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:46 UTC (rev 205817)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.2.2
-pkgrel=3
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Bad Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---with-gtk=3.0
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 205816, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:46 UTC (rev 205817)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('595d7911a9e6207dea37200587724bdbf841b81a5eb0730118be36976684278c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 13:12:32 UTC (rev 205816)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:12:46 UTC (rev 205817)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.2.2
-pkgrel=3
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:12:32
  Author: heftig
Revision: 205816

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 205815, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 205815, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 13:12:18 UTC (rev 205815)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:32 UTC (rev 205816)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Good Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 205815, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:32 UTC (rev 205816)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('bfb33536a515bdcc34482f64b8d9cc3e47c753878b254923b419bc2f7485e470')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Good Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 13:12:18 UTC (rev 205815)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:12:32 UTC (rev 205816)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:12:59
  Author: heftig
Revision: 205818

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 205817, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 205817, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 13:12:46 UTC (rev 205817)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:59 UTC (rev 205818)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.2.2
-pkgrel=3
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-makedepends=('python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Ugly Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 205817, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 13:12:59 UTC (rev 205818)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+makedepends=('python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('537b0a7607eee499026388bb705b5b68985a3fd59fe22ee09accaf8cdf57eb3b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Ugly Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 13:12:46 UTC (rev 205817)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:12:59 UTC (rev 205818)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.2.2
-pkgrel=3
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-makedepends=('python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('4b6aac272a5be0d68f365ef6fba0f829fc5c1d1d601bb4dd9e85f5289b2b56c3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Ugly Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 205817, 
gst-plugins-ugly/trunk/PKGBUILD)

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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 14:13:12
  Author: heftig
Revision: 205819

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 205818, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 205818, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 13:12:59 UTC (rev 205818)
+++ extra-i686/PKGBUILD 2014-02-10 13:13:12 UTC (rev 205819)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('yasm' 'python')
-options=(!emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('585eb7971006100ad771a852e07bd2f3e23bcc6eb0b1253a40b5a0e40e4e7418')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 205818, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 13:13:12 UTC (rev 205819)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('yasm' 'python')
+options=(!emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebc7fbe10955f40df6ccc4bf689075e7e296205fc7ecd8ff383d43c5cdf5bcd6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
+--with-package-name=GStreamer libav Plugin (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 13:12:59 UTC (rev 205818)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:13:12 UTC (rev 205819)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('yasm' 'python')
-options=(!emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('585eb7971006100ad771a852e07bd2f3e23bcc6eb0b1253a40b5a0e40e4e7418')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 205818, 
gst-libav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-10 13:13:12 UTC (rev 205819)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.2.3

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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 14:31:04
  Author: spupykin
Revision: 105572

upgpkg: darktable 1.4.1-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 12:54:47 UTC (rev 105571)
+++ PKGBUILD2014-02-10 13:31:04 UTC (rev 105572)
@@ -4,9 +4,9 @@
 # Contributor: Johannes Hanika hanatos at gmail dot com
 
 pkgname=darktable
-pkgver=1.4
+pkgver=1.4.1
 _pkgver=1.4
-pkgrel=3
+pkgrel=1
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -17,16 +17,9 @@
 makedepends=('intltool=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')
 install=darktable.install
-source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz
-   
https://github.com/darktable-org/darktable/commit/74dbfa3b24bcc216ec91e12551b6b434e4a43a22.diff)
-md5sums=('896416931ded4579f528cd11edad470c'
- 'f959e371f8648eeef8ad6dd6e1403d29')
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('78252618bb7b1df30109ef5484d46f3c')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/74dbfa3b24bcc216ec91e12551b6b434e4a43a22.diff
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
   mkdir -p build



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 14:31:16
  Author: spupykin
Revision: 105573

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

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

+
 /PKGBUILD  |   86 +++
 /darktable.install |   22 
 community-i686/PKGBUILD|   50 
 community-i686/darktable.install   |   11 
 community-x86_64/PKGBUILD  |   50 
 community-x86_64/darktable.install |   11 
 6 files changed, 108 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 13:31:04 UTC (rev 105572)
+++ community-i686/PKGBUILD 2014-02-10 13:31:16 UTC (rev 105573)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Christian Himpel chressie at gmail dot com
-# Contributor: Johannes Hanika hanatos at gmail dot com
-
-pkgname=darktable
-pkgver=1.4
-_pkgver=1.4
-pkgrel=3
-pkgdesc=Utility to organize and develop raw images
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz
-   
https://github.com/darktable-org/darktable/commit/74dbfa3b24bcc216ec91e12551b6b434e4a43a22.diff)
-md5sums=('896416931ded4579f528cd11edad470c'
- 'f959e371f8648eeef8ad6dd6e1403d29')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/74dbfa3b24bcc216ec91e12551b6b434e4a43a22.diff
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 105572, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 13:31:16 UTC (rev 105573)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.4.1
+_pkgver=1.4
+pkgrel=1
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('78252618bb7b1df30109ef5484d46f3c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2014-02-10 13:31:04 UTC (rev 105572)
+++ community-i686/darktable.install2014-02-10 13:31:16 

[arch-commits] Commit in (5 files)

2014-02-10 Thread Martin Wimpress
Date: Monday, February 10, 2014 @ 14:46:41
  Author: flexiondotorg
Revision: 105574

Added mate-color-manager

Added:
  mate-color-manager/
  mate-color-manager/repos/
  mate-color-manager/trunk/
  mate-color-manager/trunk/PKGBUILD
  mate-color-manager/trunk/mate-color-manager.install

+
 PKGBUILD   |   46 +++
 mate-color-manager.install |   13 
 2 files changed, 59 insertions(+)

Added: mate-color-manager/trunk/PKGBUILD
===
--- mate-color-manager/trunk/PKGBUILD   (rev 0)
+++ mate-color-manager/trunk/PKGBUILD   2014-02-10 13:46:41 UTC (rev 105574)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-color-manager
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=Color management application for MATE.
+url=https://github.com/NiceandGently/${pkgname};
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 
'libcups' 'libexif' 'libnotify' 'libtiff'
+ 'libunique' 'mate-desktop' 'sane' 'vte')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;
+
https://github.com/NiceandGently/mate-color-manager/commit/cb80f549af83a703243eae4afad841d564743afb.diff;)
+sha1sums=('6a8d18a3a7e3fb22e03cd319556575b9482c6f04'
+  '283c767591956206f5c7229ee1eff86faea253c0')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Get udevrulesdir from pkg-config 
+patch -Np1 -i  ${srcdir}/cb80f549af83a703243eae4afad841d564743afb.diff
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+
+#Work around a problem where the .sgml fail to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


Property changes on: mate-color-manager/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-color-manager/trunk/mate-color-manager.install
===
--- mate-color-manager/trunk/mate-color-manager.install 
(rev 0)
+++ mate-color-manager/trunk/mate-color-manager.install 2014-02-10 13:46:41 UTC 
(rev 105574)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 14:47:42
  Author: spupykin
Revision: 105575

upgpkg: gnunet 0.10.0-2

upd

Modified:
  gnunet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 13:46:41 UTC (rev 105574)
+++ PKGBUILD2014-02-10 13:47:42 UTC (rev 105575)
@@ -4,14 +4,19 @@
 
 pkgname=gnunet
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A framework for secure peer-to-peer networking
 arch=('i686' 'x86_64')
 url=http://gnunet.org;
 license=('GPL')
-depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'curl'
+depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite' 'gnurl'
 'libmicrohttpd' 'libunistring' 'libidn')
-makedepends=('gettext' 'pkgconfig')
+makedepends=('gettext' 'pkgconfig'
+'bluez-libs' 'python' 'glpk' 'libpulse')
+optdepends=('bluez-libs'
+   'python'
+   'glpk'
+   'libpulse')
 backup=(etc/gnunetd.conf)
 options=('!makeflags')
 install=gnunet.install



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 14:48:00
  Author: spupykin
Revision: 105576

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

Added:
  gnunet/repos/community-i686/PKGBUILD
(from rev 105575, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-i686/defaults.conf
(from rev 105575, gnunet/trunk/defaults.conf)
  gnunet/repos/community-i686/gnunet.install
(from rev 105575, gnunet/trunk/gnunet.install)
  gnunet/repos/community-i686/gnunet.service
(from rev 105575, gnunet/trunk/gnunet.service)
  gnunet/repos/community-x86_64/PKGBUILD
(from rev 105575, gnunet/trunk/PKGBUILD)
  gnunet/repos/community-x86_64/defaults.conf
(from rev 105575, gnunet/trunk/defaults.conf)
  gnunet/repos/community-x86_64/gnunet.install
(from rev 105575, gnunet/trunk/gnunet.install)
  gnunet/repos/community-x86_64/gnunet.service
(from rev 105575, gnunet/trunk/gnunet.service)
Deleted:
  gnunet/repos/community-i686/PKGBUILD
  gnunet/repos/community-i686/defaults.conf
  gnunet/repos/community-i686/gnunet.install
  gnunet/repos/community-i686/gnunet.service
  gnunet/repos/community-x86_64/PKGBUILD
  gnunet/repos/community-x86_64/defaults.conf
  gnunet/repos/community-x86_64/gnunet.install
  gnunet/repos/community-x86_64/gnunet.service

-+
 /PKGBUILD   |   86 +++
 /defaults.conf  |  966 ++
 /gnunet.install |   14 
 /gnunet.service |   20 
 community-i686/PKGBUILD |   38 -
 community-i686/defaults.conf|  483 ---
 community-i686/gnunet.install   |7 
 community-i686/gnunet.service   |   10 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/defaults.conf  |  483 ---
 community-x86_64/gnunet.install |7 
 community-x86_64/gnunet.service |   10 
 12 files changed, 1086 insertions(+), 1076 deletions(-)

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


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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 14:48:16
  Author: spupykin
Revision: 105578

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

Added:
  gnurl/repos/community-i686/
  gnurl/repos/community-i686/PKGBUILD
(from rev 105577, gnurl/trunk/PKGBUILD)
  gnurl/repos/community-x86_64/
  gnurl/repos/community-x86_64/PKGBUILD
(from rev 105577, gnurl/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   45 
 community-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: gnurl/repos/community-i686/PKGBUILD (from rev 105577, 
gnurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 13:48:16 UTC (rev 105578)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=gnurl
+pkgver=7.34.0
+pkgrel=1
+pkgdesc=fork of libcurl, which is mostly for GNUnet
+arch=(i686 x86_64)
+url=https://gnunet.org/gnurl;
+license=('MIT')
+depends=()
+makedepends=()
+source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
+md5sums=('c9b0faf03b9286aace01fefb62069088')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  rm -rf $pkgdir/usr/share/man \
+$pkgdir/usr/bin/curl \
+$pkgdir/usr/share/aclocal
+  mkdir -p $pkgdir/usr/include/gnurl
+  mv $pkgdir/usr/include/curl $pkgdir/usr/include/gnurl/curl
+  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
$pkgdir/usr/lib/pkgconfig/libgnurl.pc
+}

Copied: gnurl/repos/community-x86_64/PKGBUILD (from rev 105577, 
gnurl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-10 13:48:16 UTC (rev 105578)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=gnurl
+pkgver=7.34.0
+pkgrel=1
+pkgdesc=fork of libcurl, which is mostly for GNUnet
+arch=(i686 x86_64)
+url=https://gnunet.org/gnurl;
+license=('MIT')
+depends=()
+makedepends=()
+source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
+md5sums=('c9b0faf03b9286aace01fefb62069088')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  rm -rf $pkgdir/usr/share/man \
+$pkgdir/usr/bin/curl \
+$pkgdir/usr/share/aclocal
+  mkdir -p $pkgdir/usr/include/gnurl
+  mv $pkgdir/usr/include/curl $pkgdir/usr/include/gnurl/curl
+  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
$pkgdir/usr/lib/pkgconfig/libgnurl.pc
+}



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 14:48:04
  Author: spupykin
Revision: 105577

upgpkg: gnurl 7.34.0-1

upd

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 13:48:00 UTC (rev 105576)
+++ PKGBUILD2014-02-10 13:48:04 UTC (rev 105577)
@@ -35,4 +35,11 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  rm -rf $pkgdir/usr/share/man \
+$pkgdir/usr/bin/curl \
+$pkgdir/usr/share/aclocal
+  mkdir -p $pkgdir/usr/include/gnurl
+  mv $pkgdir/usr/include/curl $pkgdir/usr/include/gnurl/curl
+  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
$pkgdir/usr/lib/pkgconfig/libgnurl.pc
 }



[arch-commits] Commit in mate-color-manager/repos (6 files)

2014-02-10 Thread Martin Wimpress
Date: Monday, February 10, 2014 @ 14:50:05
  Author: flexiondotorg
Revision: 105579

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

Added:
  mate-color-manager/repos/community-i686/
  mate-color-manager/repos/community-i686/PKGBUILD
(from rev 105578, mate-color-manager/trunk/PKGBUILD)
  mate-color-manager/repos/community-i686/mate-color-manager.install
(from rev 105578, mate-color-manager/trunk/mate-color-manager.install)
  mate-color-manager/repos/community-x86_64/
  mate-color-manager/repos/community-x86_64/PKGBUILD
(from rev 105578, mate-color-manager/trunk/PKGBUILD)
  mate-color-manager/repos/community-x86_64/mate-color-manager.install
(from rev 105578, mate-color-manager/trunk/mate-color-manager.install)

-+
 community-i686/PKGBUILD |   46 ++
 community-i686/mate-color-manager.install   |   13 +++
 community-x86_64/PKGBUILD   |   46 ++
 community-x86_64/mate-color-manager.install |   13 +++
 4 files changed, 118 insertions(+)

Copied: mate-color-manager/repos/community-i686/PKGBUILD (from rev 105578, 
mate-color-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 13:50:05 UTC (rev 105579)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-color-manager
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=Color management application for MATE.
+url=https://github.com/NiceandGently/${pkgname};
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 
'libcups' 'libexif' 'libnotify' 'libtiff'
+ 'libunique' 'mate-desktop' 'sane' 'vte')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;
+
https://github.com/NiceandGently/mate-color-manager/commit/cb80f549af83a703243eae4afad841d564743afb.diff;)
+sha1sums=('6a8d18a3a7e3fb22e03cd319556575b9482c6f04'
+  '283c767591956206f5c7229ee1eff86faea253c0')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Get udevrulesdir from pkg-config 
+patch -Np1 -i  ${srcdir}/cb80f549af83a703243eae4afad841d564743afb.diff
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static \
+--disable-scrollkeeper
+
+#Work around a problem where the .sgml fail to parse.
+sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-color-manager/repos/community-i686/mate-color-manager.install 
(from rev 105578, mate-color-manager/trunk/mate-color-manager.install)
===
--- community-i686/mate-color-manager.install   (rev 0)
+++ community-i686/mate-color-manager.install   2014-02-10 13:50:05 UTC (rev 
105579)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-color-manager/repos/community-x86_64/PKGBUILD (from rev 105578, 
mate-color-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-10 13:50:05 UTC (rev 105579)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-color-manager
+pkgver=1.6.1
+pkgrel=3
+pkgdesc=Color management application for MATE.
+url=https://github.com/NiceandGently/${pkgname};
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 
'libcups' 'libexif' 'libnotify' 'libtiff'
+ 'libunique' 'mate-desktop' 'sane' 'vte')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=(https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;
+
https://github.com/NiceandGently/mate-color-manager/commit/cb80f549af83a703243eae4afad841d564743afb.diff;)
+sha1sums=('6a8d18a3a7e3fb22e03cd319556575b9482c6f04'
+  '283c767591956206f5c7229ee1eff86faea253c0')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+# Get udevrulesdir from pkg-config 
+patch -Np1 -i  ${srcdir}/cb80f549af83a703243eae4afad841d564743afb.diff
+NOCONFIGURE=1 

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

2014-02-10 Thread Kyle Keen
Date: Monday, February 10, 2014 @ 15:27:45
  Author: kkeen
Revision: 105580

upgpkg: seamonkey 2.24-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 13:50:05 UTC (rev 105579)
+++ PKGBUILD2014-02-10 14:27:45 UTC (rev 105580)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen keen...@gmail.com
 
 pkgname=seamonkey
-pkgver=2.23
+pkgver=2.24
 pkgrel=1
 pkgdesc=SeaMonkey internet suite
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
 mozconfig
 seamonkey-2.0-lang.patch)
-md5sums=('74116d6a9b646fab7b8995f6c3339be0'
+md5sums=('0701b837378b4d2eb7ca08ef43f9fc66'
  '925c96ed78ac587ac90d2922bcbb'
  '25b6fe16ac24cd5c852213e5c1adb272')
 
@@ -66,3 +66,4 @@
 }
 
 
+



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

2014-02-10 Thread Maxime Gauduin
Date: Monday, February 10, 2014 @ 15:29:16
  Author: alucryd
Revision: 105583

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   67 ++---
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 14:29:08 UTC (rev 105582)
+++ PKGBUILD2014-02-10 14:29:16 UTC (rev 105583)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=python2-musicbrainzngs
-pkgver=0.5
-pkgrel=1
-pkgdesc='Bindings for the MusicBrainz NGS service'
-arch=('any')
-url=https://github.com/alastair/${pkgname/2/};
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(${pkgname/2/}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha256sums=('ea84abc60fcb5152418dd49e8fdecf3e68759304a71bef422c3b1376886c5b7a')
-
-build() {
-  cd ${pkgname/2/}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname/2/}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/{docs,examples,test}
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}COPYING
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-musicbrainzngs/repos/community-any/PKGBUILD (from rev 105582, 
python2-musicbrainzngs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 14:29:16 UTC (rev 105583)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=python2-musicbrainzngs
+pkgver=0.5
+pkgrel=2
+pkgdesc='Bindings for the MusicBrainz NGS service'
+arch=('any')
+url=https://github.com/alastair/${pkgname/2/};
+license=('BSD')
+depends=('python2')
+source=(${pkgname/2/}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
+sha256sums=('ea84abc60fcb5152418dd49e8fdecf3e68759304a71bef422c3b1376886c5b7a')
+
+build() {
+  cd ${pkgname/2/}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname/2/}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/{docs,examples,test}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}COPYING
+}
+
+# vim: ts=2 sw=2 et:



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

2014-02-10 Thread Maxime Gauduin
Date: Monday, February 10, 2014 @ 15:29:08
  Author: alucryd
Revision: 105582

upgpkg: python2-musicbrainzngs 0.5-2

Modified:
  python2-musicbrainzngs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 14:29:02 UTC (rev 105581)
+++ PKGBUILD2014-02-10 14:29:08 UTC (rev 105582)
@@ -4,13 +4,12 @@
 
 pkgname=python2-musicbrainzngs
 pkgver=0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Bindings for the MusicBrainz NGS service'
 arch=('any')
 url=https://github.com/alastair/${pkgname/2/};
 license=('BSD')
 depends=('python2')
-makedepends=('python2-setuptools')
 source=(${pkgname/2/}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
 sha256sums=('ea84abc60fcb5152418dd49e8fdecf3e68759304a71bef422c3b1376886c5b7a')
 



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

2014-02-10 Thread Kyle Keen
Date: Monday, February 10, 2014 @ 15:29:02
  Author: kkeen
Revision: 105581

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 105580, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 105580, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 105580, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 105580, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 105580, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 105580, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 105580, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 105580, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  138 
 /mozconfig|   72 ++
 /seamonkey-2.0-lang.patch |   22 
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   68 -
 community-i686/mozconfig  |   36 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 --
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   68 -
 community-x86_64/mozconfig|   36 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 --
 community-x86_64/seamonkey.install|   12 --
 12 files changed, 256 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 14:27:45 UTC (rev 105580)
+++ community-i686/PKGBUILD 2014-02-10 14:29:02 UTC (rev 105581)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.23
-pkgrel=1
-pkgdesc=SeaMonkey internet suite
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey-2.0-lang.patch)
-md5sums=('74116d6a9b646fab7b8995f6c3339be0'
- '925c96ed78ac587ac90d2922bcbb'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-  -i suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-}
-
-build() {
-  cd comm-release
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-  unset CPPFLAGS
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell $pkgdir/usr/lib/seamonkey-$pkgver/dictionaries
-  ln -s /usr/share/hyphen $pkgdir/usr/lib/seamonkey-$pkgver/hyphenation
-
-  install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
-$pkgdir/usr/share/pixmaps/seamonkey.png
-
-  install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
-$pkgdir/usr/share/applications/seamonkey.desktop
-  sed -i 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey internet suite/' \
-$pkgdir/usr/share/applications/seamonkey.desktop
-  sed -i 's/@MOZ_APP_NAME@/seamonkey/' 
$pkgdir/usr/share/applications/seamonkey.desktop
-
-  rm -f $pkgdir/usr/lib/pkgconfig/seamonkey-ns{s,pr}.pc
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}
-
-

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 105580, 
seamonkey/trunk/PKGBUILD)

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

2014-02-10 Thread Kyle Keen
Date: Monday, February 10, 2014 @ 17:14:55
  Author: kkeen
Revision: 105584

upgpkg: libuhd 3.6.2-1

Modified:
  libuhd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 14:29:16 UTC (rev 105583)
+++ PKGBUILD2014-02-10 16:14:55 UTC (rev 105584)
@@ -3,23 +3,25 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 
 pkgname=libuhd
-pkgver=3.5.4
-_verstring=003_005_004
-pkgrel=4
+pkgver=3.6.2
+_verstring=003_006_002
+pkgrel=1
 pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
 arch=('x86_64' 'i686')
 url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
 license=('GPL')
 depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
 makedepends=('cmake' 'boost' 'python2-cheetah')
 
-source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
-md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('50a25b95dc08dd3946988c5da98814a9')
 
 build() {
   cd $srcdir/uhd-release_$_verstring/host
   # fix for py2
-  find -name *.py | xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env 
python2|
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+  
   mkdir -p build
   cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
@@ -29,6 +31,7 @@
-DENABLE_TESTS=OFF \
-DENABLE_E100=ON
   # e100 is disabled by default for now, check that on future releases
+
   make
 }
 
@@ -40,5 +43,5 @@
 package() {
   cd $srcdir/uhd-release_$_verstring/host/build
   make DESTDIR=$pkgdir install
-  install -Dm644 $pkgdir/usr/share/uhd/utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
 } 



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

2014-02-10 Thread Kyle Keen
Date: Monday, February 10, 2014 @ 17:15:17
  Author: kkeen
Revision: 105585

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

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

---+
 /PKGBUILD |   94 
 community-i686/PKGBUILD   |   44 
 community-x86_64/PKGBUILD |   44 
 3 files changed, 94 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 16:14:55 UTC (rev 105584)
+++ community-i686/PKGBUILD 2014-02-10 16:15:17 UTC (rev 105585)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=libuhd
-pkgver=3.5.4
-_verstring=003_005_004
-pkgrel=4
-pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
-arch=('x86_64' 'i686')
-url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-makedepends=('cmake' 'boost' 'python2-cheetah')
-
-source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
-md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
-
-build() {
-  cd $srcdir/uhd-release_$_verstring/host
-  # fix for py2
-  find -name *.py | xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env 
python2|
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   -DENABLE_EXAMPLES=OFF \
-   -DENABLE_UTILS=ON \
-   -DENABLE_TESTS=OFF \
-   -DENABLE_E100=ON
-  # e100 is disabled by default for now, check that on future releases
-  make
-}
-
-check() {
-  cd $srcdir/uhd-release_$_verstring/host/build
-  make test
-}
-
-package() {
-  cd $srcdir/uhd-release_$_verstring/host/build
-  make DESTDIR=$pkgdir install
-  install -Dm644 $pkgdir/usr/share/uhd/utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
-} 

Copied: libuhd/repos/community-i686/PKGBUILD (from rev 105584, 
libuhd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 16:15:17 UTC (rev 105585)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.6.2
+_verstring=003_006_002
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz;)
+md5sums=('50a25b95dc08dd3946988c5da98814a9')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py -or -name '*.py.in' | xargs sed -i s|#!/usr/bin/env 
python$|#!/usr/bin/env python2|
+  
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  # e100 is disabled by default for now, check that on future releases
+
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-10 16:14:55 UTC (rev 105584)
+++ community-x86_64/PKGBUILD   2014-02-10 16:15:17 UTC (rev 105585)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=libuhd
-pkgver=3.5.4
-_verstring=003_005_004
-pkgrel=4
-pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
-arch=('x86_64' 'i686')
-url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-makedepends=('cmake' 'boost' 'python2-cheetah')
-
-source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
-md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
-
-build() {
-  cd $srcdir/uhd-release_$_verstring/host
-  # fix for py2
-  find -name *.py | xargs sed -i s|#!/usr/bin/env 

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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 18:25:29
  Author: spupykin
Revision: 105586

upgpkg: viewnior 1.4-2

upd

Modified:
  viewnior/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 16:15:17 UTC (rev 105585)
+++ PKGBUILD2014-02-10 17:25:29 UTC (rev 105586)
@@ -5,13 +5,13 @@
 
 pkgname=viewnior
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple, fast and elegant image viewer program
 arch=('i686' 'x86_64')
 url=http://xsisqox.github.com/Viewnior/;
 license=('GPL3')
-depends=('gtk2=2.12')
-makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1' 'exiv2')
+depends=('gtk2=2.12' 'exiv2')
+makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1')
 install=viewnior.install
 source=(https://www.dropbox.com/s/zytq0suabesv933/viewnior-$pkgver.tar.gz)
 md5sums=('13d7cb3381522161b32de9b70dd989b8')



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 18:25:44
  Author: spupykin
Revision: 105587

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

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

---+
 /PKGBUILD |   56 
 /viewnior.install |   26 
 community-i686/PKGBUILD   |   28 --
 community-i686/viewnior.install   |   13 
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/viewnior.install |   13 
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-10 17:25:29 UTC (rev 105586)
+++ community-i686/PKGBUILD 2014-02-10 17:25:44 UTC (rev 105587)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-# Maintainer: M Rawash mraw...@gmail.com
-
-pkgname=viewnior
-pkgver=1.4
-pkgrel=1
-pkgdesc=A simple, fast and elegant image viewer program
-arch=('i686' 'x86_64')
-url=http://xsisqox.github.com/Viewnior/;
-license=('GPL3')
-depends=('gtk2=2.12')
-makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1' 'exiv2')
-install=viewnior.install
-source=(https://www.dropbox.com/s/zytq0suabesv933/viewnior-$pkgver.tar.gz)
-md5sums=('13d7cb3381522161b32de9b70dd989b8')
-
-build() {
-  cd $pkgname-$pkgver
-  LDFLAGS=-lm ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: viewnior/repos/community-i686/PKGBUILD (from rev 105586, 
viewnior/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 17:25:44 UTC (rev 105587)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Maintainer: M Rawash mraw...@gmail.com
+
+pkgname=viewnior
+pkgver=1.4
+pkgrel=2
+pkgdesc=A simple, fast and elegant image viewer program
+arch=('i686' 'x86_64')
+url=http://xsisqox.github.com/Viewnior/;
+license=('GPL3')
+depends=('gtk2=2.12' 'exiv2')
+makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1')
+install=viewnior.install
+source=(https://www.dropbox.com/s/zytq0suabesv933/viewnior-$pkgver.tar.gz)
+md5sums=('13d7cb3381522161b32de9b70dd989b8')
+
+build() {
+  cd $pkgname-$pkgver
+  LDFLAGS=-lm ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/viewnior.install
===
--- community-i686/viewnior.install 2014-02-10 17:25:29 UTC (rev 105586)
+++ community-i686/viewnior.install 2014-02-10 17:25:44 UTC (rev 105587)
@@ -1,13 +0,0 @@
-post_install() {
-   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
-   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}

Copied: viewnior/repos/community-i686/viewnior.install (from rev 105586, 
viewnior/trunk/viewnior.install)
===
--- community-i686/viewnior.install (rev 0)
+++ community-i686/viewnior.install 2014-02-10 17:25:44 UTC (rev 105587)
@@ -0,0 +1,13 @@
+post_install() {
+   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
+   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-10 17:25:29 UTC (rev 105586)
+++ community-x86_64/PKGBUILD   2014-02-10 17:25:44 UTC (rev 105587)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-# Maintainer: M Rawash mraw...@gmail.com
-
-pkgname=viewnior
-pkgver=1.4
-pkgrel=1

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

2014-02-10 Thread Giovanni Scafora
Date: Monday, February 10, 2014 @ 18:52:36
  Author: giovanni
Revision: 205821

upgpkg: weechat 0.4.3-1

upstream release

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 15:26:51 UTC (rev 205820)
+++ PKGBUILD2014-02-10 17:52:36 UTC (rev 205821)
@@ -3,8 +3,8 @@
 # Contributor: lucke lucke at o2 dot pl
 
 pkgname=weechat
-pkgver=0.4.2
-pkgrel=4
+pkgver=0.4.3
+pkgrel=1
 pkgdesc=Fast, light and extensible IRC client (curses UI)
 arch=('i686' 'x86_64')
 url=http://www.weechat.org/;
@@ -13,7 +13,7 @@
 makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fbbb4c319474d4a3b123fea7e8402fa2')
+md5sums=('07500f0d1054691d88f21dd12b7c5871')
 
 prepare() {
   mkdir build



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

2014-02-10 Thread Giovanni Scafora
Date: Monday, February 10, 2014 @ 18:52:42
  Author: giovanni
Revision: 205822

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 17:52:36 UTC (rev 205821)
+++ extra-i686/PKGBUILD 2014-02-10 17:52:42 UTC (rev 205822)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: lucke lucke at o2 dot pl
-
-pkgname=weechat
-pkgver=0.4.2
-pkgrel=4
-pkgdesc=Fast, light and extensible IRC client (curses UI)
-arch=('i686' 'x86_64')
-url=http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fbbb4c319474d4a3b123fea7e8402fa2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: weechat/repos/extra-i686/PKGBUILD (from rev 205821, 
weechat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 17:52:42 UTC (rev 205822)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: lucke lucke at o2 dot pl
+
+pkgname=weechat
+pkgver=0.4.3
+pkgrel=1
+pkgdesc=Fast, light and extensible IRC client (curses UI)
+arch=('i686' 'x86_64')
+url=http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('07500f0d1054691d88f21dd12b7c5871')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 17:52:36 UTC (rev 205821)
+++ extra-x86_64/PKGBUILD   2014-02-10 17:52:42 UTC (rev 205822)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: lucke lucke at o2 dot pl
-
-pkgname=weechat
-pkgver=0.4.2
-pkgrel=4
-pkgdesc=Fast, light and extensible IRC client (curses UI)
-arch=('i686' 'x86_64')
-url=http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fbbb4c319474d4a3b123fea7e8402fa2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: weechat/repos/extra-x86_64/PKGBUILD (from rev 205821, 
weechat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-10 17:52:42 UTC (rev 205822)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: lucke lucke at o2 dot pl
+
+pkgname=weechat
+pkgver=0.4.3
+pkgrel=1
+pkgdesc=Fast, light and extensible IRC client (curses UI)
+arch=('i686' 'x86_64')
+url=http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 

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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 18:55:08
  Author: spupykin
Revision: 105589

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   60 +--
 wanderlust.install |   26 +++---
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 17:54:56 UTC (rev 105588)
+++ PKGBUILD2014-02-10 17:55:08 UTC (rev 105589)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Norberto Lopes shel...@mail.telepac.pt
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20130726
-pkgrel=1
-pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
-arch=(any)
-url=http://www.gohome.org/wl;
-license=('GPL')
-depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('d40cb7e9da5265a37edf5723fb0c')
-
-package() {
-  cd `find $srcdir/ -name wanderlust-\* -type d`
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 105588, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 17:55:08 UTC (rev 105589)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Norberto Lopes shel...@mail.telepac.pt
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20140210
+pkgrel=1
+pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
+arch=(any)
+url=http://www.gohome.org/wl;
+license=('GPL')
+depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=(wanderlust-$pkgver.zip::https://github.com/p5n/wanderlust/zipball/master;)
+md5sums=('e3680c866173961c7e091f33697fe862')
+
+package() {
+  cd $srcdir/*wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-02-10 17:54:56 UTC (rev 105588)
+++ wanderlust.install  2014-02-10 17:55:08 UTC (rev 105589)
@@ -1,13 +0,0 @@
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 105588, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-02-10 17:55:08 UTC (rev 105589)
@@ -0,0 +1,13 @@
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 18:54:56
  Author: spupykin
Revision: 105588

upgpkg: wanderlust 20140210-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 17:25:44 UTC (rev 105587)
+++ PKGBUILD2014-02-10 17:54:56 UTC (rev 105588)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20130726
+pkgver=20140210
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)
@@ -14,11 +14,11 @@
 makedepends=('cvs' 'bbdb')
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('d40cb7e9da5265a37edf5723fb0c')
+source=(wanderlust-$pkgver.zip::https://github.com/p5n/wanderlust/zipball/master;)
+md5sums=('e3680c866173961c7e091f33697fe862')
 
 package() {
-  cd `find $srcdir/ -name wanderlust-\* -type d`
+  cd $srcdir/*wanderlust-*
   PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
   install -dm0755 $pkgdir/usr/share/info
   make all info



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

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 19:05:05
  Author: spupykin
Revision: 105590

upgpkg: dbmail 3.1.10-2

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 17:55:08 UTC (rev 105589)
+++ PKGBUILD2014-02-10 18:05:05 UTC (rev 105590)
@@ -4,7 +4,7 @@
 
 pkgname=dbmail
 pkgver=3.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')



[arch-commits] Commit in dbmail/repos (24 files)

2014-02-10 Thread Sergej Pupykin
Date: Monday, February 10, 2014 @ 19:05:32
  Author: spupykin
Revision: 105591

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 105590, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-7-systemd.diff
(from rev 105590, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 105590, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 105590, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 105590, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 105590, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 105590, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
(from rev 105590, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 105590, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 105590, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 105590, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 105590, dbmail/trunk/dbmail-timsieved.xinetd)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-7-systemd.diff
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd

--+
 /PKGBUILD|  136 +++
 /dbmail-7-systemd.diff   |  352 +
 /dbmail-imapd.xinetd |   26 ++
 /dbmail-lmtpd.xinetd |   26 ++
 /dbmail-pop3d.xinetd |   26 ++
 /dbmail-timsieved.xinetd |   30 ++
 community-i686/PKGBUILD  |   68 -
 community-i686/dbmail-7-systemd.diff |  176 --
 community-i686/dbmail-imapd.xinetd   |   13 -
 community-i686/dbmail-lmtpd.xinetd   |   13 -
 community-i686/dbmail-pop3d.xinetd   |   13 -
 community-i686/dbmail-timsieved.xinetd   |   15 -
 community-x86_64/PKGBUILD|   68 -
 community-x86_64/dbmail-7-systemd.diff   |  176 --
 community-x86_64/dbmail-imapd.xinetd |   13 -
 community-x86_64/dbmail-lmtpd.xinetd |   13 -
 community-x86_64/dbmail-pop3d.xinetd |   13 -
 community-x86_64/dbmail-timsieved.xinetd |   15 -
 18 files changed, 596 insertions(+), 596 deletions(-)

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


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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 19:35:15
  Author: andrea
Revision: 205824

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 18:35:03 UTC (rev 205823)
+++ extra-i686/PKGBUILD 2014-02-10 18:35:15 UTC (rev 205824)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: trya tryagainp...@gmail.com
-
-pkgname=quazip
-pkgver=0.6
-pkgrel=1
-pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
-url=http://sourceforge.net/projects/quazip/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('qt4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5ad6f58e9bd6eddf11d8bf37ac995e9e')
-
-build() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-  qmake-qt4 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-  make INSTALL_ROOT=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/apps/cmake-2.8/Modules
-  install -m644 ../FindQuaZip.cmake\
-${pkgdir}/usr/share/apps/cmake-2.8/Modules
-}

Copied: quazip/repos/extra-i686/PKGBUILD (from rev 205823, 
quazip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 18:35:15 UTC (rev 205824)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: trya tryagainp...@gmail.com
+
+pkgname=quazip
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
+url=http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c11f8e2f757be94fd79dc49e5a4be0ca')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/apps/cmake-2.8/Modules
+  install -m644 ../FindQuaZip.cmake\
+${pkgdir}/usr/share/apps/cmake-2.8/Modules
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 18:35:03 UTC (rev 205823)
+++ extra-x86_64/PKGBUILD   2014-02-10 18:35:15 UTC (rev 205824)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: trya tryagainp...@gmail.com
-
-pkgname=quazip
-pkgver=0.6
-pkgrel=1
-pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
-url=http://sourceforge.net/projects/quazip/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('qt4')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5ad6f58e9bd6eddf11d8bf37ac995e9e')
-
-build() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-  qmake-qt4 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/${pkgname}
-  make INSTALL_ROOT=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/apps/cmake-2.8/Modules
-  install -m644 ../FindQuaZip.cmake\
-${pkgdir}/usr/share/apps/cmake-2.8/Modules
-}

Copied: quazip/repos/extra-x86_64/PKGBUILD (from rev 205823, 
quazip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-10 18:35:15 UTC (rev 205824)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: trya tryagainp...@gmail.com
+
+pkgname=quazip
+pkgver=0.6.2
+pkgrel=1
+pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
+url=http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c11f8e2f757be94fd79dc49e5a4be0ca')
+
+build() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/apps/cmake-2.8/Modules
+  install -m644 ../FindQuaZip.cmake\
+${pkgdir}/usr/share/apps/cmake-2.8/Modules
+}



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

2014-02-10 Thread Andrea Scarpino
Date: Monday, February 10, 2014 @ 19:35:03
  Author: andrea
Revision: 205823

upgpkg: quazip 0.6.2-1

Upstream release

Modified:
  quazip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 17:52:42 UTC (rev 205822)
+++ PKGBUILD2014-02-10 18:35:03 UTC (rev 205823)
@@ -3,7 +3,7 @@
 # Contributor: trya tryagainp...@gmail.com
 
 pkgname=quazip
-pkgver=0.6
+pkgver=0.6.2
 pkgrel=1
 pkgdesc=C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package
 url=http://sourceforge.net/projects/quazip/;
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('qt4')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5ad6f58e9bd6eddf11d8bf37ac995e9e')
+md5sums=('c11f8e2f757be94fd79dc49e5a4be0ca')
 
 build() {
   cd ${pkgname}-${pkgver}/${pkgname}



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

2014-02-10 Thread Eric Bélanger
Date: Monday, February 10, 2014 @ 20:19:06
  Author: eric
Revision: 205825

upgpkg: freeciv 2.4.2-1

Upstream update

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 18:35:15 UTC (rev 205824)
+++ PKGBUILD2014-02-10 19:19:06 UTC (rev 205825)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=freeciv
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc=A multiuser clone of the famous Microprose game of Civilization
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 backup=('etc/freeciv/database.lua')
 install=freeciv.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('16fddc97c91e99b31f23fc80746b3454f8f55f78')
+sha1sums=('fe8aad19a3d99ebc641678c948417fa7d0c762e9')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-02-10 Thread Eric Bélanger
Date: Monday, February 10, 2014 @ 20:19:39
  Author: eric
Revision: 205826

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

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

--+
 /PKGBUILD|   54 +
 /freeciv.install |   22 
 extra-i686/PKGBUILD  |   27 
 extra-i686/freeciv.install   |   11 
 extra-x86_64/PKGBUILD|   27 
 extra-x86_64/freeciv.install |   11 
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-10 19:19:06 UTC (rev 205825)
+++ extra-i686/PKGBUILD 2014-02-10 19:19:39 UTC (rev 205826)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=freeciv
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=A multiuser clone of the famous Microprose game of Civilization
-arch=('i686' 'x86_64')
-url=http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk2' 'sdl_mixer' 'lua51' 'sqlite' 'curl' 'libltdl')
-backup=('etc/freeciv/database.lua')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('16fddc97c91e99b31f23fc80746b3454f8f55f78')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 205825, 
freeciv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 19:19:39 UTC (rev 205826)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=freeciv
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=A multiuser clone of the famous Microprose game of Civilization
+arch=('i686' 'x86_64')
+url=http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk2' 'sdl_mixer' 'lua51' 'sqlite' 'curl' 'libltdl')
+backup=('etc/freeciv/database.lua')
+install=freeciv.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fe8aad19a3d99ebc641678c948417fa7d0c762e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
+--enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/freeciv.install
===
--- extra-i686/freeciv.install  2014-02-10 19:19:06 UTC (rev 205825)
+++ extra-i686/freeciv.install  2014-02-10 19:19:39 UTC (rev 205826)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: freeciv/repos/extra-i686/freeciv.install (from rev 205825, 
freeciv/trunk/freeciv.install)
===
--- extra-i686/freeciv.install  (rev 0)
+++ extra-i686/freeciv.install  2014-02-10 19:19:39 UTC (rev 205826)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 19:19:06 UTC (rev 205825)
+++ extra-x86_64/PKGBUILD   2014-02-10 19:19:39 UTC (rev 205826)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=freeciv
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=A multiuser clone of the famous Microprose game of Civilization
-arch=('i686' 'x86_64')
-url=http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk2' 'sdl_mixer' 'lua51' 'sqlite' 'curl' 'libltdl')
-backup=('etc/freeciv/database.lua')
-install=freeciv.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('16fddc97c91e99b31f23fc80746b3454f8f55f78')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared 

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

2014-02-10 Thread Eric Bélanger
Date: Monday, February 10, 2014 @ 21:40:58
  Author: eric
Revision: 205827

upgpkg: swig 2.0.12-1

Upstream update

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 19:19:39 UTC (rev 205826)
+++ PKGBUILD2014-02-10 20:40:58 UTC (rev 205827)
@@ -3,15 +3,15 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=swig
-pkgver=2.0.11
+pkgver=2.0.12
 pkgrel=1
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
 url=http://www.swig.org/;
 license=('custom')
-depends=('zlib' 'pcre')
+depends=('pcre' 'gcc-libs')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('d3bf4e78824dba76bfb3269367f1ae0276b49df9')
+sha1sums=('4203c68f79012a2951f542018ff4358d838b5035')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-02-10 Thread Eric Bélanger
Date: Monday, February 10, 2014 @ 21:41:26
  Author: eric
Revision: 205828

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

Added:
  swig/repos/extra-i686/PKGBUILD
(from rev 205827, swig/trunk/PKGBUILD)
  swig/repos/extra-x86_64/PKGBUILD
(from rev 205827, swig/trunk/PKGBUILD)
Deleted:
  swig/repos/extra-i686/PKGBUILD
  swig/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 2014-02-10 20:40:58 UTC (rev 205827)
+++ extra-i686/PKGBUILD 2014-02-10 20:41:26 UTC (rev 205828)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=2.0.11
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('zlib' 'pcre')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('d3bf4e78824dba76bfb3269367f1ae0276b49df9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-i686/PKGBUILD (from rev 205827, swig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-10 20:41:26 UTC (rev 205828)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.12
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('4203c68f79012a2951f542018ff4358d838b5035')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-10 20:40:58 UTC (rev 205827)
+++ extra-x86_64/PKGBUILD   2014-02-10 20:41:26 UTC (rev 205828)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=swig
-pkgver=2.0.11
-pkgrel=1
-pkgdesc=Generate scripting interfaces to C/C++ code
-arch=('i686' 'x86_64')
-url=http://www.swig.org/;
-license=('custom')
-depends=('zlib' 'pcre')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('d3bf4e78824dba76bfb3269367f1ae0276b49df9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
-}

Copied: swig/repos/extra-x86_64/PKGBUILD (from rev 205827, swig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-10 20:41:26 UTC (rev 205828)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.12
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('pcre' 'gcc-libs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('4203c68f79012a2951f542018ff4358d838b5035')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}



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

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 22:03:43
  Author: heftig
Revision: 205829

0.24

Modified:
  perl-capture-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 20:41:26 UTC (rev 205828)
+++ PKGBUILD2014-02-10 21:03:43 UTC (rev 205829)
@@ -4,7 +4,7 @@
 
 pkgname=perl-capture-tiny
 _realname=Capture-Tiny
-pkgver=0.23
+pkgver=0.24
 pkgrel=1
 pkgdesc=Capture STDOUT and STDERR from Perl, XS or external programs
 arch=(any)
@@ -13,7 +13,7 @@
 url=http://search.cpan.org/dist/Capture-Tiny;
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz;)
-md5sums=('7c6f63671802d004c0df5dbcba93e5b4')
+md5sums=('718e9d62c4a27a3207cf8506cb99d846')
 
 build() {
   cd $srcdir/$_realname-$pkgver



[arch-commits] Commit in perl-capture-tiny/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-10 Thread Jan Steffens
Date: Monday, February 10, 2014 @ 22:04:06
  Author: heftig
Revision: 205830

archrelease: copy trunk to extra-any

Added:
  perl-capture-tiny/repos/extra-any/PKGBUILD
(from rev 205829, perl-capture-tiny/trunk/PKGBUILD)
Deleted:
  perl-capture-tiny/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-10 21:03:43 UTC (rev 205829)
+++ PKGBUILD2014-02-10 21:04:06 UTC (rev 205830)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Caleb Cushing xenoterrac...@gmail.com
-
-pkgname=perl-capture-tiny
-_realname=Capture-Tiny
-pkgver=0.23
-pkgrel=1
-pkgdesc=Capture STDOUT and STDERR from Perl, XS or external programs
-arch=(any)
-license=(PerlArtistic GPL)
-depends=(perl)
-url=http://search.cpan.org/dist/Capture-Tiny;
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz;)
-md5sums=('7c6f63671802d004c0df5dbcba93e5b4')
-
-build() {
-  cd $srcdir/$_realname-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-capture-tiny/repos/extra-any/PKGBUILD (from rev 205829, 
perl-capture-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-10 21:04:06 UTC (rev 205830)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Caleb Cushing xenoterrac...@gmail.com
+
+pkgname=perl-capture-tiny
+_realname=Capture-Tiny
+pkgver=0.24
+pkgrel=1
+pkgdesc=Capture STDOUT and STDERR from Perl, XS or external programs
+arch=(any)
+license=(PerlArtistic GPL)
+depends=(perl)
+url=http://search.cpan.org/dist/Capture-Tiny;
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz;)
+md5sums=('718e9d62c4a27a3207cf8506cb99d846')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-02-10 Thread Sébastien Luttringer
Date: Tuesday, February 11, 2014 @ 01:12:05
  Author: seblu
Revision: 105592

Reverted to previous seblu version

Please check existance before package inclusion.

Added:
  salt/trunk/salt-master.service
(from rev 105481, salt/trunk/salt-master.service)
  salt/trunk/salt-minion.service
(from rev 105481, salt/trunk/salt-minion.service)
  salt/trunk/salt-syndic.service
(from rev 105481, salt/trunk/salt-syndic.service)
  salt/trunk/salt.install
(from rev 105481, salt/trunk/salt.install)
  salt/trunk/salt.tmpfiles
(from rev 105481, salt/trunk/salt.tmpfiles)
Modified:
  salt/trunk/PKGBUILD

-+
 PKGBUILD|   74 +-
 salt-master.service |   11 +++
 salt-minion.service |   11 +++
 salt-syndic.service |   11 +++
 salt.install|   18 
 salt.tmpfiles   |1 
 6 files changed, 102 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 18:05:32 UTC (rev 105591)
+++ PKGBUILD2014-02-11 00:12:05 UTC (rev 105592)
@@ -1,41 +1,67 @@
 # $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Christer Edwards christer.edwa...@gmail.com
+# Maintainer: Sébastien Luttringer
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
 pkgname=salt
 pkgver=0.17.5
-pkgrel=1
-pkgdesc=A remote execution and communication system built on zeromq
+pkgrel=0.4
+pkgdesc='Central system and configuration manager'
 arch=('any')
-url=https://github.com/saltstack/salt;
-license=('APACHE')
+url='http://saltstack.org/'
+license=('Apache')
 depends=('python2'
- 'python2-yaml'
+ 'python2-crypto'
  'python2-jinja'
+ 'python2-m2crypto'
+ 'python2-msgpack'
+ 'python2-psutil'
  'python2-pyzmq'
- 'python2-crypto'
- 'python2-psutil'
- 'python2-msgpack'
- 'python2-m2crypto')
-
+ 'python2-yaml'
+ 'sshpass')
+optdepends=('dmidecode: decode SMBIOS/DMI tables')
 backup=('etc/salt/master'
 'etc/salt/minion')
+install=salt.install
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;
+'salt-master.service'
+'salt-syndic.service'
+'salt-minion.service'
+'salt.tmpfiles')
 
-source=('https://pypi.python.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz')
+md5sums=('1c9647b743c83b73572206e029f1a43f'
+ 'fbf73ffe2213bf8e6177f7ebde2664a4'
+ '1839f3b46e5567a91b4ef0fcf943ddb6'
+ 'ac8023a1e2ab9c107cdc20658212caf4'
+ '8772c329a5a90aac495d14d5797cc0fd')
 
+prepare() {
+  # we run master as user salt
+  sed -ri 's|^#user: root|user: salt|' $pkgname-$pkgver/conf/master
+}
 
 package() {
-  cd ${srcdir}/${_gitname}
-  
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  # systemd
+  install -Dm644 salt-master.service 
$pkgdir/usr/lib/systemd/system/salt-master.service
+  install -Dm644 salt-syndic.service 
$pkgdir/usr/lib/systemd/system/salt-syndic.service
+  install -Dm644 salt-minion.service 
$pkgdir/usr/lib/systemd/system/salt-minion.service
+  install -Dm644 salt.tmpfiles $pkgdir/usr/lib/tmpfiles.d/salt.conf
 
-  install -Dm644 ${srcdir}/salt/pkg/arch/salt-master.service 
${pkgdir}/usr/lib/systemd/system/salt-master.service
-  install -Dm644 ${srcdir}/salt/pkg/arch/salt-syndic.service 
${pkgdir}/usr/lib/systemd/system/salt-syndic.service
-  install -Dm644 ${srcdir}/salt/pkg/arch/salt-minion.service 
${pkgdir}/usr/lib/systemd/system/salt-minion.service
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1 \
+--salt-pidfile-dir=/run/salt
 
-  mkdir -p ${pkgdir}/etc/salt/
-  cp ${srcdir}/salt/conf/master ${pkgdir}/etc/salt/
-  cp ${srcdir}/salt/conf/minion ${pkgdir}/etc/salt/
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
 
-  # remove vcs leftovers
-  find $pkgdir -type d -name .git -exec rm -r '{}' +
+  # salt directories (cache must be owned by salt)
+  install -dm750 -o 141 -g 141 $pkgdir/var/cache/salt
+  install -dm750 -o 141 -g 141 $pkgdir/var/log/salt
+  install -dm750 -o 141 -g 141 $pkgdir/srv/salt
+
+  # salt config editable by salt user
+  chown -R 141:141 $pkgdir/etc/salt
+  chmod 750 $pkgdir/etc/salt
 }
+
+# vim:set ts=2 sw=2 et:

Copied: salt/trunk/salt-master.service (from rev 105481, 
salt/trunk/salt-master.service)
===
--- salt-master.service (rev 0)
+++ salt-master.service 2014-02-11 00:12:05 UTC (rev 105592)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Salt Master Daemon
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/salt/salt-master.pid
+ExecStart=/usr/bin/salt-master -d
+
+[Install]
+WantedBy=multi-user.target

Copied: salt/trunk/salt-minion.service (from rev 105481, 

[arch-commits] Commit in s-nail/trunk (PKGBUILD maildir.patch)

2014-02-10 Thread Gaetan Bisson
Date: Tuesday, February 11, 2014 @ 05:42:09
  Author: bisson
Revision: 205831

upstream fix

Added:
  s-nail/trunk/maildir.patch
Modified:
  s-nail/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 maildir.patch |  253 
 2 files changed, 257 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-10 21:04:06 UTC (rev 205830)
+++ PKGBUILD2014-02-11 04:42:09 UTC (rev 205831)
@@ -6,7 +6,7 @@
 
 pkgname=s-nail
 pkgver=14.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
 license=('custom:BSD')
@@ -15,9 +15,11 @@
 optdepends=('smtp-forwarder: for sending mail')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;
 'mimeheader.patch'
+'maildir.patch'
 'sort.patch')
 sha1sums=('26ad43f5f41b429d5f13a3ce73a3dff75325950c'
   'e72ed84f584ebc50eb9d04779b8b754afa446bf4'
+  '9ba91a0c697c121d9de4ff67766ec90f4ee354b5'
   '909da731e590d1d2877ed38bed667440a02d1259')
 
 groups=('base')
@@ -29,6 +31,7 @@
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p1 -i ../mimeheader.patch
+   patch -p1 -i ../maildir.patch
patch -p1 -i ../sort.patch
 }
 

Added: maildir.patch
===
--- maildir.patch   (rev 0)
+++ maildir.patch   2014-02-11 04:42:09 UTC (rev 205831)
@@ -0,0 +1,253 @@
+s-nail-14_5_2-maildir.patch, 2014-02-10:
+
+Apply:
+  $ cd s-nail-14.5.2
+  $ patch -bu  s-nail-14_5_2-maildir.patch
+
+Description:
+  To overcome a general design problem of the Berkeley Mail codebase
+  i once added realpath(3) calls to be able to resolve the path of
+  a mailbox file: like that changing a directory wouldn't cause the
+  program to hang because the (relatively) opened mailbox became
+  inaccessible.  (Again: the real solution will take many years.)
+
+  My first KISS solution to one aspect of the general problem was
+  [3adf33ee] (schdir(): realpath() local files before leaving CWD..,
+  2013-01-08), and it should possibly have worked with maildir boxes,
+  because we'd only did anything once the user actively used the `chdir'
+  command (and who does), but Christos Zoulas from NetBSD actually forced
+  me to do more (after i've reported the general Berkeley bug), and that
+  led to the current code, which always calls realpath(3).
+  Anyway, i wasn't in the position to reflect the impact of doing so at
+  that time.  And the entire codebase needs to be reworked anyway. (:(
+
+  Anyway -- this patch is an adjusted combination of the [1c2563b]
+  (lex.c:_update_mailname(): continue if realname() fails.., 2014-02-10)
+  and [13f325f] (Avoid cannot canonicalize maildir warning.., 2014-02-10)
+  changesets that have been pushed to [master], and make maildir mailboxes
+  usable again.
+
+Notes:
+  The patch is so large because it was cherry-picked from [crawl] onto
+  [master] and (thus) includes the very large [nyd] topic branch style-and-
+  much-more changes.  Sorry for that.
+
+ lex.c |  11 +++--
+ maildir.c | 152 +-
+ 2 files changed, 87 insertions(+), 76 deletions(-)
+
+diff --git a/lex.c b/lex.c
+index 922faf8..3b3b3cc 100644
+--- a/lex.c
 b/lex.c
+@@ -164,7 +164,7 @@ _update_mailname(char const *name)
+ {
+char tbuf[MAXPATHLEN], *mailp, *dispp;
+size_t i, j;
+-   bool_t rv;
++   bool_t rv = TRU1;
+ 
+/* Don't realpath(3) if it's only an update request */
+if (name != NULL) {
+@@ -174,9 +174,10 @@ _update_mailname(char const *name)
+  if (realpath(name, mailname) == NULL) {
+ fprintf(stderr, tr(151, Can't canonicalize `%s'\n), name);
+ rv = FAL0;
+-goto jleave;
++goto jdocopy;
+  }
+   } else
++jdocopy:
+ #endif
+  n_strlcpy(mailname, name, sizeof(mailname));
+}
+@@ -197,9 +198,10 @@ _update_mailname(char const *name)
+ 
+/* We want to see the name of the folder .. on the screen */
+i = strlen(mailp);
+-   if ((rv = (i  sizeof(displayname) - 1)))
++   if (i  sizeof(displayname) - 1)
+   memcpy(dispp, mailp, i + 1);
+else {
++  rv = FAL0;
+   /* Avoid disrupting multibyte sequences (if possible) */
+ #ifndef HAVE_C90AMEND1
+   j = sizeof(displayname) / 3 - 1;
+@@ -212,9 +214,6 @@ _update_mailname(char const *name)
+   snprintf(dispp, sizeof(displayname), %.*s...%s,
+  (int)j, mailp, mailp + i);
+}
+-#ifdef HAVE_REALPATH
+-jleave:
+-#endif
+return rv;
+ }
+ 
+diff --git a/maildir.c b/maildir.c
+index 32180bd..3d45f77 100644
+--- a/maildir.c
 b/maildir.c
+@@ -1,5 +1,5 @@
+ /*@ S-nail - a mail user agent derived from Berkeley Mail.
+- *@ Maildir folder 

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

2014-02-10 Thread Gaetan Bisson
Date: Tuesday, February 11, 2014 @ 05:42:52
  Author: bisson
Revision: 205832

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

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 205831, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-i686/maildir.patch
(from rev 205831, s-nail/trunk/maildir.patch)
  s-nail/repos/testing-i686/mimeheader.patch
(from rev 205831, s-nail/trunk/mimeheader.patch)
  s-nail/repos/testing-i686/sort.patch
(from rev 205831, s-nail/trunk/sort.patch)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 205831, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/maildir.patch
(from rev 205831, s-nail/trunk/maildir.patch)
  s-nail/repos/testing-x86_64/mimeheader.patch
(from rev 205831, s-nail/trunk/mimeheader.patch)
  s-nail/repos/testing-x86_64/sort.patch
(from rev 205831, s-nail/trunk/sort.patch)

-+
 testing-i686/PKGBUILD   |   62 +
 testing-i686/maildir.patch  |  253 ++
 testing-i686/mimeheader.patch   |  147 ++
 testing-i686/sort.patch |   75 +++
 testing-x86_64/PKGBUILD |   62 +
 testing-x86_64/maildir.patch|  253 ++
 testing-x86_64/mimeheader.patch |  147 ++
 testing-x86_64/sort.patch   |   75 +++
 8 files changed, 1074 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 205831, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-11 04:42:52 UTC (rev 205832)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.5.2
+pkgrel=4
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;
+'mimeheader.patch'
+'maildir.patch'
+'sort.patch')
+sha1sums=('26ad43f5f41b429d5f13a3ce73a3dff75325950c'
+  'e72ed84f584ebc50eb9d04779b8b754afa446bf4'
+  '9ba91a0c697c121d9de4ff67766ec90f4ee354b5'
+  '909da731e590d1d2877ed38bed667440a02d1259')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../mimeheader.patch
+   patch -p1 -i ../maildir.patch
+   patch -p1 -i ../sort.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: s-nail/repos/testing-i686/maildir.patch (from rev 205831, 
s-nail/trunk/maildir.patch)
===
--- testing-i686/maildir.patch  (rev 0)
+++ testing-i686/maildir.patch  2014-02-11 04:42:52 UTC (rev 205832)
@@ -0,0 +1,253 @@
+s-nail-14_5_2-maildir.patch, 2014-02-10:
+
+Apply:
+  $ cd s-nail-14.5.2
+  $ patch -bu  s-nail-14_5_2-maildir.patch
+
+Description:
+  To overcome a general design problem of the Berkeley Mail codebase
+  i once added realpath(3) calls to be able to resolve the path of
+  a mailbox file: like that changing a directory wouldn't cause the
+  program to hang because the (relatively) opened mailbox became
+  inaccessible.  (Again: the real solution will take many years.)
+
+  My first KISS solution to one aspect of the general problem was
+  [3adf33ee] (schdir(): realpath() local files before leaving CWD..,
+  2013-01-08), and it should possibly have worked with maildir boxes,
+  because we'd only did anything once the user actively used the `chdir'
+  command (and who does), but Christos Zoulas from NetBSD actually forced
+  me to do more (after i've reported the general Berkeley bug), and that
+  led 

[arch-commits] Commit in (8 files)

2014-02-10 Thread Gaetan Bisson
Date: Tuesday, February 11, 2014 @ 08:32:54
  Author: bisson
Revision: 105593

initial commit for subsurface and its dependency libdivecomputer

Added:
  libdivecomputer/
  libdivecomputer/repos/
  libdivecomputer/trunk/
  libdivecomputer/trunk/PKGBUILD
  subsurface/
  subsurface/repos/
  subsurface/trunk/
  subsurface/trunk/PKGBUILD

+
 libdivecomputer/trunk/PKGBUILD |   24 
 subsurface/trunk/PKGBUILD  |   26 ++
 2 files changed, 50 insertions(+)

Added: libdivecomputer/trunk/PKGBUILD
===
--- libdivecomputer/trunk/PKGBUILD  (rev 0)
+++ libdivecomputer/trunk/PKGBUILD  2014-02-11 07:32:54 UTC (rev 105593)
@@ -0,0 +1,24 @@
+# $id$
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libdivecomputer
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://www.libdivecomputer.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=(http://www.libdivecomputer.org/releases/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a57176ae6a7bd5e0ad4d19a39e5aebcfba818acc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}


Property changes on: libdivecomputer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: subsurface/trunk/PKGBUILD
===
--- subsurface/trunk/PKGBUILD   (rev 0)
+++ subsurface/trunk/PKGBUILD   2014-02-11 07:32:54 UTC (rev 105593)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface.hohndel.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('qt4' 'kdeedu-marble' 'libzip' 'libxml2' 'libxslt' 'sqlite' 
'libdivecomputer' 'libusbx')
+source=(http://subsurface.hohndel.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('14370c2e91f82a6df32d44e2a0a4b20908c74465')
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   qmake-qt4 -config release
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+} 


Property changes on: subsurface/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2014-02-10 Thread Gaetan Bisson
Date: Tuesday, February 11, 2014 @ 08:39:37
  Author: bisson
Revision: 105594

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

Added:
  libdivecomputer/repos/community-i686/
  libdivecomputer/repos/community-i686/PKGBUILD
(from rev 105593, libdivecomputer/trunk/PKGBUILD)
  libdivecomputer/repos/community-x86_64/
  libdivecomputer/repos/community-x86_64/PKGBUILD
(from rev 105593, libdivecomputer/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   24 
 community-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: libdivecomputer/repos/community-i686/PKGBUILD (from rev 105593, 
libdivecomputer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-11 07:39:37 UTC (rev 105594)
@@ -0,0 +1,24 @@
+# $id$
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libdivecomputer
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://www.libdivecomputer.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=(http://www.libdivecomputer.org/releases/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a57176ae6a7bd5e0ad4d19a39e5aebcfba818acc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: libdivecomputer/repos/community-x86_64/PKGBUILD (from rev 105593, 
libdivecomputer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-11 07:39:37 UTC (rev 105594)
@@ -0,0 +1,24 @@
+# $id$
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libdivecomputer
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://www.libdivecomputer.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=(http://www.libdivecomputer.org/releases/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a57176ae6a7bd5e0ad4d19a39e5aebcfba818acc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2014-02-10 Thread Gaetan Bisson
Date: Tuesday, February 11, 2014 @ 08:54:24
  Author: bisson
Revision: 105595

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

Added:
  subsurface/repos/community-i686/
  subsurface/repos/community-i686/PKGBUILD
(from rev 105594, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-x86_64/
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 105594, subsurface/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: subsurface/repos/community-i686/PKGBUILD (from rev 105594, 
subsurface/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-11 07:54:24 UTC (rev 105595)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface.hohndel.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('qt4' 'kdeedu-marble' 'libzip' 'libxml2' 'libxslt' 'sqlite' 
'libdivecomputer' 'libusbx')
+source=(http://subsurface.hohndel.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('14370c2e91f82a6df32d44e2a0a4b20908c74465')
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   qmake-qt4 -config release
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+} 

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 105594, 
subsurface/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-11 07:54:24 UTC (rev 105595)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Francois Boulogne fboulogne at april dot org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface.hohndel.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('qt4' 'kdeedu-marble' 'libzip' 'libxml2' 'libxslt' 'sqlite' 
'libdivecomputer' 'libusbx')
+source=(http://subsurface.hohndel.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('14370c2e91f82a6df32d44e2a0a4b20908c74465')
+
+build() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   qmake-qt4 -config release
+   make
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+}