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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:57:53
  Author: bpiotrowski
Revision: 131790

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

Added:
  cclive/repos/community-staging-i686/
  cclive/repos/community-staging-i686/PKGBUILD
(from rev 131789, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-i686/iostream.patch
(from rev 131789, cclive/trunk/iostream.patch)
  cclive/repos/community-staging-x86_64/
  cclive/repos/community-staging-x86_64/PKGBUILD
(from rev 131789, cclive/trunk/PKGBUILD)
  cclive/repos/community-staging-x86_64/iostream.patch
(from rev 131789, cclive/trunk/iostream.patch)

-+
 community-staging-i686/PKGBUILD |   34 +++
 community-staging-i686/iostream.patch   |   37 ++
 community-staging-x86_64/PKGBUILD   |   34 +++
 community-staging-x86_64/iostream.patch |   37 ++
 4 files changed, 142 insertions(+)

Copied: cclive/repos/community-staging-i686/PKGBUILD (from rev 131789, 
cclive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 06:57:53 UTC (rev 131790)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=6
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+iostream.patch)
+md5sums=('c336f97e29327d92ead62765a0ef0b65'
+ 'd5a2f6aee7832683bcffe2ea6b1561ad')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../iostream.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cclive/repos/community-staging-i686/iostream.patch (from rev 131789, 
cclive/trunk/iostream.patch)
===
--- community-staging-i686/iostream.patch   (rev 0)
+++ community-staging-i686/iostream.patch   2015-04-21 06:57:53 UTC (rev 
131790)
@@ -0,0 +1,37 @@
+diff --git a/src/cc/error.h b/src/cc/error.h
+index c1d80ab..98a4a10 100644
+--- a/src/cc/error.h
 b/src/cc/error.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__error_h
+ #define cc__error_h
+ 
++#include 
+ #include 
+ 
+ #include 
+diff --git a/src/cc/log.h b/src/cc/log.h
+index 2b2c986..77708f5 100644
+--- a/src/cc/log.h
 b/src/cc/log.h
+@@ -21,6 +21,7 @@
+ #ifndef cc__log_h
+ #define cc__log_h
+ 
++#include 
+ #include 
+ 
+ #include 
+diff --git a/src/cc/options.h b/src/cc/options.h
+index 6c45ce8..d757bfb 100644
+--- a/src/cc/options.h
 b/src/cc/options.h
+@@ -21,6 +21,8 @@
+ #ifndef cc__options_h
+ #define cc__options_h
+ 
++#include 
++
+ #include 
+ 
+ #include 

Copied: cclive/repos/community-staging-x86_64/PKGBUILD (from rev 131789, 
cclive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 06:57:53 UTC (rev 131790)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.3
+pkgrel=6
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+iostream.patch)
+md5sums=('c336f97e29327d92ead62765a0ef0b65'
+ 'd5a2f6aee7832683bcffe2ea6b1561ad')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../iostream.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag="-L/usr/lib"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cclive/repos/community-staging-x86_64/iostream.patch (from rev 131789, 
cclive/trunk/iostream.patch)
===
--- community-staging-x86_64/iostream.patch (rev 0)
+++ community-staging-x86_64/iostream.patch 2015-04-21 06:57:53 UTC (rev 
131790)
@@ -0,0 +1,37 @@
+diff --git a/src/cc/error.h b/src/cc/error.h
+index c1d80ab..98a4a10 100644
+--- a/src/cc/error.h
 b/src/cc/error.h
+@@ -21,

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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:57:47
  Author: bpiotrowski
Revision: 131789

upgpkg: cclive 0.9.3-6

rebuild against boost 1.58.0

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:51:27 UTC (rev 131788)
+++ PKGBUILD2015-04-21 06:57:47 UTC (rev 131789)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'


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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:55:53
  Author: bpiotrowski
Revision: 237850

upgpkg: libkolabxml 1.1.0-2

rebuild against boost 1.58.0

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:33:37 UTC (rev 237849)
+++ PKGBUILD2015-04-21 06:55:53 UTC (rev 237850)
@@ -3,7 +3,7 @@
 
 pkgname=libkolabxml
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')


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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:55:59
  Author: bpiotrowski
Revision: 237851

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

Added:
  libkolabxml/repos/staging-i686/
  libkolabxml/repos/staging-i686/PKGBUILD
(from rev 237850, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/staging-x86_64/
  libkolabxml/repos/staging-x86_64/PKGBUILD
(from rev 237850, libkolabxml/trunk/PKGBUILD)

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

Copied: libkolabxml/repos/staging-i686/PKGBUILD (from rev 237850, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 06:55:59 UTC (rev 237851)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('a7166537c869ec065613f6b15a3ab86a'
+ 'f49d02ddaf1fa0f708e9190addef5ab6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkolabxml/repos/staging-x86_64/PKGBUILD (from rev 237850, 
libkolabxml/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-21 06:55:59 UTC (rev 237851)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('a7166537c869ec065613f6b15a3ab86a'
+ 'f49d02ddaf1fa0f708e9190addef5ab6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:51:27
  Author: bpiotrowski
Revision: 131788

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

Added:
  cfacter/repos/community-staging-i686/
  cfacter/repos/community-staging-i686/PKGBUILD
(from rev 131787, cfacter/trunk/PKGBUILD)
  cfacter/repos/community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch
(from rev 131787, cfacter/trunk/cfacter-0.4.1-boost-1.58.0.patch)
  cfacter/repos/community-staging-x86_64/
  cfacter/repos/community-staging-x86_64/PKGBUILD
(from rev 131787, cfacter/trunk/PKGBUILD)
  cfacter/repos/community-staging-x86_64/cfacter-0.4.1-boost-1.58.0.patch
(from rev 131787, cfacter/trunk/cfacter-0.4.1-boost-1.58.0.patch)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch   |   32 ++
 community-staging-x86_64/PKGBUILD |   37 
 community-staging-x86_64/cfacter-0.4.1-boost-1.58.0.patch |   32 ++
 4 files changed, 138 insertions(+)

Copied: cfacter/repos/community-staging-i686/PKGBUILD (from rev 131787, 
cfacter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 06:51:27 UTC (rev 131788)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=cfacter
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Implementation of facter functionality in C++11'
+arch=('i686' 'x86_64')
+url='https://github.com/puppetlabs/cfacter'
+license=('APACHE')
+depends=('boost-libs' 'curl' 'openssl' 'yaml-cpp' 'ruby')
+makedepends=('boost' 'cmake' 'git')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
+git://github.com/puppetlabs/leatherman#commit=fb07598
+cfacter-0.4.1-boost-1.58.0.patch)
+md5sums=('668f89143fd5e1767973f30bb1cee10a'
+ 'SKIP'
+ 'efd20861fbc289f32c677d308279c8a2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rmdir vendor/leatherman
+  ln -s "$srcdir"/leatherman vendor/leatherman
+
+  patch -p1 -i "$srcdir"/cfacter-0.4.1-boost-1.58.0.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Copied: cfacter/repos/community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch 
(from rev 131787, cfacter/trunk/cfacter-0.4.1-boost-1.58.0.patch)
===
--- community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch 
(rev 0)
+++ community-staging-i686/cfacter-0.4.1-boost-1.58.0.patch 2015-04-21 
06:51:27 UTC (rev 131788)
@@ -0,0 +1,32 @@
+diff --git a/lib/src/facts/linux/networking_resolver.cc 
b/lib/src/facts/linux/networking_resolver.cc
+index 5ee6149..69bda3d 100644
+--- a/lib/src/facts/linux/networking_resolver.cc
 b/lib/src/facts/linux/networking_resolver.cc
+@@ -42,12 +42,12 @@ namespace facter { namespace facts { namespace linux {
+ scoped_descriptor sock(socket(AF_INET, SOCK_DGRAM, 0));
+ if (static_cast(sock) < 0) {
+ LOG_WARNING("socket failed: %1% (%2%): interface MTU fact is 
unavailable for interface %3%.", strerror(errno), errno, interface);
+-return {};
++return boost::none;
+ }
+ 
+ if (ioctl(sock, SIOCGIFMTU, &req) == -1) {
+ LOG_WARNING("ioctl failed: %1% (%2%): interface MTU fact is 
unavailable for interface %3%.", strerror(errno), errno, interface);
+-return {};
++return boost::none;
+ }
+ return req.ifr_mtu;
+ }
+diff --git a/lib/src/facts/osx/networking_resolver.cc 
b/lib/src/facts/osx/networking_resolver.cc
+index 7b27ee6..ea2335f 100644
+--- a/lib/src/facts/osx/networking_resolver.cc
 b/lib/src/facts/osx/networking_resolver.cc
+@@ -32,7 +32,7 @@ namespace facter { namespace facts { namespace osx {
+ boost::optional networking_resolver::get_link_mtu(string const& 
interface, void* data) const
+ {
+ if (!data) {
+-return {};
++return boost::none;
+ }
+ return reinterpret_cast(data)->ifi_mtu;
+ }

Copied: cfacter/repos/community-staging-x86_64/PKGBUILD (from rev 131787, 
cfacter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 06:51:27 UTC (rev 131788)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=cfacter
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Implementation of facter functionality in C++11'
+arch=('i686' 'x86_64')
+url='https://github.com/puppetlabs/cfacter'
+license=('APACHE')
+depends=('boost-libs' 'curl' 'openssl' 'yaml-cpp' 'ruby')
+makedepends=('boost' 'cmak

[arch-commits] Commit in cfacter/trunk (PKGBUILD cfacter-0.4.1-boost-1.58.0.patch)

2015-04-20 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:51:21
  Author: bpiotrowski
Revision: 131787

upgpkg: cfacter 0.4.1-1

rebuild against boost 1.58.0

Added:
  cfacter/trunk/cfacter-0.4.1-boost-1.58.0.patch
Modified:
  cfacter/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 cfacter-0.4.1-boost-1.58.0.patch |   32 
 2 files changed, 42 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:39:40 UTC (rev 131786)
+++ PKGBUILD2015-04-21 06:51:21 UTC (rev 131787)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=cfacter
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='Implementation of facter functionality in C++11'
 arch=('i686' 'x86_64')
@@ -12,13 +12,17 @@
 makedepends=('boost' 'cmake' 'git')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 git://github.com/puppetlabs/leatherman#commit=fb07598
-)
-md5sums=('d3f0de09384b41d5724b16d3c8b31f80'
- 'SKIP')
+cfacter-0.4.1-boost-1.58.0.patch)
+md5sums=('668f89143fd5e1767973f30bb1cee10a'
+ 'SKIP'
+ 'efd20861fbc289f32c677d308279c8a2')
 
 prepare() {
-  rmdir $pkgname-$pkgver/vendor/leatherman
-  ln -s "$srcdir"/leatherman $pkgname-$pkgver/vendor/leatherman
+  cd $pkgname-$pkgver
+  rmdir vendor/leatherman
+  ln -s "$srcdir"/leatherman vendor/leatherman
+
+  patch -p1 -i "$srcdir"/cfacter-0.4.1-boost-1.58.0.patch
 }
 
 build() {

Added: cfacter-0.4.1-boost-1.58.0.patch
===
--- cfacter-0.4.1-boost-1.58.0.patch(rev 0)
+++ cfacter-0.4.1-boost-1.58.0.patch2015-04-21 06:51:21 UTC (rev 131787)
@@ -0,0 +1,32 @@
+diff --git a/lib/src/facts/linux/networking_resolver.cc 
b/lib/src/facts/linux/networking_resolver.cc
+index 5ee6149..69bda3d 100644
+--- a/lib/src/facts/linux/networking_resolver.cc
 b/lib/src/facts/linux/networking_resolver.cc
+@@ -42,12 +42,12 @@ namespace facter { namespace facts { namespace linux {
+ scoped_descriptor sock(socket(AF_INET, SOCK_DGRAM, 0));
+ if (static_cast(sock) < 0) {
+ LOG_WARNING("socket failed: %1% (%2%): interface MTU fact is 
unavailable for interface %3%.", strerror(errno), errno, interface);
+-return {};
++return boost::none;
+ }
+ 
+ if (ioctl(sock, SIOCGIFMTU, &req) == -1) {
+ LOG_WARNING("ioctl failed: %1% (%2%): interface MTU fact is 
unavailable for interface %3%.", strerror(errno), errno, interface);
+-return {};
++return boost::none;
+ }
+ return req.ifr_mtu;
+ }
+diff --git a/lib/src/facts/osx/networking_resolver.cc 
b/lib/src/facts/osx/networking_resolver.cc
+index 7b27ee6..ea2335f 100644
+--- a/lib/src/facts/osx/networking_resolver.cc
 b/lib/src/facts/osx/networking_resolver.cc
+@@ -32,7 +32,7 @@ namespace facter { namespace facts { namespace osx {
+ boost::optional networking_resolver::get_link_mtu(string const& 
interface, void* data) const
+ {
+ if (!data) {
+-return {};
++return boost::none;
+ }
+ return reinterpret_cast(data)->ifi_mtu;
+ }


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:39:40
  Author: fyan
Revision: 131786

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   70 +++---
 thefuck.install |6 ++--
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:39:26 UTC (rev 131785)
+++ PKGBUILD2015-04-21 06:39:40 UTC (rev 131786)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=1.17
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck";
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
-
-build() {
-  cd "${srcdir}/thefuck-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131785, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:39:40 UTC (rev 131786)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=1.18
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck";
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+}
+
+package() {
+  cd thefuck
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 06:39:26 UTC (rev 131785)
+++ thefuck.install 2015-04-21 06:39:40 UTC (rev 131786)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131785, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:39:40 UTC (rev 131786)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:39:26
  Author: fyan
Revision: 131785

upgpkg: thefuck 1.18-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:18:01 UTC (rev 131784)
+++ PKGBUILD2015-04-21 06:39:26 UTC (rev 131785)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -9,24 +9,24 @@
 url="https://github.com/nvbn/thefuck";
 license=('MIT')
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
 checkdepends=('python-pytest' 'python-mock')
 install=thefuck.install
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
+source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver";)
+sha256sums=('SKIP')
 
 build() {
-  cd "${srcdir}/thefuck-$pkgver"
+  cd thefuck
   python setup.py build
 }
 
 check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
+  cd thefuck
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
 }
 
 package() {
-  cd thefuck-$pkgver
+  cd thefuck
   python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
 
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"


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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:33:37
  Author: bpiotrowski
Revision: 237849

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 237848, 
boost/trunk/0001-Add-missing-include-to-signals2-trackable.hpp.patch)
  boost/repos/staging-i686/0001-fixed-shared_ptr_helper-include.patch
(from rev 237848, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 237848, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  
boost/repos/staging-x86_64/0001-Add-missing-include-to-signals2-trackable.hpp.patch
(from rev 237848, 
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 237848, boost/trunk/0001-fixed-shared_ptr_helper-include.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 237848, 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   |   97 
++
 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 |   97 
++
 6 files changed, 300 insertions(+)

Copied: 
boost/repos/staging-i686/0001-Add-missing-include-to-signals2-trackable.hpp.patch
 (from rev 237848, 
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-21 06:33:37 UTC (rev 237849)
@@ -0,0 +1,29 @@
+From 06ccdfee76fe487a141b95848d1c866890f15d88 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+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 
+ #include 
++#include 
+ 
+ namespace boost {
+   namespace signals2 {
+-- 
+2.1.3
+

Copied: boost/repos/staging-i686/0001-fixed-shared_ptr_helper-include.patch 
(from rev 237848, 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-21 
06:33:37 UTC (rev 237849)
@@ -0,0 +1,24 @@
+From 02fff0a69e46b4d77844cf7b8c8d3bc2adbc96bb Mon Sep 17 00:00:00 2001
+From: Robert Ramey 
+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 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 
+-- 
+2.2.1
+

Copied: boost/repos/staging-i686/PKGBUILD (from rev 237848, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 06:33:37 UTC (rev 237849)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Stéphane Gaudreault 
+# Contributor: kevin 
+# Contributor: Giovanni Scafora 
+# Contributor: Kritoke 
+# Contributor: Luca Roccia 
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.58.0
+_boostver=${pkgver//./_}
+pkgrel=1
+url='http://www.boost.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu>=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
+sha1sums=('2fc96c1651ac6fe9859b678b165bd78dc211e881')
+
+build() {
+  

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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 08:33:24
  Author: bpiotrowski
Revision: 237848

upgpkg: boost 1.58.0-1

new upstream release

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:28:03 UTC (rev 237847)
+++ PKGBUILD2015-04-21 06:33:24 UTC (rev 237848)
@@ -8,30 +8,16 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.57.0
+pkgver=1.58.0
 _boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=1
 url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 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)
-sha1sums=('e151557ae47afd1b43dc3fac46f8b04a8fe51c12'
-  'b58746c795a99150545ebfa5dba7997d771b3dcc'
-  '35bc8ad7493a641ec708a691036fe5319aec70cd')
+source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2)
+sha1sums=('2fc96c1651ac6fe9859b678b165bd78dc211e881')
 
-prepare() {
-   cd ${pkgbase}_${_boostver}
-
-   # https://svn.boost.org/trac/boost/ticket/10749
-   patch -Np2 -i ../0001-fixed-shared_ptr_helper-include.patch
-
-   # https://github.com/boostorg/signals2/pull/8
-   patch -Np2 -i ../0001-Add-missing-include-to-signals2-trackable.hpp.patch
-}
-
 build() {
export _stagedir="${srcdir}/stagedir"
local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:28:03
  Author: fyan
Revision: 237847

archrelease: copy trunk to extra-any

Added:
  perl-file-basedir/repos/extra-any/PKGBUILD
(from rev 237846, perl-file-basedir/trunk/PKGBUILD)
Deleted:
  perl-file-basedir/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:27:45 UTC (rev 237846)
+++ PKGBUILD2015-04-21 06:28:03 UTC (rev 237847)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: K. Piche 
-
-pkgname=perl-file-basedir
-_realname=File-BaseDir
-pkgver=0.06
-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')
-makedepends=('perl-module-build>0.4205')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 
'xdg-user-dirs')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz";)
-md5sums=('13cd49e695e559b85a4543ed7ad80004')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  mkdir .config
-  cd "${srcdir}/${_realname}-${pkgver}"
-  HOME="$srcdir" make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-file-basedir/repos/extra-any/PKGBUILD (from rev 237846, 
perl-file-basedir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:28:03 UTC (rev 237847)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: K. Piche 
+
+pkgname=perl-file-basedir
+_realname=File-BaseDir
+pkgver=0.07
+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')
+makedepends=('perl-module-build>0.4205')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 
'xdg-user-dirs')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz";)
+md5sums=('5d10401970d209049c8491d2906c3e13')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  mkdir .config
+  cd "${srcdir}/${_realname}-${pkgver}"
+  HOME="$srcdir" make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:27:45
  Author: fyan
Revision: 237846

upgpkg: perl-file-basedir 0.07-1

Modified:
  perl-file-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 04:19:43 UTC (rev 237845)
+++ PKGBUILD2015-04-21 06:27:45 UTC (rev 237846)
@@ -5,7 +5,7 @@
 
 pkgname=perl-file-basedir
 _realname=File-BaseDir
-pkgver=0.06
+pkgver=0.07
 pkgrel=1
 pkgdesc='Use the Freedesktop.org base directory specification'
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-file-which' 
'xdg-user-dirs')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz";)
-md5sums=('13cd49e695e559b85a4543ed7ad80004')
+md5sums=('5d10401970d209049c8491d2906c3e13')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"


[arch-commits] Commit in thefuck/repos/community-any (3 files)

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:18:01
  Author: fyan
Revision: 131784

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   35 +++
 thefuck.install |6 +++---
 2 files changed, 38 insertions(+), 3 deletions(-)

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131783, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:18:01 UTC (rev 131784)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=1.17
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck";
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
+sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
+
+build() {
+  cd "${srcdir}/thefuck-$pkgver"
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd "${srcdir}/thefuck-$pkgver"
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: thefuck.install
===
--- thefuck.install 2015-04-21 06:15:50 UTC (rev 131783)
+++ thefuck.install 2015-04-21 06:18:01 UTC (rev 131784)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}

Copied: thefuck/repos/community-any/thefuck.install (from rev 131783, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:18:01 UTC (rev 131784)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:15:25
  Author: fyan
Revision: 131782

upgpkg: thefuck 1.17-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:13:26 UTC (rev 131781)
+++ PKGBUILD2015-04-21 06:15:25 UTC (rev 131782)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-mock')
 install=thefuck.install
 
source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
+sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
 
 build() {
   cd "${srcdir}/thefuck-$pkgver"


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:15:50
  Author: fyan
Revision: 131783

archrelease: copy trunk to community-any

Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:15:25 UTC (rev 131782)
+++ PKGBUILD2015-04-21 06:15:50 UTC (rev 131783)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=1.16
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck";
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
-
-build() {
-  cd "${srcdir}/thefuck-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:13:13
  Author: fyan
Revision: 131780

upgpkg: thefuck 1.16-1

Added:
  thefuck/trunk/thefuck.install
Modified:
  thefuck/trunk/PKGBUILD

-+
 PKGBUILD|5 +++--
 thefuck.install |3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:04:36 UTC (rev 131779)
+++ PKGBUILD2015-04-21 06:13:13 UTC (rev 131780)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -10,8 +10,9 @@
 license=('MIT')
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
 
source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
+sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
 
 build() {
   cd "${srcdir}/thefuck-$pkgver"

Added: thefuck.install
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:13:13 UTC (rev 131780)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


[arch-commits] Commit in thefuck/repos/community-any (3 files)

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:13:26
  Author: fyan
Revision: 131781

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   69 +++---
 thefuck.install |3 ++
 2 files changed, 38 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:13:13 UTC (rev 131780)
+++ PKGBUILD2015-04-21 06:13:26 UTC (rev 131781)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=1.15
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck";
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
-
-build() {
-  cd "${srcdir}/thefuck-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131780, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:13:26 UTC (rev 131781)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=1.16
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck";
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
+source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
+sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
+
+build() {
+  cd "${srcdir}/thefuck-$pkgver"
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd "${srcdir}/thefuck-$pkgver"
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/thefuck.install (from rev 131780, 
thefuck/trunk/thefuck.install)
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:13:26 UTC (rev 131781)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '=> Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:04:20
  Author: fyan
Revision: 131778

upgpkg: thefuck 1.15-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 05:56:31 UTC (rev 131777)
+++ PKGBUILD2015-04-21 06:04:20 UTC (rev 131778)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=1.14
+pkgver=1.15
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 
source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('1fce823630fc30ce9dbc3f9c31b406b39dcb6246f29bbfd95ca4f13dcef130fb')
+sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
 
 build() {
   cd "${srcdir}/thefuck-$pkgver"


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:04:36
  Author: fyan
Revision: 131779

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 131778, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 06:04:20 UTC (rev 131778)
+++ PKGBUILD2015-04-21 06:04:36 UTC (rev 131779)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=1.14
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck";
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('1fce823630fc30ce9dbc3f9c31b406b39dcb6246f29bbfd95ca4f13dcef130fb')
-
-build() {
-  cd "${srcdir}/thefuck-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131778, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 06:04:36 UTC (rev 131779)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=1.15
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck";
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
+sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
+
+build() {
+  cd "${srcdir}/thefuck-$pkgver"
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd "${srcdir}/thefuck-$pkgver"
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 07:56:31
  Author: fyan
Revision: 131777

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 131776, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-21 05:54:49 UTC (rev 131776)
+++ PKGBUILD2015-04-21 05:56:31 UTC (rev 131777)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=1.13
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck";
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('3d00222a2ee5eede2fafe69f16ac697fab6c29dcf0d83c3efbcc7bcb6dff145b')
-
-build() {
-  cd "${srcdir}/thefuck-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131776, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-21 05:56:31 UTC (rev 131777)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=1.14
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck";
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
+sha256sums=('1fce823630fc30ce9dbc3f9c31b406b39dcb6246f29bbfd95ca4f13dcef130fb')
+
+build() {
+  cd "${srcdir}/thefuck-$pkgver"
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd "${srcdir}/thefuck-$pkgver"
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 07:54:49
  Author: fyan
Revision: 131776

upgpkg: thefuck 1.14-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 03:58:06 UTC (rev 131775)
+++ PKGBUILD2015-04-21 05:54:49 UTC (rev 131776)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 
source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('3d00222a2ee5eede2fafe69f16ac697fab6c29dcf0d83c3efbcc7bcb6dff145b')
+sha256sums=('1fce823630fc30ce9dbc3f9c31b406b39dcb6246f29bbfd95ca4f13dcef130fb')
 
 build() {
   cd "${srcdir}/thefuck-$pkgver"


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 06:19:43
  Author: fyan
Revision: 237845

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-21 04:19:02 UTC (rev 237844)
+++ extra-i686/PKGBUILD 2015-04-21 04:19:43 UTC (rev 237845)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai , Ben 
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.6
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=('python' 'python2')
-source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";)
-md5sums=('44e87c4c98206f465d3f07f4caa0c903')
-
-build() {
-  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
-
-  cd ${pkgbase}-${pkgver}
-  python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
-  make
-
-  ### Python2 version ###
-  cd ../python2-${pkgbase}-${pkgver}
-  python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
-  make
-}
-
-package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-  depends=('glibc')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install -C sipgen
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install -C siplib
-
-  install -Dm644 sipconfig.py 
"${pkgdir}"/usr/lib/python3.4/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"${pkgdir}"/usr/lib/python3.4/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python2')
-
-  cd python2-${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install -C siplib
-
-  install -Dm644 sipconfig.py 
"${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"${pkgdir}"/usr/lib/python2.7/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sip/repos/extra-i686/PKGBUILD (from rev 237844, sip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-21 04:19:43 UTC (rev 237845)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.16.7
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";)
+md5sums=('32abc003980599d33ffd789734de4c36')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
+  make
+
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install -C sipgen
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install -C siplib
+
+  install -Dm644 sipconfig.py 
"${pkgdir}"/usr/lib/python3.4/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"${pkgdir}"/usr/lib/python3.4/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install -C siplib
+
+  install -Dm644 sipconfig.py 
"${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py
+

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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 06:19:02
  Author: fyan
Revision: 237844

upgpkg: sip 4.16.7-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 03:01:43 UTC (rev 237843)
+++ PKGBUILD2015-04-21 04:19:02 UTC (rev 237844)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.6
+pkgver=4.16.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 source=("http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz";)
-md5sums=('44e87c4c98206f465d3f07f4caa0c903')
+md5sums=('32abc003980599d33ffd789734de4c36')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}


[arch-commits] Commit in adobe-source-han-sans-fonts/repos/community-any (14 files)

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 05:58:06
  Author: fyan
Revision: 131775

archrelease: copy trunk to community-any

Added:
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf
(from rev 131774, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf
(from rev 131774, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf
(from rev 131774, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-otc.conf
(from rev 131774, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-tw.conf
(from rev 131774, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-tw.conf)
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD
(from rev 131774, adobe-source-han-sans-fonts/trunk/PKGBUILD)
  adobe-source-han-sans-fonts/repos/community-any/fonts.install
(from rev 131774, adobe-source-han-sans-fonts/trunk/fonts.install)
Deleted:
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-otc.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-tw.conf
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD
  adobe-source-han-sans-fonts/repos/community-any/fonts.install

-+
 44-source-han-sans-cn.conf  |   36 ++---
 44-source-han-sans-jp.conf  |   36 ++---
 44-source-han-sans-kr.conf  |   36 ++---
 44-source-han-sans-otc.conf |   84 +--
 44-source-han-sans-tw.conf  |   36 ++---
 PKGBUILD|  296 +-
 fonts.install   |   22 +--
 7 files changed, 273 insertions(+), 273 deletions(-)

Deleted: 44-source-han-sans-cn.conf
===
--- 44-source-han-sans-cn.conf  2015-04-21 03:57:05 UTC (rev 131774)
+++ 44-source-han-sans-cn.conf  2015-04-21 03:58:06 UTC (rev 131775)
@@ -1,18 +0,0 @@
-
-
-
-   
-   
-   
-   Source Han Sans CN Medium
-   
-   
-   demibold
-   
-   
-

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf 
(from rev 131774, adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
===
--- 44-source-han-sans-cn.conf  (rev 0)
+++ 44-source-han-sans-cn.conf  2015-04-21 03:58:06 UTC (rev 131775)
@@ -0,0 +1,18 @@
+
+
+
+   
+   
+   
+   Source Han Sans CN Medium
+   
+   
+   demibold
+   
+   
+

Deleted: 44-source-han-sans-jp.conf
===
--- 44-source-han-sans-jp.conf  2015-04-21 03:57:05 UTC (rev 131774)
+++ 44-source-han-sans-jp.conf  2015-04-21 03:58:06 UTC (rev 131775)
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-Source Han Sans JP Medium
-
-
-demibold
-
-
-

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf 
(from rev 131774, adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
===
--- 44-source-han-sans-jp.conf  (rev 0)
+++ 44-source-han-sans-jp.conf  2015-04-21 03:58:06 UTC (rev 131775)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans JP Medium
+
+
+demibold
+
+
+

Deleted: 44-source-han-sans-kr.conf
===
--- 44-source-han-sans-kr.conf  2015-04-21 03:57:05 UTC (rev 131774)
+++ 44-source-han-sans-kr.conf  2015-04-21 03:58:06 UTC (rev 131775)
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-Source Han Sans KR Medium
-
-
-demibold
-
-
-

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf 
(from rev 131774, adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
===
--- 44-source-han-sans-kr.conf  (rev 0)
+++ 44-source-han-sans-kr.conf  2015-04-21 03:58:06 UTC (rev 131775)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans KR Medium
+
+
+demibold
+
+
+

Deleted: 44-source-han-sans-otc.conf
===

[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (PKGBUILD)

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 05:57:05
  Author: fyan
Revision: 131774

upgpkg: adobe-source-han-sans-fonts 1.002-1

Modified:
  adobe-source-han-sans-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 01:40:24 UTC (rev 131773)
+++ PKGBUILD2015-04-21 03:57:05 UTC (rev 131774)
@@ -29,7 +29,7 @@
 _pkgbase=adobe-source-han-sans
 pkgbase=$_pkgbase-fonts
 pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts 
$_pkgbase-tw-fonts $_pkgbase-otc-fonts)
-pkgver=1.001
+pkgver=1.002
 pkgrel=1
 pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement 
Source Sans Pro'
 arch=('any')
@@ -43,7 +43,7 @@
 44-source-han-sans-cn.conf
 44-source-han-sans-tw.conf
 44-source-han-sans-otc.conf)
-sha256sums=('57d1de6cb853669f94970e2a2a8c5a52f3b703b4b0cbb58f02945925511b9f33'
+sha256sums=('1747dcc69978229ba24575ae274b4375e78d19a3994c710a526af3cf12d86602'
 'f0e87368ffa91ac76b253846836da05baa120ab4f8a7bfd90fded36f4988c9e0'
 'fa8d487c7ba67489bde7b4d8558e07abb6d8bcb4d4e9db1bf454c2db23af9547'
 'd42ed0092a47cee5c7ff3972c90676109212dafc2cffb3388a8b339788a6cdb5'


[arch-commits] Commit in libvncserver/trunk (PKGBUILD initialize-libgcrypt.patch)

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 05:01:08
  Author: fyan
Revision: 237842

upgpkg: libvncserver 0.9.10-3

add a patch to fix crashing when connecting to Mac hosts

Added:
  libvncserver/trunk/initialize-libgcrypt.patch
Modified:
  libvncserver/trunk/PKGBUILD

+
 PKGBUILD   |   17 +
 initialize-libgcrypt.patch |   39 +++
 2 files changed, 52 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 02:48:09 UTC (rev 237841)
+++ PKGBUILD2015-04-21 03:01:08 UTC (rev 237842)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 # Contributor: Andrea Scarpino 
 # Contributor: Tobias Powalowski 
 
 pkgname=libvncserver
 pkgver=0.9.10
-pkgrel=2
+pkgrel=3
 pkgdesc="A cross-platform C libraries that allow you to easily implement VNC 
server"
 arch=('i686' 'x86_64')
 url="https://libvnc.github.io/";
@@ -12,9 +12,18 @@
 license=('GPL')
 depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
 makedepends=('sdl')
-source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz";)
-md5sums=('e1b888fae717b06896f8aec100163d27')
+source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz";
+initialize-libgcrypt.patch)
+md5sums=('e1b888fae717b06896f8aec100163d27'
+ 'e22024d3a81c45129411e39e7d143835')
 
+prepare() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  # Fix crashing when connecting to Mac hosts
+  # Suggested by upstream: 
https://github.com/LibVNC/libvncserver/pull/51#issuecomment-68884516
+  patch -p1 -i ../initialize-libgcrypt.patch
+}
+
 build() {
   cd ${pkgname}-LibVNCServer-${pkgver}
   ./autogen.sh

Added: initialize-libgcrypt.patch
===
--- initialize-libgcrypt.patch  (rev 0)
+++ initialize-libgcrypt.patch  2015-04-21 03:01:08 UTC (rev 237842)
@@ -0,0 +1,39 @@
+From 4674d4632b9ffc6779d9c9f79b8ebb53c12e29b2 Mon Sep 17 00:00:00 2001
+From: Floris Bos 
+Date: Fri, 2 Jan 2015 16:36:05 +0100
+Subject: [PATCH] Initialize libgcrypt before use
+
+https://www.gnupg.org/documentation/manuals/gcrypt/Initializing-the-library.html
+"Before the library can be used, it must initialize itself.
+This is achieved by invoking the function gcry_check_version"
+
+Closes issue #45
+Tested with krdc + libgcrypt 1.6.1 (libgcrypt20-dev Ubunutu package)
+connecting to a Mac Mini.
+
+Signed-off-by: Floris Bos 
+---
+ libvncclient/rfbproto.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c
+index f653850..aa74c23 100644
+--- a/libvncclient/rfbproto.c
 b/libvncclient/rfbproto.c
+@@ -857,6 +857,16 @@ HandleARDAuth(rfbClient *client)
+   rfbCredential *cred = NULL;
+   rfbBool result = FALSE;
+ 
++  if (!gcry_control(GCRYCTL_INITIALIZATION_FINISHED_P))
++  {
++/* Application did not initialize gcrypt, so we should */
++if (!gcry_check_version(GCRYPT_VERSION))
++{
++  /* Older version of libgcrypt is installed on system than compiled 
against */
++  rfbClientLog("libgcrypt version mismatch.\n");
++}
++  }
++
+   while (1)
+   {
+ if (!ReadFromRFBServer(client, (char *)gen, 2))


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 05:01:43
  Author: fyan
Revision: 237843

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

Added:
  libvncserver/repos/extra-i686/PKGBUILD
(from rev 237842, libvncserver/trunk/PKGBUILD)
  libvncserver/repos/extra-i686/initialize-libgcrypt.patch
(from rev 237842, libvncserver/trunk/initialize-libgcrypt.patch)
  libvncserver/repos/extra-x86_64/PKGBUILD
(from rev 237842, libvncserver/trunk/PKGBUILD)
  libvncserver/repos/extra-x86_64/initialize-libgcrypt.patch
(from rev 237842, libvncserver/trunk/initialize-libgcrypt.patch)
Deleted:
  libvncserver/repos/extra-i686/PKGBUILD
  libvncserver/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   74 ++
 extra-i686/PKGBUILD |   28 ---
 extra-i686/initialize-libgcrypt.patch   |   39 +++
 extra-x86_64/PKGBUILD   |   28 ---
 extra-x86_64/initialize-libgcrypt.patch |   39 +++
 5 files changed, 152 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-21 03:01:08 UTC (rev 237842)
+++ extra-i686/PKGBUILD 2015-04-21 03:01:43 UTC (rev 237843)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libvncserver
-pkgver=0.9.10
-pkgrel=2
-pkgdesc="A cross-platform C libraries that allow you to easily implement VNC 
server"
-arch=('i686' 'x86_64')
-url="https://libvnc.github.io/";
-license=('GPL')
-depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
-makedepends=('sdl')
-source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz";)
-md5sums=('e1b888fae717b06896f8aec100163d27')
-
-build() {
-  cd ${pkgname}-LibVNCServer-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-LibVNCServer-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libvncserver/repos/extra-i686/PKGBUILD (from rev 237842, 
libvncserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-21 03:01:43 UTC (rev 237843)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libvncserver
+pkgver=0.9.10
+pkgrel=3
+pkgdesc="A cross-platform C libraries that allow you to easily implement VNC 
server"
+arch=('i686' 'x86_64')
+url="https://libvnc.github.io/";
+license=('GPL')
+depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
+makedepends=('sdl')
+source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz";
+initialize-libgcrypt.patch)
+md5sums=('e1b888fae717b06896f8aec100163d27'
+ 'e22024d3a81c45129411e39e7d143835')
+
+prepare() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  # Fix crashing when connecting to Mac hosts
+  # Suggested by upstream: 
https://github.com/LibVNC/libvncserver/pull/51#issuecomment-68884516
+  patch -p1 -i ../initialize-libgcrypt.patch
+}
+
+build() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libvncserver/repos/extra-i686/initialize-libgcrypt.patch (from rev 
237842, libvncserver/trunk/initialize-libgcrypt.patch)
===
--- extra-i686/initialize-libgcrypt.patch   (rev 0)
+++ extra-i686/initialize-libgcrypt.patch   2015-04-21 03:01:43 UTC (rev 
237843)
@@ -0,0 +1,39 @@
+From 4674d4632b9ffc6779d9c9f79b8ebb53c12e29b2 Mon Sep 17 00:00:00 2001
+From: Floris Bos 
+Date: Fri, 2 Jan 2015 16:36:05 +0100
+Subject: [PATCH] Initialize libgcrypt before use
+
+https://www.gnupg.org/documentation/manuals/gcrypt/Initializing-the-library.html
+"Before the library can be used, it must initialize itself.
+This is achieved by invoking the function gcry_check_version"
+
+Closes issue #45
+Tested with krdc + libgcrypt 1.6.1 (libgcrypt20-dev Ubunutu package)
+connecting to a Mac Mini.
+
+Signed-off-by: Floris Bos 
+---
+ libvncclient/rfbproto.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c
+index f653850..aa74c23 100644
+--- a/libvncclient/rfbproto.c
 b/libvncclient/rfbproto.c
+@@ -857,6 +857,16 @@ HandleARDAuth(rfbClient *client)
+   rfbCredential *cred = NULL;
+   rfbBool result = FALSE;
+ 
++  if (!gcry_control(GCRYCTL_INITIALIZATION_FINISHED_P))
++  {
++/* Application did not initialize gcrypt, so we should */
++if (!gcry_check_version(GCRYPT_VERSION))
++{
++  /* Older version of libgcrypt is installed on system than compiled 
against */
++  rfbClientLog("libgcrypt 

[arch-commits] Commit in dnssec-anchors/trunk (trusted-key.key)

2015-04-20 Thread Gaetan Bisson
Date: Tuesday, April 21, 2015 @ 04:48:09
  Author: bisson
Revision: 237841

now generated in build()

Deleted:
  dnssec-anchors/trunk/trusted-key.key

-+
 trusted-key.key |1 -
 1 file changed, 1 deletion(-)

Deleted: trusted-key.key
===
--- trusted-key.key 2015-04-21 02:47:52 UTC (rev 237840)
+++ trusted-key.key 2015-04-21 02:48:09 UTC (rev 237841)
@@ -1 +0,0 @@
-.  101689  IN  DNSKEY  257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=


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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 04:47:52
  Author: foutrelis
Revision: 237840

Uncomment post_install() call in post_upgrade()

Derp.

Modified:
  chromium/trunk/chromium.install

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

Modified: chromium.install
===
--- chromium.install2015-04-21 01:52:21 UTC (rev 237839)
+++ chromium.install2015-04-21 02:47:52 UTC (rev 237840)
@@ -17,7 +17,7 @@
 echo '   quoting rules apply but no further parsing is performed.'
   fi
 
-  #post_install
+  post_install
 }
 
 post_remove() {


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

2015-04-20 Thread Gaetan Bisson
Date: Tuesday, April 21, 2015 @ 03:52:21
  Author: bisson
Revision: 237839

archrelease: copy trunk to testing-any

Added:
  dnssec-anchors/repos/testing-any/
  dnssec-anchors/repos/testing-any/LICENSE
(from rev 237838, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/testing-any/PKGBUILD
(from rev 237838, dnssec-anchors/trunk/PKGBUILD)
  dnssec-anchors/repos/testing-any/trusted-key.key
(from rev 237838, dnssec-anchors/trunk/trusted-key.key)

-+
 LICENSE |1 +
 PKGBUILD|   42 ++
 trusted-key.key |1 +
 3 files changed, 44 insertions(+)

Copied: dnssec-anchors/repos/testing-any/LICENSE (from rev 237838, 
dnssec-anchors/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2015-04-21 01:52:21 UTC (rev 237839)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/testing-any/PKGBUILD (from rev 237838, 
dnssec-anchors/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-21 01:52:21 UTC (rev 237839)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20150403
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='http://data.iana.org/root-anchors/'
+license=('custom:NoCopyright')
+arch=('any')
+makedepends=('ldns')
+validpgpkeys=('2FBB91BCAAEE0ABE1F8031C7D1AFBCE00F6C91D2')
+source=('http://data.iana.org/root-anchors/root-anchors.xml'
+
'root-anchors.xml.asc::http://data.iana.org/root-anchors/root-anchors.asc'
+'LICENSE')
+sha256sums=('dfb281b771dc854c18d1cff9d2eecaf184cf7a9668606aaa33e8f01bf4b4d8e4'
+'SKIP'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+build() {
+   cd "${srcdir}"
+   drill -z -s DNSKEY . > root.key
+
+   cat root-anchors.xml |
+   awk 'BEGIN{ORS=" "}(NR>4){gsub(/<[^>]*>/,"");print tolower($0)}' |
+   sed 's/   /\n/' > root.ds
+
+   # Any of those tests failing is suspicious; check thoroughly!
+   [[ "$( 
trusted-key.key
+}
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: dnssec-anchors/repos/testing-any/trusted-key.key (from rev 237838, 
dnssec-anchors/trunk/trusted-key.key)
===
--- testing-any/trusted-key.key (rev 0)
+++ testing-any/trusted-key.key 2015-04-21 01:52:21 UTC (rev 237839)
@@ -0,0 +1 @@
+.  101689  IN  DNSKEY  257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=


[arch-commits] Commit in dnssec-anchors/trunk (PKGBUILD trusted-key.key)

2015-04-20 Thread Gaetan Bisson
Date: Tuesday, April 21, 2015 @ 03:51:47
  Author: bisson
Revision: 237838

upstream update

Modified:
  dnssec-anchors/trunk/PKGBUILD
  dnssec-anchors/trunk/trusted-key.key

-+
 PKGBUILD|   19 ---
 trusted-key.key |2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 01:39:57 UTC (rev 237837)
+++ PKGBUILD2015-04-21 01:51:47 UTC (rev 237838)
@@ -4,21 +4,26 @@
 # Contributor: m4xm4n 
 
 pkgname=dnssec-anchors
-pkgver=20140629
+pkgver=20150403
 pkgrel=1
 pkgdesc='DNSSEC trust anchors for the root zone'
 url='http://data.iana.org/root-anchors/'
 license=('custom:NoCopyright')
 arch=('any')
-source=('LICENSE'
-'trusted-key.key')
-sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
-'ca6388cc16223b29b607f07a9aa77e0aa52f653106d440cdc92cc40e145a4bb5')
+makedepends=('ldns')
+validpgpkeys=('2FBB91BCAAEE0ABE1F8031C7D1AFBCE00F6C91D2')
+source=('http://data.iana.org/root-anchors/root-anchors.xml'
+
'root-anchors.xml.asc::http://data.iana.org/root-anchors/root-anchors.asc'
+'LICENSE')
+sha256sums=('dfb281b771dc854c18d1cff9d2eecaf184cf7a9668606aaa33e8f01bf4b4d8e4'
+'SKIP'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 
-get_trusted-key() {
+build() {
+   cd "${srcdir}"
drill -z -s DNSKEY . > root.key
 
-   curl http://data.iana.org/root-anchors/root-anchors.xml |
+   cat root-anchors.xml |
awk 'BEGIN{ORS=" "}(NR>4){gsub(/<[^>]*>/,"");print tolower($0)}' |
sed 's/   /\n/' > root.ds
 

Modified: trusted-key.key
===
--- trusted-key.key 2015-04-21 01:39:57 UTC (rev 237837)
+++ trusted-key.key 2015-04-21 01:51:47 UTC (rev 237838)
@@ -1 +1 @@
-.  166750  IN  DNSKEY  257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=
+.  101689  IN  DNSKEY  257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=


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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 03:29:14
  Author: foutrelis
Revision: 131766

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

Added:
  virtualbox/repos/community-staging-i686/
  virtualbox/repos/community-staging-i686/001-vboxdrv-reference.patch
(from rev 131765, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-staging-i686/002-dri-driver-path.patch
(from rev 131765, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-staging-i686/003-ogl-include-path.patch
(from rev 131765, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-staging-i686/004-xorg.patch
(from rev 131765, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-staging-i686/005-gsoap-build.patch
(from rev 131765, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-staging-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 131765, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-staging-i686/007-python2-path.patch
(from rev 131765, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-staging-i686/008-root-window.patch
(from rev 131765, virtualbox/trunk/008-root-window.patch)
  virtualbox/repos/community-staging-i686/009-fix-smap-crash.patch
(from rev 131765, virtualbox/trunk/009-fix-smap-crash.patch)
  virtualbox/repos/community-staging-i686/60-vboxdrv.rules
(from rev 131765, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-staging-i686/60-vboxguest.rules
(from rev 131765, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-staging-i686/LocalConfig.kmk
(from rev 131765, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-staging-i686/PKGBUILD
(from rev 131765, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-staging-i686/build.sh
(from rev 131765, virtualbox/trunk/build.sh)
  virtualbox/repos/community-staging-i686/vboxreload
(from rev 131765, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-staging-i686/vboxservice-nox.service
(from rev 131765, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-staging-i686/vboxservice.service
(from rev 131765, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-staging-i686/vboxweb.service
(from rev 131765, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-staging-i686/virtualbox-ext-vnc.install
(from rev 131765, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-staging-i686/virtualbox-guest-dkms.install
(from rev 131765, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-staging-i686/virtualbox-guest-utils.install
(from rev 131765, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-staging-i686/virtualbox-guest-utils.sysusers
(from rev 131765, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-staging-i686/virtualbox-host-dkms.install
(from rev 131765, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-staging-i686/virtualbox.install
(from rev 131765, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-staging-x86_64/
  virtualbox/repos/community-staging-x86_64/001-vboxdrv-reference.patch
(from rev 131765, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-staging-x86_64/002-dri-driver-path.patch
(from rev 131765, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-staging-x86_64/003-ogl-include-path.patch
(from rev 131765, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-staging-x86_64/004-xorg.patch
(from rev 131765, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-staging-x86_64/005-gsoap-build.patch
(from rev 131765, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-staging-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 131765, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-staging-x86_64/007-python2-path.patch
(from rev 131765, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-staging-x86_64/008-root-window.patch
(from rev 131765, virtualbox/trunk/008-root-window.patch)
  virtualbox/repos/community-staging-x86_64/009-fix-smap-crash.patch
(from rev 131765, virtualbox/trunk/009-fix-smap-crash.patch)
  virtualbox/repos/community-staging-x86_64/60-vboxdrv.rules
(from rev 131765, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-staging-x86_64/60-vboxguest.rules
(from rev 131765, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-staging-x86_64/LocalConfig.kmk
(from rev 131765, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-staging-x86_64/PKGBUILD
(from rev 131765, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-staging-x86_64/buil

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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 03:28:20
  Author: foutrelis
Revision: 131765

upgpkg: virtualbox 4.3.26-3

libvpx 1.4.0 rebuild.

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 01:27:29 UTC (rev 131764)
+++ PKGBUILD2015-04-21 01:28:20 UTC (rev 131765)
@@ -11,7 +11,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=4.3.26
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')


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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 03:27:29
  Author: foutrelis
Revision: 131764

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

Added:
  xulrunner/repos/community-staging-i686/
  xulrunner/repos/community-staging-i686/PKGBUILD
(from rev 131763, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-i686/freetype-headers.patch
(from rev 131763, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-staging-i686/mozconfig
(from rev 131763, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-i686/mozilla-pkgconfig.patch
(from rev 131763, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-i686/shared-libs.patch
(from rev 131763, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-i686/unbreak-plugin-build.patch
(from rev 131763, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-staging-x86_64/
  xulrunner/repos/community-staging-x86_64/PKGBUILD
(from rev 131763, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-x86_64/freetype-headers.patch
(from rev 131763, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-staging-x86_64/mozconfig
(from rev 131763, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-x86_64/mozilla-pkgconfig.patch
(from rev 131763, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-x86_64/shared-libs.patch
(from rev 131763, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-x86_64/unbreak-plugin-build.patch
(from rev 131763, xulrunner/trunk/unbreak-plugin-build.patch)

-+
 community-staging-i686/PKGBUILD |   72 +
 community-staging-i686/freetype-headers.patch   |   66 +++
 community-staging-i686/mozconfig|   32 +++
 community-staging-i686/mozilla-pkgconfig.patch  |   40 +
 community-staging-i686/shared-libs.patch|   12 ++
 community-staging-i686/unbreak-plugin-build.patch   |   76 ++
 community-staging-x86_64/PKGBUILD   |   72 +
 community-staging-x86_64/freetype-headers.patch |   66 +++
 community-staging-x86_64/mozconfig  |   32 +++
 community-staging-x86_64/mozilla-pkgconfig.patch|   40 +
 community-staging-x86_64/shared-libs.patch  |   12 ++
 community-staging-x86_64/unbreak-plugin-build.patch |   76 ++
 12 files changed, 596 insertions(+)

Copied: xulrunner/repos/community-staging-i686/PKGBUILD (from rev 131763, 
xulrunner/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 01:27:29 UTC (rev 131764)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Connor Behan 
+# Contributor: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xulrunner
+pkgver=37.0.2
+pkgrel=1
+pkgdesc="Mozilla Runtime Environment"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'icu' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gst-plugins-base-libs')
+url="http://wiki.mozilla.org/XUL:Xul_Runner";
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch
+shared-libs.patch)
+options=('!emptydirs' '!makeflags' 'staticlibs')
+replaces=('xulrunner-oss')
+sha256sums=('c08bc152c54bb26d21320ddc2fb57c29ea5f4d84f3d04434698d9d6172c2cd60'
+'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
+'1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
+'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40')
+
+prepare() {
+  cd "$srcdir/mozilla-release"
+  cp "$srcdir/mozconfig" .mozconfig
+
+  # fix libdir/sdkdir - fedora
+  patch -Np1 -i ../mozilla-pkgconfig.patch
+  patch -Np1 -i ../shared-libs.patch
+
+  # WebRTC build tries to execute "python" and expects Python 2
+  # Workaround taken from chromium PKGBUILD
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
+}
+
+build() {
+  cd "$srcdir/mozilla-release"
+
+  export PATH="$srcdir/python2-path:$PATH"
+  export LDFLAGS="$LDFALGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver"
+  export PYTHON="/usr/bin/python2"
+
+  make -j1 -f client.mk build
+}
+
+package() {
+  cd "$srcdir/mozilla-release"
+  make -j1 -f client.mk DESTDIR

[arch-commits] Commit in xulrunner/trunk (PKGBUILD rhbz-966424.patch)

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 03:27:09
  Author: foutrelis
Revision: 131763

upgpkg: xulrunner 37.0.2-1

- libvpx 1.4.0 rebuild.
- New upstream release.
- Drop patch that accepts p11-kit's trust stores; nss 3.18-3 uses the
  same token label as libnssckbi.

Modified:
  xulrunner/trunk/PKGBUILD
Deleted:
  xulrunner/trunk/rhbz-966424.patch

---+
 PKGBUILD  |   13 -
 rhbz-966424.patch |   23 ---
 2 files changed, 4 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 01:02:47 UTC (rev 131762)
+++ PKGBUILD2015-04-21 01:27:09 UTC (rev 131763)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xulrunner
-pkgver=37.0.1
+pkgver=37.0.2
 pkgrel=1
 pkgdesc="Mozilla Runtime Environment"
 arch=('i686' 'x86_64')
@@ -15,15 +15,13 @@
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
 mozconfig
 mozilla-pkgconfig.patch
-shared-libs.patch
-rhbz-966424.patch)
+shared-libs.patch)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
-sha256sums=('b06a8c9bb04d128ab0637abf7dc1b2c36ffe8930c76e1f37e5abe18c48815952'
+sha256sums=('c08bc152c54bb26d21320ddc2fb57c29ea5f4d84f3d04434698d9d6172c2cd60'
 'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
 '1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
-'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40'
-'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
+'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40')
 
 prepare() {
   cd "$srcdir/mozilla-release"
@@ -33,9 +31,6 @@
   patch -Np1 -i ../mozilla-pkgconfig.patch
   patch -Np1 -i ../shared-libs.patch
 
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -i ../rhbz-966424.patch
-
   # WebRTC build tries to execute "python" and expects Python 2
   # Workaround taken from chromium PKGBUILD
   mkdir "$srcdir/python2-path"

Deleted: rhbz-966424.patch
===
--- rhbz-966424.patch   2015-04-21 01:02:47 UTC (rev 131762)
+++ rhbz-966424.patch   2015-04-21 01:27:09 UTC (rev 131763)
@@ -1,23 +0,0 @@
 a/toolkit/modules/CertUtils.jsm
-+++ b/toolkit/modules/CertUtils.jsm
-@@ -170,17 +170,19 @@ this.checkCert =
-   issuerCert = issuerCert.QueryInterface(Ci.nsIX509Cert3);
-   var tokenNames = issuerCert.getAllTokenNames({});
- 
-   if (!tokenNames || !tokenNames.some(isBuiltinToken))
- throw new Ce(certNotBuiltInErr, Cr.NS_ERROR_ABORT);
- }
- 
- function isBuiltinToken(tokenName) {
--  return tokenName == "Builtin Object Token";
-+  return tokenName == "Builtin Object Token" ||
-+ tokenName == "Default Trust" ||
-+ tokenName == "System Trust";
- }
- 
- /**
-  * This class implements nsIBadCertListener.  Its job is to prevent "bad cert"
-  * security dialogs from being shown to the user.  It is better to simply fail
-  * if the certificate is bad. See bug 304286.
-  *
-  * @param  aAllowNonBuiltInCerts (optional)


[arch-commits] Commit in (vi)

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 03:14:46
  Author: foutrelis
Revision: 237823

Remove vi (FS#44604)

Replaced with vim-minimal on the installation image; the base group
also contains nano so we still have an editor installed by default.

Deleted:
  vi/


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

2015-04-20 Thread Anatol Pomozov
Date: Tuesday, April 21, 2015 @ 03:02:47
  Author: anatolik
Revision: 131762

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

Added:
  shairport-sync/repos/community-i686/PKGBUILD
(from rev 131761, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-i686/remove-init.d.patch
(from rev 131761, shairport-sync/trunk/remove-init.d.patch)
  shairport-sync/repos/community-i686/shairport-sync.conf
(from rev 131761, shairport-sync/trunk/shairport-sync.conf)
  shairport-sync/repos/community-i686/shairport-sync.install
(from rev 131761, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-i686/shairport-sync.service
(from rev 131761, shairport-sync/trunk/shairport-sync.service)
  shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 131761, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-x86_64/remove-init.d.patch
(from rev 131761, shairport-sync/trunk/remove-init.d.patch)
  shairport-sync/repos/community-x86_64/shairport-sync.conf
(from rev 131761, shairport-sync/trunk/shairport-sync.conf)
  shairport-sync/repos/community-x86_64/shairport-sync.install
(from rev 131761, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-x86_64/shairport-sync.service
(from rev 131761, shairport-sync/trunk/shairport-sync.service)
Deleted:
  shairport-sync/repos/community-i686/PKGBUILD
  shairport-sync/repos/community-i686/remove-init.d.patch
  shairport-sync/repos/community-i686/shairport-sync.conf
  shairport-sync/repos/community-i686/shairport-sync.install
  shairport-sync/repos/community-i686/shairport-sync.service
  shairport-sync/repos/community-x86_64/PKGBUILD
  shairport-sync/repos/community-x86_64/remove-init.d.patch
  shairport-sync/repos/community-x86_64/shairport-sync.conf
  shairport-sync/repos/community-x86_64/shairport-sync.install
  shairport-sync/repos/community-x86_64/shairport-sync.service

-+
 /PKGBUILD   |   82 ++
 /remove-init.d.patch|   24 
 /shairport-sync.conf|4 +
 /shairport-sync.install |   18 ++
 /shairport-sync.service |   28 ++
 community-i686/PKGBUILD |   41 ---
 community-i686/remove-init.d.patch  |   12 
 community-i686/shairport-sync.conf  |2 
 community-i686/shairport-sync.install   |9 ---
 community-i686/shairport-sync.service   |   14 -
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/remove-init.d.patch|   12 
 community-x86_64/shairport-sync.conf|2 
 community-x86_64/shairport-sync.install |9 ---
 community-x86_64/shairport-sync.service |   14 -
 15 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-21 01:00:16 UTC (rev 131761)
+++ community-i686/PKGBUILD 2015-04-21 01:02:47 UTC (rev 131762)
@@ -1,41 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=shairport-sync
-pkgver=2.2.2
-pkgrel=2
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(i686 x86_64)
-license=(GPL)
-backup=(etc/conf.d/shairport-sync)
-install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
-shairport-sync.service
-shairport-sync.conf
-remove-init.d.patch)
-sha1sums=('5360f4bd6a6b9678a8d7d3c2006db2146cda2d69'
-  '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
-  'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
-  '48174838de1ef4672bd71511753f05fd845b7137')
-
-prepare() {
-  cd shairport-sync-$pkgver
-  patch -p1 < ../remove-init.d.patch
-}
-
-build() {
-  cd shairport-sync-$pkgver
-
-  autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl 
--with-soxr --with-dns_sd
-  make
-}
-
-package() {
-  cd shairport-sync-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -D -m644 "$srcdir"/shairport-sync.service 
"$pkgdir"/usr/lib/systemd/system/shairport-sync.service
-  install -D -m644 "$srcdir"/shairport-sync.conf 
"$pkgdir"/etc/conf.d/shairport-sync
-}

Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 131761, 
shairport-sync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-21 01:02:47 UTC (rev 131762)
@@ -0,0 +1,41 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Emulates an A

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

2015-04-20 Thread Anatol Pomozov
Date: Tuesday, April 21, 2015 @ 03:00:16
  Author: anatolik
Revision: 131761

upgpkg: shairport-sync 2.2.3-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 00:45:01 UTC (rev 131760)
+++ PKGBUILD2015-04-21 01:00:16 UTC (rev 131761)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 shairport-sync.service
 shairport-sync.conf
 remove-init.d.patch)
-sha1sums=('5360f4bd6a6b9678a8d7d3c2006db2146cda2d69'
+sha1sums=('ed0bafdf7757e63cfcb10ce4352e4076ec5b2938'
   '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
   'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
   '48174838de1ef4672bd71511753f05fd845b7137')


[arch-commits] Commit in mediastreamer/repos (2 files)

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:45:01
  Author: foutrelis
Revision: 131760

archrelease: copy trunk to community-staging-i686

Added:
  mediastreamer/repos/community-staging-i686/
  mediastreamer/repos/community-staging-i686/PKGBUILD
(from rev 131759, mediastreamer/trunk/PKGBUILD)

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

Copied: mediastreamer/repos/community-staging-i686/PKGBUILD (from rev 131759, 
mediastreamer/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-21 00:45:01 UTC (rev 131760)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=2.11.1
+pkgrel=2
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/";
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('b406b445c9e8a5c50d4f92455913bc17'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mediastreamer/repos (2 files)

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:43:11
  Author: foutrelis
Revision: 131759

archrelease: copy trunk to community-staging-x86_64

Added:
  mediastreamer/repos/community-staging-x86_64/
  mediastreamer/repos/community-staging-x86_64/PKGBUILD
(from rev 131758, mediastreamer/trunk/PKGBUILD)

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

Copied: mediastreamer/repos/community-staging-x86_64/PKGBUILD (from rev 131758, 
mediastreamer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-21 00:43:11 UTC (rev 131759)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=2.11.1
+pkgrel=2
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/";
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('b406b445c9e8a5c50d4f92455913bc17'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:43:04
  Author: foutrelis
Revision: 131758

upgpkg: mediastreamer 2.11.1-2

libvpx 1.4.0 rebuild.

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 18:44:00 UTC (rev 131757)
+++ PKGBUILD2015-04-21 00:43:04 UTC (rev 131758)
@@ -7,7 +7,7 @@
 
 pkgname=mediastreamer
 pkgver=2.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/";


[arch-commits] Commit in gstreamer0.10-bad/repos (14 files)

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:39:53
  Author: foutrelis
Revision: 237820

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

Added:
  gstreamer0.10-bad/repos/staging-i686/
  gstreamer0.10-bad/repos/staging-i686/PKGBUILD
(from rev 237819, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-i686/disable-assrender-test.patch
(from rev 237819, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/staging-i686/disable-camerabin-test.patch
(from rev 237819, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/staging-i686/drop-vpx-compat-defs.patch
(from rev 237819, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/staging-i686/fix-libmodplug-include.patch
(from rev 237819, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/staging-i686/gstreamer0.10-bad-plugins.install
(from rev 237819, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)
  gstreamer0.10-bad/repos/staging-x86_64/
  gstreamer0.10-bad/repos/staging-x86_64/PKGBUILD
(from rev 237819, gstreamer0.10-bad/trunk/PKGBUILD)
  gstreamer0.10-bad/repos/staging-x86_64/disable-assrender-test.patch
(from rev 237819, gstreamer0.10-bad/trunk/disable-assrender-test.patch)
  gstreamer0.10-bad/repos/staging-x86_64/disable-camerabin-test.patch
(from rev 237819, gstreamer0.10-bad/trunk/disable-camerabin-test.patch)
  gstreamer0.10-bad/repos/staging-x86_64/drop-vpx-compat-defs.patch
(from rev 237819, gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch)
  gstreamer0.10-bad/repos/staging-x86_64/fix-libmodplug-include.patch
(from rev 237819, gstreamer0.10-bad/trunk/fix-libmodplug-include.patch)
  gstreamer0.10-bad/repos/staging-x86_64/gstreamer0.10-bad-plugins.install
(from rev 237819, gstreamer0.10-bad/trunk/gstreamer0.10-bad-plugins.install)

--+
 staging-i686/PKGBUILD|   69 +
 staging-i686/disable-assrender-test.patch|   11 +++
 staging-i686/disable-camerabin-test.patch|   10 +++
 staging-i686/drop-vpx-compat-defs.patch  |   26 +++
 staging-i686/fix-libmodplug-include.patch|   12 +++
 staging-i686/gstreamer0.10-bad-plugins.install   |   11 +++
 staging-x86_64/PKGBUILD  |   69 +
 staging-x86_64/disable-assrender-test.patch  |   11 +++
 staging-x86_64/disable-camerabin-test.patch  |   10 +++
 staging-x86_64/drop-vpx-compat-defs.patch|   26 +++
 staging-x86_64/fix-libmodplug-include.patch  |   12 +++
 staging-x86_64/gstreamer0.10-bad-plugins.install |   11 +++
 12 files changed, 278 insertions(+)

Copied: gstreamer0.10-bad/repos/staging-i686/PKGBUILD (from rev 237819, 
gstreamer0.10-bad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 00:39:53 UTC (rev 237820)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-bad
+pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
+pkgver=0.10.23
+pkgrel=9
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')
+url="http://gstreamer.freedesktop.org/";
+options=(!emptydirs)
+source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad#commit=57569a4854a0f2d14ef19a8264a4ae9a7a1d1125"
+fix-libmodplug-include.patch
+drop-vpx-compat-defs.patch
+disable-assrender-test.patch
+disable-camerabin-test.patch)
+sha256sums=('SKIP'
+'d89d8f4307c7d5a143b9240467d260a1cb6bb1ab2e7ca57841ce0901f41c9cb7'
+'eb97037b7b581d1ab994eadd144044c083975e5670a73ec827de126bf888f4b9'
+'e66642affa6c0e69837d37615010e67e59ef3d672663303d46c1e2591e2ddfc6'
+'01e780ddf1f8161a6115dded9dc5bf4bdd4d09a9eee00fa423b1330e90e76c68')
+
+prepare() {
+  cd gst-plugins-bad
+  sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+  patch -Np1 -i ../fix-libmodplug-include.patch
+  patch -Np1 -i ../drop-vpx-compat-defs.patch
+  patch -Np1 -i ../disable-assrender-test.patch
+  patch -Np1 -i ../disable-camerabin-test.patch
+}
+
+build() {
+  cd gst-plugins-bad
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --disable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Archlinux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  make
+  sed -e 's/gst sys

[arch-commits] Commit in gstreamer0.10-bad/trunk (3 files)

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:39:35
  Author: foutrelis
Revision: 237819

upgpkg: gstreamer0.10-bad 0.10.23-9

libvpx 1.4.0 rebuild.

Added:
  gstreamer0.10-bad/trunk/drop-vpx-compat-defs.patch
  gstreamer0.10-bad/trunk/fix-libmodplug-include.patch
Modified:
  gstreamer0.10-bad/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 drop-vpx-compat-defs.patch   |   26 ++
 fix-libmodplug-include.patch |   12 
 3 files changed, 45 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 00:26:35 UTC (rev 237818)
+++ PKGBUILD2015-04-21 00:39:35 UTC (rev 237819)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-bad
 pkgname=('gstreamer0.10-bad' 'gstreamer0.10-bad-plugins')
 pkgver=0.10.23
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.36' 'xvidcore' 'libdca' 
'bzip2' 'libdc1394' 'neon' 'faac' 'musicbrainz' 'faad2' 'libmms' 'libcdaudio' 
'libmpcdec' 'mjpegtools' 'libdvdnav' 'libmodplug' 'jasper' 'liblrdf' 'libofa' 
'soundtouch' 'libvdpau' 'schroedinger' 'libass' 'libvpx' 'gsm' 'libgme' 
'rtmpdump' 'libsndfile' 'librsvg' 'wildmidi' 'opus' 'git' 'spandsp' 'celt')
@@ -11,9 +11,13 @@
 url="http://gstreamer.freedesktop.org/";
 options=(!emptydirs)
 
source=("git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad#commit=57569a4854a0f2d14ef19a8264a4ae9a7a1d1125"
+fix-libmodplug-include.patch
+drop-vpx-compat-defs.patch
 disable-assrender-test.patch
 disable-camerabin-test.patch)
 sha256sums=('SKIP'
+'d89d8f4307c7d5a143b9240467d260a1cb6bb1ab2e7ca57841ce0901f41c9cb7'
+'eb97037b7b581d1ab994eadd144044c083975e5670a73ec827de126bf888f4b9'
 'e66642affa6c0e69837d37615010e67e59ef3d672663303d46c1e2591e2ddfc6'
 '01e780ddf1f8161a6115dded9dc5bf4bdd4d09a9eee00fa423b1330e90e76c68')
 
@@ -20,6 +24,8 @@
 prepare() {
   cd gst-plugins-bad
   sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+  patch -Np1 -i ../fix-libmodplug-include.patch
+  patch -Np1 -i ../drop-vpx-compat-defs.patch
   patch -Np1 -i ../disable-assrender-test.patch
   patch -Np1 -i ../disable-camerabin-test.patch
 }

Added: drop-vpx-compat-defs.patch
===
--- drop-vpx-compat-defs.patch  (rev 0)
+++ drop-vpx-compat-defs.patch  2015-04-21 00:39:35 UTC (rev 237819)
@@ -0,0 +1,26 @@
+--- gst-plugins-bad.orig/ext/vp8/gstvp8utils.h 2015-04-21 03:31:33.134952881 
+0300
 gst-plugins-bad/ext/vp8/gstvp8utils.h  2015-04-21 03:32:45.553520671 
+0300
+@@ -25,23 +25,6 @@
+ 
+ G_BEGIN_DECLS
+ 
+-/* Some compatibility defines for older libvpx versions */
+-#ifndef VPX_IMG_FMT_I420
+-#define VPX_IMG_FMT_I420 IMG_FMT_I420
+-#endif
+-
+-#ifndef VPX_PLANE_Y
+-#define VPX_PLANE_Y PLANE_Y
+-#endif
+-
+-#ifndef VPX_PLANE_U
+-#define VPX_PLANE_U PLANE_U
+-#endif
+-
+-#ifndef VPX_PLANE_V
+-#define VPX_PLANE_V PLANE_V
+-#endif
+-
+ const char * gst_vpx_error_name (vpx_codec_err_t status);
+ 
+ G_END_DECLS

Added: fix-libmodplug-include.patch
===
--- fix-libmodplug-include.patch(rev 0)
+++ fix-libmodplug-include.patch2015-04-21 00:39:35 UTC (rev 237819)
@@ -0,0 +1,12 @@
+diff -uprw gst-plugins-bad.orig/ext/modplug/gstmodplug.cc 
gst-plugins-bad/ext/modplug/gstmodplug.cc
+--- gst-plugins-bad.orig/ext/modplug/gstmodplug.cc 2015-04-21 
03:15:25.929456272 +0300
 gst-plugins-bad/ext/modplug/gstmodplug.cc  2015-04-21 03:18:54.624976723 
+0300
+@@ -50,7 +50,7 @@
+ #define WORDS_BIGENDIAN 0
+ #endif
+ 
+-#include 
++#include 
+ #include 
+ 
+ #include "gstmodplug.h"


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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:26:35
  Author: foutrelis
Revision: 237818

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

Added:
  avidemux/repos/staging-i686/
  avidemux/repos/staging-i686/PKGBUILD
(from rev 237817, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-i686/PKGBUILD.WIP
(from rev 237817, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/staging-i686/avidemux.install
(from rev 237817, avidemux/trunk/avidemux.install)
  avidemux/repos/staging-x86_64/
  avidemux/repos/staging-x86_64/PKGBUILD
(from rev 237817, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-x86_64/PKGBUILD.WIP
(from rev 237817, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/staging-x86_64/avidemux.install
(from rev 237817, avidemux/trunk/avidemux.install)

-+
 staging-i686/PKGBUILD   |  118 ++
 staging-i686/PKGBUILD.WIP   |   84 +++
 staging-i686/avidemux.install   |   11 +++
 staging-x86_64/PKGBUILD |  118 ++
 staging-x86_64/PKGBUILD.WIP |   84 +++
 staging-x86_64/avidemux.install |   11 +++
 6 files changed, 426 insertions(+)

Copied: avidemux/repos/staging-i686/PKGBUILD (from rev 237817, 
avidemux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-21 00:26:35 UTC (rev 237818)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
+pkgver=2.5.6
+pkgrel=11
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://fixounet.free.fr/avidemux/";
+makedepends=('cmake' 'libxslt' 'gtk2' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264-dev' 
'libsamplerate'
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5')
+
+build() {
+  cd ${pkgbase}_${pkgver}
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 \
+-D LRELEASE_EXECUTABLE=/usr/lib/qt4/bin/lrelease ..
+  make
+
+# plugin build expects libraries to be already installed; we fake a prefix
+# in build/ by symlinking all libraries to build/lib/
+  cd lib
+  find ../avidemux -name '*.so*' | xargs ln -sft .
+  cd ../../plugins
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D 
AVIDEMUX_SOURCE_DIR="${srcdir}/avidemux_${pkgver}" \
+-D AVIDEMUX_CORECONFIG_DIR="${srcdir}/avidemux_${pkgver}/build/config" \
+-D AVIDEMUX_INSTALL_PREFIX="${srcdir}/avidemux_${pkgver}/build" \
+-D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package_avidemux-cli() {
+  pkgdesc="A graphical tool to edit video (filter/re-encode/split)"
+  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva')
+  optdepends=('lame: for the corresponding audio encoder plugin'
+  'faac: for the corresponding audio encoder plugin'
+  'faad2: for the corresponding audio decoder plugin'
+  'opencore-amr: for the corresponding audio decoder plugin'
+  'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
+  'sdl: for the corresponding audio device plugin'
+  'x264: for the corresponding video encoder plugin'
+  'xvidcore: for the corresponding video encoder plugin')
+  provides=('avidemux')
+  conflicts=('avidemux')
+  replaces=('avidemux')
+
+  cd ${pkgbase}_${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}/${pkgbase}_${pkgver}/plugins/build"
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}"/usr/share/avidemux
+  rm "${pkgdir}"/usr/share/ADM_addons/avsfilter/{avsload.exe,pipe_source.dll}
+  rm "${pkgdir}"/usr/bin/avidemux2_{gtk,qt4}
+  rm "${pkgdir}"/usr/lib/*{_gtk,_qt4,Gtk,QT4}.so
+  rm "${pkgdir}"/usr/lib/ADM_plugins/videoEncoder/x264/*{Gtk,Qt}.so
+  rm "${pkgdir}"/usr/lib/ADM_plugins/videoEncoder/xvid/*{Gtk,Qt}.so
+  rm "${pkgdir}"/usr/lib/ADM_plugins/videoFilter/*{_gtk,_qt4}.so
+
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so 
"${pkgdir}/usr/lib/libADM_vidEnc_xvid.so"
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so 
"${pkgdir}/usr/lib/libADM_vidEnc_x264.so"
+
+  install -D -m644 ../../avidemux_icon.png 
"${pkgdir}/usr/share/pixmaps/avidemux.png"
+  install -D -m644 ../../man/avidemux.1 
"${pkgdir}/usr/share/man/man1/avidemux.1"
+}
+
+package_avidemux-gtk() {
+  pkgdesc="A graphical tool to edit video (filter/re-encode/split) - GTK GUI"
+  depends=("avidemux-cli=${pkgver}" 'gtk2' 'libxv' 'desktop-file-utils')
+  install=avidemux.install

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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:26:23
  Author: foutrelis
Revision: 237817

upgpkg: avidemux 2.5.6-11

libvpx 1.4.0 rebuild.

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 00:03:50 UTC (rev 237816)
+++ PKGBUILD2015-04-21 00:26:23 UTC (rev 237817)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.6
-pkgrel=10
+pkgrel=11
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://fixounet.free.fr/avidemux/";


[arch-commits] Commit in firefox/repos (28 files)

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:03:50
  Author: foutrelis
Revision: 237816

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

Added:
  firefox/repos/staging-i686/PKGBUILD
(from rev 237815, firefox/trunk/PKGBUILD)
  firefox/repos/staging-i686/firefox-fixed-loading-icon.png
(from rev 237815, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/staging-i686/firefox-install-dir.patch
(from rev 237815, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/staging-i686/firefox.desktop
(from rev 237815, firefox/trunk/firefox.desktop)
  firefox/repos/staging-i686/firefox.install
(from rev 237815, firefox/trunk/firefox.install)
  firefox/repos/staging-i686/mozconfig
(from rev 237815, firefox/trunk/mozconfig)
  firefox/repos/staging-i686/vendor.js
(from rev 237815, firefox/trunk/vendor.js)
  firefox/repos/staging-x86_64/PKGBUILD
(from rev 237815, firefox/trunk/PKGBUILD)
  firefox/repos/staging-x86_64/firefox-fixed-loading-icon.png
(from rev 237815, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/staging-x86_64/firefox-install-dir.patch
(from rev 237815, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/staging-x86_64/firefox.desktop
(from rev 237815, firefox/trunk/firefox.desktop)
  firefox/repos/staging-x86_64/firefox.install
(from rev 237815, firefox/trunk/firefox.install)
  firefox/repos/staging-x86_64/mozconfig
(from rev 237815, firefox/trunk/mozconfig)
  firefox/repos/staging-x86_64/vendor.js
(from rev 237815, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/staging-i686/PKGBUILD
  firefox/repos/staging-i686/firefox-fixed-loading-icon.png
  firefox/repos/staging-i686/firefox-install-dir.patch
  firefox/repos/staging-i686/firefox.desktop
  firefox/repos/staging-i686/firefox.install
  firefox/repos/staging-i686/mozconfig
  firefox/repos/staging-i686/vendor.js
  firefox/repos/staging-x86_64/PKGBUILD
  firefox/repos/staging-x86_64/firefox-fixed-loading-icon.png
  firefox/repos/staging-x86_64/firefox-install-dir.patch
  firefox/repos/staging-x86_64/firefox.desktop
  firefox/repos/staging-x86_64/firefox.install
  firefox/repos/staging-x86_64/mozconfig
  firefox/repos/staging-x86_64/vendor.js

--+
 /PKGBUILD|  218 
 /firefox-install-dir.patch   |   24 
 /firefox.desktop |  704 +
 /firefox.install |   26 +
 /mozconfig   |   68 ++
 /vendor.js   |   18 
 staging-i686/PKGBUILD|  109 
 staging-i686/firefox-install-dir.patch   |   12 
 staging-i686/firefox.desktop |  352 --
 staging-i686/firefox.install |   13 
 staging-i686/mozconfig   |   34 -
 staging-i686/vendor.js   |9 
 staging-x86_64/PKGBUILD  |  109 
 staging-x86_64/firefox-install-dir.patch |   12 
 staging-x86_64/firefox.desktop   |  352 --
 staging-x86_64/firefox.install   |   13 
 staging-x86_64/mozconfig |   34 -
 staging-x86_64/vendor.js |9 
 18 files changed, 1058 insertions(+), 1058 deletions(-)

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


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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 02:03:25
  Author: foutrelis
Revision: 237815

upgpkg: firefox 37.0.2-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 23:01:52 UTC (rev 237814)
+++ PKGBUILD2015-04-21 00:03:25 UTC (rev 237815)
@@ -3,8 +3,8 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=37.0.1
-pkgrel=3
+pkgver=37.0.2
+pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -24,7 +24,7 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js
 firefox-fixed-loading-icon.png)
-sha256sums=('8d10aab49017f0222dbbe4811b953d2ce61737ba612b13a98dcd4379510e18e6'
+sha256sums=('17d0258c1b4930d618e17ef64bdc4a919d215bd7460696b9855a152324e37a96'
 'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
 'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'


[arch-commits] Commit in geoip-database/repos/extra-any (4 files)

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 01:01:52
  Author: foutrelis
Revision: 237814

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 237813, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/check-last-modified.sh
(from rev 237813, geoip-database/trunk/check-last-modified.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/check-last-modified.sh

+
 PKGBUILD   |   96 +++
 check-last-modified.sh |   44 ++---
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-20 23:01:43 UTC (rev 237813)
+++ PKGBUILD2015-04-20 23:01:52 UTC (rev 237814)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=geoip-database
-pkgver=20150303
-pkgrel=1
-pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-arch=('any')
-url="http://dev.maxmind.com/geoip/legacy/downloadable/";
-license=('custom:OPEN DATA LICENSE')
-source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07'
-'a009b0f21968d2868e6dd19d14f3c3b8cd60ae84a4bfc2970df34d771a04811e'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz >$_database_name.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  for _database in {GeoIP,GeoIPv6}.dat; do
-if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
-  error "Copyright notice is missing from $_database; something is fishy!"
-  return 1
-fi
-  done
-}
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 237813, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-20 23:01:52 UTC (rev 237814)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=geoip-database
+pkgver=20150407
+pkgrel=1
+pkgdesc="GeoLite country geolocation database compiled by MaxMind"
+arch=('any')
+url="http://dev.maxmind.com/geoip/legacy/downloadable/";
+license=('custom:OPEN DATA LICENSE')
+source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz)
+sha256sums=('33104eb35340c97227ea93f7ba1c84c38742a4f8adea23a3201350e9bd918795'
+'71245e34e80e45257183eaab5392fbb2bd84c8e1757d9649bc22e39faff4e64f'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+prepare() {
+  cd "$srcdir"
+
+  for _database_name in GeoIP GeoIPv6; do
+gunzip -c $_database_name-$pkgver.dat.gz >$_database_name.dat
+  done
+}
+
+check() {
+  cd "$srcdir"
+
+  for _database in {GeoIP,GeoIPv6}.dat; do
+if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
+  error "Copyright notice is missing from $_database; something is fishy!"
+  return 1
+fi
+  done
+}
+
+package() {
+  cd "$srcdir"
+
+  install -d "$pkgdir/usr/share/GeoIP"
+  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP.dat GeoIPv6.dat
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: check-last-modified.sh
===
--- check-last-modified.sh  2015-04-20 23:01:43 UTC (rev 237813)
+++ check-last-modified.sh  2015-04-20 23:01:52 UTC (rev 237814)
@@ -1,22 +0,0 @@
-#!/bin/bash -e
-
-# Unicode characters taken from pactree.c
-UNICODE_IS_FUN="\u2514\u2500"
-
-verbose=0
-if [[ $1 == -v ]]; then
-   verbose=1
-fi
-
-URLS=(https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-  https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz)
-
-for url in ${URLS[@]}; do
-   last_mod=$(curl -sI $url | grep ^Last-Modified: | cut -d' ' -f2- | tr 
-d '\r')
-   echo "$last_mod (${url##*/})"
-
-   if ((verbose)); then
- 

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

2015-04-20 Thread Evangelos Foutras
Date: Tuesday, April 21, 2015 @ 01:01:43
  Author: foutrelis
Revision: 237813

upgpkg: geoip-database 20150407-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 22:26:48 UTC (rev 237812)
+++ PKGBUILD2015-04-20 23:01:43 UTC (rev 237813)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=geoip-database
-pkgver=20150303
+pkgver=20150407
 pkgrel=1
 pkgdesc="GeoLite country geolocation database compiled by MaxMind"
 arch=('any')
@@ -13,8 +13,8 @@
 http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
 noextract=(GeoIP-$pkgver.dat.gz
GeoIPv6-$pkgver.dat.gz)
-sha256sums=('79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07'
-'a009b0f21968d2868e6dd19d14f3c3b8cd60ae84a4bfc2970df34d771a04811e'
+sha256sums=('33104eb35340c97227ea93f7ba1c84c38742a4f8adea23a3201350e9bd918795'
+'71245e34e80e45257183eaab5392fbb2bd84c8e1757d9649bc22e39faff4e64f'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {


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

2015-04-20 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 00:26:48
  Author: arojas
Revision: 237812

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

Added:
  kdetoys-ktux/repos/extra-i686/PKGBUILD
(from rev 237811, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install
(from rev 237811, kdetoys-ktux/trunk/kdetoys-ktux.install)
  kdetoys-ktux/repos/extra-x86_64/PKGBUILD
(from rev 237811, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/extra-x86_64/kdetoys-ktux.install
(from rev 237811, kdetoys-ktux/trunk/kdetoys-ktux.install)
Deleted:
  kdetoys-ktux/repos/extra-i686/PKGBUILD
  kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install
  kdetoys-ktux/repos/extra-x86_64/PKGBUILD
  kdetoys-ktux/repos/extra-x86_64/kdetoys-ktux.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 22:25:53 UTC (rev 237811)
+++ extra-i686/PKGBUILD 2015-04-20 22:26:48 UTC (rev 237812)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdetoys-ktux
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz";)
-sha1sums=('2cca57e163f933643749d3a738362b738bfe61ce')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktux-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-ktux/repos/extra-i686/PKGBUILD (from rev 237811, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 22:26:48 UTC (rev 237812)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdetoys-ktux
+pkgver=15.04.0
+pkgrel=2
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz";)
+sha1sums=('2cca57e163f933643749d3a738362b738bfe61ce')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-ktux.install
===
--- extra-i686/kdetoys-ktux.install 2015-04-20 22:25:53 UTC (rev 237811)
+++ extra-i686/kdetoys-ktux.install 2015-04-20 22:26:48 UTC (rev 237812)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install (from rev 237811, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- extra-i686/kdetoys-ktux.install (rev 0)
+++ extra-i686/kdetoys-ktux.install 2015-04-20 22:26:48 UTC (rev 237812)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 22:25:53 UTC (rev 237811)
+++ extra-x86_64/PKGBUILD   2015-04-20 22:26:48 UTC (rev 237812)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdetoys-ktux
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/appli

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

2015-04-20 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 00:25:53
  Author: arojas
Revision: 237811

Remove from kde-applications group

Modified:
  kdetoys-ktux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 22:21:16 UTC (rev 237810)
+++ PKGBUILD2015-04-20 22:25:53 UTC (rev 237811)
@@ -4,12 +4,12 @@
 
 pkgname=kdetoys-ktux
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Tux-in-a-spaceship screen saver'
 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 kdebase/repos (16 files)

2015-04-20 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 00:21:16
  Author: arojas
Revision: 237810

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

Added:
  kdebase/repos/extra-i686/PKGBUILD
(from rev 237809, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-i686/kdebase-dolphin.install
(from rev 237809, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-i686/kdebase-konqueror.install
(from rev 237809, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-i686/kdebase.install
(from rev 237809, kdebase/trunk/kdebase.install)
  kdebase/repos/extra-x86_64/PKGBUILD
(from rev 237809, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
(from rev 237809, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
(from rev 237809, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-x86_64/kdebase.install
(from rev 237809, kdebase/trunk/kdebase.install)
Deleted:
  kdebase/repos/extra-i686/PKGBUILD
  kdebase/repos/extra-i686/kdebase-dolphin.install
  kdebase/repos/extra-i686/kdebase-konqueror.install
  kdebase/repos/extra-i686/kdebase.install
  kdebase/repos/extra-x86_64/PKGBUILD
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
  kdebase/repos/extra-x86_64/kdebase.install

+
 /PKGBUILD  |  278 +++
 /kdebase-dolphin.install   |   22 ++
 /kdebase-konqueror.install |   24 ++
 /kdebase.install   |   22 ++
 extra-i686/PKGBUILD|  138 ---
 extra-i686/kdebase-dolphin.install |   11 -
 extra-i686/kdebase-konqueror.install   |   12 -
 extra-i686/kdebase.install |   11 -
 extra-x86_64/PKGBUILD  |  138 ---
 extra-x86_64/kdebase-dolphin.install   |   11 -
 extra-x86_64/kdebase-konqueror.install |   12 -
 extra-x86_64/kdebase.install   |   11 -
 12 files changed, 346 insertions(+), 344 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 22:20:06 UTC (rev 237809)
+++ extra-i686/PKGBUILD 2015-04-20 22:21:16 UTC (rev 237810)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=15.04.0
-pkgrel=1
-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/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
-sha1sums=('18ec78a547ca68b110d3b82a12a0001bf62d0b66')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-baseapps-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-dolphin() {
-  pkgdesc='File Manager'
-  depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
-  optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-  'kdegraphics-thumbnailers: thumbnailers for various graphics 
files'
-  'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
-  'kdemultimedia-mplayerthumbs: thumbnailers for video files'
-  'kdesdk-thumbnailers: thumbnailers for development files'
-  'icoutils: thumbnailers for MS files'
-  'ruby: servicemenu installation'
-  'konsolepart4: open terminal in context menu')
-  url="http://kde.org/applications/system/dolphin/";
-  install=kdebase-dolphin.install
-
-  cd "$srcdir"/build/dolphin
-  make DESTDIR="$pkgdir" install
-  cd "$srcdir"/build/doc/dolphin
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-kdepasswd() {
-  pkgdesc='Change Password'
-  depends=('kdebase-runtime' 'kdebase-lib')
-
-  cd "$srcdir"/build/kdepasswd
-  make DESTDIR="$pkgdir" install
-  cd "$srcdir"/build/doc/kdepasswd
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-kdialog() {
-  pkgdesc='A utility for displaying dialog boxes from shell scripts'
-  depends=('kdebase-runtime')
-
-  cd "$srcdir"/build/kdialog
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-keditbookmarks() {
-  pkgdesc='Bookmark Organizer and Editor'
-  depends=('kdebase-runtime')
-
-  cd "$srcdir"/build/keditbookmarks
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-kfind() {
-  pkgdesc='Find Files/Folders'
-  depends=('kdebase-runtime' 'kdebase-lib')
-  url="http://kde.org/applications/utilities/kfind/";
-  install

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

2015-04-20 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 00:20:06
  Author: arojas
Revision: 237809

Remove kdebase-plasma from groups

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 22:12:19 UTC (rev 237808)
+++ PKGBUILD2015-04-20 22:20:06 UTC (rev 237809)
@@ -14,7 +14,7 @@
  'kdebase-lib'
  'kdebase-plasma')
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -132,6 +132,7 @@
 package_kdebase-plasma() {
   pkgdesc='Display the contents of folders (User´s home folder as default)'
   depends=('kdebase-workspace' 'kdebase-lib')
+  groups=()
 
   cd "$srcdir"/build/plasma
   make DESTDIR="$pkgdir" install


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

2015-04-20 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 00:12:19
  Author: arojas
Revision: 237808

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 22:09:19 UTC (rev 237807)
+++ extra-i686/PKGBUILD 2015-04-20 22:12:19 UTC (rev 237808)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.04.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('daf63e3534aec6c55c1e3d43f3bec73b2aeeab26')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-colorschemes() {
-   pkgdesc='KDE color schemes'
-   replaces=('kdeaccessibility-colorschemes')
-   cd $srcdir/build/ColorSchemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-desktopthemes() {
-   pkgdesc='KDE desktop themes'
-   cd $srcdir/build/desktopthemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-emoticons() {
-   pkgdesc='KDE emoticons'
-   cd $srcdir/build/emoticons
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-   replaces=('kdeaccessibility-iconthemes')
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-kscreensaver() {
-   pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
-   cd $srcdir/build/kscreensaver
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-styles() {
-   pkgdesc='KDE styles'
-   depends=('kdebase-workspace')
-   cd $srcdir/build/styles
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kwin-styles
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-wallpapers() {
-   pkgdesc='KDE wallpapers'
-   cd $srcdir/build/wallpapers
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/HighResolutionWallpapers
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}

Copied: kdeartwork/repos/extra-i686/PKGBUILD (from rev 237807, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 22:12:19 UTC (rev 237808)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.04.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('daf63e3534aec6c55c1e3d43f3bec73b2aeeab26')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   r

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

2015-04-20 Thread Antonio Rojas
Date: Tuesday, April 21, 2015 @ 00:09:19
  Author: arojas
Revision: 237807

Remove from kde-applications group

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 19:39:53 UTC (rev 237806)
+++ PKGBUILD2015-04-20 22:09:19 UTC (rev 237807)
@@ -13,11 +13,11 @@
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 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/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
 sha1sums=('daf63e3534aec6c55c1e3d43f3bec73b2aeeab26')


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

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 21:39:53
  Author: arojas
Revision: 237806

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

Added:
  signon-ui/repos/extra-i686/PKGBUILD
(from rev 237805, signon-ui/trunk/PKGBUILD)
  signon-ui/repos/extra-x86_64/PKGBUILD
(from rev 237805, signon-ui/trunk/PKGBUILD)
Deleted:
  signon-ui/repos/extra-i686/PKGBUILD
  signon-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 19:38:57 UTC (rev 237805)
+++ extra-i686/PKGBUILD 2015-04-20 19:39:53 UTC (rev 237806)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Josip Ponjavic 
-# Contributor: Balló György 
-
-pkgname=signon-ui
-pkgver=0.17+14.10.20140916
-pkgrel=1
-pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
-arch=(i686 x86_64)
-url="https://launchpad.net/online-accounts-signon-ui";
-license=(GPL)
-depends=(libaccounts-qt5 qt5-webkit signon libnotify)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
-md5sums=('1d38d956ad324d374cf5ef621eaa50b5')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-ui/repos/extra-i686/PKGBUILD (from rev 237805, 
signon-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 19:39:53 UTC (rev 237806)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Josip Ponjavic 
+# Contributor: Balló György 
+
+pkgname=signon-ui
+pkgver=0.17+15.04.20150410
+pkgrel=1
+pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
+arch=(i686 x86_64)
+url="https://launchpad.net/online-accounts-signon-ui";
+license=(GPL)
+depends=(libaccounts-qt5 qt5-webkit signon libnotify)
+source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
+md5sums=('94d0675d1d06956910dcc850ec70914b')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Do not install tests
+  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
+  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 19:38:57 UTC (rev 237805)
+++ extra-x86_64/PKGBUILD   2015-04-20 19:39:53 UTC (rev 237806)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Josip Ponjavic 
-# Contributor: Balló György 
-
-pkgname=signon-ui
-pkgver=0.17+14.10.20140916
-pkgrel=1
-pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
-arch=(i686 x86_64)
-url="https://launchpad.net/online-accounts-signon-ui";
-license=(GPL)
-depends=(libaccounts-qt5 qt5-webkit signon libnotify)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
-md5sums=('1d38d956ad324d374cf5ef621eaa50b5')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Do not install tests
-  echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-ui/repos/extra-x86_64/PKGBUILD (from rev 237805, 
signon-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-20 19:39:53 UTC (rev 237806)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Josip Ponjavic 
+# Contributor: Balló György 
+
+pkgname=signon-ui
+pkgver=0.17+15.04.20150410
+pkgrel=1
+pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
+arch=(i686 x86_64)
+url="https://launchpad.net/online-accounts-signon-ui";
+license=(GPL)
+depends=(libaccounts-qt5 qt5-webkit signon

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

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 21:38:57
  Author: arojas
Revision: 237805

Update to 0.17+15.04.20150410

Modified:
  signon-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 19:36:19 UTC (rev 237804)
+++ PKGBUILD2015-04-20 19:38:57 UTC (rev 237805)
@@ -4,7 +4,7 @@
 # Contributor: Balló György 
 
 pkgname=signon-ui
-pkgver=0.17+14.10.20140916
+pkgver=0.17+15.04.20150410
 pkgrel=1
 pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(libaccounts-qt5 qt5-webkit signon libnotify)
 
source=("http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
-md5sums=('1d38d956ad324d374cf5ef621eaa50b5')
+md5sums=('94d0675d1d06956910dcc850ec70914b')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in signon-plugin-oauth2/repos (4 files)

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 21:36:19
  Author: arojas
Revision: 237804

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

Added:
  signon-plugin-oauth2/repos/extra-i686/PKGBUILD
(from rev 237803, signon-plugin-oauth2/trunk/PKGBUILD)
  signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD
(from rev 237803, signon-plugin-oauth2/trunk/PKGBUILD)
Deleted:
  signon-plugin-oauth2/repos/extra-i686/PKGBUILD
  signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 19:34:19 UTC (rev 237803)
+++ extra-i686/PKGBUILD 2015-04-20 19:36:19 UTC (rev 237804)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Balló György 
-
-pkgname=signon-plugin-oauth2
-_pkgname=signon-oauth2
-pkgver=0.20
-pkgrel=1
-pkgdesc='OAuth 2 plugin for signon'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/";
-license=('LGPL')
-depends=('signon')
-makedepends=('qt5-xmlpatterns')
-source=("$pkgname-$pkgver.tar.gz::http://signon-plugin-oauth2.accounts-sso.googlecode.com/archive/$pkgver.tar.gz";)
-md5sums=('0f33239a661d11b51a0803657983043d')
-
-prepare() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
-
-  sed -i '/-Werror/d' common-project-config.pri
-
-  # Do not install tests and example
-  echo 'INSTALLS =' >>tests/tests.pro
-  echo 'INSTALLS =' >>example/example.pro
-}
-
-build() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
-
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-plugin-oauth2/repos/extra-i686/PKGBUILD (from rev 237803, 
signon-plugin-oauth2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 19:36:19 UTC (rev 237804)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Balló György 
+
+pkgname=signon-plugin-oauth2
+_pkgname=signon-oauth2
+pkgver=0.22
+pkgrel=1
+pkgdesc='OAuth 2 plugin for signon'
+arch=('i686' 'x86_64')
+url="https://gitlab.com/accounts-sso/signon-plugin-oauth2";
+license=('LGPL')
+depends=('signon')
+makedepends=('qt5-xmlpatterns')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('d7c3b7fffe6102fc58d479028141f2b4')
+
+prepare() {
+  cd signon-plugin-oauth2.git
+
+  sed -i '/-Werror/d' common-project-config.pri
+
+  # Do not install tests and example
+  echo 'INSTALLS =' >>tests/tests.pro
+  echo 'INSTALLS =' >>example/example.pro
+}
+
+build() {
+  cd signon-plugin-oauth2.git
+
+  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd signon-plugin-oauth2.git
+
+  make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 19:34:19 UTC (rev 237803)
+++ extra-x86_64/PKGBUILD   2015-04-20 19:36:19 UTC (rev 237804)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Balló György 
-
-pkgname=signon-plugin-oauth2
-_pkgname=signon-oauth2
-pkgver=0.20
-pkgrel=1
-pkgdesc='OAuth 2 plugin for signon'
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/";
-license=('LGPL')
-depends=('signon')
-makedepends=('qt5-xmlpatterns')
-source=("$pkgname-$pkgver.tar.gz::http://signon-plugin-oauth2.accounts-sso.googlecode.com/archive/$pkgver.tar.gz";)
-md5sums=('0f33239a661d11b51a0803657983043d')
-
-prepare() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
-
-  sed -i '/-Werror/d' common-project-config.pri
-
-  # Do not install tests and example
-  echo 'INSTALLS =' >>tests/tests.pro
-  echo 'INSTALLS =' >>example/example.pro
-}
-
-build() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
-
-  make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: signon-plugin-oauth2/repos/extra-x86_64/PKGBUILD (from rev 237803, 
signon-plugin-oauth2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-20 19:36:19 UTC (rev 237804)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Balló György 
+
+pkgname=signon-plugin-oauth2
+_pkgname=signon-oauth2
+pkgver=0.22
+pkgrel=1
+pkgdesc='OAuth 2 plugin for signon'
+arch=('i686' 'x86_64')
+url="https://gitlab.com/accounts-sso/signon-plugin-oauth2";
+license=('LGPL')
+d

[arch-commits] Commit in signon-plugin-oauth2/trunk (PKGBUILD)

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 21:34:19
  Author: arojas
Revision: 237803

Update to 0.22

Modified:
  signon-plugin-oauth2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 19:04:08 UTC (rev 237802)
+++ PKGBUILD2015-04-20 19:34:19 UTC (rev 237803)
@@ -4,7 +4,7 @@
 
 pkgname=signon-plugin-oauth2
 _pkgname=signon-oauth2
-pkgver=0.20
+pkgver=0.22
 pkgrel=1
 pkgdesc='OAuth 2 plugin for signon'
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 license=('LGPL')
 depends=('signon')
 makedepends=('qt5-xmlpatterns')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=$pkgver";)
-md5sums=('0f33239a661d11b51a0803657983043d')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('d7c3b7fffe6102fc58d479028141f2b4')
 
 prepare() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
+  cd signon-plugin-oauth2.git
 
   sed -i '/-Werror/d' common-project-config.pri
 
@@ -26,7 +26,7 @@
 }
 
 build() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
+  cd signon-plugin-oauth2.git
 
   qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
   make
@@ -33,7 +33,7 @@
 }
 
 package() {
-  cd signon-plugin-oauth2.accounts-sso-$pkgver
+  cd signon-plugin-oauth2.git
 
   make INSTALL_ROOT="$pkgdir" install
 }


[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 21:04:08
  Author: bpiotrowski
Revision: 237802

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

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 237801, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 237801, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 19:03:53 UTC (rev 237801)
+++ extra-i686/PKGBUILD 2015-04-20 19:04:08 UTC (rev 237802)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 237801, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 19:04:08 UTC (rev 237802)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="2"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 19:03:53 UTC (rev 237801)
+++ extra-x86_64/PKGBUILD   2015-04-20 19:04:08 UTC (rev 237802)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from r

[arch-commits] Commit in gnu-efi-libs/trunk (PKGBUILD)

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 21:03:53
  Author: bpiotrowski
Revision: 237801

upgpkg: gnu-efi-libs 3.0.2-2

fix mispush to [core]

Modified:
  gnu-efi-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 19:02:55 UTC (rev 237800)
+++ PKGBUILD2015-04-20 19:03:53 UTC (rev 237801)
@@ -8,7 +8,7 @@
 _pkgver="3.0.2"
 pkgname="gnu-efi-libs"
 pkgver="${_pkgver}"
-pkgrel="1"
+pkgrel="2"
 pkgdesc="Library for building UEFI Applications using GNU toolchain"
 url="http://sourceforge.net/projects/gnu-efi/";
 license=('GPL')


[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 21:02:55
  Author: bpiotrowski
Revision: 237800

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

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 237799, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 237799, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 18:55:17 UTC (rev 237799)
+++ extra-i686/PKGBUILD 2015-04-20 19:02:55 UTC (rev 237800)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 237799, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 19:02:55 UTC (rev 237800)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 18:55:17 UTC (rev 237799)
+++ extra-x86_64/PKGBUILD   2015-04-20 19:02:55 UTC (rev 237800)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.2"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('a9db2cabc01a2674715bd6aea2911f01')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make lib gnuefi inc apps
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-x86_64/PKGBUILD (from r

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

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 20:55:17
  Author: arojas
Revision: 237799

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

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 237798, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
(from rev 237798, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 237798, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
(from rev 237798, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install

--+
 /PKGBUILD|  202 +
 /kdebase-runtime.install |   26 
 extra-i686/PKGBUILD  |  101 
 extra-i686/kdebase-runtime.install   |   13 --
 extra-x86_64/PKGBUILD|  101 
 extra-x86_64/kdebase-runtime.install |   13 --
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 18:54:26 UTC (rev 237798)
+++ extra-i686/PKGBUILD 2015-04-20 18:55:17 UTC (rev 237799)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdebase-runtime
-pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
-pkgver=15.04.0
-pkgrel=3
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 
'libwebp'
-   'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('5cbfec48ead85a1cd3dab675b98623dd4a831d91')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package_khelpcenter4() {
-  pkgdesc=("Application to show KDE Applications' documentation")
-  depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
-  provides=('khelpcenter')
-  conflicts=('khelpcenter')
-
-  cd build/khelpcenter
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-runtime() {
-  depends=('kdelibs' 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-  optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send 
crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation'
-'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
-  provides=('notification-daemon')
-  install=$pkgname.install
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "${pkgdir}"/usr/share/icons/hicolor/index.theme
-
-# Remove khelpcenter
-  cd "$pkgdir"
-  find -name '*khelpcenter*' | xargs rm -fr
-  find -name 'khc*' | xargs rm -fr
-  rm usr/share/applications/kde4/Help.desktop
-
-# Remove docs
-  rm -r "$pkgdir"/usr/share/{doc,man}
-
-# Remove kdesu
-  rm "$pkgdir"/usr/lib/kde4/libexec/kdesu*
-}
-
-package_kdebase-runtime-doc() {
-  pkgdesc=("KDE4 documentation")
-  conflicts=('khelpcenter' 'plasma-desktop' 'kio-extras')
-
-  cd build/doc
-  make DESTDIR="$pkgdir" install
-
-# Remove kdesu docs
-  rm -r "$pkgdir"/usr/share/doc/HTML/en/kdesu/
-  rm "$pkgdir"/usr/share/man/man1/kdesu.1
-}
-
-package_kdesu4() {
-  pkgdesc=("Run KDE applications as root")
-  depends=('kdebase-runtime')
-  conflicts=('kde-cli-tools')
-
-  cd build/kdesu
-  make DESTDIR="$pkgdir" install
-
-  cd ../doc/kdesu
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/bin
-  ln -sf /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/
-
-  # FS#36668
-  chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 237798, 
kdebase-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 18:55:17 UTC (rev 237799)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdebase-runtime
+pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-ru

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

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 20:54:26
  Author: arojas
Revision: 237798

Make it possible to install khelpcenter4

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 18:12:09 UTC (rev 237797)
+++ PKGBUILD2015-04-20 18:54:26 UTC (rev 237798)
@@ -6,7 +6,7 @@
 pkgbase=kdebase-runtime
 pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
 pkgver=15.04.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -36,7 +36,7 @@
 package_khelpcenter4() {
   pkgdesc=("Application to show KDE Applications' documentation")
   depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
-  provides=('khelpcenter')
+  provides=("khelpcenter=$pkgver")
   conflicts=('khelpcenter')
 
   cd build/khelpcenter
@@ -71,7 +71,7 @@
 
 package_kdebase-runtime-doc() {
   pkgdesc=("KDE4 documentation")
-  conflicts=('khelpcenter' 'plasma-desktop' 'kio-extras')
+  conflicts=('khelpcenter<15' 'plasma-desktop' 'kio-extras')
 
   cd build/doc
   make DESTDIR="$pkgdir" install


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

2015-04-20 Thread Sergej Pupykin
Date: Monday, April 20, 2015 @ 20:44:00
  Author: spupykin
Revision: 131757

Modified:
  python2-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 18:33:36 UTC (rev 131756)
+++ PKGBUILD2015-04-20 18:44:00 UTC (rev 131757)
@@ -5,9 +5,9 @@
 
 pkgname=python2-gnutls
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper for the GNUTLS library"
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://cheeseshop.python.org/pypi/python-gnutls";
 depends=('python2' 'gnutls' 'libgcrypt')
 license=('LGPL')


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

2015-04-20 Thread Sergej Pupykin
Date: Monday, April 20, 2015 @ 20:33:36
  Author: spupykin
Revision: 131756

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

Added:
  python2-gnutls/repos/community-i686/PKGBUILD
(from rev 131755, python2-gnutls/trunk/PKGBUILD)
  python2-gnutls/repos/community-i686/libraryfunctions.patch
(from rev 131755, python2-gnutls/trunk/libraryfunctions.patch)
  python2-gnutls/repos/community-i686/libraryinit.patch
(from rev 131755, python2-gnutls/trunk/libraryinit.patch)
  python2-gnutls/repos/community-x86_64/PKGBUILD
(from rev 131755, python2-gnutls/trunk/PKGBUILD)
  python2-gnutls/repos/community-x86_64/libraryfunctions.patch
(from rev 131755, python2-gnutls/trunk/libraryfunctions.patch)
  python2-gnutls/repos/community-x86_64/libraryinit.patch
(from rev 131755, python2-gnutls/trunk/libraryinit.patch)
Deleted:
  python2-gnutls/repos/community-i686/PKGBUILD
  python2-gnutls/repos/community-i686/libraryfunctions.patch
  python2-gnutls/repos/community-i686/libraryinit.patch
  python2-gnutls/repos/community-x86_64/PKGBUILD
  python2-gnutls/repos/community-x86_64/libraryfunctions.patch
  python2-gnutls/repos/community-x86_64/libraryinit.patch

-+
 /PKGBUILD   |   60 ++
 /libraryfunctions.patch |  726 ++
 /libraryinit.patch  |   24 
 community-i686/PKGBUILD |   30 -
 community-i686/libraryfunctions.patch   |  224 -
 community-i686/libraryinit.patch|   40 -
 community-x86_64/PKGBUILD   |   30 -
 community-x86_64/libraryfunctions.patch |  224 -
 community-x86_64/libraryinit.patch  |   40 -
 9 files changed, 810 insertions(+), 588 deletions(-)

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


[arch-commits] Commit in python2-gnutls/trunk (3 files)

2015-04-20 Thread Sergej Pupykin
Date: Monday, April 20, 2015 @ 20:33:18
  Author: spupykin
Revision: 131755

upgpkg: python2-gnutls 2.0.1-1

upd

Modified:
  python2-gnutls/trunk/PKGBUILD
  python2-gnutls/trunk/libraryfunctions.patch
  python2-gnutls/trunk/libraryinit.patch

+
 PKGBUILD   |   18 -
 libraryfunctions.patch |  499 ++-
 libraryinit.patch  |   42 ---
 3 files changed, 335 insertions(+), 224 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 16:49:46 UTC (rev 131754)
+++ PKGBUILD2015-04-20 18:33:18 UTC (rev 131755)
@@ -4,8 +4,8 @@
 # Contributor: N3RD3X 
 
 pkgname=python2-gnutls
-pkgver=1.2.5
-pkgrel=4
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="Python wrapper for the GNUTLS library"
 arch=('i686' 'x86_64')
 url="http://cheeseshop.python.org/pypi/python-gnutls";
@@ -13,15 +13,15 @@
 license=('LGPL')
 
source=(http://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz
libraryinit.patch
-libraryfunctions.patch)
-md5sums=('a398a75b1f366857cf2628cf4d62dd34'
- '2ac537f816225bc324a9e0529774df48'
- '9907d3a446fdc3b33a70e57925d67298')
+   libraryfunctions.patch)
+md5sums=('adba310851a15d19ff29355385c6f74f'
+ 'cf61e4cb5a8e1ef1a96384aed0c0670a'
+ 'ed930abe1554dd53a7f6f14747496f2e')
 
-build() {
+prepare() {
   cd ${srcdir}/python-gnutls-${pkgver}
-  patch -Np0 <$srcdir/libraryinit.patch
-  patch -Np0 <$srcdir/libraryfunctions.patch
+  patch -p1 <$srcdir/libraryinit.patch
+  patch -p1 <$srcdir/libraryfunctions.patch
 }
 
 package() {

Modified: libraryfunctions.patch
===
--- libraryfunctions.patch  2015-04-20 16:49:46 UTC (rev 131754)
+++ libraryfunctions.patch  2015-04-20 18:33:18 UTC (rev 131755)
@@ -1,224 +1,363 @@
 gnutls/library/functions.py2011-08-19 07:48:14.0 +0400
-+++ gnutls.fixed/library/functions.py  2013-12-17 21:08:35.512682514 +0400
-@@ -4,7 +4,7 @@
- import sys
- from ctypes import *
+diff -wbBur python-gnutls-2.0.1.org/gnutls/connection.py 
python-gnutls-2.0.1/gnutls/connection.py
+--- python-gnutls-2.0.1.org/gnutls/connection.py   2014-07-02 
15:19:26.0 +0400
 python-gnutls-2.0.1/gnutls/connection.py   2015-04-20 20:23:20.288498813 
+0300
+@@ -24,22 +24,22 @@
+ from gnutls.library.constants import GNUTLS_A_CERTIFICATE_EXPIRED, 
GNUTLS_A_CERTIFICATE_REVOKED
+ from gnutls.library.constants import GNUTLS_NAME_DNS
+ from gnutls.library.types import gnutls_certificate_credentials_t, 
gnutls_session_t, gnutls_x509_crt_t
+-from gnutls.library.types import 
gnutls_certificate_server_retrieve_function
++from gnutls.library.types import gnutls_certificate_retrieve_function2
+ from gnutls.library.functions import *
  
--from gnutls.library import libgnutls, libgnutls_extra
-+from gnutls.library import libgnutls
- from gnutls.library.types import *
  
+-@gnutls_certificate_server_retrieve_function
+-def _retrieve_server_certificate(c_session, retr_st):
++@gnutls_certificate_retrieve_function2
++def _retrieve_server_certificate(c_session, a, b, c, d, retr2_st):
+ session = PyObj_FromPtr(gnutls_session_get_ptr(c_session))
+ identity = session.credentials.select_server_identity(session)
+-retr_st.contents.type = GNUTLS_CRT_X509
+-retr_st.contents.deinit_all = 0
++retr2_st.contents.cert_type = GNUTLS_CRT_X509
++retr2_st.contents.deinit_all = 0
+ if identity is None:
+-retr_st.contents.ncerts = 0
++retr2_st.contents.ncerts = 0
+ else:
+-retr_st.contents.ncerts = 1
+-retr_st.contents.cert.x509.contents = identity.cert._c_object
+-retr_st.contents.key.x509 = identity.key._c_object
++retr2_st.contents.ncerts = 1
++retr2_st.contents.cert.x509.contents = identity.cert._c_object
++retr2_st.contents.key.x509 = identity.key._c_object
+ return 0
  
-@@ -121,14 +121,6 @@
- gnutls_certificate_get_peers.argtypes = [gnutls_session_t, POINTER(c_uint)]
- gnutls_certificate_get_peers.restype = POINTER(gnutls_datum_t)
  
--gnutls_certificate_get_x509_cas = libgnutls.gnutls_certificate_get_x509_cas
--gnutls_certificate_get_x509_cas.argtypes = [gnutls_certificate_credentials_t, 
POINTER(POINTER(gnutls_x509_crt_t)), POINTER(c_uint)]
--gnutls_certificate_get_x509_cas.restype = None
+@@ -91,7 +91,7 @@
+ gnutls_certificate_set_x509_key(self._c_object, 
byref(cert._c_object), 1, key._c_object)
+ elif (cert, key) != (None, None):
+ raise ValueError("Specify neither or both the certificate and 
private key")
+-gnutls_certificate_server_set_retrieve_function(self._c_object, 
_retrieve_server_certificate)
++gnutls_certificate_set_retrieve_function2(self._c_object, 
_retrieve_server_certificate)
+ self._max_depth = 5
+ self._max_bits  = 8200
+ 

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

2015-04-20 Thread Evangelos Foutras
Date: Monday, April 20, 2015 @ 20:12:09
  Author: foutrelis
Revision: 237797

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

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 237796, thunar/trunk/PKGBUILD)
  thunar/repos/extra-i686/thunar.install
(from rev 237796, thunar/trunk/thunar.install)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 237796, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/thunar.install
(from rev 237796, thunar/trunk/thunar.install)
Deleted:
  
thunar/repos/extra-i686/0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/thunar.install
  
thunar/repos/extra-x86_64/0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch
  thunar/repos/extra-x86_64/PKGBUILD
  thunar/repos/extra-x86_64/thunar.install

--+
 /PKGBUILD| 
 118 ++
 /thunar.install  | 
  28 ++
 extra-i686/0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch   | 
  27 --
 extra-i686/PKGBUILD  | 
  64 -
 extra-i686/thunar.install| 
  14 -
 extra-x86_64/0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch | 
  27 --
 extra-x86_64/PKGBUILD| 
  64 -
 extra-x86_64/thunar.install  | 
  14 -
 8 files changed, 146 insertions(+), 210 deletions(-)

Deleted: 
extra-i686/0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch
===
--- extra-i686/0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch  
2015-04-20 18:11:59 UTC (rev 237796)
+++ extra-i686/0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch  
2015-04-20 18:12:09 UTC (rev 237797)
@@ -1,27 +0,0 @@
-From cdfdb7290abb270f5f98c93089c3b6e3c35859bc Mon Sep 17 00:00:00 2001
-From: Thaddaeus Tintenfisch 
-Date: Sun, 22 Feb 2015 23:34:45 +0100
-Subject: [PATCH] Fallback to non-cached version of source file (bug #9142)
-

- thunar/thunar-file.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
-index 9b5aa9b..9dedf47 100644
 a/thunar/thunar-file.c
-+++ b/thunar/thunar-file.c
-@@ -1978,6 +1978,10 @@ thunar_file_accepts_drop (ThunarFile *file,
-   /* determine the cached version of the source file */
-   ofile = thunar_file_cache_lookup (lp->data);
- 
-+  /* fallback to non-cached version */
-+  if (ofile == NULL)
-+ofile = thunar_file_get (lp->data, NULL);
-+
-   /* we have only move if we know the source and both the source 
and the target
-* are on the same disk, and the source file is owned by the 
current user.
-*/
--- 
-2.3.4
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 18:11:59 UTC (rev 237796)
+++ extra-i686/PKGBUILD 2015-04-20 18:12:09 UTC (rev 237797)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.6
-pkgrel=2
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org";
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'udev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gtk-doc' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
-0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch)
-sha256sums=('b9a55104b18ae01c5190d7ea02cbd7ba56d7affed9df416bf7fec6dff2d889b2'
-'a4e26ff5debb4e8324e26ea62a2897f5c63f5e11376cd35bea2950714039fa4f')
-
-prepare() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=9142
-  patch -Np1 -i 
../0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch
-}
-
-build() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---enable-dbus \
---enable-startup-notification \
---enable-gudev \

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

2015-04-20 Thread Evangelos Foutras
Date: Monday, April 20, 2015 @ 20:11:59
  Author: foutrelis
Revision: 237796

upgpkg: thunar 1.6.7-1

New upstream release.

Modified:
  thunar/trunk/PKGBUILD
Deleted:
  thunar/trunk/0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch

-+
 0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch |   27 
--
 PKGBUILD|   13 +---
 2 files changed, 4 insertions(+), 36 deletions(-)

Deleted: 0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch
===
--- 0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch 
2015-04-20 18:10:45 UTC (rev 237795)
+++ 0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch 
2015-04-20 18:11:59 UTC (rev 237796)
@@ -1,27 +0,0 @@
-From cdfdb7290abb270f5f98c93089c3b6e3c35859bc Mon Sep 17 00:00:00 2001
-From: Thaddaeus Tintenfisch 
-Date: Sun, 22 Feb 2015 23:34:45 +0100
-Subject: [PATCH] Fallback to non-cached version of source file (bug #9142)
-

- thunar/thunar-file.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
-index 9b5aa9b..9dedf47 100644
 a/thunar/thunar-file.c
-+++ b/thunar/thunar-file.c
-@@ -1978,6 +1978,10 @@ thunar_file_accepts_drop (ThunarFile *file,
-   /* determine the cached version of the source file */
-   ofile = thunar_file_cache_lookup (lp->data);
- 
-+  /* fallback to non-cached version */
-+  if (ofile == NULL)
-+ofile = thunar_file_get (lp->data, NULL);
-+
-   /* we have only move if we know the source and both the source 
and the target
-* are on the same disk, and the source file is owned by the 
current user.
-*/
--- 
-2.3.4
-

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 18:10:45 UTC (rev 237795)
+++ PKGBUILD2015-04-20 18:11:59 UTC (rev 237796)
@@ -3,8 +3,8 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=1.6.6
-pkgrel=2
+pkgver=1.6.7
+pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://thunar.xfce.org";
@@ -20,16 +20,11 @@
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2
-0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch)
-sha256sums=('b9a55104b18ae01c5190d7ea02cbd7ba56d7affed9df416bf7fec6dff2d889b2'
-'a4e26ff5debb4e8324e26ea62a2897f5c63f5e11376cd35bea2950714039fa4f')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('e35f05d5413ffd26bfe866f47b1d199045e3b42912da47c831d3689e12336ee5')
 
 prepare() {
   cd "$srcdir/Thunar-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=9142
-  patch -Np1 -i 
../0001-Fallback-to-non-cached-version-of-source-file-bug-91.patch
 }
 
 build() {


[arch-commits] Commit in gnu-efi-libs/repos (core-i686 core-x86_64)

2015-04-20 Thread Anatol Pomozov
Date: Monday, April 20, 2015 @ 20:10:45
  Author: anatolik
Revision: 237795

gnu-efi-libs belongs extra

Deleted:
  gnu-efi-libs/repos/core-i686/
  gnu-efi-libs/repos/core-x86_64/


[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-04-20 Thread Anatol Pomozov
Date: Monday, April 20, 2015 @ 20:09:51
  Author: anatolik
Revision: 237794

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

Added:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
(from rev 237793, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD
(from rev 237793, gnu-efi-libs/trunk/PKGBUILD)
Deleted:
  gnu-efi-libs/repos/extra-i686/PKGBUILD
  gnu-efi-libs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 17:46:31 UTC (rev 237793)
+++ extra-i686/PKGBUILD 2015-04-20 18:09:51 UTC (rev 237794)
@@ -1,36 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.1"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make -j1
-   make -j1 -C apps all
-
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/extra-i686/PKGBUILD (from rev 237793, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 18:09:51 UTC (rev 237794)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-20 17:46:31 UTC (rev 237793)
+++ extra-x86_64/PKGBUILD   2015-04-20 18:09:51 UTC (rev 237794)
@@ -1,36 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
-[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
-
-_pkgver="3.0.1"
-pkgname="gnu-efi-libs"
-pkgver="${_pkgver}"
-pkgrel="1"
-pkgdesc="Library for building UEFI Applications using GNU toolchain"
-url="http://sourceforge.net/projects/gnu-efi/";
-license=('GPL')
-arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
-makedepends=('pciutils')
-source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
-
-build() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make -j1
-   make -j1 -C apps all
-
-}
-
-package() {
-   cd "${srcdir}/gnu-efi-${_pkgver}/"
-
-   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
-
-   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-}

Copied: gnu-efi-libs/repos/ex

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

2015-04-20 Thread Guillaume Alaux
Date: Monday, April 20, 2015 @ 19:46:31
  Author: guillaume
Revision: 237793

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

Added:
  java8-openjdk/repos/extra-i686/PKGBUILD
(from rev 237792, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
(from rev 237792, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
(from rev 237792, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
(from rev 237792, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 237792, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 237792, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 237792, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 237792, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-i686/PKGBUILD
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

---+
 /PKGBUILD |  560 
 /install_jdk8-openjdk.sh  |  100 
 /install_jre8-openjdk-headless.sh |   96 
 /install_jre8-openjdk.sh  |  110 
 extra-i686/PKGBUILD   |  280 
 extra-i686/install_jdk8-openjdk.sh|   50 --
 extra-i686/install_jre8-openjdk-headless.sh   |   48 --
 extra-i686/install_jre8-openjdk.sh|   55 --
 extra-x86_64/PKGBUILD |  280 
 extra-x86_64/install_jdk8-openjdk.sh  |   50 --
 extra-x86_64/install_jre8-openjdk-headless.sh |   48 --
 extra-x86_64/install_jre8-openjdk.sh  |   55 --
 12 files changed, 866 insertions(+), 866 deletions(-)

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


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

2015-04-20 Thread Guillaume Alaux
Date: Monday, April 20, 2015 @ 19:45:20
  Author: guillaume
Revision: 237792

Upstream release 8.u45

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 16:23:08 UTC (rev 237791)
+++ PKGBUILD2015-04-20 17:45:20 UTC (rev 237792)
@@ -9,8 +9,8 @@
 pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
 pkgbase=java8-openjdk
 _java_ver=8
-_jdk_update=40
-_jdk_build=20
+_jdk_update=45
+_jdk_build=14
 pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
 pkgrel=1
@@ -29,14 +29,14 @@
 
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
 
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
 
-sha256sums=('1fc7ca0e760af9bab0620049d2e21cde557961101949e54ea74736872295bdde'
-'1363462eff9fa2550c803e823695a3f4086380b106dfcff78c456f10c42beb3e'
-'d61a7a2d4d211e068e469ce0894030a2daf9788d66f3994232d5b82c16c9360d'
-'2c4fab3a8589f3ac9ea531c7e70d4c0a8e15d995345a90bc5b3b8d8291af3f33'
-'6de0d99d6685761c064814855d1e3401e48aadb830a7c68d03b13f0a41e0e950'
-'ad83699c97dec550c532eaf98a8bc049c8fbf80d7211057e76a3c86e5fcc3c0f'
-'2fbe00ef3d4fe2b9f8f5c4a8618e1fb0f58704c6c07246bafd43f39b41d1'
-'39113708d318c070326b5d4543f1bd499bf7e77012f08b67ba0d0313730935ff')
+sha256sums=('b3567bc0383fedb263cd0b2ba84c8716b0dc4e51cf2828c56cdfd96e2d1aa6b2'
+'6158c421b49b6c197e17e198525998505f4643c4c7a6b92278f8e700e77f99de'
+'1dc7c5038f57f77a1e92cf1b48a188a0291805e69f570e1164efb7adb34c5a59'
+'2b125825962a2ff110afadb37784faf276e7146023c4a6cede6a3f923f48c692'
+'e6f6233c26335536436de89ebf741df8b142119d8b41abc34c3287dd155a43bb'
+'c5e0f96dd56326598bdd5e29c16ca63f2b12becf0228b6bac6688260c08e5976'
+'eed8556576f39d6028e5ce31560b157cf956ee82367501435c5844fd2ca970b9'
+'e18987e06e448820daa49e2ea5ef6dee2f497dadba5a2488bb707ba574cf30e9')
 
 case "${CARCH}" in
   'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;


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

2015-04-20 Thread Jonathan Steel
Date: Monday, April 20, 2015 @ 18:49:46
  Author: jsteel
Revision: 131754

archrelease: copy trunk to community-testing-any

Added:
  puppet/repos/community-testing-any/PKGBUILD
(from rev 131753, puppet/trunk/PKGBUILD)
  puppet/repos/community-testing-any/puppet.install
(from rev 131753, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-testing-any/PKGBUILD
  puppet/repos/community-testing-any/puppet.install

+
 PKGBUILD   |  122 +++
 puppet.install |   52 +++
 2 files changed, 86 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-20 16:49:35 UTC (rev 131753)
+++ PKGBUILD2015-04-20 16:49:46 UTC (rev 131754)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="http://puppetlabs.com/puppet/puppet-open-source";
-license=('APACHE')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management'
-'logrotate')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/fileserver.conf'
-'etc/puppetlabs/puppet/puppet.conf'
-'etc/logrotate.d/puppet')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('fe40c3d9a9845155df083c411f39d943')
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )" --rundir=/run
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/redhat/logrotate \
-"$pkgdir"/etc/logrotate.d/$pkgname
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/conf/fileserver.conf \
-"$pkgdir"/etc/puppetlabs/$pkgname/fileserver.conf
-
-  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
-
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 
"$srcdir"/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
-"$pkgdir"/usr/lib/systemd/system/${pkgname}master.service
-
-  # vim and emacs
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 131753, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-20 16:49:46 UTC (rev 131754)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source";
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/fileserver.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('fe40c3d9a9845155df083c411f39d943')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )" --rundir=/run
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/conf/fileserver.conf \
+"$pkgdir"/etc/puppetlabs/$pkgname/fileserver.conf
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/s

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

2015-04-20 Thread Jonathan Steel
Date: Monday, April 20, 2015 @ 18:49:35
  Author: jsteel
Revision: 131753

upgpkg: puppet 4.0.0-2

Modified:
  puppet/trunk/PKGBUILD
  puppet/trunk/puppet.install

+
 PKGBUILD   |   14 ++
 puppet.install |2 +-
 2 files changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 15:14:13 UTC (rev 131752)
+++ PKGBUILD2015-04-20 16:49:35 UTC (rev 131753)
@@ -10,18 +10,16 @@
 
 pkgname=puppet
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="http://puppetlabs.com/puppet/puppet-open-source";
-license=('APACHE')
+license=('Apache')
 depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management'
-'logrotate')
+optdepends=('ruby-shadow: user password management')
 backup=('etc/puppetlabs/puppet/auth.conf'
 'etc/puppetlabs/puppet/fileserver.conf'
-'etc/puppetlabs/puppet/puppet.conf'
-'etc/logrotate.d/puppet')
+'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
 md5sums=('fe40c3d9a9845155df083c411f39d943')
@@ -32,8 +30,6 @@
   ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
 'puts RbConfig::CONFIG["vendorlibdir"]' )" --rundir=/run
 
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/redhat/logrotate \
-"$pkgdir"/etc/logrotate.d/$pkgname
   install -Dm644 "$srcdir"/$pkgname-$pkgver/conf/fileserver.conf \
 "$pkgdir"/etc/puppetlabs/$pkgname/fileserver.conf
 
@@ -42,6 +38,8 @@
   echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
 "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
 
+  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
+
   # systemd
   install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
 "$pkgdir"/usr/lib/systemd/system/$pkgname.service

Modified: puppet.install
===
--- puppet.install  2015-04-20 15:14:13 UTC (rev 131752)
+++ puppet.install  2015-04-20 16:49:35 UTC (rev 131753)
@@ -8,7 +8,7 @@
   pre_install
 
   if  [ "$(vercmp 4 "$2")" -eq 1 ]; then
-echo '==> Version 4 beaks compatibility with version 3; you will need
+echo '==> Version 4 breaks compatibility with version 3; you will need
 ==> to follow upgrade instructions for your servers and clients:
 ==> https://docs.puppetlabs.com/puppet/4.0/reference/upgrade_server.html
 ==> https://docs.puppetlabs.com/puppet/4.0/reference/upgrade_agent.html'


[arch-commits] Commit in gnu-efi-libs/repos (4 files)

2015-04-20 Thread Anatol Pomozov
Date: Monday, April 20, 2015 @ 18:23:08
  Author: anatolik
Revision: 237791

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

Added:
  gnu-efi-libs/repos/core-i686/
  gnu-efi-libs/repos/core-i686/PKGBUILD
(from rev 237790, gnu-efi-libs/trunk/PKGBUILD)
  gnu-efi-libs/repos/core-x86_64/
  gnu-efi-libs/repos/core-x86_64/PKGBUILD
(from rev 237790, gnu-efi-libs/trunk/PKGBUILD)

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

Copied: gnu-efi-libs/repos/core-i686/PKGBUILD (from rev 237790, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-04-20 16:23:08 UTC (rev 237791)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}

Copied: gnu-efi-libs/repos/core-x86_64/PKGBUILD (from rev 237790, 
gnu-efi-libs/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-04-20 16:23:08 UTC (rev 237791)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
+[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
+
+_pkgver="3.0.2"
+pkgname="gnu-efi-libs"
+pkgver="${_pkgver}"
+pkgrel="1"
+pkgdesc="Library for building UEFI Applications using GNU toolchain"
+url="http://sourceforge.net/projects/gnu-efi/";
+license=('GPL')
+arch=('x86_64' 'i686')
+options=('!strip' '!makeflags' '!buildflags')
+makedepends=('pciutils')
+source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
+
+build() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make lib gnuefi inc apps
+}
+
+package() {
+   cd "${srcdir}/gnu-efi-${_pkgver}/"
+
+   make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
+
+   install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+}


[arch-commits] Commit in gnu-efi-libs/trunk (PKGBUILD)

2015-04-20 Thread Anatol Pomozov
Date: Monday, April 20, 2015 @ 18:22:34
  Author: anatolik
Revision: 237790

upgpkg: gnu-efi-libs 3.0.2-1

Modified:
  gnu-efi-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 15:46:51 UTC (rev 237789)
+++ PKGBUILD2015-04-20 16:22:34 UTC (rev 237790)
@@ -5,7 +5,7 @@
 [[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
 [[ "${CARCH}" == "i686" ]] && _EFI_ARCH="ia32"
 
-_pkgver="3.0.1"
+_pkgver="3.0.2"
 pkgname="gnu-efi-libs"
 pkgver="${_pkgver}"
 pkgrel="1"
@@ -13,17 +13,15 @@
 url="http://sourceforge.net/projects/gnu-efi/";
 license=('GPL')
 arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
+options=('!strip' '!makeflags' '!buildflags')
 makedepends=('pciutils')
 source=("http://download.sourceforge.net/gnu-efi/gnu-efi-${pkgver}.tar.bz2";)
-md5sums=('c4099c443b6b0c2b04dedc33e7814ec0')
+md5sums=('a9db2cabc01a2674715bd6aea2911f01')
 
 build() {
cd "${srcdir}/gnu-efi-${_pkgver}/"
 
-   make -j1
-   make -j1 -C apps all
-
+   make lib gnuefi inc apps
 }
 
 package() {
@@ -32,5 +30,5 @@
make INSTALLROOT="${pkgdir}" PREFIX="/usr" LIBDIR="/usr/lib" install
 
install -d "${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
-   install -D -m0644 "${srcdir}/gnu-efi-${_pkgver}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
+   install -D -m0644 
"${srcdir}/gnu-efi-${_pkgver}/${_EFI_ARCH}/apps"/*.efi 
"${pkgdir}/usr/share/gnu-efi/apps/${_EFI_ARCH}/"
 }


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

2015-04-20 Thread Felix Yan
Date: Monday, April 20, 2015 @ 17:46:51
  Author: fyan
Revision: 237789

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

Added:
  frameworkintegration/repos/extra-i686/PKGBUILD
(from rev 237788, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/extra-i686/fix_file_dialogs.patch
(from rev 237788, frameworkintegration/trunk/fix_file_dialogs.patch)
  frameworkintegration/repos/extra-x86_64/PKGBUILD
(from rev 237788, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/extra-x86_64/fix_file_dialogs.patch
(from rev 237788, frameworkintegration/trunk/fix_file_dialogs.patch)
Deleted:
  frameworkintegration/repos/extra-i686/PKGBUILD
  frameworkintegration/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   80 ++
 extra-i686/PKGBUILD |   41 -
 extra-i686/fix_file_dialogs.patch   |   25 ++
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/fix_file_dialogs.patch |   25 ++
 5 files changed, 130 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-20 14:23:04 UTC (rev 237788)
+++ extra-i686/PKGBUILD 2015-04-20 15:46:51 UTC (rev 237789)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=frameworkintegration
-pkgver=5.9.0
-pkgrel=2
-pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/frameworkintegration'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'libxcursor')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'fix_file_dialogs.patch')
-
-md5sums=('5a40c112b997e3a30848374bf2a1ae6f'
- 'b37ac613e304bbfb984e659bc160bccb')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/fix_file_dialogs.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
-}

Copied: frameworkintegration/repos/extra-i686/PKGBUILD (from rev 237788, 
frameworkintegration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-20 15:46:51 UTC (rev 237789)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.9.0
+pkgrel=3
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen' 'libxcursor')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'fix_file_dialogs.patch')
+md5sums=('5a40c112b997e3a30848374bf2a1ae6f'
+ '89351a4b31f610bad9962693a1bd2b7e')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/fix_file_dialogs.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
+}

Copied: frameworkintegration/repos/extra-i686/fix_file_dialogs.patch (from rev 
237788, frameworkintegration/trunk/fix_file_dialogs.patch)
===
--- extra-i686/fix_file_dialogs.patch   (rev 0)
+++ extra-i686/fix_file_dialogs.patch   2015-04-20 15:46:51 UTC (rev 237789)
@@ -0,0 +1,25 @@
+--- a/src/platformtheme/kdeplatformfiledialoghelper.cpp
 b/src/platformtheme/kdeplatformfiledialoghelper.cpp
+@@ -272,6 +272,7 @@
+ 
+ void KDEPlatformFileDialogHelper::exec()
+ {
++m_dialog->hide(); // ensure dialog is not shown (exec would block input)
+ m_dialog->winId(); // ensure there's a window created
+ KSharedConfig::Ptr conf = KSharedConfig::openConfig();
+ KWindowConfig::restoreWindowSize(m_dialog->windowHandle(), 
conf->group("FileDialogSize"));
+@@ -296,11 +297,11 @@
+ 
+ bool KDEPlatformFileDialogHelper::show(Qt::WindowFlags windowFlags, 
Qt::WindowModality windowModality, QWindow *parent)
+ {
++Q_UNUSED(parent)
+ initializeDialog();
+ m_dialog->setWindowFlags(windowFlags);
+ m_dialog->setWindowModality(windowModality);
+-if (!parent || (parent && !

[arch-commits] Commit in gnome-pie/trunk (PKGBUILD gnome-session.patch gnome.patch)

2015-04-20 Thread Balló György
Date: Monday, April 20, 2015 @ 17:14:03
  Author: bgyorgy
Revision: 131751

upgpkg: gnome-pie 0.6.1-1

Update to version 0.6.1

Added:
  gnome-pie/trunk/gnome.patch
Modified:
  gnome-pie/trunk/PKGBUILD
Deleted:
  gnome-pie/trunk/gnome-session.patch

-+
 PKGBUILD|   12 ++-
 gnome-session.patch |   50 ---
 gnome.patch |  161 ++
 3 files changed, 168 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 15:09:02 UTC (rev 131750)
+++ PKGBUILD2015-04-20 15:14:03 UTC (rev 131751)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-pie
 _pkgname=Gnome-Pie
-pkgver=0.5.7
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Circular application launcher for GNOME"
 arch=('i686' 'x86_64')
@@ -13,13 +13,15 @@
 makedepends=('cmake' 'vala')
 install=$pkgname.install
 
source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
-gnome-session.patch)
-md5sums=('b35994b55a893f3c9ce3ac664d7286db'
- '7e2875e5ace6eb0742389e85c9145871')
+gnome.patch)
+md5sums=('3540af02d551695d9fe6d6a5969e214f'
+ '8868652bc69593667f015bd73f9dad77')
 
 prepare() {
   cd $_pkgname-$pkgver
-  patch -Np1 -i ../gnome-session.patch
+
+  # Compatibility fixes for recent GNOME versions
+  patch -Np1 -i ../gnome.patch
 }
 
 build() {

Deleted: gnome-session.patch
===
--- gnome-session.patch 2015-04-20 15:09:02 UTC (rev 131750)
+++ gnome-session.patch 2015-04-20 15:14:03 UTC (rev 131751)
@@ -1,50 +0,0 @@
-diff -Naur Gnome-Pie-0.5.5.orig/src/actionGroups/sessionGroup.vala 
Gnome-Pie-0.5.5/src/actionGroups/sessionGroup.vala
 Gnome-Pie-0.5.5.orig/src/actionGroups/sessionGroup.vala2013-03-17 
12:15:02.0 +0100
-+++ Gnome-Pie-0.5.5/src/actionGroups/sessionGroup.vala 2014-08-11 
13:20:44.830325275 +0200
-@@ -58,13 +58,13 @@
- //iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, 
"org.freedesktop.ConsoleKit", "/org/freedesktop/ConsoleKit/Manager");
- 
- this.add_action(new AppAction(_("Shutdown"), "gnome-shutdown", 
--"dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown"));
-+"dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.Shutdown"));
- 
--this.add_action(new AppAction(_("Logout"), "gnome-session-logout", 
-+this.add_action(new AppAction(_("Logout"), "gnome-logout", 
- "dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.Logout uint32:1"));
- 
--this.add_action(new AppAction(_("Reboot"), "gnome-session-reboot", 
--"dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.RequestReboot"));
-+this.add_action(new AppAction(_("Reboot"), "view-refresh", 
-+"dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.Reboot"));
- }
- 
- // TODO: check for available interfaces --- these may work too:
-diff -Naur Gnome-Pie-0.5.5.orig/src/pies/defaultConfig.vala 
Gnome-Pie-0.5.5/src/pies/defaultConfig.vala
 Gnome-Pie-0.5.5.orig/src/pies/defaultConfig.vala   2013-03-17 
12:15:02.0 +0100
-+++ Gnome-Pie-0.5.5/src/pies/defaultConfig.vala2014-08-11 
13:22:50.953499473 +0200
-@@ -47,11 +47,11 @@
- bookmarks.add_group(new DevicesGroup(bookmarks.id));
- 
- // add a pie with session controls
--var session = PieManager.create_persistent_pie(_("Session"), 
"gnome-session-halt", new Trigger.from_string("q"));
-+var session = PieManager.create_persistent_pie(_("Session"), 
"gnome-logout", new Trigger.from_string("q"));
- session.add_group(new SessionGroup(session.id));
- 
- // add a pie with a main menu
--var menu = PieManager.create_persistent_pie(_("Main Menu"), 
"alacarte", new Trigger.from_string("space"));
-+var menu = PieManager.create_persistent_pie(_("Main Menu"), 
"gnome-main-menu", new Trigger.from_string("space"));
- menu.add_group(new MenuGroup(menu.id));
- 
- // add a pie with window controls
-diff -Naur Gnome-Pie-0.5.5.orig/src/utilities/config.vala 
Gnome-Pie-0.5.5/src/utilities/config.vala
 Gnome-Pie-0.5.5.orig/src/utilities/config.vala 2014-08-11 
14:22:10.914071339 +0200
-+++ Gnome-Pie-0.5.5/src/utilities/config.vala  2014-08-11 14:22:30.664573331 
+0200
-@@ -180,7 +180,7 @@
- 
- if (themes.size > 0) {
- if (current == "") {
--current = "Unity";
-+current = "Adwaita";
- warning("No theme specified! Using def

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

2015-04-20 Thread Balló György
Date: Monday, April 20, 2015 @ 17:14:13
  Author: bgyorgy
Revision: 131752

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

Added:
  gnome-pie/repos/community-i686/PKGBUILD
(from rev 131751, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-i686/gnome-pie.install
(from rev 131751, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-i686/gnome.patch
(from rev 131751, gnome-pie/trunk/gnome.patch)
  gnome-pie/repos/community-x86_64/PKGBUILD
(from rev 131751, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-x86_64/gnome-pie.install
(from rev 131751, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-x86_64/gnome.patch
(from rev 131751, gnome-pie/trunk/gnome.patch)
Deleted:
  gnome-pie/repos/community-i686/PKGBUILD
  gnome-pie/repos/community-i686/gnome-pie.install
  gnome-pie/repos/community-i686/gnome-session.patch
  gnome-pie/repos/community-x86_64/PKGBUILD
  gnome-pie/repos/community-x86_64/gnome-pie.install
  gnome-pie/repos/community-x86_64/gnome-session.patch

--+
 /PKGBUILD|   76 +++
 /gnome-pie.install   |   22 
 community-i686/PKGBUILD  |   36 ---
 community-i686/gnome-pie.install |   11 --
 community-i686/gnome-session.patch   |   50 --
 community-i686/gnome.patch   |  161 +
 community-x86_64/PKGBUILD|   36 ---
 community-x86_64/gnome-pie.install   |   11 --
 community-x86_64/gnome-session.patch |   50 --
 community-x86_64/gnome.patch |  161 +
 10 files changed, 420 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-20 15:14:03 UTC (rev 131751)
+++ community-i686/PKGBUILD 2015-04-20 15:14:13 UTC (rev 131752)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.5.7
-pkgrel=1
-pkgdesc="Circular application launcher for GNOME"
-arch=('i686' 'x86_64')
-url="http://gnome-pie.simonschneegans.de/";
-license=('GPL')
-depends=('bamf' 'libgee' 'gnome-menus')
-makedepends=('cmake' 'vala')
-install=$pkgname.install
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
-gnome-session.patch)
-md5sums=('b35994b55a893f3c9ce3ac664d7286db'
- '7e2875e5ace6eb0742389e85c9145871')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  patch -Np1 -i ../gnome-session.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  [[ -d build ]] || mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-pie/repos/community-i686/PKGBUILD (from rev 131751, 
gnome-pie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-20 15:14:13 UTC (rev 131752)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Circular application launcher for GNOME"
+arch=('i686' 'x86_64')
+url="http://gnome-pie.simonschneegans.de/";
+license=('GPL')
+depends=('bamf' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
+gnome.patch)
+md5sums=('3540af02d551695d9fe6d6a5969e214f'
+ '8868652bc69593667f015bd73f9dad77')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Compatibility fixes for recent GNOME versions
+  patch -Np1 -i ../gnome.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnome-pie.install
===
--- community-i686/gnome-pie.install2015-04-20 15:14:03 UTC (rev 131751)
+++ community-i686/gnome-pie.install2015-04-20 15:14:13 UTC (rev 131752)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-pie/repos/community-i686/gnome-pie.install (from rev 131751, 
gnome-pie/trunk/gnome-pie.install)
===
--- community-i686/gnome-pie.install(rev 0)
+++ community-i686/gnome-pie.install2015-04-20 15:14:13 UTC (rev 131752)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install 

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

2015-04-20 Thread Felix Yan
Date: Monday, April 20, 2015 @ 17:09:02
  Author: fyan
Revision: 131750

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 131749, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-20 15:08:37 UTC (rev 131749)
+++ PKGBUILD2015-04-20 15:09:02 UTC (rev 131750)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=1.12
-pkgrel=2
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck";
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('e960ccb4181be01668815580d69e3eb42380a8b9989ba408ad31aa0f5bfe5c15')
-
-build() {
-  cd "${srcdir}/thefuck-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  # install LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 131749, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-20 15:09:02 UTC (rev 131750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=1.13
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck";
+license=('MIT')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
+sha256sums=('3d00222a2ee5eede2fafe69f16ac697fab6c29dcf0d83c3efbcc7bcb6dff145b')
+
+build() {
+  cd "${srcdir}/thefuck-$pkgver"
+  python setup.py build
+}
+
+check() {
+  # Tests not included in released tarball
+  cd "${srcdir}/thefuck-$pkgver"
+  # py.test
+}
+
+package() {
+  cd thefuck-$pkgver
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-20 Thread Felix Yan
Date: Monday, April 20, 2015 @ 17:08:37
  Author: fyan
Revision: 131749

upgpkg: thefuck 1.13-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 14:08:37 UTC (rev 131748)
+++ PKGBUILD2015-04-20 15:08:37 UTC (rev 131749)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=1.12
-pkgrel=2
+pkgver=1.13
+pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck";
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 
source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz";)
-sha256sums=('e960ccb4181be01668815580d69e3eb42380a8b9989ba408ad31aa0f5bfe5c15')
+sha256sums=('3d00222a2ee5eede2fafe69f16ac697fab6c29dcf0d83c3efbcc7bcb6dff145b')
 
 build() {
   cd "${srcdir}/thefuck-$pkgver"
@@ -27,7 +27,8 @@
 package() {
   cd thefuck-$pkgver
   python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  # install LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in frameworkintegration/trunk (fix_file_dialogs.patch)

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 16:23:04
  Author: arojas
Revision: 237788

Fix patch mime type

Modified:
  frameworkintegration/trunk/fix_file_dialogs.patch (properties)

Index: frameworkintegration/trunk/fix_file_dialogs.patch
===
--- frameworkintegration/trunk/fix_file_dialogs.patch   2015-04-20 14:14:00 UTC 
(rev 237787)
+++ frameworkintegration/trunk/fix_file_dialogs.patch   2015-04-20 14:23:04 UTC 
(rev 237788)

Property changes on: frameworkintegration/trunk/fix_file_dialogs.patch
___
Deleted: svn:mime-type
## -1 +0,0 ##
-message/rfc822
\ No newline at end of property


[arch-commits] Commit in frameworkintegration/trunk (PKGBUILD fix_file_dialogs.patch)

2015-04-20 Thread Antonio Rojas
Date: Monday, April 20, 2015 @ 16:14:00
  Author: arojas
Revision: 237787

Fix patch

Modified:
  frameworkintegration/trunk/PKGBUILD
  frameworkintegration/trunk/fix_file_dialogs.patch

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 12:14:45 UTC (rev 237786)
+++ PKGBUILD2015-04-20 14:14:00 UTC (rev 237787)
@@ -4,7 +4,7 @@
 
 pkgname=frameworkintegration
 pkgver=5.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'
@@ -13,9 +13,8 @@
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'fix_file_dialogs.patch')
-
 md5sums=('5a40c112b997e3a30848374bf2a1ae6f'
- 'b37ac613e304bbfb984e659bc160bccb')
+ '89351a4b31f610bad9962693a1bd2b7e')
 
 prepare() {
   mkdir -p build

Modified: fix_file_dialogs.patch
===
(Binary files differ)


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

2015-04-20 Thread Balló György
Date: Monday, April 20, 2015 @ 16:08:37
  Author: bgyorgy
Revision: 131748

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

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

+
 /PKGBUILD  |   78 +++
 /guake.install |   44 ++
 community-i686/PKGBUILD|   39 ---
 community-i686/guake.install   |   22 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/guake.install |   22 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-20 14:08:28 UTC (rev 131747)
+++ community-i686/PKGBUILD 2015-04-20 14:08:37 UTC (rev 131748)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel Velasquez 
-# Contributor: Wilson Pinto Júnior (N3RD3X) 
-# Contributor: Attila Bukor 
-
-pkgname=guake
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Drop-down terminal for GNOME'
-arch=('i686' 'x86_64')
-url="https://github.com/Guake/guake/";
-license=('GPL')
-depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 
'libutempter')
-makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('a9f5b27540b0d38e2c6dd88c7018f6f3')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --disable-static --disable-schemas-install \
-   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-   PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: guake/repos/community-i686/PKGBUILD (from rev 131747, 
guake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-20 14:08:37 UTC (rev 131748)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel Velasquez 
+# Contributor: Wilson Pinto Júnior (N3RD3X) 
+# Contributor: Attila Bukor 
+
+pkgname=guake
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('i686' 'x86_64')
+url="https://github.com/Guake/guake/";
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 
'libutempter')
+makedepends=('intltool' 'gnome-common')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('86502b6a8e12d42d74e6da7eaa403877')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
+  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+   --disable-static --disable-schemas-install \
+   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+   PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/guake.install
===
--- community-i686/guake.install2015-04-20 14:08:28 UTC (rev 131747)
+++ community-i686/guake.install2015-04-20 14:08:37 UTC (rev 131748)
@@ -1,22 +0,0 @@
-pkgname=guake
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: guake/repos/community-i686/guake.install (from rev 131747, 
guake/trunk/guake.install)
===
--- community-i686/guake.install(rev 0)
+++ community-i686/guake.install2015-04-20 14:08:37 UTC (rev 131748)
@@ -0,0 +1,22 @@
+pkgname=guake
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-

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

2015-04-20 Thread Balló György
Date: Monday, April 20, 2015 @ 16:08:28
  Author: bgyorgy
Revision: 131747

upgpkg: guake 0.6.0-1

Update to version 0.6.0

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 14:05:50 UTC (rev 131746)
+++ PKGBUILD2015-04-20 14:08:28 UTC (rev 131747)
@@ -5,7 +5,7 @@
 # Contributor: Attila Bukor 
 
 pkgname=guake
-pkgver=0.5.2
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('a9f5b27540b0d38e2c6dd88c7018f6f3')
+md5sums=('86502b6a8e12d42d74e6da7eaa403877')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-04-20 Thread Sergej Pupykin
Date: Monday, April 20, 2015 @ 16:05:50
  Author: spupykin
Revision: 131746

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

Added:
  fox-devel/repos/community-i686/PKGBUILD
(from rev 131745, fox-devel/trunk/PKGBUILD)
  fox-devel/repos/community-x86_64/PKGBUILD
(from rev 131745, fox-devel/trunk/PKGBUILD)
Deleted:
  fox-devel/repos/community-i686/PKGBUILD
  fox-devel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-20 14:05:36 UTC (rev 131745)
+++ community-i686/PKGBUILD 2015-04-20 14:05:50 UTC (rev 131746)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=fox-devel
-pkgver=1.7.50
-pkgrel=1
-pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
-arch=('i686' 'x86_64')
-url="http://www.fox-toolkit.org/";
-license=('LGPL' 'custom')
-depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
-makedepends=('mesa')
-provides=("fox=$pkgver")
-source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
-md5sums=('ab8ef768c5052d5826e939927061a137')
-
-build() {
-  cd fox-$pkgver
-  ./configure   --prefix=/usr \
---enable-static=no \
---enable-release \
---with-xft=yes \
---with-opengl=yes \
---with-xim \
---with-xshm \
---with-shape \
---with-xcursor \
---with-xrender \
---with-xrandr \
---with-xfixes \
---with-xinput
-  make
-}
-
-package() {
-  cd fox-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENSE_ADDENDUM "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # rename apps to prevent conflicts with fox
-  for _f in `find $pkgdir/usr/bin -type f`; do
-mv $_f $_f-1.7
-  done;
-  for _f in `find $pkgdir/usr/share/man -type f`; do
-mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
-  done;
-}

Copied: fox-devel/repos/community-i686/PKGBUILD (from rev 131745, 
fox-devel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-20 14:05:50 UTC (rev 131746)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=fox-devel
+pkgver=1.7.51
+pkgrel=1
+pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
+arch=('i686' 'x86_64')
+url="http://www.fox-toolkit.org/";
+license=('LGPL' 'custom')
+depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
+makedepends=('mesa')
+provides=("fox=$pkgver")
+source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
+md5sums=('571e8fd20a98e615a281fa2e56e76be2')
+
+build() {
+  cd fox-$pkgver
+  ./configure   --prefix=/usr \
+--enable-static=no \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd fox-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENSE_ADDENDUM "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # rename apps to prevent conflicts with fox
+  for _f in `find $pkgdir/usr/bin -type f`; do
+mv $_f $_f-1.7
+  done;
+  for _f in `find $pkgdir/usr/share/man -type f`; do
+mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
+  done;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-20 14:05:36 UTC (rev 131745)
+++ community-x86_64/PKGBUILD   2015-04-20 14:05:50 UTC (rev 131746)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=fox-devel
-pkgver=1.7.50
-pkgrel=1
-pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
-arch=('i686' 'x86_64')
-url="http://www.fox-toolkit.org/";
-license=('LGPL' 'custom')
-depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
-makedepends=('mesa')
-provides=("fox=$pkgver")
-source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
-md5sums=('ab8ef768c5052d5826e939927061a137')
-
-build() {
-  cd fox-$pkgver
-  ./configure   --prefix=/usr \
---enable-static=no \
---enable-release \
---with-xft=yes \
---with-opengl=yes \
---with-

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

2015-04-20 Thread Sergej Pupykin
Date: Monday, April 20, 2015 @ 16:05:16
  Author: spupykin
Revision: 131743

upgpkg: bmake 20150418-1

upd

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 10:05:06 UTC (rev 131742)
+++ PKGBUILD2015-04-20 14:05:16 UTC (rev 131743)
@@ -3,7 +3,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20150410
+pkgver=20150418
 pkgrel=1
 pkgdesc="Portable version of the NetBSD 'make' build tool"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url="http://www.crufty.net/help/sjg/bmake.html";
 license=('BSD')
 source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
-md5sums=('268da0664d01bfb8d4d686ddf5fecf95')
+md5sums=('7971828d176721067d3f7a4038224bae')
 
 prepare() {
 cd "$srcdir/$pkgname"


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

2015-04-20 Thread Sergej Pupykin
Date: Monday, April 20, 2015 @ 16:05:36
  Author: spupykin
Revision: 131745

upgpkg: fox-devel 1.7.51-1

upd

Modified:
  fox-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 14:05:33 UTC (rev 131744)
+++ PKGBUILD2015-04-20 14:05:36 UTC (rev 131745)
@@ -3,7 +3,7 @@
 # Contributor: Dany Martineau 
 
 pkgname=fox-devel
-pkgver=1.7.50
+pkgver=1.7.51
 pkgrel=1
 pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('mesa')
 provides=("fox=$pkgver")
 source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
-md5sums=('ab8ef768c5052d5826e939927061a137')
+md5sums=('571e8fd20a98e615a281fa2e56e76be2')
 
 build() {
   cd fox-$pkgver


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

2015-04-20 Thread Sergej Pupykin
Date: Monday, April 20, 2015 @ 16:05:33
  Author: spupykin
Revision: 131744

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-20 14:05:16 UTC (rev 131743)
+++ community-i686/PKGBUILD 2015-04-20 14:05:33 UTC (rev 131744)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20150410
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html";
-license=('BSD')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
-md5sums=('268da0664d01bfb8d4d686ddf5fecf95')
-
-prepare() {
-cd "$srcdir/$pkgname"
-# Add missing bsd.*.mk symlinks
-_links_orig="dep doc init lib links man nls obj own prog subdir"
-_links_new="dep doc inc init lib links man nls obj own prog subdir"
-sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-cd "$srcdir"
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd "$srcdir/bmake-build"
-# Fix directory permissions on install
-install -dm0755 "$pkgdir/usr/bin"
-install -dm0755 "$pkgdir/usr/share/man/cat1"
-install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
-sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
-head -n70 ../bmake/main.c >$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 131743, 
bmake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-20 14:05:33 UTC (rev 131744)
@@ -0,0 +1,38 @@
+# Maintainer: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20150418
+pkgrel=1
+pkgdesc="Portable version of the NetBSD 'make' build tool"
+arch=('i686' 'x86_64')
+url="http://www.crufty.net/help/sjg/bmake.html";
+license=('BSD')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
+md5sums=('7971828d176721067d3f7a4038224bae')
+
+prepare() {
+cd "$srcdir/$pkgname"
+# Add missing bsd.*.mk symlinks
+_links_orig="dep doc init lib links man nls obj own prog subdir"
+_links_new="dep doc inc init lib links man nls obj own prog subdir"
+sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
+}
+
+build() {
+cd "$srcdir"
+mkdir -p bmake-build
+cd bmake-build
+sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+cd "$srcdir/bmake-build"
+# Fix directory permissions on install
+install -dm0755 "$pkgdir/usr/bin"
+install -dm0755 "$pkgdir/usr/share/man/cat1"
+install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
+sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
+head -n70 ../bmake/main.c >$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-20 14:05:16 UTC (rev 131743)
+++ community-x86_64/PKGBUILD   2015-04-20 14:05:33 UTC (rev 131744)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20150410
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html";
-license=('BSD')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
-md5sums=('268da0664d01bfb8d4d686ddf5fecf95')
-
-prepare() {
-cd "$srcdir/$pkgname"
-# Add missing bsd.*.mk symlinks
-_links_orig="dep doc init lib links man nls obj own prog subdir"
-_links_new="dep doc inc init lib links man nls obj own prog subdir"
-sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-cd "$srcdir"
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd "$srcdir/bmake-build"
-# Fix directory permissions on install
-install -dm0755 "$pkgdir/usr/bin"
-install -dm0755 "$pkgdir/usr/share/man/cat1"
-install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
-sh ../bmake/boot-strap --prefix=/usr --install-d

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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 14:14:45
  Author: bpiotrowski
Revision: 237786

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

Added:
  xine-lib/repos/staging-i686/
  xine-lib/repos/staging-i686/PKGBUILD
(from rev 237785, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 237785, xine-lib/trunk/PKGBUILD)

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

Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 237785, 
xine-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-20 12:14:45 UTC (rev 237786)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=5
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libdvdnav: for using the dvd plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--with-external-dvdnav \
+--disable-optimizations 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 237785, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-20 12:14:45 UTC (rev 237786)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=5
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org";
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 'libdvdnav'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libdvdnav: for using the dvd plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enabl

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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 14:14:30
  Author: bpiotrowski
Revision: 237785

upgpkg: xine-lib 1.2.6-5

rebuild against libvpx 1.4.0

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 12:03:42 UTC (rev 237784)
+++ PKGBUILD2015-04-20 12:14:30 UTC (rev 237785)
@@ -3,7 +3,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.6
-pkgrel=4
+pkgrel=5
 pkgdesc="A multimedia playback engine"
 arch=('i686' 'x86_64')
 url="http://www.xine-project.org";


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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 14:03:42
  Author: bpiotrowski
Revision: 237784

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

Added:
  gst-plugins-good/repos/staging-i686/
  gst-plugins-good/repos/staging-i686/PKGBUILD
(from rev 237783, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/staging-x86_64/
  gst-plugins-good/repos/staging-x86_64/PKGBUILD
(from rev 237783, gst-plugins-good/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   40 
 staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

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

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


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

2015-04-20 Thread Bartłomiej Piotrowski
Date: Monday, April 20, 2015 @ 14:03:30
  Author: bpiotrowski
Revision: 237783

upgpkg: gst-plugins-good 1.4.5-2

rebuild against libvpx 1.4.0

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 11:29:42 UTC (rev 237782)
+++ PKGBUILD2015-04-20 12:03:30 UTC (rev 237783)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-good
 pkgver=1.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')


[arch-commits] Commit in emacs/repos/extra-i686 (5 files)

2015-04-20 Thread Jürgen Hötzel
Date: Monday, April 20, 2015 @ 13:29:42
  Author: juergen
Revision: 237782

archrelease: copy trunk to extra-i686

Added:
  emacs/repos/extra-i686/PKGBUILD
(from rev 237781, emacs/trunk/PKGBUILD)
  emacs/repos/extra-i686/emacs.install
(from rev 237781, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-i686/PKGBUILD
  emacs/repos/extra-i686/emacs.install
  emacs/repos/extra-i686/gnupg21.patch

---+
 PKGBUILD  |   91 +---
 emacs.install |   64 +++
 gnupg21.patch |   28 -
 3 files changed, 74 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-20 10:46:50 UTC (rev 237781)
+++ PKGBUILD2015-04-20 11:29:42 UTC (rev 237782)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Renchi Raju 
-
-pkgname=emacs
-pkgver=24.4
-pkgrel=3
-pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/emacs/emacs.html";
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
-install=emacs.install
-validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199')
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
-gnupg21.patch)
-md5sums=('ad487658ad7421ad8d7b5152192eb945'
- 'SKIP'
- '0583d868e0e304bac3df95b7518615cd')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i ../gnupg21.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk3 --with-xft
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # remove conflict with ctags package
-  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
-  mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # remove conflict with texinfo
-  rm "$pkgdir"/usr/share/info/info.info.gz
-  # fix user/root permissions on usr/share files
-  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 "$pkgdir"/var/games
-  chmod 775 "$pkgdir"/var/games/emacs
-  chmod 664 "$pkgdir"/var/games/emacs/*
-  chown -R root:games "$pkgdir"/var/games
-}

Copied: emacs/repos/extra-i686/PKGBUILD (from rev 237781, emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-20 11:29:42 UTC (rev 237782)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+pkgver=24.5
+pkgrel=1
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/emacs/emacs.html";
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
+install=emacs.install
+validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' 
'28D3BED851FDF3AB57FEF93C233587A47C207910')
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('50560ee00bac9bb9cf0e822764cd0832'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # remove conflict with ctags package
+  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
+  mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm "$pkgdir"/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 "$pkgdir"/var/games
+  chmod 775 "$pkgdir"/var/games/emacs
+  chmod 664 "$pkgdir"/var/games/emacs/*
+  chown -R root:games "$pkgdir"/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2015-04-20 10:46:50 UTC (rev 237781)
+++ emacs.install   2015-04-20 11:29:42 UTC (rev 237782)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-INFO_DIR=usr/share/info
-
-INFO_FILES=(ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse
-ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert 
eshell eudc flymake
-forms gnus htmlfontify idlwave mairix-el message mh-e newsticker nxml-mode
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar srecode tramp url vip

[arch-commits] Commit in emacs/repos/extra-x86_64 (5 files)

2015-04-20 Thread Jürgen Hötzel
Date: Monday, April 20, 2015 @ 12:46:50
  Author: juergen
Revision: 237781

archrelease: copy trunk to extra-x86_64

Added:
  emacs/repos/extra-x86_64/PKGBUILD
(from rev 237780, emacs/trunk/PKGBUILD)
  emacs/repos/extra-x86_64/emacs.install
(from rev 237780, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/extra-x86_64/PKGBUILD
  emacs/repos/extra-x86_64/emacs.install
  emacs/repos/extra-x86_64/gnupg21.patch

---+
 PKGBUILD  |   91 +---
 emacs.install |   64 +++
 gnupg21.patch |   28 -
 3 files changed, 74 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-20 10:36:15 UTC (rev 237780)
+++ PKGBUILD2015-04-20 10:46:50 UTC (rev 237781)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Renchi Raju 
-
-pkgname=emacs
-pkgver=24.4
-pkgrel=3
-pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/emacs/emacs.html";
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
-install=emacs.install
-validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199')
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
-gnupg21.patch)
-md5sums=('ad487658ad7421ad8d7b5152192eb945'
- 'SKIP'
- '0583d868e0e304bac3df95b7518615cd')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i ../gnupg21.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk3 --with-xft
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # remove conflict with ctags package
-  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
-  mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # remove conflict with texinfo
-  rm "$pkgdir"/usr/share/info/info.info.gz
-  # fix user/root permissions on usr/share files
-  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 "$pkgdir"/var/games
-  chmod 775 "$pkgdir"/var/games/emacs
-  chmod 664 "$pkgdir"/var/games/emacs/*
-  chown -R root:games "$pkgdir"/var/games
-}

Copied: emacs/repos/extra-x86_64/PKGBUILD (from rev 237780, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-20 10:46:50 UTC (rev 237781)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+pkgver=24.5
+pkgrel=1
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/emacs/emacs.html";
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
+install=emacs.install
+validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' 
'28D3BED851FDF3AB57FEF93C233587A47C207910')
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('50560ee00bac9bb9cf0e822764cd0832'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # remove conflict with ctags package
+  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
+  mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm "$pkgdir"/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 "$pkgdir"/var/games
+  chmod 775 "$pkgdir"/var/games/emacs
+  chmod 664 "$pkgdir"/var/games/emacs/*
+  chown -R root:games "$pkgdir"/var/games
+}

Deleted: emacs.install
===
--- emacs.install   2015-04-20 10:36:15 UTC (rev 237780)
+++ emacs.install   2015-04-20 10:46:50 UTC (rev 237781)
@@ -1,32 +0,0 @@
-ICON_PATH=usr/share/icons/hicolor
-INFO_DIR=usr/share/info
-
-INFO_FILES=(ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse
-ede ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc ert 
eshell eudc flymake
-forms gnus htmlfontify idlwave mairix-el message mh-e newsticker nxml-mode
-org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail
-speedbar srecod

[arch-commits] Commit in emacs/trunk (PKGBUILD gnupg21.patch)

2015-04-20 Thread Jürgen Hötzel
Date: Monday, April 20, 2015 @ 12:36:15
  Author: juergen
Revision: 237780

Remove GnuPG 2.1 patch

Fixed in Upstream commit dbae12c5dfd236bc5f5916296659407e50fce7d6

Modified:
  emacs/trunk/PKGBUILD
Deleted:
  emacs/trunk/gnupg21.patch

---+
 PKGBUILD  |   11 ++-
 gnupg21.patch |   28 
 2 files changed, 2 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 10:15:03 UTC (rev 237779)
+++ PKGBUILD2015-04-20 10:36:15 UTC (rev 237780)
@@ -12,17 +12,10 @@
 depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
 install=emacs.install
 validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' 
'28D3BED851FDF3AB57FEF93C233587A47C207910')
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
-gnupg21.patch)
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
 md5sums=('50560ee00bac9bb9cf0e822764cd0832'
- 'SKIP'
- '0583d868e0e304bac3df95b7518615cd')
+ 'SKIP')
 
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i ../gnupg21.patch
-}
-
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \

Deleted: gnupg21.patch
===
--- gnupg21.patch   2015-04-20 10:15:03 UTC (rev 237779)
+++ gnupg21.patch   2015-04-20 10:36:15 UTC (rev 237780)
@@ -1,28 +0,0 @@
-From 135a9f4b5aead507c030fb7e3e8ad13aaa91f403 Mon Sep 17 00:00:00 2001
-From: Daiki Ueno 
-Date: Fri, 07 Nov 2014 02:31:12 +
-Subject: epg: Adjust to GnuPG 2.1 key listing change
-
-* epg.el (epg--list-keys-1): Ignore fields after the 15th field
-(bug#18979).  Reported by Hideki Saito.

-(limited to 'lisp/epg.el')
-
-diff --git a/lisp/epg.el b/lisp/epg.el
-index 0c74531..e4d8c1e 100644
 a/lisp/epg.el
-+++ b/lisp/epg.el
-@@ -1278,8 +1278,9 @@ callback data (if any)."
- string (match-string 0)
- index 0
- field 0)
--  (while (eq index
-- (string-match "\\([^:]+\\)?:" string index))
-+  (while (and (< field (length (car keys)))
-+  (eq index
-+  (string-match "\\([^:]+\\)?:" string index)))
- (setq index (match-end 0))
- (aset (car keys) field (match-string 1 string))
- (setq field (1+ field
---
-cgit v0.9.0.2


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

2015-04-20 Thread Jürgen Hötzel
Date: Monday, April 20, 2015 @ 12:15:03
  Author: juergen
Revision: 237779

Summary: update to 24.5-1

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 08:52:42 UTC (rev 237778)
+++ PKGBUILD2015-04-20 10:15:03 UTC (rev 237779)
@@ -3,8 +3,8 @@
 # Contributor: Renchi Raju 
 
 pkgname=emacs
-pkgver=24.4
-pkgrel=3
+pkgver=24.5
+pkgrel=1
 pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/emacs/emacs.html";
@@ -11,10 +11,10 @@
 license=('GPL3')
 depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 
'gnutls')
 install=emacs.install
-validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199')
+validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' 
'28D3BED851FDF3AB57FEF93C233587A47C207910')
 source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig}
 gnupg21.patch)
-md5sums=('ad487658ad7421ad8d7b5152192eb945'
+md5sums=('50560ee00bac9bb9cf0e822764cd0832'
  'SKIP'
  '0583d868e0e304bac3df95b7518615cd')
 


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

2015-04-20 Thread Felix Yan
Date: Monday, April 20, 2015 @ 12:05:06
  Author: fyan
Revision: 131742

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-20 10:04:42 UTC (rev 131741)
+++ community-i686/PKGBUILD 2015-04-20 10:05:06 UTC (rev 131742)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.16.20150326
-_commit=64f97239e409e49fc6198b1849f8e2e8ad35d24c
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  sed -e 's/add_subdirectory(cryptopp)//' \
-  -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 131741, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-20 10:05:06 UTC (rev 131742)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.17.20150420
+_commit=e4f06653fc951cf1600d297e296efc2efa4b1173
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-04-20 10:04:42 UTC (rev 131741)
+++ community-i686/wiznote.install  2015-04-20 10:05:06 UTC (rev 131742)
@@ -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: wiznote/repos/community-i686/wiznote.install (from rev 131741, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-

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

2015-04-20 Thread Felix Yan
Date: Monday, April 20, 2015 @ 12:04:42
  Author: fyan
Revision: 131741

upgpkg: wiznote 2.1.17.20150420-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 09:43:22 UTC (rev 131740)
+++ PKGBUILD2015-04-20 10:04:42 UTC (rev 131741)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.16.20150326
-_commit=64f97239e409e49fc6198b1849f8e2e8ad35d24c
+pkgver=2.1.17.20150420
+_commit=e4f06653fc951cf1600d297e296efc2efa4b1173
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


  1   2   >