[arch-commits] Commit in qlandkartegt/trunk (PKGBUILD qlandkartegt.changelog)

2015-03-10 Thread Jaroslav Lichtblau
Date: Tuesday, March 10, 2015 @ 07:21:13
  Author: jlichtblau
Revision: 128993

upgpkg: qlandkartegt 1.8.1-1

Modified:
  qlandkartegt/trunk/PKGBUILD
  qlandkartegt/trunk/qlandkartegt.changelog

+
 PKGBUILD   |4 ++--
 qlandkartegt.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 02:52:39 UTC (rev 128992)
+++ PKGBUILD2015-03-10 06:21:13 UTC (rev 128993)
@@ -4,7 +4,7 @@
 # Contributor: boe...@gmx.de
 
 pkgname=qlandkartegt
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=Use your GPS with Linux
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 $pkgname-mimetypes.xml)
-sha256sums=('e747d2e1a78c1884ce00b4606525d2be3b309089a3b5cafbc8f2b7aa94959b14'
+sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
 
 prepare() {

Modified: qlandkartegt.changelog
===
--- qlandkartegt.changelog  2015-03-10 02:52:39 UTC (rev 128992)
+++ qlandkartegt.changelog  2015-03-10 06:21:13 UTC (rev 128993)
@@ -1,3 +1,6 @@
+2015-03-10 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * qlandkartegt 1.8.1-1
+
 2015-02-09 Jaroslav Lichtblau svetlemo...@archlinux.org
* qlandkartegt 1.8.0-1
 


[arch-commits] Commit in qlandkartegt/repos/community-x86_64 (8 files)

2015-03-10 Thread Jaroslav Lichtblau
Date: Tuesday, March 10, 2015 @ 07:21:26
  Author: jlichtblau
Revision: 128994

archrelease: copy trunk to community-x86_64

Added:
  qlandkartegt/repos/community-x86_64/PKGBUILD
(from rev 128993, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml
(from rev 128993, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-x86_64/qlandkartegt.changelog
(from rev 128993, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-x86_64/qlandkartegt.install
(from rev 128993, qlandkartegt/trunk/qlandkartegt.install)
Deleted:
  qlandkartegt/repos/community-x86_64/PKGBUILD
  qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml
  qlandkartegt/repos/community-x86_64/qlandkartegt.changelog
  qlandkartegt/repos/community-x86_64/qlandkartegt.install

+
 PKGBUILD   |   90 
 qlandkartegt-mimetypes.xml |   14 +--
 qlandkartegt.changelog |  159 +--
 qlandkartegt.install   |   14 +--
 4 files changed, 140 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 06:21:13 UTC (rev 128993)
+++ PKGBUILD2015-03-10 06:21:26 UTC (rev 128994)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Matthias Maennich a...@maennich.net
-# Contributor: boe...@gmx.de
-
-pkgname=qlandkartegt
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Use your GPS with Linux
-arch=('i686' 'x86_64')
-url=http://www.qlandkarte.org/;
-license=('GPL')
-depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
- 'shared-mime-info' 'qtwebkit')
-makedepends=('cmake' 'garmindev' 'mesa')
-optdepends=('garmindev: to connect garmin devices')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-$pkgname-mimetypes.xml)
-sha256sums=('e747d2e1a78c1884ce00b4606525d2be3b309089a3b5cafbc8f2b7aa94959b14'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
-
-prepare() {
-  cd ${srcdir}
-  mkdir build
-}
-
-build() {
-  cd ${srcdir}/build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package(){
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/$pkgname-mimetypes.xml \
-${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
-}

Copied: qlandkartegt/repos/community-x86_64/PKGBUILD (from rev 128993, 
qlandkartegt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 06:21:26 UTC (rev 128994)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+# Contributor: boe...@gmx.de
+
+pkgname=qlandkartegt
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Use your GPS with Linux
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+}
+
+build() {
+  cd ${srcdir}/build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/$pkgname-mimetypes.xml \
+${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Deleted: qlandkartegt-mimetypes.xml
===
--- qlandkartegt-mimetypes.xml  2015-03-10 06:21:13 UTC (rev 128993)
+++ qlandkartegt-mimetypes.xml  2015-03-10 06:21:26 UTC (rev 128994)
@@ -1,7 +0,0 @@
-?xml version=1.0?
-mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'
-  mime-type type=application/vnd.qlandkartegt.qlb
-commentQLandkarteGT File/comment
-glob pattern=*.qlb/
-  /mime-type
-/mime-info

Copied: qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml (from 
rev 128993, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- qlandkartegt-mimetypes.xml  (rev 0)
+++ qlandkartegt-mimetypes.xml  2015-03-10 06:21:26 UTC (rev 128994)
@@ -0,0 +1,7 @@
+?xml 

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

2015-03-10 Thread Christian Hesse
Date: Tuesday, March 10, 2015 @ 11:20:22
  Author: eworm
Revision: 128998

upgpkg: packagekit 1.0.5-2

* Remove workaround that we had for upstream issue #15 [0] and that was
  closed with upstream pull request #44 [1]. (fixes FS#44114)

[0] https://github.com/hughsie/PackageKit/issues/15
[1] https://github.com/hughsie/PackageKit/pull/44

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 08:18:44 UTC (rev 128997)
+++ PKGBUILD2015-03-10 10:20:22 UTC (rev 128998)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -24,15 +24,6 @@
 sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
'SKIP')
 
-prepare() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   # packagekit does not know about updates made by pacman while daemon is 
running
-   # https://github.com/hughsie/PackageKit/issues/15
-   # For now we just exit the daemon... It will launch with a clean status 
if required.
-   sed -i '/ExecStart=/s/$/ --timed-exit/' data/packagekit.service.in
-}
-
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 12:10:57
  Author: spupykin
Revision: 129006

upgpkg: darktable 1.6.3-2

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 10:44:05 UTC (rev 129005)
+++ PKGBUILD2015-03-10 11:10:57 UTC (rev 129006)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua')
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
 makedepends=('intltool=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')
 install=darktable.install
@@ -32,13 +32,12 @@
   cmake \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
   -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
   -DBUILD_USERMANUAL=False \
   -DUSE_LIBSECRET=On \
   -DUSE_LUA=On \
   -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
   ..
   make
 }


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 12:11:13
  Author: spupykin
Revision: 129008

upgpkg: lxc 1:1.1.0-3

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 11:11:09 UTC (rev 129007)
+++ PKGBUILD2015-03-10 11:11:13 UTC (rev 129008)
@@ -8,7 +8,7 @@
 pkgname=lxc
 pkgver=1.1.0
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://linuxcontainers.org;
@@ -56,7 +56,7 @@
 --enable-capabilities \
 --enable-lua \
 --with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib
+--with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 11:43:30
  Author: spupykin
Revision: 129001

archrelease: copy trunk to community-any

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

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

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

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


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 11:43:19
  Author: spupykin
Revision: 129000

upgpkg: firefox-noscript 2.6.9.17-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 10:28:38 UTC (rev 128999)
+++ PKGBUILD2015-03-10 10:43:19 UTC (rev 129000)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.16
+pkgver=2.6.9.17
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('1129ab815bdf80e3ac0404d22ab3c621')
+md5sums=('e6e7a575a378bed155c5403308ce563e')
 
 package() {
   depends=(firefox)


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

2015-03-10 Thread Christian Hesse
Date: Tuesday, March 10, 2015 @ 11:28:38
  Author: eworm
Revision: 128999

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

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

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

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

Copied: packagekit/repos/community-testing-i686/packagekit.install (from rev 
128998, packagekit/trunk/packagekit.install)
===
--- community-testing-i686/packagekit.install   (rev 0)
+++ community-testing-i686/packagekit.install   2015-03-10 10:28:38 UTC (rev 
128999)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 128998, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-03-10 10:28:38 UTC (rev 128999)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname='packagekit'
+pkgver=1.0.5
+pkgrel=2
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'pacman=4.2.0' 'polkit'
+   'shared-mime-info' 'sqlite' 'bash-completion')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   

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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 11:44:05
  Author: spupykin
Revision: 129005

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 129004, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 129004, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 129004, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 129004, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 129004, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 129004, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  114 +++
 /rsyslog.conf  |   88 +++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   57 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   57 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 216 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 10:43:50 UTC (rev 129004)
+++ community-i686/PKGBUILD 2015-03-10 10:44:05 UTC (rev 129005)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=8.7.0
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('f0706b07444b2d5e238486e10ec1a821'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 129004, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-10 10:44:05 UTC (rev 129005)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=8.8.0
+pkgrel=1
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
+   'rsyslog.logrotate'
+   'rsyslog.conf')
+md5sums=('188088dc496fb0a121edb8816d1fac83'
+ '0d990373f5c70ddee989296007b4df5b'

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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 11:43:33
  Author: spupykin
Revision: 129002

upgpkg: libestr 0.1.10-1

upd

Modified:
  libestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 10:43:30 UTC (rev 129001)
+++ PKGBUILD2015-03-10 10:43:33 UTC (rev 129002)
@@ -3,7 +3,7 @@
 # Maintainer: Brian Knox taote...@gmail.com
 
 pkgname=libestr
-pkgver=0.1.9
+pkgver=0.1.10
 pkgrel=1
 pkgdesc=essentials for string handling (and a bit more)
 url=http://libestr.adiscon.com/;
@@ -11,7 +11,7 @@
 license=('LGPL2.1')
 depends=()
 source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
-md5sums=('681ca0ed7e5ae6ddff70fdec413096e4')
+md5sums=('f4c9165a23587e77f7efe65d676d5e8e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 11:43:47
  Author: spupykin
Revision: 129003

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 10:43:33 UTC (rev 129002)
+++ community-i686/PKGBUILD 2015-03-10 10:43:47 UTC (rev 129003)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Brian Knox taote...@gmail.com
-
-pkgname=libestr
-pkgver=0.1.9
-pkgrel=1
-pkgdesc=essentials for string handling (and a bit more)
-url=http://libestr.adiscon.com/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=()
-source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
-md5sums=('681ca0ed7e5ae6ddff70fdec413096e4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: libestr/repos/community-i686/PKGBUILD (from rev 129002, 
libestr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-10 10:43:47 UTC (rev 129003)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Brian Knox taote...@gmail.com
+
+pkgname=libestr
+pkgver=0.1.10
+pkgrel=1
+pkgdesc=essentials for string handling (and a bit more)
+url=http://libestr.adiscon.com/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=()
+source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
+md5sums=('f4c9165a23587e77f7efe65d676d5e8e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-10 10:43:33 UTC (rev 129002)
+++ community-x86_64/PKGBUILD   2015-03-10 10:43:47 UTC (rev 129003)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Brian Knox taote...@gmail.com
-
-pkgname=libestr
-pkgver=0.1.9
-pkgrel=1
-pkgdesc=essentials for string handling (and a bit more)
-url=http://libestr.adiscon.com/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=()
-source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
-md5sums=('681ca0ed7e5ae6ddff70fdec413096e4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: libestr/repos/community-x86_64/PKGBUILD (from rev 129002, 
libestr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-10 10:43:47 UTC (rev 129003)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Brian Knox taote...@gmail.com
+
+pkgname=libestr
+pkgver=0.1.10
+pkgrel=1
+pkgdesc=essentials for string handling (and a bit more)
+url=http://libestr.adiscon.com/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=()
+source=(http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz;)
+md5sums=('f4c9165a23587e77f7efe65d676d5e8e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 11:43:50
  Author: spupykin
Revision: 129004

upgpkg: rsyslog 8.8.0-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 10:43:47 UTC (rev 129003)
+++ PKGBUILD2015-03-10 10:43:50 UTC (rev 129004)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=8.7.0
+pkgver=8.8.0
 pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('f0706b07444b2d5e238486e10ec1a821'
+md5sums=('188088dc496fb0a121edb8816d1fac83'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 12:11:09
  Author: spupykin
Revision: 129007

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 11:10:57 UTC (rev 129006)
+++ community-i686/PKGBUILD 2015-03-10 11:11:09 UTC (rev 129007)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Christian Himpel chressie at gmail dot com
-# Contributor: Johannes Hanika hanatos at gmail dot com
-
-pkgname=darktable
-pkgver=1.6.3
-pkgrel=1
-pkgdesc=Utility to organize and develop raw images
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('631eec1dfa2071bbb56156d99ed164c2')
-
-prepare() {
-  cd $srcdir/$pkgname-release-$pkgver/cmake
-  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
-}
-
-build() {
-  cd $srcdir/$pkgname-release-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-release-$pkgver/build
-  make DESTDIR=$pkgdir install
-  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 129006, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-10 11:11:09 UTC (rev 129007)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.6.3
+pkgrel=2
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('631eec1dfa2071bbb56156d99ed164c2')
+
+prepare() {
+  cd $srcdir/$pkgname-release-$pkgver/cmake
+  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
+}
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Deleted: community-i686/darktable.install
===
--- 

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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 12:11:32
  Author: spupykin
Revision: 129009

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

Added:
  lxc/repos/community-i686/PKGBUILD
(from rev 129008, lxc/trunk/PKGBUILD)
  lxc/repos/community-i686/lxc-auto.service
(from rev 129008, lxc/trunk/lxc-auto.service)
  lxc/repos/community-i686/lxc.install
(from rev 129008, lxc/trunk/lxc.install)
  lxc/repos/community-i686/lxc.service
(from rev 129008, lxc/trunk/lxc.service)
  lxc/repos/community-i686/lxc.tmpfiles.d
(from rev 129008, lxc/trunk/lxc.tmpfiles.d)
  lxc/repos/community-x86_64/PKGBUILD
(from rev 129008, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 129008, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.install
(from rev 129008, lxc/trunk/lxc.install)
  lxc/repos/community-x86_64/lxc.service
(from rev 129008, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 129008, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-i686/PKGBUILD
  lxc/repos/community-i686/lxc-auto.service
  lxc/repos/community-i686/lxc.install
  lxc/repos/community-i686/lxc.service
  lxc/repos/community-i686/lxc.tmpfiles.d
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.install
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

---+
 /PKGBUILD |  154 
 /lxc-auto.service |   24 +
 /lxc.install  |   16 +++
 /lxc.service  |   24 +
 /lxc.tmpfiles.d   |2 
 community-i686/PKGBUILD   |   77 --
 community-i686/lxc-auto.service   |   12 --
 community-i686/lxc.install|8 -
 community-i686/lxc.service|   12 --
 community-i686/lxc.tmpfiles.d |1 
 community-x86_64/PKGBUILD |   77 --
 community-x86_64/lxc-auto.service |   12 --
 community-x86_64/lxc.install  |8 -
 community-x86_64/lxc.service  |   12 --
 community-x86_64/lxc.tmpfiles.d   |1 
 15 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 11:11:13 UTC (rev 129008)
+++ community-i686/PKGBUILD 2015-03-10 11:11:32 UTC (rev 129009)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=1.1.0
-epoch=1
-pkgrel=2
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager' 'rsync')
-makedepends=('docbook2x' 'lua')
-optdepends=('arch-install-scripts: for archlinux template'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-install=lxc.install
-options=('emptydirs')
-backup=('etc/lxc/default.conf')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz{,.asc}
-   lxc.tmpfiles.d
-   lxc.service
-   lxc-auto.service)
-md5sums=('ab1cbabf859abc15165050c854979c5c'
- 'SKIP'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '4b41aa53ee714c60f0309541d2e9ea15'
- '5566d9bd868adf26b19d59f9f77bec95')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i \
--e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
-configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-cgmanager \
---enable-capabilities \
---enable-lua \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-  install -d -m755 $pkgdir/usr/lib/lxc/rootfs/dev
-  install -D -m644 ${srcdir}/lxc.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc-auto.service 
${pkgdir}/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;

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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 12:11:35
  Author: spupykin
Revision: 129010

upgpkg: wanderlust 20150310-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 11:11:32 UTC (rev 129009)
+++ PKGBUILD2015-03-10 11:11:35 UTC (rev 129010)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20150211
+pkgver=20150310
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 12:11:42
  Author: spupykin
Revision: 129011

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   62 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

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

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

Deleted: wanderlust.install
===
--- wanderlust.install  2015-03-10 11:11:35 UTC (rev 129010)
+++ wanderlust.install  2015-03-10 11:11:42 UTC (rev 129011)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/wl.info.gz $infodir/dir
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/wl.info.gz $infodir/dir
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 129010, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2015-03-10 11:11:42 UTC (rev 129011)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/wl.info.gz $infodir/dir
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/wl.info.gz $infodir/dir
+}


[arch-commits] Commit in redis/trunk (redis.service)

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 12:50:29
  Author: spupykin
Revision: 129012

Modified:
  redis/trunk/redis.service

---+
 redis.service |1 +
 1 file changed, 1 insertion(+)

Modified: redis.service
===
--- redis.service   2015-03-10 11:11:42 UTC (rev 129011)
+++ redis.service   2015-03-10 11:50:29 UTC (rev 129012)
@@ -3,6 +3,7 @@
 After=network.target
 
 [Service]
+Type=simple
 User=redis
 Group=redis
 ExecStart=/usr/bin/redis-server /etc/redis.conf


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

2015-03-10 Thread Ike Devolder
Date: Tuesday, March 10, 2015 @ 15:17:56
  Author: idevolder
Revision: 129013

opera :: 28.0.1750.40

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 11:50:29 UTC (rev 129012)
+++ PKGBUILD2015-03-10 14:17:56 UTC (rev 129013)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=27.0.1689.76
+pkgver=28.0.1750.40
 pkgrel=1
 pkgdesc=A fast and secure web browser and Internet suite.
 url=http://www.opera.com/;
@@ -63,6 +63,6 @@
$pkgdir/usr/share/licenses/$pkgname/copyright
 }
 
-sha256sums=('a228caf18dfb153f0f3d1ca3e668fbd688d5d67f6878e072f65102dd05073ce7'
+sha256sums=('dcbafa86f3873c22322918a1a34f5592dec8ae271ca3a4a5d5624209f1d05b42'
 '508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')


[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2015-03-10 Thread Ike Devolder
Date: Tuesday, March 10, 2015 @ 15:18:07
  Author: idevolder
Revision: 129014

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 129013, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 129013, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 129013, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 129013, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  136 
 default   |8 +--
 opera |   26 +-
 opera.install |   78 
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 14:17:56 UTC (rev 129013)
+++ PKGBUILD2015-03-10 14:18:07 UTC (rev 129014)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: ruario ruario AT opera DOT com
-# Contributor: Daniel Isenmann daniel AT archlinux DOT org
-# Contributor: dorphell dorphell AT archlinux DOT org
-# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
-# Contributor: eworm
-
-pkgname=opera
-pkgver=27.0.1689.76
-pkgrel=1
-pkgdesc=A fast and secure web browser and Internet suite.
-url=http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=(etc/$pkgname/default)
-arch=('x86_64')
-source=(
-   
http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
-   opera
-   default
-)
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of proprietary formats'
-)
-
-prepare() {
-   sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
-   sed -e s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g \
-   -i $srcdir/opera
-}
-
-package() {
-   tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
-
-   # soname fix for libsystemd (udev)
-   sed -e 's/libudev.so.0/libudev.so.1/g' \
-   -i $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/$pkgname
-
-   # suid opera_sandbox
-   chmod 4755 $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox
-
-   # install default options
-   install -Dm644 $srcdir/default $pkgdir/etc/$pkgname/default
-
-   # install opera wrapper
-   rm $pkgdir/usr/bin/$pkgname
-   install -Dm755 $srcdir/opera $pkgdir/usr/bin/$pkgname
-
-   # license
-   install -Dm644 \
-   
$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses \
-   $pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses
-
-   install -Dm644 \
-   $pkgdir/usr/share/doc/${pkgname}-stable/copyright \
-   $pkgdir/usr/share/licenses/$pkgname/copyright
-}
-
-sha256sums=('a228caf18dfb153f0f3d1ca3e668fbd688d5d67f6878e072f65102dd05073ce7'
-'508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 129013, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 14:18:07 UTC (rev 129014)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: ruario ruario AT opera DOT com
+# Contributor: Daniel Isenmann daniel AT archlinux DOT org
+# Contributor: dorphell dorphell AT archlinux DOT org
+# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
+# Contributor: eworm
+
+pkgname=opera
+pkgver=28.0.1750.40
+pkgrel=1
+pkgdesc=A fast and secure web browser and Internet suite.
+url=http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=(etc/$pkgname/default)
+arch=('x86_64')
+source=(
+   
http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
+   opera
+   default
+)
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+optdepends=(
+   'curl: opera crash reporter and autoupdate checker'
+   'ffmpeg: playback of 

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

2015-03-10 Thread Kyle Keen
Date: Wednesday, March 11, 2015 @ 02:58:34
  Author: kkeen
Revision: 129039

archrelease: copy trunk to community-any

Added:
  python-ptyprocess/repos/community-any/
  python-ptyprocess/repos/community-any/PKGBUILD
(from rev 129038, python-ptyprocess/trunk/PKGBUILD)

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

Copied: python-ptyprocess/repos/community-any/PKGBUILD (from rev 129038, 
python-ptyprocess/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-03-11 01:58:34 UTC (rev 129039)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Will Shanks wsha dot code at g mail dot com
+
+pkgbase=python-ptyprocess
+pkgname=(python-ptyprocess python2-ptyprocess)
+_pkgname=ptyprocess
+pkgver=0.4
+pkgrel=2
+pkgdesc=Run a subprocess in a pseudo terminal
+url=https://github.com/pexpect/ptyprocess;
+arch=('any')
+license=('ISC')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz;
+   'https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE')
+md5sums=('d29b8bfd7d2df4d9e4a0f87aafe59018'
+ 'cfdcd51fa7d5808da4e74346ee394490')
+
+prepare() {
+  cd $srcdir
+  cp -r $_pkgname-$pkgver ${_pkgname}2-$pkgver
+}
+
+package_python-ptyprocess() {
+  cd $srcdir/$_pkgname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=0
+  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE
+}
+
+package_python2-ptyprocess() {
+  depends=('python2')
+  cd $srcdir/${_pkgname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=0
+  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/python2-$_pkgname/LICENSE
+}
+


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

2015-03-10 Thread Kyle Keen
Date: Wednesday, March 11, 2015 @ 03:48:26
  Author: kkeen
Revision: 129044

upgpkg: ipython 3.0.0-3

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-11 02:16:27 UTC (rev 129043)
+++ PKGBUILD2015-03-11 02:48:26 UTC (rev 129044)
@@ -6,9 +6,9 @@
 # Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
 
 pkgbase=ipython 
-pkgname=(ipython ipython2)
+pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
 url=http://ipython.org;
@@ -19,15 +19,13 @@
 python-pyqt4: for ipython qtconsole
 python-sip: for ipython qtconsole
 python-pygments: for ipython qtconsole
-python-pyzmq: ipython notebook and ipython qtconsole
-python-tornado: for ipython notebook
-python-jinja: for ipython notebook
-python-jsonschema: for ipython notebook
-haskell-pandoc: ipython notebook conversion)
+python-pyzmq: ipython qtconsole)
 #source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
 
source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
 md5sums=('b3f00f3c0be036fafef3b0b9d663f27e')
 
+# python-mistune?
+
 build() {
   cd $srcdir
   cp -r ipython-$pkgver ipython2-$pkgver
@@ -59,11 +57,7 @@
   python2-pyqt4: for ipython qtconsole
   python2-sip: for ipython qtconsole
   python2-pygments: for ipython qtconsole
-  python2-pyzmq: ipython notebook and ipython qtconsole
-  python2-tornado: for ipython notebook
-  python2-jinja: for ipython notebook
-  python2-jsonschema: for ipython notebook
-  haskell-pandoc: ipython notebook conversion)
+  python2-pyzmq: ipython qtconsole)
 
   cd $srcdir/ipython2-$pkgver
 
@@ -89,3 +83,25 @@
   install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
 }
 
+# Nothing in these packages except dependencies because five optdeps is too 
many
+
+package_ipython-notebook() {
+  pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
+  depends=('python-pyzmq' 'python-tornado' 'python-terminado'
+   'python-jinja' 'python-jsonschema')
+  optdepends=(haskell-pandoc: ipython notebook conversion)
+  cd $srcdir/ipython-$pkgver
+  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython-notebook/LICENSE
+}
+
+package_ipython2-notebook() {
+  pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
+  depends=('python2-pyzmq' 'python2-tornado' 'python2-terminado'
+   'python2-jinja' 'python2-jsonschema')
+  optdepends=(haskell-pandoc: ipython notebook conversion)
+  cd $srcdir/ipython2-$pkgver
+  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2-notebook/LICENSE
+}
+
+
+


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

2015-03-10 Thread Kyle Keen
Date: Wednesday, March 11, 2015 @ 03:49:23
  Author: kkeen
Revision: 129045

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 129044, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

--+
 PKGBUILD |  198 -
 1 file changed, 107 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-11 02:48:26 UTC (rev 129044)
+++ PKGBUILD2015-03-11 02:49:23 UTC (rev 129045)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2)
-pkgver=3.0.0
-pkgrel=2
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(python-nose: for IPython's test suite
-python-pyqt4: for ipython qtconsole
-python-sip: for ipython qtconsole
-python-pygments: for ipython qtconsole
-python-pyzmq: ipython notebook and ipython qtconsole
-python-tornado: for ipython notebook
-python-jinja: for ipython notebook
-python-jsonschema: for ipython notebook
-haskell-pandoc: ipython notebook conversion)
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('b3f00f3c0be036fafef3b0b9d663f27e')
-
-build() {
-  cd $srcdir
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipython2 --gui=wx
-  python2-nose: for IPython's test suite
-  python2-pyqt4: for ipython qtconsole
-  python2-sip: for ipython qtconsole
-  python2-pygments: for ipython qtconsole
-  python2-pyzmq: ipython notebook and ipython qtconsole
-  python2-tornado: for ipython notebook
-  python2-jinja: for ipython notebook
-  python2-jsonschema: for ipython notebook
-  haskell-pandoc: ipython notebook conversion)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find $pkgdir/usr/bin/ -type f -regex '.*[^2]$' -delete
-
-  cd $srcdir/ipython-$pkgver/examples/IPython Kernel/
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-}
-

Copied: ipython/repos/community-any/PKGBUILD (from rev 129044, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-11 02:49:23 UTC (rev 129045)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: PepeSmith
+# Contributor: Aron Asor aronasorman at gmail.com
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=ipython 
+pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
+pkgver=3.0.0
+pkgrel=3
+pkgdesc=An enhanced Interactive Python shell.
+arch=('any')
+url=http://ipython.org;
+license=('BSD')
+depends=('python' 'sqlite' 'python-setuptools')

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

2015-03-10 Thread Dan McGee
Date: Wednesday, March 11, 2015 @ 03:01:56
  Author: dan
Revision: 24

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 23, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-11 02:01:48 UTC (rev 23)
+++ PKGBUILD2015-03-11 02:01:56 UTC (rev 24)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Shahar Weiss swei...@gmx.net
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
-arch=('any')
-license=('BSD')
-url=http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('e76c70a5dd7d56a511974b28ab38df20')
-sha256sums=('1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc')
-
-prepare() {
-  cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2
-
-  find $srcdir/Django-$pkgver-python2 -name '*.py' | \
-xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
-}
-
-build() {
-  cd $srcdir/Django-$pkgver
-  python setup.py build
-
-  cd $srcdir/Django-$pkgver-python2
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd $srcdir/Django-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-
-  ln -s django-admin.py $pkgdir/usr/bin/django-admin3.py
-  ln -s django-admin $pkgdir/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-$pkgdir/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd $srcdir/Django-$pkgver-python2
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/django-admin.py $pkgdir/usr/bin/django-admin2.py
-  mv $pkgdir/usr/bin/django-admin $pkgdir/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-$pkgdir/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-$pkgdir/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 23, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-11 02:01:56 UTC (rev 24)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Shahar Weiss swei...@gmx.net
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.7.6
+pkgrel=1
+pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
+arch=('any')
+license=('BSD')
+url=http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('e73ec0ba059a5f24563d785763cae37d')
+sha256sums=('b0f15e0ffe59a2f37cbaf53543f05d2f40c5a755390df03ec0655b5e4a8d4c90')
+
+prepare() {
+  cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2
+
+  find $srcdir/Django-$pkgver-python2 -name '*.py' | \
+xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2|
+}
+
+build() {
+  cd $srcdir/Django-$pkgver
+  python setup.py build
+
+  cd $srcdir/Django-$pkgver-python2
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd $srcdir/Django-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+
+  ln -s django-admin.py $pkgdir/usr/bin/django-admin3.py
+  ln -s django-admin $pkgdir/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+$pkgdir/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+$pkgdir/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+

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

2015-03-10 Thread Dan McGee
Date: Wednesday, March 11, 2015 @ 03:01:48
  Author: dan
Revision: 23

upgpkg: django 1.7.6-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 21:15:30 UTC (rev 22)
+++ PKGBUILD2015-03-11 02:01:48 UTC (rev 23)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.7.5
+pkgver=1.7.6
 pkgrel=1
 pkgdesc=A high-level Python Web framework that encourages rapid development 
and clean design
 arch=('any')
@@ -12,8 +12,8 @@
 url=http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=(https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('e76c70a5dd7d56a511974b28ab38df20')
-sha256sums=('1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc')
+md5sums=('e73ec0ba059a5f24563d785763cae37d')
+sha256sums=('b0f15e0ffe59a2f37cbaf53543f05d2f40c5a755390df03ec0655b5e4a8d4c90')
 
 prepare() {
   cp -a $srcdir/Django-$pkgver $srcdir/Django-$pkgver-python2


[arch-commits] Commit in (4 files)

2015-03-10 Thread Kyle Keen
Date: Wednesday, March 11, 2015 @ 03:11:09
  Author: kkeen
Revision: 129040

pkginit: python-terminado 0.5-2

Added:
  python-terminado/
  python-terminado/repos/
  python-terminado/trunk/
  python-terminado/trunk/PKGBUILD

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

Added: python-terminado/trunk/PKGBUILD
===
--- python-terminado/trunk/PKGBUILD (rev 0)
+++ python-terminado/trunk/PKGBUILD 2015-03-11 02:11:09 UTC (rev 129040)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Will Shanks wsha dot code at g mail dot com
+
+pkgbase=python-terminado
+pkgname=(python-terminado python2-terminado)
+_pkgname=terminado
+pkgver=0.5
+pkgrel=2
+pkgdesc=Terminals served to term.js using Tornado websockets
+url=https://github.com/takluyver/terminado;
+arch=('any')
+license=('BSD')
+depends=('python-tornado' 'python-ptyprocess')
+makedepends=('python-setuptools' 'python2-setuptools'
+ 'python-tornado' 'python-ptyprocess'
+ 'python2-tornado' 'python2-ptyprocess')
+source=(http://pypi.python.org/packages/source/t/$_pkgname/$_pkgname-$pkgver.tar.gz;
+
'https://raw.githubusercontent.com/takluyver/terminado/master/LICENSE.txt')
+md5sums=('e992c6262a5f4c8952fee93da31a067e'
+ '242c3ea7df130edf77dc0e088ac1847c')
+
+prepare() {
+  cd $srcdir
+  cp -r $_pkgname-$pkgver ${_pkgname}2-$pkgver
+}
+
+package_python-terminado() {
+  cd $srcdir/$_pkgname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=0
+  install -Dm644 $srcdir/LICENSE.txt 
$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE
+}
+
+package_python2-terminado() {
+  depends=('python2-tornado' 'python2-ptyprocess')
+  cd $srcdir/${_pkgname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=0
+  install -Dm644 $srcdir/LICENSE.txt 
$pkgdir/usr/share/licenses/python2-$_pkgname/LICENSE
+}
+


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


[arch-commits] Commit in (4 files)

2015-03-10 Thread Kyle Keen
Date: Wednesday, March 11, 2015 @ 02:56:17
  Author: kkeen
Revision: 129038

pkginit: python-ptyprocess 0.4-2

Added:
  python-ptyprocess/
  python-ptyprocess/repos/
  python-ptyprocess/trunk/
  python-ptyprocess/trunk/PKGBUILD

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

Added: python-ptyprocess/trunk/PKGBUILD
===
--- python-ptyprocess/trunk/PKGBUILD(rev 0)
+++ python-ptyprocess/trunk/PKGBUILD2015-03-11 01:56:17 UTC (rev 129038)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Will Shanks wsha dot code at g mail dot com
+
+pkgbase=python-ptyprocess
+pkgname=(python-ptyprocess python2-ptyprocess)
+_pkgname=ptyprocess
+pkgver=0.4
+pkgrel=2
+pkgdesc=Run a subprocess in a pseudo terminal
+url=https://github.com/pexpect/ptyprocess;
+arch=('any')
+license=('ISC')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz;
+   'https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE')
+md5sums=('d29b8bfd7d2df4d9e4a0f87aafe59018'
+ 'cfdcd51fa7d5808da4e74346ee394490')
+
+prepare() {
+  cd $srcdir
+  cp -r $_pkgname-$pkgver ${_pkgname}2-$pkgver
+}
+
+package_python-ptyprocess() {
+  cd $srcdir/$_pkgname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=0
+  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE
+}
+
+package_python2-ptyprocess() {
+  depends=('python2')
+  cd $srcdir/${_pkgname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=0
+  install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/python2-$_pkgname/LICENSE
+}
+


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


[arch-commits] Commit in xfce4-time-out-plugin/repos (8 files)

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 18:24:18
  Author: foutrelis
Revision: 233321

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

Added:
  xfce4-time-out-plugin/repos/extra-i686/PKGBUILD
(from rev 233320, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/extra-i686/xfce4-time-out-plugin.install
(from rev 233320, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
  xfce4-time-out-plugin/repos/extra-x86_64/PKGBUILD
(from rev 233320, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/extra-x86_64/xfce4-time-out-plugin.install
(from rev 233320, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
Deleted:
  xfce4-time-out-plugin/repos/extra-i686/PKGBUILD
  xfce4-time-out-plugin/repos/extra-i686/xfce4-time-out-plugin.install
  xfce4-time-out-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-time-out-plugin/repos/extra-x86_64/xfce4-time-out-plugin.install

+
 /PKGBUILD  |   76 +++
 /xfce4-time-out-plugin.install |   26 +
 extra-i686/PKGBUILD|   38 -
 extra-i686/xfce4-time-out-plugin.install   |   13 
 extra-x86_64/PKGBUILD  |   38 -
 extra-x86_64/xfce4-time-out-plugin.install |   13 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-10 17:24:10 UTC (rev 233320)
+++ extra-i686/PKGBUILD 2015-03-10 17:24:18 UTC (rev 233321)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-
-pkgname=xfce4-time-out-plugin
-pkgver=1.0.1
-pkgrel=5
-pkgdesc=Take a break from your computer with this plugin for Xfce4
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin;
-groups=('xfce4-goodies')
-license=('GPL')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-time-out-plugin/repos/extra-i686/PKGBUILD (from rev 233320, 
xfce4-time-out-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 17:24:18 UTC (rev 233321)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Take a break from your computer with this plugin for Xfce4
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin;
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-time-out-plugin.install
===
--- extra-i686/xfce4-time-out-plugin.install2015-03-10 17:24:10 UTC (rev 
233320)
+++ extra-i686/xfce4-time-out-plugin.install2015-03-10 17:24:18 UTC (rev 
233321)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-time-out-plugin/repos/extra-i686/xfce4-time-out-plugin.install 
(from rev 233320, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
===
--- extra-i686/xfce4-time-out-plugin.install(rev 0)
+++ extra-i686/xfce4-time-out-plugin.install2015-03-10 17:24:18 UTC (rev 
233321)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  

[arch-commits] Commit in xfce4-time-out-plugin/trunk (PKGBUILD)

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 18:24:10
  Author: foutrelis
Revision: 233320

upgpkg: xfce4-time-out-plugin 1.0.2-1

New upstream release.

Modified:
  xfce4-time-out-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 16:42:25 UTC (rev 233319)
+++ PKGBUILD2015-03-10 17:24:10 UTC (rev 233320)
@@ -4,8 +4,8 @@
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 
 pkgname=xfce4-time-out-plugin
-pkgver=1.0.1
-pkgrel=5
+pkgver=1.0.2
+pkgrel=1
 pkgdesc=Take a break from your computer with this plugin for Xfce4
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin;
@@ -15,7 +15,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8')
+sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-smartbookmark-plugin/trunk (2 files)

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 18:31:57
  Author: foutrelis
Revision: 233322

upgpkg: xfce4-smartbookmark-plugin 0.4.6-1

New upstream release.

Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD
  xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch

+
 PKGBUILD   |8 
 xfce4-smartbookmark-plugin-archlinux.patch |4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:24:18 UTC (rev 233321)
+++ PKGBUILD2015-03-10 17:31:57 UTC (rev 233322)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.5
-pkgrel=3
+pkgver=0.4.6
+pkgrel=1
 pkgdesc=Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
@@ -15,8 +15,8 @@
 makedepends=('intltool' 'libxt')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
 xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
-'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
+sha256sums=('3bed2b322cd39ce5845d6da07938c702260f3f1a9700b690ef377fba752ba24f'
+'61f35a8e93f1aaf7f46b2c90af9788155bea67f045185d74c6b384a97deeacab')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver

Modified: xfce4-smartbookmark-plugin-archlinux.patch
===
--- xfce4-smartbookmark-plugin-archlinux.patch  2015-03-10 17:24:18 UTC (rev 
233321)
+++ xfce4-smartbookmark-plugin-archlinux.patch  2015-03-10 17:31:57 UTC (rev 
233322)
@@ -6,7 +6,7 @@
  /* default options */
 -search-url = http://bugs.debian.org/;;
 -search-label_text = BTS;
-+search-url = http://bugs.archlinux.org/;;
++search-url = https://bugs.archlinux.org/;;
 +search-label_text = ArchBug #;
  search-size = 5;
  search-hide_label = FALSE;
@@ -17,7 +17,7 @@
  xfce_rc_set_group(rcfile, NULL);
 -search-url = 
g_strdup(xfce_rc_read_entry(rcfile,url,http://bugs.debian.org/;));
 -search-label_text = 
g_strdup(xfce_rc_read_entry(rcfile,value,DBS));
-+search-url = 
g_strdup(xfce_rc_read_entry(rcfile,url,http://bugs.archlinux.org/;));
++search-url = 
g_strdup(xfce_rc_read_entry(rcfile,url,https://bugs.archlinux.org/;));
 +search-label_text = 
g_strdup(xfce_rc_read_entry(rcfile,value,ArchBug #));
  search-size = xfce_rc_read_int_entry(rcfile, size, 5);
  search-hide_label = xfce_rc_read_bool_entry(rcfile, hidelabel, 
FALSE);


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 18:37:02
  Author: spupykin
Revision: 129031

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 129030, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 17:36:54 UTC (rev 129030)
+++ PKGBUILD2015-03-10 17:37:02 UTC (rev 129031)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-contacts
-pkgver=8.0.1
-pkgrel=1
-pkgdesc=Contacts app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('2298aec8ff6c801614715f6ed28ac871')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 129030, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 17:37:02 UTC (rev 129031)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-contacts
+pkgver=8.0.2
+pkgrel=1
+pkgdesc=Contacts app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('6b1f334c9620780ca18fc6fd865a519d')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


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

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 18:17:25
  Author: foutrelis
Revision: 129024

upgpkg: python-stevedore 1.3.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:16:14 UTC (rev 129023)
+++ PKGBUILD2015-03-10 17:17:25 UTC (rev 129024)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=Manage dynamic plugins for Python applications
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 
source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45')
+sha256sums=('beab2b7f91966d259796392c39ed6f260b32851861561dd9f3b9be2fd0c426a5')
 
 prepare() {
   cd $srcdir/stevedore-$pkgver


[arch-commits] Commit in owncloud-app-calendar/repos/community-any (PKGBUILD PKGBUILD)

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 18:36:51
  Author: spupykin
Revision: 129029

archrelease: copy trunk to community-any

Added:
  owncloud-app-calendar/repos/community-any/PKGBUILD
(from rev 129028, owncloud-app-calendar/trunk/PKGBUILD)
Deleted:
  owncloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 17:36:43 UTC (rev 129028)
+++ PKGBUILD2015-03-10 17:36:51 UTC (rev 129029)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-calendar
-pkgver=8.0.1
-pkgrel=1
-pkgdesc=Calendar app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
-md5sums=('992b79e2b39eeaeb2256e2ba3418c58a')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-}

Copied: owncloud-app-calendar/repos/community-any/PKGBUILD (from rev 129028, 
owncloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 17:36:51 UTC (rev 129029)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-calendar
+pkgver=8.0.2
+pkgrel=1
+pkgdesc=Calendar app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
+md5sums=('5f47c217963ba2892d0aafe38c79c6e1')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}


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

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 17:42:25
  Author: fyan
Revision: 233319

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

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

-+
 /PKGBUILD   |   92 ++
 /ksysguard.install  |   24 ++
 extra-i686/PKGBUILD |   40 
 extra-i686/a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch   |   53 +
 extra-i686/ksysguard.install|   12 -
 extra-x86_64/PKGBUILD   |   40 
 extra-x86_64/a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch |   53 +
 extra-x86_64/ksysguard.install  |   12 -
 8 files changed, 222 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-10 16:41:58 UTC (rev 233318)
+++ extra-i686/PKGBUILD 2015-03-10 16:42:25 UTC (rev 233319)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='KSysGuard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/ksysguard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
- 'hicolor-icon-theme' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('065e0efe3bd28f8e8565b109dc64f647')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 233318, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 16:42:25 UTC (rev 233319)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='KSysGuard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/ksysguard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
+a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch)
+md5sums=('065e0efe3bd28f8e8565b109dc64f647'
+ '8c12f14d885c4d59cb35c1b9e0281d5b')
+
+prepare() {
+  mkdir build
+
+  # FS#44104
+  cd $pkgname-$pkgver
+  patch -p1 -i ../a148102e8ed56c7a8d0f790fad2f9366b27882d4.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: 
ksysguard/repos/extra-i686/a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch (from 
rev 233318, ksysguard/trunk/a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch)
===
--- extra-i686/a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch   
(rev 0)
+++ extra-i686/a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch   2015-03-10 
16:42:25 UTC (rev 233319)
@@ -0,0 +1,53 @@
+commit 

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

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 17:41:58
  Author: fyan
Revision: 233318

upgpkg: ksysguard 5.2.1-2

add patch for FS#44104

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

+
 PKGBUILD   |   12 +++--
 a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch |   53 +++
 2 files changed, 62 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 09:25:16 UTC (rev 233317)
+++ PKGBUILD2015-03-10 16:41:58 UTC (rev 233318)
@@ -5,7 +5,7 @@
 
 pkgname=ksysguard
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KSysGuard'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/ksysguard'
@@ -16,11 +16,17 @@
 conflicts=('kdebase-workspace')
 groups=('plasma')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('065e0efe3bd28f8e8565b109dc64f647')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
+a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch)
+md5sums=('065e0efe3bd28f8e8565b109dc64f647'
+ '8c12f14d885c4d59cb35c1b9e0281d5b')
 
 prepare() {
   mkdir build
+
+  # FS#44104
+  cd $pkgname-$pkgver
+  patch -p1 -i ../a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch
 }
 
 build() {

Added: a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch
===
--- a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch  
(rev 0)
+++ a148102e8ed56c7a8d0f790fad2f9366b27882d4.patch  2015-03-10 16:41:58 UTC 
(rev 233318)
@@ -0,0 +1,53 @@
+commit a148102e8ed56c7a8d0f790fad2f9366b27882d4
+Author: Hrvoje Senjan hrvoje.sen...@gmail.com
+Date:   Thu Feb 26 15:57:22 2015 +0100
+
+Register KSysguard to DBus
+
+Unbreaks starting the app via KRun
+
+Reviewed-by: Bhushan Shah
+
+diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
+index f021f0b..3f0ce93 100644
+--- a/gui/CMakeLists.txt
 b/gui/CMakeLists.txt
+@@ -54,6 +54,7 @@ target_compile_definitions(kdeinit_ksysguard PRIVATE 
-DPROJECT_VERSION=${PROJEC
+ target_link_libraries(kdeinit_ksysguard
+ KF5::ProcessUi
+ KF5::SignalPlotter
++KF5::DBusAddons
+ KF5::ItemViews
+ KF5::NewStuff
+ KF5::SysGuard
+diff --git a/gui/ksysguard.cpp b/gui/ksysguard.cpp
+index 919fd89..fa77506 100644
+--- a/gui/ksysguard.cpp
 b/gui/ksysguard.cpp
+@@ -37,7 +37,7 @@
+ #include k4aboutdata.h
+ #include kactioncollection.h
+ #include kapplication.h
+-
++#include KDBusService
+ #include kdebug.h
+ #include kedittoolbar.h
+ #include kglobal.h
+@@ -533,6 +533,7 @@ extern C Q_DECL_EXPORT int kdemain( int argc, char** 
argv )
+   KAboutData aboutData( ksysguard, i18n( System Monitor ),
+ PROJECT_VERSION, i18n(Description), 
KAboutLicense::GPL,
+ i18n( (c) 1996-2008 The KDE System Monitor 
Developers ) );
++  aboutData.setOrganizationDomain(QByteArray(kde.org));
+   aboutData.addAuthor( i18n(John Tapsell), i18n(Current Maintainer), 
john.taps...@kde.org );
+   aboutData.addAuthor( i18n(Chris Schlaeger), i18n(Previous Maintainer), 
c...@kde.org );
+   aboutData.addAuthor( i18n(Greg Martyn), QString(), 
greg.mar...@gmail.com );
+@@ -585,6 +586,9 @@ extern C Q_DECL_EXPORT int kdemain( int argc, char** 
argv )
+   Toplevel-show();
+   KSGRD::SensorMgr-setBroadcaster( Toplevel );  // SensorMgr uses a QPointer 
for toplevel, so it is okay if Toplevel is deleted first
+ 
++  // register to DBus
++  const KDBusService dbusService(KDBusService::Multiple);
++
+   // run the application
+   int result = app.exec();
+ 


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

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 18:16:04
  Author: spupykin
Revision: 129022

upgpkg: owncloud 8.0.2-1

upd

Modified:
  owncloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:02:28 UTC (rev 129021)
+++ PKGBUILD2015-03-10 17:16:04 UTC (rev 129022)
@@ -4,7 +4,7 @@
 # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
 
 pkgname=owncloud
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 pkgdesc=A cloud server to store your files centrally on a hardware controlled 
by you
 arch=('any')
@@ -30,7 +30,7 @@
 validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
 
source=(http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2{,.asc}
'apache.example.conf')
-md5sums=('cfd8c26600a0fbf1d48d7bbaa784ad62'
+md5sums=('9b10eb45b7923fcb46b89cf0ad149097'
  'SKIP'
  '64c6edf88bcbb37d063e4bf77b39237f')
 


[arch-commits] Commit in owncloud-app-bookmarks/repos/community-any (2 files)

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 18:36:40
  Author: spupykin
Revision: 129027

archrelease: copy trunk to community-any

Added:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 129026, owncloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  owncloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 17:36:32 UTC (rev 129026)
+++ PKGBUILD2015-03-10 17:36:40 UTC (rev 129027)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-bookmarks
-pkgver=8.0.1
-pkgrel=1
-pkgdesc=Bookmarks app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('728bc9ada30a6019dea5c81c6dc54b4d')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
-}

Copied: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 129026, 
owncloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 17:36:40 UTC (rev 129027)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-bookmarks
+pkgver=8.0.2
+pkgrel=1
+pkgdesc=Bookmarks app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
+md5sums=('a0fdfa6a750694dc82084f18398efbe0')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/bookmarks-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks
+}


[arch-commits] Commit in owncloud-app-contacts/trunk (PKGBUILD)

2015-03-10 Thread Sergej Pupykin
Date: Tuesday, March 10, 2015 @ 18:36:54
  Author: spupykin
Revision: 129030

upgpkg: owncloud-app-contacts 8.0.2-1

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:36:51 UTC (rev 129029)
+++ PKGBUILD2015-03-10 17:36:54 UTC (rev 129030)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=owncloud-app-contacts
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 pkgdesc=Contacts app for owncloud
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('2298aec8ff6c801614715f6ed28ac871')
+md5sums=('6b1f334c9620780ca18fc6fd865a519d')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (8 files)

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 18:32:06
  Author: foutrelis
Revision: 233323

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

Added:
  xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
(from rev 233322, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 233322, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
(from rev 233322, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 233322, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
Deleted:
  xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch

-+
 /PKGBUILD   |   90 ++
 /xfce4-smartbookmark-plugin-archlinux.patch |   48 +++
 extra-i686/PKGBUILD |   45 ---
 extra-i686/xfce4-smartbookmark-plugin-archlinux.patch   |   24 ---
 extra-x86_64/PKGBUILD   |   45 ---
 extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch |   24 ---
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-10 17:31:57 UTC (rev 233322)
+++ extra-i686/PKGBUILD 2015-03-10 17:32:06 UTC (rev 233323)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.5
-pkgrel=3
-pkgdesc=Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool' 'libxt')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
-xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
-'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/xfce4-smartbookmark-plugin-archlinux.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD (from rev 233322, 
xfce4-smartbookmark-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 17:32:06 UTC (rev 233323)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-smartbookmark-plugin
+pkgver=0.4.6
+pkgrel=1
+pkgdesc=Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool' 'libxt')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
+xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('3bed2b322cd39ce5845d6da07938c702260f3f1a9700b690ef377fba752ba24f'
+'61f35a8e93f1aaf7f46b2c90af9788155bea67f045185d74c6b384a97deeacab')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/xfce4-smartbookmark-plugin-archlinux.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
===
--- extra-i686/xfce4-smartbookmark-plugin-archlinux.patch   2015-03-10 
17:31:57 UTC (rev 233322)
+++ 

[arch-commits] Commit in xfce4-xkb-plugin/trunk (PKGBUILD)

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 18:55:17
  Author: foutrelis
Revision: 233324

upgpkg: xfce4-xkb-plugin 0.7.1-1

New upstream release.

Modified:
  xfce4-xkb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:32:06 UTC (rev 233323)
+++ PKGBUILD2015-03-10 17:55:17 UTC (rev 233324)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=xfce4-xkb-plugin
-pkgver=0.5.6
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
@@ -13,8 +13,8 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxklavier' 'librsvg')
 makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.5/$pkgname-$pkgver.tar.bz2)
-sha256sums=('09e4623033987ce7b711252609a17291b306cdf60863ee39677a4995a93318a5')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-xkb-plugin/repos (4 files)

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 18:55:27
  Author: foutrelis
Revision: 233325

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

Added:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
(from rev 233324, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
(from rev 233324, xfce4-xkb-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
  xfce4-xkb-plugin/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-03-10 17:55:17 UTC (rev 233324)
+++ extra-i686/PKGBUILD 2015-03-10 17:55:27 UTC (rev 233325)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.5.6
-pkgrel=2
-pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
-license=('custom')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.5/$pkgname-$pkgver.tar.bz2)
-sha256sums=('09e4623033987ce7b711252609a17291b306cdf60863ee39677a4995a93318a5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD (from rev 233324, 
xfce4-xkb-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 17:55:27 UTC (rev 233325)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxklavier' 'librsvg')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-10 17:55:17 UTC (rev 233324)
+++ extra-x86_64/PKGBUILD   2015-03-10 17:55:27 UTC (rev 233325)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.5.6
-pkgrel=2
-pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
-license=('custom')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.5/$pkgname-$pkgver.tar.bz2)
-sha256sums=('09e4623033987ce7b711252609a17291b306cdf60863ee39677a4995a93318a5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD (from rev 233324, 
xfce4-xkb-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-03-10 Thread Kyle Keen
Date: Wednesday, March 11, 2015 @ 03:12:36
  Author: kkeen
Revision: 129041

archrelease: copy trunk to community-any

Added:
  python-terminado/repos/community-any/
  python-terminado/repos/community-any/PKGBUILD
(from rev 129040, python-terminado/trunk/PKGBUILD)

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

Copied: python-terminado/repos/community-any/PKGBUILD (from rev 129040, 
python-terminado/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-03-11 02:12:36 UTC (rev 129041)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Will Shanks wsha dot code at g mail dot com
+
+pkgbase=python-terminado
+pkgname=(python-terminado python2-terminado)
+_pkgname=terminado
+pkgver=0.5
+pkgrel=2
+pkgdesc=Terminals served to term.js using Tornado websockets
+url=https://github.com/takluyver/terminado;
+arch=('any')
+license=('BSD')
+depends=('python-tornado' 'python-ptyprocess')
+makedepends=('python-setuptools' 'python2-setuptools'
+ 'python-tornado' 'python-ptyprocess'
+ 'python2-tornado' 'python2-ptyprocess')
+source=(http://pypi.python.org/packages/source/t/$_pkgname/$_pkgname-$pkgver.tar.gz;
+
'https://raw.githubusercontent.com/takluyver/terminado/master/LICENSE.txt')
+md5sums=('e992c6262a5f4c8952fee93da31a067e'
+ '242c3ea7df130edf77dc0e088ac1847c')
+
+prepare() {
+  cd $srcdir
+  cp -r $_pkgname-$pkgver ${_pkgname}2-$pkgver
+}
+
+package_python-terminado() {
+  cd $srcdir/$_pkgname-$pkgver
+  python3 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=0
+  install -Dm644 $srcdir/LICENSE.txt 
$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE
+}
+
+package_python2-terminado() {
+  depends=('python2-tornado' 'python2-ptyprocess')
+  cd $srcdir/${_pkgname}2-$pkgver
+  python2 setup.py install --root=$pkgdir/ --prefix=/usr --optimize=0
+  install -Dm644 $srcdir/LICENSE.txt 
$pkgdir/usr/share/licenses/python2-$_pkgname/LICENSE
+}
+


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

2015-03-10 Thread Sébastien Luttringer
Date: Wednesday, March 11, 2015 @ 03:16:27
  Author: seblu
Revision: 129043

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

Added:
  sslh/repos/community-i686/PKGBUILD
(from rev 129042, sslh/trunk/PKGBUILD)
  sslh/repos/community-i686/sslh-fork.service
(from rev 129042, sslh/trunk/sslh-fork.service)
  sslh/repos/community-i686/sslh-select.service
(from rev 129042, sslh/trunk/sslh-select.service)
  sslh/repos/community-i686/sslh.conf
(from rev 129042, sslh/trunk/sslh.conf)
  sslh/repos/community-i686/sslh.install
(from rev 129042, sslh/trunk/sslh.install)
  sslh/repos/community-x86_64/PKGBUILD
(from rev 129042, sslh/trunk/PKGBUILD)
  sslh/repos/community-x86_64/sslh-fork.service
(from rev 129042, sslh/trunk/sslh-fork.service)
  sslh/repos/community-x86_64/sslh-select.service
(from rev 129042, sslh/trunk/sslh-select.service)
  sslh/repos/community-x86_64/sslh.conf
(from rev 129042, sslh/trunk/sslh.conf)
  sslh/repos/community-x86_64/sslh.install
(from rev 129042, sslh/trunk/sslh.install)
Deleted:
  sslh/repos/community-i686/PKGBUILD
  sslh/repos/community-i686/sslh-fork.service
  sslh/repos/community-i686/sslh-select.service
  sslh/repos/community-i686/sslh.conf
  sslh/repos/community-i686/sslh.install
  sslh/repos/community-x86_64/PKGBUILD
  sslh/repos/community-x86_64/sslh-fork.service
  sslh/repos/community-x86_64/sslh-select.service
  sslh/repos/community-x86_64/sslh.conf
  sslh/repos/community-x86_64/sslh.install

--+
 /PKGBUILD|  100 +
 /sslh-fork.service   |   22 +++
 /sslh-select.service |   20 ++
 /sslh.conf   |   58 +++
 /sslh.install|   64 +
 community-i686/PKGBUILD  |   50 
 community-i686/sslh-fork.service |   11 ---
 community-i686/sslh-select.service   |   10 ---
 community-i686/sslh.conf |   29 -
 community-i686/sslh.install  |   32 --
 community-x86_64/PKGBUILD|   50 
 community-x86_64/sslh-fork.service   |   11 ---
 community-x86_64/sslh-select.service |   10 ---
 community-x86_64/sslh.conf   |   29 -
 community-x86_64/sslh.install|   32 --
 15 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-11 02:16:06 UTC (rev 129042)
+++ community-i686/PKGBUILD 2015-03-11 02:16:27 UTC (rev 129043)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
-# Contributor: Jason Rodriguez jason-...@catloaf.net
-
-pkgname=sslh
-pkgver=1.17
-pkgrel=1
-pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
-arch=('i686' 'x86_64')
-url='http://www.rutschle.net/tech/sslh.shtml'
-license=('GPL2')
-depends=('libcap' 'libconfig')
-backup=('etc/sslh.conf')
-install=$pkgname.install
-source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
-'sslh.conf'
-'sslh-select.service'
-'sslh-fork.service')
-md5sums=('1fc3ada4bafaca5a9786cc1431f48ed4'
- 'd5405c7ca7e1813e4d49a473e5834640'
- 'eebafa2f6c1b3f88ade8e0a3c054e1b8'
- '77e84cac50178eb389f7b25387c1f403')
-
-build() {
-  cd $pkgname-v$pkgver
-  make VERSION=\v$pkgver\ USELIBCAP=1
-}
-
-package() {
-  # default arch config
-  install -Dm 644 sslh.conf $pkgdir/etc/sslh.conf
-  # manually install to have both ssl-fork and ssl-select
-  cd $pkgname-v$pkgver
-  install -Dm 755 sslh-fork $pkgdir/usr/bin/sslh-fork
-  install -Dm 755 sslh-select $pkgdir/usr/bin/sslh-select
-  ln -s sslh-fork $pkgdir/usr/bin/sslh
-  # install manpage
-  install -Dm 644 sslh.8.gz $pkgdir/usr/share/man/man8/sslh.8.gz
-  # install examples files
-  install -Dm 644 basic.cfg $pkgdir/usr/share/doc/$pkgname/basic.cfg
-  install -Dm 644 example.cfg $pkgdir/usr/share/doc/$pkgname/example.cfg
-  # systemd
-  install -Dm 644 $srcdir/sslh-fork.service \
-$pkgdir/usr/lib/systemd/system/sslh-fork.service
-  install -Dm 644 $srcdir/sslh-select.service \
-$pkgdir/usr/lib/systemd/system/sslh-select.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslh/repos/community-i686/PKGBUILD (from rev 129042, 
sslh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-11 02:16:27 UTC (rev 129043)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
+# Contributor: Jason Rodriguez jason-...@catloaf.net
+
+pkgname=sslh
+pkgver=1.17
+pkgrel=2
+pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
+arch=('i686' 

[arch-commits] Commit in sslh/trunk (PKGBUILD sslh-fork.service sslh-select.service)

2015-03-10 Thread Sébastien Luttringer
Date: Wednesday, March 11, 2015 @ 03:16:06
  Author: seblu
Revision: 129042

upgpkg: sslh 1.17-2

- fix FS#44137

Modified:
  sslh/trunk/PKGBUILD
  sslh/trunk/sslh-fork.service
  sslh/trunk/sslh-select.service

-+
 PKGBUILD|6 +++---
 sslh-fork.service   |2 +-
 sslh-select.service |2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-11 02:12:36 UTC (rev 129041)
+++ PKGBUILD2015-03-11 02:16:06 UTC (rev 129042)
@@ -5,7 +5,7 @@
 
 pkgname=sslh
 pkgver=1.17
-pkgrel=1
+pkgrel=2
 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
 arch=('i686' 'x86_64')
 url='http://www.rutschle.net/tech/sslh.shtml'
@@ -19,8 +19,8 @@
 'sslh-fork.service')
 md5sums=('1fc3ada4bafaca5a9786cc1431f48ed4'
  'd5405c7ca7e1813e4d49a473e5834640'
- 'eebafa2f6c1b3f88ade8e0a3c054e1b8'
- '77e84cac50178eb389f7b25387c1f403')
+ '0f3f9e3ac2ac4b576d684b21b566aeb9'
+ '4e64f0850ec9bd44071ae8d5369316e5')
 
 build() {
   cd $pkgname-v$pkgver

Modified: sslh-fork.service
===
--- sslh-fork.service   2015-03-11 02:12:36 UTC (rev 129041)
+++ sslh-fork.service   2015-03-11 02:16:06 UTC (rev 129042)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/sslh-fork -F /etc/sslh.conf
+ExecStart=/usr/bin/sslh-fork -F/etc/sslh.conf
 KillMode=process
 PIDFile=/run/sslh.pid
 

Modified: sslh-select.service
===
--- sslh-select.service 2015-03-11 02:12:36 UTC (rev 129041)
+++ sslh-select.service 2015-03-11 02:16:06 UTC (rev 129042)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/bin/sslh-select -F /etc/sslh.conf
+ExecStart=/usr/bin/sslh-select -F/etc/sslh.conf
 PIDFile=/run/sslh.pid
 
 [Install]


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

2015-03-10 Thread Anatol Pomozov
Date: Tuesday, March 10, 2015 @ 17:22:14
  Author: anatolik
Revision: 129018

upgpkg: msgpack-c 1.0.0-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 16:21:06 UTC (rev 129017)
+++ PKGBUILD2015-03-10 16:22:14 UTC (rev 129018)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop auguste [at] gmail [dot] com
 
 pkgname=msgpack-c
-pkgver=0.5.9
+pkgver=1.0.0
 _tag=cpp-$pkgver
 pkgrel=1
 pkgdesc='An efficient object serialization library'
@@ -10,17 +10,17 @@
 arch=(i686 x86_64)
 url='http://msgpack.org/'
 license=(Apache)
-depends=(gcc-libs)
+depends=(glibc)
 checkdepends=(gtest)
 
source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
 fix_test_failure.patch)
-sha1sums=('04829b0555f3e4fa7970a15518e39e6ef87363e0'
+sha1sums=('01544ae0c881baf60e7d022719a5542069f58889'
   'c6abea80cb55279c024d20fc632422c54a603461')
 
 prepare() {
   cd msgpack-c-$_tag
   # upstream fix https://github.com/msgpack/msgpack-c/pull/95
-  patch -p1  ../fix_test_failure.patch
+  # patch -p1  ../fix_test_failure.patch
 }
 
 build() {


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

2015-03-10 Thread Gaetan Bisson
Date: Tuesday, March 10, 2015 @ 17:21:06
  Author: bisson
Revision: 129017

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 16:02:17 UTC (rev 129016)
+++ PKGBUILD2015-03-10 16:21:06 UTC (rev 129017)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
@@ -17,7 +17,7 @@
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
 'conf')
-sha1sums=('91c805af3fc702eb98ec2679a586cacd05fc4268'
+sha1sums=('9ae0d8270df4591559d54ee4d61c550526521ca3'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


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

2015-03-10 Thread Gaetan Bisson
Date: Tuesday, March 10, 2015 @ 17:23:45
  Author: bisson
Revision: 129020

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

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 129019, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 129019, unbound/trunk/conf)
  unbound/repos/community-i686/install
(from rev 129019, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 129019, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 129019, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 129019, unbound/trunk/conf)
  unbound/repos/community-x86_64/install
(from rev 129019, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 129019, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |   96 
 /conf |   10 
 /install  |   20 +
 /service  |   26 +++
 community-i686/PKGBUILD   |   48 --
 community-i686/conf   |5 --
 community-i686/install|   10 
 community-i686/service|   13 -
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/conf |5 --
 community-x86_64/install  |   10 
 community-x86_64/service  |   13 -
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 16:22:52 UTC (rev 129019)
+++ community-i686/PKGBUILD 2015-03-10 16:23:45 UTC (rev 129020)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgname=unbound
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'service'
-'conf')
-sha1sums=('91c805af3fc702eb98ec2679a586cacd05fc4268'
-  '63fcc187cec6f262d81600e66c6747285c72ad15'
-  '98515708441cb831890a0b6d1986fd40649646c0')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --with-libevent \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 doc/example.conf.in 
${pkgdir}/etc/unbound/unbound.conf.example
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/unbound.service
-   install -Dm644 ../conf ${pkgdir}/etc/unbound/unbound.conf
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 129019, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-10 16:23:45 UTC (rev 129020)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgname=unbound
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
+'service'
+'conf')
+sha1sums=('9ae0d8270df4591559d54ee4d61c550526521ca3'
+  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  '98515708441cb831890a0b6d1986fd40649646c0')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+  

[arch-commits] Commit in ppsspp/trunk (5 files)

2015-03-10 Thread Maxime Gauduin
Date: Tuesday, March 10, 2015 @ 17:01:56
  Author: alucryd
Revision: 129015

upgpkg: ppsspp 1.0.1-2

Added:
  ppsspp/trunk/ppsspp-ffmpeg.patch
Modified:
  ppsspp/trunk/PKGBUILD
Deleted:
  ppsspp/trunk/ppsspp-1.0-shared-ffmpeg.patch
  ppsspp/trunk/ppsspp.desktop
  ppsspp/trunk/ppsspp.install

+
 PKGBUILD   |  109 +++
 ppsspp-1.0-shared-ffmpeg.patch |  180 ---
 ppsspp-ffmpeg.patch|  180 +++
 ppsspp.desktop |   10 --
 ppsspp.install |   11 --
 5 files changed, 252 insertions(+), 238 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 14:18:07 UTC (rev 129014)
+++ PKGBUILD2015-03-10 16:01:56 UTC (rev 129015)
@@ -1,57 +1,92 @@
 # $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Ben Reedy theben...@gmail.com
+# Contributor: Clement Guerin geecko@free.fr
+# Contributor: Thiago Kenji Okada thiago.mas...@gmail.com
 
-pkgname=ppsspp
+pkgbase=ppsspp
+pkgname=('ppsspp' 'ppsspp-qt')
 pkgver=1.0.1
-pkgrel=1
-pkgdesc='PSP emulator written in C++'
+pkgrel=2
+pkgdesc='A PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
 license=('GPL2')
-depends=('zlib' 'sdl2' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils' 
'ffmpeg')
-makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
-install=ppsspp.install
-source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=52ce9c1
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=52c757e
-ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=04d6e3e
-git://github.com/Kingcom/armips#commit=a0b878f
-ppsspp-1.0-shared-ffmpeg.patch
-ppsspp.desktop)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- '0b6265a0ba7c8b7066adbed210a5a5bb'
- 'b70b8b3913079468db3469abeacaa9f6')
+depends=('ffmpeg' 'sdl2')
+makedepends=('cmake' 'git' 'glu' 'qt5-tools')
+source=(git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver};
+'git+https://github.com/hrydgard/ppsspp-lang.git#commit=52c757e'
+
'ppsspp-native::git+https://github.com/hrydgard/native.git#commit=52ce9c1'
+
'ppsspp-armips::git+https://github.com/Kingcom/armips.git#commit=a0b878f'
+'ppsspp-ffmpeg.patch')
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'4d60b99f9e6fe1bb81b2b1b648845f9e76289ba824fcb5e53f2117d0319e086d')
 
 prepare() {
-  mkdir build
-  cd $pkgname
+  cd ppsspp
 
-  git submodule init
-  for submodule in native lang ffmpeg ext/armips; do
-git config submodule.${submodule}.url $srcdir/${submodule#*/}
-git submodule update $submodule
+  for submodule in native lang ext/armips; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
+git submodule update ${submodule}
   done
 
-  patch -p1 -i ../ppsspp-1.0-shared-ffmpeg.patch
+  patch -Np1 -i ../ppsspp-ffmpeg.patch
 }
 
 build() {
-  cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release
+  cd ppsspp
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_SKIP_RPATH='TRUE'
   make
+
+  cd ..
+
+  if [[ -d build-qt ]]; then
+rm -rf build-qt
+  fi
+  mkdir build-qt  cd build-qt
+
+  qmake-qt5 CONFIG+='release' CONFIG+='system_ffmpeg' ../Qt/PPSSPPQt.pro
+  make
 }
 
-package() {
-  install -Dm755 build/PPSSPPSDL $pkgdir/usr/bin/PPSSPPSDL
-  chrpath -d $pkgdir/usr/bin/PPSSPPSDL
+package_ppsspp() {
+  conflicts=('ppsspp-qt')
 
-  install -d $pkgdir/usr/share/ppsspp $pkgdir/usr/share/icons/
-  cp -r build/assets $pkgdir/usr/share/ppsspp/
-  cp -r ppsspp/assets/unix-icons/hicolor $pkgdir/usr/share/icons/hicolor
+  cd ppsspp/build
 
-  install -Dm644 ppsspp.desktop $pkgdir/usr/share/applications/ppsspp.desktop
+  install -dm 755 
${pkgdir}/usr/{bin,share/{applications,man/man1,pixmaps,ppsspp}}
+  install -m 755 PPSSPPSDL ${pkgdir}/usr/bin/ppsspp
+  cp -dr --no-preserve='ownership' assets ${pkgdir}/usr/share/ppsspp/
+  install -m 644 ../assets/unix-icons/icon-512.svg 
${pkgdir}/usr/share/pixmaps/ppsspp.svg
+  install -m 644 ../debian/ppsspp.desktop ${pkgdir}/usr/share/applications/
+  install -m 644 ../debian/ppsspp.1 ${pkgdir}/usr/share/man/man1/
 }
+
+package_ppsspp-qt() {
+  depends+=('qt5-base')
+  provides=('ppsspp')
+  conflicts=('ppsspp')
+
+  cd ppsspp/build-qt
+
+  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,man/man1,pixmaps}}
+  install -m 755 ppsspp ${pkgdir}/usr/bin/
+  install -m 644 ../assets/unix-icons/icon-512.svg 

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

2015-03-10 Thread Anatol Pomozov
Date: Tuesday, March 10, 2015 @ 17:22:52
  Author: anatolik
Revision: 129019

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 16:22:14 UTC (rev 129018)
+++ community-i686/PKGBUILD 2015-03-10 16:22:52 UTC (rev 129019)
@@ -1,40 +0,0 @@
-# Contributor: Leen Jewel leenje...@gmail.com
-# Maintainer: Auguste Pop auguste [at] gmail [dot] com
-
-pkgname=msgpack-c
-pkgver=0.5.9
-_tag=cpp-$pkgver
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=(i686 x86_64)
-url='http://msgpack.org/'
-license=(Apache)
-depends=(gcc-libs)
-checkdepends=(gtest)
-source=(https://github.com/msgpack/msgpack-c/archive/$_tag.zip
-fix_test_failure.patch)
-sha1sums=('04829b0555f3e4fa7970a15518e39e6ef87363e0'
-  'c6abea80cb55279c024d20fc632422c54a603461')
-
-prepare() {
-  cd msgpack-c-$_tag
-  # upstream fix https://github.com/msgpack/msgpack-c/pull/95
-  patch -p1  ../fix_test_failure.patch
-}
-
-build() {
-  cd msgpack-c-$_tag 
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd msgpack-c-$_tag
-  make check  
-}
-
-package() {
-  cd msgpack-c-$_tag
-  make DESTDIR=$pkgdir install
-}

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

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

Copied: msgpack-c/repos/community-i686/fix_test_failure.patch (from rev 129018, 

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

2015-03-10 Thread Gaetan Bisson
Date: Tuesday, March 10, 2015 @ 22:03:06
  Author: bisson
Revision: 20

implement FS#44130

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 20:52:39 UTC (rev 233329)
+++ PKGBUILD2015-03-10 21:03:06 UTC (rev 20)
@@ -5,7 +5,7 @@
 
 pkgname=fontforge
 pkgver=20150228
-pkgrel=1
+pkgrel=2
 pkgdesc='Outline and bitmap font editor'
 url='http://www.fontforge.org/'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('git')
 depends=('libtool' 'libxkbui' 'libxi'
  'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
- 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+ 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
 source=(https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
 'http://fontforge.org/cidmaps.tgz')
 sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd'
@@ -24,7 +24,6 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
export LIBZMQ_LIBS=-lzmq
-   export PYTHON=python2
./bootstrap --force
./configure \
--prefix=/usr \


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

2015-03-10 Thread Kyle Keen
Date: Tuesday, March 10, 2015 @ 21:37:23
  Author: kkeen
Revision: 129034

upgpkg: openscad 2015.03-1

Modified:
  openscad/trunk/CHANGELOG
  openscad/trunk/PKGBUILD

---+
 CHANGELOG |6 ++
 PKGBUILD  |   10 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

Modified: CHANGELOG
===
--- CHANGELOG   2015-03-10 19:52:14 UTC (rev 129033)
+++ CHANGELOG   2015-03-10 20:37:23 UTC (rev 129034)
@@ -1,3 +1,9 @@
+2015-03-10 Kyle Keen keen...@gmail.com
+
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
 2014-11-04 Kyle Keen keen...@gmail.com
* 2014.03-5
- No changes

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 19:52:14 UTC (rev 129033)
+++ PKGBUILD2015-03-10 20:37:23 UTC (rev 129034)
@@ -4,8 +4,8 @@
 # Contributor: Eric Anderson ejona86 at gmail.com
 # Contributor: Pierre DOUCET pierre at equinoxefr.org
 pkgname=openscad
-pkgver=2014.03
-pkgrel=6
+pkgver=2015.03
+pkgrel=1
 pkgdesc=The programmers solid 3D CAD modeller
 url=http://openscad.org/;
 arch=('i686' 'x86_64')
@@ -12,15 +12,15 @@
 license=('GPL2')
 install=openscad.install
 changelog=CHANGELOG
-depends=('qt4' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
 makedepends=('eigen' 'boost' 'imagemagick')
 source=(http://files.openscad.org/openscad-$pkgver.src.tar.gz;)
-md5sums=('38bebd02bce365fe39e695a07411ab73')
+md5sums=('d1daed0ba048141bb910cfcadf8838e3')
 
 build() {
 cd $srcdir/$pkgname-$pkgver
 rm -f libraries/MCAD/*.py
-# internal version will use the build date, override that
+# internal version is done correctly now
 qmake-qt4 PREFIX=/usr VERSION=$pkgver
 make
 convert icons/$pkgname.png -resize 128x128\ icons/$pkgname-128.png


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

2015-03-10 Thread Gaetan Bisson
Date: Tuesday, March 10, 2015 @ 22:03:46
  Author: bisson
Revision: 21

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 20, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-i686/install
(from rev 20, fontforge/trunk/install)
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 20, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-x86_64/install
(from rev 20, fontforge/trunk/install)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/install
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/install

---+
 /PKGBUILD |   98 
 /install  |   24 +++
 extra-i686/PKGBUILD   |   50 
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/install  |   12 -
 6 files changed, 122 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-10 21:03:06 UTC (rev 20)
+++ extra-i686/PKGBUILD 2015-03-10 21:03:46 UTC (rev 21)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=fontforge
-pkgver=20150228
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-url='http://www.fontforge.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
- 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=(https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
-'http://fontforge.org/cidmaps.tgz')
-sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export LIBZMQ_LIBS=-lzmq
-   export PYTHON=python2
-   ./bootstrap --force
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-python-extension \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/fontforge
-   install -m644 ../Adobe-* ${pkgdir}/usr/share/fontforge
-
-   install -d ${pkgdir}/usr/share/icons
-   cp -a desktop/icons ${pkgdir}/usr/share/icons/hicolor
-   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 desktop/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 20, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 21:03:46 UTC (rev 21)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fontforge
+pkgver=20150228
+pkgrel=2
+pkgdesc='Outline and bitmap font editor'
+url='http://www.fontforge.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libtool' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
+ 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=(https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
+'http://fontforge.org/cidmaps.tgz')
+sha1sums=('a034746fb1c14cff31879e2abb51bd6972fabbcd'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBZMQ_LIBS=-lzmq
+   ./bootstrap --force
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/usr/share/fontforge
+   install -m644 ../Adobe-* ${pkgdir}/usr/share/fontforge
+
+   install -d ${pkgdir}/usr/share/icons
+   cp -a desktop/icons ${pkgdir}/usr/share/icons/hicolor
+   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 desktop/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
+}

Deleted: extra-i686/install
===
--- extra-i686/install  

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

2015-03-10 Thread Kyle Keen
Date: Tuesday, March 10, 2015 @ 21:37:45
  Author: kkeen
Revision: 129035

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

Added:
  openscad/repos/community-i686/CHANGELOG
(from rev 129034, openscad/trunk/CHANGELOG)
  openscad/repos/community-i686/PKGBUILD
(from rev 129034, openscad/trunk/PKGBUILD)
  openscad/repos/community-i686/openscad.install
(from rev 129034, openscad/trunk/openscad.install)
  openscad/repos/community-x86_64/CHANGELOG
(from rev 129034, openscad/trunk/CHANGELOG)
  openscad/repos/community-x86_64/PKGBUILD
(from rev 129034, openscad/trunk/PKGBUILD)
  openscad/repos/community-x86_64/openscad.install
(from rev 129034, openscad/trunk/openscad.install)
Deleted:
  openscad/repos/community-i686/CHANGELOG
  openscad/repos/community-i686/PKGBUILD
  openscad/repos/community-i686/openscad.install
  openscad/repos/community-x86_64/CHANGELOG
  openscad/repos/community-x86_64/PKGBUILD
  openscad/repos/community-x86_64/openscad.install

---+
 /CHANGELOG|  124 
 /PKGBUILD |   80 +++
 /openscad.install |   26 +++
 community-i686/CHANGELOG  |   56 
 community-i686/PKGBUILD   |   40 ---
 community-i686/openscad.install   |   13 ---
 community-x86_64/CHANGELOG|   56 
 community-x86_64/PKGBUILD |   40 ---
 community-x86_64/openscad.install |   13 ---
 9 files changed, 230 insertions(+), 218 deletions(-)

Deleted: community-i686/CHANGELOG
===
--- community-i686/CHANGELOG2015-03-10 20:37:23 UTC (rev 129034)
+++ community-i686/CHANGELOG2015-03-10 20:37:45 UTC (rev 129035)
@@ -1,56 +0,0 @@
-2014-11-04 Kyle Keen keen...@gmail.com
-   * 2014.03-5
-   - No changes
-   - Rebuild for boost-1.57.0-1
-
-
-2014-08-18 Kyle Keen keen...@gmail.com
-   * 2014.03-4
-   - No changes
-   - Rebuild for boost-1.56.0-1
-
-
-2014-08-18 Kyle Keen keen...@gmail.com
-   * 2014.03-3
-   - No changes
-   - Rebuild for glew-1.11.0-1
-
-
-2014-08-12 Kyle Keen keen...@gmail.com
-   * 2014.03-2
-   - No changes
-   - Rebuild for boost-1.56.0-1
-
-2014-03-09 Kyle Keen keen...@gmail.com
-
-   * 2014.03-1
-   - New release
-   - MIME associations
-
-2014-02-10 Kyle Keen keen...@gmail.com
-
-   * 2013.06-3
-   - Moved package to [community]
-   - Explicit boost depends
-   - Use official resources
-
-2014-02-07 Chirantan Ekbote chirantan.ekb...@gmail.com
-
-   * 2013.06-2
-   - Update makedepends since eigen3 has now become eigen in [extra]
-
-2013-06-19 Chirantan Ekbote chirantan.ekb...@gmail.com
-
-   * 2013.06-1 :
-   - Updated to version 2013.06
-
-2013-03-01 Chirantan Ekbote chirantan.ekb...@gmail.com
-
-   * 2013.01-2 :
-   Dependency qt replaced with qt4
-
-2013-01-23 Chirantan Ekbote chirantan.ekb...@gmail.com
-
-   * 2013.01-1 :
-   New upstream release.
-   Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-i686/CHANGELOG (from rev 129034, 
openscad/trunk/CHANGELOG)
===
--- community-i686/CHANGELOG(rev 0)
+++ community-i686/CHANGELOG2015-03-10 20:37:45 UTC (rev 129035)
@@ -0,0 +1,62 @@
+2015-03-10 Kyle Keen keen...@gmail.com
+
+   * 2015.03-1
+   - New release
+   - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen keen...@gmail.com
+   * 2014.03-5
+   - No changes
+   - Rebuild for boost-1.57.0-1
+
+
+2014-08-18 Kyle Keen keen...@gmail.com
+   * 2014.03-4
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+
+2014-08-18 Kyle Keen keen...@gmail.com
+   * 2014.03-3
+   - No changes
+   - Rebuild for glew-1.11.0-1
+
+
+2014-08-12 Kyle Keen keen...@gmail.com
+   * 2014.03-2
+   - No changes
+   - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen keen...@gmail.com
+
+   * 2014.03-1
+   - New release
+   - MIME associations
+
+2014-02-10 Kyle Keen keen...@gmail.com
+
+   * 2013.06-3
+   - Moved package to [community]
+   - Explicit boost depends
+   - Use official resources
+
+2014-02-07 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.06-2
+   - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.06-1 :
+   - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.01-2 :
+   Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote chirantan.ekb...@gmail.com
+
+   * 2013.01-1 :
+   New upstream release.
+   Dependency eigen2 repaced by eigen3

Deleted: community-i686/PKGBUILD

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

2015-03-10 Thread Bartłomiej Piotrowski
Date: Tuesday, March 10, 2015 @ 21:52:30
  Author: bpiotrowski
Revision: 233328

upgpkg: vlc 2.2.0-2

rebuild against x264 2:144.20150223-1

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 18:23:29 UTC (rev 233327)
+++ PKGBUILD2015-03-10 20:52:30 UTC (rev 233328)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A multi-platform MPEG, VCD/DVD, and DivX player
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;


[arch-commits] Commit in xfce4-xkb-plugin/repos (6 files)

2015-03-10 Thread Evangelos Foutras
Date: Tuesday, March 10, 2015 @ 19:23:29
  Author: foutrelis
Revision: 233327

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

Added:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
(from rev 233326, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin.install
(from rev 233326, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD
(from rev 233326, xfce4-xkb-plugin/trunk/PKGBUILD)
  xfce4-xkb-plugin/repos/extra-x86_64/xfce4-xkb-plugin.install
(from rev 233326, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
Deleted:
  xfce4-xkb-plugin/repos/extra-i686/PKGBUILD
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   40 ---
 extra-i686/xfce4-xkb-plugin.install   |   11 
 extra-x86_64/PKGBUILD |   40 ---
 extra-x86_64/xfce4-xkb-plugin.install |   11 
 5 files changed, 104 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-10 18:23:19 UTC (rev 233326)
+++ extra-i686/PKGBUILD 2015-03-10 18:23:29 UTC (rev 233327)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-xkb-plugin
-pkgver=0.7.1
-pkgrel=1
-pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
-license=('custom')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxklavier' 'librsvg')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/PKGBUILD (from rev 233326, 
xfce4-xkb-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 18:23:29 UTC (rev 233327)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-xkb-plugin
+pkgver=0.7.1
+pkgrel=2
+pkgdesc=Plugin to switch keyboard layouts for the Xfce4 panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin;
+license=('custom')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxklavier' 'librsvg')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-xkb-plugin/repos/extra-i686/xfce4-xkb-plugin.install (from rev 
233326, xfce4-xkb-plugin/trunk/xfce4-xkb-plugin.install)
===
--- extra-i686/xfce4-xkb-plugin.install (rev 0)
+++ extra-i686/xfce4-xkb-plugin.install 2015-03-10 18:23:29 UTC (rev 233327)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  if (($(vercmp $2 0.7.1-2)  0)); then
+echo ':: Keyboard layouts are now configured through 
xfce4-keyboard-settings'
+echo '   and managed by xfsettingsd. This plugin now only acts as a layout'
+echo '   indicator and manages per window/application layout preferences.'
+echo
+echo '   You will need to reconfigure the keyboard layouts on your next 
login.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-10 18:23:19 UTC (rev 233326)
+++ extra-x86_64/PKGBUILD   2015-03-10 18:23:29 UTC (rev 233327)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: AndyRTR 

[arch-commits] Commit in coin-or-clp/repos (4 files)

2015-03-10 Thread Antonio Rojas
Date: Tuesday, March 10, 2015 @ 20:52:14
  Author: arojas
Revision: 129033

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

Added:
  coin-or-clp/repos/community-i686/PKGBUILD
(from rev 129032, coin-or-clp/trunk/PKGBUILD)
  coin-or-clp/repos/community-x86_64/PKGBUILD
(from rev 129032, coin-or-clp/trunk/PKGBUILD)
Deleted:
  coin-or-clp/repos/community-i686/PKGBUILD
  coin-or-clp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 19:51:51 UTC (rev 129032)
+++ community-i686/PKGBUILD 2015-03-10 19:52:14 UTC (rev 129033)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-clp
-pkgver=1.16.4
-pkgrel=1
-pkgdesc=COIN-OR linear programming solver
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Clp;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-osi suitesparse)
-source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('8ea960fc3be6dd82389bf882f68ce33ddb5ef1df')
-
-build() {
-  cd Clp-$pkgver/Clp
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
-  make
-}
-
-check() {
-  cd Clp-$pkgver/Clp
-  make test
-}
-
-package() {
-  cd Clp-$pkgver/Clp
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-clp/repos/community-i686/PKGBUILD (from rev 129032, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-10 19:52:14 UTC (rev 129033)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-clp
+pkgver=1.16.5
+pkgrel=1
+pkgdesc=COIN-OR linear programming solver
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Clp;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
+source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('7f076e3f0b185a71afeecd19636e1bcb6d2b7237')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+  make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-10 19:51:51 UTC (rev 129032)
+++ community-x86_64/PKGBUILD   2015-03-10 19:52:14 UTC (rev 129033)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-clp
-pkgver=1.16.4
-pkgrel=1
-pkgdesc=COIN-OR linear programming solver
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Clp;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-osi suitesparse)
-source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('8ea960fc3be6dd82389bf882f68ce33ddb5ef1df')
-
-build() {
-  cd Clp-$pkgver/Clp
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
-  make
-}
-
-check() {
-  cd Clp-$pkgver/Clp
-  make test
-}
-
-package() {
-  cd Clp-$pkgver/Clp
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-clp/repos/community-x86_64/PKGBUILD (from rev 129032, 
coin-or-clp/trunk/PKGBUILD)

[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2015-03-10 Thread Antonio Rojas
Date: Tuesday, March 10, 2015 @ 20:51:51
  Author: arojas
Revision: 129032

Update to 1.16.5

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 17:37:02 UTC (rev 129031)
+++ PKGBUILD2015-03-10 19:51:51 UTC (rev 129032)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-clp
-pkgver=1.16.4
+pkgver=1.16.5
 pkgrel=1
 pkgdesc=COIN-OR linear programming solver
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-osi suitesparse)
 source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('8ea960fc3be6dd82389bf882f68ce33ddb5ef1df')
+sha1sums=('7f076e3f0b185a71afeecd19636e1bcb6d2b7237')
 
 build() {
   cd Clp-$pkgver/Clp


[arch-commits] Commit in qlandkartegt/repos/community-i686 (8 files)

2015-03-10 Thread Jaroslav Lichtblau
Date: Tuesday, March 10, 2015 @ 07:57:18
  Author: jlichtblau
Revision: 128995

archrelease: copy trunk to community-i686

Added:
  qlandkartegt/repos/community-i686/PKGBUILD
(from rev 128994, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml
(from rev 128994, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-i686/qlandkartegt.changelog
(from rev 128994, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-i686/qlandkartegt.install
(from rev 128994, qlandkartegt/trunk/qlandkartegt.install)
Deleted:
  qlandkartegt/repos/community-i686/PKGBUILD
  qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml
  qlandkartegt/repos/community-i686/qlandkartegt.changelog
  qlandkartegt/repos/community-i686/qlandkartegt.install

+
 PKGBUILD   |   90 
 qlandkartegt-mimetypes.xml |   14 +--
 qlandkartegt.changelog |  159 +--
 qlandkartegt.install   |   14 +--
 4 files changed, 140 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 06:21:26 UTC (rev 128994)
+++ PKGBUILD2015-03-10 06:57:18 UTC (rev 128995)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Matthias Maennich a...@maennich.net
-# Contributor: boe...@gmx.de
-
-pkgname=qlandkartegt
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Use your GPS with Linux
-arch=('i686' 'x86_64')
-url=http://www.qlandkarte.org/;
-license=('GPL')
-depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
- 'shared-mime-info' 'qtwebkit')
-makedepends=('cmake' 'garmindev' 'mesa')
-optdepends=('garmindev: to connect garmin devices')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-$pkgname-mimetypes.xml)
-sha256sums=('e747d2e1a78c1884ce00b4606525d2be3b309089a3b5cafbc8f2b7aa94959b14'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
-
-prepare() {
-  cd ${srcdir}
-  mkdir build
-}
-
-build() {
-  cd ${srcdir}/build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package(){
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/$pkgname-mimetypes.xml \
-${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
-}

Copied: qlandkartegt/repos/community-i686/PKGBUILD (from rev 128994, 
qlandkartegt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 06:57:18 UTC (rev 128995)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+# Contributor: boe...@gmx.de
+
+pkgname=qlandkartegt
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Use your GPS with Linux
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+prepare() {
+  cd ${srcdir}
+  mkdir build
+}
+
+build() {
+  cd ${srcdir}/build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/$pkgname-mimetypes.xml \
+${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Deleted: qlandkartegt-mimetypes.xml
===
--- qlandkartegt-mimetypes.xml  2015-03-10 06:21:26 UTC (rev 128994)
+++ qlandkartegt-mimetypes.xml  2015-03-10 06:57:18 UTC (rev 128995)
@@ -1,7 +0,0 @@
-?xml version=1.0?
-mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'
-  mime-type type=application/vnd.qlandkartegt.qlb
-commentQLandkarteGT File/comment
-glob pattern=*.qlb/
-  /mime-type
-/mime-info

Copied: qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml (from rev 
128994, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- qlandkartegt-mimetypes.xml  (rev 0)
+++ qlandkartegt-mimetypes.xml  2015-03-10 06:57:18 UTC (rev 128995)
@@ -0,0 +1,7 @@
+?xml version=1.0?

[arch-commits] Commit in perl-cpan-meta/trunk (PKGBUILD)

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 08:29:20
  Author: fyan
Revision: 233152

upgpkg: perl-cpan-meta 2.150001-1

Modified:
  perl-cpan-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 04:01:13 UTC (rev 233151)
+++ PKGBUILD2015-03-10 07:29:20 UTC (rev 233152)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-cpan-meta
-pkgver=2.143240
+pkgver=2.150001
 pkgrel=1
 pkgdesc='the distribution metadata for a CPAN dist'
 arch=('any')
@@ -12,7 +12,7 @@
  'perl-cpan-meta-yaml=0.008' 'perl-parse-cpan-meta=1.4414')
 url='https://metacpan.org/release/CPAN-Meta'
 
source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-$pkgver.tar.gz;)
-sha512sums=('091a4d2e89b0203a9704a9fc0777855bca3ff6104510f324be6fbe4243d6b5fb9d98b3e0b6d7ff2d977d5a2b9513204ea1eeeb0c773587439124ebd0c1604f69')
+sha512sums=('7d54fba6491e469462e45a8ab20334bb1a95a28597047445a35f93813687deb5fb28b73c67f14647a976edf089e026d432dd88b5d6091115afec4b84487a811a')
 
 _ddir=CPAN-Meta-$pkgver
 
@@ -41,4 +41,4 @@
 # mode: shell-script
 # sh-basic-offset: 2
 # End:
-# vim:set ts=2 sw=2 et: 
\ No newline at end of file
+# vim:set ts=2 sw=2 et: 


[arch-commits] Commit in perl-cpan-meta/repos/extra-any (PKGBUILD PKGBUILD)

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 08:29:46
  Author: fyan
Revision: 233153

archrelease: copy trunk to extra-any

Added:
  perl-cpan-meta/repos/extra-any/PKGBUILD
(from rev 233152, perl-cpan-meta/trunk/PKGBUILD)
Deleted:
  perl-cpan-meta/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-10 07:29:20 UTC (rev 233152)
+++ PKGBUILD2015-03-10 07:29:46 UTC (rev 233153)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-cpan-meta
-pkgver=2.143240
-pkgrel=1
-pkgdesc='the distribution metadata for a CPAN dist'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl=5.8' 'perl-cpan-meta-requirements=2.121'
- 'perl-cpan-meta-yaml=0.008' 'perl-parse-cpan-meta=1.4414')
-url='https://metacpan.org/release/CPAN-Meta'
-source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-$pkgver.tar.gz;)
-sha512sums=('091a4d2e89b0203a9704a9fc0777855bca3ff6104510f324be6fbe4243d6b5fb9d98b3e0b6d7ff2d977d5a2b9513204ea1eeeb0c773587439124ebd0c1604f69')
-
-_ddir=CPAN-Meta-$pkgver
-
-build() (
-  cd $srcdir/$_ddir
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd $srcdir/$_ddir
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package() (
-  cd $srcdir/$_ddir
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et: 
\ No newline at end of file

Copied: perl-cpan-meta/repos/extra-any/PKGBUILD (from rev 233152, 
perl-cpan-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-10 07:29:46 UTC (rev 233153)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-cpan-meta
+pkgver=2.150001
+pkgrel=1
+pkgdesc='the distribution metadata for a CPAN dist'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl=5.8' 'perl-cpan-meta-requirements=2.121'
+ 'perl-cpan-meta-yaml=0.008' 'perl-parse-cpan-meta=1.4414')
+url='https://metacpan.org/release/CPAN-Meta'
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-$pkgver.tar.gz;)
+sha512sums=('7d54fba6491e469462e45a8ab20334bb1a95a28597047445a35f93813687deb5fb28b73c67f14647a976edf089e026d432dd88b5d6091115afec4b84487a811a')
+
+_ddir=CPAN-Meta-$pkgver
+
+build() (
+  cd $srcdir/$_ddir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd $srcdir/$_ddir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd $srcdir/$_ddir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et: 


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

2015-03-10 Thread Daniel Micay
Date: Tuesday, March 10, 2015 @ 23:50:31
  Author: thestinger
Revision: 129037

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

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

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

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


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

2015-03-10 Thread Daniel Micay
Date: Tuesday, March 10, 2015 @ 23:49:18
  Author: thestinger
Revision: 129036

upgpkg: linux-grsec 3.19.1.201503092204-1

* enable TOMOYO LSM
* disable INIT_FALLBACK

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |   16 ++--
 config|  194 +++-
 config.x86_64 |  187 ++---
 3 files changed, 280 insertions(+), 117 deletions(-)

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


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

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 09:18:11
  Author: fyan
Revision: 128996

upgpkg: ibus-libpinyin 1.7.0-1

Modified:
  ibus-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 06:57:18 UTC (rev 128995)
+++ PKGBUILD2015-03-10 08:18:11 UTC (rev 128996)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor:  Yangtse Suyangts...@gmail.com
 # Contributor:  Jekyll Wuadaptee [at] gmail [dot] com
 # Contributor: riverscnriverscn at gmail.com
@@ -7,7 +7,7 @@
 # Contributor: Lee.MaRSleemars at gmail.com
 
 pkgname=ibus-libpinyin
-pkgver=1.6.99.20150203
+pkgver=1.7.0
 pkgrel=1
 pkgdesc=Intelligent Pinyin engine based on libpinyin for IBus
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('ibus' 'libpinyin' 'python2-xdg')
 makedepends=('git' 'intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
-sha512sums=('9ede5d09d32f6f0177ea0a029f8d3b53359cca7166db5c40775bf11842b13c5b5e6eeeb7d74f238280f6c97b1c7b2db7438ecf73d296182528b493b37649033d')
+sha512sums=('7bfeea853258e64c8cd84c0f4e3a285c2d3689022bf908203c44f8b962b810934a479b768eb3251e325fec92d2dfe2ad9e77218274c8e494fa3ccad3c30c7cc2')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 09:18:44
  Author: fyan
Revision: 128997

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

Added:
  ibus-libpinyin/repos/community-i686/PKGBUILD
(from rev 128996, ibus-libpinyin/trunk/PKGBUILD)
  ibus-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 128996, ibus-libpinyin/trunk/PKGBUILD)
Deleted:
  ibus-libpinyin/repos/community-i686/PKGBUILD
  ibus-libpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 08:18:11 UTC (rev 128996)
+++ community-i686/PKGBUILD 2015-03-10 08:18:44 UTC (rev 128997)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor:  Yangtse Suyangts...@gmail.com
-# Contributor:  Jekyll Wuadaptee [at] gmail [dot] com
-# Contributor: riverscnriverscn at gmail.com
-# Contributor: rainyrainylau at gmail.com
-# Contributor: Lee.MaRSleemars at gmail.com
-
-pkgname=ibus-libpinyin
-pkgver=1.6.99.20150203
-pkgrel=1
-pkgdesc=Intelligent Pinyin engine based on libpinyin for IBus
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://github.com/libpinyin/ibus-libpinyin;
-depends=('ibus' 'libpinyin' 'python2-xdg')
-makedepends=('git' 'intltool' 'gnome-common')
-source=(https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
-sha512sums=('9ede5d09d32f6f0177ea0a029f8d3b53359cca7166db5c40775bf11842b13c5b5e6eeeb7d74f238280f6c97b1c7b2db7438ecf73d296182528b493b37649033d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  for file in setup/ibus-setup-libpinyin.in; do
-sed -i 's_exec python_exec python2_' $file
-  done
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make NO_INDEX=true DESTDIR=$pkgdir install
-}

Copied: ibus-libpinyin/repos/community-i686/PKGBUILD (from rev 128996, 
ibus-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-10 08:18:44 UTC (rev 128997)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor:  Yangtse Suyangts...@gmail.com
+# Contributor:  Jekyll Wuadaptee [at] gmail [dot] com
+# Contributor: riverscnriverscn at gmail.com
+# Contributor: rainyrainylau at gmail.com
+# Contributor: Lee.MaRSleemars at gmail.com
+
+pkgname=ibus-libpinyin
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=Intelligent Pinyin engine based on libpinyin for IBus
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://github.com/libpinyin/ibus-libpinyin;
+depends=('ibus' 'libpinyin' 'python2-xdg')
+makedepends=('git' 'intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)
+sha512sums=('7bfeea853258e64c8cd84c0f4e3a285c2d3689022bf908203c44f8b962b810934a479b768eb3251e325fec92d2dfe2ad9e77218274c8e494fa3ccad3c30c7cc2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  for file in setup/ibus-setup-libpinyin.in; do
+sed -i 's_exec python_exec python2_' $file
+  done
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make NO_INDEX=true DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-10 08:18:11 UTC (rev 128996)
+++ community-x86_64/PKGBUILD   2015-03-10 08:18:44 UTC (rev 128997)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor:  Yangtse Suyangts...@gmail.com
-# Contributor:  Jekyll Wuadaptee [at] gmail [dot] com
-# Contributor: riverscnriverscn at gmail.com
-# Contributor: rainyrainylau at gmail.com
-# Contributor: Lee.MaRSleemars at gmail.com
-
-pkgname=ibus-libpinyin
-pkgver=1.6.99.20150203
-pkgrel=1
-pkgdesc=Intelligent Pinyin engine based on libpinyin for IBus
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://github.com/libpinyin/ibus-libpinyin;
-depends=('ibus' 'libpinyin' 'python2-xdg')
-makedepends=('git' 'intltool' 'gnome-common')
-source=(https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz;)

[arch-commits] Commit in gstreamer0.10-ugly/trunk (PKGBUILD)

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 09:54:05
  Author: fyan
Revision: 233314

upgpkg: gstreamer0.10-ugly 0.10.19-14

rebuild for x264 144.20150223

Modified:
  gstreamer0.10-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 08:06:06 UTC (rev 233313)
+++ PKGBUILD2015-03-10 08:54:05 UTC (rev 233314)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-ugly
 pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
 pkgver=0.10.19
-pkgrel=13
+pkgrel=14
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'libx264' 'x264' 
'opencore-amr' 'git')


[arch-commits] Commit in gstreamer0.10-ugly/repos (8 files)

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 09:54:31
  Author: fyan
Revision: 233315

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

Added:
  gstreamer0.10-ugly/repos/staging-i686/
  gstreamer0.10-ugly/repos/staging-i686/PKGBUILD
(from rev 233314, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-i686/cdio-cd-text-api.patch
(from rev 233314, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch
(from rev 233314, gstreamer0.10-ugly/trunk/opencore-amr.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/
  gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD
(from rev 233314, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-x86_64/cdio-cd-text-api.patch
(from rev 233314, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/opencore-amr.patch
(from rev 233314, gstreamer0.10-ugly/trunk/opencore-amr.patch)

---+
 staging-i686/PKGBUILD |   59 ++
 staging-i686/cdio-cd-text-api.patch   |  183 
 staging-i686/opencore-amr.patch   |   35 ++
 staging-x86_64/PKGBUILD   |   59 ++
 staging-x86_64/cdio-cd-text-api.patch |  183 
 staging-x86_64/opencore-amr.patch |   35 ++
 6 files changed, 554 insertions(+)

Copied: gstreamer0.10-ugly/repos/staging-i686/PKGBUILD (from rev 233314, 
gstreamer0.10-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-10 08:54:31 UTC (rev 233315)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.19
+pkgrel=14
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'libx264' 'x264' 
'opencore-amr' 'git')
+url=http://gstreamer.freedesktop.org/;
+source=(git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-ugly#commit=d637756a8e569753e9869c2c0728288f5dbc5089
+opencore-amr.patch
+cdio-cd-text-api.patch)
+md5sums=('SKIP'
+ 'd8feb6c99bfaff8be6b2c48ea4e98e47'
+ '6c1c665f864387f3a77d32231fedeaab')
+
+prepare() {
+  cd gst-plugins-ugly
+  patch -Np0 -i ../opencore-amr.patch
+  patch -Np1 -i ../cdio-cd-text-api.patch
+  sed -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.ac
+}
+
+build() {
+  cd gst-plugins-ugly
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --disable-gtk-doc \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+check() {
+  cd gst-plugins-ugly
+  make check
+}
+
+package_gstreamer0.10-ugly() {
+  pkgdesc=GStreamer Multimedia Framework Ugly plugin libraries
+  depends=('gstreamer0.10-base=0.10.34')
+  
+  cd gst-plugins-ugly
+  make DESTDIR=${pkgdir} install
+}
+
+package_gstreamer0.10-ugly-plugins() {
+  pkgdesc=GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
+  depends=(gstreamer0.10-ugly=${pkgver} 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+
+  cd gst-plugins-ugly
+  make -C ext DESTDIR=${pkgdir} install
+}

Copied: gstreamer0.10-ugly/repos/staging-i686/cdio-cd-text-api.patch (from rev 
233314, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
===
--- staging-i686/cdio-cd-text-api.patch (rev 0)
+++ staging-i686/cdio-cd-text-api.patch 2015-03-10 08:54:31 UTC (rev 233315)
@@ -0,0 +1,183 @@
+From 649bd92cd2600719862ad5189899212409dd0a67 Mon Sep 17 00:00:00 2001
+From: Leon Merten Lohse l...@green-side.de
+Date: Thu, 03 May 2012 22:50:30 +
+Subject: cdio: compensate for libcdio's recent cd-text api changes
+
+https://bugzilla.gnome.org/show_bug.cgi?id=675112
+
+Conflicts:
+
+   ext/cdio/gstcdiocddasrc.c
+---
+diff --git a/ext/cdio/gstcdio.c b/ext/cdio/gstcdio.c
+index 2f58d18..483ebf5 100644
+--- a/ext/cdio/gstcdio.c
 b/ext/cdio/gstcdio.c
+@@ -30,12 +30,16 @@
+ GST_DEBUG_CATEGORY (gst_cdio_debug);
+ 
+ void
+-gst_cdio_add_cdtext_field (GstObject * src, cdtext_t * cdtext,
++gst_cdio_add_cdtext_field (GstObject * src, cdtext_t * cdtext, 

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

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 10:24:34
  Author: fyan
Revision: 233316

upgpkg: grantlee-qt5 5.0.0-2

- don't conflict with grantlee-qt4

Modified:
  grantlee-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 08:54:31 UTC (rev 233315)
+++ PKGBUILD2015-03-10 09:24:34 UTC (rev 233316)
@@ -3,7 +3,7 @@
 
 pkgname=grantlee-qt5
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A string template engine based on the Django template system and 
written in Qt5
 arch=('i686' 'x86_64')
 url=https://www.gitorious.org/grantlee/pages/Home;
@@ -10,7 +10,6 @@
 license=('LGPL3')
 depends=('qt5-script')
 makedepends=('cmake' 'doxygen')
-conflicts=('grantlee-qt4')
 source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
 md5sums=('feb7f82d08e046fe078ea475dee710f6')
 


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

2015-03-10 Thread Felix Yan
Date: Tuesday, March 10, 2015 @ 10:25:16
  Author: fyan
Revision: 233317

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

Added:
  grantlee-qt5/repos/extra-i686/PKGBUILD
(from rev 233316, grantlee-qt5/trunk/PKGBUILD)
  grantlee-qt5/repos/extra-x86_64/PKGBUILD
(from rev 233316, grantlee-qt5/trunk/PKGBUILD)
Deleted:
  grantlee-qt5/repos/extra-i686/PKGBUILD
  grantlee-qt5/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-10 09:24:34 UTC (rev 233316)
+++ extra-i686/PKGBUILD 2015-03-10 09:25:16 UTC (rev 233317)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=grantlee-qt5
-pkgver=5.0.0
-pkgrel=1
-pkgdesc=A string template engine based on the Django template system and 
written in Qt5
-arch=('i686' 'x86_64')
-url=https://www.gitorious.org/grantlee/pages/Home;
-license=('LGPL3')
-depends=('qt5-script')
-makedepends=('cmake' 'doxygen')
-conflicts=('grantlee-qt4')
-source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
-md5sums=('feb7f82d08e046fe078ea475dee710f6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../grantlee-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: grantlee-qt5/repos/extra-i686/PKGBUILD (from rev 233316, 
grantlee-qt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-10 09:25:16 UTC (rev 233317)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt5
+pkgver=5.0.0
+pkgrel=2
+pkgdesc=A string template engine based on the Django template system and 
written in Qt5
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt5-script')
+makedepends=('cmake' 'doxygen')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('feb7f82d08e046fe078ea475dee710f6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-10 09:24:34 UTC (rev 233316)
+++ extra-x86_64/PKGBUILD   2015-03-10 09:25:16 UTC (rev 233317)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=grantlee-qt5
-pkgver=5.0.0
-pkgrel=1
-pkgdesc=A string template engine based on the Django template system and 
written in Qt5
-arch=('i686' 'x86_64')
-url=https://www.gitorious.org/grantlee/pages/Home;
-license=('LGPL3')
-depends=('qt5-script')
-makedepends=('cmake' 'doxygen')
-conflicts=('grantlee-qt4')
-source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
-md5sums=('feb7f82d08e046fe078ea475dee710f6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../grantlee-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: grantlee-qt5/repos/extra-x86_64/PKGBUILD (from rev 233316, 
grantlee-qt5/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-10 09:25:16 UTC (rev 233317)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt5
+pkgver=5.0.0
+pkgrel=2
+pkgdesc=A string template engine based on the Django template system and 
written in Qt5
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt5-script')
+makedepends=('cmake' 'doxygen')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('feb7f82d08e046fe078ea475dee710f6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}