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

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 10:02:09
  Author: fyan
Revision: 130558

upgpkg: python-boto 2.37.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 07:18:51 UTC (rev 130557)
+++ PKGBUILD2015-04-03 08:02:09 UTC (rev 130558)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
-pkgver=2.36.0
+pkgver=2.37.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')


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

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 10:02:34
  Author: fyan
Revision: 130559

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/PKGBUILD
(from rev 130558, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-03 08:02:09 UTC (rev 130558)
+++ PKGBUILD2015-04-03 08:02:34 UTC (rev 130559)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=(python-boto python2-boto)
-pkgver=2.36.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
-  'python2-requests' 'python-httpretty' 'python2-httpretty')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a boto{,-py2}
-
-  cd boto-py2
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-check() {
-  cd boto
-  python tests/test.py default
-
-  cd ../boto-py2
-  python2 tests/test.py default
-}
-
-package_python-boto() {
-  depends=('python')
-
-  cd boto
-
-  python setup.py install -O1 --root=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
-  rm -r $pkgdir/usr/bin
-}
-
-package_python2-boto() {
-  depends=('python2')
-  conflicts=('python-boto2.32.1-1')
-  replaces=('python-boto2.32.1-1')
-
-  cd boto-py2
-
-  python2 setup.py install -O1 --root=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-boto/repos/community-any/PKGBUILD (from rev 130558, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-03 08:02:34 UTC (rev 130559)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.37.0
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
+  'python2-requests' 'python-httpretty' 'python2-httpretty')
+source=(git+https://github.com/boto/boto.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a boto{,-py2}
+
+  cd boto-py2
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  python tests/test.py default
+
+  cd ../boto-py2
+  python2 tests/test.py default
+}
+
+package_python-boto() {
+  depends=('python')
+
+  cd boto
+
+  python setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
+  rm -r $pkgdir/usr/bin
+}
+
+package_python2-boto() {
+  depends=('python2')
+  conflicts=('python-boto2.32.1-1')
+  replaces=('python-boto2.32.1-1')
+
+  cd boto-py2
+
+  python2 setup.py install -O1 --root=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 10:30:11
  Author: fyan
Revision: 235369

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

Added:
  plasma-desktop/repos/extra-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch
(from rev 235368, 
plasma-desktop/trunk/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch)
  plasma-desktop/repos/extra-i686/PKGBUILD
(from rev 235368, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/extra-i686/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch
(from rev 235368, 
plasma-desktop/trunk/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch)
  plasma-desktop/repos/extra-i686/plasma-desktop.install
(from rev 235368, plasma-desktop/trunk/plasma-desktop.install)
  
plasma-desktop/repos/extra-x86_64/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch
(from rev 235368, 
plasma-desktop/trunk/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch)
  plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 235368, plasma-desktop/trunk/PKGBUILD)
  
plasma-desktop/repos/extra-x86_64/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch
(from rev 235368, 
plasma-desktop/trunk/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch)
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install
(from rev 235368, plasma-desktop/trunk/plasma-desktop.install)
Deleted:
  plasma-desktop/repos/extra-i686/PKGBUILD
  plasma-desktop/repos/extra-i686/plasma-desktop.install
  plasma-desktop/repos/extra-x86_64/PKGBUILD
  plasma-desktop/repos/extra-x86_64/plasma-desktop.install

-+
 /PKGBUILD   |  104 ++
 /plasma-desktop.install |   24 ++
 extra-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch   |   63 ++
 extra-i686/PKGBUILD |   44 
 extra-i686/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch   |   66 ++
 extra-i686/plasma-desktop.install   |   12 -
 extra-x86_64/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch |   63 ++
 extra-x86_64/PKGBUILD   |   44 
 extra-x86_64/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch |   66 ++
 extra-x86_64/plasma-desktop.install |   12 -
 10 files changed, 386 insertions(+), 112 deletions(-)

Copied: 
plasma-desktop/repos/extra-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch 
(from rev 235368, 
plasma-desktop/trunk/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch)
===
--- extra-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch   
(rev 0)
+++ extra-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch   2015-04-03 
08:30:11 UTC (rev 235369)
@@ -0,0 +1,63 @@
+From: Marco Martin notm...@gmail.com
+Date: Thu, 02 Apr 2015 12:25:56 +
+Subject: iexplicitly fallback to unknown icon
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.gita=commitdiffh=9ba1ef4777aae9a2492f9960d5fc46b3a6415d85
+---
+iexplicitly fallback to unknown icon
+
+as in kicker, we have to manually fallback now
+BUG:345740
+---
+
+
+--- a/applets/kickoff/core/applicationmodel.cpp
 b/applets/kickoff/core/applicationmodel.cpp
+@@ -149,7 +149,7 @@
+ }
+ 
+ AppNode *newnode = new AppNode();
+-newnode-icon = QIcon::fromTheme(p-icon());
++newnode-icon = QIcon::fromTheme(p-icon(), 
QIcon::fromTheme(unknown));
+ newnode-appName = p-name();
+ newnode-genericName = p-genericName();
+ newnode-desktopEntry = p-entryPath();
+@@ -264,7 +264,7 @@
+ 
+ AppNode *newnode = new AppNode();
+ newnode-iconName = icon;
+-newnode-icon = QIcon::fromTheme(icon);
++newnode-icon = QIcon::fromTheme(icon, QIcon::fromTheme(unknown));
+ newnode-appName = appName;
+ newnode-genericName = genericName;
+ newnode-relPath = relPath;
+
+--- a/applets/kickoff/core/models.cpp
 b/applets/kickoff/core/models.cpp
+@@ -77,7 +77,7 @@
+ item = new QStandardItem;
+ KDesktopFile desktopFile(url.toLocalFile());
+ item-setText(QFileInfo(urlString.mid(0, 
urlString.lastIndexOf('.'))).completeBaseName());
+-item-setIcon(QIcon::fromTheme(desktopFile.readIcon()));
++item-setIcon(QIcon::fromTheme(desktopFile.readIcon(), 
QIcon::fromTheme(unknown)));
+ 
+ //FIXME: desktopUrl is a hack around borkage in KRecentDocuments which
+ //   stores a path in the URL field!
+@@ -107,7 +107,7 @@
+ 
+ item-setText(basename);
+ //FIXME
+-// item-setIcon(QIcon::fromTheme(KMimeType::iconNameForUrl(url)));
++// item-setIcon(QIcon::fromTheme(KMimeType::iconNameForUrl(url), 
QIcon::fromTheme(unknown)));
+ item-setData(url.url(), Kickoff::UrlRole);
+ item-setData(subTitle, Kickoff::SubTitleRole);
+ 
+@@ -150,7 +150,7 @@
+ QString appName = service-name();

[arch-commits] Commit in plasma-desktop/trunk (3 files)

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 10:29:10
  Author: fyan
Revision: 235368

upgpkg: plasma-desktop 5.2.2-2

add patches for FS#44437

Added:
  plasma-desktop/trunk/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch
  plasma-desktop/trunk/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch
Modified:
  plasma-desktop/trunk/PKGBUILD

+
 9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch |   63 +
 PKGBUILD   |   14 +++-
 aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch |   66 +++
 3 files changed, 140 insertions(+), 3 deletions(-)

Added: 9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch
===
--- 9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch  
(rev 0)
+++ 9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch  2015-04-03 08:29:10 UTC 
(rev 235368)
@@ -0,0 +1,63 @@
+From: Marco Martin notm...@gmail.com
+Date: Thu, 02 Apr 2015 12:25:56 +
+Subject: iexplicitly fallback to unknown icon
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.gita=commitdiffh=9ba1ef4777aae9a2492f9960d5fc46b3a6415d85
+---
+iexplicitly fallback to unknown icon
+
+as in kicker, we have to manually fallback now
+BUG:345740
+---
+
+
+--- a/applets/kickoff/core/applicationmodel.cpp
 b/applets/kickoff/core/applicationmodel.cpp
+@@ -149,7 +149,7 @@
+ }
+ 
+ AppNode *newnode = new AppNode();
+-newnode-icon = QIcon::fromTheme(p-icon());
++newnode-icon = QIcon::fromTheme(p-icon(), 
QIcon::fromTheme(unknown));
+ newnode-appName = p-name();
+ newnode-genericName = p-genericName();
+ newnode-desktopEntry = p-entryPath();
+@@ -264,7 +264,7 @@
+ 
+ AppNode *newnode = new AppNode();
+ newnode-iconName = icon;
+-newnode-icon = QIcon::fromTheme(icon);
++newnode-icon = QIcon::fromTheme(icon, QIcon::fromTheme(unknown));
+ newnode-appName = appName;
+ newnode-genericName = genericName;
+ newnode-relPath = relPath;
+
+--- a/applets/kickoff/core/models.cpp
 b/applets/kickoff/core/models.cpp
+@@ -77,7 +77,7 @@
+ item = new QStandardItem;
+ KDesktopFile desktopFile(url.toLocalFile());
+ item-setText(QFileInfo(urlString.mid(0, 
urlString.lastIndexOf('.'))).completeBaseName());
+-item-setIcon(QIcon::fromTheme(desktopFile.readIcon()));
++item-setIcon(QIcon::fromTheme(desktopFile.readIcon(), 
QIcon::fromTheme(unknown)));
+ 
+ //FIXME: desktopUrl is a hack around borkage in KRecentDocuments which
+ //   stores a path in the URL field!
+@@ -107,7 +107,7 @@
+ 
+ item-setText(basename);
+ //FIXME
+-// item-setIcon(QIcon::fromTheme(KMimeType::iconNameForUrl(url)));
++// item-setIcon(QIcon::fromTheme(KMimeType::iconNameForUrl(url), 
QIcon::fromTheme(unknown)));
+ item-setData(url.url(), Kickoff::UrlRole);
+ item-setData(subTitle, Kickoff::SubTitleRole);
+ 
+@@ -150,7 +150,7 @@
+ QString appName = service-name();
+ bool nameFirst = displayOrder == NameBeforeDescription;
+ appItem-setText(nameFirst || genericName.isEmpty() ? appName : 
genericName);
+-appItem-setIcon(QIcon::fromTheme(service-icon()));
++appItem-setIcon(QIcon::fromTheme(service-icon(), 
QIcon::fromTheme(unknown)));
+ appItem-setData(service-entryPath(), Kickoff::UrlRole);
+ 
+ if (nameFirst) {
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 07:56:16 UTC (rev 235367)
+++ PKGBUILD2015-04-03 08:29:10 UTC (rev 235368)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -19,11 +19,19 @@
 conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
 install=${pkgname}.install
 groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('dc5e656b26d31bda9d0504b3df2a5b18')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
+aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch
+9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch)
+md5sums=('dc5e656b26d31bda9d0504b3df2a5b18'
+ '9c169d282f6a96fbde0fe510de20a603'
+ 'beba1fbf46da6463dea6565b63370175')
 
 prepare() {
   mkdir build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch
+  patch -p1 -i ../9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch
 }
 
 build() {

Added: aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch
===
--- aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch  
(rev 0)
+++ aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch  2015-04-03 08:29:10 UTC 
(rev 

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

2015-04-03 Thread Daniel Micay
Date: Friday, April 3, 2015 @ 09:18:51
  Author: thestinger
Revision: 130557

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 130556, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 130556, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 130556, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 130556, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 130556, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 130556, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 130556, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 130556, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 130556, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 130556, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 130556, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 130556, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|14886 +++
 /config.x86_64 |14306 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7443 ---
 community-i686/config.x86_64   | 7153 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  325 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7443 ---
 community-x86_64/config.x86_64 | 7153 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29966 insertions(+), 29966 deletions(-)

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


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

2015-04-03 Thread Daniel Micay
Date: Friday, April 3, 2015 @ 09:17:54
  Author: thestinger
Revision: 130556

upgpkg: linux-grsec 3.19.3.201504021826-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 02:09:43 UTC (rev 130555)
+++ PKGBUILD2015-04-03 07:17:54 UTC (rev 130556)
@@ -9,7 +9,7 @@
 _srcname=linux-3.19
 _pkgver=3.19.3
 _grsecver=3.1
-_timestamp=201503311751
+_timestamp=201504021826
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 'cd9474b61b859d68f83ff0b769bafef8489d2090e0a933d2a7e5f76a23cc071a'
 'SKIP'
-'2f748eaa0f955f3733dfea9ccca227805d9d79ae45d5ecf7974e2d4171fa9017'
+'f553a2ad03a1f939506b413d8f5cc66bc2e152fc9c6562d3fb73a54e14d46f64'
 'SKIP'
 '565eb62808216b0ea6fbf16647ffd907810b1d34e445b82d093134bb26c46b7b'
 '3861d6d5ac87d64209971d2f5e389246a1f10833bcd4519c05007a01ab881631'


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

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 11:13:03
  Author: fyan
Revision: 235370

upgpkg: calligra 2.9.2-1

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 08:30:11 UTC (rev 235369)
+++ PKGBUILD2015-04-03 09:13:03 UTC (rev 235370)
@@ -20,7 +20,7 @@
  'calligra-sheets'
  'calligra-stage'
  'calligra-words')
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
@@ -32,7 +32,7 @@
  'libetonyek' 'libpqxx' 'libspnav' 'postgresql')
 groups=('calligra')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('3afd7afffbbb8078dcc1e339a85cf74c')
+md5sums=('a293d85b288468c14c8638ad0dc37947')
 
 prepare() {
   mkdir build


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

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 11:45:47
  Author: fyan
Revision: 235372

upgpkg: calligra-l10n 2.9.2-1

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 09:15:05 UTC (rev 235371)
+++ PKGBUILD2015-04-03 09:45:47 UTC (rev 235372)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=calligra-l10n
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc=Localization for Calligra
 arch=('any')
@@ -58,35 +58,35 @@
   }
 done
 
