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

2015-04-07 Thread Antonio Rojas
Date: Wednesday, April 8, 2015 @ 08:54:44
  Author: arojas
Revision: 235623

Remove unneeded makedepends

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:54:04 UTC (rev 235622)
+++ PKGBUILD2015-04-08 06:54:44 UTC (rev 235623)
@@ -13,7 +13,7 @@
 url="http://konversation.kde.org";
 depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
 optdepends=('python: python scripting support')
-makedepends=('git' 'extra-cmake-modules' 'kdoctools' 'python')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 license=('GPL2' 'FDL')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:54:04
  Author: fyan
Revision: 235622

upgpkg: kauth 5.9.0-1

Modified:
  kauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:53:14 UTC (rev 235621)
+++ PKGBUILD2015-04-08 06:54:04 UTC (rev 235622)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kauth
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('743436e264547bd9223c21f4921b82ea')
+md5sums=('9bb12f782103680397217a2319eb617d')
 
 prepare() {
   mkdir -p build


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

2015-04-07 Thread Tobias Powalowski
Date: Wednesday, April 8, 2015 @ 08:52:30
  Author: tpowa
Revision: 235619

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/0001-fix-btrfs-mount-deadlock.patch
(from rev 235618, linux/trunk/0001-fix-btrfs-mount-deadlock.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 235618, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 235618, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 235618, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 235618, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 235618, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 235618, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/0001-fix-btrfs-mount-deadlock.patch
(from rev 235618, linux/trunk/0001-fix-btrfs-mount-deadlock.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 235618, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 235618, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 235618, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 235618, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 235618, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 235618, linux/trunk/linux.preset)

--+
 testing-i686/0001-fix-btrfs-mount-deadlock.patch |   43 
 testing-i686/PKGBUILD|  304 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7283 +
 testing-i686/config.x86_64   | 7033 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/0001-fix-btrfs-mount-deadlock.patch   |   43 
 testing-x86_64/PKGBUILD  |  304 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7283 +
 testing-x86_64/config.x86_64 | 7033 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 29450 insertions(+)

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


[arch-commits] Commit in linux/trunk (0001-fix-btrfs-mount-deadlock.patch PKGBUILD)

2015-04-07 Thread Tobias Powalowski
Date: Wednesday, April 8, 2015 @ 08:49:55
  Author: tpowa
Revision: 235618

upgpkg: linux 3.19.3-2

fix btrfs deadlock on mount

Added:
  linux/trunk/0001-fix-btrfs-mount-deadlock.patch
Modified:
  linux/trunk/PKGBUILD

-+
 0001-fix-btrfs-mount-deadlock.patch |   43 ++
 PKGBUILD|   11 ++--
 2 files changed, 51 insertions(+), 3 deletions(-)

Added: 0001-fix-btrfs-mount-deadlock.patch
===
--- 0001-fix-btrfs-mount-deadlock.patch (rev 0)
+++ 0001-fix-btrfs-mount-deadlock.patch 2015-04-08 06:49:55 UTC (rev 235618)
@@ -0,0 +1,43 @@
+From 9c4f61f01d269815bb7c37be3ede59c5587747c6 Mon Sep 17 00:00:00 2001
+From: David Sterba 
+Date: Fri, 2 Jan 2015 19:12:57 +0100
+Subject: btrfs: simplify insert_orphan_item
+
+We can search and add the orphan item in one go,
+btrfs_insert_orphan_item will find out if the item already exists.
+
+Signed-off-by: David Sterba 
+
+diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c
+index 5be45c1..25a1c36 100644
+--- a/fs/btrfs/tree-log.c
 b/fs/btrfs/tree-log.c
+@@ -1254,21 +1254,13 @@ out:
+ }
+ 
+ static int insert_orphan_item(struct btrfs_trans_handle *trans,
+-struct btrfs_root *root, u64 offset)
++struct btrfs_root *root, u64 ino)
+ {
+   int ret;
+-  struct btrfs_path *path;
+-
+-  path = btrfs_alloc_path();
+-  if (!path)
+-  return -ENOMEM;
+ 
+-  ret = btrfs_find_item(root, path, BTRFS_ORPHAN_OBJECTID,
+-  offset, BTRFS_ORPHAN_ITEM_KEY, NULL);
+-  if (ret > 0)
+-  ret = btrfs_insert_orphan_item(trans, root, offset);
+-
+-  btrfs_free_path(path);
++  ret = btrfs_insert_orphan_item(trans, root, ino);
++  if (ret == -EEXIST)
++  ret = 0;
+ 
+   return ret;
+ }
+-- 
+cgit v0.10.2
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:47:48 UTC (rev 235617)
+++ PKGBUILD2015-04-08 06:49:55 UTC (rev 235618)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.19
 pkgver=3.19.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -21,7 +21,7 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
