[arch-commits] Commit in kfilemetadata4 (5 files)

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 09:09:44
  Author: arojas
Revision: 235558

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

Added:
  kfilemetadata4/repos/
  kfilemetadata4/repos/testing-i686/
  kfilemetadata4/repos/testing-i686/PKGBUILD
(from rev 235557, kfilemetadata4/trunk/PKGBUILD)
  kfilemetadata4/repos/testing-x86_64/
  kfilemetadata4/repos/testing-x86_64/PKGBUILD
(from rev 235557, kfilemetadata4/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: kfilemetadata4/repos/testing-i686/PKGBUILD (from rev 235557, 
kfilemetadata4/trunk/PKGBUILD)
===
--- repos/testing-i686/PKGBUILD (rev 0)
+++ repos/testing-i686/PKGBUILD 2015-04-07 07:09:44 UTC (rev 235558)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226395 2014-11-19 15:22:21Z fyan $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata4
+_pkgname=kfilemetadata
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b106223b3d4ab9ba0516b8301e564af2416eaa9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kfilemetadata4/repos/testing-x86_64/PKGBUILD (from rev 235557, 
kfilemetadata4/trunk/PKGBUILD)
===
--- repos/testing-x86_64/PKGBUILD   (rev 0)
+++ repos/testing-x86_64/PKGBUILD   2015-04-07 07:09:44 UTC (rev 235558)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226395 2014-11-19 15:22:21Z fyan $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata4
+_pkgname=kfilemetadata
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b106223b3d4ab9ba0516b8301e564af2416eaa9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in (3 files)

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 09:08:57
  Author: arojas
Revision: 235557

Rename KDE4 kfilemetadata to kfilemetadata4

Added:
  kfilemetadata4/
  kfilemetadata4/trunk/
  kfilemetadata4/trunk/PKGBUILD

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

Added: kfilemetadata4/trunk/PKGBUILD
===
--- kfilemetadata4/trunk/PKGBUILD   (rev 0)
+++ kfilemetadata4/trunk/PKGBUILD   2015-04-07 07:08:57 UTC (rev 235557)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226395 2014-11-19 15:22:21Z fyan $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata4
+_pkgname=kfilemetadata
+pkgver=4.14.3
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b106223b3d4ab9ba0516b8301e564af2416eaa9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-04-07 Thread Maxime Gauduin
Date: Tuesday, April 7, 2015 @ 09:37:37
  Author: alucryd
Revision: 130869

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 130868, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-07 07:37:20 UTC (rev 130868)
+++ PKGBUILD2015-04-07 07:37:37 UTC (rev 130869)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=beets
-pkgver=1.3.10
-pkgrel=1
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs'
- 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: ReplayGain plugin'
-'gst-plugins-good: ReplayGain plugin'
-'gst-plugins-ugly: ReplayGain plugin'
-'gst-libav: ReplayGain plugin'
-'gst-python: ReplayGain plugin'
-'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: FetchArt plugin')
-source=(https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;)
-sha256sums=('ba3dd640964ced1e9c2d02bbe17177b33eff46186872537473ddf59675b3f637')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/beets
-  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 130868, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-07 07:37:37 UTC (rev 130869)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.3.11
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs'
+ 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-libav: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'python2-flask: Web plugin'
+'python2-gobject: ReplayGain plugin'
+'python2-pyacoustid: Chromaprint/Acoustid plugin'
+'python2-pylast: LastGenre plugin'
+'python2-requests: FetchArt plugin')
+source=(https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;)
+sha256sums=('4a926b4c82409382b993b14cac7ecdbd18dea84845030ad41e26198542871408')
+
+build() {
+  cd beets-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd beets-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/
+  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/beets
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/beets/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-04-07 Thread Maxime Gauduin
Date: Tuesday, April 7, 2015 @ 09:37:20
  Author: alucryd
Revision: 130868

upgpkg: beets 1.3.11-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 07:10:32 UTC (rev 130867)
+++ PKGBUILD2015-04-07 07:37:20 UTC (rev 130868)
@@ -3,7 +3,7 @@
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=beets
-pkgver=1.3.10
+pkgver=1.3.11
 pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
@@ -28,7 +28,7 @@
 'python2-pylast: LastGenre plugin'
 'python2-requests: FetchArt plugin')
 
source=(https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;)
-sha256sums=('ba3dd640964ced1e9c2d02bbe17177b33eff46186872537473ddf59675b3f637')
+sha256sums=('4a926b4c82409382b993b14cac7ecdbd18dea84845030ad41e26198542871408')
 
 build() {
   cd beets-${pkgver}


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

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 09:21:40
  Author: arojas
Revision: 235561

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

Added:
  baloo4/repos/testing-i686/
  baloo4/repos/testing-i686/PKGBUILD
(from rev 235560, baloo4/trunk/PKGBUILD)
  baloo4/repos/testing-i686/baloo4.install
(from rev 235560, baloo4/trunk/baloo4.install)
  baloo4/repos/testing-x86_64/
  baloo4/repos/testing-x86_64/PKGBUILD
(from rev 235560, baloo4/trunk/PKGBUILD)
  baloo4/repos/testing-x86_64/baloo4.install
(from rev 235560, baloo4/trunk/baloo4.install)

---+
 testing-i686/PKGBUILD |   63 
 testing-i686/baloo4.install   |   11 ++
 testing-x86_64/PKGBUILD   |   63 
 testing-x86_64/baloo4.install |   11 ++
 4 files changed, 148 insertions(+)

Copied: baloo4/repos/testing-i686/PKGBUILD (from rev 235560, 
baloo4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-07 07:21:40 UTC (rev 235561)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=baloo4
+pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
+pkgver=4.14.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata4')
+source=(http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
+sha1sums=('bf90846545c5b5a0b0badab25dc3e839dc0c6574')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../baloo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_baloo4() {
+  pkgdesc='A KDE4 framework for searching and managing metadata'
+  depends=('baloo4-akonadi')
+  conflicts=('baloo')
+  install=${pkgname}.install
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/usr/bin/akonadi_baloo_indexer,/usr/include,/usr/lib,/usr/share/akonadi,/usr/share/kde4}
+}
+
+package_baloo4-akonadi() {
+  pkgdesc='Baloo resource for Akonadi'
+  depends=('libbaloo4')
+  conflicts=('baloo=4.14.0-1')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/etc,/usr/bin/baloo*,/usr/include,/usr/lib,/usr/share/{kde4,autostart,dbus-1,icons,polkit-1}}
+}
+
+package_libbaloo4() {
+  pkgdesc='Libraries for baloo4'
+  depends=('kdepimlibs' 'xapian-core' 'kfilemetadata4')
+  conflicts=('baloo=4.14.0-1')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/etc,/usr/bin,/usr/share/{akonadi,autostart,dbus-1,icons,polkit-1}}
+}
+

Copied: baloo4/repos/testing-i686/baloo4.install (from rev 235560, 
baloo4/trunk/baloo4.install)
===
--- testing-i686/baloo4.install (rev 0)
+++ testing-i686/baloo4.install 2015-04-07 07:21:40 UTC (rev 235561)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: baloo4/repos/testing-x86_64/PKGBUILD (from rev 235560, 
baloo4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-07 07:21:40 UTC (rev 235561)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=baloo4
+pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
+pkgver=4.14.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata4')
+source=(http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
+sha1sums=('bf90846545c5b5a0b0badab25dc3e839dc0c6574')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../baloo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_baloo4() {
+  pkgdesc='A KDE4 framework for searching and managing metadata'
+  depends=('baloo4-akonadi')
+  conflicts=('baloo')
+  install=${pkgname}.install
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/usr/bin/akonadi_baloo_indexer,/usr/include,/usr/lib,/usr/share/akonadi,/usr/share/kde4}
+}
+
+package_baloo4-akonadi() {
+  pkgdesc='Baloo resource for Akonadi'
+  depends=('libbaloo4')
+  conflicts=('baloo=4.14.0-1')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/etc,/usr/bin/baloo*,/usr/include,/usr/lib,/usr/share/{kde4,autostart,dbus-1,icons,polkit-1}}
+}
+
+package_libbaloo4() {
+  pkgdesc='Libraries for baloo4'
+  depends=('kdepimlibs' 'xapian-core' 'kfilemetadata4')
+ 

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

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 09:20:42
  Author: arojas
Revision: 235560

Bump pkgrel

Modified:
  baloo4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 07:15:41 UTC (rev 235559)
+++ PKGBUILD2015-04-07 07:20:42 UTC (rev 235560)
@@ -4,7 +4,7 @@
 pkgbase=baloo4
 pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
 pkgver=4.14.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/baloo'
 license=('LGPL')


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

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 09:15:41
  Author: arojas
Revision: 235559

Depend on kfilemetadata4, don't provide baloo

Modified:
  baloo4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 07:09:44 UTC (rev 235558)
+++ PKGBUILD2015-04-07 07:15:41 UTC (rev 235559)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/baloo'
 license=('LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata4')
 source=(http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
 sha1sums=('bf90846545c5b5a0b0badab25dc3e839dc0c6574')
 
@@ -27,9 +27,7 @@
 package_baloo4() {
   pkgdesc='A KDE4 framework for searching and managing metadata'
   depends=('baloo4-akonadi')
-  replaces=('baloo')
-  conflicts=('baloo=4.14.0-1')
-  provides=('baloo')
+  conflicts=('baloo')
   install=${pkgname}.install
 
   cd build
@@ -53,7 +51,7 @@
 
 package_libbaloo4() {
   pkgdesc='Libraries for baloo4'
-  depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+  depends=('kdepimlibs' 'xapian-core' 'kfilemetadata4')
   conflicts=('baloo=4.14.0-1')
 
   cd build


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

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:10:05
  Author: tpowa
Revision: 130862

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 130858, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 130858, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 130858, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 130858, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   46 -
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 06:10:04 UTC (rev 130861)
+++ community-i686/PKGBUILD 2015-04-07 06:10:05 UTC (rev 130862)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=4
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS=-DVERSION=$pkgver \
-   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 130858, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 06:10:05 UTC (rev 130862)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=5
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS=-DVERSION=$pkgver \
+   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   

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

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:10:07
  Author: tpowa
Revision: 130863

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 130858, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 130858, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 130858, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 130858, tp_smapi/repos/community-testing-x86_64/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/tp_smapi.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/tp_smapi.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 06:10:05 UTC (rev 130862)
+++ community-i686/PKGBUILD 2015-04-07 06:10:07 UTC (rev 130863)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-3.19-ARCH
-pkgrel=65
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
--e s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}| Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make -C /usr/lib/modules/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/usr \
-M=${srcdir}/${pkgname}-${pkgver} modules_install
-
-  cd ${pkgdir}/usr/lib/modules
-  mv ${_kernver}/extra ${_extramodules}
-  rmdir ${_kernver}
-
-  # compress kernel modules
-  find ${pkgdir} -name *.ko -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi  ${srcdir}/${pkgname}.conf
-  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
-
-  # update kernel version in install file
-  sed -ri s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}| \
-${startdir}/${pkgname}.install
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 130858, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 06:10:07 UTC (rev 130863)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-3.19-ARCH
+pkgrel=66
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+-e s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}| Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  

[arch-commits] Commit in virtualbox-modules/repos (18 files)

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:10:11
  Author: tpowa
Revision: 130865

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 130858, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 130858, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 130858, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 130858, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 130858, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 130858, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 130858, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 130858, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   61 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   61 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 06:10:08 UTC (rev 130864)
+++ community-i686/PKGBUILD 2015-04-07 06:10:11 UTC (rev 130865)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.26
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.19' 'linux4.0'
- 'linux-headers=3.19' 'linux-headers4.0'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.19-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.19' 'linux4.0')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.19' 'linux4.0')
-  replaces=('virtualbox-archlinux-modules')

[arch-commits] Commit in nvidia-304xx/repos (18 files)

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:09:26
  Author: tpowa
Revision: 235554

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 235553, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nv-drm.patch
(from rev 235553, nvidia-304xx/repos/testing-i686/nv-drm.patch)
  nvidia-304xx/repos/extra-i686/nvidia-3.19.patch