-md5sums=('cba77be979019517c35aeb1411061f74'
- 'd2a492476166abe353b722d3be83f484'
- '86174201d1a67ee486699e39e792afe5'
- 'ed4fe0690d0f55776564066c469aff31'
- '2e1aa8454f058d60d6de027bf9e6013e'
- '462bdf3a1c357162947a2ac78193c0c8'
- '686701808bb98526e93a3122d8a72211'
- 'f72642f72021426bd366d2b82703fe92'
- '23e37fd33625b3cb65864c86044cc307'
- '0b2f118ccb93256750e93da95af9922c'
- '9e2537324e6b896c9f174289d44d2401'
- '333d06893bf797ae2f15374950431379'
- '2f5092542e13c984a07fa06a13071de5'
- '6f74a2430e93a8212b52ea4a7f3db80c'
- '6cc374e9019fb4c2f4096ab167c31787'
- 'cd144c35a06e68c7800235f82a34117b'
- 'adf1689fb17cbe2bee3f00c8de68d26b'
- '0747c067bbb212f1c5011e2b21ff3fff'
- 'b2c3a57f77fd2d07b51bdddc5390a81f'
- 'd94a51ff6dda4cbfe957d192775a738e'
- '68627ac4b6594297baee20c1ae1a6313'
- '7f93061b116d0e3bb8a42230d721f52b'
- '790ea91505d5754564651a9797ad5b27'
- '2fb7ac4e427fb4f94b7a2f03b0df59db'
- '462715b91ff71b696f6c592e2879b453'
- '732a10099b75a3068646afcb154bdeee'
- 'f085a670997dbc599dae1bd18ecfb6f3'
- '35061f847c9df4a7d618dc2bfbd5e3d2'
- '653556c54ee517d685bfdd274610d00f')
+md5sums=('46abda11730b2855396da5c49be8118d'
+ '5dfd8a63a543ccc031d6691300fc14d9'
+ '12d6a77988ec5776d935c0278c464f6f'
+ '8be7e15d3c49ce2f1a23f98215e76fe0'
+ '6343ff6c408f89fb8a54fb284c0f6653'
+ 'b732a3c8a46268b02c393f7da6983651'
+ 'd08e35dedf029b2ad6343697a227db33'
+ 'da5f5eaaa8c0e4694a7d5620349300ca'
+ 'e5b63067ab038df231197a7ebed6ce68'
+ '1e72fb67933711140d822af999b3a483'
+ '77ae0624ee424f99b1248c429ce1d8af'
+ 'effa0b3806dcb230294ca9e9e5d64c42'
+ '3c77bf246bb7e4663e260d714a8d4920'
+ '48059f6475940f96e89554ed3a5fa4ce'
+ 'f9240d55cb05a1af64f50bcabc2d6866'
+ '7a4dc57842926e644cdaf462a3b8bddf'
+ '0df375c87b322eaf59bc463c741d4fc6'
+ '4be303ea33737e8bb082bc55cf481b06'
+ '5a53ebae95d6dd082f606489c4073467'
+ '0034bffa695f030a54ead482e651b934'
+ 'f86648ecee94c2c6ed006a3dbd8a88f8'
+ 'b3ce8fc10b4be2d7ccad9205522b69c3'
+ '2070b40dfd4ecf860a761a327f3463fc'
+ 'fa9b7fb496b948845462d87b82c12362'
+ '04fc1e7c595e34dc12d008ad5b70bda6'
+ '71749e6c0d1e2c8262bd1e871fdab090'
+ '7d8475a9a1d1ab4469089902f4460534'
+ 'e66bdc04698f29d074bd874ba2ac713b'
+ '2626d400c350627494b4d5937765ccb5')
 
 build() {
   for _lang in ${_languages[@]}; do


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

2015-04-03 Thread Ronald van Haren
Date: Friday, April 3, 2015 @ 13:02:57
  Author: ronald
Revision: 235374

upgpkg: muparser 2.2.4-1

update to 2.2.4

Modified:
  muparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 09:46:04 UTC (rev 235373)
+++ PKGBUILD2015-04-03 11:02:57 UTC (rev 235374)
@@ -3,7 +3,7 @@
 # Contributor: damir damir.archlinux.org
 
 pkgname=muparser
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc=A fast math parser library
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 depends=('gcc-libs')
 license=('custom')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v${pkgver//./_}.zip;)
-md5sums=('9de40ec1dab5bd2787ee344fce5846ad')
+source=(${pkgname}-${pkgver}.zip::https://drive.google.com/uc?export=downloadid=0BzuB-ydOOoduejdwdTQwcF9JLTA;)
+sha1sums=('78db09680cafd5db4fd08a5d472afd2fa65f9274')
 
 build() {
   cd $srcdir/${pkgname}_v${pkgver//./_}
-  ./configure --prefix=/usr
+  sh ./configure --prefix=/usr
   make
 }
 


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

2015-04-03 Thread Ronald van Haren
Date: Friday, April 3, 2015 @ 13:03:11
  Author: ronald
Revision: 235375

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-03 11:02:57 UTC (rev 235374)
+++ extra-i686/PKGBUILD 2015-04-03 11:03:11 UTC (rev 235375)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir damir.archlinux.org
-
-pkgname=muparser
-pkgver=2.2.3
-pkgrel=1
-pkgdesc=A fast math parser library
-arch=('i686' 'x86_64')
-url=http://muparser.sourceforge.net/;
-depends=('gcc-libs')
-license=('custom')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v${pkgver//./_}.zip;)
-md5sums=('9de40ec1dab5bd2787ee344fce5846ad')
-
-build() {
-  cd $srcdir/${pkgname}_v${pkgver//./_}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}_v${pkgver//./_}
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -D -m644 License.txt \
-   $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: muparser/repos/extra-i686/PKGBUILD (from rev 235374, 
muparser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-03 11:03:11 UTC (rev 235375)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir damir.archlinux.org
+
+pkgname=muparser
+pkgver=2.2.4
+pkgrel=1
+pkgdesc=A fast math parser library
+arch=('i686' 'x86_64')
+url=http://muparser.sourceforge.net/;
+depends=('gcc-libs')
+license=('custom')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.zip::https://drive.google.com/uc?export=downloadid=0BzuB-ydOOoduejdwdTQwcF9JLTA;)
+sha1sums=('78db09680cafd5db4fd08a5d472afd2fa65f9274')
+
+build() {
+  cd $srcdir/${pkgname}_v${pkgver//./_}
+  sh ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}_v${pkgver//./_}
+  make DESTDIR=$pkgdir install
+
+  # license
+  install -D -m644 License.txt \
+   $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-03 11:02:57 UTC (rev 235374)
+++ extra-x86_64/PKGBUILD   2015-04-03 11:03:11 UTC (rev 235375)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir damir.archlinux.org
-
-pkgname=muparser
-pkgver=2.2.3
-pkgrel=1
-pkgdesc=A fast math parser library
-arch=('i686' 'x86_64')
-url=http://muparser.sourceforge.net/;
-depends=('gcc-libs')
-license=('custom')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_v${pkgver//./_}.zip;)
-md5sums=('9de40ec1dab5bd2787ee344fce5846ad')
-
-build() {
-  cd $srcdir/${pkgname}_v${pkgver//./_}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}_v${pkgver//./_}
-  make DESTDIR=$pkgdir install
-
-  # license
-  install -D -m644 License.txt \
-   $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: muparser/repos/extra-x86_64/PKGBUILD (from rev 235374, 
muparser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-03 11:03:11 UTC (rev 235375)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir damir.archlinux.org
+
+pkgname=muparser
+pkgver=2.2.4
+pkgrel=1
+pkgdesc=A fast math parser library
+arch=('i686' 'x86_64')
+url=http://muparser.sourceforge.net/;
+depends=('gcc-libs')
+license=('custom')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.zip::https://drive.google.com/uc?export=downloadid=0BzuB-ydOOoduejdwdTQwcF9JLTA;)
+sha1sums=('78db09680cafd5db4fd08a5d472afd2fa65f9274')
+
+build() {
+  cd $srcdir/${pkgname}_v${pkgver//./_}
+  sh ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}_v${pkgver//./_}
+  make DESTDIR=$pkgdir install
+
+  # license
+  install -D -m644 License.txt \
+   $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 11:46:04
  Author: fyan
Revision: 235373

archrelease: copy trunk to testing-any

Added:
  calligra-l10n/repos/testing-any/
  calligra-l10n/repos/testing-any/PKGBUILD
(from rev 235372, calligra-l10n/trunk/PKGBUILD)

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

Copied: calligra-l10n/repos/testing-any/PKGBUILD (from rev 235372, 
calligra-l10n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-03 09:46:04 UTC (rev 235373)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=calligra-l10n
+pkgver=2.9.2
+pkgrel=1
+pkgdesc=Localization for Calligra
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+
+_languages=(
+  'bs Bosnian'
+  'ca Catalan'
+  'ca@valencia Catalan (Valencian)'
+  'cs Czech'
+  'da Danish'
+  'de German'
+  'el Greek'
+  'en_GB  British English'
+  'es Spanish'
+  'et Estonian'
+  'fi Finnish'
+  'fr French'
+  'gl Galician'
+  'hu Hungarian'
+  'it Italian'
+  'ja Japanese'
+  'kk Kazakh'
+  'nb Norwegian Bokmal'
+  'nl Dutch'
+  'pl Polish'
+  'pt Portuguese'
+  'pt_BR  Brazilian Portuguese'
+  'ru Russian'
+  'sk Slovak'
+  'sv Swedish'
+  'tr Turkish'
+  'uk Ukrainian'
+  'zh_CN  Chinese Simplified'
+  'zh_TW  Chinese Traditional'
+)
+
+pkgname=()
+source=()
+
+for _lang in ${_languages[@]}; do
+  _locale=${_lang%% *}
+  _pkgname=calligra-l10n-${_locale,,}
+  
+  pkgname+=($_pkgname)
+  
source+=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-$_locale-${pkgver}.tar.xz;)
+  eval package_$_pkgname() {
+_package $_lang
+  }
+done
+
+md5sums=('46abda11730b2855396da5c49be8118d'
+ '5dfd8a63a543ccc031d6691300fc14d9'
+ '12d6a77988ec5776d935c0278c464f6f'
+ '8be7e15d3c49ce2f1a23f98215e76fe0'
+ '6343ff6c408f89fb8a54fb284c0f6653'
+ 'b732a3c8a46268b02c393f7da6983651'
+ 'd08e35dedf029b2ad6343697a227db33'
+ 'da5f5eaaa8c0e4694a7d5620349300ca'
+ 'e5b63067ab038df231197a7ebed6ce68'
+ '1e72fb67933711140d822af999b3a483'
+ '77ae0624ee424f99b1248c429ce1d8af'
+ 'effa0b3806dcb230294ca9e9e5d64c42'
+ '3c77bf246bb7e4663e260d714a8d4920'
+ '48059f6475940f96e89554ed3a5fa4ce'
+ 'f9240d55cb05a1af64f50bcabc2d6866'
+ '7a4dc57842926e644cdaf462a3b8bddf'
+ '0df375c87b322eaf59bc463c741d4fc6'
+ '4be303ea33737e8bb082bc55cf481b06'
+ '5a53ebae95d6dd082f606489c4073467'
+ '0034bffa695f030a54ead482e651b934'
+ 'f86648ecee94c2c6ed006a3dbd8a88f8'
+ 'b3ce8fc10b4be2d7ccad9205522b69c3'
+ '2070b40dfd4ecf860a761a327f3463fc'
+ 'fa9b7fb496b948845462d87b82c12362'
+ '04fc1e7c595e34dc12d008ad5b70bda6'
+ '71749e6c0d1e2c8262bd1e871fdab090'
+ '7d8475a9a1d1ab4469089902f4460534'
+ 'e66bdc04698f29d074bd874ba2ac713b'
+ '2626d400c350627494b4d5937765ccb5')
+
+build() {
+  for _lang in ${_languages[@]}; do
+_locale=${_lang%% *}
+
+mkdir -p build/$_locale
+cd build/$_locale
+cmake $srcdir/$pkgbase-$_locale-$pkgver \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr
+make
+cd ../..
+  done
+}
+
+_package() {
+  pkgdesc=$2 localization for Calligra
+  cd build/$1
+  make DESTDIR=$pkgdir install
+}


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

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 09:55:54
  Author: fyan
Revision: 235366

upgpkg: perl-file-basedir 0.04-1

Modified:
  perl-file-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 07:34:05 UTC (rev 235365)
+++ PKGBUILD2015-04-03 07:55:54 UTC (rev 235366)
@@ -1,24 +1,25 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: kevin ke...@archlinux.org
 # Contributor: K. Piche kpi...@rogers.com
 
 pkgname=perl-file-basedir
 _realname=File-BaseDir
-pkgver=0.03
-pkgrel=6
+pkgver=0.04
+pkgrel=1
 pkgdesc='Use the Freedesktop.org base directory specification'
-arch=(any)
+arch=('any')
 license=('GPL' 'PerlArtistic')
 url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}-$pkgver.tar.gz)
-md5sums=('527596f1507894dfaacdda72ea6dbb31')
+depends=('perl-ipc-system-simple' 'perl-file-which')
+makedepends=('perl-module-build0.4205')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz;)
+md5sums=('880e3d4c6b383a3b8c11a1cfe8f3c979')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }


[arch-commits] Commit in perl-file-basedir/repos (testing-any testing-any/PKGBUILD)

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 09:56:16
  Author: fyan
Revision: 235367

archrelease: copy trunk to testing-any

Added:
  perl-file-basedir/repos/testing-any/
  perl-file-basedir/repos/testing-any/PKGBUILD
(from rev 235366, perl-file-basedir/trunk/PKGBUILD)

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

Copied: perl-file-basedir/repos/testing-any/PKGBUILD (from rev 235366, 
perl-file-basedir/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-03 07:56:16 UTC (rev 235367)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=perl-file-basedir
+_realname=File-BaseDir
+pkgver=0.04
+pkgrel=1
+pkgdesc='Use the Freedesktop.org base directory specification'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-ipc-system-simple' 'perl-file-which')
+makedepends=('perl-module-build0.4205')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz;)
+md5sums=('880e3d4c6b383a3b8c11a1cfe8f3c979')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


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

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:22:06
  Author: jgc
Revision: 235380

upgpkg: gtk-doc 1.21-2

Replace gnome-doc-utils with yelp-tools (FS#44418)

Modified:
  gtk-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 12:07:33 UTC (rev 235379)
+++ PKGBUILD2015-04-03 12:22:06 UTC (rev 235380)
@@ -3,11 +3,11 @@
 
 pkgname=gtk-doc
 pkgver=1.21
-pkgrel=1
+pkgrel=2
 pkgdesc=Documentation tool for public library API
 arch=('any')
 license=('GPL' 'FDL')
-depends=('docbook-xsl' 'gnome-doc-utils' 'perl' 'source-highlight')
+depends=('docbook-xsl' 'yelp-tools' 'perl' 'source-highlight')
 makedepends=('pkgconfig' 'jade' 'itstool' 'dblatex')
 optdepends=('jade: SGML support'
 'dblatex: PDF support')


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

2015-04-03 Thread Ronald van Haren
Date: Friday, April 3, 2015 @ 14:38:06
  Author: ronald
Revision: 235385

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

Added:
  qwt/repos/extra-i686/PKGBUILD
(from rev 235384, qwt/trunk/PKGBUILD)
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
(from rev 235384, qwt/trunk/qwtconfig-archlinux.pri)
  qwt/repos/extra-x86_64/PKGBUILD
(from rev 235384, qwt/trunk/PKGBUILD)
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri
(from rev 235384, qwt/trunk/qwtconfig-archlinux.pri)
Deleted:
  qwt/repos/extra-i686/PKGBUILD
  qwt/repos/extra-i686/qwtconfig-archlinux.pri
  qwt/repos/extra-x86_64/PKGBUILD
  qwt/repos/extra-x86_64/qwtconfig-archlinux.pri

--+
 /PKGBUILD|  106 ++
 /qwtconfig-archlinux.pri |  236 +
 extra-i686/PKGBUILD  |   49 --
 extra-i686/qwtconfig-archlinux.pri   |  118 
 extra-x86_64/PKGBUILD|   49 --
 extra-x86_64/qwtconfig-archlinux.pri |  118 
 6 files changed, 342 insertions(+), 334 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-03 12:37:54 UTC (rev 235384)
+++ extra-i686/PKGBUILD 2015-04-03 12:38:06 UTC (rev 235385)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=qwt
-pkgver=6.1.1
-pkgrel=1
-pkgdesc=Qt Widgets for Technical Applications
-arch=('i686' 'x86_64')
-url=http://qwt.sourceforge.net/;
-depends=('qt4')
-license=(custom:$pkgname)
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2; 
\
-qwtconfig-archlinux.pri)
-sha1sums=('6d142cb9725da7e03fbb507532fc268b5212080a'
-  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # copy our config file to the right place
-  cp ${srcdir}/qwtconfig-archlinux.pri qwtconfig.pri
-
-  # build qwt:
-  qmake-qt4 qwt.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make INSTALL_ROOT=${pkgdir} install
-
-  # install web designer plugin
-  install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
-  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
-${pkgdir}/usr/lib/qt4/plugins/designer/
-
-  # needed by qmake (FS#30407)
-  install -d ${pkgdir}/usr/share/qt4/mkspecs/features/
-  install -m644 qwtconfig.pri qwt.prf qwtfunctions.pri \
-${pkgdir}/usr/share/qt4/mkspecs/features/
-
-  # move man pages
-  mv ${pkgdir}/usr/share/doc/qwt/man/ ${pkgdir}/usr/share/
-
-  # install licence
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
-   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: qwt/repos/extra-i686/PKGBUILD (from rev 235384, qwt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-03 12:38:06 UTC (rev 235385)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=qwt
+pkgver=6.1.2
+pkgrel=1
+pkgdesc=Qt Widgets for Technical Applications
+arch=('i686' 'x86_64')
+url=http://qwt.sourceforge.net/;
+depends=('qt4')
+license=(custom:$pkgname)
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2; 
\
+qwtconfig-archlinux.pri)
+sha1sums=('6af82b6ee4132f779d1c8c2db872f01463b0d61c'
+  '8731482ed25467b7c0ec476df5c17f40c114cea0')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # copy our config file to the right place
+  cp ${srcdir}/qwtconfig-archlinux.pri qwtconfig.pri
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # build qwt:
+  qmake-qt4 qwt.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} install
+
+  # install web designer plugin
+  install -d ${pkgdir}/usr/lib/qt4/plugins/designer/
+  install -Dm755 designer/plugins/designer/libqwt_designer_plugin.so \
+${pkgdir}/usr/lib/qt4/plugins/designer/
+
+  # needed by qmake (FS#30407)
+  install -d ${pkgdir}/usr/share/qt4/mkspecs/features/
+  install -m644 qwtconfig.pri qwt.prf qwtfunctions.pri \
+${pkgdir}/usr/share/qt4/mkspecs/features/
+
+  # move man pages
+  mv ${pkgdir}/usr/share/doc/qwt/man/ ${pkgdir}/usr/share/
+
+  # install licence
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/qwtconfig-archlinux.pri
===
--- extra-i686/qwtconfig-archlinux.pri  2015-04-03 12:37:54 UTC (rev 235384)
+++ extra-i686/qwtconfig-archlinux.pri  2015-04-03 12:38:06 UTC (rev 235385)
@@ -1,118 +0,0 @@
-
-# Qwt Widget Library
-# Copyright (C) 1997   Josef Wilgen
-# Copyright (C) 2002   Uwe Rathmann
-#
-# This library is free software; you can redistribute it 

[arch-commits] Commit in colord/trunk (2 files)

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:01:06
  Author: jgc
Revision: 235376

upgpkg: colord 1.2.9-2

Fix FS#44415

Added:
  colord/trunk/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
Modified:
  colord/trunk/PKGBUILD

---+
 0001-Fix-session-helper-failing-to-find-argyll-tool.patch |   30 
 PKGBUILD  |   13 -
 2 files changed, 40 insertions(+), 3 deletions(-)

Added: 0001-Fix-session-helper-failing-to-find-argyll-tool.patch
===
--- 0001-Fix-session-helper-failing-to-find-argyll-tool.patch   
(rev 0)
+++ 0001-Fix-session-helper-failing-to-find-argyll-tool.patch   2015-04-03 
12:01:06 UTC (rev 235376)
@@ -0,0 +1,30 @@
+From 301f24d02158f1e12a2e7ccdf9970d02ecddd534 Mon Sep 17 00:00:00 2001
+From: Tim Waugh twa...@redhat.com
+Date: Mon, 23 Feb 2015 09:56:12 +
+Subject: [PATCH] Fix session-helper failing to find argyll tool.
+
+We don't want to free the thing we're trying to return. This fixes the
+bug introduced in commit b6f7c4d117a06f059a6e852e2dce8c13a3bb1f2c.
+
+See:
+  https://bugzilla.redhat.com/show_bug.cgi?id=1190720
+---
+ contrib/session-helper/cd-main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/contrib/session-helper/cd-main.c 
b/contrib/session-helper/cd-main.c
+index 61e0c5b..0f93697 100644
+--- a/contrib/session-helper/cd-main.c
 b/contrib/session-helper/cd-main.c
+@@ -939,7 +939,7 @@ cd_main_find_argyll_tool (const gchar *command,
+ GError **error)
+ {
+   gboolean ret;
+-  _cleanup_free_ gchar *filename = NULL;
++  gchar *filename;
+ 
+   /* try the original argyllcms filename installed in /usr/local/bin */
+   filename = g_strdup_printf (/usr/local/bin/%s, command);
+-- 
+2.1.0
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 11:03:11 UTC (rev 235375)
+++ PKGBUILD2015-04-03 12:01:06 UTC (rev 235376)
@@ -4,7 +4,7 @@
 
 pkgname=colord
 pkgver=1.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc=System daemon for managing color devices
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/software/colord;
@@ -16,11 +16,18 @@
 'argyllcms: color profiling')
 replaces=('shared-color-profiles')
 install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc}
+0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
 sha1sums=('1b6319812b12ab7f906983959bbaaf2e5b78bdb7'
-  'SKIP')
+  'SKIP'
+  '6d92d75cda7736e734f7472bed52dbc90ca3ea93')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../0001-Fix-session-helper-failing-to-find-argyll-tool.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \


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

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:07:33
  Author: jgc
Revision: 235379

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

Added:
  baobab/repos/testing-i686/PKGBUILD
(from rev 235378, baobab/trunk/PKGBUILD)
  baobab/repos/testing-i686/baobab.install
(from rev 235378, baobab/trunk/baobab.install)
  baobab/repos/testing-x86_64/PKGBUILD
(from rev 235378, baobab/trunk/PKGBUILD)
  baobab/repos/testing-x86_64/baobab.install
(from rev 235378, baobab/trunk/baobab.install)
Deleted:
  baobab/repos/testing-i686/PKGBUILD
  baobab/repos/testing-i686/baobab.install
  baobab/repos/testing-x86_64/PKGBUILD
  baobab/repos/testing-x86_64/baobab.install

---+
 /PKGBUILD |   64 
 /baobab.install   |   26 
 testing-i686/PKGBUILD |   32 
 testing-i686/baobab.install   |   13 
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/baobab.install |   13 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-03 12:07:26 UTC (rev 235378)
+++ testing-i686/PKGBUILD   2015-04-03 12:07:33 UTC (rev 235379)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=baobab
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=A graphical directory tree analyzer
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db29c48892c36ea04f4f74019a24004c2fa54854a08f2d0be55f17d39ee9bf5c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' 
$pkgdir/usr/share/applications/org.gnome.baobab.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 235378, 
baobab/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-03 12:07:33 UTC (rev 235379)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=baobab
+pkgver=3.16.0
+pkgrel=2
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils' 'librsvg')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db29c48892c36ea04f4f74019a24004c2fa54854a08f2d0be55f17d39ee9bf5c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' 
$pkgdir/usr/share/applications/org.gnome.baobab.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/baobab.install
===
--- testing-i686/baobab.install 2015-04-03 12:07:26 UTC (rev 235378)
+++ testing-i686/baobab.install 2015-04-03 12:07:33 UTC (rev 235379)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baobab/repos/testing-i686/baobab.install (from rev 235378, 
baobab/trunk/baobab.install)
===
--- testing-i686/baobab.install (rev 0)
+++ testing-i686/baobab.install 2015-04-03 12:07:33 UTC (rev 235379)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-04-03 12:07:26 UTC (rev 235378)
+++ testing-x86_64/PKGBUILD 2015-04-03 12:07:33 UTC (rev 235379)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=baobab
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=A graphical directory tree analyzer
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 

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

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:07:26
  Author: jgc
Revision: 235378

upgpkg: baobab 3.16.0-2

Add librsvg to depends (FS#44405)

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 12:01:13 UTC (rev 235377)
+++ PKGBUILD2015-04-03 12:07:26 UTC (rev 235378)
@@ -3,12 +3,12 @@
 
 pkgname=baobab
 pkgver=3.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
 url=http://gnome.org;
 license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils' 'librsvg')
 makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
 groups=('gnome')
 install=$pkgname.install


[arch-commits] Commit in gtk-doc/repos/extra-any (PKGBUILD PKGBUILD)

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:22:11
  Author: jgc
Revision: 235381

archrelease: copy trunk to extra-any

Added:
  gtk-doc/repos/extra-any/PKGBUILD
(from rev 235380, gtk-doc/trunk/PKGBUILD)
Deleted:
  gtk-doc/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-03 12:22:06 UTC (rev 235380)
+++ PKGBUILD2015-04-03 12:22:11 UTC (rev 235381)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gtk-doc
-pkgver=1.21
-pkgrel=1
-pkgdesc=Documentation tool for public library API
-arch=('any')
-license=('GPL' 'FDL')
-depends=('docbook-xsl' 'gnome-doc-utils' 'perl' 'source-highlight')
-makedepends=('pkgconfig' 'jade' 'itstool' 'dblatex')
-optdepends=('jade: SGML support'
-'dblatex: PDF support')
-url=http://www.gtk.org/gtk-doc/;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5d934d012ee08edd1585544792efa80da271652587ba5b843d2cea8e8b80ee3e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtk-doc/repos/extra-any/PKGBUILD (from rev 235380, 
gtk-doc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-03 12:22:11 UTC (rev 235381)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gtk-doc
+pkgver=1.21
+pkgrel=2
+pkgdesc=Documentation tool for public library API
+arch=('any')
+license=('GPL' 'FDL')
+depends=('docbook-xsl' 'yelp-tools' 'perl' 'source-highlight')
+makedepends=('pkgconfig' 'jade' 'itstool' 'dblatex')
+optdepends=('jade: SGML support'
+'dblatex: PDF support')
+url=http://www.gtk.org/gtk-doc/;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('5d934d012ee08edd1585544792efa80da271652587ba5b843d2cea8e8b80ee3e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:26:34
  Author: jgc
Revision: 235382

upgpkg: gnome-maps 3.16.0-2

Add gfbgraph dependency (FS#44386)

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 12:22:11 UTC (rev 235381)
+++ PKGBUILD2015-04-03 12:26:34 UTC (rev 235382)
@@ -3,12 +3,12 @@
 
 pkgname=gnome-maps
 pkgver=3.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple GNOME 3 maps application
 arch=(i686 x86_64)
 license=('GPL')
 url=https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
 makedepends=(intltool gobject-introspection)
 groups=('gnome-extra')
 install=gnome-maps.install


[arch-commits] Commit in trac/repos/community-any (8 files)

2015-04-03 Thread Sergej Pupykin
Date: Friday, April 3, 2015 @ 14:26:17
  Author: spupykin
Revision: 130561

archrelease: copy trunk to community-any

Added:
  trac/repos/community-any/PKGBUILD
(from rev 130560, trac/trunk/PKGBUILD)
  trac/repos/community-any/license.txt
(from rev 130560, trac/trunk/license.txt)
  trac/repos/community-any/trac.install
(from rev 130560, trac/trunk/trac.install)
  trac/repos/community-any/tracd.service
(from rev 130560, trac/trunk/tracd.service)
Deleted:
  trac/repos/community-any/PKGBUILD
  trac/repos/community-any/license.txt
  trac/repos/community-any/trac.install
  trac/repos/community-any/tracd.service

---+
 PKGBUILD  |   82 
 license.txt   |   58 +++
 trac.install  |   22 +++
 tracd.service |   22 +++
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-03 12:26:03 UTC (rev 130560)
+++ PKGBUILD2015-04-03 12:26:17 UTC (rev 130561)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Rubin Simons ru...@xs4all.nl
-
-pkgname=trac
-pkgver=1.0.4
-pkgrel=2
-pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
-arch=('any')
-url=http://trac.edgewall.org/;
-license=('BSD')
-depends=(python2 python2-genshi python2-babel python2-setuptools)
-makedepends=(clearsilver)
-install=trac.install
-backup=(etc/conf.d/tracd.conf)
-source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
-   license.txt
-   tracd.service)
-md5sums=('20f1f76b4d993cecab13b7b4a93547f5'
- 'af9a4064fd7a5759fee0fc288f749977'
- '74087f86566113b79018a93e02fbde18')
-
-prepare() {
-  cd $srcdir/Trac-$pkgver
-  # python2 fix
-  for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \
-  trac/web/*.py trac/wiki/default-pages/TracFastCgi \
-  contrib/cgi-bin/trac.{f,}cgi; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-  done
-}
-
-package() {
-  cd $srcdir/Trac-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  install -D -m644 $srcdir/license.txt 
$pkgdir/usr/share/licenses/trac/license.txt
-  install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi
-  install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi
-  install -Dm0644 $srcdir/tracd.service 
$pkgdir/usr/lib/systemd/system/tracd.service
-}

Copied: trac/repos/community-any/PKGBUILD (from rev 130560, trac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-03 12:26:17 UTC (rev 130561)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Rubin Simons ru...@xs4all.nl
+
+pkgname=trac
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
+arch=('any')
+url=http://trac.edgewall.org/;
+license=('BSD')
+depends=(python2 python2-genshi python2-babel python2-setuptools)
+makedepends=(clearsilver)
+install=trac.install
+backup=(etc/conf.d/tracd.conf)
+source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
+   license.txt
+   tracd.service)
+md5sums=('1146c849f926f9eeb8448569159b29e0'
+ 'af9a4064fd7a5759fee0fc288f749977'
+ '74087f86566113b79018a93e02fbde18')
+
+prepare() {
+  cd $srcdir/Trac-$pkgver
+  # python2 fix
+  for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \
+  trac/web/*.py trac/wiki/default-pages/TracFastCgi \
+  contrib/cgi-bin/trac.{f,}cgi; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+}
+
+package() {
+  cd $srcdir/Trac-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  install -D -m644 $srcdir/license.txt 
$pkgdir/usr/share/licenses/trac/license.txt
+  install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi
+  install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi
+  install -Dm0644 $srcdir/tracd.service 
$pkgdir/usr/lib/systemd/system/tracd.service
+}

Deleted: license.txt
===
--- license.txt 2015-04-03 12:26:03 UTC (rev 130560)
+++ license.txt 2015-04-03 12:26:17 UTC (rev 130561)
@@ -1,29 +0,0 @@
-Copyright (C) 2003-2005 Edgewall Software
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary 

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

2015-04-03 Thread Sergej Pupykin
Date: Friday, April 3, 2015 @ 14:26:03
  Author: spupykin
Revision: 130560

upgpkg: trac 1.0.5-1

upd

Modified:
  trac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 08:02:34 UTC (rev 130559)
+++ PKGBUILD2015-04-03 12:26:03 UTC (rev 130560)
@@ -3,8 +3,8 @@
 # Contributor: Rubin Simons ru...@xs4all.nl
 
 pkgname=trac
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
 arch=('any')
 url=http://trac.edgewall.org/;
@@ -16,7 +16,7 @@
 source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
license.txt
tracd.service)
-md5sums=('20f1f76b4d993cecab13b7b4a93547f5'
+md5sums=('1146c849f926f9eeb8448569159b29e0'
  'af9a4064fd7a5759fee0fc288f749977'
  '74087f86566113b79018a93e02fbde18')
 


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

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:26:40
  Author: jgc
Revision: 235383

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

Added:
  gnome-maps/repos/testing-i686/PKGBUILD
(from rev 235382, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/testing-i686/gnome-maps.install
(from rev 235382, gnome-maps/trunk/gnome-maps.install)
  gnome-maps/repos/testing-x86_64/PKGBUILD
(from rev 235382, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/testing-x86_64/gnome-maps.install
(from rev 235382, gnome-maps/trunk/gnome-maps.install)
Deleted:
  gnome-maps/repos/testing-i686/PKGBUILD
  gnome-maps/repos/testing-i686/gnome-maps.install
  gnome-maps/repos/testing-x86_64/PKGBUILD
  gnome-maps/repos/testing-x86_64/gnome-maps.install

---+
 /PKGBUILD |   54 
 /gnome-maps.install   |   24 
 testing-i686/PKGBUILD |   27 --
 testing-i686/gnome-maps.install   |   12 
 testing-x86_64/PKGBUILD   |   27 --
 testing-x86_64/gnome-maps.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-03 12:26:34 UTC (rev 235382)
+++ testing-i686/PKGBUILD   2015-04-03 12:26:40 UTC (rev 235383)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-maps
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=A simple GNOME 3 maps application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks)
-makedepends=(intltool gobject-introspection)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7244531457d88a7602291b47eeffda94b3fd84b3f356d8895e561fe1357de7c1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=${pkgdir} install
-}

Copied: gnome-maps/repos/testing-i686/PKGBUILD (from rev 235382, 
gnome-maps/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-03 12:26:40 UTC (rev 235383)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-maps
+pkgver=3.16.0
+pkgrel=2
+pkgdesc=A simple GNOME 3 maps application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://live.gnome.org/Maps;
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7244531457d88a7602291b47eeffda94b3fd84b3f356d8895e561fe1357de7c1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/gnome-maps.install
===
--- testing-i686/gnome-maps.install 2015-04-03 12:26:34 UTC (rev 235382)
+++ testing-i686/gnome-maps.install 2015-04-03 12:26:40 UTC (rev 235383)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-maps/repos/testing-i686/gnome-maps.install (from rev 235382, 
gnome-maps/trunk/gnome-maps.install)
===
--- testing-i686/gnome-maps.install (rev 0)
+++ testing-i686/gnome-maps.install 2015-04-03 12:26:40 UTC (rev 235383)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-04-03 12:26:34 UTC (rev 235382)
+++ testing-x86_64/PKGBUILD 2015-04-03 12:26:40 UTC (rev 235383)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-maps
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=A simple GNOME 3 maps application
-arch=(i686 x86_64)
-license=('GPL')
-url=https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks)
-makedepends=(intltool gobject-introspection)
-groups=('gnome-extra')
-install=gnome-maps.install

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

2015-04-03 Thread Jan de Groot
Date: Friday, April 3, 2015 @ 14:01:13
  Author: jgc
Revision: 235377

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

Added:
  
colord/repos/extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
(from rev 235376, 
colord/trunk/0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
  colord/repos/extra-i686/PKGBUILD
(from rev 235376, colord/trunk/PKGBUILD)
  colord/repos/extra-i686/colord.install
(from rev 235376, colord/trunk/colord.install)
  
colord/repos/extra-x86_64/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
(from rev 235376, 
colord/trunk/0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
  colord/repos/extra-x86_64/PKGBUILD
(from rev 235376, colord/trunk/PKGBUILD)
  colord/repos/extra-x86_64/colord.install
(from rev 235376, colord/trunk/colord.install)
Deleted:
  colord/repos/extra-i686/PKGBUILD
  colord/repos/extra-i686/colord.install
  colord/repos/extra-x86_64/PKGBUILD
  colord/repos/extra-x86_64/colord.install

+
 /PKGBUILD  |   96 
++
 /colord.install|   30 
+++
 extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch   |   30 
+++
 extra-i686/PKGBUILD|   41 

 extra-i686/colord.install  |   15 -
 extra-x86_64/0001-Fix-session-helper-failing-to-find-argyll-tool.patch |   30 
+++
 extra-x86_64/PKGBUILD  |   41 

 extra-x86_64/colord.install|   15 -
 8 files changed, 186 insertions(+), 112 deletions(-)

Copied: 
colord/repos/extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
 (from rev 235376, 
colord/trunk/0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
===
--- extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
(rev 0)
+++ extra-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
2015-04-03 12:01:13 UTC (rev 235377)
@@ -0,0 +1,30 @@
+From 301f24d02158f1e12a2e7ccdf9970d02ecddd534 Mon Sep 17 00:00:00 2001
+From: Tim Waugh twa...@redhat.com
+Date: Mon, 23 Feb 2015 09:56:12 +
+Subject: [PATCH] Fix session-helper failing to find argyll tool.
+
+We don't want to free the thing we're trying to return. This fixes the
+bug introduced in commit b6f7c4d117a06f059a6e852e2dce8c13a3bb1f2c.
+
+See:
+  https://bugzilla.redhat.com/show_bug.cgi?id=1190720
+---
+ contrib/session-helper/cd-main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/contrib/session-helper/cd-main.c 
b/contrib/session-helper/cd-main.c
+index 61e0c5b..0f93697 100644
+--- a/contrib/session-helper/cd-main.c
 b/contrib/session-helper/cd-main.c
+@@ -939,7 +939,7 @@ cd_main_find_argyll_tool (const gchar *command,
+ GError **error)
+ {
+   gboolean ret;
+-  _cleanup_free_ gchar *filename = NULL;
++  gchar *filename;
+ 
+   /* try the original argyllcms filename installed in /usr/local/bin */
+   filename = g_strdup_printf (/usr/local/bin/%s, command);
+-- 
+2.1.0
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-03 12:01:06 UTC (rev 235376)
+++ extra-i686/PKGBUILD 2015-04-03 12:01:13 UTC (rev 235377)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=1.2.9
-pkgrel=1
-pkgdesc=System daemon for managing color devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/software/colord;
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
- argyllcms)
-optdepends=('sane: scanner support'
-'argyllcms: color profiling')
-replaces=('shared-color-profiles')
-install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('1b6319812b12ab7f906983959bbaaf2e5b78bdb7'
-  'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --with-daemon-user=colord
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # the build system has no colord user, so the chown fails
-  chown -R 124:124 $pkgdir/var/lib/colord
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 235376, 

[arch-commits] Commit in qwt/trunk (PKGBUILD qwtconfig-archlinux.pri)

2015-04-03 Thread Ronald van Haren
Date: Friday, April 3, 2015 @ 14:37:54
  Author: ronald
Revision: 235384

upgpkg: qwt 6.1.2-1

update to 6.1.2

Modified:
  qwt/trunk/PKGBUILD
  qwt/trunk/qwtconfig-archlinux.pri

-+
 PKGBUILD|   12 
 qwtconfig-archlinux.pri |4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 12:26:40 UTC (rev 235383)
+++ PKGBUILD2015-04-03 12:37:54 UTC (rev 235384)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 
 pkgname=qwt
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc=Qt Widgets for Technical Applications
 arch=('i686' 'x86_64')
@@ -11,15 +11,19 @@
 license=(custom:$pkgname)
 source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.bz2; 
\
 qwtconfig-archlinux.pri)
-sha1sums=('6d142cb9725da7e03fbb507532fc268b5212080a'
-  'aba0fc75f6d450237028b7b143bdcf05a79cabb3')
+sha1sums=('6af82b6ee4132f779d1c8c2db872f01463b0d61c'
+  '8731482ed25467b7c0ec476df5c17f40c114cea0')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # copy our config file to the right place
   cp ${srcdir}/qwtconfig-archlinux.pri qwtconfig.pri
+}
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   # build qwt:
   qmake-qt4 qwt.pro
   make

Modified: qwtconfig-archlinux.pri
===
--- qwtconfig-archlinux.pri 2015-04-03 12:26:40 UTC (rev 235383)
+++ qwtconfig-archlinux.pri 2015-04-03 12:37:54 UTC (rev 235384)
@@ -9,7 +9,7 @@
 
 QWT_VER_MAJ  = 6
 QWT_VER_MIN  = 1
-QWT_VER_PAT  = 0
+QWT_VER_PAT  = 2
 QWT_VERSION  = $${QWT_VER_MAJ}.$${QWT_VER_MIN}.$${QWT_VER_PAT}
 
 ##
@@ -28,7 +28,7 @@
 
 QWT_INSTALL_DOCS  = $${QWT_INSTALL_PREFIX}/share/doc/qwt
 QWT_INSTALL_HEADERS   = $${QWT_INSTALL_PREFIX}/include/qwt
-QWT_INSTALL_LIBS  = $${QWT_INSTALL_PREFIX}/lib
+QWT_INSTALL_LIBS  = $${QWT_INSTALL_PREFIX}/lib/qwt
 
 ##
 # Designer plugin


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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 17:24:38
  Author: anatolik
Revision: 130569

upgpkg: msgpack-c 1.1.0-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 14:29:11 UTC (rev 130568)
+++ PKGBUILD2015-04-03 15:24:38 UTC (rev 130569)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop auguste [at] gmail [dot] com
 
 pkgname=msgpack-c
-pkgver=1.0.1
+pkgver=1.1.0
 _tag=cpp-$pkgver
 pkgrel=1
 pkgdesc='An efficient object serialization library'
@@ -14,7 +14,7 @@
 checkdepends=(gtest)
 
source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
 fix_test_failure.patch)
-sha1sums=('8e6660ab389ce1321867989677708178bda0e50a'
+sha1sums=('e7bff85f4809331c745b9e327aaed1c85b2615db'
   'c6abea80cb55279c024d20fc632422c54a603461')
 
 prepare() {


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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 17:24:49
  Author: anatolik
Revision: 130570

upgpkg: stlink 1.1.0-1

Modified:
  stlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 15:24:38 UTC (rev 130569)
+++ PKGBUILD2015-04-03 15:24:49 UTC (rev 130570)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 
 pkgname=stlink
-pkgrel=2
-pkgver=1.0.0
+pkgrel=1
+pkgver=1.1.0
 pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
 arch=(i686 x86_64)
 url='https://github.com/texane/stlink'
@@ -11,7 +11,7 @@
 depends=(libusb)
 install=stlink.install
 
source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('09e676948adda9fd354d0a07584ad5884bc7f8e36ddb6b2f39b2211056b7263a')
+sha256sums=('a95ee75b67068649f6557cd886c4940cae024532202b2dc141cc558ebde03f4d')
 
 build() {
   cd stlink-$pkgver


[arch-commits] Commit in stlink/repos/community-i686 (4 files)

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 17:25:24
  Author: anatolik
Revision: 130571

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

Added:
  stlink/repos/community-i686/PKGBUILD
(from rev 130570, stlink/trunk/PKGBUILD)
  stlink/repos/community-i686/stlink.install
(from rev 130570, stlink/trunk/stlink.install)
Deleted:
  stlink/repos/community-i686/PKGBUILD
  stlink/repos/community-i686/stlink.install

+
 PKGBUILD   |   66 +++
 stlink.install |   46 +++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-03 15:24:49 UTC (rev 130570)
+++ PKGBUILD2015-04-03 15:25:24 UTC (rev 130571)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-
-pkgname=stlink
-pkgrel=2
-pkgver=1.0.0
-pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
-arch=(i686 x86_64)
-url='https://github.com/texane/stlink'
-license=(BSD)
-depends=(libusb)
-install=stlink.install
-source=(https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('09e676948adda9fd354d0a07584ad5884bc7f8e36ddb6b2f39b2211056b7263a')
-
-build() {
-  cd stlink-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd stlink-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 stlink_v1.modprobe.conf  
$pkgdir/usr/lib/modprobe.d/stlink_v1.modprobe.conf
-  install -Dm644 49-stlinkv1.rules
$pkgdir/usr/lib/udev/rules.d/49-stlinkv1.rules
-  install -Dm644 49-stlinkv2.rules
$pkgdir/usr/lib/udev/rules.d/49-stlinkv2.rules
-  install -Dm644 LICENSE  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 README   
$pkgdir/usr/share/doc/$pkgname/README
-}

Copied: stlink/repos/community-i686/PKGBUILD (from rev 130570, 
stlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-03 15:25:24 UTC (rev 130571)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=stlink
+pkgrel=1
+pkgver=1.1.0
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(i686 x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+depends=(libusb)
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
+sha256sums=('a95ee75b67068649f6557cd886c4940cae024532202b2dc141cc558ebde03f4d')
+
+build() {
+  cd stlink-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd stlink-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 stlink_v1.modprobe.conf  
$pkgdir/usr/lib/modprobe.d/stlink_v1.modprobe.conf
+  install -Dm644 49-stlinkv1.rules
$pkgdir/usr/lib/udev/rules.d/49-stlinkv1.rules
+  install -Dm644 49-stlinkv2.rules
$pkgdir/usr/lib/udev/rules.d/49-stlinkv2.rules
+  install -Dm644 LICENSE  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 README   
$pkgdir/usr/share/doc/$pkgname/README
+}

Deleted: stlink.install
===
--- stlink.install  2015-04-03 15:24:49 UTC (rev 130570)
+++ stlink.install  2015-04-03 15:25:24 UTC (rev 130571)
@@ -1,23 +0,0 @@
-msg() {
-# modprobe -r usb-storage  modprobe usb-storage
-  udevadm control --reload-rules
-  echo You may have to reload the usb-storage module.
-  echo To do this use
-  echo modprobe -r usb-storage  modprobe usb-storage
-}
-
-# arg 1:  the new package version
-post_install() {
-  msg
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  msg
-}
-
-# arg 1:  the old package version
-post_remove() {
-  msg
-}

Copied: stlink/repos/community-i686/stlink.install (from rev 130570, 
stlink/trunk/stlink.install)
===
--- stlink.install  (rev 0)
+++ stlink.install  2015-04-03 15:25:24 UTC (rev 130571)
@@ -0,0 +1,23 @@
+msg() {
+# modprobe -r usb-storage  modprobe usb-storage
+  udevadm control --reload-rules
+  echo You may have to reload the usb-storage module.
+  echo To do this use
+  echo modprobe -r usb-storage  modprobe usb-storage
+}
+
+# arg 1:  the new package version
+post_install() {
+  msg
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  msg
+}
+
+# arg 1:  the old package version
+post_remove() {
+  msg
+}


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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 17:27:47
  Author: anatolik
Revision: 130572

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

Added:
  msgpack-c/repos/community-i686/PKGBUILD
(from rev 130571, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-i686/fix_test_failure.patch
(from rev 130571, msgpack-c/trunk/fix_test_failure.patch)
  msgpack-c/repos/community-x86_64/PKGBUILD
(from rev 130571, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-x86_64/fix_test_failure.patch
(from rev 130571, msgpack-c/trunk/fix_test_failure.patch)
Deleted:
  msgpack-c/repos/community-i686/PKGBUILD
  msgpack-c/repos/community-i686/fix_test_failure.patch
  msgpack-c/repos/community-x86_64/PKGBUILD
  msgpack-c/repos/community-x86_64/fix_test_failure.patch

-+
 /PKGBUILD   |   82 ++
 /fix_test_failure.patch |   50 ++
 community-i686/PKGBUILD |   41 ---
 community-i686/fix_test_failure.patch   |   25 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/fix_test_failure.patch |   25 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-03 15:25:24 UTC (rev 130571)
+++ community-i686/PKGBUILD 2015-04-03 15:27:47 UTC (rev 130572)
@@ -1,41 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Leen Jewel leenje...@gmail.com
-# Contributor: Auguste Pop auguste [at] gmail [dot] com
-
-pkgname=msgpack-c
-pkgver=1.0.1
-_tag=cpp-$pkgver
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=(i686 x86_64)
-url='http://msgpack.org/'
-license=(Apache)
-depends=(glibc)
-checkdepends=(gtest)
-source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
-fix_test_failure.patch)
-sha1sums=('8e6660ab389ce1321867989677708178bda0e50a'
-  'c6abea80cb55279c024d20fc632422c54a603461')
-
-prepare() {
-  cd msgpack-c-$_tag
-  # upstream fix https://github.com/msgpack/msgpack-c/pull/95
-  # patch -p1  ../fix_test_failure.patch
-}
-
-build() {
-  cd msgpack-c-$_tag 
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd msgpack-c-$_tag
-  make check  
-}
-
-package() {
-  cd msgpack-c-$_tag
-  make DESTDIR=$pkgdir install
-}

Copied: msgpack-c/repos/community-i686/PKGBUILD (from rev 130571, 
msgpack-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 15:27:47 UTC (rev 130572)
@@ -0,0 +1,41 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel leenje...@gmail.com
+# Contributor: Auguste Pop auguste [at] gmail [dot] com
+
+pkgname=msgpack-c
+pkgver=1.1.0
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
+fix_test_failure.patch)
+sha1sums=('e7bff85f4809331c745b9e327aaed1c85b2615db'
+  'c6abea80cb55279c024d20fc632422c54a603461')
+
+prepare() {
+  cd msgpack-c-$_tag
+  # upstream fix https://github.com/msgpack/msgpack-c/pull/95
+  # patch -p1  ../fix_test_failure.patch
+}
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/fix_test_failure.patch
===
--- community-i686/fix_test_failure.patch   2015-04-03 15:25:24 UTC (rev 
130571)
+++ community-i686/fix_test_failure.patch   2015-04-03 15:27:47 UTC (rev 
130572)
@@ -1,25 +0,0 @@
-commit c203928fae924e017f39afb2723414d458fc01a1
-Author: Daiki Ueno u...@gnu.org
-Date:   Thu Jul 17 18:38:04 2014 +0900
-
-Fix test failure regarding int-float conversion
-
-Supply only small integers ( 1^23) to int-float conversion tests,
-so they can roundtrip without error.
-
-diff --git a/test/msgpack_test.cpp b/test/msgpack_test.cpp
-index fb35c68..6917caf 100644
 a/test/msgpack_test.cpp
-+++ b/test/msgpack_test.cpp
-@@ -201,10 +201,8 @@ TYPED_TEST_P(IntegerToFloatingPointTest, simple_buffer)
-   v.push_back(1);
-   if (numeric_limitsinteger_type::is_signed) v.push_back(-1);
-   else v.push_back(2);
--  v.push_back(numeric_limitsinteger_type::min());
--  v.push_back(numeric_limitsinteger_type::max());
-   for (unsigned int i = 0; i  kLoop; i++) {
--v.push_back(rand());
-+v.push_back(rand() % 0x7F);
-   }
-   for (unsigned int i = 0; i  v.size() ; i++) {
- msgpack::sbuffer sbuf;

Copied: 

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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 17:28:51
  Author: anatolik
Revision: 130573

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

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

-+
 /PKGBUILD   |   66 ++
 /stlink.install |   46 ++
 community-i686/PKGBUILD |   33 ---
 community-i686/stlink.install   |   23 -
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/stlink.install |   23 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-03 15:27:47 UTC (rev 130572)
+++ community-i686/PKGBUILD 2015-04-03 15:28:51 UTC (rev 130573)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-
-pkgname=stlink
-pkgrel=1
-pkgver=1.1.0
-pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
-arch=(i686 x86_64)
-url='https://github.com/texane/stlink'
-license=(BSD)
-depends=(libusb)
-install=stlink.install
-source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('a95ee75b67068649f6557cd886c4940cae024532202b2dc141cc558ebde03f4d')
-
-build() {
-  cd stlink-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd stlink-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 stlink_v1.modprobe.conf  
$pkgdir/usr/lib/modprobe.d/stlink_v1.modprobe.conf
-  install -Dm644 49-stlinkv1.rules
$pkgdir/usr/lib/udev/rules.d/49-stlinkv1.rules
-  install -Dm644 49-stlinkv2.rules
$pkgdir/usr/lib/udev/rules.d/49-stlinkv2.rules
-  install -Dm644 LICENSE  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 README   
$pkgdir/usr/share/doc/$pkgname/README
-}

Copied: stlink/repos/community-i686/PKGBUILD (from rev 130572, 
stlink/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 15:28:51 UTC (rev 130573)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=stlink
+pkgrel=1
+pkgver=1.1.0
+pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
+arch=(i686 x86_64)
+url='https://github.com/texane/stlink'
+license=(BSD)
+depends=(libusb)
+install=stlink.install
+source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
+sha256sums=('a95ee75b67068649f6557cd886c4940cae024532202b2dc141cc558ebde03f4d')
+
+build() {
+  cd stlink-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd stlink-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 stlink_v1.modprobe.conf  
$pkgdir/usr/lib/modprobe.d/stlink_v1.modprobe.conf
+  install -Dm644 49-stlinkv1.rules
$pkgdir/usr/lib/udev/rules.d/49-stlinkv1.rules
+  install -Dm644 49-stlinkv2.rules
$pkgdir/usr/lib/udev/rules.d/49-stlinkv2.rules
+  install -Dm644 LICENSE  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 README   
$pkgdir/usr/share/doc/$pkgname/README
+}

Deleted: community-i686/stlink.install
===
--- community-i686/stlink.install   2015-04-03 15:27:47 UTC (rev 130572)
+++ community-i686/stlink.install   2015-04-03 15:28:51 UTC (rev 130573)
@@ -1,23 +0,0 @@
-msg() {
-# modprobe -r usb-storage  modprobe usb-storage
-  udevadm control --reload-rules
-  echo You may have to reload the usb-storage module.
-  echo To do this use
-  echo modprobe -r usb-storage  modprobe usb-storage
-}
-
-# arg 1:  the new package version
-post_install() {
-  msg
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  msg
-}
-
-# arg 1:  the old package version
-post_remove() {
-  msg
-}

Copied: stlink/repos/community-i686/stlink.install (from rev 130572, 
stlink/trunk/stlink.install)
===
--- community-i686/stlink.install   (rev 0)
+++ community-i686/stlink.install   2015-04-03 15:28:51 UTC (rev 130573)
@@ -0,0 +1,23 @@
+msg() {
+# modprobe -r usb-storage  modprobe usb-storage
+  udevadm control 

[arch-commits] Commit in calligra/repos (32 files)

2015-04-03 Thread Felix Yan
Date: Friday, April 3, 2015 @ 11:15:05
  Author: fyan
Revision: 235371

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

Added:
  calligra/repos/testing-i686/
  calligra/repos/testing-i686/PKGBUILD
(from rev 235370, calligra/trunk/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 235370, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-extras.install
(from rev 235370, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 235370, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 235370, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-i686/calligra-gemini.install
(from rev 235370, calligra/trunk/calligra-gemini.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 235370, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 235370, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 235370, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 235370, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-i686/calligra-plugins.install
(from rev 235370, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 235370, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 235370, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 235370, calligra/trunk/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 235370, calligra/trunk/calligra.install)
  calligra/repos/testing-x86_64/
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 235370, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 235370, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-extras.install
(from rev 235370, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 235370, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 235370, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-gemini.install
(from rev 235370, calligra/trunk/calligra-gemini.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 235370, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 235370, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 235370, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 235370, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-plugins.install
(from rev 235370, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 235370, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 235370, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 235370, calligra/trunk/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 235370, calligra/trunk/calligra.install)

---+
 testing-i686/PKGBUILD |  263 
 testing-i686/calligra-braindump.install   |   12 +
 testing-i686/calligra-extras.install  |   11 +
 testing-i686/calligra-filters.install |   12 +
 testing-i686/calligra-flow.install|   12 +
 testing-i686/calligra-gemini.install  |   12 +
 testing-i686/calligra-karbon.install  |   12 +
 testing-i686/calligra-kexi.install|   12 +
 testing-i686/calligra-krita.install   |   13 +
 testing-i686/calligra-plan.install|   12 +
 testing-i686/calligra-plugins.install |   11 +
 testing-i686/calligra-sheets.install  |   12 +
 testing-i686/calligra-stage.install   |   12 +
 testing-i686/calligra-words.install   |   12 +
 testing-i686/calligra.install |   11 +
 testing-x86_64/PKGBUILD   |  263 
 testing-x86_64/calligra-braindump.install |   12 +
 testing-x86_64/calligra-extras.install|   11 +
 testing-x86_64/calligra-filters.install   |   12 +
 testing-x86_64/calligra-flow.install  |   12 +
 testing-x86_64/calligra-gemini.install|   12 +
 testing-x86_64/calligra-karbon.install|   12 +
 testing-x86_64/calligra-kexi.install  |   12 +
 testing-x86_64/calligra-krita.install |   13 +
 testing-x86_64/calligra-plan.install

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

2015-04-03 Thread Sven-Hendrik Haase
Date: Friday, April 3, 2015 @ 18:00:57
  Author: svenstaro
Revision: 130577

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-04-03 15:48:33 UTC (rev 130576)
+++ 30-win32-aliases.conf   2015-04-03 16:00:57 UTC (rev 130577)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 130576, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-04-03 16:00:57 UTC (rev 130577)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-03 15:48:33 UTC (rev 130576)
+++ PKGBUILD2015-04-03 16:00:57 UTC (rev 130577)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.39
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('eb94b2160dbf3bea8364de34225f85efea594044'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins 

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

2015-04-03 Thread Andreas Radke
Date: Friday, April 3, 2015 @ 20:48:16
  Author: andyrtr
Revision: 235397

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

Added:
  harfbuzz/repos/staging-i686/
  harfbuzz/repos/staging-i686/PKGBUILD
(from rev 235396, harfbuzz/trunk/PKGBUILD)
  harfbuzz/repos/staging-x86_64/
  harfbuzz/repos/staging-x86_64/PKGBUILD
(from rev 235396, harfbuzz/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   51 ++
 staging-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: harfbuzz/repos/staging-i686/PKGBUILD (from rev 235396, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-03 18:48:16 UTC (rev 235397)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.40
+pkgrel=2
+pkgdesc=OpenType text shaping engine
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc=$pkgdesc (ICU integration)
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
+}

Copied: harfbuzz/repos/staging-x86_64/PKGBUILD (from rev 235396, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-03 18:48:16 UTC (rev 235397)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.40
+pkgrel=2
+pkgdesc=OpenType text shaping engine
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc=$pkgdesc (ICU integration)
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
+}


[arch-commits] Commit in (21 files)

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:01:12
  Author: anatolik
Revision: 130581

FS#38200 Gemify gnome package

Building ruby libs directly from source archive is not supported by upstream 
anymore.
One should install libs via gem packages.

Added:
  ruby-atk/
  ruby-atk/repos/
  ruby-atk/trunk/
  ruby-atk/trunk/PKGBUILD
  ruby-gdk_pixbuf2/
  ruby-gdk_pixbuf2/repos/
  ruby-gdk_pixbuf2/trunk/
  ruby-gdk_pixbuf2/trunk/PKGBUILD
  ruby-glib2/
  ruby-glib2/repos/
  ruby-glib2/trunk/
  ruby-glib2/trunk/PKGBUILD
  ruby-gtk2/
  ruby-gtk2/repos/
  ruby-gtk2/trunk/
  ruby-gtk2/trunk/PKGBUILD
  ruby-pango/
  ruby-pango/repos/
  ruby-pango/trunk/
  ruby-pango/trunk/PKGBUILD
Modified:
  ruby-cairo/trunk/PKGBUILD

-+
 ruby-atk/trunk/PKGBUILD |   23 +
 ruby-cairo/trunk/PKGBUILD   |   41 +++---
 ruby-gdk_pixbuf2/trunk/PKGBUILD |   23 +
 ruby-glib2/trunk/PKGBUILD   |   23 +
 ruby-gtk2/trunk/PKGBUILD|   23 +
 ruby-pango/trunk/PKGBUILD   |   23 +
 6 files changed, 132 insertions(+), 24 deletions(-)

Added: ruby-atk/trunk/PKGBUILD
===
--- ruby-atk/trunk/PKGBUILD (rev 0)
+++ ruby-atk/trunk/PKGBUILD 2015-04-03 19:01:12 UTC (rev 130581)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('0a35ffbc7e1886c7fa886fd4c48493e6bcd1db72')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}


Property changes on: ruby-atk/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: ruby-cairo/trunk/PKGBUILD
===
--- ruby-cairo/trunk/PKGBUILD   2015-04-03 18:10:17 UTC (rev 130580)
+++ ruby-cairo/trunk/PKGBUILD   2015-04-03 19:01:12 UTC (rev 130581)
@@ -1,31 +1,24 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Jeremy reebydobal...@yahoo.ca
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 
-pkgname=ruby-cairo
+_gemname=cairo
+pkgname=ruby-$_gemname
 pkgver=1.14.1
 pkgrel=2
 pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
 
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
 package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install # Workaround installation failure with -j1
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+  install -D -m644 $pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
 }
-
-# vim:set ts=2 sw=2 et:

Added: ruby-gdk_pixbuf2/trunk/PKGBUILD
===
--- ruby-gdk_pixbuf2/trunk/PKGBUILD (rev 0)
+++ ruby-gdk_pixbuf2/trunk/PKGBUILD 2015-04-03 19:01:12 UTC (rev 130581)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2 gdk-pixbuf2)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)

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

2015-04-03 Thread Gaetan Bisson
Date: Friday, April 3, 2015 @ 20:46:20
  Author: bisson
Revision: 235394

rebuild for icu-55.1

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 17:13:17 UTC (rev 235393)
+++ PKGBUILD2015-04-03 18:46:20 UTC (rev 235394)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -17,10 +17,10 @@
  'icu' 'libupnp' 'libnfs')
 makedepends=('boost' 'doxygen')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'tmpfiles.d'
 'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
+sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2015-04-03 Thread Sven-Hendrik Haase
Date: Friday, April 3, 2015 @ 18:20:54
  Author: svenstaro
Revision: 130578

upgpkg: supertuxkart 0.9rc1-1

upstream release 0.9rc1

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 16:00:57 UTC (rev 130577)
+++ PKGBUILD2015-04-03 16:20:54 UTC (rev 130578)
@@ -5,35 +5,32 @@
 # Contributor: rabyte rabyte__gmail
 
 pkgname=supertuxkart
-pkgver=0.8.1
-pkgrel=4
+pkgver=0.9rc1
+pkgrel=1
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
 license=('GPL2')
-depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl' 'bluez-libs')
+depends=('openal' 'libvorbis' 'mesa-libgl' 'fribidi' 'curl' 'bluez-libs' 
'libxrandr' 'glu')
 makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2;)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.7z;)
 install=supertuxkart.install
-md5sums=('aa31ecf883dc35859eec76c667f1a6d6')
+md5sums=('4d8ee6f7093f819bafc0be95a75f05b2')
 
 build() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
+  cd ${srcdir}/supertuxkart-${pkgver}
 
-  _fn=data/${pkgname}_desktop.template
+  _fn=data/${pkgname}.desktop
   setconf $_fn Exec $pkgname
   setconf $_fn TryExec $pkgname
   setconf $_fn Icon $pkgname_128
 
-  cp /usr/include/GL/glext.h lib/irrlicht/source/Irrlicht/glext.h
-  cp /usr/include/GL/glxext.h lib/irrlicht/source/Irrlicht/glxext.h
-  cp /usr/include/GL/wglext.h lib/irrlicht/source/Irrlicht/wglext.h
-
   [[ -d build ]]  rm -r build
   mkdir build  cd build
 
   cmake .. \
 -DIRRLICHT_DIR=$srcdir/irrlicht \
+-DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_CXX_FLAGS=-lpthread -lm -ldl $CXXFLAGS
 
@@ -41,7 +38,7 @@
 }
 
 package() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
+  cd ${srcdir}/supertuxkart-${pkgver}
 
   cd build
   make DESTDIR=${pkgdir} install


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

2015-04-03 Thread Sven-Hendrik Haase
Date: Friday, April 3, 2015 @ 18:21:10
  Author: svenstaro
Revision: 130579

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

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

---+
 /PKGBUILD |   94 
 /supertuxkart.install |   24 
 community-i686/PKGBUILD   |   50 -
 community-i686/supertuxkart.install   |   12 
 community-x86_64/PKGBUILD |   50 -
 community-x86_64/supertuxkart.install |   12 
 6 files changed, 118 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-03 16:20:54 UTC (rev 130578)
+++ community-i686/PKGBUILD 2015-04-03 16:21:10 UTC (rev 130579)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: rabyte rabyte__gmail
-
-pkgname=supertuxkart
-pkgver=0.8.1
-pkgrel=4
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl' 'bluez-libs')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2;)
-install=supertuxkart.install
-md5sums=('aa31ecf883dc35859eec76c667f1a6d6')
-
-build() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-
-  _fn=data/${pkgname}_desktop.template
-  setconf $_fn Exec $pkgname
-  setconf $_fn TryExec $pkgname
-  setconf $_fn Icon $pkgname_128
-
-  cp /usr/include/GL/glext.h lib/irrlicht/source/Irrlicht/glext.h
-  cp /usr/include/GL/glxext.h lib/irrlicht/source/Irrlicht/glxext.h
-  cp /usr/include/GL/wglext.h lib/irrlicht/source/Irrlicht/wglext.h
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
--DIRRLICHT_DIR=$srcdir/irrlicht \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS=-lpthread -lm -ldl $CXXFLAGS
-
-  make
-}
-
-package() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-i686/PKGBUILD (from rev 130578, 
supertuxkart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 16:21:10 UTC (rev 130579)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: rabyte rabyte__gmail
+
+pkgname=supertuxkart
+pkgver=0.9rc1
+pkgrel=1
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'mesa-libgl' 'fribidi' 'curl' 'bluez-libs' 
'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.7z;)
+install=supertuxkart.install
+md5sums=('4d8ee6f7093f819bafc0be95a75f05b2')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn=data/${pkgname}.desktop
+  setconf $_fn Exec $pkgname
+  setconf $_fn TryExec $pkgname
+  setconf $_fn Icon $pkgname_128
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+-DIRRLICHT_DIR=$srcdir/irrlicht \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS=-lpthread -lm -ldl $CXXFLAGS
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/supertuxkart.install
===
--- community-i686/supertuxkart.install 2015-04-03 16:20:54 UTC (rev 130578)
+++ community-i686/supertuxkart.install 2015-04-03 16:21:10 UTC (rev 130579)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  

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

2015-04-03 Thread Andreas Radke
Date: Friday, April 3, 2015 @ 19:13:17
  Author: andyrtr
Revision: 235393

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

Added:
  icu/repos/staging-i686/
  icu/repos/staging-i686/PKGBUILD
(from rev 235392, icu/trunk/PKGBUILD)
  icu/repos/staging-i686/icu.8198.revert.icu5431.patch
(from rev 235392, icu/trunk/icu.8198.revert.icu5431.patch)
  icu/repos/staging-x86_64/
  icu/repos/staging-x86_64/PKGBUILD
(from rev 235392, icu/trunk/PKGBUILD)
  icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch
(from rev 235392, icu/trunk/icu.8198.revert.icu5431.patch)

--+
 staging-i686/PKGBUILD|   46 
 staging-i686/icu.8198.revert.icu5431.patch   |  129 +
 staging-x86_64/PKGBUILD  |   46 
 staging-x86_64/icu.8198.revert.icu5431.patch |  129 +
 4 files changed, 350 insertions(+)

Copied: icu/repos/staging-i686/PKGBUILD (from rev 235392, icu/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-03 17:13:17 UTC (rev 235393)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Art Gramlich a...@gramlich-net.com
+
+pkgname=icu
+pkgver=55.1
+pkgrel=1
+pkgdesc=International Components for Unicode library
+arch=(i686 x86_64)
+url=http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs=4.7.1-5' 'sh')
+#makedepends=('clang')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch)
+md5sums=('e2d523df79d6cb7855c2fbe284f4db29'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
+
+prepare() {
+  cd icu/source
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+}
+
+build() {
+  cd icu/source
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd icu/source
+  make -k check # passes all
+}
+
+package() {
+  cd icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Copied: icu/repos/staging-i686/icu.8198.revert.icu5431.patch (from rev 235392, 
icu/trunk/icu.8198.revert.icu5431.patch)
===
--- staging-i686/icu.8198.revert.icu5431.patch  (rev 0)
+++ staging-i686/icu.8198.revert.icu5431.patch  2015-04-03 17:13:17 UTC (rev 
235393)
@@ -0,0 +1,129 @@
+Index: icu/trunk/source/layout/IndicReordering.cpp
+===
+--- icu/trunk/source/layout/IndicReordering.cpp(revision 25772)
 icu/trunk/source/layout/IndicReordering.cpp(revision 26090)
+@@ -126,4 +126,8 @@
+ FeatureMask fSMFeatures;
+ 
++LEUnicode   fPreBaseConsonant;
++LEUnicode   fPreBaseVirama;
++le_int32fPBCIndex;
++FeatureMask fPBCFeatures;
+ 
+ void saveMatra(LEUnicode matra, le_int32 matraIndex, 
IndicClassTable::CharClass matraClass)
+@@ -172,5 +176,6 @@
+   fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
+   fVMabove(0), fVMpost(0), fVMIndex(0), fVMFeatures(0),
+-  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0)
++  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0),
++  fPreBaseConsonant(0), fPreBaseVirama(0), fPBCIndex(0), 
fPBCFeatures(0)
+ {
+ // nothing else to do...
+@@ -191,4 +196,6 @@
+ fVMabove = fVMpost  = 0;
+ fSMabove = fSMbelow = 0;
++
++fPreBaseConsonant = fPreBaseVirama = 0;
+ }
+ 
+@@ -386,4 +393,12 @@
+ }
+ 
++void notePreBaseConsonant(le_uint32 index,LEUnicode PBConsonant, 
LEUnicode PBVirama, FeatureMask features)
++{
++fPBCIndex = index;
++fPreBaseConsonant = PBConsonant;
++fPreBaseVirama = PBVirama;
++fPBCFeatures = features;
++}
++
+ void noteBaseConsonant()
+ {
+@@ -465,4 +480,20 @@
+ }
+ 
++void writePreBaseConsonant()
++{
++// The TDIL spec says that consonant + virama + RRA should produce a 
rakar in Malayalam.  However,
++// it seems that almost none of the fonts for Malayalam are set up to 
handle this.
++// So, we're going to force the issue here by using the rakar as 
defined with RA in most fonts.
++
++if (fPreBaseConsonant == 0x0d31) { // RRA
++fPreBaseConsonant = 0x0d30; // RA
++}
++
++if (fPreBaseConsonant != 0) {
++writeChar(fPreBaseConsonant, fPBCIndex, 

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

2015-04-03 Thread Andreas Radke
Date: Friday, April 3, 2015 @ 19:13:01
  Author: andyrtr
Revision: 235392

upgpkg: icu 55.1-1

upstream update 55.1

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 14:17:29 UTC (rev 235391)
+++ PKGBUILD2015-04-03 17:13:01 UTC (rev 235392)
@@ -3,7 +3,7 @@
 # Contributor: Art Gramlich a...@gramlich-net.com
 
 pkgname=icu
-pkgver=54.1
+pkgver=55.1
 pkgrel=1
 pkgdesc=International Components for Unicode library
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz

http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
icu.8198.revert.icu5431.patch)
-md5sums=('e844caed8f2ca24c088505b0d6271bc0'
+md5sums=('e2d523df79d6cb7855c2fbe284f4db29'
  'ebd5470fc969c75e52baf4af94a9ee82')
 
 prepare() {


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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 20:10:17
  Author: anatolik
Revision: 130580

upgpkg: v8 3.30.33.16-2

Modified:
  v8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 16:21:10 UTC (rev 130579)
+++ PKGBUILD2015-04-03 18:10:17 UTC (rev 130580)
@@ -7,7 +7,7 @@
 pkgname=v8
 # use http://omahaproxy.appspot.com/ to find stable v8 version
 pkgver=3.30.33.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and modern Javascript engine'
 arch=(i686 x86_64)
 url='http://code.google.com/p/v8'


[arch-commits] Commit in mpd (11 files)

2015-04-03 Thread Gaetan Bisson
Date: Friday, April 3, 2015 @ 20:47:01
  Author: bisson
Revision: 235395

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

Added:
  mpd/repos/staging-i686/
  mpd/repos/staging-i686/PKGBUILD
(from rev 235394, mpd/trunk/PKGBUILD)
  mpd/repos/staging-i686/conf
(from rev 235394, mpd/trunk/conf)
  mpd/repos/staging-i686/install
(from rev 235394, mpd/trunk/install)
  mpd/repos/staging-i686/tmpfiles.d
(from rev 235394, mpd/trunk/tmpfiles.d)
  mpd/repos/staging-x86_64/
  mpd/repos/staging-x86_64/PKGBUILD
(from rev 235394, mpd/trunk/PKGBUILD)
  mpd/repos/staging-x86_64/conf
(from rev 235394, mpd/trunk/conf)
  mpd/repos/staging-x86_64/install
(from rev 235394, mpd/trunk/install)
  mpd/repos/staging-x86_64/tmpfiles.d
(from rev 235394, mpd/trunk/tmpfiles.d)
Modified:
  mpd/trunk/PKGBUILD

-+
 repos/staging-i686/PKGBUILD |   55 ++
 repos/staging-i686/conf |6 
 repos/staging-i686/install  |   11 +++
 repos/staging-i686/tmpfiles.d   |1 
 repos/staging-x86_64/PKGBUILD   |   55 ++
 repos/staging-x86_64/conf   |6 
 repos/staging-x86_64/install|   11 +++
 repos/staging-x86_64/tmpfiles.d |1 
 trunk/PKGBUILD  |4 +-
 9 files changed, 148 insertions(+), 2 deletions(-)

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 235394, mpd/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2015-04-03 18:47:01 UTC (rev 235395)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.9
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'tmpfiles.d'
+'conf')
+sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '291fd5cda9f0845834a553017327c4586bd853f6')
+
+backup=('etc/mpd.conf')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-libmpdclient \
+   --enable-jack \
+   --enable-soundcloud \
+   --enable-pipe-output \
+   --enable-pulse \
+   --disable-sidplay \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
+   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
+   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
+
+   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
+   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
+   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
+}

Copied: mpd/repos/staging-i686/conf (from rev 235394, mpd/trunk/conf)
===
--- repos/staging-i686/conf (rev 0)
+++ repos/staging-i686/conf 2015-04-03 18:47:01 UTC (rev 235395)
@@ -0,0 +1,6 @@
+# See: /usr/share/doc/mpd/mpdconf.example
+
+pid_file /run/mpd/mpd.pid
+db_file /var/lib/mpd/mpd.db
+state_file /var/lib/mpd/mpdstate
+playlist_directory /var/lib/mpd/playlists

Copied: mpd/repos/staging-i686/install (from rev 235394, mpd/trunk/install)
===
--- repos/staging-i686/install  (rev 0)
+++ repos/staging-i686/install  2015-04-03 18:47:01 UTC (rev 235395)
@@ -0,0 +1,11 @@
+post_install() {
+   getent group mpd /dev/null || groupadd -r -g 45 mpd /dev/null
+   getent passwd mpd /dev/null || useradd -r -u 45 -g mpd -d 
/var/lib/mpd -s /bin/false -G audio mpd /dev/null
+   usr/bin/systemd-tmpfiles --create mpd.conf || true
+}
+
+post_remove() {
+   getent passwd mpd /dev/null  userdel mpd /dev/null
+   getent group mpd /dev/null  groupdel mpd /dev/null
+   true
+}

Copied: 

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

2015-04-03 Thread Andreas Radke
Date: Friday, April 3, 2015 @ 20:47:52
  Author: andyrtr
Revision: 235396

upgpkg: harfbuzz 0.9.40-2

rebuild for icu 55.1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 18:47:01 UTC (rev 235395)
+++ PKGBUILD2015-04-03 18:47:52 UTC (rev 235396)
@@ -4,7 +4,7 @@
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
 pkgver=0.9.40
-pkgrel=1
+pkgrel=2
 pkgdesc=OpenType text shaping engine
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/HarfBuzz;


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

2015-04-03 Thread Gaetan Bisson
Date: Friday, April 3, 2015 @ 21:13:36
  Author: bisson
Revision: 235399

rebuild for icu-55.1

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 19:05:42 UTC (rev 235398)
+++ PKGBUILD2015-04-03 19:13:36 UTC (rev 235399)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')


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

2015-04-03 Thread Andreas Radke
Date: Friday, April 3, 2015 @ 21:45:26
  Author: andyrtr
Revision: 235402

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

Added:
  boost/repos/staging-i686/
  
boost/repos/staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 235401, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/staging-i686/0001-fixed-shared_ptr_helper-include.patch
(from rev 235401, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 235401, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  
boost/repos/staging-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 235401, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/staging-x86_64/0001-fixed-shared_ptr_helper-include.patch
(from rev 235401, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 235401, boost/trunk/PKGBUILD)

-+
 staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   |   29 
++
 staging-i686/0001-fixed-shared_ptr_helper-include.patch |   24 
++
 staging-i686/PKGBUILD   |  111 
++
 staging-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch |   29 
++
 staging-x86_64/0001-fixed-shared_ptr_helper-include.patch   |   24 
++
 staging-x86_64/PKGBUILD |  111 
++
 6 files changed, 328 insertions(+)

Copied: 
boost/repos/staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
 (from rev 235401, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
===
--- staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   
(rev 0)
+++ staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch   
2015-04-03 19:45:26 UTC (rev 235402)
@@ -0,0 +1,29 @@
+From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Thu, 6 Nov 2014 09:19:26 +0200
+Subject: [PATCH] Add missing include to signals2/trackable.hpp
+
+boost::weak_ptr started being used in commit a0bf2d1 (Disconnect slots
+associated with signals2::trackable immediately) but the matching header
+wasn't included.
+
+https://svn.boost.org/trac/boost/ticket/10100#comment:7
+---
+ include/boost/signals2/trackable.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/boost/signals2/trackable.hpp 
b/include/boost/signals2/trackable.hpp
+index dba001d..64e8489 100644
+--- a/include/boost/signals2/trackable.hpp
 b/include/boost/signals2/trackable.hpp
+@@ -18,6 +18,7 @@
+ 
+ #include boost/assert.hpp
+ #include boost/shared_ptr.hpp
++#include boost/weak_ptr.hpp
+ 
+ namespace boost {
+   namespace signals2 {
+-- 
+2.1.3
+

Copied: boost/repos/staging-i686/0001-fixed-shared_ptr_helper-include.patch 
(from rev 235401, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
===
--- staging-i686/0001-fixed-shared_ptr_helper-include.patch 
(rev 0)
+++ staging-i686/0001-fixed-shared_ptr_helper-include.patch 2015-04-03 
19:45:26 UTC (rev 235402)
@@ -0,0 +1,24 @@
+From 02fff0a69e46b4d77844cf7b8c8d3bc2adbc96bb Mon Sep 17 00:00:00 2001
+From: Robert Ramey ra...@rrsd.com
+Date: Tue, 11 Nov 2014 22:13:05 -0800
+Subject: [PATCH] fixed shared_ptr_helper include
+
+---
+ include/boost/serialization/shared_ptr_helper.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/boost/serialization/shared_ptr_helper.hpp 
b/include/boost/serialization/shared_ptr_helper.hpp
+index f4784ec..64269a9 100644
+--- a/include/boost/serialization/shared_ptr_helper.hpp
 b/include/boost/serialization/shared_ptr_helper.hpp
+@@ -29,6 +29,7 @@
+ #include boost/serialization/singleton.hpp
+ #include boost/serialization/extended_type_info.hpp
+ #include boost/serialization/throw_exception.hpp
++#include boost/serialization/type_info_implementation.hpp
+ #include boost/archive/archive_exception.hpp
+ #include boost/archive/detail/decl.hpp
+ 
+-- 
+2.2.1
+

Copied: boost/repos/staging-i686/PKGBUILD (from rev 235401, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-03 19:45:26 UTC (rev 235402)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia 

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

2015-04-03 Thread Andreas Radke
Date: Friday, April 3, 2015 @ 21:45:04
  Author: andyrtr
Revision: 235401

upgpkg: boost 1.57.0-4

rebuild for icu 55.1

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 19:14:35 UTC (rev 235400)
+++ PKGBUILD2015-04-03 19:45:04 UTC (rev 235401)
@@ -10,11 +10,11 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.57.0
 _boostver=${pkgver//./_}
-pkgrel=3
+pkgrel=4
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
-makedepends=('icu=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+makedepends=('icu=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
 
source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2
 0001-fixed-shared_ptr_helper-include.patch
 0001-Add-missing-include-to-signals2-trackable.hpp.patch)


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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:05:44
  Author: anatolik
Revision: 130587

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

Added:
  ruby-gtk2/repos/community-i686/
  ruby-gtk2/repos/community-i686/PKGBUILD
(from rev 130586, ruby-gtk2/trunk/PKGBUILD)
  ruby-gtk2/repos/community-x86_64/
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 130586, ruby-gtk2/trunk/PKGBUILD)

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

Copied: ruby-gtk2/repos/community-i686/PKGBUILD (from rev 130586, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 19:05:44 UTC (rev 130587)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk ruby-pango ruby-gdk_pixbuf2)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('8485c1f08b8c20cc957b689ebbd312fb1ec76a4c')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 130586, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-03 19:05:44 UTC (rev 130587)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk ruby-pango ruby-gdk_pixbuf2)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('8485c1f08b8c20cc957b689ebbd312fb1ec76a4c')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}


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

2015-04-03 Thread Gaetan Bisson
Date: Friday, April 3, 2015 @ 21:05:42
  Author: bisson
Revision: 235398

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

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 235397, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 235397, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 235397, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 235397, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 235397, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 235397, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 235397, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 235397, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|  100 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   21 
 staging-i686/service |   14 +
 staging-x86_64/PKGBUILD  |  100 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   21 
 staging-x86_64/service   |   14 +
 8 files changed, 306 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 235397, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-03 19:05:42 UTC (rev 235398)
@@ -0,0 +1,100 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=3.0.0
+pkgrel=3
+url='http://www.postfix.org/'
+pkgdesc='Fast, easy to administer, secure mail server'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
+'aliases.patch'
+'service')
+sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
+
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+
+conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
+replaces=('postfix-tools')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CCARGS='
+-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
+-DHAS_LDAP
+-DUSE_TLS
+-DHAS_MYSQL -I/usr/include/mysql
+-DHAS_PGSQL -I/usr/include/postgresql
+-DHAS_SQLITE
+-DHAS_CDB
+-DDEF_COMMAND_DIR=\/usr/bin\
+-DDEF_DAEMON_DIR=\/usr/lib/postfix/bin\
+-DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
+-DDEF_README_DIR=\/usr/share/doc/postfix\
+-DDEF_MANPAGE_DIR=\/usr/share/man\
+'
+   AUXLIBS='
+-lsasl2
+-lldap -llber
+-lssl -lcrypto
+-lmysqlclient -lz -lm
+-lpq
+-lsqlite3 -lpthread
+-lcdb
+'
+   make makefiles \
+   DEBUG='' \
+   shared=yes \
+   CCARGS=${CCARGS//$'\n'/} \
+   AUXLIBS=${AUXLIBS//$'\n'/} \
+   OPT=${CFLAGS} ${LDFLAGS} \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/postfix-${pkgver}
+
+   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
+   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
+   sh postfix-install -non-interactive install_root=${pkgdir}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
+   install -Dm644 man/man1/${name}.1 
${pkgdir}/usr/share/man/man1/${name}.1
+   install -Dm755 bin/${name} ${pkgdir}/usr/bin/${name}
+   done
+
+   # now set permissions right to appease the pacman gods
+   sed -r \
+   -e '/override=1/d' \
+   -e '/absolute path name/d' \
+   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
+   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
+   libexec/post-install  ../arch-post-install
+   cd ${pkgdir}
+   LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
+   sh 

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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:03:46
  Author: anatolik
Revision: 130584

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

Added:
  ruby-atk/repos/community-i686/
  ruby-atk/repos/community-i686/PKGBUILD
(from rev 130583, ruby-atk/trunk/PKGBUILD)
  ruby-atk/repos/community-x86_64/
  ruby-atk/repos/community-x86_64/PKGBUILD
(from rev 130583, ruby-atk/trunk/PKGBUILD)

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

Copied: ruby-atk/repos/community-i686/PKGBUILD (from rev 130583, 
ruby-atk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 19:03:46 UTC (rev 130584)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('0a35ffbc7e1886c7fa886fd4c48493e6bcd1db72')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}

Copied: ruby-atk/repos/community-x86_64/PKGBUILD (from rev 130583, 
ruby-atk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-03 19:03:46 UTC (rev 130584)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('0a35ffbc7e1886c7fa886fd4c48493e6bcd1db72')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}


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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:04:27
  Author: anatolik
Revision: 130585

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

Added:
  ruby-gdk_pixbuf2/repos/community-i686/
  ruby-gdk_pixbuf2/repos/community-i686/PKGBUILD
(from rev 130584, ruby-gdk_pixbuf2/trunk/PKGBUILD)
  ruby-gdk_pixbuf2/repos/community-x86_64/
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD
(from rev 130584, ruby-gdk_pixbuf2/trunk/PKGBUILD)

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

Copied: ruby-gdk_pixbuf2/repos/community-i686/PKGBUILD (from rev 130584, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 19:04:27 UTC (rev 130585)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2 gdk-pixbuf2)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('86d93dc3bbbd12c17c755228ac13613657c0dc1b')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}

Copied: ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 130584, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-03 19:04:27 UTC (rev 130585)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2 gdk-pixbuf2)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('86d93dc3bbbd12c17c755228ac13613657c0dc1b')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}


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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:09:48
  Author: anatolik
Revision: 130588

upgpkg: ruby-cairo 1.14.1-3

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 19:05:44 UTC (rev 130587)
+++ PKGBUILD2015-04-03 19:09:48 UTC (rev 130588)
@@ -4,7 +4,7 @@
 _gemname=cairo
 pkgname=ruby-$_gemname
 pkgver=1.14.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Ruby bindings for cairo'
 arch=(i686 x86_64)
 url='http://cairographics.org/rcairo'


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

2015-04-03 Thread Gaetan Bisson
Date: Friday, April 3, 2015 @ 21:14:35
  Author: bisson
Revision: 235400

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

Added:
  postfix/repos/staging-i686/PKGBUILD
(from rev 235399, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 235399, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 235399, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 235399, postfix/trunk/service)
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 235399, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 235399, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 235399, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 235399, postfix/trunk/service)
Deleted:
  postfix/repos/staging-i686/PKGBUILD
  postfix/repos/staging-i686/aliases.patch
  postfix/repos/staging-i686/install
  postfix/repos/staging-i686/service
  postfix/repos/staging-x86_64/PKGBUILD
  postfix/repos/staging-x86_64/aliases.patch
  postfix/repos/staging-x86_64/install
  postfix/repos/staging-x86_64/service

--+
 /PKGBUILD|  200 +
 /aliases.patch   |   36 +++
 /install |   42 
 /service |   28 +
 staging-i686/PKGBUILD|  100 
 staging-i686/aliases.patch   |   18 ---
 staging-i686/install |   21 
 staging-i686/service |   14 --
 staging-x86_64/PKGBUILD  |  100 
 staging-x86_64/aliases.patch |   18 ---
 staging-x86_64/install   |   21 
 staging-x86_64/service   |   14 --
 12 files changed, 306 insertions(+), 306 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-04-03 19:13:36 UTC (rev 235399)
+++ staging-i686/PKGBUILD   2015-04-03 19:14:35 UTC (rev 235400)
@@ -1,100 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=3.0.0
-pkgrel=3
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'service')
-sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\/usr/bin\
--DDEF_DAEMON_DIR=\/usr/lib/postfix/bin\
--DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
--DDEF_README_DIR=\/usr/share/doc/postfix\
--DDEF_MANPAGE_DIR=\/usr/share/man\
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   shared=yes \
-   CCARGS=${CCARGS//$'\n'/} \
-   AUXLIBS=${AUXLIBS//$'\n'/} \
-   OPT=${CFLAGS} ${LDFLAGS} \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/postfix-${pkgver}
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root=${pkgdir}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 man/man1/${name}.1 
${pkgdir}/usr/share/man/man1/${name}.1
-   install -Dm755 bin/${name} ${pkgdir}/usr/bin/${name}
-   done
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   

[arch-commits] Commit in luxblend25/repos/community-any (6 files)

2015-04-03 Thread Lukas Jirkovsky
Date: Friday, April 3, 2015 @ 22:37:13
  Author: stativ
Revision: 130596

archrelease: copy trunk to community-any

Added:
  luxblend25/repos/community-any/PKGBUILD
(from rev 130595, luxblend25/trunk/PKGBUILD)
  luxblend25/repos/community-any/luxrender.cfg
(from rev 130595, luxblend25/trunk/luxrender.cfg)
  luxblend25/repos/community-any/system_config.diff
(from rev 130595, luxblend25/trunk/system_config.diff)
Deleted:
  luxblend25/repos/community-any/PKGBUILD
  luxblend25/repos/community-any/luxrender.cfg
  luxblend25/repos/community-any/system_config.diff

+
 PKGBUILD   |   80 +--
 luxrender.cfg  |6 +--
 system_config.diff |   24 +++
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-03 20:37:06 UTC (rev 130595)
+++ PKGBUILD2015-04-03 20:37:13 UTC (rev 130596)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=luxblend25
-pkgver=1.4
-_pkgver=a249c861c2f3
-_blender=2.74
-pkgrel=1
-pkgdesc=A LuxRender exporter for Blender.
-arch=('any')
-url=http://www.luxrender.net/;
-license=('GPL')
-depends=('blender' 'luxrender')
-source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2 \
-system_config.diff luxrender.cfg)
-md5sums=('a9ca48c9d091df8dd55ba1b90d377ac2'
- 'f42e7bc5476b144cca60bf3e6363158a'
- 'ec6b7028e48f73650d9315d47cd14f1d')
-
-prepare() {
-  cd $srcdir/luxrender-luxblend25-$_pkgver
-
-  # enables loading of the configuration from a system-wide config file
-  patch -Np1  $srcdir/system_config.diff || true
-}
-
-package() {
-  install -d -m755 $pkgdir/usr/share/blender/$_blender/scripts/addons
-  cp -a $srcdir/luxrender-luxblend25-$_pkgver/src/luxrender \
-$pkgdir/usr/share/blender/$_blender/scripts/addons
-
-  # install luxrender config file so the luxblend find luxrender automatically
-  install -D -m644 luxrender.cfg \
-$pkgdir/usr/share/blender/$_blender/scripts/luxrender.cfg
-
-  # change the search path for pylux* so the pylux* can be found in its new 
location
-  find $pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender -name 
*.py \
--exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxblend25/repos/community-any/PKGBUILD (from rev 130595, 
luxblend25/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-03 20:37:13 UTC (rev 130596)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=luxblend25
+pkgver=1.4
+_pkgver=a249c861c2f3
+_blender=2.74
+pkgrel=2
+pkgdesc=A LuxRender exporter for Blender.
+arch=('any')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('blender' 'luxrender')
+source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2 \
+system_config.diff luxrender.cfg)
+md5sums=('a9ca48c9d091df8dd55ba1b90d377ac2'
+ 'f42e7bc5476b144cca60bf3e6363158a'
+ 'ec6b7028e48f73650d9315d47cd14f1d')
+
+prepare() {
+  cd $srcdir/luxrender-luxblend25-$_pkgver
+
+  # enables loading of the configuration from a system-wide config file
+  patch -Np1  $srcdir/system_config.diff || true
+}
+
+package() {
+  install -d -m755 $pkgdir/usr/share/blender/$_blender/scripts/addons
+  cp -a $srcdir/luxrender-luxblend25-$_pkgver/src/luxrender \
+$pkgdir/usr/share/blender/$_blender/scripts/addons
+
+  # install luxrender config file so the luxblend find luxrender automatically
+  install -D -m644 luxrender.cfg \
+$pkgdir/usr/share/blender/$_blender/scripts/luxrender.cfg
+
+  # change the search path for pylux* so the pylux* can be found in its new 
location
+  find $pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender -name 
*.py \
+-exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: luxrender.cfg
===
--- luxrender.cfg   2015-04-03 20:37:06 UTC (rev 130595)
+++ luxrender.cfg   2015-04-03 20:37:13 UTC (rev 130596)
@@ -1,3 +0,0 @@
-[defaults]
-install_path = /usr/bin
-

Copied: luxblend25/repos/community-any/luxrender.cfg (from rev 130595, 
luxblend25/trunk/luxrender.cfg)
===
--- luxrender.cfg   (rev 0)
+++ luxrender.cfg   2015-04-03 20:37:13 UTC (rev 130596)
@@ -0,0 +1,3 @@
+[defaults]
+install_path = /usr/bin
+

Deleted: system_config.diff
===
--- system_config.diff  2015-04-03 20:37:06 UTC (rev 130595)
+++ system_config.diff  2015-04-03 20:37:13 UTC (rev 130596)
@@ -1,12 +0,0 @@
-diff -rup 
luxrender-luxblend25-a249c861c2f3/src/luxrender/extensions_framework/util.py 

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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:10:28
  Author: anatolik
Revision: 130589

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

Added:
  ruby-cairo/repos/community-i686/PKGBUILD
(from rev 130588, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 130588, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-03 19:09:48 UTC (rev 130588)
+++ community-i686/PKGBUILD 2015-04-03 19:10:28 UTC (rev 130589)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.14.1
-pkgrel=2
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo)
-makedepends=(ruby-pkgconfig)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
-  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
-  install -D -m644 $pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 130588, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 19:10:28 UTC (rev 130589)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.1
+pkgrel=3
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+  install -D -m644 $pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-03 19:09:48 UTC (rev 130588)
+++ community-x86_64/PKGBUILD   2015-04-03 19:10:28 UTC (rev 130589)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.14.1
-pkgrel=2
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo)
-makedepends=(ruby-pkgconfig)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
-  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
-  install -D -m644 $pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 130588, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-03 19:10:28 UTC (rev 130589)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.1
+pkgrel=3
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
+
+package() {

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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:02:33
  Author: anatolik
Revision: 130582

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

Added:
  ruby-cairo/repos/community-i686/PKGBUILD
(from rev 130581, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 130581, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-03 19:01:12 UTC (rev 130581)
+++ community-i686/PKGBUILD 2015-04-03 19:02:33 UTC (rev 130582)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Jeremy reebydobal...@yahoo.ca
-
-pkgname=ruby-cairo
-pkgver=1.14.1
-pkgrel=2
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
-
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install # Workaround installation failure with -j1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 130581, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 19:02:33 UTC (rev 130582)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.1
+pkgrel=2
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+  install -D -m644 $pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-03 19:01:12 UTC (rev 130581)
+++ community-x86_64/PKGBUILD   2015-04-03 19:02:33 UTC (rev 130582)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Jeremy reebydobal...@yahoo.ca
-
-pkgname=ruby-cairo
-pkgver=1.14.1
-pkgrel=2
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
-
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install # Workaround installation failure with -j1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 130581, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-03 19:02:33 UTC (rev 130582)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.1
+pkgrel=2
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm 

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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:16:36
  Author: anatolik
Revision: 130590

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

Added:
  v8/repos/community-staging-i686/
  v8/repos/community-staging-i686/PKGBUILD
(from rev 130589, v8/trunk/PKGBUILD)
  v8/repos/community-staging-i686/v8.pc
(from rev 130589, v8/trunk/v8.pc)
  v8/repos/community-staging-x86_64/
  v8/repos/community-staging-x86_64/PKGBUILD
(from rev 130589, v8/trunk/PKGBUILD)
  v8/repos/community-staging-x86_64/v8.pc
(from rev 130589, v8/trunk/v8.pc)

---+
 community-staging-i686/PKGBUILD   |   74 
 community-staging-i686/v8.pc  |   10 
 community-staging-x86_64/PKGBUILD |   74 
 community-staging-x86_64/v8.pc|   10 
 4 files changed, 168 insertions(+)

Copied: v8/repos/community-staging-i686/PKGBUILD (from rev 130589, 
v8/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-03 19:16:36 UTC (rev 130590)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+
+pkgname=v8
+# use http://omahaproxy.appspot.com/ to find stable v8 version
+pkgver=3.30.33.16
+pkgrel=2
+pkgdesc='Fast and modern Javascript engine'
+arch=(i686 x86_64)
+url='http://code.google.com/p/v8'
+license=(BSD)
+depends=(readline icu)
+makedepends=(python2 ninja)
+# unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2
+v8.pc)
+sha256sums=('a9eed0d858abe1999c1d4500039afd16feb5f8ee6ca1820eb467efafdccf2cf6'
+'2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
+
+case $CARCH in
+  x86_64) V8_ARCH='x64' ;;
+  i686) V8_ARCH='ia32' ;;
+esac
+
+prepare() {
+  cd v8-$pkgver
+
+  find build/ test/ tools/ src/ -type f -exec \
+sed -e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+
+  sed 's/\bpython\b/python2/' -i Makefile build/gyp/gyp
+
+  sed s/@VERSION@/$pkgver/g -i $srcdir/v8.pc
+}
+
+build() {
+  cd v8-$pkgver
+
+  build/gyp_v8 -Dv8_enable_i18n_support=1 -Duse_system_icu=1 
-Dconsole=readline -Dcomponent=shared_library -Dv8_target_arch=$V8_ARCH 
-Dwerror= -f ninja
+
+  ninja -C out/Release all # or target 'v8 d8' if you do not need tests
+}
+
+check() {
+  cd v8-$pkgver
+
+  # the test fails https://code.google.com/p/v8/issues/detail?id=2899
+  rm test/intl/collator/default-locale.js
+
+  tools/run-tests.py --no-presubmit --outdir=out --buildbot --arch=$V8_ARCH 
--mode=Release # --progress=dots
+}
+
+package() {
+  cd v8-$pkgver
+
+  install -Dm755 out/Release/d8 $pkgdir/usr/bin/d8
+  install -Dm755 out/Release/lib/libv8.so $pkgdir/usr/lib/libv8.so
+
+  # V8 has several header files and ideally if it had its own folder in 
/usr/include
+  # But doing it here will break all users. Ideally if they use provided 
pkgconfig file.
+  install -d $pkgdir/usr/include
+  install -Dm644 include/*.h $pkgdir/usr/include
+
+  install -d $pkgdir/usr/lib/pkgconfig
+  install -m644 $srcdir/v8.pc $pkgdir/usr/lib/pkgconfig
+
+  install -d $pkgdir/usr/share/licenses/v8
+  install -m644 LICENSE* $pkgdir/usr/share/licenses/v8
+}

Copied: v8/repos/community-staging-i686/v8.pc (from rev 130589, v8/trunk/v8.pc)
===
--- community-staging-i686/v8.pc(rev 0)
+++ community-staging-i686/v8.pc2015-04-03 19:16:36 UTC (rev 130590)
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=/usr/lib
+includedir=${prefix}/include
+
+Name: v8
+Description: V8 JavaScript Engine
+Version: @VERSION@
+Libs: -L${libdir} -lv8 -pthread
+Cflags: -I${includedir}

Copied: v8/repos/community-staging-x86_64/PKGBUILD (from rev 130589, 
v8/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-03 19:16:36 UTC (rev 130590)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+
+pkgname=v8
+# use http://omahaproxy.appspot.com/ to find stable v8 version
+pkgver=3.30.33.16
+pkgrel=2
+pkgdesc='Fast and modern Javascript engine'
+arch=(i686 x86_64)
+url='http://code.google.com/p/v8'
+license=(BSD)
+depends=(readline icu)
+makedepends=(python2 ninja)
+# unfortunately 

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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:05:06
  Author: anatolik
Revision: 130586

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

Added:
  ruby-pango/repos/community-i686/
  ruby-pango/repos/community-i686/PKGBUILD
(from rev 130585, ruby-pango/trunk/PKGBUILD)
  ruby-pango/repos/community-x86_64/
  ruby-pango/repos/community-x86_64/PKGBUILD
(from rev 130585, ruby-pango/trunk/PKGBUILD)

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

Copied: ruby-pango/repos/community-i686/PKGBUILD (from rev 130585, 
ruby-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 19:05:06 UTC (rev 130586)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo ruby-glib2=$pkgver)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('a23e04eebad0aeeafedd078f9f33d6ae31b84a27')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 130585, 
ruby-pango/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-03 19:05:06 UTC (rev 130586)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo ruby-glib2=$pkgver)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('a23e04eebad0aeeafedd078f9f33d6ae31b84a27')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}


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

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:03:08
  Author: anatolik
Revision: 130583

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

Added:
  ruby-glib2/repos/community-i686/
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 130582, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 130582, ruby-glib2/trunk/PKGBUILD)

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

Copied: ruby-glib2/repos/community-i686/PKGBUILD (from rev 130582, 
ruby-glib2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 19:03:08 UTC (rev 130583)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=glib2
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby glib2)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('2387c5a151a7bb324de604234960cf4a6e2aa232')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}

Copied: ruby-glib2/repos/community-x86_64/PKGBUILD (from rev 130582, 
ruby-glib2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-03 19:03:08 UTC (rev 130583)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+_gemname=glib2
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=3
+pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby glib2)
+makedepends=(ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('2387c5a151a7bb324de604234960cf4a6e2aa232')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+  gem install --ignore-dependencies --no-user-install -i $pkgdir/$_gemdir -n 
$pkgdir/usr/bin $_gemname-$pkgver.gem
+  rm $pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem
+}


[arch-commits] Commit in (ruby-gnome2)

2015-04-03 Thread Anatol Pomozov
Date: Friday, April 3, 2015 @ 21:18:42
  Author: anatolik
Revision: 130591

FS#38200 gnome2 has been split into gem packages

Deleted:
  ruby-gnome2/


[arch-commits] Commit in luxblend25/repos/community-any (6 files)

2015-04-03 Thread Lukas Jirkovsky
Date: Friday, April 3, 2015 @ 22:33:37
  Author: stativ
Revision: 130593

archrelease: copy trunk to community-any

Added:
  luxblend25/repos/community-any/PKGBUILD
(from rev 130592, luxblend25/trunk/PKGBUILD)
  luxblend25/repos/community-any/luxrender.cfg
(from rev 130592, luxblend25/trunk/luxrender.cfg)
  luxblend25/repos/community-any/system_config.diff
(from rev 130592, luxblend25/trunk/system_config.diff)
Deleted:
  luxblend25/repos/community-any/PKGBUILD
  luxblend25/repos/community-any/luxrender.cfg
  luxblend25/repos/community-any/system_config.diff

+
 PKGBUILD   |   80 +--
 luxrender.cfg  |6 +--
 system_config.diff |   24 +++
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-03 20:33:22 UTC (rev 130592)
+++ PKGBUILD2015-04-03 20:33:37 UTC (rev 130593)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=luxblend25
-pkgver=1.4
-_pkgver=a249c861c2f3
-_blender=2.73
-pkgrel=1
-pkgdesc=A LuxRender exporter for Blender.
-arch=('any')
-url=http://www.luxrender.net/;
-license=('GPL')
-depends=('blender' 'luxrender')
-source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2 \
-system_config.diff luxrender.cfg)
-md5sums=('a9ca48c9d091df8dd55ba1b90d377ac2'
- 'f42e7bc5476b144cca60bf3e6363158a'
- 'ec6b7028e48f73650d9315d47cd14f1d')
-
-prepare() {
-  cd $srcdir/luxrender-luxblend25-$_pkgver
-
-  # enables loading of the configuration from a system-wide config file
-  patch -Np1  $srcdir/system_config.diff || true
-}
-
-package() {
-  install -d -m755 $pkgdir/usr/share/blender/$_blender/scripts/addons
-  cp -a $srcdir/luxrender-luxblend25-$_pkgver/src/luxrender \
-$pkgdir/usr/share/blender/$_blender/scripts/addons
-
-  # install luxrender config file so the luxblend find luxrender automatically
-  install -D -m644 luxrender.cfg \
-$pkgdir/usr/share/blender/$_blender/scripts/luxrender.cfg
-
-  # change the search path for pylux* so the pylux* can be found in its new 
location
-  find $pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender -name 
*.py \
--exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxblend25/repos/community-any/PKGBUILD (from rev 130592, 
luxblend25/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-03 20:33:37 UTC (rev 130593)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=luxblend25
+pkgver=1.4
+_pkgver=a249c861c2f3
+_blender=2.74
+pkgrel=1
+pkgdesc=A LuxRender exporter for Blender.
+arch=('any')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('blender' 'luxrender')
+source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2 \
+system_config.diff luxrender.cfg)
+md5sums=('a9ca48c9d091df8dd55ba1b90d377ac2'
+ 'f42e7bc5476b144cca60bf3e6363158a'
+ 'ec6b7028e48f73650d9315d47cd14f1d')
+
+prepare() {
+  cd $srcdir/luxrender-luxblend25-$_pkgver
+
+  # enables loading of the configuration from a system-wide config file
+  patch -Np1  $srcdir/system_config.diff || true
+}
+
+package() {
+  install -d -m755 $pkgdir/usr/share/blender/$_blender/scripts/addons
+  cp -a $srcdir/luxrender-luxblend25-$_pkgver/src/luxrender \
+$pkgdir/usr/share/blender/$_blender/scripts/addons
+
+  # install luxrender config file so the luxblend find luxrender automatically
+  install -D -m644 luxrender.cfg \
+$pkgdir/usr/share/blender/$_blender/scripts/luxrender.cfg
+
+  # change the search path for pylux* so the pylux* can be found in its new 
location
+  find $pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender -name 
*.py \
+-exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: luxrender.cfg
===
--- luxrender.cfg   2015-04-03 20:33:22 UTC (rev 130592)
+++ luxrender.cfg   2015-04-03 20:33:37 UTC (rev 130593)
@@ -1,3 +0,0 @@
-[defaults]
-install_path = /usr/bin
-

Copied: luxblend25/repos/community-any/luxrender.cfg (from rev 130592, 
luxblend25/trunk/luxrender.cfg)
===
--- luxrender.cfg   (rev 0)
+++ luxrender.cfg   2015-04-03 20:33:37 UTC (rev 130593)
@@ -0,0 +1,3 @@
+[defaults]
+install_path = /usr/bin
+

Deleted: system_config.diff
===
--- system_config.diff  2015-04-03 20:33:22 UTC (rev 130592)
+++ system_config.diff  2015-04-03 20:33:37 UTC (rev 130593)
@@ -1,12 +0,0 @@
-diff -rup 
luxrender-luxblend25-a249c861c2f3/src/luxrender/extensions_framework/util.py 

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

2015-04-03 Thread Lukas Jirkovsky
Date: Friday, April 3, 2015 @ 22:33:22
  Author: stativ
Revision: 130592

upgpkg: luxblend25 1.4-1

blender 2.74 rebuild

Modified:
  luxblend25/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 19:18:42 UTC (rev 130591)
+++ PKGBUILD2015-04-03 20:33:22 UTC (rev 130592)
@@ -3,7 +3,7 @@
 pkgname=luxblend25
 pkgver=1.4
 _pkgver=a249c861c2f3
-_blender=2.73
+_blender=2.74
 pkgrel=1
 pkgdesc=A LuxRender exporter for Blender.
 arch=('any')


[arch-commits] Commit in luxblend25/repos/community-any (6 files)

2015-04-03 Thread Lukas Jirkovsky
Date: Friday, April 3, 2015 @ 22:34:21
  Author: stativ
Revision: 130594

archrelease: copy trunk to community-any

Added:
  luxblend25/repos/community-any/PKGBUILD
(from rev 130593, luxblend25/trunk/PKGBUILD)
  luxblend25/repos/community-any/luxrender.cfg
(from rev 130593, luxblend25/trunk/luxrender.cfg)
  luxblend25/repos/community-any/system_config.diff
(from rev 130593, luxblend25/trunk/system_config.diff)
Deleted:
  luxblend25/repos/community-any/PKGBUILD
  luxblend25/repos/community-any/luxrender.cfg
  luxblend25/repos/community-any/system_config.diff

+
 PKGBUILD   |   80 +--
 luxrender.cfg  |6 +--
 system_config.diff |   24 +++
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-03 20:33:37 UTC (rev 130593)
+++ PKGBUILD2015-04-03 20:34:21 UTC (rev 130594)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=luxblend25
-pkgver=1.4
-_pkgver=a249c861c2f3
-_blender=2.74
-pkgrel=1
-pkgdesc=A LuxRender exporter for Blender.
-arch=('any')
-url=http://www.luxrender.net/;
-license=('GPL')
-depends=('blender' 'luxrender')
-source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2 \
-system_config.diff luxrender.cfg)
-md5sums=('a9ca48c9d091df8dd55ba1b90d377ac2'
- 'f42e7bc5476b144cca60bf3e6363158a'
- 'ec6b7028e48f73650d9315d47cd14f1d')
-
-prepare() {
-  cd $srcdir/luxrender-luxblend25-$_pkgver
-
-  # enables loading of the configuration from a system-wide config file
-  patch -Np1  $srcdir/system_config.diff || true
-}
-
-package() {
-  install -d -m755 $pkgdir/usr/share/blender/$_blender/scripts/addons
-  cp -a $srcdir/luxrender-luxblend25-$_pkgver/src/luxrender \
-$pkgdir/usr/share/blender/$_blender/scripts/addons
-
-  # install luxrender config file so the luxblend find luxrender automatically
-  install -D -m644 luxrender.cfg \
-$pkgdir/usr/share/blender/$_blender/scripts/luxrender.cfg
-
-  # change the search path for pylux* so the pylux* can be found in its new 
location
-  find $pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender -name 
*.py \
--exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxblend25/repos/community-any/PKGBUILD (from rev 130593, 
luxblend25/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-03 20:34:21 UTC (rev 130594)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=luxblend25
+pkgver=1.4
+_pkgver=a249c861c2f3
+_blender=2.74
+pkgrel=1
+pkgdesc=A LuxRender exporter for Blender.
+arch=('any')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('blender' 'luxrender')
+source=(https://bitbucket.org/luxrender/luxblend25/get/$_pkgver.tar.bz2 \
+system_config.diff luxrender.cfg)
+md5sums=('a9ca48c9d091df8dd55ba1b90d377ac2'
+ 'f42e7bc5476b144cca60bf3e6363158a'
+ 'ec6b7028e48f73650d9315d47cd14f1d')
+
+prepare() {
+  cd $srcdir/luxrender-luxblend25-$_pkgver
+
+  # enables loading of the configuration from a system-wide config file
+  patch -Np1  $srcdir/system_config.diff || true
+}
+
+package() {
+  install -d -m755 $pkgdir/usr/share/blender/$_blender/scripts/addons
+  cp -a $srcdir/luxrender-luxblend25-$_pkgver/src/luxrender \
+$pkgdir/usr/share/blender/$_blender/scripts/addons
+
+  # install luxrender config file so the luxblend find luxrender automatically
+  install -D -m644 luxrender.cfg \
+$pkgdir/usr/share/blender/$_blender/scripts/luxrender.cfg
+
+  # change the search path for pylux* so the pylux* can be found in its new 
location
+  find $pkgdir/usr/share/blender/$_blender/scripts/addons/luxrender -name 
*.py \
+-exec sed -i 's|from.*import pylux|import pylux|' '{}' ';'
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: luxrender.cfg
===
--- luxrender.cfg   2015-04-03 20:33:37 UTC (rev 130593)
+++ luxrender.cfg   2015-04-03 20:34:21 UTC (rev 130594)
@@ -1,3 +0,0 @@
-[defaults]
-install_path = /usr/bin
-

Copied: luxblend25/repos/community-any/luxrender.cfg (from rev 130593, 
luxblend25/trunk/luxrender.cfg)
===
--- luxrender.cfg   (rev 0)
+++ luxrender.cfg   2015-04-03 20:34:21 UTC (rev 130594)
@@ -0,0 +1,3 @@
+[defaults]
+install_path = /usr/bin
+

Deleted: system_config.diff
===
--- system_config.diff  2015-04-03 20:33:37 UTC (rev 130593)
+++ system_config.diff  2015-04-03 20:34:21 UTC (rev 130594)
@@ -1,12 +0,0 @@
-diff -rup 
luxrender-luxblend25-a249c861c2f3/src/luxrender/extensions_framework/util.py 

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

2015-04-03 Thread Lukas Jirkovsky
Date: Friday, April 3, 2015 @ 22:37:06
  Author: stativ
Revision: 130595

upgpkg: luxblend25 1.4-2

blender 2.74 rebuild

Modified:
  luxblend25/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 20:34:21 UTC (rev 130594)
+++ PKGBUILD2015-04-03 20:37:06 UTC (rev 130595)
@@ -4,7 +4,7 @@
 pkgver=1.4
 _pkgver=a249c861c2f3
 _blender=2.74
-pkgrel=1
+pkgrel=2
 pkgdesc=A LuxRender exporter for Blender.
 arch=('any')
 url=http://www.luxrender.net/;


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

2015-04-03 Thread Antonio Rojas
Date: Friday, April 3, 2015 @ 23:22:33
  Author: arojas
Revision: 130597

Add kde-cli-tools and kwrite optdepends, fix kdesu path (FS#44396)

Modified:
  kcmsystemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 20:37:13 UTC (rev 130596)
+++ PKGBUILD2015-04-03 21:22:33 UTC (rev 130597)
@@ -3,7 +3,7 @@
 
 pkgname=kcmsystemd
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Systemd control module for KDE
 arch=('i686' 'x86_64')
 url='https://github.com/rthomsen/kcmsystemd'
@@ -10,11 +10,15 @@
 license=(GPL)
 depends=(kconfigwidgets boost-libs)
 makedepends=(extra-cmake-modules python boost)
+optdepends=('kde-cli-tools: to edit unit files' 'kwrite: to edit unit files')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
 md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
 
 prepare() {
   mkdir -p build
+
+# fix kdesu path (FS#44396)
+  sed -e 's|/lib/libexec/kdesu|/lib/kf5/kdesu|' -i 
$pkgname-$pkgver/src/kcmsystemd.cpp
 }
 
 build() {


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

2015-04-03 Thread Antonio Rojas
Date: Friday, April 3, 2015 @ 23:22:56
  Author: arojas
Revision: 130598

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-03 21:22:33 UTC (rev 130597)
+++ community-i686/PKGBUILD 2015-04-03 21:22:56 UTC (rev 130598)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kcmsystemd
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Systemd control module for KDE
-arch=('i686' 'x86_64')
-url='https://github.com/rthomsen/kcmsystemd'
-license=(GPL)
-depends=(kconfigwidgets boost-libs)
-makedepends=(extra-cmake-modules python boost)
-source=($pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
-md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcmsystemd/repos/community-i686/PKGBUILD (from rev 130597, 
kcmsystemd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 21:22:56 UTC (rev 130598)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcmsystemd
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Systemd control module for KDE
+arch=('i686' 'x86_64')
+url='https://github.com/rthomsen/kcmsystemd'
+license=(GPL)
+depends=(kconfigwidgets boost-libs)
+makedepends=(extra-cmake-modules python boost)
+optdepends=('kde-cli-tools: to edit unit files' 'kwrite: to edit unit files')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
+md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
+
+prepare() {
+  mkdir -p build
+
+# fix kdesu path (FS#44396)
+  sed -e 's|/lib/libexec/kdesu|/lib/kf5/kdesu|' -i 
$pkgname-$pkgver/src/kcmsystemd.cpp
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-03 21:22:33 UTC (rev 130597)
+++ community-x86_64/PKGBUILD   2015-04-03 21:22:56 UTC (rev 130598)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kcmsystemd
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Systemd control module for KDE
-arch=('i686' 'x86_64')
-url='https://github.com/rthomsen/kcmsystemd'
-license=(GPL)
-depends=(kconfigwidgets boost-libs)
-makedepends=(extra-cmake-modules python boost)
-source=($pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
-md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcmsystemd/repos/community-x86_64/PKGBUILD (from rev 130597, 
kcmsystemd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-03 21:22:56 UTC (rev 130598)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcmsystemd
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Systemd control module for KDE
+arch=('i686' 'x86_64')
+url='https://github.com/rthomsen/kcmsystemd'
+license=(GPL)
+depends=(kconfigwidgets boost-libs)
+makedepends=(extra-cmake-modules python boost)
+optdepends=('kde-cli-tools: to edit unit files' 'kwrite: to edit unit files')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
+md5sums=('8d385b1b2f9c0f054a8de16a50dcbaaa')
+
+prepare() {
+  mkdir -p build
+
+# fix kdesu path (FS#44396)
+  sed -e 's|/lib/libexec/kdesu|/lib/kf5/kdesu|' -i 

[arch-commits] Commit in kdeutils-kremotecontrol/kde-unstable (PKGBUILD)

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 02:55:47
  Author: arojas
Revision: 235412

Drop kdebase-workspace dependency, this can also be run with kcmshell4

Modified:
  kdeutils-kremotecontrol/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 00:48:27 UTC (rev 235411)
+++ PKGBUILD2015-04-04 00:55:47 UTC (rev 235412)
@@ -9,7 +9,7 @@
 url='http://kde.org/applications/utilities/kremotecontrol/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
+depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 groups=('kde-applications' 'kdeutils')
 replaces=('kdeutils-kdelirc')


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

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 02:14:08
  Author: arojas
Revision: 235408

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

Added:
  ksysguard/repos/extra-i686/PKGBUILD
(from rev 235407, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/extra-i686/ksysguard.install
(from rev 235407, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/extra-i686/ksysguarddrc.patch
(from rev 235407, ksysguard/trunk/ksysguarddrc.patch)
  ksysguard/repos/extra-x86_64/PKGBUILD
(from rev 235407, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/extra-x86_64/ksysguard.install
(from rev 235407, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/extra-x86_64/ksysguarddrc.patch
(from rev 235407, ksysguard/trunk/ksysguarddrc.patch)
Deleted:
  ksysguard/repos/extra-i686/PKGBUILD
  ksysguard/repos/extra-i686/ksysguard.install
  ksysguard/repos/extra-x86_64/PKGBUILD
  ksysguard/repos/extra-x86_64/ksysguard.install

-+
 /PKGBUILD   |   90 ++
 /ksysguard.install  |   24 ++
 extra-i686/PKGBUILD |   40 
 extra-i686/ksysguard.install|   12 -
 extra-i686/ksysguarddrc.patch   |   34 ++
 extra-x86_64/PKGBUILD   |   40 
 extra-x86_64/ksysguard.install  |   12 -
 extra-x86_64/ksysguarddrc.patch |   34 ++
 8 files changed, 182 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-04 00:05:19 UTC (rev 235407)
+++ extra-i686/PKGBUILD 2015-04-04 00:14:08 UTC (rev 235408)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.2.2
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=('i686' 'x86_64')
-url='https://userbase.kde.org/KSysGuard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
- 'hicolor-icon-theme' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7ab17df276ede1a2ced54c0dcdaa6127')
-
-prepare() {
-  mkdir 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: ksysguard/repos/extra-i686/PKGBUILD (from rev 235407, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-04 00:14:08 UTC (rev 235408)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.2.2
+pkgrel=2
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 'ksysguarddrc.patch')
+md5sums=('7ab17df276ede1a2ced54c0dcdaa6127'
+ 'ce41545b8d3812feef4e396e98f15891')
+
+prepare() {
+  mkdir build
+
+# Fix loading config file (FS#44144)
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/ksysguarddrc.patch
+}
+
+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
+}

Deleted: extra-i686/ksysguard.install
===
--- extra-i686/ksysguard.install2015-04-04 00:05:19 UTC (rev 235407)
+++ extra-i686/ksysguard.install2015-04-04 00:14:08 UTC (rev 235408)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: ksysguard/repos/extra-i686/ksysguard.install (from rev 235407, 
ksysguard/trunk/ksysguard.install)
===
--- extra-i686/ksysguard.install(rev 0)
+++ 

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

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 02:44:42
  Author: arojas
Revision: 235410

Remove from kde-applications group, this is KDE4 stuff

Modified:
  kdeartwork/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 00:41:05 UTC (rev 235409)
+++ PKGBUILD2015-04-04 00:44:42 UTC (rev 235410)
@@ -17,7 +17,7 @@
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeartwork')
+groups=('kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('9c32454dfc4c189452d13d67c41d4ac5bdaa8516')
@@ -36,6 +36,7 @@
 
 package_kdeartwork-colorschemes() {
pkgdesc='KDE color schemes'
+   depends=('kdebase-workspace')
replaces=('kdeaccessibility-colorschemes')
cd $srcdir/build/ColorSchemes
make DESTDIR=$pkgdir install
@@ -43,6 +44,7 @@
 
 package_kdeartwork-desktopthemes() {
pkgdesc='KDE desktop themes'
+   depends=('kdebase-workspace')
cd $srcdir/build/desktopthemes
make DESTDIR=$pkgdir install
 }


[arch-commits] Commit in kdetoys-ktux/kde-unstable (PKGBUILD)

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 03:00:35
  Author: arojas
Revision: 235413

Drop from kde-applications group so it doesn't pull kdebase-workspace

Modified:
  kdetoys-ktux/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 00:55:47 UTC (rev 235412)
+++ PKGBUILD2015-04-04 01:00:35 UTC (rev 235413)
@@ -9,7 +9,7 @@
 url='https://projects.kde.org/projects/kde/kdetoys/ktux'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
+groups=('kdetoys')
 depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install


[arch-commits] Commit in (gnome-builder gnome-builder/repos gnome-builder/trunk)

2015-04-03 Thread Jan Steffens
Date: Saturday, April 4, 2015 @ 03:17:31
  Author: heftig
Revision: 235416

Add gnome-builder

Added:
  gnome-builder/
  gnome-builder/repos/
  gnome-builder/trunk/


[arch-commits] Commit in xf86-input-wacom/repos (4 files)

2015-04-03 Thread Jan Steffens
Date: Saturday, April 4, 2015 @ 03:49:31
  Author: heftig
Revision: 235420

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

Added:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 235419, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 235419, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-04 01:48:37 UTC (rev 235419)
+++ extra-i686/PKGBUILD 2015-04-04 01:49:31 UTC (rev 235420)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.28.0
-pkgrel=1
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('4247b041ad29d38c628ccadbe8f8f55d1180bb0d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 235419, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-04 01:49:31 UTC (rev 235420)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.29.0
+pkgrel=1
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('d4d22214f3e522caf64c36a85ca6a1c0c710b2fd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-04 01:48:37 UTC (rev 235419)
+++ extra-x86_64/PKGBUILD   2015-04-04 01:49:31 UTC (rev 235420)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.28.0
-pkgrel=1
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-depends=(libxi libxinerama libxrandr systemd)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('4247b041ad29d38c628ccadbe8f8f55d1180bb0d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xf86-input-wacom/repos/extra-x86_64/PKGBUILD (from rev 235419, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-04 01:49:31 UTC (rev 235420)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: M Rawash mraw...@gmail.com
+
+pkgname=xf86-input-wacom
+pkgver=0.29.0
+pkgrel=1
+pkgdesc=X.Org Wacom tablet driver
+arch=(i686 x86_64)
+url=http://linuxwacom.sourceforge.net/;
+license=(GPL)
+depends=(libxi libxinerama libxrandr systemd)

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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 03:50:44
  Author: fyan
Revision: 130599

upgpkg: nodejs 0.12.2-2

npm 2.7.5

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 21:22:56 UTC (rev 130598)
+++ PKGBUILD2015-04-04 01:50:44 UTC (rev 130599)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.12.2
-_npmver=2.7.4
-pkgrel=1
+_npmver=2.7.5
+pkgrel=2
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2015-04-03 Thread Thomas Dziedzic
Date: Saturday, April 4, 2015 @ 07:16:12
  Author: td123
Revision: 235425

remove ghc-pkg command from post_upgrade since it is useless at that point

Modified:
  ghc/trunk/ghc.install

-+
 ghc.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: ghc.install
===
--- ghc.install 2015-04-04 03:28:06 UTC (rev 235424)
+++ ghc.install 2015-04-04 05:16:12 UTC (rev 235425)
@@ -6,5 +6,5 @@
 
 post_upgrade() {
   echo '== All cabalized packages need to be reinstalled now.'
-  echo '== See /usr/share/haskell/ and ghc-pkg list --user for a tentative 
list of affected packages.'
+  echo '== See /usr/share/haskell/ for a tentative list of affected packages.'
 }


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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 07:49:00
  Author: fyan
Revision: 235427

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

Added:
  qt5/repos/staging-i686/
  qt5/repos/staging-i686/PKGBUILD
(from rev 235426, qt5/trunk/PKGBUILD)
  qt5/repos/staging-i686/assistant.desktop
(from rev 235426, qt5/trunk/assistant.desktop)
  qt5/repos/staging-i686/designer.desktop
(from rev 235426, qt5/trunk/designer.desktop)
  qt5/repos/staging-i686/glib-2.43.patch
(from rev 235426, qt5/trunk/glib-2.43.patch)
  qt5/repos/staging-i686/linguist.desktop
(from rev 235426, qt5/trunk/linguist.desktop)
  qt5/repos/staging-i686/qdbusviewer.desktop
(from rev 235426, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/staging-i686/qt5-tools.install
(from rev 235426, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-x86_64/
  qt5/repos/staging-x86_64/PKGBUILD
(from rev 235426, qt5/trunk/PKGBUILD)
  qt5/repos/staging-x86_64/assistant.desktop
(from rev 235426, qt5/trunk/assistant.desktop)
  qt5/repos/staging-x86_64/designer.desktop
(from rev 235426, qt5/trunk/designer.desktop)
  qt5/repos/staging-x86_64/glib-2.43.patch
(from rev 235426, qt5/trunk/glib-2.43.patch)
  qt5/repos/staging-x86_64/linguist.desktop
(from rev 235426, qt5/trunk/linguist.desktop)
  qt5/repos/staging-x86_64/qdbusviewer.desktop
(from rev 235426, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/staging-x86_64/qt5-tools.install
(from rev 235426, qt5/trunk/qt5-tools.install)

+
 staging-i686/PKGBUILD  |  549 +++
 staging-i686/assistant.desktop |8 
 staging-i686/designer.desktop  |   10 
 staging-i686/glib-2.43.patch   |  238 +++
 staging-i686/linguist.desktop  |9 
 staging-i686/qdbusviewer.desktop   |9 
 staging-i686/qt5-tools.install |   12 
 staging-x86_64/PKGBUILD|  549 +++
 staging-x86_64/assistant.desktop   |8 
 staging-x86_64/designer.desktop|   10 
 staging-x86_64/glib-2.43.patch |  238 +++
 staging-x86_64/linguist.desktop|9 
 staging-x86_64/qdbusviewer.desktop |9 
 staging-x86_64/qt5-tools.install   |   12 
 14 files changed, 1670 insertions(+)

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


[arch-commits] Commit in (11 files)

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 02:41:05
  Author: arojas
Revision: 235409

Add telepathy-kde-group

Modified:
  telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD
  telepathy-kde-approver/kde-unstable/PKGBUILD
  telepathy-kde-auth-handler/kde-unstable/PKGBUILD
  telepathy-kde-common-internals/kde-unstable/PKGBUILD
  telepathy-kde-contact-list/kde-unstable/PKGBUILD
  telepathy-kde-contact-runner/kde-unstable/PKGBUILD
  telepathy-kde-desktop-applets/kde-unstable/PKGBUILD
  telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD
  telepathy-kde-integration-module/kde-unstable/PKGBUILD
  telepathy-kde-send-file/kde-unstable/PKGBUILD
  telepathy-kde-text-ui/kde-unstable/PKGBUILD

--+
 telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD |2 +-
 telepathy-kde-approver/kde-unstable/PKGBUILD |2 +-
 telepathy-kde-auth-handler/kde-unstable/PKGBUILD |2 +-
 telepathy-kde-common-internals/kde-unstable/PKGBUILD |2 +-
 telepathy-kde-contact-list/kde-unstable/PKGBUILD |2 +-
 telepathy-kde-contact-runner/kde-unstable/PKGBUILD   |2 +-
 telepathy-kde-desktop-applets/kde-unstable/PKGBUILD  |2 +-
 telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD |2 +-
 telepathy-kde-integration-module/kde-unstable/PKGBUILD   |2 +-
 telepathy-kde-send-file/kde-unstable/PKGBUILD|2 +-
 telepathy-kde-text-ui/kde-unstable/PKGBUILD  |2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

Modified: telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD
===
--- telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD2015-04-04 00:14:08 UTC 
(rev 235408)
+++ telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD2015-04-04 00:41:05 UTC 
(rev 235409)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=('GPL')
-groups=('kde-applications' 'kdenetwork')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
 depends=('telepathy-qt5' 'kaccounts-integration')
 makedepends=('extra-cmake-modules' 'intltool')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)

Modified: telepathy-kde-approver/kde-unstable/PKGBUILD
===
--- telepathy-kde-approver/kde-unstable/PKGBUILD2015-04-04 00:14:08 UTC 
(rev 235408)
+++ telepathy-kde-approver/kde-unstable/PKGBUILD2015-04-04 00:41:05 UTC 
(rev 235409)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=('GPL')
-groups=('kde-applications' 'kdenetwork')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
 depends=('telepathy-qt5' 'knotifications')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)

Modified: telepathy-kde-auth-handler/kde-unstable/PKGBUILD
===
--- telepathy-kde-auth-handler/kde-unstable/PKGBUILD2015-04-04 00:14:08 UTC 
(rev 235408)
+++ telepathy-kde-auth-handler/kde-unstable/PKGBUILD2015-04-04 00:41:05 UTC 
(rev 235409)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=('GPL')
-groups=('kde-applications' 'kdenetwork')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
 depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
 makedepends=('extra-cmake-modules')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)

Modified: telepathy-kde-common-internals/kde-unstable/PKGBUILD
===
--- telepathy-kde-common-internals/kde-unstable/PKGBUILD2015-04-04 
00:14:08 UTC (rev 235408)
+++ telepathy-kde-common-internals/kde-unstable/PKGBUILD2015-04-04 
00:41:05 UTC (rev 235409)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=(GPL)
-groups=('kde-applications' 'kdenetwork')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
 depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-mission-control)
 makedepends=(extra-cmake-modules kdoctools doxygen python)
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)

Modified: telepathy-kde-contact-list/kde-unstable/PKGBUILD
===
--- telepathy-kde-contact-list/kde-unstable/PKGBUILD2015-04-04 00:14:08 UTC 
(rev 235408)
+++ telepathy-kde-contact-list/kde-unstable/PKGBUILD2015-04-04 00:41:05 UTC 
(rev 235409)
@@ -9,7 +9,7 @@
 arch=('i686' 

[arch-commits] Commit in kde-applications-meta/repos/kde-unstable-any (2 files)

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 03:14:11
  Author: arojas
Revision: 235415

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD
(from rev 235414, kde-applications-meta/kde-unstable/PKGBUILD)
Deleted:
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |  601 +++--
 1 file changed, 306 insertions(+), 295 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 01:09:47 UTC (rev 235414)
+++ PKGBUILD2015-04-04 01:14:11 UTC (rev 235415)
@@ -1,295 +0,0 @@
-# $Id: PKGBUILD 233809 2015-03-14 17:55:07Z arojas $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kde-applications-meta
-pkgname=('kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdeartwork'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdesdk'
- 'kde-meta-kdetoys'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev'
- 'telepathy-kde-meta')
-pkgver=15.04
-pkgrel=4
-arch=('any')
-url='http://www.archlinux.org/'
-license=('GPL')
-groups=('kde-applications-meta')
-
-package_kde-meta-kdeaccessibility() {
-   pkgdesc=('Meta package for kdeaccessibility')
-   depends=('kdeaccessibility-jovie'
- 'kdeaccessibility-kaccessible'
-'kdeaccessibility-kmag'
-'kdeaccessibility-kmousetool'
-'kdeaccessibility-kmouth')
-   replaces=('kdeaccessibility')
-   conflicts=('kdeaccessibility')
-}
-
-package_kde-meta-kdeadmin() {
-   pkgdesc=('Meta package for kdeadmin')
-   depends=('kcron'
-'kdeadmin-ksystemlog'
- 'kdeadmin-kuser')
-   replaces=('kdeadmin')
-   conflicts=('kdeadmin')
-}
-
-package_kde-meta-kdeartwork() {
-   pkgdesc=('Meta package for kdeartwork')
-   depends=('kdeartwork-colorschemes'
-'kdeartwork-desktopthemes'
-'kdeartwork-emoticons'
-'kdeartwork-iconthemes'
-'kdeartwork-kscreensaver'
-'kdeartwork-styles'
-'kdeartwork-wallpapers'
-'kdeartwork-weatherwallpapers')
-   replaces=('kdeartwork')
-   conflicts=('kdeartwork')
-}
-
-package_kde-meta-kdebase() {
-   pkgdesc=('Meta package for kdebase')
-   depends=('kdebase-dolphin'
-'kdebase-kdepasswd'
-'kdebase-kdialog'
-'kdebase-kfind'
- 'kdebase-keditbookmarks'
-'kdebase-konqueror'
- 'kdebase-konq-plugins'
-'konsole'
-'kate'
-'kwrite'
-'kdebase-plasma')
-   replaces=('kdebase')
-   conflicts=('kdebase')
-}
-
-package_kde-meta-kdeedu() {
-   pkgdesc=('Meta package for kdeedu')
-   depends=('kdeedu-artikulate'
-'blinken'
-'cantor'
-'kalgebra'
-'kdeedu-kalzium'
-'kanagram'
-'kbruch'
-'kgeography'
-'khangman'
-'kig'
-'kiten'
-'klettres'
-'kmplot'
-'kstars'
-'kdeedu-ktouch'
-'kturtle'
-'kwordquiz'
-'kdeedu-marble'
- 'kdeedu-pairs'
-'parley'
-'rocs'
-'step')
-   replaces=('kdeedu')
-   conflicts=('kdeedu')
-}
-
-package_kde-meta-kdegames() {
-   pkgdesc=('Meta package for kdegames')
-   depends=('bomber'
-'bovo'
-'granatier'
-'kdegames-kajongg'
-'kapman'
-'katomic'
-'kblackbox'
-'kblocks'
-'kbounce'
-'kbreakout'
-'kdiamond'
-'kfourinline'
-'kdegames-kgoldrunner'
-'kdegames-kigo'
-'killbots'
-'kdegames-kiriki'
-'kjumpingcube'
-'klines'
-'kdegames-klickety'
-'kdegames-kmahjongg'
-'kmines'
-'kdegames-knavalbattle' 
- 'knetwalk'
-'kdegames-kolf'
-'kollision'
-'kdegames-konquest'
-'kpatience'
-'kdegames-kreversi'
-'kshisen'
-'kdegames-ksirk'
- 'kdegames-ksnakeduel'
-'kdegames-kspaceduel'
-

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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 03:51:27
  Author: fyan
Revision: 130600

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 01:50:44 UTC (rev 130599)
+++ community-i686/PKGBUILD 2015-04-04 01:51:27 UTC (rev 130600)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.12.2
-_npmver=2.7.4
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('ac7e78ade93e633e7ed628532bb8e650caba0c9c33af33581957f3382e2a772d'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl \
---shared-zlib
-# --shared-libuv
-# --shared-v8
-# --shared-cares
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 130599, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 01:51:27 UTC (rev 130600)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.12.2
+_npmver=2.7.5
+pkgrel=2
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib') # 'libuv' 'v8' 'c-ares')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('ac7e78ade93e633e7ed628532bb8e650caba0c9c33af33581957f3382e2a772d'
+'SKIP')
+
+prepare() {
+ 

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

2015-04-03 Thread Gaetan Bisson
Date: Saturday, April 4, 2015 @ 05:28:06
  Author: bisson
Revision: 235424

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 235423, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 235423, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 235423, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 235423, inkscape/trunk/install)

-+
 staging-i686/PKGBUILD   |   56 ++
 staging-i686/install|   13 ++
 staging-x86_64/PKGBUILD |   56 ++
 staging-x86_64/install  |   13 ++
 4 files changed, 138 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 235423, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 03:28:06 UTC (rev 235424)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=7
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+
+   # FS#43744
+   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/install (from rev 235423, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-04-04 03:28:06 UTC (rev 235424)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 235423, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 03:28:06 UTC (rev 235424)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=7
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+

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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 06:06:38
  Author: fyan
Revision: 130652

upgpkg: fcitx 4.2.8.6-2

icu 55.1 rebuild

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 04:04:04 UTC (rev 130651)
+++ PKGBUILD2015-04-04 04:06:38 UTC (rev 130652)
@@ -6,7 +6,7 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.8.6
-pkgrel=1
+pkgrel=2
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url=http://fcitx-im.org;


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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 06:07:12
  Author: fyan
Revision: 130653

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

Added:
  fcitx/repos/community-staging-i686/
  fcitx/repos/community-staging-i686/PKGBUILD
(from rev 130652, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-staging-i686/fcitx-gtk2.install
(from rev 130652, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-staging-i686/fcitx-gtk3.install
(from rev 130652, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-staging-i686/fcitx.install
(from rev 130652, fcitx/trunk/fcitx.install)
  fcitx/repos/community-staging-x86_64/
  fcitx/repos/community-staging-x86_64/PKGBUILD
(from rev 130652, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-staging-x86_64/fcitx-gtk2.install
(from rev 130652, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-staging-x86_64/fcitx-gtk3.install
(from rev 130652, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-staging-x86_64/fcitx.install
(from rev 130652, fcitx/trunk/fcitx.install)

-+
 community-staging-i686/PKGBUILD |   98 ++
 community-staging-i686/fcitx-gtk2.install   |   11 ++
 community-staging-i686/fcitx-gtk3.install   |   11 ++
 community-staging-i686/fcitx.install|   14 +++
 community-staging-x86_64/PKGBUILD   |   98 ++
 community-staging-x86_64/fcitx-gtk2.install |   11 ++
 community-staging-x86_64/fcitx-gtk3.install |   11 ++
 community-staging-x86_64/fcitx.install  |   14 +++
 8 files changed, 268 insertions(+)

Copied: fcitx/repos/community-staging-i686/PKGBUILD (from rev 130652, 
fcitx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-04 04:07:12 UTC (rev 130653)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: csslayer wengxt AT gmail com
+
+pkgbase=fcitx
+pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
+pkgver=4.2.8.6
+pkgrel=2
+groups=('fcitx-im')
+arch=('i686' 'x86_64')
+url=http://fcitx-im.org;
+license=('GPL' 'LGPL')
+makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant' 
'python2')
+source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz)
+sha512sums=('822e448932e735fe3087384eaf91c6b029b06d3461aa3798501bfbf8f79b8ebc5ea3ac57f01ec32674cc3cb74fcb34b6e285ef265bb49be54543f34dcaf624e4')
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc \
+-DFORCE_OPENCC=ON \
+-DFORCE_PRESAGE=ON \
+-DFORCE_ENCHANT=ON \
+-DENABLE_TEST=ON \
+-DENABLE_GTK2_IM_MODULE=ON \
+-DENABLE_GTK3_IM_MODULE=ON \
+-DENABLE_QT_IM_MODULE=ON \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_fcitx() {
+  pkgdesc=Flexible Context-aware Input Tool with eXtension
+  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
+   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
+   'libxfixes' 'dbus' 'icu')
+  optdepends=('enchant: for word predication support'
+  'opencc: optional engine to do chinese convert'
+  'gettext: for fcitx-po-parser')
+  install=fcitx.install
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/lib/{gtk-2.0,gtk-3.0,qt4}
+  rm -r ${pkgdir}/usr/lib/fcitx/qt
+  rm -r ${pkgdir}/usr/include/fcitx-qt
+  rm ${pkgdir}/usr/lib/fcitx/libexec/fcitx-qt-gui-wrapper
+  rm ${pkgdir}/usr/lib/libfcitx-qt.so*
+  rm ${pkgdir}/usr/lib/pkgconfig/fcitx-qt.pc
+}
+
+package_fcitx-gtk2() {
+  pkgdesc='GTK2 IM Module for fcitx'
+  depends=('gtk2' fcitx=$pkgver)
+  install=fcitx-gtk2.install
+
+  cd ${srcdir}/build/src/frontend/gtk2
+  make DESTDIR=${pkgdir} install
+}
+
+package_fcitx-gtk3() {
+  pkgdesc='GTK3 IM Module for fcitx'
+  depends=('gtk3' fcitx=$pkgver)
+  install=fcitx-gtk3.install
+
+  cd ${srcdir}/build/src/frontend/gtk3
+  make DESTDIR=${pkgdir} install
+}
+
+package_fcitx-qt4() {
+  pkgdesc='Qt4 IM Module for fcitx'
+  depends=('qt4' fcitx=$pkgver)
+  replaces=('fcitx-qt')
+  provides=('fcitx-qt')
+  conflicts=('fcitx-qt')
+
+  cd ${srcdir}/build/src/frontend/qt
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/tools/gui
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/src/lib/fcitx-qt
+  make DESTDIR=${pkgdir} install
+}
+

Copied: fcitx/repos/community-staging-i686/fcitx-gtk2.install (from rev 130652, 
fcitx/trunk/fcitx-gtk2.install)
===
--- community-staging-i686/fcitx-gtk2.install  

[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2015-04-03 Thread Eric Bélanger
Date: Saturday, April 4, 2015 @ 01:40:36
  Author: eric
Revision: 235404

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

Added:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
(from rev 235403, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
(from rev 235403, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
(from rev 235403, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install
(from rev 235403, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/extra-i686/PKGBUILD
  perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   70 +
 /perl-xml-libxml.install |   32 +++
 extra-i686/PKGBUILD  |   35 
 extra-i686/perl-xml-libxml.install   |   15 ---
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/perl-xml-libxml.install |   15 ---
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-03 23:38:22 UTC (rev 235403)
+++ extra-i686/PKGBUILD 2015-04-03 23:40:36 UTC (rev 235404)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette francois.archlinux.org
-
-pkgname=perl-xml-libxml
-pkgver=2.0118
-pkgrel=2
-pkgdesc=Interface to the libxml library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
-
-build() {
-  cd $srcdir/XML-LibXML-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/XML-LibXML-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir/
-}

Copied: perl-xml-libxml/repos/extra-i686/PKGBUILD (from rev 235403, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-03 23:40:36 UTC (rev 235404)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette francois.archlinux.org
+
+pkgname=perl-xml-libxml
+pkgver=2.0118
+pkgrel=3
+pkgdesc=Interface to the libxml library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=perl-xml-libxml.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
+
+build() {
+  cd $srcdir/XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir/
+}

Deleted: extra-i686/perl-xml-libxml.install
===
--- extra-i686/perl-xml-libxml.install  2015-04-03 23:38:22 UTC (rev 235403)
+++ extra-i686/perl-xml-libxml.install  2015-04-03 23:40:36 UTC (rev 235404)
@@ -1,15 +0,0 @@
-post_install() {
-  echo :: Installing SAX XML Parsers
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-}
-
-post_upgrade() {
-  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-  if [[ $libxmlcount == 0 ]]; then
- echo :: Installing SAX XML Parsers
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
-  fi
-}
-

Copied: perl-xml-libxml/repos/extra-i686/perl-xml-libxml.install (from rev 
235403, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- extra-i686/perl-xml-libxml.install  (rev 0)
+++ extra-i686/perl-xml-libxml.install  2015-04-03 23:40:36 

[arch-commits] Commit in kde-applications-meta/kde-unstable (PKGBUILD)

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 03:09:47
  Author: arojas
Revision: 235414

Drop kdeartwork form kde-applications-meta group, and ktux from 
kde-meta-kdetoys. Now pacman -S kde-applications-meta doesn't pull 
kdebase-workspace anymore.

Modified:
  kde-applications-meta/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 01:00:35 UTC (rev 235413)
+++ PKGBUILD2015-04-04 01:09:47 UTC (rev 235414)
@@ -20,11 +20,10 @@
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
 pkgver=15.04
-pkgrel=4
+pkgrel=5
 arch=('any')
 url='http://www.archlinux.org/'
 license=('GPL')
-groups=('kde-applications-meta')
 
 package_kde-meta-kdeaccessibility() {
pkgdesc=('Meta package for kdeaccessibility')
@@ -35,6 +34,7 @@
 'kdeaccessibility-kmouth')
replaces=('kdeaccessibility')
conflicts=('kdeaccessibility')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdeadmin() {
@@ -44,6 +44,7 @@
  'kdeadmin-kuser')
replaces=('kdeadmin')
conflicts=('kdeadmin')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdeartwork() {
@@ -71,10 +72,10 @@
  'kdebase-konq-plugins'
 'konsole'
 'kate'
-'kwrite'
-'kdebase-plasma')
+'kwrite')
replaces=('kdebase')
conflicts=('kdebase')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdeedu() {
@@ -103,6 +104,7 @@
 'step')
replaces=('kdeedu')
conflicts=('kdeedu')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdegames() {
@@ -148,6 +150,7 @@
  'kdegames-picmi')
replaces=('kdegames')
conflicts=('kdegames')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdegraphics() {
@@ -167,6 +170,7 @@
  'kdegraphics-thumbnailers')
replaces=('kdegraphics')
conflicts=('kdegraphics')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdemultimedia() {
@@ -181,6 +185,7 @@
 'kdemultimedia-mplayerthumbs')
replaces=('kdemultimedia')
conflicts=('kdemultimedia')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdenetwork() {
@@ -196,6 +201,7 @@
 'telepathy-kde-meta')
replaces=('kdenetwork')
conflicts=('kdenetwork')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdepim() {
@@ -218,6 +224,7 @@
  'kdepim-ktnef')
replaces=('kdepim')
conflicts=('kdepim')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdesdk() {
@@ -238,15 +245,16 @@
 'kdesdk-umbrello')
replaces=('kdesdk')
conflicts=('kdesdk')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdetoys() {
pkgdesc=('Meta package for kdetoys')
depends=('kdetoys-amor'
-'kteatime'
-'kdetoys-ktux')
+'kteatime')
replaces=('kdetoys')
conflicts=('kdetoys')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdeutils() {
@@ -266,6 +274,7 @@
 'kdeutils-sweeper')
replaces=('kdeutils')
conflicts=('kdeutils')
+   groups=('kde-applications-meta')
 }
 
 package_kde-meta-kdewebdev() {
@@ -276,6 +285,7 @@
 'kdewebdev-kommander')
replaces=('kdewebdev')
conflicts=('kdewebdev')
+   groups=('kde-applications-meta')
 }
 
 package_telepathy-kde-meta() {
@@ -292,4 +302,5 @@
 'telepathy-kde-text-ui')
replaces=('kde-telepathy-meta')
conflicts=('kde-telepathy-meta')
+   groups=('kde-applications-meta')
 }


[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2015-04-03 Thread Jan Steffens
Date: Saturday, April 4, 2015 @ 03:48:37
  Author: heftig
Revision: 235419

0.29.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 01:40:55 UTC (rev 235418)
+++ PKGBUILD2015-04-04 01:48:37 UTC (rev 235419)
@@ -5,7 +5,7 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.28.0
+pkgver=0.29.0
 pkgrel=1
 pkgdesc=X.Org Wacom tablet driver
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
 conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('4247b041ad29d38c628ccadbe8f8f55d1180bb0d')
+sha1sums=('d4d22214f3e522caf64c36a85ca6a1c0c710b2fd')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 06:03:42
  Author: fyan
Revision: 130650

upgpkg: ibus-qt 1.3.3-3

icu 55.1 rebuild

Modified:
  ibus-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 03:03:01 UTC (rev 130649)
+++ PKGBUILD2015-04-04 04:03:42 UTC (rev 130650)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 # Contributor: garion  garion @ mailoo.org 
 # Contributor: leemars
@@ -6,7 +6,7 @@
 
 pkgname=ibus-qt
 pkgver=1.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc='IBus qt library and IBus qt input method plugin'
 arch=('i686' 'x86_64')
 license=('LGPL')


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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 06:04:04
  Author: fyan
Revision: 130651

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

Added:
  ibus-qt/repos/community-staging-i686/
  ibus-qt/repos/community-staging-i686/PKGBUILD
(from rev 130650, ibus-qt/trunk/PKGBUILD)
  ibus-qt/repos/community-staging-x86_64/
  ibus-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 130650, ibus-qt/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: ibus-qt/repos/community-staging-i686/PKGBUILD (from rev 130650, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-04 04:04:04 UTC (rev 130651)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: garion  garion @ mailoo.org 
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=3
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'automoc4' 'doxygen' 'git')
+source=(git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=${pkgdir} install
+}
+

Copied: ibus-qt/repos/community-staging-x86_64/PKGBUILD (from rev 130650, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-04 04:04:04 UTC (rev 130651)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: garion  garion @ mailoo.org 
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=3
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'automoc4' 'doxygen' 'git')
+source=(git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=${pkgdir} install
+}
+


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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 06:14:13
  Author: fyan
Revision: 130654

upgpkg: sword 1.7.4-3

icu 55.1 rebuild

Modified:
  sword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 04:07:12 UTC (rev 130653)
+++ PKGBUILD2015-04-04 04:14:13 UTC (rev 130654)
@@ -10,8 +10,8 @@
 pkgbase=sword
 pkgname=(sword python-sword python2-sword)
 _mainver=1.7
-pkgver=$_mainver.4
-pkgrel=2
+pkgver=1.7.4
+pkgrel=3
 pkgdesc=Library for Bible study programs
 arch=('x86_64' 'i686')
 url=http://www.crosswire.org/sword/;


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

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 06:14:35
  Author: fyan
Revision: 130655

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

Added:
  sword/repos/community-staging-i686/
  sword/repos/community-staging-i686/PKGBUILD
(from rev 130654, sword/trunk/PKGBUILD)
  sword/repos/community-staging-x86_64/
  sword/repos/community-staging-x86_64/PKGBUILD
(from rev 130654, sword/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   64 
 community-staging-x86_64/PKGBUILD |   64 
 2 files changed, 128 insertions(+)

Copied: sword/repos/community-staging-i686/PKGBUILD (from rev 130654, 
sword/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-04 04:14:35 UTC (rev 130655)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: TripleE eric1...@yahoo.com
+# Contributor: Dominic Tubach
+
+pkgbase=sword
+pkgname=(sword python-sword python2-sword)
+_mainver=1.7
+pkgver=1.7.4
+pkgrel=3
+pkgdesc=Library for Bible study programs
+arch=('x86_64' 'i686')
+url=http://www.crosswire.org/sword/;
+license=('GPL')
+makedepends=('curl' 'clucene' 'swig' 'cmake' 'python' 'python2')
+source=(http://www.crosswire.org/ftpmirror/pub/$pkgbase/source/v$_mainver/$pkgbase-$pkgver.tar.gz;)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd $srcdir/$pkgbase-$pkgver
+  mkdir build
+}
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver/build
+  
+  #./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  cmake .. -DLIBSWORD_LIBRARY_TYPE=Shared -DSYSCONF_INSTALL_DIR='/etc' \
+   -DSWORD_BUILD_TESTS=Yes -DSWORD_BINDINGS=Python 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cp -a bindings/swig/python bindings/swig/python2
+  cd bindings/swig/python2
+  python2 setup.py build
+}
+
+package_sword() {
+  depends=('curl' 'clucene' 'swig')
+  backup=('etc/sword.conf')
+
+  cd $srcdir/$pkgbase-$pkgver/build
+  make DESTDIR=$pkgdir install
+
+  # Move it into a separated package
+  rm -r $pkgdir/usr/lib/python3.4
+}
+
+package_python-sword() {
+  depends=('sword' 'python')
+
+  cd $srcdir/$pkgbase-$pkgver/build/bindings/swig/python
+  python setup.py install --root=$pkgdir --prefix=/usr -O1 --skip-build
+}
+
+package_python2-sword() {
+  depends=('sword' 'python2')
+
+  cd $srcdir/$pkgbase-$pkgver/build/bindings/swig/python2
+  python2 setup.py install --root=$pkgdir --prefix=/usr -O1 --skip-build
+}

Copied: sword/repos/community-staging-x86_64/PKGBUILD (from rev 130654, 
sword/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-04 04:14:35 UTC (rev 130655)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: SanskritFritz (gmail)
+# Contributor: Alexander Rødseth
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: TripleE eric1...@yahoo.com
+# Contributor: Dominic Tubach
+
+pkgbase=sword
+pkgname=(sword python-sword python2-sword)
+_mainver=1.7
+pkgver=1.7.4
+pkgrel=3
+pkgdesc=Library for Bible study programs
+arch=('x86_64' 'i686')
+url=http://www.crosswire.org/sword/;
+license=('GPL')
+makedepends=('curl' 'clucene' 'swig' 'cmake' 'python' 'python2')
+source=(http://www.crosswire.org/ftpmirror/pub/$pkgbase/source/v$_mainver/$pkgbase-$pkgver.tar.gz;)
+md5sums=('1677f02a86cbf07713d4e1d4c39791e6')
+
+prepare() {
+  cd $srcdir/$pkgbase-$pkgver
+  mkdir build
+}
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver/build
+  
+  #./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc
+  cmake .. -DLIBSWORD_LIBRARY_TYPE=Shared -DSYSCONF_INSTALL_DIR='/etc' \
+   -DSWORD_BUILD_TESTS=Yes -DSWORD_BINDINGS=Python 
-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cp -a bindings/swig/python bindings/swig/python2
+  cd bindings/swig/python2
+  python2 setup.py build
+}
+
+package_sword() {
+  depends=('curl' 'clucene' 'swig')
+  backup=('etc/sword.conf')
+
+  cd $srcdir/$pkgbase-$pkgver/build
+  make DESTDIR=$pkgdir install
+
+  # Move it into a separated package
+  rm -r $pkgdir/usr/lib/python3.4
+}
+
+package_python-sword() {
+  depends=('sword' 'python')
+
+  cd $srcdir/$pkgbase-$pkgver/build/bindings/swig/python
+  python setup.py install --root=$pkgdir --prefix=/usr -O1 --skip-build
+}
+
+package_python2-sword() {
+  depends=('sword' 'python2')
+
+  cd $srcdir/$pkgbase-$pkgver/build/bindings/swig/python2
+  python2 setup.py install --root=$pkgdir --prefix=/usr -O1 --skip-build
+}


[arch-commits] Commit in qt5/trunk (PKGBUILD glib-2.43.patch)

2015-04-03 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 07:47:54
  Author: fyan
Revision: 235426

upgpkg: qt5 5.4.1-3

icu 55.1 rebuild

Added:
  qt5/trunk/glib-2.43.patch
Modified:
  qt5/trunk/PKGBUILD

-+
 PKGBUILD|8 +
 glib-2.43.patch |  238 ++
 2 files changed, 244 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 05:16:12 UTC (rev 235425)
+++ PKGBUILD2015-04-04 05:47:54 UTC (rev 235426)
@@ -42,16 +42,20 @@
 groups=('qt' 'qt5')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/${pkgver%.*}/${pkgver}/single/${_pkgfqn}.tar.xz;
-'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop')
+'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop' 'glib-2.43.patch')
 md5sums=('7afb5f9235d8d42b5b6e832442a32a5d'
  'b2897dd6a2967bccf8f10e397aafee55'
  '76e150b20178d2d43801f7367232e5f7'
  '188da8f4c87316e730ebf1c6217bf5a0'
- '322b419b16c75d4de0ee7ad0a246caa1')
+ '322b419b16c75d4de0ee7ad0a246caa1'
+ 'bf756a3061e1b30b28df85dcf0c90df3')
 
 prepare() {
   cd ${_pkgfqn}
 
+  # for glib 2.43+ https://bugreports.qt.io/browse/QTBUG-44714
+  (cd qtwebkit; patch -p1 -i $srcdir/glib-2.43.patch)
+
   # Build qmake using Arch {C,LD}FLAGS
   # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
   sed -i -e s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}| \

Added: glib-2.43.patch
===
--- glib-2.43.patch (rev 0)
+++ glib-2.43.patch 2015-04-04 05:47:54 UTC (rev 235426)
@@ -0,0 +1,238 @@
+From ed5d6c93f7cf902e58aaf3f0abd54b3b258172ed Mon Sep 17 00:00:00 2001
+From: Allan Sandfeld Jensen allan.jen...@theqtcompany.com
+Date: Fri, 27 Feb 2015 14:14:44 +0100
+Subject: Fix building with glib 2.43+
+
+The newest version of glib have introduced their own GMutexLocker
+conflicting with the one defined in WebCore.
+
+Task-number: QTBUG-44714
+Change-Id: Ibdd1646e129eaed84c65dc0d96bebe80f2a61f4b
+Reviewed-by: Andras Becsi andras.be...@theqtcompany.com
+---
+ .../gstreamer/WebKitWebSourceGStreamer.cpp | 48 +++---
+ 1 file changed, 24 insertions(+), 24 deletions(-)
+
+diff --git 
a/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 
b/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp
+index 5625873..a6d961f 100644
+--- a/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp
 b/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp
+@@ -354,7 +354,7 @@ static void webKitWebSrcSetProperty(GObject* object, guint 
propID, const GValue*
+ 
+ switch (propID) {
+ case PROP_IRADIO_MODE: {
+-GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
++WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
+ priv-iradioMode = g_value_get_boolean(value);
+ break;
+ }
+@@ -376,7 +376,7 @@ static void webKitWebSrcGetProperty(GObject* object, guint 
propID, GValue* value
+ WebKitWebSrc* src = WEBKIT_WEB_SRC(object);
+ WebKitWebSrcPrivate* priv = src-priv;
+ 
+-GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
++WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
+ switch (propID) {
+ case PROP_IRADIO_MODE:
+ g_value_set_boolean(value, priv-iradioMode);
+@@ -429,7 +429,7 @@ static gboolean webKitWebSrcStop(WebKitWebSrc* src)
+ 
+ ASSERT(isMainThread());
+ 
+-GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
++WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
+ 
+ bool seeking = priv-seekID;
+ 
+@@ -493,7 +493,7 @@ static gboolean webKitWebSrcStart(WebKitWebSrc* src)
+ 
+ ASSERT(isMainThread());
+ 
+-GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
++WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
+ 
+ priv-startID = 0;
+ 
+@@ -584,7 +584,7 @@ static GstStateChangeReturn 
webKitWebSrcChangeState(GstElement* element, GstStat
+ return ret;
+ }
+ 
+-GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
++WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
+ switch (transition) {
+ case GST_STATE_CHANGE_READY_TO_PAUSED:
+ GST_DEBUG_OBJECT(src, READY-PAUSED);
+@@ -615,7 +615,7 @@ static gboolean webKitWebSrcQueryWithParent(GstPad* pad, 
GstObject* parent, GstQ
+ gst_query_parse_duration(query, format, NULL);
+ 
+ GST_DEBUG_OBJECT(src, duration query in format %s, 
gst_format_get_name(format));
+-GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
++WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
+ if (format == GST_FORMAT_BYTES  src-priv-size  0) {
+ gst_query_set_duration(query, format, src-priv-size);
+ result = TRUE;

[arch-commits] Commit in perl-xml-libxml/trunk (PKGBUILD perl-xml-libxml.install)

2015-04-03 Thread Eric Bélanger
Date: Saturday, April 4, 2015 @ 01:38:22
  Author: eric
Revision: 235403

upgpkg: perl-xml-libxml 2.0118-3

Fix install scriptlet (close FS#44408)

Modified:
  perl-xml-libxml/trunk/PKGBUILD
  perl-xml-libxml/trunk/perl-xml-libxml.install

-+
 PKGBUILD|4 ++--
 perl-xml-libxml.install |   17 +
 2 files changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 19:45:26 UTC (rev 235402)
+++ PKGBUILD2015-04-03 23:38:22 UTC (rev 235403)
@@ -5,7 +5,7 @@
 
 pkgname=perl-xml-libxml
 pkgver=2.0118
-pkgrel=2
+pkgrel=3
 pkgdesc=Interface to the libxml library
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/XML-LibXML;
@@ -14,7 +14,7 @@
 provides=('perl-libxml' 'perl-xml-libxml-common')
 replaces=('perl-libxml' 'perl-xml-libxml-common')
 options=('!emptydirs')
-install=$pkgname.install
+install=perl-xml-libxml.install
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
 md5sums=('da8d61a5d0d1bfd8d46814e376d33f58')
 

Modified: perl-xml-libxml.install
===
--- perl-xml-libxml.install 2015-04-03 19:45:26 UTC (rev 235402)
+++ perl-xml-libxml.install 2015-04-03 23:38:22 UTC (rev 235403)
@@ -1,15 +1,16 @@
 post_install() {
   echo :: Installing SAX XML Parsers
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
-  /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
+  perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
+  perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
 }
 
 post_upgrade() {
-  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-  if [[ $libxmlcount == 0 ]]; then
- echo :: Installing SAX XML Parsers
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX::Parser))-save_parsers()
- /usr/bin/perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::LibXML::SAX))-save_parsers()
+  if [[ ! -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
+post_install
+  else
+libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
+if [[ $libxmlcount == 0 ]]; then
+  post_install
+fi
   fi
 }
-


[arch-commits] Commit in ksysguard/trunk (PKGBUILD ksysguarddrc.patch)

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 02:05:19
  Author: arojas
Revision: 235407

Fix loading config file (FS#44144)

Added:
  ksysguard/trunk/ksysguarddrc.patch
Modified:
  ksysguard/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 ksysguarddrc.patch |   34 ++
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 00:03:19 UTC (rev 235406)
+++ PKGBUILD2015-04-04 00:05:19 UTC (rev 235407)
@@ -5,7 +5,7 @@
 
 pkgname=ksysguard
 pkgver=5.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Track and control the processes running in your system'
 arch=('i686' 'x86_64')
 url='https://userbase.kde.org/KSysGuard'
@@ -16,11 +16,16 @@
 conflicts=('kdebase-workspace')
 groups=('plasma')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('7ab17df276ede1a2ced54c0dcdaa6127')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 'ksysguarddrc.patch')
+md5sums=('7ab17df276ede1a2ced54c0dcdaa6127'
+ 'ce41545b8d3812feef4e396e98f15891')
 
 prepare() {
   mkdir build
+
+# Fix loading config file (FS#44144)
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/ksysguarddrc.patch
 }
 
 build() {

Added: ksysguarddrc.patch
===
--- ksysguarddrc.patch  (rev 0)
+++ ksysguarddrc.patch  2015-04-04 00:05:19 UTC (rev 235407)
@@ -0,0 +1,34 @@
+From: David Rosca now...@gmail.com
+Date: Sun, 29 Mar 2015 17:19:54 +
+Subject: Fix opening ksysguarddrc config file
+X-Git-Url: 
http://quickgit.kde.org/?p=ksysguard.gita=commitdiffh=5f045a9f8cb9a859b38862440ed1cd1d6eee3a9b
+---
+Fix opening ksysguarddrc config file
+
+Use KDE_INSTALL_FULL_SYSCONFDIR instead of SYSCONF_INSTALL_DIR and
+remove extra quotes in -DKSYSGUARDDRCFILE definiton.
+
+REVIEW: 123171
+---
+
+
+--- a/example/CMakeLists.txt
 b/example/CMakeLists.txt
+@@ -1,3 +1,3 @@
+-install( FILES ksysguarddrc  DESTINATION  ${SYSCONF_INSTALL_DIR} )
++install( FILES ksysguarddrc  DESTINATION  ${KDE_INSTALL_FULL_SYSCONFDIR} )
+ install( FILES ksysguard.notifyrc DESTINATION  ${KNOTIFYRC_INSTALL_DIR} )
+ 
+
+--- a/ksysguardd/CMakeLists.txt
 b/ksysguardd/CMakeLists.txt
+@@ -3,7 +3,7 @@
+ # Laurent: Verify that we install it into (kdeprefix)/etc/ and not into /etc
+ # otherwise it's necessary to change it.
+ # into kde 3.x it was installed into /etc/
+-add_definitions( 
-DKSYSGUARDDRCFILE=\\${SYSCONF_INSTALL_DIR}/ksysguarddrc\\ )
++add_definitions( 
-DKSYSGUARDDRCFILE=${KDE_INSTALL_FULL_SYSCONFDIR}/ksysguarddrc )
+ 
+ add_definitions(-DOSTYPE_${CMAKE_SYSTEM_NAME})
+ 
+


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

2015-04-03 Thread Eric Bélanger
Date: Saturday, April 4, 2015 @ 02:03:19
  Author: eric
Revision: 235406

archrelease: copy trunk to extra-any

Added:
  mutagen/repos/extra-any/PKGBUILD
(from rev 235405, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 00:01:52 UTC (rev 235405)
+++ PKGBUILD2015-04-04 00:03:19 UTC (rev 235406)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=mutagen
-pkgname=('mutagen' 'python-mutagen')
-pkgver=1.27
-pkgrel=1
-arch=('any')
-url=https://bitbucket.org/lazka/mutagen;
-license=('GPL2')
-makedepends=('python' 'python2')
-source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
-sha1sums=('4c9b874feb6f1e9dbf6f2c37341dad3a47135640'
-  'SKIP')
-validpgpkeys=('FADC2AE3503EAF61F3668BDB29CF60290C693B8F')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python2 setup.py test
-  cd ../python-${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python setup.py test
-}
-
-package_mutagen() {
-  pkgdesc=An audio metadata tag reader and writer
-  depends=('python2')
- 
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}
-
-package_python-mutagen() {
-  pkgdesc=An audio metadata tag reader and writer library for Python 3
-  depends=('python')
-
-  cd python-${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}
-  rm -r ${pkgdir}/usr/{bin,share}
-}

Copied: mutagen/repos/extra-any/PKGBUILD (from rev 235405, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-04 00:03:19 UTC (rev 235406)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.28
+pkgrel=1
+arch=('any')
+url=https://bitbucket.org/lazka/mutagen;
+license=('GPL2')
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
+sha1sums=('e3e6d5bd3a14091062b520335303f1537692e632'
+  'SKIP')
+validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
+}
+
+package_mutagen() {
+  pkgdesc=An audio metadata tag reader and writer
+  depends=('python2')
+ 
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}
+
+package_python-mutagen() {
+  pkgdesc=An audio metadata tag reader and writer library for Python 3
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/{bin,share}
+}


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

2015-04-03 Thread Jan Steffens
Date: Saturday, April 4, 2015 @ 03:40:55
  Author: heftig
Revision: 235418

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

Added:
  gnome-builder/repos/testing-i686/
  gnome-builder/repos/testing-i686/PKGBUILD
(from rev 235417, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/testing-i686/gnome-builder.install
(from rev 235417, gnome-builder/trunk/gnome-builder.install)
  gnome-builder/repos/testing-x86_64/
  gnome-builder/repos/testing-x86_64/PKGBUILD
(from rev 235417, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/testing-x86_64/gnome-builder.install
(from rev 235417, gnome-builder/trunk/gnome-builder.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/gnome-builder.install   |   12 +++
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/gnome-builder.install |   12 +++
 4 files changed, 96 insertions(+)

Copied: gnome-builder/repos/testing-i686/PKGBUILD (from rev 235417, 
gnome-builder/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-04 01:40:55 UTC (rev 235418)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-builder
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=An IDE for writing GNOME-based software
+url=https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang)
+makedepends=(intltool llvm gobject-introspection)
+groups=(gnome-extra)
+install=gnome-builder.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8c4b3dae516cdcffe1470f621dba0ae6d0d14b7765e4ff137fa4ca0743d86dab')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-builder/repos/testing-i686/gnome-builder.install (from rev 
235417, gnome-builder/trunk/gnome-builder.install)
===
--- testing-i686/gnome-builder.install  (rev 0)
+++ testing-i686/gnome-builder.install  2015-04-04 01:40:55 UTC (rev 235418)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-builder/repos/testing-x86_64/PKGBUILD (from rev 235417, 
gnome-builder/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-04 01:40:55 UTC (rev 235418)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-builder
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=An IDE for writing GNOME-based software
+url=https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang)
+makedepends=(intltool llvm gobject-introspection)
+groups=(gnome-extra)
+install=gnome-builder.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8c4b3dae516cdcffe1470f621dba0ae6d0d14b7765e4ff137fa4ca0743d86dab')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-builder/repos/testing-x86_64/gnome-builder.install (from rev 
235417, gnome-builder/trunk/gnome-builder.install)
===
--- testing-x86_64/gnome-builder.install(rev 0)
+++ testing-x86_64/gnome-builder.install2015-04-04 01:40:55 UTC (rev 
235418)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-03 Thread Eric Bélanger
Date: Saturday, April 4, 2015 @ 02:01:52
  Author: eric
Revision: 235405

upgpkg: mutagen 1.28-1

Upstream update

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 23:40:36 UTC (rev 235404)
+++ PKGBUILD2015-04-04 00:01:52 UTC (rev 235405)
@@ -3,7 +3,7 @@
 
 pkgbase=mutagen
 pkgname=('mutagen' 'python-mutagen')
-pkgver=1.27
+pkgver=1.28
 pkgrel=1
 arch=('any')
 url=https://bitbucket.org/lazka/mutagen;
@@ -10,9 +10,9 @@
 license=('GPL2')
 makedepends=('python' 'python2')
 
source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
-sha1sums=('4c9b874feb6f1e9dbf6f2c37341dad3a47135640'
+sha1sums=('e3e6d5bd3a14091062b520335303f1537692e632'
   'SKIP')
-validpgpkeys=('FADC2AE3503EAF61F3668BDB29CF60290C693B8F')
+validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}


[arch-commits] Commit in kdebase/kde-unstable (PKGBUILD)

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 02:48:27
  Author: arojas
Revision: 235411

Remove kdebase-plasma from groups, so it doesn't pull kdebase-workspace

Modified:
  kdebase/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 00:44:42 UTC (rev 235410)
+++ PKGBUILD2015-04-04 00:48:27 UTC (rev 235411)
@@ -18,7 +18,6 @@
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
 sha1sums=('cc379e5478397f2c284f1e9b4ca39d98231a9db1')
@@ -50,6 +49,7 @@
   'konsolepart4: open terminal in context menu')
   url=http://kde.org/applications/system/dolphin/;
   install=kdebase-dolphin.install
+  groups=('kde-applications' 'kdebase')
 
   cd $srcdir/build/dolphin
   make DESTDIR=$pkgdir install
@@ -60,6 +60,7 @@
 package_kdebase-kdepasswd() {
   pkgdesc='Change Password'
   depends=('kdebase-runtime' 'kdebase-lib')
+  groups=('kde-applications' 'kdebase')
 
   cd $srcdir/build/kdepasswd
   make DESTDIR=$pkgdir install
@@ -70,6 +71,7 @@
 package_kdebase-kdialog() {
   pkgdesc='A utility for displaying dialog boxes from shell scripts'
   depends=('kdebase-runtime')
+  groups=('kde-applications' 'kdebase')
 
   cd $srcdir/build/kdialog
   make DESTDIR=$pkgdir install
@@ -78,6 +80,7 @@
 package_kdebase-keditbookmarks() {
   pkgdesc='Bookmark Organizer and Editor'
   depends=('kdebase-runtime')
+  groups=('kde-applications' 'kdebase')
 
   cd $srcdir/build/keditbookmarks
   make DESTDIR=$pkgdir install
@@ -88,6 +91,7 @@
   depends=('kdebase-runtime' 'kdebase-lib')
   url=http://kde.org/applications/utilities/kfind/;
   install='kdebase.install'
+  groups=('kde-applications' 'kdebase')
 
   cd $srcdir/build/kfind
   make DESTDIR=$pkgdir install
@@ -100,6 +104,7 @@
   depends=('kdebase-konqueror' 'tidyhtml')
   replaces=('konq-plugins')
   install='kdebase.install'
+  groups=('kde-applications' 'kdebase')
 
   cd $srcdir/build/konq-plugins
   make DESTDIR=$pkgdir install
@@ -113,6 +118,7 @@
   install='kdebase-konqueror.install'
   conflicts=('kdebase-nsplugins')
   replaces=('kdebase-nsplugins')
+  groups=('kde-applications' 'kdebase')
 
   for i in konqueror doc/konqueror nsplugins; do
 cd $srcdir/build/${i}


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

2015-04-03 Thread Jan Steffens
Date: Saturday, April 4, 2015 @ 03:39:53
  Author: heftig
Revision: 235417

3.16.0

Added:
  gnome-builder/trunk/PKGBUILD
  gnome-builder/trunk/gnome-builder.install

---+
 PKGBUILD  |   36 
 gnome-builder.install |   12 
 2 files changed, 48 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-04 01:39:53 UTC (rev 235417)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-builder
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=An IDE for writing GNOME-based software
+url=https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang)
+makedepends=(intltool llvm gobject-introspection)
+groups=(gnome-extra)
+install=gnome-builder.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8c4b3dae516cdcffe1470f621dba0ae6d0d14b7765e4ff137fa4ca0743d86dab')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


Property changes on: gnome-builder/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-builder.install
===
--- gnome-builder.install   (rev 0)
+++ gnome-builder.install   2015-04-04 01:39:53 UTC (rev 235417)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-03 Thread Gaetan Bisson
Date: Saturday, April 4, 2015 @ 05:27:32
  Author: bisson
Revision: 235423

rebuild for poppler-0.32.0

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 03:01:23 UTC (rev 235422)
+++ PKGBUILD2015-04-04 03:27:32 UTC (rev 235423)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=6
+pkgrel=7
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')


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

2015-04-03 Thread Sergej Pupykin
Date: Friday, April 3, 2015 @ 16:14:16
  Author: spupykin
Revision: 130563

upgpkg: linuxconsole 1.4.7-2

upd

Modified:
  linuxconsole/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 13:59:04 UTC (rev 130562)
+++ PKGBUILD2015-04-03 14:14:16 UTC (rev 130563)
@@ -22,14 +22,9 @@
  'c19b9ed38b243191cf5378b87a42a4cc'
  '7dd0690a9d2fe5e1052900650906e273')
 
-prepare() {
-  cd ${srcdir}/linuxconsoletools-$pkgver
-  sed -i 's|/usr/local/|/usr/|g' utils/jscal-{,re}store
-}
-
 build() {
   cd ${srcdir}/linuxconsoletools-$pkgver
-  make
+  make PREFIX=/usr
 }
 
 package() {


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

2015-04-03 Thread Sergej Pupykin
Date: Friday, April 3, 2015 @ 16:14:34
  Author: spupykin
Revision: 130564

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

Added:
  linuxconsole/repos/community-i686/PKGBUILD
(from rev 130563, linuxconsole/trunk/PKGBUILD)
  linuxconsole/repos/community-i686/inputattach.conf.d
(from rev 130563, linuxconsole/trunk/inputattach.conf.d)
  linuxconsole/repos/community-i686/inputattach.service
(from rev 130563, linuxconsole/trunk/inputattach.service)
  linuxconsole/repos/community-i686/inputattachctl
(from rev 130563, linuxconsole/trunk/inputattachctl)
  linuxconsole/repos/community-x86_64/PKGBUILD
(from rev 130563, linuxconsole/trunk/PKGBUILD)
  linuxconsole/repos/community-x86_64/inputattach.conf.d
(from rev 130563, linuxconsole/trunk/inputattach.conf.d)
  linuxconsole/repos/community-x86_64/inputattach.service
(from rev 130563, linuxconsole/trunk/inputattach.service)
  linuxconsole/repos/community-x86_64/inputattachctl
(from rev 130563, linuxconsole/trunk/inputattachctl)
Deleted:
  linuxconsole/repos/community-i686/PKGBUILD
  linuxconsole/repos/community-i686/inputattach.conf.d
  linuxconsole/repos/community-i686/inputattach.service
  linuxconsole/repos/community-i686/inputattachctl
  linuxconsole/repos/community-x86_64/PKGBUILD
  linuxconsole/repos/community-x86_64/inputattach.conf.d
  linuxconsole/repos/community-x86_64/inputattach.service
  linuxconsole/repos/community-x86_64/inputattachctl

--+
 /PKGBUILD|   74 +
 /inputattach.conf.d  |   20 
 /inputattach.service |   22 +
 /inputattachctl  |   28 
 community-i686/PKGBUILD  |   37 
 community-i686/inputattach.conf.d|   10 
 community-i686/inputattach.service   |   11 
 community-i686/inputattachctl|   14 --
 community-x86_64/PKGBUILD|   37 
 community-x86_64/inputattach.conf.d  |   10 
 community-x86_64/inputattach.service |   11 
 community-x86_64/inputattachctl  |   14 --
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-03 14:14:16 UTC (rev 130563)
+++ community-i686/PKGBUILD 2015-04-03 14:14:34 UTC (rev 130564)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=linuxconsole
-pkgver=1.4.7
-pkgrel=1
-pkgdesc=Set of utilities for joysticks and serial devices
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/linuxconsole/;
-license=('GPL')
-makedepends=('sdl')
-provides=('joystick' 'inputattach')
-replaces=('joystick' 'inputattach')
-optdepends=('sdl: for ffmvforce utility')
-source=(http://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2
-   'inputattach.conf.d'
-   'inputattach.service'
-   'inputattachctl')
-md5sums=('fc839ab0dd04718244e17eab9d137ecd'
- '7ca903e54829764c8241233af5069216'
- 'c19b9ed38b243191cf5378b87a42a4cc'
- '7dd0690a9d2fe5e1052900650906e273')
-
-build() {
-  cd ${srcdir}/linuxconsoletools-$pkgver
-  make
-}
-
-package() {
-  cd ${srcdir}/linuxconsoletools-$pkgver
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-
-  install -Dm755 $srcdir/inputattachctl $pkgdir/usr/bin/inputattachctl
-  install -Dm644 $srcdir/inputattach.conf.d $pkgdir/etc/conf.d/inputattach
-  install -Dm644 $srcdir/inputattach.service 
$pkgdir/usr/lib/systemd/system/inputattach.service
-}

Copied: linuxconsole/repos/community-i686/PKGBUILD (from rev 130563, 
linuxconsole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-03 14:14:34 UTC (rev 130564)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=linuxconsole
+pkgver=1.4.7
+pkgrel=2
+pkgdesc=Set of utilities for joysticks and serial devices
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/linuxconsole/;
+license=('GPL')
+makedepends=('sdl')
+provides=('joystick' 'inputattach')
+replaces=('joystick' 'inputattach')
+optdepends=('sdl: for ffmvforce utility')
+source=(http://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2
+   'inputattach.conf.d'
+   'inputattach.service'
+   'inputattachctl')
+md5sums=('fc839ab0dd04718244e17eab9d137ecd'
+ '7ca903e54829764c8241233af5069216'
+ 'c19b9ed38b243191cf5378b87a42a4cc'
+ '7dd0690a9d2fe5e1052900650906e273')
+
+build() {
+  cd ${srcdir}/linuxconsoletools-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/linuxconsoletools-$pkgver
+  make 

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

2015-04-03 Thread Sergej Pupykin
Date: Friday, April 3, 2015 @ 16:16:35
  Author: spupykin
Revision: 130565

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 14:14:34 UTC (rev 130564)
+++ PKGBUILD2015-04-03 14:16:35 UTC (rev 130565)
@@ -2,14 +2,14 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-gtk
-pkgver=0.13.4
-pkgrel=3
+pkgver=0.13.6
+pkgrel=1
 pkgdesc=Binding to the gtk library for Gtk2Hs.
 url=http://hackage.haskell.org/package/gtk;
 license=('LGPL2.1')
 arch=('i686' 'x86_64')
-depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl')
-makedepends=(gtk2hs-buildtools)
+depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl' 'haskell-text')
+makedepends=('gtk2hs-buildtools' 'haddock')
 provides=('gtk2hs-gtk')
 replaces=('gtk2hs-gtk')
 conflicts=('gtk2hs-gtk')
@@ -16,13 +16,8 @@
 options=('strip' 'staticlibs')
 install=gtk2hs-gtk.install
 
source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('5c6716be7e4d98899e6288ae280b3678')
+md5sums=('766981a984bd33ec3ac058cde4054ddf')
 
-prepare() {
-  cd ${srcdir}/gtk-${pkgver}
-  sed -i 's|die |System.Exit.die |' SetupWrapper.hs
-}
-
 build() {
   cd ${srcdir}/gtk-${pkgver}
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
@@ -29,7 +24,7 @@
 --prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
 --libsubdir=\$compiler/site-local/\$pkgid
   runhaskell Setup build
-  runhaskell Setup haddock
+  runhaskell Setup haddock --hoogle --html
   runhaskell Setup register   --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
@@ -36,8 +31,8 @@
 }
 
 _update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+_ver=$(pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-)
+for i in $(seq 0 $(expr ${#depends[@]} - 1)); do
 if [ ${depends[$i]} == $1 ]; then
 depends[$i]=$1=${_ver}
 fi


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

2015-04-03 Thread Ray Rashif
Date: Friday, April 3, 2015 @ 16:17:03
  Author: schiv
Revision: 235389

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-03 14:16:49 UTC (rev 235388)
+++ extra-i686/PKGBUILD 2015-04-03 14:17:03 UTC (rev 235389)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-
-pkgname=qjackctl
-pkgver=0.3.12
-pkgrel=1
-pkgdesc=A Qt front-end for the JACK low-latency audio server
-url=http://qjackctl.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('jack' 'qt4') # qjackctl may soon support qt5
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('441800d633f0b1fb767ba4320f25f638')
-
-# hack not working as-is, needs inspection
-# in the meantime, please build in a chroot
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#
-#  # qt4+qt5 co-existing compatibility
-#  # see http://www.rncbc.org/drupal/node/753
-#  sed -i 's/ac_qtdirs=.*/ac_qtdirs=qt4/' configure
-#}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # metadata is a jack1 feature
-  # avoid this until I sort out where qjackctl is heading
-  ./configure --prefix=/usr --disable-jack-metadata
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/extra-i686/PKGBUILD (from rev 235388, 
qjackctl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-03 14:17:03 UTC (rev 235389)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+
+pkgname=qjackctl
+pkgver=0.3.13
+pkgrel=1
+pkgdesc=A Qt front-end for the JACK low-latency audio server
+url=http://qjackctl.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt4') # qjackctl may soon support qt5
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('f0eac5808f4d1d90b111b8570de4f0f2')
+
+# hack not working as-is, needs inspection
+# in the meantime, please build in a chroot
+#prepare() {
+#  cd $srcdir/$pkgname-$pkgver
+#
+#  # qt4+qt5 co-existing compatibility
+#  # see http://www.rncbc.org/drupal/node/753
+#  sed -i 's/ac_qtdirs=.*/ac_qtdirs=qt4/' configure
+#}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # metadata is a jack1 feature
+  # avoid this until I sort out where qjackctl is heading
+  ./configure --prefix=/usr --disable-jack-metadata
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-03 14:16:49 UTC (rev 235388)
+++ extra-x86_64/PKGBUILD   2015-04-03 14:17:03 UTC (rev 235389)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-
-pkgname=qjackctl
-pkgver=0.3.12
-pkgrel=1
-pkgdesc=A Qt front-end for the JACK low-latency audio server
-url=http://qjackctl.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('jack' 'qt4') # qjackctl may soon support qt5
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('441800d633f0b1fb767ba4320f25f638')
-
-# hack not working as-is, needs inspection
-# in the meantime, please build in a chroot
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#
-#  # qt4+qt5 co-existing compatibility
-#  # see http://www.rncbc.org/drupal/node/753
-#  sed -i 's/ac_qtdirs=.*/ac_qtdirs=qt4/' configure
-#}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # metadata is a jack1 feature
-  # avoid this until I sort out where qjackctl is heading
-  ./configure --prefix=/usr --disable-jack-metadata
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/extra-x86_64/PKGBUILD (from rev 235388, 
qjackctl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-03 14:17:03 UTC (rev 235389)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ray Rashif 

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

2015-04-03 Thread Ray Rashif
Date: Friday, April 3, 2015 @ 16:16:49
  Author: schiv
Revision: 235388

upgpkg: qjackctl 0.3.13-1

upstream release

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-03 14:07:50 UTC (rev 235387)
+++ PKGBUILD2015-04-03 14:16:49 UTC (rev 235388)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich tob...@archlinux.org
 
 pkgname=qjackctl
-pkgver=0.3.12
+pkgver=0.3.13
 pkgrel=1
 pkgdesc=A Qt front-end for the JACK low-latency audio server
 url=http://qjackctl.sourceforge.net/;
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('jack' 'qt4') # qjackctl may soon support qt5
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('441800d633f0b1fb767ba4320f25f638')
+md5sums=('f0eac5808f4d1d90b111b8570de4f0f2')
 
 # hack not working as-is, needs inspection
 # in the meantime, please build in a chroot


  1   2   >