-)
+'0001-fix-btrfs-mount-deadlock.patch')
 sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c'
 'SKIP'
 'cd9474b61b859d68f83ff0b769bafef8489d2090e0a933d2a7e5f76a23cc071a'
@@ -29,7 +29,8 @@
 '704a479de77c9022e5c7a797d2cd7fd0e4ba1f52f9039ec8a80efd57f7e9f0d8'
 '59830f47c1be39f874640d762dca55f972aca549a7a65ba2f1dac184251dabb2'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
+'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
+'5967cf53cb9db9f070e8f346c3d7045748e4823a7fe2ee330acd18c9d02bbb77')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -51,6 +52,10 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -p1 -i "${srcdir}/change-default-console-loglevel.patch"
 
+  # fix #44495 and #44385 deadlock on btrfs mount
+  # https://btrfs.wiki.kernel.org/index.php/Gotchas
+  patch -Np1 -i "${srcdir}/0001-fix-btrfs-mount-deadlock.patch"
+
   if [ "${CARCH}" = "x86_64" ]; then
 cat "${srcdir}/config.x86_64" > ./.config
   else


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:47:48
  Author: fyan
Revision: 235617

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

Added:
  kdoctools/repos/testing-i686/
  kdoctools/repos/testing-i686/PKGBUILD
(from rev 235616, kdoctools/trunk/PKGBUILD)
  kdoctools/repos/testing-x86_64/
  kdoctools/repos/testing-x86_64/PKGBUILD