(from rev 235553, nvidia-304xx/repos/testing-i686/nvidia-3.19.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 235553, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 235553, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
(from rev 235553, nvidia-304xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-3.19.patch
(from rev 235553, nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 235553, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nv-drm.patch
  nvidia-304xx/repos/extra-i686/nvidia-3.19.patch
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-3.19.patch
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

+
 /PKGBUILD  |  116 +++
 /nv-drm.patch  |   54 ++
 /nvidia-3.19.patch |   42 ++
 /nvidia.install|   30 ++
 extra-i686/PKGBUILD|   58 ---
 extra-i686/nv-drm.patch|   27 -
 extra-i686/nvidia-3.19.patch   |   21 ---
 extra-i686/nvidia.install  |   15 -
 extra-x86_64/PKGBUILD  |   58 ---
 extra-x86_64/nv-drm.patch  |   27 -
 extra-x86_64/nvidia-3.19.patch |   21 ---
 extra-x86_64/nvidia.install|   15 -
 12 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-07 06:09:08 UTC (rev 235553)
+++ extra-i686/PKGBUILD 2015-04-07 06:09:26 UTC (rev 235554)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.125
-_extramodules=extramodules-3.19-ARCH
-pkgrel=13
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.19' 'linux3.20' 'libgl' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-conflicts=('nvidia')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-source+=('nv-drm.patch' 'nvidia-3.19.patch')
-md5sums+=('79671a27131da619a33eb02ed0c2c031' 
'd14e651d20054d18e0360c157ae60ae4')
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-patch -p0 -i $srcdir/nv-drm.patch
-patch -p1 -i $srcdir/nvidia-3.19.patch
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 235553, 
nvidia-304xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-07 06:09:26 UTC (rev 235554)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.125

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

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:10:04
  Author: tpowa
Revision: 130861

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 130858, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 130858, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 130858, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 130858, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 ++
 community-i686/PKGBUILD|   45 ---
 community-i686/r8168.install   |   17 ---
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/r8168.install |   17 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 06:10:03 UTC (rev 130860)
+++ community-i686/PKGBUILD 2015-04-07 06:10:04 UTC (rev 130861)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.039.00
-pkgrel=12
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-

Copied: r8168/repos/community-i686/PKGBUILD (from rev 130858, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 06:10:04 UTC (rev 130861)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=13
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+  

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

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:10:02
  Author: tpowa
Revision: 130859

db-move: moved acpi_call from [community-testing] to [community] (i686, x86_64)

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 130858, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 130858, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 130858, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 130858, 
acpi_call/repos/community-testing-x86_64/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 ++
 community-i686/PKGBUILD|   47 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 05:23:06 UTC (rev 130858)
+++ community-i686/PKGBUILD 2015-04-07 06:10:02 UTC (rev 130859)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=26
-_extramodules=extramodules-3.19-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='http://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-install='acpi_call.install'
-source=($pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd acpi_call-${pkgver}
-
-  # Fix build with Linux = 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd acpi_call-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd acpi_call-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 acpi_call.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/acpi_call.ko
-  echo acpi_call  ${pkgdir}/usr/lib/modules-load.d/acpi_call.conf
-
-  install -dm 755 ${pkgdir}/usr/share/acpi_call
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/acpi_call/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 130858, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 06:10:02 UTC (rev 130859)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=27
+_extramodules=extramodules-3.19-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install='acpi_call.install'
+source=($pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux = 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call  ${pkgdir}/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 ${pkgdir}/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install

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

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:10:03
  Author: tpowa
Revision: 130860

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 130858, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 130858, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 130858, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 130858, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 06:10:02 UTC (rev 130859)
+++ community-i686/PKGBUILD 2015-04-07 06:10:03 UTC (rev 130860)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
-pkgrel=28
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-install=bbswitch.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 130858, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 06:10:03 UTC (rev 130860)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
+pkgrel=29
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=bbswitch.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2015-04-07 06:10:02 UTC (rev 130859)
+++ community-i686/bbswitch.install 2015-04-07 06:10:03 UTC (rev 130860)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.19-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 130858, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2015-04-07 06:10:03 UTC (rev 130860)
@@ -0,0 

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

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:10:08
  Author: tpowa
Revision: 130864

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 130858, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 130858, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 130858, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 130858, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 130858, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 130858, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   21 ---
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   21 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2015-04-07 06:10:07 UTC (rev 130863)
+++ community-i686/60-vhba.rules2015-04-07 06:10:08 UTC (rev 130864)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 130858, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2015-04-07 06:10:08 UTC (rev 130864)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 06:10:07 UTC (rev 130863)
+++ community-i686/PKGBUILD 2015-04-07 06:10:08 UTC (rev 130864)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-3.19-ARCH
-pkgrel=9
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 130858, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 06:10:08 UTC (rev 130864)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-3.19-ARCH
+pkgrel=10
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;

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

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:09:08
  Author: tpowa
Revision: 235553

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 235552, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 235552, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 235552, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 235552, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 235552, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 235552, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 235552, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 235552, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 235552, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 235552, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 235552, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 235552, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  598 
 /change-default-console-loglevel.patch|   22 
 /config   |14566 
 /config.x86_64|14066 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  299 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 7283 --
 core-i686/config.x86_64   | 7033 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  299 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 7283 --
 core-x86_64/config.x86_64 | 7033 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 18 files changed, 29354 insertions(+), 29354 deletions(-)

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


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

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:09:27
  Author: tpowa
Revision: 23

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 235553, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nv-drm-343.36.patch
(from rev 235553, nvidia/repos/testing-i686/nv-drm-343.36.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 235553, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 235553, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
(from rev 235553, nvidia/repos/testing-x86_64/nv-drm-343.36.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 235553, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nv-drm-343.36.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|  108 +
 /nv-drm-343.36.patch |   28 +
 /nvidia.install  |   36 
 extra-i686/PKGBUILD  |   54 --
 extra-i686/nv-drm-343.36.patch   |   14 
 extra-i686/nvidia.install|   18 --
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/nv-drm-343.36.patch |   14 
 extra-x86_64/nvidia.install  |   18 --
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-07 06:09:26 UTC (rev 235554)
+++ extra-i686/PKGBUILD 2015-04-07 06:09:27 UTC (rev 23)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=346.47
-_extramodules=extramodules-3.19-ARCH
-pkgrel=10
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.19' 'linux3.20' nvidia-utils=${pkgver} 'libgl')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('ae61b6c3c081383f991bcc64ee0844b1'
- '115b5b2d136c4b44c658ef823b8a4bab')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 235553, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-07 06:09:27 UTC (rev 23)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=346.47
+_extramodules=extramodules-3.19-ARCH
+pkgrel=11
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.19' 'linux3.20' nvidia-utils=${pkgver} 'libgl')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('ae61b6c3c081383f991bcc64ee0844b1'
+ '115b5b2d136c4b44c658ef823b8a4bab')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {

[arch-commits] Commit in nvidia-340xx/repos (14 files)

2015-04-07 Thread Tobias Powalowski
Date: Tuesday, April 7, 2015 @ 08:09:28
  Author: tpowa
Revision: 235556

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 235553, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nv-drm.patch
(from rev 235553, nvidia-340xx/repos/testing-i686/nv-drm.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 235553, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 235553, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
(from rev 235553, nvidia-340xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 235553, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nv-drm.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-x86_64/

---+
 /PKGBUILD |  102 
 /nv-drm.patch |   54 +++
 /nvidia-340xx.install |   30 ++
 extra-i686/PKGBUILD   |   51 --
 extra-i686/nv-drm.patch   |   27 -
 extra-i686/nvidia-340xx.install   |   15 -
 extra-x86_64/PKGBUILD |   51 --
 extra-x86_64/nv-drm.patch |   27 -
 extra-x86_64/nvidia-340xx.install |   15 -
 9 files changed, 186 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-07 06:09:27 UTC (rev 23)
+++ extra-i686/PKGBUILD 2015-04-07 06:09:28 UTC (rev 235556)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.76
-_extramodules=extramodules-3.19-ARCH
-pkgrel=6
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.19' 'linux3.20' 'libgl' nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-nv-drm.patch)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c'
- '79671a27131da619a33eb02ed0c2c031')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-patch -p0 -i ../nv-drm.patch
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 235553, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-07 06:09:28 UTC (rev 235556)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.76
+_extramodules=extramodules-3.19-ARCH
+pkgrel=7
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.19' 'linux3.20' 'libgl' nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm.patch)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'

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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 09:10:25
  Author: jgc
Revision: 130866

upgpkg: balsa 2.5.1-2

Replace gnome-doc-utils with yelp-tools, this adds help files to the package. 
Also remove gnome-icon-theme dependency

Modified:
  balsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 06:10:11 UTC (rev 130865)
+++ PKGBUILD2015-04-07 07:10:25 UTC (rev 130866)
@@ -6,13 +6,13 @@
 
 pkgname=balsa
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An e-mail client for GNOME
 arch=('i686' 'x86_64')
 url='http://pawsa.fedorapeople.org/balsa/'
 license=('GPL')
-depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 09:10:32
  Author: jgc
Revision: 130867

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

Added:
  balsa/repos/community-i686/PKGBUILD
(from rev 130866, balsa/trunk/PKGBUILD)
  balsa/repos/community-i686/balsa.changelog
(from rev 130866, balsa/trunk/balsa.changelog)
  balsa/repos/community-i686/balsa.install
(from rev 130866, balsa/trunk/balsa.install)
  balsa/repos/community-x86_64/PKGBUILD
(from rev 130866, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
(from rev 130866, balsa/trunk/balsa.changelog)
  balsa/repos/community-x86_64/balsa.install
(from rev 130866, balsa/trunk/balsa.install)
Deleted:
  balsa/repos/community-i686/PKGBUILD
  balsa/repos/community-i686/balsa.changelog
  balsa/repos/community-i686/balsa.install
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.changelog
  balsa/repos/community-x86_64/balsa.install

--+
 /PKGBUILD|   90 +
 /balsa.changelog |4 +
 /balsa.install   |   24 +
 community-i686/PKGBUILD  |   45 --
 community-i686/balsa.changelog   |2 
 community-i686/balsa.install |   12 
 community-x86_64/PKGBUILD|   45 --
 community-x86_64/balsa.changelog |2 
 community-x86_64/balsa.install   |   12 
 9 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 07:10:25 UTC (rev 130866)
+++ community-i686/PKGBUILD 2015-04-07 07:10:32 UTC (rev 130867)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=balsa
-pkgver=2.5.1
-pkgrel=1
-pkgdesc=An e-mail client for GNOME
-arch=('i686' 'x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkitgtk3' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-ssl \
---with-gpgme=gpgme-config \
---with-gss \
---with-ldap \
---with-gtksourceview \
---with-gtkspell \
---with-rubrica \
---with-sqlite \
---without-nm \
---without-gnome \
---with-html-widget=webkit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
-}

Copied: balsa/repos/community-i686/PKGBUILD (from rev 130866, 
balsa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 07:10:32 UTC (rev 130867)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=balsa
+pkgver=2.5.1
+pkgrel=2
+pkgdesc=An e-mail client for GNOME
+arch=('i686' 'x86_64')
+url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkitgtk' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview3' 
'gtkspell3' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-ssl \
+--with-gpgme=gpgme-config \
+--with-gss \
+--with-ldap \
+--with-gtksourceview \
+--with-gtkspell \
+--with-rubrica \
+--with-sqlite \
+--without-nm \
+--without-gnome \
+--with-html-widget=webkit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR=${pkgdir} install
+}

Deleted: community-i686/balsa.changelog
===
--- community-i686/balsa.changelog  2015-04-07 07:10:25 UTC (rev 130866)

[arch-commits] Commit in nodejs-less/repos/community-any (PKGBUILD PKGBUILD)

2015-04-07 Thread Massimiliano Torromeo
Date: Tuesday, April 7, 2015 @ 11:09:58
  Author: mtorromeo
Revision: 130871

archrelease: copy trunk to community-any

Added:
  nodejs-less/repos/community-any/PKGBUILD
(from rev 130870, nodejs-less/trunk/PKGBUILD)
Deleted:
  nodejs-less/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-07 09:07:56 UTC (rev 130870)
+++ PKGBUILD2015-04-07 09:09:58 UTC (rev 130871)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=nodejs-less
-pkgver=2.4.0
-pkgrel=1
-pkgdesc=A standalone compiler for the LESS CSS language.
-arch=('any')
-url=http://lesscss.org/;
-license=('Apache')
-depends=('nodejs')
-conflicts=('lessc')
-provides=(lessc=$pkgver)
-replaces=('lessc')
-source=(https://registry.npmjs.org/less/-/less-$pkgver.tgz;)
-
-package() {
-npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
-}
-
-sha256sums=('786491ab3922202259ead8a736bf8f1eefddd7b0ec46feab7d1c1303afa40828')

Copied: nodejs-less/repos/community-any/PKGBUILD (from rev 130870, 
nodejs-less/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-07 09:09:58 UTC (rev 130871)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=nodejs-less
+pkgver=2.5.0
+pkgrel=1
+pkgdesc=A standalone compiler for the LESS CSS language.
+arch=('any')
+url=http://lesscss.org/;
+license=('Apache')
+depends=('nodejs')
+conflicts=('lessc')
+provides=(lessc=$pkgver)
+replaces=('lessc')
+source=(https://registry.npmjs.org/less/-/less-$pkgver.tgz;)
+
+package() {
+npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
+}
+
+sha256sums=('3e3e555a5085bc1af6053343f4da29a2800bd7ab08b6fc832ceb6a7dbf8e6460')


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

2015-04-07 Thread Massimiliano Torromeo
Date: Tuesday, April 7, 2015 @ 11:07:56
  Author: mtorromeo
Revision: 130870

upgpkg: nodejs-less 2.5.0-1

Updated to 2.5.0

Modified:
  nodejs-less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 07:37:37 UTC (rev 130869)
+++ PKGBUILD2015-04-07 09:07:56 UTC (rev 130870)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=nodejs-less
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc=A standalone compiler for the LESS CSS language.
 arch=('any')
@@ -18,4 +18,4 @@
 npm install -g --user root --prefix $pkgdir/usr 
$srcdir/less-$pkgver.tgz
 }
 
-sha256sums=('786491ab3922202259ead8a736bf8f1eefddd7b0ec46feab7d1c1303afa40828')
+sha256sums=('3e3e555a5085bc1af6053343f4da29a2800bd7ab08b6fc832ceb6a7dbf8e6460')


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 13:30:00
  Author: jgc
Revision: 235567

Remove gnome-doc-utils

Modified:
  gedit-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 11:22:34 UTC (rev 235566)
+++ PKGBUILD2015-04-07 11:30:00 UTC (rev 235567)
@@ -13,7 +13,7 @@
 license=(GPL)
 url=http://live.gnome.org/GeditPlugins;
 depends=(gedit python-dbus)
-makedepends=(intltool gnome-doc-utils vte3 libgit2-glib itstool zeitgeist 
gucharmap gobject-introspection)
+makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap 
gobject-introspection)
 optdepends=('gucharmap: for charmap plugin'
 'vte3: for embedded terminal'
 'libgit2-glib: for git plugin'


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 13:22:34
  Author: jgc
Revision: 235566

Remove gnome-doc-utils makedepend

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 07:29:05 UTC (rev 235565)
+++ PKGBUILD2015-04-07 11:22:34 UTC (rev 235566)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify' 'p7zip')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+makedepends=('intltool' 'pkg-config' 'libnautilus-extension' 'itstool' 
'docbook-xsl')
 optdepends=('lrzip: lrzip archive support'
 'unace: extraction tool for the proprietary ace archive format')
 groups=('gnome-extra')


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 13:32:27
  Author: jgc
Revision: 130875

Remove gnome-doc-utils

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 09:31:39 UTC (rev 130874)
+++ PKGBUILD2015-04-07 11:32:27 UTC (rev 130875)
@@ -12,7 +12,7 @@
 url=http://www.glom.org/;
 license=('GPL')
 depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost' 'itstool')
+makedepends=('intltool' 'python-sphinx' 'boost' 'itstool')
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.28/$pkgname-$pkgver.tar.xz)


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 13:38:06
  Author: jgc
Revision: 235568

Remove gnome-doc-utils

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 11:30:00 UTC (rev 235567)
+++ PKGBUILD2015-04-07 11:38:06 UTC (rev 235568)
@@ -12,7 +12,7 @@
  gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
  libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
  gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus)
-makedepends=(gnome-doc-utils intltool docbook-xsl modemmanager)
+makedepends=(intltool docbook-xsl modemmanager)
 optdepends=('system-config-printer: Printer settings'
 'gnome-user-share: Bluetooth and WebDAV file sharing'
 'rygel: media sharing'


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 13:40:38
  Author: jgc
Revision: 235569

Remove gnome-doc-utils

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 11:38:06 UTC (rev 235568)
+++ PKGBUILD2015-04-07 11:40:38 UTC (rev 235569)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(vte3 gsettings-desktop-schemas dconf)
-makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils
+makedepends=(intltool itstool docbook-xsl desktop-file-utils
  libnautilus-extension appdata-tools gnome-shell gconf vala)
 optdepends=('gconf: settings migration when upgrading from older version')
 options=('!emptydirs')


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

2015-04-07 Thread Massimiliano Torromeo
Date: Tuesday, April 7, 2015 @ 13:54:17
  Author: mtorromeo
Revision: 130876

upgpkg: hhvm 3.6.1-2

icu-55.1 rebuild

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 11:32:27 UTC (rev 130875)
+++ PKGBUILD2015-04-07 11:54:17 UTC (rev 130876)
@@ -4,7 +4,7 @@
 
 pkgname=hhvm
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 
 _thirdparty_commit=3bf14f9194bff0f681ee60bc6e5f1ac60b233f5c
 _folly_commit=7d2497f0e57fb14b6ea43a5a2d180604d7e1e7e5


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

2015-04-07 Thread Massimiliano Torromeo
Date: Tuesday, April 7, 2015 @ 13:54:59
  Author: mtorromeo
Revision: 130877

archrelease: copy trunk to community-staging-x86_64

Added:
  hhvm/repos/community-staging-x86_64/
  hhvm/repos/community-staging-x86_64/PKGBUILD
(from rev 130876, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-staging-x86_64/hhvm.install
(from rev 130876, hhvm/trunk/hhvm.install)
  hhvm/repos/community-staging-x86_64/hhvm.service
(from rev 130876, hhvm/trunk/hhvm.service)
  hhvm/repos/community-staging-x86_64/hhvm.tmpfile
(from rev 130876, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-staging-x86_64/hhvm@.service
(from rev 130876, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-staging-x86_64/php.ini
(from rev 130876, hhvm/trunk/php.ini)
  hhvm/repos/community-staging-x86_64/server.ini
(from rev 130876, hhvm/trunk/server.ini)

---+
 PKGBUILD  |  137 
 hhvm.install  |9 +++
 hhvm.service  |   15 ++
 hhvm.tmpfile  |2 
 hhvm@.service |   15 ++
 php.ini   |   10 
 server.ini|6 ++
 7 files changed, 194 insertions(+)

Copied: hhvm/repos/community-staging-x86_64/PKGBUILD (from rev 130876, 
hhvm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-07 11:54:59 UTC (rev 130877)
@@ -0,0 +1,137 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: James Miller ja...@pocketrent.com
+
+pkgname=hhvm
+pkgver=3.6.1
+pkgrel=2
+
+_thirdparty_commit=3bf14f9194bff0f681ee60bc6e5f1ac60b233f5c
+_folly_commit=7d2497f0e57fb14b6ea43a5a2d180604d7e1e7e5
+_thrift_commit=d30280a33ed2c67672b0295872397e5affb60f8c
+_proxygen_commit=d17b4e7735ab728d77266a538cef4dcfc57b5fbd
+_webscalesql_commit=004b6b348fdf48f0aa4e3fe1010b891d4fdb9f70
+_mcrouter_commit=addcc91aee3942f4e50760a43fdcb052482be00e
+_squangle_commit=269cd2e30a88b16b1cdf12f1eec5a1c16cb8be10
+
+pkgdesc=Virtual Machine, Runtime, and JIT for PHP
+arch=('x86_64')
+url=http://hhvm.com;
+license=('PHP')
+depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
+ 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
+ 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2')
+makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
+ 'ragel' 'libmariadbclient' 'unixodbc')
+source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
+
hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz;
+
folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz;
+
thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz;
+
proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz;
+
webscalesql-$_webscalesql_commit.tar.gz::https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit.tar.gz;
+
mcrouter-$_mcrouter_commit.tar.gz::https://github.com/facebook/mcrouter/archive/$_mcrouter_commit.tar.gz;
+
squangle-$_squangle_commit.tar.gz::https://github.com/facebook/squangle/archive/$_squangle_commit.tar.gz;
+'hhvm.tmpfile'
+'hhvm.service'
+'hhvm@.service'
+'php.ini'
+'server.ini')
+install=hhvm.install
+backup=(etc/hhvm/{php,server}.ini)
+options+=('!buildflags')
+
+prepare() {
+cd $srcdir/$pkgname-HHVM-$pkgver
+
+# Fix sendmail path
+sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
+hphp/runtime/base/runtime-option.cpp
+
+rm -rf third-party
+ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
+
+cd third-party/folly
+rm -rf src
+ln -s $srcdir/folly-$_folly_commit src
+
+cd ../thrift
+rm -rf src
+ln -s $srcdir/fbthrift-$_thrift_commit src
+
+cd ../proxygen
+rm -rf src
+ln -s $srcdir/proxygen-$_proxygen_commit src
+
+cd ../mcrouter
+rm -rf src
+ln -s $srcdir/mcrouter-$_mcrouter_commit src
+
+cd ../squangle
+rm -rf src squangle
+ln -s $srcdir/squangle-$_squangle_commit src
+ln -s src/squangle
+
+cd ../webscalesqlclient
+rm -rf src webscalesql-5.6
+ln -s $srcdir/webscalesql-5.6-$_webscalesql_commit webscalesql-5.6
+ln -s $srcdir/webscalesql-5.6-$_webscalesql_commit src
+}
+
+build() {
+cd $srcdir/$pkgname-HHVM-$pkgver
+msg2 Building hhvm
+
+cmake -Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_PREFIX_PATH=$srcdir \
+-DENABLE_MONGO:BOOL=ON \
+-DMYSQL_UNIX_SOCK_ADDR=/run/mysqld/mysqld.sock \
+.
+
+make
+
+for hacktool in hackificator 

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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 13:55:14
  Author: spupykin
Revision: 130879

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 130878, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-any/virt-manager.install
(from rev 130878, virt-manager/trunk/virt-manager.install)
Deleted:
  virt-manager/repos/community-any/PKGBUILD
  virt-manager/repos/community-any/virt-manager.install

--+
 PKGBUILD |   91 -
 virt-manager.install |   46 
 2 files changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-07 11:55:06 UTC (rev 130878)
+++ PKGBUILD2015-04-07 11:55:14 UTC (rev 130879)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgbase=virt-manager
-pkgname=(virt-install virt-manager)
-pkgver=1.1.0
-pkgrel=5
-pkgdesc=Console user interface for managing virtual machines
-arch=('any')
-url=http://virt-manager.org/;
-license=('GPL')
-depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
-'libosinfo' 'python2-ipaddr' 'python2-gobject')
-makedepends=('gnome-doc-utils' 'intltool=0.35.0'
-'dbus-python' 'gtk-vnc' 'rarian'
-'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
-'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-'gnome-icon-theme' 'graphite' 'spice-gtk3'
-'libvirt-glib' 'vte3')
-source=(http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-  python2 setup.py build
-}
-
-package_virt-install() {
-  cd $srcdir/$pkgbase-$pkgver
-  python2 setup.py install --root $pkgdir
-}
-
-package_virt-manager() {
-  pkgdesc=Desktop user interface for managing virtual machines
-  install=virt-manager.install
-  depends=('virt-install'
-   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
-   'gnome-doc-utils' 'intltool=0.35.0'
-   'dbus-python' 'gtk-vnc' 'rarian'
-   'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
-   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-   'gnome-icon-theme' 'graphite' 'spice-gtk3'
-   'libvirt-glib' 'vte3')
-}

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 130878, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-07 11:55:14 UTC (rev 130879)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Wiersma archaur at jonw dot org
+
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
+pkgver=1.1.0
+pkgrel=6
+pkgdesc=Console user interface for managing virtual machines
+arch=('any')
+url=http://virt-manager.org/;
+license=('GPL')
+depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+'libosinfo' 'python2-ipaddr' 'python2-gobject')
+makedepends=('intltool=0.35.0'
+'dbus-python' 'gtk-vnc' 'rarian'
+'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+'gnome-icon-theme' 'graphite' 'spice-gtk3'
+'libvirt-glib' 'vte3')
+source=(http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
+md5sums=('baf6eaa88b02bdd7a3c2fdd293eeb6ac')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+  python2 setup.py build
+}
+
+package_virt-install() {
+  cd $srcdir/$pkgbase-$pkgver
+  python2 setup.py install --root $pkgdir
+}
+
+package_virt-manager() {
+  pkgdesc=Desktop user interface for managing virtual machines
+  install=virt-manager.install
+  depends=('virt-install'
+   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+   'dbus-python' 'gtk-vnc' 'rarian'
+   'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
+   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+   'gnome-icon-theme' 'graphite' 'spice-gtk3'
+   'libvirt-glib' 'vte3')
+}

Deleted: virt-manager.install
===
--- virt-manager.install2015-04-07 11:55:06 UTC (rev 130878)
+++ virt-manager.install2015-04-07 11:55:14 UTC (rev 130879)
@@ -1,23 +0,0 @@
-post_install() {
-   [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-   pre_remove $1
-}

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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 13:55:06
  Author: spupykin
Revision: 130878

upgpkg: virt-manager 1.1.0-6

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 11:54:59 UTC (rev 130877)
+++ PKGBUILD2015-04-07 11:55:06 UTC (rev 130878)
@@ -6,7 +6,7 @@
 pkgbase=virt-manager
 pkgname=(virt-install virt-manager)
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc=Console user interface for managing virtual machines
 arch=('any')
 url=http://virt-manager.org/;
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
 'libosinfo' 'python2-ipaddr' 'python2-gobject')
-makedepends=('gnome-doc-utils' 'intltool=0.35.0'
+makedepends=('intltool=0.35.0'
 'dbus-python' 'gtk-vnc' 'rarian'
 'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
@@ -37,7 +37,6 @@
   install=virt-manager.install
   depends=('virt-install'
'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
-   'gnome-doc-utils' 'intltool=0.35.0'
'dbus-python' 'gtk-vnc' 'rarian'
'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser'
'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:14:44
  Author: jgc
Revision: 235570

Replace gnome-doc-utils with rarian dependency

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 11:40:38 UTC (rev 235569)
+++ PKGBUILD2015-04-07 12:14:44 UTC (rev 235570)
@@ -10,8 +10,8 @@
 url=http://www.gnome.org/projects/gnumeric/;
 license=('GPL')
 depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
- 'gobject-introspection')
+makedepends=('intltool' 'psiconv' 'pygobject-devel'
+ 'gobject-introspection' 'rarian')
 optdepends=('python2-gobject: for python plugin support'
 'perl: for perl plugin support'
 'psiconv: for Psion 5 file support'


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

2015-04-07 Thread Sergej Pupykin
 pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20150407
+pkgrel=26
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
+install=gpsdrive.install
+#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2015/${pkgname}-${_pkgver}.tar.xz;
+   gpsdrive-perltovendor.patch)
+md5sums=('c363e751ba1e70e49b198a1889142ca5'
+ 'c28bc2dc51a76a39161bf540aebfab6c')
+
+prepare() {
+  cd $srcdir
+  # python2 fix
+  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
+  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
+  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  (cd gpsdrive-${_pkgver}  patch -p1 $srcdir/gpsdrive-perltovendor.patch)
+}
+
+build() {
+  cd $srcdir
+
+  mkdir -p build
+  cd build
+
+  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
+
+  # see DefineOptions.cmake for a list of common options and defaults
+  # cmake -L for a more in-depth listing
+  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_SCRIPTS=ON \
+-DWITH_MAPNIK=ON \
+-DWITH_POSTGIS=ON \
+-DWITH_GDAL=ON \
+-DWITH_BASEMAPS=ON \
+-DWITH_FRIENDSD=ON \
+-DWITH_KISMET=ON \
+-DWITH_NAVIGATION=ON \
+-DWITH_SPEECH=OFF \
+-DWITH_DBUS=OFF \
+-DLIBGPS_OLD=OFF \
+-DFREETYPE2_INCLUDE_DIRS=/usr/include/freetype2 \
+-DFREETYPE2_LIBRARIES=/usr/lib \
+$srcdir/gpsdrive-${_pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gpsdrive-perltovendor.patch
===
--- community-i686/gpsdrive-perltovendor.patch  2015-04-07 12:21:05 UTC (rev 
130880)
+++ community-i686/gpsdrive-perltovendor.patch  2015-04-07 12:21:21 UTC (rev 
130881)
@@ -1,28 +0,0 @@
-diff -ru gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt 
gpsdrive-2.11-patched/scripts/osm/perl_lib/CMakeLists.txt
 gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt  2010-06-24 
15:53:32.0 -0400
-+++ gpsdrive-2.11-patched/scripts/osm/perl_lib/CMakeLists.txt  2014-06-11 
18:50:59.0 -0400
-@@ -5,10 +5,10 @@
-   MACRO_OPTIONAL_FIND_PACKAGE(Perl)
- 
-   if (PERL_FOUND)
--if (NOT PERL_SITELIB)   
-+if (NOT PERL_VENDORLIB)   
- MACRO_OPTIONAL_FIND_PACKAGE(PerlLibs)
--endif (NOT PERL_SITELIB)
--#MESSAGE(DEBUG:  PERL_SITELIB: ${PERL_SITELIB})
-+endif (NOT PERL_VENDORLIB)
-+#MESSAGE(DEBUG:  PERL_VENDORLIB: ${PERL_VENDORLIB})
- 
- file(GLOB_RECURSE perl_modules ${CMAKE_CURRENT_SOURCE_DIR}/*.pm)
- 
-@@ -16,8 +16,8 @@
- foreach(perl_module ${perl_modules})
-   file(RELATIVE_PATH relative_module_path ${CMAKE_CURRENT_SOURCE_DIR} 
${perl_module})
-   get_filename_component(relative_module_path ${relative_module_path} 
PATH)
--  install(FILES ${perl_module} DESTINATION 
${PERL_SITELIB}/${relative_module_path})
--  #message(DEBUG: install ${perl_module} to 
${PERL_SITELIB}/${relative_module_path})
-+  install(FILES ${perl_module} DESTINATION 
${PERL_VENDORLIB}/${relative_module_path})
-+  #message(DEBUG: install ${perl_module} to 
${PERL_VENDORLIB}/${relative_module_path})
- endforeach(perl_module ${perl_modules})
-   endif (perl_modules)
-   endif (PERL_FOUND)

Copied: gpsdrive/repos/community-i686/gpsdrive-perltovendor.patch (from rev 
130880, gpsdrive/trunk/gpsdrive-perltovendor.patch)
===
--- community-i686/gpsdrive-perltovendor.patch  (rev 0)
+++ community-i686/gpsdrive-perltovendor.patch  2015-04-07 12:21:21 UTC (rev 
130881)
@@ -0,0 +1,28 @@
+diff -ru gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt 
gpsdrive-2.11-patched/scripts/osm/perl_lib/CMakeLists.txt
+--- gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt  2010-06-24 
15:53

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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 14:21:05
  Author: spupykin
Revision: 130880

upgpkg: gpsdrive 2.11-26

upd

Modified:
  gpsdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 11:55:14 UTC (rev 130879)
+++ PKGBUILD2015-04-07 12:21:05 UTC (rev 130880)
@@ -5,8 +5,8 @@
 
 pkgname=gpsdrive
 pkgver=2.11
-_pkgver=20120928
-pkgrel=25
+_pkgver=20150407
+pkgrel=26
 pkgdesc=A car (bike, ship, plane) navigation system
 arch=(i686 x86_64)
 url=http://www.gpsdrive.de/;
@@ -17,9 +17,9 @@
 makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
 install=gpsdrive.install
 #source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;
+source=(http://arch.p5n.pp.ru/~sergej/dl/2015/${pkgname}-${_pkgver}.tar.xz;
gpsdrive-perltovendor.patch)
-md5sums=('bc53792529788b81c291a32d628a4850'
+md5sums=('c363e751ba1e70e49b198a1889142ca5'
  'c28bc2dc51a76a39161bf540aebfab6c')
 
 prepare() {


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:21:19
  Author: jgc
Revision: 235571

Remove gnome-doc-utils

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:14:44 UTC (rev 235570)
+++ PKGBUILD2015-04-07 12:21:19 UTC (rev 235571)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 license=('GPL')
 depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 
'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon')
-makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11' 
'gobject-introspection')
+makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection')
 conflicts=('mutter-wayland')
 replaces=('mutter-wayland')
 url=http://www.gnome.org;


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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 14:21:41
  Author: spupykin
Revision: 130883

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

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

--+
 /PKGBUILD|   66 +
 /uptimed.install |   18 ++
 community-i686/PKGBUILD  |   42 ---
 community-i686/uptimed.install   |3 -
 community-x86_64/PKGBUILD|   42 ---
 community-x86_64/uptimed.install |3 -
 6 files changed, 84 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 12:21:28 UTC (rev 130882)
+++ community-i686/PKGBUILD 2015-04-07 12:21:41 UTC (rev 130883)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=uptimed
-pkgver=0.3.18
-pkgrel=2
-pkgdesc=A system uptime record daemon
-arch=(i686 x86_64)
-#url=http://podgorny.cz/uptimed/;
-url=https://github.com/rpodgorny/uptimed;
-license=('GPL')
-depends=()
-makedepends=('systemd')
-backup=(etc/uptimed.conf)
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz;)
-md5sums=('f76a5f549833590e84e23b955cc1f894')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Change log path to Arch standard
-  for M in `ls M*`; do
-sed -i s|/var/spool/uptimed|/var/log/uptimed| $M
-  done
-  sed -i 's|spool|log|' libuptimed/urec.h
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  mv $pkgdir/etc/uptimed.conf-dist $pkgdir/etc/uptimed.conf
-}

Copied: uptimed/repos/community-i686/PKGBUILD (from rev 130882, 
uptimed/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 12:21:41 UTC (rev 130883)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Tom Killian t...@runbox.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=uptimed
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=A system uptime record daemon
+arch=(i686 x86_64)
+#url=http://podgorny.cz/uptimed/;
+url=https://github.com/rpodgorny/uptimed;
+license=('GPL')
+depends=()
+makedepends=('systemd')
+backup=(etc/uptimed.conf)
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz;)
+md5sums=('6c50b0671e7efed89efb4b956dc0f5e5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  mv $pkgdir/etc/uptimed.conf-dist $pkgdir/etc/uptimed.conf
+}

Deleted: community-i686/uptimed.install
===
--- community-i686/uptimed.install  2015-04-07 12:21:28 UTC (rev 130882)
+++ community-i686/uptimed.install  2015-04-07 12:21:41 UTC (rev 130883)
@@ -1,3 +0,0 @@
-pre_remove() {
-  rm -rf var/log/uptimed
-}

Copied: uptimed/repos/community-i686/uptimed.install (from rev 130882, 
uptimed/trunk/uptimed.install)
===
--- community-i686/uptimed.install  (rev 0)
+++ community-i686/uptimed.install  2015-04-07 12:21:41 UTC (rev 130883)
@@ -0,0 +1,9 @@
+pre_remove() {
+  rm -rf var/spool/uptimed
+}
+
+pre_upgrade() {
+  if [ -d var/log/uptimed ]  [ ! -d var/spool/uptimed ]; then
+mv var/log/uptimed var/spool/
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-07 12:21:28 UTC (rev 130882)
+++ community-x86_64/PKGBUILD   2015-04-07 12:21:41 UTC (rev 130883)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Tom 

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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 14:21:28
  Author: spupykin
Revision: 130882

upgpkg: uptimed 0.4.0-1

upd

Modified:
  uptimed/trunk/PKGBUILD
  uptimed/trunk/uptimed.install

-+
 PKGBUILD|   17 -
 uptimed.install |8 +++-
 2 files changed, 11 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:21:21 UTC (rev 130881)
+++ PKGBUILD2015-04-07 12:21:28 UTC (rev 130882)
@@ -5,8 +5,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=uptimed
-pkgver=0.3.18
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc=A system uptime record daemon
 arch=(i686 x86_64)
 #url=http://podgorny.cz/uptimed/;
@@ -17,20 +17,11 @@
 backup=(etc/uptimed.conf)
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rpodgorny/uptimed/archive/v$pkgver.tar.gz;)
-md5sums=('f76a5f549833590e84e23b955cc1f894')
+md5sums=('6c50b0671e7efed89efb4b956dc0f5e5')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Change log path to Arch standard
-  for M in `ls M*`; do
-sed -i s|/var/spool/uptimed|/var/log/uptimed| $M
-  done
-  sed -i 's|spool|log|' libuptimed/urec.h
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make
 }

Modified: uptimed.install
===
--- uptimed.install 2015-04-07 12:21:21 UTC (rev 130881)
+++ uptimed.install 2015-04-07 12:21:28 UTC (rev 130882)
@@ -1,3 +1,9 @@
 pre_remove() {
-  rm -rf var/log/uptimed
+  rm -rf var/spool/uptimed
 }
+
+pre_upgrade() {
+  if [ -d var/log/uptimed ]  [ ! -d var/spool/uptimed ]; then
+mv var/log/uptimed var/spool/
+  fi
+}


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:28:00
  Author: jgc
Revision: 130884

remove gnome-doc-utils, add gobject-introspection

Modified:
  gtranslator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:21:41 UTC (rev 130883)
+++ PKGBUILD2015-04-07 12:28:00 UTC (rev 130884)
@@ -12,7 +12,7 @@
 url='http://projects.gnome.org/gtranslator/'
 license=('GPL')
 depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 
'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'dconf')
-makedepends=('intltool' 'itstool' 'gnome-doc-utils' 'gucharmap' 'json-glib' 
'gnome-common' 'yelp-tools')
+makedepends=('intltool' 'itstool' 'gucharmap' 'json-glib' 'gnome-common' 
'yelp-tools' 'gobject-introspection')
 optdepends=('gucharmap: for charmap plugin'
 'json-glib: for open-tran plugin')
 install=$pkgname.install


[arch-commits] Commit in lightdm-gtk-greeter/trunk (PKGBUILD)

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:32:47
  Author: jgc
Revision: 130885

Fix makedepends

Modified:
  lightdm-gtk-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:28:00 UTC (rev 130884)
+++ PKGBUILD2015-04-07 12:32:47 UTC (rev 130885)
@@ -11,8 +11,7 @@
 url='https://launchpad.net/lightdm-gtk-greeter'
 license=('GPL3' 'LGPL3')
 depends=('gtk3' 'lightdm')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection'
- 'intltool')
+makedepends=('gobject-introspection' 'intltool')
 replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
 install='lightdm-gtk-greeter.install'


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:34:10
  Author: jgc
Revision: 235572

Fix makedepends

Modified:
  mousetweaks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:21:19 UTC (rev 235571)
+++ PKGBUILD2015-04-07 12:34:10 UTC (rev 235572)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 license=('GPL3' 'FDL')
 depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
-makedepends=('gnome-doc-utils' 'intltool')
+makedepends=('intltool')
 groups=('gnome')
 options=('!emptydirs')
 url=http://www.gnome.org;


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:37:17
  Author: jgc
Revision: 235573

Fix makedepends

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:34:10 UTC (rev 235572)
+++ PKGBUILD2015-04-07 12:37:17 UTC (rev 235573)
@@ -13,7 +13,7 @@
 install=orca.install
 depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
  xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
-makedepends=(itstool intltool gnome-doc-utils python2)
+makedepends=(itstool intltool python2)
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('d57b24f5fccbcfe906dafb1cd9da1cde6ffcdbb7ef9148345429de04d5b70b04')


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:39:42
  Author: jgc
Revision: 235574

Fix makedepends

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:37:17 UTC (rev 235573)
+++ PKGBUILD2015-04-07 12:39:42 UTC (rev 235574)
@@ -9,7 +9,7 @@
 url=http://qalculate.sourceforge.net/;
 license=('GPL')
 depends=('libqalculate' 'libgnome' 'libglade' 'cln')
-makedepends=('perl-xml-parser' 'gnome-doc-utils')
+makedepends=('intltool' 'rarian')
 optdepends=('yelp: for displaying the help')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:42:48
  Author: jgc
Revision: 130886

Replace gnome-doc-utils with rarian

Modified:
  vmoviedb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:32:47 UTC (rev 130885)
+++ PKGBUILD2015-04-07 12:42:48 UTC (rev 130886)
@@ -11,7 +11,7 @@
 url=http://vmoviedb.sourceforge.net;
 license=('GPL')
 depends=('libgnomeui' 'gconf=2.18.0.1-4' 'desktop-file-utils')
-makedepends=('gnome-doc-utils=0.11.2' 'intltool')
+makedepends=('rarian' 'intltool')
 install=$pkgname.install
 options=('!emptydirs')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 14:44:21
  Author: jgc
Revision: 235575

Remove gnome-doc-utils

Modified:
  telepathy-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:39:42 UTC (rev 235574)
+++ PKGBUILD2015-04-07 12:44:21 UTC (rev 235575)
@@ -8,7 +8,7 @@
 url=http://telepathy.freedesktop.org/wiki/Logger;
 license=('LGPL2.1')
 depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection')
 install=telepathy-logger.install
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('88f7dfde882d987b9c93b645efab2f43')


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

2015-04-07 Thread Christian Hesse
Date: Tuesday, April 7, 2015 @ 14:49:46
  Author: eworm
Revision: 130887

upgpkg: packagekit 1.0.6-1

upstream release

Modified:
  packagekit/trunk/PKGBUILD
Deleted:
  packagekit/trunk/alpm-track-pacman-round-2.patch

-+
 PKGBUILD|   18 --
 alpm-track-pacman-round-2.patch |  296 --
 2 files changed, 5 insertions(+), 309 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:42:48 UTC (rev 130886)
+++ PKGBUILD2015-04-07 12:49:46 UTC (rev 130887)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname='packagekit'
-pkgver=1.0.5
-pkgrel=3
+pkgver=1.0.6
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -19,18 +19,10 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
-   'alpm-track-pacman-round-2.patch')
-sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
-   'SKIP'
-   '6f34263db8cbf36456f0e61e85cf2418c947c318a765fff2208063661a15d6d2')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+sha256sums=('9f9986c004d3120dc9fa8b1e5aa6ff4171d05ee0e1a04667e5e8ff305ae308a3'
+   'SKIP')
 
-prepare() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   patch -Np1  ${srcdir}/alpm-track-pacman-round-2.patch
-}
-
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 

Deleted: alpm-track-pacman-round-2.patch
===
--- alpm-track-pacman-round-2.patch 2015-04-07 12:42:48 UTC (rev 130886)
+++ alpm-track-pacman-round-2.patch 2015-04-07 12:49:46 UTC (rev 130887)
@@ -1,296 +0,0 @@
-diff --git a/backends/alpm/pk-alpm-config.c b/backends/alpm/pk-alpm-config.c
-index 54e0e7f..4584f36 100644
 a/backends/alpm/pk-alpm-config.c
-+++ b/backends/alpm/pk-alpm-config.c
-@@ -796,7 +796,7 @@ pk_alpm_siglevel_cross (alpm_siglevel_t base, const 
alpm_list_t *list, GError **
- }
- 
- static gboolean
--pk_alpm_config_configure_repos (PkAlpmConfig *config,
-+pk_alpm_config_configure_repos (PkBackend *backend, PkAlpmConfig *config,
-  alpm_handle_t *handle, GError **error)
- {
-   alpm_siglevel_t base, local, remote;
-@@ -834,7 +834,7 @@ pk_alpm_config_configure_repos (PkAlpmConfig *config,
-   level = pk_alpm_siglevel_parse (base, repo-siglevels, error);
-   if (level == ALPM_SIG_USE_DEFAULT)
-   return FALSE;
--  pk_alpm_add_database (repo-name, repo-servers, level);
-+  pk_alpm_add_database (backend, repo-name, repo-servers, 
level);
-   }
- 
-   return TRUE;
-@@ -936,7 +936,7 @@ out:
- }
- 
- static alpm_handle_t *
--pk_alpm_config_configure_alpm (PkAlpmConfig *config, GError **error)
-+pk_alpm_config_configure_alpm (PkBackend *backend, PkAlpmConfig *config, 
GError **error)
- {
-   PkBackendAlpmPrivate *priv = pk_backend_get_user_data (config-backend);
-   alpm_handle_t *handle;
-@@ -984,7 +984,7 @@ pk_alpm_config_configure_alpm (PkAlpmConfig *config, 
GError **error)
-   alpm_option_set_noupgrades (handle, config-noupgrades);
-   config-noupgrades = NULL;
- 
--  pk_alpm_config_configure_repos (config, handle, error);
-+  pk_alpm_config_configure_repos (backend, config, handle, error);
- 
-   return handle;
- }
-@@ -1003,7 +1003,7 @@ pk_alpm_configure (PkBackend *backend, const gchar 
*filename, GError **error)
-   pk_alpm_config_enter_section (config, options);
- 
-   if (pk_alpm_config_parse (config, filename, NULL, e))
--  handle = pk_alpm_config_configure_alpm (config, e);
-+  handle = pk_alpm_config_configure_alpm (backend, config, e);
- 
-   pk_alpm_config_free (config);
-   if (e != NULL) {
-diff --git a/backends/alpm/pk-alpm-databases.c 
b/backends/alpm/pk-alpm-databases.c
-index aef3cb8..e41bc0a 100644
 a/backends/alpm/pk-alpm-databases.c
-+++ b/backends/alpm/pk-alpm-databases.c
-@@ -33,9 +33,6 @@ typedef struct
-   alpm_siglevel_t level;
- } PkBackendRepo;
- 
--static GHashTable *disabled = NULL;
--static alpm_list_t *configured = NULL;
--
- static GHashTable *
- pk_alpm_disabled_repos_new (GError **error)
- {
-@@ -126,7 +123,7 @@ pk_alpm_disabled_repos_configure (PkBackend *backend, 
GHashTable *table, gboolea
-   return FALSE;
-   }
- 
--  for (i = configured; i != NULL; i = i-next) {
-+  for (i = priv-configured_repos; i != NULL; i = i-next) {
-   PkBackendRepo *repo = (PkBackendRepo *) i-data;
-   alpm_siglevel_t level = 

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

2015-04-07 Thread Christian Hesse
Date: Tuesday, April 7, 2015 @ 14:49:58
  Author: eworm
Revision: 130888

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

Added:
  packagekit/repos/community-testing-i686/
  packagekit/repos/community-testing-i686/PKGBUILD
(from rev 130887, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-i686/packagekit.install
(from rev 130887, packagekit/trunk/packagekit.install)
  packagekit/repos/community-testing-x86_64/
  packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 130887, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/packagekit.install
(from rev 130887, packagekit/trunk/packagekit.install)

-+
 community-testing-i686/PKGBUILD |   54 ++
 community-testing-i686/packagekit.install   |   11 +
 community-testing-x86_64/PKGBUILD   |   54 ++
 community-testing-x86_64/packagekit.install |   11 +
 4 files changed, 130 insertions(+)

Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 130887, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-07 12:49:58 UTC (rev 130888)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname='packagekit'
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+sha256sums=('9f9986c004d3120dc9fa8b1e5aa6ff4171d05ee0e1a04667e5e8ff305ae308a3'
+   'SKIP')
+
+build() {
+   cd ${srcdir}/PackageKit-${pkgver}
+
+   ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib/PackageKit \
+   --disable-static \
+   --disable-gtk-doc \
+   --disable-local \
+   --disable-browser-plugin \
+   --disable-gstreamer-plugin \
+   --disable-gtk-module \
+   --disable-command-not-found \
+   --disable-cron \
+   --disable-dummy \
+   --enable-alpm
+   make
+}
+
+package() {
+   cd ${srcdir}/PackageKit-${pkgver}
+
+   # install directory with polkit's owner and permission
+   install -d -m0700 -o 102 ${pkgdir}/usr/share/polkit-1/rules.d
+
+   make DESTDIR=${pkgdir} install
+}
+

Copied: packagekit/repos/community-testing-i686/packagekit.install (from rev 
130887, packagekit/trunk/packagekit.install)
===
--- community-testing-i686/packagekit.install   (rev 0)
+++ community-testing-i686/packagekit.install   2015-04-07 12:49:58 UTC (rev 
130888)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 130887, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-07 12:49:58 UTC (rev 130888)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname='packagekit'
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes

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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 15:13:08
  Author: spupykin
Revision: 130889

upgpkg: firefox-noscript 2.6.9.21-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:49:58 UTC (rev 130888)
+++ PKGBUILD2015-04-07 13:13:08 UTC (rev 130889)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.20
+pkgver=2.6.9.21
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('a126534bf28c1561cf6a06ac58113769')
+md5sums=('17353cc5bb1d5283ea41776503a19d35')
 
 package() {
   depends=(firefox)


[arch-commits] Commit in firefox-noscript/repos/community-any (PKGBUILD PKGBUILD)

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 15:13:18
  Author: spupykin
Revision: 130890

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 130889, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-07 13:13:08 UTC (rev 130889)
+++ PKGBUILD2015-04-07 13:13:18 UTC (rev 130890)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.9.20
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('a126534bf28c1561cf6a06ac58113769')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 130889, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-07 13:13:18 UTC (rev 130890)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.9.21
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('17353cc5bb1d5283ea41776503a19d35')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


[arch-commits] Commit in python-virtualenv/repos/extra-any (PKGBUILD PKGBUILD)

2015-04-07 Thread Dan McGee
Date: Tuesday, April 7, 2015 @ 17:01:45
  Author: dan
Revision: 235577

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 235576, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-07 15:01:37 UTC (rev 235576)
+++ PKGBUILD2015-04-07 15:01:45 UTC (rev 235577)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Daniele Paolella d...@mcrservice.it
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=12.0.7
-pkgrel=1
-pkgdesc=Virtual Python Environment builder
-url=https://virtualenv.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd $srcdir/virtualenv-$pkgver
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
-
-  # link to a version with 3 suffix as well
-  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd $srcdir/virtualenv-$pkgver
-
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| virtualenv.py
-
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  # move this old version out of the way
-  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('e08796f79d112f3bfa6653cc10840114')
-sha256sums=('d681db1766cdc8aa1b37eb18252c264b775f971166c2bf658a9618c1f3d28741')

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 235576, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-07 15:01:45 UTC (rev 235577)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Daniele Paolella d...@mcrservice.it
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=12.1.1
+pkgrel=1
+pkgdesc=Virtual Python Environment builder
+url=https://virtualenv.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+md5sums=('901ecbf302f5de9fdb31d843290b7217')
+sha256sums=('3c88cf7df114c32cf0651d12f979b8db556d992d647493e5bdbbe2828be40007')
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd $srcdir/virtualenv-$pkgver
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
+
+  # link to a version with 3 suffix as well
+  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd $srcdir/virtualenv-$pkgver
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| virtualenv.py
+
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  # move this old version out of the way
+  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-04-07 Thread Dan McGee
Date: Tuesday, April 7, 2015 @ 17:04:13
  Author: dan
Revision: 235580

upgpkg: python-nose 1.3.6-1

Modified:
  python-nose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 15:02:24 UTC (rev 235579)
+++ PKGBUILD2015-04-07 15:04:13 UTC (rev 235580)
@@ -6,7 +6,7 @@
 
 pkgbase=python-nose
 pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.4
+pkgver=1.3.6
 pkgrel=1
 pkgdesc=A discovery-based unittest extension
 arch=('any')
@@ -14,7 +14,7 @@
 license=('LGPL2.1')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
 source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
-md5sums=('6ed7169887580ddc9a8e16048d38274d')
+md5sums=('0ca546d81ca8309080fc80cb389e7a16')
 
 build() {
   cd $srcdir/nose-$pkgver


[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)

2015-04-07 Thread Dan McGee
Date: Tuesday, April 7, 2015 @ 17:04:21
  Author: dan
Revision: 235581

archrelease: copy trunk to extra-any

Added:
  python-nose/repos/extra-any/PKGBUILD
(from rev 235580, python-nose/trunk/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-07 15:04:13 UTC (rev 235580)
+++ PKGBUILD2015-04-07 15:04:21 UTC (rev 235581)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Cilyan Olowen gak...@gmail.com
-
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.4
-pkgrel=1
-pkgdesc=A discovery-based unittest extension
-arch=('any')
-url='http://readthedocs.org/docs/nose/'
-license=('LGPL2.1')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
-source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
-md5sums=('6ed7169887580ddc9a8e16048d38274d')
-
-build() {
-  cd $srcdir/nose-$pkgver
-  sed -i -e s:man/man1:share/man/man1:g setup.py
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-}
-
-package_python-nose() {
-  depends=('python' 'python-setuptools')
-  cd $srcdir/nose-$pkgver
-  python3 setup.py install --prefix=/usr --root=${pkgdir}
-  ln -s nosetests $pkgdir/usr/bin/nosetests3
-}
-
-package_python2-nose() {
-  depends=('python2' 'python2-setuptools')
-  cd $srcdir/nose2-$pkgver
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
-  rm -rf $pkgdir/usr/share
-}
-
-package_python-nose-doc(){
-  pkgdesc=Nose documentation and examples
-  cd $srcdir/nose-$pkgver/doc
-  make SPHINXBUILD=sphinx-build2 html
-  mkdir -p $pkgdir/usr/share/doc/python-nose
-  cp -r .build/html $pkgdir/usr/share/doc/python-nose
-  cp -r ../examples $pkgdir/usr/share/doc/python-nose
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 235580, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-07 15:04:21 UTC (rev 235581)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.3.6
+pkgrel=1
+pkgdesc=A discovery-based unittest extension
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
+source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
+md5sums=('0ca546d81ca8309080fc80cb389e7a16')
+
+build() {
+  cd $srcdir/nose-$pkgver
+  sed -i -e s:man/man1:share/man/man1:g setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python' 'python-setuptools')
+  cd $srcdir/nose-$pkgver
+  python3 setup.py install --prefix=/usr --root=${pkgdir}
+  ln -s nosetests $pkgdir/usr/bin/nosetests3
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-setuptools')
+  cd $srcdir/nose2-$pkgver
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc=Nose documentation and examples
+  cd $srcdir/nose-$pkgver/doc
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p $pkgdir/usr/share/doc/python-nose
+  cp -r .build/html $pkgdir/usr/share/doc/python-nose
+  cp -r ../examples $pkgdir/usr/share/doc/python-nose
+}


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

2015-04-07 Thread Dan McGee
Date: Tuesday, April 7, 2015 @ 17:01:37
  Author: dan
Revision: 235576

upgpkg: python-virtualenv 12.1.1-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:44:21 UTC (rev 235575)
+++ PKGBUILD2015-04-07 15:01:37 UTC (rev 235576)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella d...@mcrservice.it
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=12.0.7
+pkgver=12.1.1
 pkgrel=1
 pkgdesc=Virtual Python Environment builder
 url=https://virtualenv.pypa.io/;
@@ -13,6 +13,8 @@
 replaces=('virtualenv')
 conflicts=('virtualenv')
 
source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+md5sums=('901ecbf302f5de9fdb31d843290b7217')
+sha256sums=('3c88cf7df114c32cf0651d12f979b8db556d992d647493e5bdbbe2828be40007')
 
 package_python-virtualenv() {
   depends=('python')
@@ -45,6 +47,3 @@
   install -D -m644 LICENSE.txt \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-
-md5sums=('e08796f79d112f3bfa6653cc10840114')
-sha256sums=('d681db1766cdc8aa1b37eb18252c264b775f971166c2bf658a9618c1f3d28741')


[arch-commits] Commit in python-pip/repos/extra-any (PKGBUILD PKGBUILD)

2015-04-07 Thread Dan McGee
Date: Tuesday, April 7, 2015 @ 17:02:24
  Author: dan
Revision: 235579

archrelease: copy trunk to extra-any

Added:
  python-pip/repos/extra-any/PKGBUILD
(from rev 235578, python-pip/trunk/PKGBUILD)
Deleted:
  python-pip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-07 15:02:16 UTC (rev 235578)
+++ PKGBUILD2015-04-07 15:02:24 UTC (rev 235579)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=6.0.8
-pkgrel=1
-pkgdesc=The PyPA recommended tool for installing Python packages
-url=https://pip.pypa.io/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('2332e6f97e75ded3bddde0ced01dbda3')
-sha256sums=('0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551')
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/pip-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd $srcdir/pip-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  
-  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 235578, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-07 15:02:24 UTC (rev 235579)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=6.1.1
+pkgrel=1
+pkgdesc=The PyPA recommended tool for installing Python packages
+url=https://pip.pypa.io/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+md5sums=('6b19e0a934d982a5a4b798e957cb6d45')
+sha256sums=('89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556')
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/pip-$pkgver
+  python setup.py build
+  python setup.py install --prefix=/usr --root=$pkgdir
+
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd $srcdir/pip-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  
+  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  python2 -m compileall 
${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-04-07 Thread Dan McGee
Date: Tuesday, April 7, 2015 @ 17:02:16
  Author: dan
Revision: 235578

upgpkg: python-pip 6.1.1-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 15:01:45 UTC (rev 235577)
+++ PKGBUILD2015-04-07 15:02:16 UTC (rev 235578)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=6.0.8
+pkgver=6.1.1
 pkgrel=1
 pkgdesc=The PyPA recommended tool for installing Python packages
 url=https://pip.pypa.io/;
@@ -11,8 +11,8 @@
 license=('MIT')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-md5sums=('2332e6f97e75ded3bddde0ced01dbda3')
-sha256sums=('0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551')
+md5sums=('6b19e0a934d982a5a4b798e957cb6d45')
+sha256sums=('89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556')
 
 package_python-pip() {
   depends=('python' 'python-setuptools')


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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 18:21:34
  Author: spupykin
Revision: 130894

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

Added:
  darktable/repos/community-i686/PKGBUILD
(from rev 130893, darktable/trunk/PKGBUILD)
  darktable/repos/community-i686/darktable.install
(from rev 130893, darktable/trunk/darktable.install)
  darktable/repos/community-x86_64/PKGBUILD
(from rev 130893, darktable/trunk/PKGBUILD)
  darktable/repos/community-x86_64/darktable.install
(from rev 130893, 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  |  102 +++
 /darktable.install |   22 +++
 community-i686/PKGBUILD|   49 
 community-i686/darktable.install   |   11 ---
 community-x86_64/PKGBUILD  |   49 
 community-x86_64/darktable.install |   11 ---
 6 files changed, 124 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 16:21:19 UTC (rev 130893)
+++ community-i686/PKGBUILD 2015-04-07 16:21:34 UTC (rev 130894)
@@ -1,49 +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.6.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' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('702a7e285edefb53365e0511bf17c92d')
-
-prepare() {
-  cd $srcdir/$pkgname-release-$pkgver/cmake
-  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
-}
-
-build() {
-  cd $srcdir/$pkgname-release-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-release-$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 130893, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 16:21:34 UTC (rev 130894)
@@ -0,0 +1,51 @@
+# $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.6.4
+pkgrel=2
+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' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('702a7e285edefb53365e0511bf17c92d')
+
+prepare() {
+  cd $srcdir/$pkgname-release-$pkgver/cmake
+  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
+}
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  ..
+  make
+  make -C ../tools/basecurve
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Deleted: community-i686/darktable.install

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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 18:21:19
  Author: spupykin
Revision: 130893

upgpkg: darktable 1.6.4-2

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 15:49:11 UTC (rev 130892)
+++ PKGBUILD2015-04-07 16:21:19 UTC (rev 130893)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -40,10 +40,12 @@
   -DUSE_COLORD=On \
   ..
   make
+  make -C ../tools/basecurve
 }
 
 package() {
   cd $srcdir/$pkgname-release-$pkgver/build
   make DESTDIR=$pkgdir install
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
   mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
 }


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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 19:11:10
  Author: spupykin
Revision: 130897

upgpkg: darktable 1.6.4-3

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 16:21:50 UTC (rev 130896)
+++ PKGBUILD2015-04-07 17:11:10 UTC (rev 130897)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=1.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -47,5 +47,6 @@
   cd $srcdir/$pkgname-release-$pkgver/build
   make DESTDIR=$pkgdir install
   install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
   mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
 }


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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 19:11:27
  Author: spupykin
Revision: 130898

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

Added:
  darktable/repos/community-i686/PKGBUILD
(from rev 130897, darktable/trunk/PKGBUILD)
  darktable/repos/community-i686/darktable.install
(from rev 130897, darktable/trunk/darktable.install)
  darktable/repos/community-x86_64/PKGBUILD
(from rev 130897, darktable/trunk/PKGBUILD)
  darktable/repos/community-x86_64/darktable.install
(from rev 130897, 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  |  104 +++
 /darktable.install |   22 +++
 community-i686/PKGBUILD|   51 -
 community-i686/darktable.install   |   11 ---
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/darktable.install |   11 ---
 6 files changed, 126 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 17:11:10 UTC (rev 130897)
+++ community-i686/PKGBUILD 2015-04-07 17:11:27 UTC (rev 130898)
@@ -1,51 +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.6.4
-pkgrel=2
-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' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('702a7e285edefb53365e0511bf17c92d')
-
-prepare() {
-  cd $srcdir/$pkgname-release-$pkgver/cmake
-  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
-}
-
-build() {
-  cd $srcdir/$pkgname-release-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  ..
-  make
-  make -C ../tools/basecurve
-}
-
-package() {
-  cd $srcdir/$pkgname-release-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
-  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 130897, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 17:11:27 UTC (rev 130898)
@@ -0,0 +1,52 @@
+# $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.6.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' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('702a7e285edefb53365e0511bf17c92d')
+
+prepare() {
+  cd $srcdir/$pkgname-release-$pkgver/cmake
+  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
+}
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  ..
+  make
+  make -C ../tools/basecurve
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
+  install -Dm0755 

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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 17:49:11
  Author: spupykin
Revision: 130892

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

Added:
  darktable/repos/community-i686/PKGBUILD
(from rev 130891, darktable/trunk/PKGBUILD)
  darktable/repos/community-i686/darktable.install
(from rev 130891, darktable/trunk/darktable.install)
  darktable/repos/community-x86_64/PKGBUILD
(from rev 130891, darktable/trunk/PKGBUILD)
  darktable/repos/community-x86_64/darktable.install
(from rev 130891, 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  |   98 +++
 /darktable.install |   22 +++
 community-i686/PKGBUILD|   49 -
 community-i686/darktable.install   |   11 ---
 community-x86_64/PKGBUILD  |   49 -
 community-x86_64/darktable.install |   11 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 15:48:56 UTC (rev 130891)
+++ community-i686/PKGBUILD 2015-04-07 15:49:11 UTC (rev 130892)
@@ -1,49 +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.6.3
-pkgrel=2
-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' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('631eec1dfa2071bbb56156d99ed164c2')
-
-prepare() {
-  cd $srcdir/$pkgname-release-$pkgver/cmake
-  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
-}
-
-build() {
-  cd $srcdir/$pkgname-release-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-release-$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 130891, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 15:49:11 UTC (rev 130892)
@@ -0,0 +1,49 @@
+# $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.6.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' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('702a7e285edefb53365e0511bf17c92d')
+
+prepare() {
+  cd $srcdir/$pkgname-release-$pkgver/cmake
+  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
+}
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$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.install2015-04-07 

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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 17:48:56
  Author: spupykin
Revision: 130891

upgpkg: darktable 1.6.4-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 13:13:18 UTC (rev 130890)
+++ PKGBUILD2015-04-07 15:48:56 UTC (rev 130891)
@@ -4,8 +4,8 @@
 # Contributor: Johannes Hanika hanatos at gmail dot com
 
 pkgname=darktable
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -17,7 +17,7 @@
 optdepends=('librsvg')
 install=darktable.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('631eec1dfa2071bbb56156d99ed164c2')
+md5sums=('702a7e285edefb53365e0511bf17c92d')
 
 prepare() {
   cd $srcdir/$pkgname-release-$pkgver/cmake


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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 18:21:38
  Author: spupykin
Revision: 130895

upgpkg: linphone 3.8.1-2

upd

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 16:21:34 UTC (rev 130894)
+++ PKGBUILD2015-04-07 16:21:38 UTC (rev 130895)
@@ -5,12 +5,12 @@
 
 pkgname=linphone
 pkgver=3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Voice-over-IP phone
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng;
 license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 
'v4l-utils'
+depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
 'belle-sip')
 makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')


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

2015-04-07 Thread Sergej Pupykin
Date: Tuesday, April 7, 2015 @ 18:21:50
  Author: spupykin
Revision: 130896

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 130895, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 130895, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/ChangeLog
(from rev 130895, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 130895, linphone/trunk/PKGBUILD)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   66 +
 /PKGBUILD  |   76 +++
 community-i686/ChangeLog   |   33 --
 community-i686/PKGBUILD|   38 -
 community-x86_64/ChangeLog |   33 --
 community-x86_64/PKGBUILD  |   38 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-04-07 16:21:38 UTC (rev 130895)
+++ community-i686/ChangeLog2015-04-07 16:21:50 UTC (rev 130896)
@@ -1,33 +0,0 @@
-2008-10-16  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  djclue...@gmail.com
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  djclue...@gmail.com
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  djclue...@gmail.com
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp

Copied: linphone/repos/community-i686/ChangeLog (from rev 130895, 
linphone/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-04-07 16:21:50 UTC (rev 130896)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  djclue...@gmail.com
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  djclue...@gmail.com
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 16:21:38 UTC (rev 130895)
+++ community-i686/PKGBUILD 2015-04-07 16:21:50 UTC (rev 130896)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-# Contributor: Mark Lee m...@markelee.com
-
-pkgname=linphone
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=A Voice-over-IP phone
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng;
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 
'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
-'belle-sip')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-source=(http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.8.x/sources/${pkgname}-$pkgver.tar.gz;)
-md5sums=('9f2a8e27c4f33169e1673f85b6591f8b')
-
-build() {
-  cd $pkgname-$pkgver
-  export PKG_CONFIG=/usr/bin/pkg-config
-  unset SGML_CATALOG_FILES
-  ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
-   --enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-external-mediastreamer \
-   --enable-external-ortp \
-   --enable-zrtp
-  make
-}
-
-package() {
-  cd 

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

2015-04-07 Thread Sven-Hendrik Haase
Date: Tuesday, April 7, 2015 @ 20:21:54
  Author: svenstaro
Revision: 235584

upgpkg: nvidia 346.59-1

upstream release 346.59

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 18:09:34 UTC (rev 235583)
+++ PKGBUILD2015-04-07 18:21:54 UTC (rev 235584)
@@ -3,9 +3,9 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia
-pkgver=346.47
+pkgver=346.59
 _extramodules=extramodules-3.19-ARCH
-pkgrel=11
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('ae61b6c3c081383f991bcc64ee0844b1'
- '115b5b2d136c4b44c658ef823b8a4bab')
+md5sums=('565800c3d9bf347eb35a393f48a6b7f3'
+ 'db1cebc2a78eac85777bb4c7c2c8c70c')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32


[arch-commits] Commit in lib32-nvidia-utils/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-04-07 Thread Sven-Hendrik Haase
Date: Tuesday, April 7, 2015 @ 20:12:36
  Author: svenstaro
Revision: 130900

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 130899, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  236 ++---
 1 file changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-07 18:12:31 UTC (rev 130899)
+++ PKGBUILD2015-04-07 18:12:36 UTC (rev 130900)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=346.47
-pkgrel=1
-arch=('x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('ae61b6c3c081383f991bcc64ee0844b1')
-
-create_links() {
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
-done
-}
-
-build() {
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA (32-bit)
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${_pkg}
-
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
-
-create_links
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-opencl-nvidia
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
-depends=('lib32-nvidia-utils')
-replaces=('lib32-nvidia-utils=313.26-1')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd ${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib32
-ln -s /usr/lib32/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
-
-ln -s /usr/lib32/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/libEGL.so.${pkgver}
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so.1
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib32/libEGL.so
-
-ln -s /usr/lib32/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so.1
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv1_CM.so
-
-ln -s /usr/lib32/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}
-ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so.2
-ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib32/libGLESv2.so
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities (32-bit)
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('lib32-opencl-nvidia')
-cd ${_pkg}
-
-# OpenGL libraries
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
-install -D -m755 libEGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}
-install -D -m755 libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}
-install -D -m755 libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}
-
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-install -D -m755 libnvidia-eglcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}
-install -D -m755 libnvidia-glsi.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}
-
-# misc
-install -D -m755 libnvidia-ifr.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}
-install -D -m755 libnvidia-fbc.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}
-install -D -m755 libnvidia-encode.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 

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

2015-04-07 Thread Sven-Hendrik Haase
Date: Tuesday, April 7, 2015 @ 20:25:13
  Author: svenstaro
Revision: 235587

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

Added:
  nvidia-lts/repos/extra-i686/PKGBUILD
(from rev 235586, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-i686/nvidia-lts.install
(from rev 235586, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 235586, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
(from rev 235586, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-i686/PKGBUILD
  nvidia-lts/repos/extra-i686/nvidia-lts.install
  nvidia-lts/repos/extra-x86_64/PKGBUILD
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install

-+
 /PKGBUILD   |  108 ++
 /nvidia-lts.install |   30 ++
 extra-i686/PKGBUILD |   54 ---
 extra-i686/nvidia-lts.install   |   15 -
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/nvidia-lts.install |   15 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-07 18:25:07 UTC (rev 235586)
+++ extra-i686/PKGBUILD 2015-04-07 18:25:13 UTC (rev 235587)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=346.47
-_extramodules=extramodules-3.14-lts
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.14.36' nvidia-utils=$pkgver 'libgl')
-makedepends=('linux-lts-headers=3.14.36')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('ae61b6c3c081383f991bcc64ee0844b1'
- '115b5b2d136c4b44c658ef823b8a4bab')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-  
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-  
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
-install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 235586, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-07 18:25:13 UTC (rev 235587)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=346.59
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.36' nvidia-utils=$pkgver 'libgl')
+makedepends=('linux-lts-headers=3.14.36')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('565800c3d9bf347eb35a393f48a6b7f3'
+ 'db1cebc2a78eac85777bb4c7c2c8c70c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ $CARCH = x86_64 ]]; then
+cd uvm
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+fi
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+  
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  
+if [[ $CARCH = x86_64 ]]; then
+

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

2015-04-07 Thread Sven-Hendrik Haase
Date: Tuesday, April 7, 2015 @ 20:25:07
  Author: svenstaro
Revision: 235586

upgpkg: nvidia-lts 346.59-1

upstream release 346.59

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 18:22:01 UTC (rev 235585)
+++ PKGBUILD2015-04-07 18:25:07 UTC (rev 235586)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=nvidia-lts
-pkgver=346.47
+pkgver=346.59
 _extramodules=extramodules-3.14-lts
-pkgrel=4
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -16,8 +16,8 @@
 options=(!strip)
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('ae61b6c3c081383f991bcc64ee0844b1'
- '115b5b2d136c4b44c658ef823b8a4bab')
+md5sums=('565800c3d9bf347eb35a393f48a6b7f3'
+ 'db1cebc2a78eac85777bb4c7c2c8c70c')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32


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

2015-04-07 Thread Sven-Hendrik Haase
Date: Tuesday, April 7, 2015 @ 20:09:34
  Author: svenstaro
Revision: 235583

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 235582, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 235582, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 235582, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 235582, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/PKGBUILD
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /PKGBUILD |  362 
 /nvidia-utils.install |   20 +
 extra-i686/PKGBUILD   |  181 --
 extra-i686/nvidia-utils.install   |   10 
 extra-x86_64/PKGBUILD |  181 --
 extra-x86_64/nvidia-utils.install |   10 
 6 files changed, 382 insertions(+), 382 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-07 18:09:24 UTC (rev 235582)
+++ extra-i686/PKGBUILD 2015-04-07 18:09:34 UTC (rev 235583)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=346.47
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('fff888527a89b95e2f32bdc8fe00d9e7c6112415'
-  'fc5f00fe21d48c0cafec6048837e53f6ef402aa8')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-create_links() {
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
-[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
-done
-}
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd ${_pkg}
-
-# OpenCL
-install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
-
-create_links
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s nvidia ${pkgdir}/usr/share/licenses/opencl-nvidia
-}
-
-package_nvidia-libgl() {
-pkgdesc=NVIDIA drivers libraries symlinks
-depends=('nvidia-utils')
-conflicts=('libgl')
-provides=('libgl')
-cd ${_pkg}
-
-mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
-ln -s /usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
-ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
-
-ln -s /usr/lib/nvidia/libGL.so.${pkgver} 
${pkgdir}/usr/lib/libGL.so.${pkgver}
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
-ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
-
-ln -s /usr/lib/nvidia/libEGL.so.${pkgver} 
${pkgdir}/usr/lib/libEGL.so.${pkgver}
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so.1
-ln -s libEGL.so.${pkgver} ${pkgdir}/usr/lib/libEGL.so
-
-ln -s /usr/lib/nvidia/libGLESv1_CM.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so.1
-ln -s libGLESv1_CM.so.${pkgver} ${pkgdir}/usr/lib/libGLESv1_CM.so
-
-ln -s /usr/lib/nvidia/libGLESv2.so.${pkgver} 
${pkgdir}/usr/lib/libGLESv2.so.${pkgver}
-ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib/libGLESv2.so.2
-ln -s libGLESv2.so.${pkgver} ${pkgdir}/usr/lib/libGLESv2.so
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s nvidia ${pkgdir}/usr/share/licenses/nvidia-libgl
-}
-
-package_nvidia-utils() {
-pkgdesc=NVIDIA drivers utilities
-

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

2015-04-07 Thread Sven-Hendrik Haase
Date: Tuesday, April 7, 2015 @ 20:09:24
  Author: svenstaro
Revision: 235582

upgpkg: nvidia-utils 346.59-1

upstream release 346.59

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 15:04:21 UTC (rev 235581)
+++ PKGBUILD2015-04-07 18:09:24 UTC (rev 235582)
@@ -4,8 +4,8 @@
 # Contributor: James Rayner iphi...@gmail.com
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=346.47
-pkgrel=2
+pkgver=346.59
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
@@ -12,8 +12,8 @@
 options=('!strip')
 
source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
 
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('fff888527a89b95e2f32bdc8fe00d9e7c6112415'
-  'fc5f00fe21d48c0cafec6048837e53f6ef402aa8')
+sha1sums=('15c93520f67086cda1f6e46fb84e85a3a9447b64'
+  '8d936627f4de6641fd786304135d68a5fe47ae89')
 
 [[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
 [[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32


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

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 20:33:57
  Author: arojas
Revision: 235591

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

Added:
  khelpcenter/repos/kde-unstable-i686/PKGBUILD
(from rev 235589, khelpcenter/trunk/PKGBUILD)
  khelpcenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235590, khelpcenter/trunk/PKGBUILD)
Deleted:
  khelpcenter/repos/kde-unstable-i686/PKGBUILD
  khelpcenter/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   74 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-04-07 18:33:52 UTC (rev 235590)
+++ kde-unstable-i686/PKGBUILD  2015-04-07 18:33:57 UTC (rev 235591)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.2.2
-pkgrel=2
-pkgdesc=Application to show KDE Applications' documentation
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e1fe62c0df75e99cdd91de86709727ca')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: khelpcenter/repos/kde-unstable-i686/PKGBUILD (from rev 235589, 
khelpcenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-07 18:33:57 UTC (rev 235591)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=3
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e1fe62c0df75e99cdd91de86709727ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-04-07 18:33:52 UTC (rev 235590)
+++ kde-unstable-x86_64/PKGBUILD2015-04-07 18:33:57 UTC (rev 235591)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.2.2
-pkgrel=2
-pkgdesc=Application to show KDE Applications' documentation
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('e1fe62c0df75e99cdd91de86709727ca')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: khelpcenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 235590, 
khelpcenter/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-04-07 18:33:57 UTC (rev 235591)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=3
+pkgdesc=Application to show 

[arch-commits] Commit in webkitgtk/trunk (PKGBUILD webkitgtk-2.4.8-gmutexlocker.patch)

2015-04-07 Thread Andreas Radke
Date: Tuesday, April 7, 2015 @ 20:33:36
  Author: andyrtr
Revision: 235589

upgpkg: webkitgtk 2.4.8-2

rebuild for icu 55.1

Added:
  webkitgtk/trunk/webkitgtk-2.4.8-gmutexlocker.patch
Modified:
  webkitgtk/trunk/PKGBUILD

+
 PKGBUILD   |   14 +
 webkitgtk-2.4.8-gmutexlocker.patch |  282 +++
 2 files changed, 293 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 18:33:24 UTC (rev 235588)
+++ PKGBUILD2015-04-07 18:33:36 UTC (rev 235589)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
 pkgver=2.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
 url=http://webkitgtk.org/;
@@ -17,10 +17,12 @@
 'gst-libav: nonfree media decoding')
 options=(!emptydirs)
 source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
-fix-pretty-quotes.patch bug140241.patch)
+fix-pretty-quotes.patch bug140241.patch
+webkitgtk-2.4.8-gmutexlocker.patch)
 sha256sums=('68f11559cb178679ca92acc9e3a3d7febede7acb7b98afd7fb761875bbc6bd23'
 '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6'
-'a08d43d45e9c226197d4bc4257a416bcb3507bebd2d9c9e8554d1002ddbbe537')
+'a08d43d45e9c226197d4bc4257a416bcb3507bebd2d9c9e8554d1002ddbbe537'
+'fabd056013b6d3408b359419a1440ec9c31ce970878f4502a2781bd56b3feff1')
 
 prepare() {
   mkdir build-gtk{,2} path
@@ -32,6 +34,12 @@
 
   # Fix build bug; https://bugs.webkit.org/show_bug.cgi?id=140241 patch v3
   patch -Np1 -i ../bug140241.patch
+  
+  # fix build with new glib2
+  patch -Np1 -i ../webkitgtk-2.4.8-gmutexlocker.patch
+  
+  # fix build with new automake
+  autoreconf -vfi
 }
 
 _build() (

Added: webkitgtk-2.4.8-gmutexlocker.patch
===
--- webkitgtk-2.4.8-gmutexlocker.patch  (rev 0)
+++ webkitgtk-2.4.8-gmutexlocker.patch  2015-04-07 18:33:36 UTC (rev 235589)
@@ -0,0 +1,282 @@
+diff -up 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.gmutexlocker
 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
+--- 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.gmutexlocker
2015-02-18 15:40:21.851816374 +0100
 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp
 2015-02-18 15:45:58.560092191 +0100
+@@ -316,7 +316,7 @@ void MediaPlayerPrivateGStreamerBase::mu
+ #if USE(ACCELERATED_COMPOSITING)  USE(TEXTURE_MAPPER_GL)  
!USE(COORDINATED_GRAPHICS)
+ PassRefPtrBitmapTexture 
MediaPlayerPrivateGStreamerBase::updateTexture(TextureMapper* textureMapper)
+ {
+-GMutexLocker lock(m_bufferMutex);
++WebCore::GMutexLocker lock(m_bufferMutex);
+ if (!m_buffer)
+ return nullptr;
+ 
+@@ -366,7 +366,7 @@ void MediaPlayerPrivateGStreamerBase::tr
+ g_return_if_fail(GST_IS_BUFFER(buffer));
+ 
+ {
+-GMutexLocker lock(m_bufferMutex);
++WebCore::GMutexLocker lock(m_bufferMutex);
+ gst_buffer_replace(m_buffer, buffer);
+ }
+ 
+@@ -398,7 +398,7 @@ void MediaPlayerPrivateGStreamerBase::pa
+ if (!m_player-visible())
+ return;
+ 
+-GMutexLocker lock(m_bufferMutex);
++WebCore::GMutexLocker lock(m_bufferMutex);
+ if (!m_buffer)
+ return;
+ 
+diff -up 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp.gmutexlocker
 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
+diff -up 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.gmutexlocker
 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp
+--- 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.gmutexlocker
 2015-02-18 15:16:11.995228731 +0100
 
webkitgtk-2.4.8/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp
  2015-02-18 15:45:42.686843477 +0100
+@@ -118,7 +118,7 @@ static gboolean webkitVideoSinkTimeoutCa
+ WebKitVideoSink* sink = reinterpret_castWebKitVideoSink*(data);
+ WebKitVideoSinkPrivate* priv = sink-priv;
+ 
+-GMutexLocker lock(priv-bufferMutex);
++WebCore::GMutexLocker lock(priv-bufferMutex);
+ GstBuffer* buffer = priv-buffer;
+ priv-buffer = 0;
+ priv-timeoutId = 0;
+@@ -140,7 +140,7 @@ static GstFlowReturn webkitVideoSinkRend
+ WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(baseSink);
+ WebKitVideoSinkPrivate* priv = sink-priv;
+ 
+-GMutexLocker lock(priv-bufferMutex);
++WebCore::GMutexLocker lock(priv-bufferMutex);
+ 
+ if (priv-unlocked)
+ return GST_FLOW_OK;
+@@ -279,7 +279,7 @@ static void webkitVideoSinkGetProperty(G
+ 

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

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 20:33:24
  Author: arojas
Revision: 235588

kdoctools is a runtime dependency

Modified:
  khelpcenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 18:25:13 UTC (rev 235587)
+++ PKGBUILD2015-04-07 18:33:24 UTC (rev 235588)
@@ -5,13 +5,13 @@
 
 pkgname=khelpcenter
 pkgver=5.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Application to show KDE Applications' documentation
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
 license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
 md5sums=('e1fe62c0df75e99cdd91de86709727ca')
 


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

2015-04-07 Thread Sven-Hendrik Haase
Date: Tuesday, April 7, 2015 @ 20:12:31
  Author: svenstaro
Revision: 130899

upgpkg: lib32-nvidia-utils 346.59-1

upstream release 346.59

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 17:11:27 UTC (rev 130898)
+++ PKGBUILD2015-04-07 18:12:31 UTC (rev 130899)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=346.47
+pkgver=346.59
 pkgrel=1
 arch=('x86_64')
 url=http://www.nvidia.com/;
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('ae61b6c3c081383f991bcc64ee0844b1')
+md5sums=('565800c3d9bf347eb35a393f48a6b7f3')
 
 create_links() {
 # create soname links


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

2015-04-07 Thread Sven-Hendrik Haase
Date: Tuesday, April 7, 2015 @ 20:22:01
  Author: svenstaro
Revision: 235585

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 235584, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/nv-drm-343.36.patch
(from rev 235584, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 235584, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 235584, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
(from rev 235584, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 235584, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nv-drm-343.36.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
  nvidia/repos/extra-x86_64/nvidia.install

--+
 /PKGBUILD|  108 +
 /nv-drm-343.36.patch |   28 +
 /nvidia.install  |   36 
 extra-i686/PKGBUILD  |   54 --
 extra-i686/nv-drm-343.36.patch   |   14 
 extra-i686/nvidia.install|   18 --
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/nv-drm-343.36.patch |   14 
 extra-x86_64/nvidia.install  |   18 --
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-07 18:21:54 UTC (rev 235584)
+++ extra-i686/PKGBUILD 2015-04-07 18:22:01 UTC (rev 235585)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=346.47
-_extramodules=extramodules-3.19-ARCH
-pkgrel=11
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.19' 'linux3.20' nvidia-utils=${pkgver} 'libgl')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums=('ae61b6c3c081383f991bcc64ee0844b1'
- '115b5b2d136c4b44c658ef823b8a4bab')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 235584, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-07 18:22:01 UTC (rev 235585)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=346.59
+_extramodules=extramodules-3.19-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.19' 'linux3.20' nvidia-utils=${pkgver} 'libgl')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('565800c3d9bf347eb35a393f48a6b7f3'
+ 'db1cebc2a78eac85777bb4c7c2c8c70c')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ $CARCH 

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

2015-04-07 Thread Andreas Radke
Date: Tuesday, April 7, 2015 @ 20:33:52
  Author: andyrtr
Revision: 235590

archrelease: copy trunk to staging-x86_64

Added:
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 235589, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/bug140241.patch
(from rev 235589, webkitgtk/trunk/bug140241.patch)
  webkitgtk/repos/staging-x86_64/fix-pretty-quotes.patch
(from rev 235589, webkitgtk/trunk/fix-pretty-quotes.patch)
  webkitgtk/repos/staging-x86_64/webkitgtk-2.4.8-gmutexlocker.patch
(from rev 235589, webkitgtk/trunk/webkitgtk-2.4.8-gmutexlocker.patch)

+
 PKGBUILD   |   91 +++
 bug140241.patch|   59 +++
 fix-pretty-quotes.patch|   26 +++
 webkitgtk-2.4.8-gmutexlocker.patch |  282 +++
 4 files changed, 458 insertions(+)

Copied: webkitgtk/repos/staging-x86_64/PKGBUILD (from rev 235589, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-07 18:33:52 UTC (rev 235590)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.8
+pkgrel=2
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
+fix-pretty-quotes.patch bug140241.patch
+webkitgtk-2.4.8-gmutexlocker.patch)
+sha256sums=('68f11559cb178679ca92acc9e3a3d7febede7acb7b98afd7fb761875bbc6bd23'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6'
+'a08d43d45e9c226197d4bc4257a416bcb3507bebd2d9c9e8554d1002ddbbe537'
+'fabd056013b6d3408b359419a1440ec9c31ce970878f4502a2781bd56b3feff1')
+
+prepare() {
+  mkdir build-gtk{,2} path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  patch -Np0 -i ../fix-pretty-quotes.patch
+
+  # Fix build bug; https://bugs.webkit.org/show_bug.cgi?id=140241 patch v3
+  patch -Np1 -i ../bug140241.patch
+  
+  # fix build with new glib2
+  patch -Np1 -i ../webkitgtk-2.4.8-gmutexlocker.patch
+  
+  # fix build with new automake
+  autoreconf -vfi
+}
+
+_build() (
+  _ver=$1; shift
+  cd build-${_ver}
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \
+--disable-webkit2 \
+--disable-gtk-doc \
+$@
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+)
+
+build() {
+  PATH=$srcdir/path:$PATH
+
+  _build gtk
+  _build gtk2 --with-gtk=2.0
+}
+
+package_webkitgtk() {
+  depends+=(gtk3)
+  optdepends+=('gtk2: Netscape plugin support')
+  provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
+  conflicts=(webkitgtk3 libwebkit3)
+  replaces=(webkitgtk3 libwebkit3)
+
+  make -C build-gtk -j1 DESTDIR=$pkgdir install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+$pkgdir/usr/share/licenses/webkitgtk/LICENSE
+}
+
+package_webkitgtk2() {
+  pkgdesc+= for GTK2
+  depends+=(gtk2)
+  provides=(libwebkit=${pkgver})
+  conflicts=(libwebkit)
+  replaces=(libwebkit)
+
+  make -C build-gtk2 -j1 DESTDIR=$pkgdir install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+$pkgdir/usr/share/licenses/webkitgtk2/LICENSE
+}

Copied: webkitgtk/repos/staging-x86_64/bug140241.patch (from rev 235589, 
webkitgtk/trunk/bug140241.patch)
===
--- staging-x86_64/bug140241.patch  (rev 0)
+++ staging-x86_64/bug140241.patch  2015-04-07 18:33:52 UTC (rev 235590)
@@ -0,0 +1,59 @@
+@@ -, +, @@ 
+REGRESSION(r177885): [GTK][WK1] Cannot compile 2.4.8 when WK2 is 
disabled
+https://bugs.webkit.org/show_bug.cgi?id=140241
+Reviewed by NOBODY (OOPS!).
+We have to compile the PluginPackageNone.cpp and PluginViewNone.cpp
+just when WebKit2 is enabled and we are not building for X11.
+* GNUmakefile.list.am:
+---
+ Source/WebCore/ChangeLog   | 12 
+ Source/WebCore/GNUmakefile.list.am |  8 
+ 2 files changed, 20 insertions(+)
+--- a/Source/WebCore/ChangeLog 
 a/Source/WebCore/ChangeLog 
+@@ -1,3 +1,15 @@ 
++2015-01-16  Tomas Popela  tpop...@redhat.com
++
++REGRESSION(r177885): [GTK][WK1] Cannot compile 2.4.8 when WK2 is 
disabled
++   

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

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 21:12:45
  Author: arojas
Revision: 235592

Update to 0.9.8.4

Modified:
  libnm-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 18:33:57 UTC (rev 235591)
+++ PKGBUILD2015-04-07 19:12:45 UTC (rev 235592)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libnm-qt4
-pkgver=0.9.8.3
+pkgver=0.9.8.4
 pkgrel=1
 pkgdesc='Qt4-only wrapper for NetworkManager DBus API'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 conflicts=('libnm-qt')
 replaces=('libnm-qt')
 provides=('libnm-qt')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/libnm-qt-${pkgver}.tar.xz;)
-sha256sums=('1f749a21dd8b58026842d87f19e4f5b482b18a7620517ced4a8bdf38dbe84560')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/networkmanager-qt-${pkgver}.tar.xz;)
+sha256sums=('3c6758da6c12668198ff8fdeda2f04c7b620f2ef1a506a1bdaeda63c06fbaff4')
 
 prepare() {
   mkdir -p build
@@ -22,7 +22,7 @@
 
 build() {
   cd build
-  cmake ../libnm-qt-${pkgver} \
+  cmake ../networkmanager-qt-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \


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

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 21:14:20
  Author: arojas
Revision: 235593

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

Added:
  libnm-qt4/repos/extra-i686/PKGBUILD
(from rev 235592, libnm-qt4/trunk/PKGBUILD)
  libnm-qt4/repos/extra-x86_64/PKGBUILD
(from rev 235592, libnm-qt4/trunk/PKGBUILD)
Deleted:
  libnm-qt4/repos/extra-i686/PKGBUILD
  libnm-qt4/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-07 19:12:45 UTC (rev 235592)
+++ extra-i686/PKGBUILD 2015-04-07 19:14:20 UTC (rev 235593)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libnm-qt4
-pkgver=0.9.8.3
-pkgrel=1
-pkgdesc='Qt4-only wrapper for NetworkManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
-license=('LGPL')
-depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake' 'doxygen')
-conflicts=('libnm-qt')
-replaces=('libnm-qt')
-provides=('libnm-qt')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/libnm-qt-${pkgver}.tar.xz;)
-sha256sums=('1f749a21dd8b58026842d87f19e4f5b482b18a7620517ced4a8bdf38dbe84560')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libnm-qt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DDISABLE_TESTING=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libnm-qt4/repos/extra-i686/PKGBUILD (from rev 235592, 
libnm-qt4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-07 19:14:20 UTC (rev 235593)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libnm-qt4
+pkgver=0.9.8.4
+pkgrel=1
+pkgdesc='Qt4-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'doxygen')
+conflicts=('libnm-qt')
+replaces=('libnm-qt')
+provides=('libnm-qt')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/networkmanager-qt-${pkgver}.tar.xz;)
+sha256sums=('3c6758da6c12668198ff8fdeda2f04c7b620f2ef1a506a1bdaeda63c06fbaff4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../networkmanager-qt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DDISABLE_TESTING=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-07 19:12:45 UTC (rev 235592)
+++ extra-x86_64/PKGBUILD   2015-04-07 19:14:20 UTC (rev 235593)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libnm-qt4
-pkgver=0.9.8.3
-pkgrel=1
-pkgdesc='Qt4-only wrapper for NetworkManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
-license=('LGPL')
-depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake' 'doxygen')
-conflicts=('libnm-qt')
-replaces=('libnm-qt')
-provides=('libnm-qt')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/libnm-qt-${pkgver}.tar.xz;)
-sha256sums=('1f749a21dd8b58026842d87f19e4f5b482b18a7620517ced4a8bdf38dbe84560')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libnm-qt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DDISABLE_TESTING=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libnm-qt4/repos/extra-x86_64/PKGBUILD (from rev 235592, 
libnm-qt4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-07 19:14:20 UTC (rev 235593)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libnm-qt4
+pkgver=0.9.8.4
+pkgrel=1
+pkgdesc='Qt4-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'doxygen')
+conflicts=('libnm-qt')
+replaces=('libnm-qt')
+provides=('libnm-qt')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/networkmanager-qt-${pkgver}.tar.xz;)

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

2015-04-07 Thread Gaetan Bisson
Date: Tuesday, April 7, 2015 @ 21:51:26
  Author: bisson
Revision: 130903

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

Added:
  pari-git/repos/community-i686/
  pari-git/repos/community-i686/PKGBUILD
(from rev 130902, pari-git/trunk/PKGBUILD)
  pari-git/repos/community-x86_64/
  pari-git/repos/community-x86_64/PKGBUILD
(from rev 130902, pari-git/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   46 
 community-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: pari-git/repos/community-i686/PKGBUILD (from rev 130902, 
pari-git/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 19:51:26 UTC (rev 130903)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari-git
+_pkgname=pari
+pkgver=20150407.f0d91b9
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='http://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core' 'git')
+optdepends=('perl: gphelp, tex2mail')
+source=('git+http://pari.math.u-bordeaux.fr/git/pari.git#commit=f0d91b910702e6fb4f9a5f0e82846e92e813e6cd')
+sha1sums=('SKIP')
+
+provides=(${_pkgname})
+conflicts=(${_pkgname})
+
+pkgver() {
+   cd ${srcdir}/${_pkgname}
+   git log -1 --format='%cd.%h' --date=short | tr -d -
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd ${srcdir}/${_pkgname}
+   make bench
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}
+   make DESTDIR=${pkgdir} install
+   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+}

Copied: pari-git/repos/community-x86_64/PKGBUILD (from rev 130902, 
pari-git/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-07 19:51:26 UTC (rev 130903)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari-git
+_pkgname=pari
+pkgver=20150407.f0d91b9
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='http://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core' 'git')
+optdepends=('perl: gphelp, tex2mail')
+source=('git+http://pari.math.u-bordeaux.fr/git/pari.git#commit=f0d91b910702e6fb4f9a5f0e82846e92e813e6cd')
+sha1sums=('SKIP')
+
+provides=(${_pkgname})
+conflicts=(${_pkgname})
+
+pkgver() {
+   cd ${srcdir}/${_pkgname}
+   git log -1 --format='%cd.%h' --date=short | tr -d -
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd ${srcdir}/${_pkgname}
+   make bench
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}
+   make DESTDIR=${pkgdir} install
+   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+}


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

2015-04-07 Thread Gaetan Bisson
Date: Tuesday, April 7, 2015 @ 21:51:04
  Author: bisson
Revision: 130902

upstream update

Modified:
  pari-git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 19:25:46 UTC (rev 130901)
+++ PKGBUILD2015-04-07 19:51:04 UTC (rev 130902)
@@ -3,7 +3,7 @@
 
 pkgname=pari-git
 _pkgname=pari
-pkgver=20150327.04f73e4
+pkgver=20150407.f0d91b9
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='http://pari.math.u-bordeaux.fr/'


[arch-commits] Commit in kdeplasma-applets-plasma-nm/trunk (PKGBUILD)

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 22:00:33
  Author: arojas
Revision: 235597

Update to 0.9.3.6

Modified:
  kdeplasma-applets-plasma-nm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 19:23:37 UTC (rev 235596)
+++ PKGBUILD2015-04-07 20:00:33 UTC (rev 235597)
@@ -1,29 +1,24 @@
 # $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+# Contributor: Antonio Rojas  aro...@archlinux.org 
 
 pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.5
-pkgrel=2
+pkgver=0.9.3.6
+pkgrel=1
 pkgdesc=Plasma applet written in QML for managing network connections
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/kde/workspace/plasma-nm;
 license=('GPL')
-depends=('kdebase-workspace' 'libnm-qt')
+depends=('kdebase-workspace' 'libnm-qt4')
 makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
 optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
 'openconnect: Cisco AnyConnect VPN plugin')
 conflicts=('kdeplasma-applets-networkmanagement')
-source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;
-'openconnect7.patch')
-md5sums=('16f5e711de503fa8e5adeef9922c7c98'
- '669e568324f059acc8777e82403b1deb')
+source=(http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
+md5sums=('ab94be59919eca6bf89fc1930cf3dd39')
 
 prepare() {
   mkdir build
-
-  cd plasma-nm-${pkgver}
-  patch -p1 -i ${srcdir}/openconnect7.patch
 }
 
 build() {


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

2015-04-07 Thread Andreas Radke
Date: Tuesday, April 7, 2015 @ 21:23:37
  Author: andyrtr
Revision: 235596

upgpkg: webkit2gtk 2.8.0-2

rebuild for icu 55.1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 19:17:42 UTC (rev 235595)
+++ PKGBUILD2015-04-07 19:23:37 UTC (rev 235596)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+ Web content engine library
 arch=('i686' 'x86_64')
 url=http://webkitgtk.org/;


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

2015-04-07 Thread Andreas Radke
Date: Tuesday, April 7, 2015 @ 22:16:26
  Author: andyrtr
Revision: 235599

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

Added:
  webkit2gtk/repos/staging-i686/
  webkit2gtk/repos/staging-i686/PKGBUILD
(from rev 235598, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/staging-i686/fix-pretty-quotes.patch
(from rev 235598, webkit2gtk/trunk/fix-pretty-quotes.patch)
  webkit2gtk/repos/staging-x86_64/
  webkit2gtk/repos/staging-x86_64/PKGBUILD
(from rev 235598, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/staging-x86_64/fix-pretty-quotes.patch
(from rev 235598, webkit2gtk/trunk/fix-pretty-quotes.patch)

+
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/fix-pretty-quotes.patch   |   26 ++
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/fix-pretty-quotes.patch |   26 ++
 4 files changed, 160 insertions(+)

Copied: webkit2gtk/repos/staging-i686/PKGBUILD (from rev 235598, 
webkit2gtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-07 20:16:26 UTC (rev 235599)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=webkit2gtk
+pkgver=2.8.0
+pkgrel=2
+pkgdesc=GTK+ Web content engine library
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('05fad239f5f035b0a3628bb7bc1536d916f772fc9ff95de22e3cec1af2ac6815'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  patch -p0 -i ../fix-pretty-quotes.patch
+  sed -i '1s/python$/2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/licenses/webkit2gtk
+  cd $srcdir/webkitgtk-$pkgver/Source
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+cat $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+echo   $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+  done
+}

Copied: webkit2gtk/repos/staging-i686/fix-pretty-quotes.patch (from rev 235598, 
webkit2gtk/trunk/fix-pretty-quotes.patch)
===
--- staging-i686/fix-pretty-quotes.patch(rev 0)
+++ staging-i686/fix-pretty-quotes.patch2015-04-07 20:16:26 UTC (rev 
235599)
@@ -0,0 +1,26 @@
+Pretty quotes in licence break Python stdin.
+
+https://bugs.webkit.org/show_bug.cgi?id=128971
+
+--- Source/WebCore/xml/XMLViewer.css.orig  2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.css
+@@ -14,7 +14,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+--- Source/WebCore/xml/XMLViewer.js.orig   2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.js
+@@ -15,7 +15,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Copied: webkit2gtk/repos/staging-x86_64/PKGBUILD (from rev 235598, 
webkit2gtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD   

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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 22:28:09
  Author: jgc
Revision: 235600

upgpkg: gtk3 3.16.1-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 20:16:26 UTC (rev 235599)
+++ PKGBUILD2015-04-07 20:28:09 UTC (rev 235600)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gtk3
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(gobject-introspection)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('ce617318fe18092383cf6ed5d8c688a95a97f2d4c68481317a6a531e288c26ea')
+sha256sums=('9f9716a8c7f8dc149f767718e25fed41984b504a00fd0919b1a4969ca2e4db31')
 
 prepare() {
 cd gtk+-$pkgver


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

2015-04-07 Thread Jan de Groot
Date: Tuesday, April 7, 2015 @ 22:28:16
  Author: jgc
Revision: 235601

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

Added:
  gtk3/repos/testing-i686/PKGBUILD
(from rev 235600, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-i686/gtk3.install
(from rev 235600, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-i686/settings.ini
(from rev 235600, gtk3/trunk/settings.ini)
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 235600, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 235600, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 235600, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/testing-i686/PKGBUILD
  gtk3/repos/testing-i686/gtk3.install
  gtk3/repos/testing-i686/settings.ini
  gtk3/repos/testing-x86_64/PKGBUILD
  gtk3/repos/testing-x86_64/gtk3.install
  gtk3/repos/testing-x86_64/settings.ini

-+
 /PKGBUILD   |   90 ++
 /gtk3.install   |   36 
 /settings.ini   |8 +++
 testing-i686/PKGBUILD   |   45 -
 testing-i686/gtk3.install   |   18 
 testing-i686/settings.ini   |4 -
 testing-x86_64/PKGBUILD |   45 -
 testing-x86_64/gtk3.install |   18 
 testing-x86_64/settings.ini |4 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-07 20:28:09 UTC (rev 235600)
+++ testing-i686/PKGBUILD   2015-04-07 20:28:16 UTC (rev 235601)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gtk3
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('ce617318fe18092383cf6ed5d8c688a95a97f2d4c68481317a6a531e288c26ea')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-rm -f $pkgdir/usr/bin/gtk-update-icon-cache
-}

Copied: gtk3/repos/testing-i686/PKGBUILD (from rev 235600, gtk3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-07 20:28:16 UTC (rev 235601)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.16.1
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('9f9716a8c7f8dc149f767718e25fed41984b504a00fd0919b1a4969ca2e4db31')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+rm -f $pkgdir/usr/bin/gtk-update-icon-cache
+}

Deleted: testing-i686/gtk3.install
===
--- testing-i686/gtk3.install   2015-04-07 20:28:09 UTC (rev 235600)
+++ testing-i686/gtk3.install   2015-04-07 20:28:16 UTC (rev 235601)
@@ -1,18 +0,0 @@
-post_install() {
-/usr/bin/gtk-query-immodules-3.0 --update-cache
-

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

2015-04-07 Thread Gaetan Bisson
Date: Tuesday, April 7, 2015 @ 21:16:51
  Author: bisson
Revision: 235594

upstream update

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 19:14:20 UTC (rev 235593)
+++ PKGBUILD2015-04-07 19:16:51 UTC (rev 235594)
@@ -4,7 +4,7 @@
 
 pkgname=ntp
 _pkgname=ntp #-dev
-_pkgver=4.2.8p1
+_pkgver=4.2.8p2
 pkgver=${_pkgver/p/.p}
 pkgrel=1
 pkgdesc='Network Time Protocol reference implementation'
@@ -18,7 +18,7 @@
 'ntp.conf'
 'ntpd.service'
 'ntpdate.service')
-sha1sums=('1e6d8894bbd3456bd71aa890b02f802f2e611e86'
+sha1sums=('51d014c4a38383692d0895f5b8247004942e3b38'
   'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
   '0a872385e0142888ab48d273fec0669b30a8'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')


[arch-commits] Commit in (4 files)

2015-04-07 Thread Gaetan Bisson
Date: Tuesday, April 7, 2015 @ 21:25:46
  Author: bisson
Revision: 130901

add pari-git as sage dependency

Added:
  pari-git/
  pari-git/repos/
  pari-git/trunk/
  pari-git/trunk/PKGBUILD

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

Added: pari-git/trunk/PKGBUILD
===
--- pari-git/trunk/PKGBUILD (rev 0)
+++ pari-git/trunk/PKGBUILD 2015-04-07 19:25:46 UTC (rev 130901)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari-git
+_pkgname=pari
+pkgver=20150327.04f73e4
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='http://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core' 'git')
+optdepends=('perl: gphelp, tex2mail')
+source=('git+http://pari.math.u-bordeaux.fr/git/pari.git#commit=f0d91b910702e6fb4f9a5f0e82846e92e813e6cd')
+sha1sums=('SKIP')
+
+provides=(${_pkgname})
+conflicts=(${_pkgname})
+
+pkgver() {
+   cd ${srcdir}/${_pkgname}
+   git log -1 --format='%cd.%h' --date=short | tr -d -
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd ${srcdir}/${_pkgname}
+   make bench
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}
+   make DESTDIR=${pkgdir} install
+   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+}


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


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

2015-04-07 Thread Gaetan Bisson
Date: Tuesday, April 7, 2015 @ 21:17:42
  Author: bisson
Revision: 235595

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

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 235594, ntp/trunk/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 235594, ntp/trunk/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 235594, ntp/trunk/ntp.conf)
  ntp/repos/extra-i686/ntpd.service
(from rev 235594, ntp/trunk/ntpd.service)
  ntp/repos/extra-i686/ntpdate.service
(from rev 235594, ntp/trunk/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 235594, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 235594, ntp/trunk/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 235594, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 235594, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 235594, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate.service

--+
 /PKGBUILD|  106 +
 /install |   22 
 /ntp.conf|   48 ++
 /ntpd.service|   26 ++
 /ntpdate.service |   24 +
 extra-i686/PKGBUILD  |   53 
 extra-i686/install   |   11 
 extra-i686/ntp.conf  |   24 -
 extra-i686/ntpd.service  |   13 -
 extra-i686/ntpdate.service   |   12 
 extra-x86_64/PKGBUILD|   53 
 extra-x86_64/install |   11 
 extra-x86_64/ntp.conf|   24 -
 extra-x86_64/ntpd.service|   13 -
 extra-x86_64/ntpdate.service |   12 
 15 files changed, 226 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-07 19:16:51 UTC (rev 235594)
+++ extra-i686/PKGBUILD 2015-04-07 19:17:42 UTC (rev 235595)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=ntp
-_pkgname=ntp #-dev
-_pkgver=4.2.8p1
-pkgver=${_pkgver/p/.p}
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-#source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}-${_pkgver}.tar.gz;
-'ntp.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('1e6d8894bbd3456bd71aa890b02f802f2e611e86'
-  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
-  '0a872385e0142888ab48d273fec0669b30a8'
-  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
-
-options=('!emptydirs')
-install=install
-
-build() {
-   cd ${srcdir}/${_pkgname}-${_pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-linuxcaps \
-   --enable-ntp-signd \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${_pkgname}-${_pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
-   install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   install -d -o 87 ${pkgdir}/var/lib/ntp
-   echo  ${pkgdir}/var/lib/ntp/.placeholder
-}

Copied: ntp/repos/extra-i686/PKGBUILD (from rev 235594, ntp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-07 19:17:42 UTC (rev 235595)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+
+pkgname=ntp
+_pkgname=ntp #-dev
+_pkgver=4.2.8p2
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+#source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;
+source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}-${_pkgver}.tar.gz;
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('51d014c4a38383692d0895f5b8247004942e3b38'
+  

[arch-commits] Commit in kdeplasma-applets-plasma-nm/repos (8 files)

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 22:01:46
  Author: arojas
Revision: 235598

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

Added:
  kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD
(from rev 235597, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/extra-i686/openconnect7.patch
(from rev 235597, kdeplasma-applets-plasma-nm/trunk/openconnect7.patch)
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 235597, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/openconnect7.patch
(from rev 235597, kdeplasma-applets-plasma-nm/trunk/openconnect7.patch)
Deleted:
  kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD
  kdeplasma-applets-plasma-nm/repos/extra-i686/openconnect7.patch
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/openconnect7.patch

-+
 /PKGBUILD   |   70 
 /openconnect7.patch |  618 ++
 extra-i686/PKGBUILD |   40 --
 extra-i686/openconnect7.patch   |  309 ---
 extra-x86_64/PKGBUILD   |   40 --
 extra-x86_64/openconnect7.patch |  309 ---
 6 files changed, 688 insertions(+), 698 deletions(-)

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


[arch-commits] Commit in (4 files)

2015-04-07 Thread Antonio Rojas
Date: Tuesday, April 7, 2015 @ 22:34:52
  Author: arojas
Revision: 235602

Update URLs

Modified:
  libaccounts-glib/trunk/PKGBUILD
  libaccounts-qt/trunk/PKGBUILD
  signon-plugin-oauth2/trunk/PKGBUILD
  signon/trunk/PKGBUILD

-+
 libaccounts-glib/trunk/PKGBUILD |2 +-
 libaccounts-qt/trunk/PKGBUILD   |2 +-
 signon-plugin-oauth2/trunk/PKGBUILD |4 ++--
 signon/trunk/PKGBUILD   |2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

Modified: libaccounts-glib/trunk/PKGBUILD
===
--- libaccounts-glib/trunk/PKGBUILD 2015-04-07 20:28:16 UTC (rev 235601)
+++ libaccounts-glib/trunk/PKGBUILD 2015-04-07 20:34:52 UTC (rev 235602)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc=Glib-based client library for accessing the online accounts database
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
+url=https://gitlab.com/accounts-sso/libaccounts-glib;
 license=('LGPL')
 depends=('dbus-glib' 'libxml2' 'sqlite')
 makedepends=('python2-gobject' 'docbook-xsl')

Modified: libaccounts-qt/trunk/PKGBUILD
===
--- libaccounts-qt/trunk/PKGBUILD   2015-04-07 20:28:16 UTC (rev 235601)
+++ libaccounts-qt/trunk/PKGBUILD   2015-04-07 20:34:52 UTC (rev 235602)
@@ -7,7 +7,7 @@
 pkgver=1.13
 pkgrel=1
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
+url=https://gitlab.com/accounts-sso/libaccounts-qt;
 license=('LGPL')
 makedepends=('qt4' 'libaccounts-glib' 'doxygen' 'qt5-base')
 
source=(https://sources.archlinux.org/other/packages/${pkgbase}/accounts-qt-$pkgver.tar.bz2;)

Modified: signon/trunk/PKGBUILD
===
--- signon/trunk/PKGBUILD   2015-04-07 20:28:16 UTC (rev 235601)
+++ signon/trunk/PKGBUILD   2015-04-07 20:34:52 UTC (rev 235602)
@@ -7,7 +7,7 @@
 pkgver=8.57
 pkgrel=2
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
+url=https://gitlab.com/accounts-sso/signond/;
 license=('LGPL')
 makedepends=('qt4' 'libproxy' 'doxygen' 'graphviz' 'qt5-base' 'ttf-font' 
'qt5-tools')
 options=('!emptydirs')

Modified: signon-plugin-oauth2/trunk/PKGBUILD
===
--- signon-plugin-oauth2/trunk/PKGBUILD 2015-04-07 20:28:16 UTC (rev 235601)
+++ signon-plugin-oauth2/trunk/PKGBUILD 2015-04-07 20:34:52 UTC (rev 235602)
@@ -8,11 +8,11 @@
 pkgrel=1
 pkgdesc='OAuth 2 plugin for signon'
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
+url=https://gitlab.com/accounts-sso/signon-plugin-oauth2;
 license=('LGPL')
 depends=('signon')
 makedepends=('qt5-xmlpatterns')
-source=($pkgname-$pkgver.tar.gz::http://signon-plugin-oauth2.accounts-sso.googlecode.com/archive/$pkgver.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=$pkgver;)
 md5sums=('0f33239a661d11b51a0803657983043d')
 
 prepare() {


[arch-commits] Commit in pari-git/trunk (PKGBUILD public_memory_functions.patch)

2015-04-07 Thread Gaetan Bisson
Date: Tuesday, April 7, 2015 @ 23:21:18
  Author: bisson
Revision: 130904

add patch for sage-mathematics

Added:
  pari-git/trunk/public_memory_functions.patch
Modified:
  pari-git/trunk/PKGBUILD

---+
 PKGBUILD  |   15 +++--
 public_memory_functions.patch |   61 
 2 files changed, 72 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 19:51:26 UTC (rev 130903)
+++ PKGBUILD2015-04-07 21:21:18 UTC (rev 130904)
@@ -4,7 +4,7 @@
 pkgname=pari-git
 _pkgname=pari
 pkgver=20150407.f0d91b9
-pkgrel=1
+pkgrel=2
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='http://pari.math.u-bordeaux.fr/'
 license=('GPL')
@@ -12,8 +12,10 @@
 depends=('gmp' 'readline' 'libx11')
 makedepends=('perl' 'texlive-core' 'git')
 optdepends=('perl: gphelp, tex2mail')
-source=('git+http://pari.math.u-bordeaux.fr/git/pari.git#commit=f0d91b910702e6fb4f9a5f0e82846e92e813e6cd')
-sha1sums=('SKIP')
+source=('git+http://pari.math.u-bordeaux.fr/git/pari.git#commit=f0d91b910702e6fb4f9a5f0e82846e92e813e6cd'
+'public_memory_functions.patch')
+sha1sums=('SKIP'
+  'a88bca1bc18e6eea90c34a9ea88f16c7f1ec28c8')
 
 provides=(${_pkgname})
 conflicts=(${_pkgname})
@@ -23,6 +25,11 @@
git log -1 --format='%cd.%h' --date=short | tr -d -
 }
 
+prepare() {
+   cd ${srcdir}/${_pkgname}
+   patch -p1 -i ../public_memory_functions.patch
+}
+
 build() {
cd ${srcdir}/${_pkgname}
./Configure \
@@ -30,7 +37,7 @@
--with-readline \
--mt=pthread \
--with-gmp \
-
+   
make all
 }
 

Added: public_memory_functions.patch
===
--- public_memory_functions.patch   (rev 0)
+++ public_memory_functions.patch   2015-04-07 21:21:18 UTC (rev 130904)
@@ -0,0 +1,61 @@
+diff --git a/src/headers/paridecl.h b/src/headers/paridecl.h
+index 7067183..4ede6ed 100644
+--- a/src/headers/paridecl.h
 b/src/headers/paridecl.h
+@@ -2819,6 +2819,9 @@ GEN pari_thread_start(struct pari_thread *t);
+ voidpari_thread_valloc(struct pari_thread *t, size_t s, size_t v, GEN 
arg);
+ GEN pari_version(void);
+ voidpari_warn(int numerr, ...);
++void *  pari_mainstack_malloc(size_t size);
++voidpari_mainstack_mfree(void *s, size_t size);
++voidpari_mainstack_free(struct pari_mainstack *st);
+ voidparistack_alloc(size_t rsize, size_t vsize);
+ voidparistack_newrsize(ulong newsize);
+ voidparistack_resize(ulong newsize);
+diff --git a/src/language/init.c b/src/language/init.c
+index 7b5922d..2a578d7 100644
+--- a/src/language/init.c
 b/src/language/init.c
+@@ -612,7 +612,7 @@ pari_add_oldmodule(entree *ep)
+ #ifndef MAP_NORESERVE
+ #define MAP_NORESERVE 0
+ #endif
+-static void *
++void *
+ pari_mainstack_malloc(size_t size)
+ {
+   void *b = mmap(NULL, size, PROT_READ|PROT_WRITE,
+@@ -620,7 +620,7 @@ pari_mainstack_malloc(size_t size)
+   return (b == MAP_FAILED) ? NULL: b;
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size)
+ {
+   munmap(s, size);
+@@ -634,13 +634,13 @@ pari_mainstack_mreset(void *s, size_t size)
+ 
+ #else
+ #define PARI_STACK_ALIGN (0x40UL)
+-static void *
++void *
+ pari_mainstack_malloc(size_t s)
+ {
+   return malloc(s); /* NOT pari_malloc, e_MEM would be deadly */
+ }
+ 
+-static void
++void
+ pari_mainstack_mfree(void *s, size_t size) { (void) size; free(s); }
+ 
+ static void
+@@ -681,7 +681,7 @@ pari_mainstack_alloc(struct pari_mainstack *st, size_t 
rsize, size_t vsize)
+   st-memused = 0;
+ }
+ 
+-static void
++void
+ pari_mainstack_free(struct pari_mainstack *st)
+ {
+   pari_mainstack_mfree((void*)st-vbot, st-vsize ? st-vsize : 
fix_size(st-rsize));


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

2015-04-07 Thread Gaetan Bisson
Date: Tuesday, April 7, 2015 @ 23:21:46
  Author: bisson
Revision: 130905

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

Added:
  pari-git/repos/community-i686/PKGBUILD
(from rev 130904, pari-git/trunk/PKGBUILD)
  pari-git/repos/community-i686/public_memory_functions.patch
(from rev 130904, pari-git/trunk/public_memory_functions.patch)
  pari-git/repos/community-x86_64/PKGBUILD
(from rev 130904, pari-git/trunk/PKGBUILD)
  pari-git/repos/community-x86_64/public_memory_functions.patch
(from rev 130904, pari-git/trunk/public_memory_functions.patch)
Deleted:
  pari-git/repos/community-i686/PKGBUILD
  pari-git/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  106 +++
 community-i686/PKGBUILD|   46 -
 community-i686/public_memory_functions.patch   |   61 +
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/public_memory_functions.patch |   61 +
 5 files changed, 228 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-07 21:21:18 UTC (rev 130904)
+++ community-i686/PKGBUILD 2015-04-07 21:21:46 UTC (rev 130905)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=pari-git
-_pkgname=pari
-pkgver=20150407.f0d91b9
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory'
-url='http://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core' 'git')
-optdepends=('perl: gphelp, tex2mail')
-source=('git+http://pari.math.u-bordeaux.fr/git/pari.git#commit=f0d91b910702e6fb4f9a5f0e82846e92e813e6cd')
-sha1sums=('SKIP')
-
-provides=(${_pkgname})
-conflicts=(${_pkgname})
-
-pkgver() {
-   cd ${srcdir}/${_pkgname}
-   git log -1 --format='%cd.%h' --date=short | tr -d -
-}
-
-build() {
-   cd ${srcdir}/${_pkgname}
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
-}
-
-check() {
-   cd ${srcdir}/${_pkgname}
-   make bench
-}
-
-package() {
-   cd ${srcdir}/${_pkgname}
-   make DESTDIR=${pkgdir} install
-   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
-}

Copied: pari-git/repos/community-i686/PKGBUILD (from rev 130904, 
pari-git/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 21:21:46 UTC (rev 130905)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari-git
+_pkgname=pari
+pkgver=20150407.f0d91b9
+pkgrel=2
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='http://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core' 'git')
+optdepends=('perl: gphelp, tex2mail')
+source=('git+http://pari.math.u-bordeaux.fr/git/pari.git#commit=f0d91b910702e6fb4f9a5f0e82846e92e813e6cd'
+'public_memory_functions.patch')
+sha1sums=('SKIP'
+  'a88bca1bc18e6eea90c34a9ea88f16c7f1ec28c8')
+
+provides=(${_pkgname})
+conflicts=(${_pkgname})
+
+pkgver() {
+   cd ${srcdir}/${_pkgname}
+   git log -1 --format='%cd.%h' --date=short | tr -d -
+}
+
+prepare() {
+   cd ${srcdir}/${_pkgname}
+   patch -p1 -i ../public_memory_functions.patch
+}
+
+build() {
+   cd ${srcdir}/${_pkgname}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+   
+   make all
+}
+
+check() {
+   cd ${srcdir}/${_pkgname}
+   make bench
+}
+
+package() {
+   cd ${srcdir}/${_pkgname}
+   make DESTDIR=${pkgdir} install
+   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+}

Copied: pari-git/repos/community-i686/public_memory_functions.patch (from rev 
130904, pari-git/trunk/public_memory_functions.patch)
===
--- community-i686/public_memory_functions.patch
(rev 0)
+++ community-i686/public_memory_functions.patch2015-04-07 21:21:46 UTC 
(rev 130905)
@@ -0,0 +1,61 @@
+diff --git a/src/headers/paridecl.h b/src/headers/paridecl.h
+index 7067183..4ede6ed 100644
+--- a/src/headers/paridecl.h
 b/src/headers/paridecl.h
+@@ -2819,6 +2819,9 @@ GEN pari_thread_start(struct pari_thread *t);
+ voidpari_thread_valloc(struct pari_thread *t, size_t s, size_t v, GEN 
arg);
+ GEN pari_version(void);
+ voidpari_warn(int numerr, ...);
++void *  pari_mainstack_malloc(size_t size

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

2015-04-07 Thread Andreas Radke
Date: Wednesday, April 8, 2015 @ 05:29:35
  Author: andyrtr
Revision: 235603

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

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 235602, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-i686/bug140241.patch
(from rev 235602, webkitgtk/trunk/bug140241.patch)
  webkitgtk/repos/staging-i686/fix-pretty-quotes.patch
(from rev 235602, webkitgtk/trunk/fix-pretty-quotes.patch)
  webkitgtk/repos/staging-i686/webkitgtk-2.4.8-gmutexlocker.patch
(from rev 235602, webkitgtk/trunk/webkitgtk-2.4.8-gmutexlocker.patch)
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 235602, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/bug140241.patch
(from rev 235602, webkitgtk/trunk/bug140241.patch)
  webkitgtk/repos/staging-x86_64/fix-pretty-quotes.patch
(from rev 235602, webkitgtk/trunk/fix-pretty-quotes.patch)
  webkitgtk/repos/staging-x86_64/webkitgtk-2.4.8-gmutexlocker.patch
(from rev 235602, webkitgtk/trunk/webkitgtk-2.4.8-gmutexlocker.patch)
Deleted:
  webkitgtk/repos/staging-x86_64/PKGBUILD
  webkitgtk/repos/staging-x86_64/bug140241.patch
  webkitgtk/repos/staging-x86_64/fix-pretty-quotes.patch
  webkitgtk/repos/staging-x86_64/webkitgtk-2.4.8-gmutexlocker.patch

---+
 /PKGBUILD |   91 ++
 /bug140241.patch  |   59 
 /fix-pretty-quotes.patch  |   26 +
 /webkitgtk-2.4.8-gmutexlocker.patch   |  282 
 staging-i686/PKGBUILD |   91 ++
 staging-i686/bug140241.patch  |   59 
 staging-i686/fix-pretty-quotes.patch  |   26 +
 staging-i686/webkitgtk-2.4.8-gmutexlocker.patch   |  282 
 staging-x86_64/PKGBUILD   |   91 --
 staging-x86_64/bug140241.patch|   59 
 staging-x86_64/fix-pretty-quotes.patch|   26 -
 staging-x86_64/webkitgtk-2.4.8-gmutexlocker.patch |  282 
 12 files changed, 916 insertions(+), 458 deletions(-)

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