(from rev 235616, kdoctools/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: kdoctools/repos/testing-i686/PKGBUILD (from rev 235616, 
kdoctools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-08 06:47:48 UTC (rev 235617)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdoctools'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('0344ecb6b0cb28c266c1fe71a98684d9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdoctools/repos/testing-x86_64/PKGBUILD (from rev 235616, 
kdoctools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-08 06:47:48 UTC (rev 235617)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdoctools'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('0344ecb6b0cb28c266c1fe71a98684d9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:47:17
  Author: fyan
Revision: 235616

upgpkg: kdoctools 5.9.0-1

Modified:
  kdoctools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:46:05 UTC (rev 235615)
+++ PKGBUILD2015-04-08 06:47:17 UTC (rev 235616)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdoctools
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Documentation generation from docbook'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kf5')
 options=('staticlibs')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('1bcb1b093999efa4426be034e2aa671f')
+md5sums=('0344ecb6b0cb28c266c1fe71a98684d9')
 
 prepare() {
   mkdir -p build


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:45:22
  Author: fyan
Revision: 235613

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

Added:
  karchive/repos/testing-i686/
  karchive/repos/testing-i686/PKGBUILD
(from rev 235612, karchive/trunk/PKGBUILD)
  karchive/repos/testing-x86_64/
  karchive/repos/testing-x86_64/PKGBUILD
(from rev 235612, karchive/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: karchive/repos/testing-i686/PKGBUILD (from rev 235612, 
karchive/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-08 06:45:22 UTC (rev 235613)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=karchive
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Qt 5 addon providing access to numerous types of archives'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/karchive'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('edf96ce52f1330c28c1c0e0251d4fdb8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: karchive/repos/testing-x86_64/PKGBUILD (from rev 235612, 
karchive/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-08 06:45:22 UTC (rev 235613)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=karchive
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Qt 5 addon providing access to numerous types of archives'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/karchive'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('edf96ce52f1330c28c1c0e0251d4fdb8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:46:05
  Author: fyan
Revision: 235615

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

Added:
  ki18n/repos/testing-i686/
  ki18n/repos/testing-i686/PKGBUILD
(from rev 235614, ki18n/trunk/PKGBUILD)
  ki18n/repos/testing-x86_64/
  ki18n/repos/testing-x86_64/PKGBUILD
(from rev 235614, ki18n/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: ki18n/repos/testing-i686/PKGBUILD (from rev 235614, 
ki18n/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-08 06:46:05 UTC (rev 235615)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ki18n'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('12d24d6133ac0e0cc428887feded22f0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ki18n/repos/testing-x86_64/PKGBUILD (from rev 235614, 
ki18n/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-08 06:46:05 UTC (rev 235615)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ki18n'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('12d24d6133ac0e0cc428887feded22f0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:45:34
  Author: fyan
Revision: 235614

upgpkg: ki18n 5.9.0-1

Modified:
  ki18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:45:22 UTC (rev 235613)
+++ PKGBUILD2015-04-08 06:45:34 UTC (rev 235614)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ki18n
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Advanced internationalization framework'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('b5e61aeba4216e352cb692ffed2d0c21')
+md5sums=('12d24d6133ac0e0cc428887feded22f0')
 
 prepare() {
   mkdir -p build


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:44:15
  Author: fyan
Revision: 235611

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

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

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/kcoreaddons.install   |   11 ++
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/kcoreaddons.install |   11 ++
 4 files changed, 98 insertions(+)

Copied: kcoreaddons/repos/testing-i686/PKGBUILD (from rev 235610, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-08 06:44:15 UTC (rev 235611)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcoreaddons
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcoreaddons'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info' 'gamin')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('dea1b6a7e214c500c635a9d9bca640be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcoreaddons/repos/testing-i686/kcoreaddons.install (from rev 235610, 
kcoreaddons/trunk/kcoreaddons.install)
===
--- testing-i686/kcoreaddons.install(rev 0)
+++ testing-i686/kcoreaddons.install2015-04-08 06:44:15 UTC (rev 235611)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kcoreaddons/repos/testing-x86_64/PKGBUILD (from rev 235610, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-08 06:44:15 UTC (rev 235611)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcoreaddons
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kcoreaddons'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info' 'gamin')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('dea1b6a7e214c500c635a9d9bca640be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcoreaddons/repos/testing-x86_64/kcoreaddons.install (from rev 235610, 
kcoreaddons/trunk/kcoreaddons.install)
===
--- testing-x86_64/kcoreaddons.install  (rev 0)
+++ testing-x86_64/kcoreaddons.install  2015-04-08 06:44:15 UTC (rev 235611)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:44:46
  Author: fyan
Revision: 235612

upgpkg: karchive 5.9.0-1

Modified:
  karchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:44:15 UTC (rev 235611)
+++ PKGBUILD2015-04-08 06:44:46 UTC (rev 235612)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=karchive
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Qt 5 addon providing access to numerous types of archives'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('35701d66e2716429fa76f441b2756b90')
+md5sums=('edf96ce52f1330c28c1c0e0251d4fdb8')
 
 prepare() {
   mkdir -p build


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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:43:34
  Author: fyan
Revision: 235610

upgpkg: kcoreaddons 5.9.0-1

Modified:
  kcoreaddons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:41:50 UTC (rev 235609)
+++ PKGBUILD2015-04-08 06:43:34 UTC (rev 235610)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kcoreaddons
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Addons to QtCore'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('kf5')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ce6e33825acf9cd95e3a01c883c35f3d')
+md5sums=('dea1b6a7e214c500c635a9d9bca640be')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in kapidox/repos (testing-any testing-any/PKGBUILD)

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:41:50
  Author: fyan
Revision: 235609

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/
  kapidox/repos/testing-any/PKGBUILD
(from rev 235608, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 235608, 
kapidox/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-08 06:41:50 UTC (rev 235609)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('f7f68cdeb79f498be4c9638daad2')
+
+prepare() {
+  mkdir -p 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 kapidox/trunk (PKGBUILD)

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:41:29
  Author: fyan
Revision: 235608

upgpkg: kapidox 5.9.0-1

Modified:
  kapidox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:40:52 UTC (rev 235607)
+++ PKGBUILD2015-04-08 06:41:29 UTC (rev 235608)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kapidox
-pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Frameworks API Documentation Tools'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'qt5-base')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('e82d4be59d242ea5e139c1904d4a75d6')
+md5sums=('f7f68cdeb79f498be4c9638daad2')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:40:52
  Author: fyan
Revision: 235607

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

Added:
  extra-cmake-modules/repos/testing-i686/
  extra-cmake-modules/repos/testing-i686/PKGBUILD
(from rev 235606, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-x86_64/
  extra-cmake-modules/repos/testing-x86_64/PKGBUILD
(from rev 235606, extra-cmake-modules/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: extra-cmake-modules/repos/testing-i686/PKGBUILD (from rev 235606, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-08 06:40:52 UTC (rev 235607)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('98633e740805a56be02a23ffa1c57a73')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: extra-cmake-modules/repos/testing-x86_64/PKGBUILD (from rev 235606, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-08 06:40:52 UTC (rev 235607)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('98633e740805a56be02a23ffa1c57a73')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in extra-cmake-modules/trunk (PKGBUILD)

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:40:19
  Author: fyan
Revision: 235606

upgpkg: extra-cmake-modules 5.9.0-1

Modified:
  extra-cmake-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:31:08 UTC (rev 235605)
+++ PKGBUILD2015-04-08 06:40:19 UTC (rev 235606)
@@ -3,8 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=extra-cmake-modules
-pkgver=1.8.0
-_pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Extra modules and scripts for CMake'
 arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
@@ -12,8 +11,8 @@
 license=('LGPL')
 depends=('cmake')
 makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=("http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('e877d996f478419c3a749cfc425bd6c0')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('98633e740805a56be02a23ffa1c57a73')
 
 prepare() {
   mkdir -p build


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

2015-04-07 Thread Laurent Carlier
Date: Wednesday, April 8, 2015 @ 08:33:14
  Author: lcarlier
Revision: 130908

upgpkg: gambas3 3.7.1-1

upstream update 3.7.1

Modified:
  gambas3/trunk/PKGBUILD

--+
 PKGBUILD |   36 +++-
 1 file changed, 19 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-08 06:24:51 UTC (rev 130907)
+++ PKGBUILD2015-04-08 06:33:14 UTC (rev 130908)
@@ -3,7 +3,7 @@
 # Contributor : sebikul 
 
 pkgbase=gambas3
-_components=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex'
+pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex'
  'gambas3-gb-compress' 'gambas3-gb-crypt' 'gambas3-gb-dbus' 
'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
  'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 
'gambas3-gb-db-sqlite2' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
  'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
@@ -13,10 +13,10 @@
  'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
  'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 
'gambas3-gb-qt4'
  'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 
'gambas3-gb-vb'
- 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
-pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
-pkgver=3.6.2
-pkgrel=6
+ 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web'
+ 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
+pkgver=3.7.1
+pkgrel=1
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";
@@ -31,7 +31,7 @@
 'gmime' 'llvm35')
 options=('!emptydirs' 'libtool')
 source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2";)
-md5sums=('2d7ec9c0004c4ad6e3dd081426767c2f')
+md5sums=('4ad89b7a16c90117a540f6d7ba0d2369')
 
 create_dirs() {
   install -dm755 ${pkgdir}/usr/lib/gambas3
@@ -47,7 +47,7 @@
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
-  ./configure --prefix=/usr -C
+  ./configure --prefix=/usr
 
   make bindir=${pkgdir}/usr/bin
   
@@ -1000,6 +1000,8 @@
'gambas3-gb-settings' 'gambas3-gb-form-mdi' 
'gambas3-gb-image-effect' 'gambas3-gb-qt4-ext'
'gambas3-gb-qt4-webkit')
   pkgdesc="Integrated Development Environment"
+  conflicts=('gambas3-examples')
+  replaces=('gambas3-examples')
 
   cd ${srcdir}/fakeinstall
 
@@ -1025,13 +1027,13 @@
   install -m644 ${srcdir}/${pkgbase}-${pkgver}/app/mime/* 
${pkgdir}/usr/share/gambas3/mime/
 }
 
-package_gambas3-examples() {
-  depends=(${_components[@]} 'gambas3-runtime' 'gambas3-ide')
-  pkgdesc="Applications examples"
-
-  cd ${srcdir}/fakeinstall
-
-  install -dm755 ${pkgdir}/usr/share/gambas3
-  
-  mv -v usr/share/gambas3/examples ${pkgdir}/usr/share/gambas3/
-}
+#package_gambas3-examples() {
+#  depends=(${_components[@]} 'gambas3-runtime' 'gambas3-ide')
+#  pkgdesc="Applications examples"
+#
+#  cd ${srcdir}/fakeinstall
+#
+#  install -dm755 ${pkgdir}/usr/share/gambas3
+#  
+#  mv -v usr/share/gambas3/examples ${pkgdir}/usr/share/gambas3/
+#}


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

2015-04-07 Thread Laurent Carlier
Date: Wednesday, April 8, 2015 @ 08:33:25
  Author: lcarlier
Revision: 130909

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 130908, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/gambas3-runtime.install
(from rev 130908, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-i686/gambas3-script.install
(from rev 130908, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 130908, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas3-runtime.install
(from rev 130908, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-x86_64/gambas3-script.install
(from rev 130908, gambas3/trunk/gambas3-script.install)

--+
 community-staging-i686/PKGBUILD  | 1039 +
 community-staging-i686/gambas3-runtime.install   |   10 
 community-staging-i686/gambas3-script.install|   15 
 community-staging-x86_64/PKGBUILD| 1039 +
 community-staging-x86_64/gambas3-runtime.install |   10 
 community-staging-x86_64/gambas3-script.install  |   15 
 6 files changed, 2128 insertions(+)

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


[arch-commits] Commit in konversation (12 files)

2015-04-07 Thread Antonio Rojas
Date: Wednesday, April 8, 2015 @ 08:31:08
  Author: arojas
Revision: 235605

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

Added:
  konversation/kde-unstable/
  konversation/repos/extra-i686/PKGBUILD
(from rev 235604, konversation/trunk/PKGBUILD)
  konversation/repos/extra-i686/konversation.install
(from rev 235604, konversation/trunk/konversation.install)
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 235604, konversation/trunk/PKGBUILD)
  konversation/repos/extra-x86_64/konversation.install
(from rev 235604, konversation/trunk/konversation.install)
Modified:
  konversation/kde-unstable/PKGBUILD
Deleted:
  konversation/repos/extra-i686/PKGBUILD
  konversation/repos/extra-i686/konversation.install
  konversation/repos/extra-i686/use-qdbus-qt4.patch
  konversation/repos/extra-x86_64/PKGBUILD
  konversation/repos/extra-x86_64/konversation.install
  konversation/repos/extra-x86_64/use-qdbus-qt4.patch

-+
 /extra-i686/PKGBUILD|   39 ++
 /extra-i686/konversation.install|   12 ++
 /extra-x86_64/PKGBUILD  |   39 ++
 /extra-x86_64/konversation.install  |   12 ++
 kde-unstable/PKGBUILD   |2 
 repos/extra-i686/PKGBUILD   |   50 
 repos/extra-i686/konversation.install   |   12 --
 repos/extra-i686/use-qdbus-qt4.patch|  174 --
 repos/extra-x86_64/PKGBUILD |   50 
 repos/extra-x86_64/konversation.install |   12 --
 repos/extra-x86_64/use-qdbus-qt4.patch  |  174 --
 11 files changed, 103 insertions(+), 473 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2015-03-16 22:23:28 UTC (rev 233960)
+++ kde-unstable/PKGBUILD   2015-04-08 06:31:08 UTC (rev 235605)
@@ -14,7 +14,7 @@
 url="http://konversation.kde.org";
 depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
 optdepends=('python: python scripting support')
-makedepends=('git' 'extra-cmake-modules' 'kdoctools' 'python')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 license=('GPL2' 'FDL')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz";
 'qca-qt5.patch')

Deleted: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2015-04-08 06:28:48 UTC (rev 235604)
+++ repos/extra-i686/PKGBUILD   2015-04-08 06:31:08 UTC (rev 235605)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org";
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml' 'optipng')
-optdepends=('python: python scripting support'
-'kdebase-konsole: open a terminal in konversation'
-'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
-'use-qdbus-qt4.patch')
-sha1sums=('1b69db93d2c0a38b631dd92065fa6e7490ffbfbe'
-  'a21aed6079de7693e67abe13798807920de01f6a')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/use-qdbus-qt4.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-  
-  # Remove a bunch of symlinks pointing to non-existant files
-  for _lang in pt_BR uk sv et de en nl it fr es ca; do
- rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common
-  done
-}

Copied: konversation/repos/extra-i686/PKGBUILD (from rev 235604, 
konversation/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2015-04-08 06:31:08 UTC (rev 235605)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.6
+pkgrel=1
+pkgdesc="A user friendly IRC client for KDE"
+arch=('i686' 'x86_64')
+url="http://konversation.kde.org";
+depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 
'hicolor-icon-theme')
+optdepends=('python: python scripting support')
+makedepen

[arch-commits] Commit in konversation (7 files)

2015-04-07 Thread Antonio Rojas
Date: Wednesday, April 8, 2015 @ 08:28:48
  Author: arojas
Revision: 235604

Update to 1.6

Added:
  konversation/trunk/
Modified:
  konversation/trunk/PKGBUILD
Deleted:
  konversation/kde-unstable/
  konversation/repos/kde-unstable-i686/
  konversation/repos/kde-unstable-x86_64/
  konversation/trunk/
  konversation/trunk/qca-qt5.patch

---+
 PKGBUILD  |   14 +++-
 qca-qt5.patch |   65 
 2 files changed, 4 insertions(+), 75 deletions(-)

Modified: trunk/PKGBUILD
===
--- kde-unstable/PKGBUILD   2015-04-08 03:29:35 UTC (rev 235603)
+++ trunk/PKGBUILD  2015-04-08 06:28:48 UTC (rev 235604)
@@ -6,8 +6,7 @@
 # Contributor: Sergio Jovani Guzman 
 
 pkgname=konversation
-pkgver=1.6beta1
-_pkgver=1.6-beta1
+pkgver=1.6
 pkgrel=1
 pkgdesc="A user friendly IRC client for KDE"
 arch=('i686' 'x86_64')
@@ -17,21 +16,16 @@
 makedepends=('git' 'extra-cmake-modules' 'kdoctools' 'python')
 license=('GPL2' 'FDL')
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz";
 'qca-qt5.patch')
-sha1sums=('564bdc092cbdce1c0a9cf1e5362d4956c059c6f3'
-  '500739fc7d66aa812909e3fc805b363f50c971dd')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
 
 prepare() {
   mkdir -p build
-
-# fix linking to Qca
-  cd $pkgname-$_pkgver
-  patch -p1 -i "$srcdir"/qca-qt5.patch
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${_pkgver} \
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \

Deleted: trunk/qca-qt5.patch
===
--- kde-unstable/qca-qt5.patch  2015-04-08 03:29:35 UTC (rev 235603)
+++ trunk/qca-qt5.patch 2015-04-08 06:28:48 UTC (rev 235604)
@@ -1,65 +0,0 @@
-From: Harald Sitter 
-Date: Tue, 13 Jan 2015 12:45:02 +
-Subject: use co-installable qca-qt5 version
-X-Git-Url: 
http://quickgit.kde.org/?p=konversation.git&a=commitdiff&h=3aa918b5e3ac0f90a76d55c2bab12fafcbb1279b

-use co-installable qca-qt5 version
-
-REVIEW: 122031

-
-
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -44,9 +44,9 @@
- find_package(Phonon4Qt5 4.6.60 REQUIRED)
- include_directories(${PHONON_INCLUDES})
- 
--find_package(Qca 2.1.0)
--set_package_properties(Qca PROPERTIES DESCRIPTION "Support for encryption"
--   URL "http://delta.affinix.com/qca";
-+find_package(Qca-qt5 2.1.0)
-+set_package_properties(Qca-qt5 PROPERTIES DESCRIPTION "Support for encryption"
-+   URL "http://download.kde.org/stable/qca-qt5/";
-TYPE OPTIONAL)
- check_include_file("stropts.h" HAVE_STROPTS_H)
- check_include_file("byteswap.h" HAVE_BYTESWAP_H)
-@@ -55,7 +55,7 @@
- configure_file(config-konversation.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-konversation.h )
- include_directories(${CMAKE_CURRENT_BINARY_DIR})
- 
--set(HAVE_QCA2 ${Qca_FOUND})
-+set(HAVE_QCA2 ${Qca-qt5_FOUND})
- 
- add_definitions(
-   -DQT_USE_QSTRINGBUILDER
-
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -185,10 +185,10 @@
-  dcc/whiteboardfontchooserui.ui
- )
- 
--if (Qca_FOUND)
-+if (Qca-qt5_FOUND)
- set(cipher_SRCS
- cipher.cpp)
--endif (Qca_FOUND)
-+endif (Qca-qt5_FOUND)
- 
- set(upnp_SRCS
- upnp/soap.cpp
-@@ -235,9 +235,9 @@
- KF5::ItemViews
- Phonon::phonon4qt5)
- 
--if (Qca_FOUND)
--target_link_libraries(konversation qca)
--endif (Qca_FOUND)
-+if (Qca-qt5_FOUND)
-+target_link_libraries(konversation qca-qt5)
-+endif ()
- 
- install(TARGETS konversation ${INSTALL_TARGETS_DEFAULT_ARGS})
- 
-


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:24:51
  Author: fyan
Revision: 130907

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 130906, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 130906, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 130906, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 130906, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 130906, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 130906, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-04-08 06:24:10 UTC (rev 130906)
+++ LICENSE 2015-04-08 06:24:51 UTC (rev 130907)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 130906, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-04-08 06:24:51 UTC (rev 130907)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-08 06:24:10 UTC (rev 130906)
+++ PKGBUILD2015-04-08 06:24:51 UTC (rev 130907)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.607
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war";
-# Rename to

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

2015-04-07 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:24:10
  Author: fyan
Revision: 130906

upgpkg: jenkins 1.608-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 21:21:46 UTC (rev 130905)
+++ PKGBUILD2015-04-08 06:24:10 UTC (rev 130906)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.607
+pkgver=1.608
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('8313568bf5acb5cd4816a78ac516913d02c95a628d1eb88b1331a62e08b3083d5086991f0b0da1bd56cf61e1240b95e23833b673f3d4491666134a0183fb3bc9'
+sha512sums=('6022126d24b98903017970d583134ee60edb8560d97286f254a4bb06b3c8e6b4122606a0785abff913df1755ff41510ebe26d53f9f960a3579527863178d43d5'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'


[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.


[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 
-
-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 
+
+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.patch  

[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 (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 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 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-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 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+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
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-/usr/bin/gtk-updat

[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) 
 
 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 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 
+
+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 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 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 
-# 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 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 
+
+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 
+
+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 (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 
+
+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 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 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 
-# Contributor: kevin 
-
-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 
+# Contributor: kevin 
+
+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'
+  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
+ 

[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 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 
-
-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 
+
+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 
-
-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 
+
+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')
+
+

[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 
 
 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 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 
+
+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  
++
++REGRESSION(r177885): [GTK][WK1] Cannot compile 2.4.8 when WK2 is 
disabled
++https://bugs

[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 
-# Contributor: Andrea Scarpino 
-# 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 
+# Contributor: Andrea Scarpino 
+# 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 
-# Contributor: Andrea Scarpino 
-# 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 
+# Contributor: Andrea Scarpino 
+# 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' 'kde

[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 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)
+ PassRefPtr 
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_cast(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
+ 
+ static

[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 
 
 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 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 
-
-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 
+
+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}/kerne

[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 
 
 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/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 
-# Maintainer: Thomas Baechler 
-
-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' 'linux<3.20' "nvidia-utils=${pkgver}" 'libgl')
-makedepends=('linux-headers>=3.19' 'linux-headers<3.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 
+# Maintainer: Thomas Baechler 
+
+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' 'linux<3.20' "nvidia-utils=${pkgver}" 'libgl')
+makedepends=('linux-headers>=3.19' 'linux-headers<3.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}/bu

[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 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 
-# Contributor: James Rayner 
-
-_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}/

[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 
 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 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 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-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"
-}
-
-p

[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 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-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 
+# Maintainer:  Christian Himpel 
+# Contributor: Johannes Hanika 
+
+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 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
+  mv "${pkgdir}/usr/share/doc/da

[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/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/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 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-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 
+# Maintainer:  Christian Himpel 
+# Contributor: Johannes Hanika 
+
+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
===
--- community-i686/darktable.install2

[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  
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  
-* 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  
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  
+* 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 
-# Contributor: Darwin Bautista 
-# Contributor: Mark Lee 
-
-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 $srcdir/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linphone/repos/community-i686/PKGBUILD (from rev 130895, 
linphone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 16:21:50 UTC (rev 130896)
@@ -0,

[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 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 
-# Maintainer:  Christian Himpel 
-# Contributor: Johannes Hanika 
-
-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 
+# Maintainer:  Christian Himpel 
+# Contributor: Johannes Hanika 
+
+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 15:48:56 UTC (rev 130891)
+++ community-i686/darktable.install2015-04-07 15:49:11 UTC (rev 130892

[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 
 
 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 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 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Cilyan Olowen 
-
-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 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Cilyan Olowen 
+
+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-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-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 
 
 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 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 
-# Contributor: Sebastien Binet 
-
-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 
+# Contributor: Sebastien Binet 
+
+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-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 
-# Contributor: Daniele Paolella 
-
-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 
+# Contributor: Daniele Paolella 
+
+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-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 
 
 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 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 
-
-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 
+
+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 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 
 
 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 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 
+# Contributor: Jonathan Conder 
+
+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 
+# Contributor: Jonathan Conder 
+
+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/re

[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 
 
 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 le

[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 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 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 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 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 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 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 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 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Killian 
-# Contributor: Tom Newsom 
-
-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 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Killian 
+# Contributor: Tom Newsom 
+
+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 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Killian 
-# Contributor: Tom Newsom 
-
-pkgname=uptimed
-pkgver=0.3.18
-pkgrel=2
-pkgdesc="A system uptime record daemon"
-arch=(i686 x86_64)
-#url="http://podgorny.cz/uptimed/";
-u

[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 
 
 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 gpsdrive/repos (12 files)

2015-04-07 Thread Sergej Pupykin
rive-${_pkgver}"
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: gpsdrive/repos/community-i686/PKGBUILD (from rev 130880, 
gpsdrive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-07 12:21:21 UTC (rev 130881)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tom Newsom 
+# Maintainer: damir 
+
+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 ' 
$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

[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 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 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 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Wiersma 
-
-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 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+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
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-pre_remove() {
-   rm -f /usr/share/virt-manager/

[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 
+# Contributor: James Miller 
+
+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 remove_soft_types; do
+ 

[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 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 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 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 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 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 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 
-
-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 
+
+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 
 
 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 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 
-# Contributor: Adrian Sampson 
-
-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 
+# Contributor: Adrian Sampson 
+
+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 
 
 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 
+
+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 
+
+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=

[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 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 
-# Contributor: Ionut Biru 
-# Contributor: Brad Fanella 
-# Contributor: Roman Kyrylych 
-
-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 
+# Contributor: Ionut Biru 
+# Contributor: Brad Fanella 
+# Contributor: Roman Kyrylych 
+
+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)
+++ community-i686/balsa.changelog  2015-04-07 07:10:32 UTC (rev 130867)
@@ -1,2 +0,0 @@
-2013-05-18 Jaroslav Lichtblau 
-   * balsa 2.5.1-1

Copied: balsa/

  1   2   >