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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:17:00
  Author: jleclanche
Revision: 145660

upgpkg: lxqt-session 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 15:00:58 UTC (rev 145659)
+++ PKGBUILD2015-11-02 15:17:00 UTC (rev 145660)
@@ -2,25 +2,36 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-session
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt session"
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The LXQt session"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("liblxqt" "lxqt-common")
-optdepends=("oxygen-icons: Default icon theme"
-"sddm: The recommended LXQt display manager")
+optdepends=(
+   "breeze-icons: Default icon theme"
+   "oxygen-icons: Alternative icon theme"
+   "sddm: The recommended display manager"
+)
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("c543ffb938e230c144399b59c99c53ee69fd0b37ff404a02576ce1179a551d06")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "2aedbeef904c11679199bfcdbf141880082c4bbcbcdad2b89b47d5b833fe26d4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
mkdir -p build
cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
make
 }
 


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:54:26
  Author: jleclanche
Revision: 145656

upgpkg: lxqt-powermanagement 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-powermanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:47:39 UTC (rev 145655)
+++ PKGBUILD2015-11-02 14:54:26 UTC (rev 145656)
@@ -2,18 +2,25 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-powermanagement
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="LXQt power management daemon"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "qt5-svg" "upower" "hicolor-icon-theme" "xdg-utils")
+license=("LGPL2.1")
+depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
 makedepends=("cmake" "qt5-tools")
-install=$pkgname.install
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("4602de9a9976307a74568cc729c6970c73dc06be5f972ade21eea6afb0c3006b")
+install="$pkgname.install"
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:54:45
  Author: jleclanche
Revision: 145657

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

Added:
  lxqt-powermanagement/repos/community-i686/PKGBUILD
(from rev 145656, lxqt-powermanagement/trunk/PKGBUILD)
  lxqt-powermanagement/repos/community-i686/lxqt-powermanagement.install
(from rev 145656, lxqt-powermanagement/trunk/lxqt-powermanagement.install)
  lxqt-powermanagement/repos/community-x86_64/PKGBUILD
(from rev 145656, lxqt-powermanagement/trunk/PKGBUILD)
  lxqt-powermanagement/repos/community-x86_64/lxqt-powermanagement.install
(from rev 145656, lxqt-powermanagement/trunk/lxqt-powermanagement.install)
Deleted:
  lxqt-powermanagement/repos/community-i686/PKGBUILD
  lxqt-powermanagement/repos/community-i686/lxqt-powermanagement.install
  lxqt-powermanagement/repos/community-x86_64/PKGBUILD
  lxqt-powermanagement/repos/community-x86_64/lxqt-powermanagement.install

---+
 /PKGBUILD |   74 
 /lxqt-powermanagement.install |   22 +++
 community-i686/PKGBUILD   |   30 -
 community-i686/lxqt-powermanagement.install   |   11 ---
 community-x86_64/PKGBUILD |   30 -
 community-x86_64/lxqt-powermanagement.install |   11 ---
 6 files changed, 96 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:54:26 UTC (rev 145656)
+++ community-i686/PKGBUILD 2015-11-02 14:54:45 UTC (rev 145657)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-powermanagement
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt power management daemon"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "qt5-svg" "upower" "hicolor-icon-theme" "xdg-utils")
-makedepends=("cmake" "qt5-tools")
-install=$pkgname.install
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("4602de9a9976307a74568cc729c6970c73dc06be5f972ade21eea6afb0c3006b")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-powermanagement/repos/community-i686/PKGBUILD (from rev 145656, 
lxqt-powermanagement/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:54:45 UTC (rev 145657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-powermanagement
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt power management daemon"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "qt5-svg" "hicolor-icon-theme" "solid" "xdg-utils")
+makedepends=("cmake" "qt5-tools")
+install="$pkgname.install"
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "85f67c1ee443f7a028a2bd63b9430fc55823a0cb9ce33cd23d97ccba31e05aa9"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/lxqt-powermanagement.install
===
--- community-i686/lxqt-powermanagement.install 2015-11-02 14:54:26 UTC (rev 
145656)
+++ community-i686/lxqt-powermanagement.install 2015-11-02 14:54:45 UTC (rev 
145657)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: lxqt-powermanagement/repos/community-i686/lxqt-powermanagement.install 
(from rev 145656, lxqt-powermanagement/trunk/lxqt-powermanagement.install)
===
--- community-i686/lxqt-powermanagement.install (rev 0)
+++ community-i686/lxqt-powermanagement.install 2015-11-02 14:54:45 UTC (rev 
145657)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:54:26 UTC (rev 145656)
+++ community-x86_64/PKGBUILD   2015-11-02 14:54:45 UTC (rev 145657)
@@ -1,30 +0,0 @@
-# 

[arch-commits] Commit in lxqt-config/trunk (PKGBUILD fix-build.patch)

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:30:33
  Author: jleclanche
Revision: 145645

upgpkg: lxqt-config 0.10.0-2

Upstream release 0.10.0

Modified:
  lxqt-config/trunk/PKGBUILD
Deleted:
  lxqt-config/trunk/fix-build.patch

-+
 PKGBUILD|   30 +++---
 fix-build.patch |   21 -
 2 files changed, 15 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:23:47 UTC (rev 145644)
+++ PKGBUILD2015-11-02 14:30:33 UTC (rev 145645)
@@ -2,32 +2,32 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-config
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=2
 pkgdesc="LXQt system configuration."
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "libxcursor" "xorg-xrandr")
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"fix-build.patch")
-sha256sums=('9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913'
-'276f04a31089e724793fae278238a397d5a1409fd8348cf529f3e75b47da94cc')
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
 
-   # fix build with qt 5.5
-   # https://github.com/lxde/lxqt-config/commit/a5045dc9
-   patch -Np1 -i ../fix-build.patch
-}
-
 build() {
mkdir -p build
cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
make
 }
 

Deleted: fix-build.patch
===
--- fix-build.patch 2015-11-02 14:23:47 UTC (rev 145644)
+++ fix-build.patch 2015-11-02 14:30:33 UTC (rev 145645)
@@ -1,21 +0,0 @@
-From a5045dc99d7fc3baad364cafa5a5a06cec69e29c Mon Sep 17 00:00:00 2001
-From: rezso 
-Date: Sun, 5 Jul 2015 20:38:44 +0200
-Subject: [PATCH] fix build with qt 5.5
-

- lxqt-config-monitor/monitor.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-monitor/monitor.h b/lxqt-config-monitor/monitor.h
-index 9f87bc0..b5df05b 100644
 a/lxqt-config-monitor/monitor.h
-+++ b/lxqt-config-monitor/monitor.h
-@@ -20,6 +20,7 @@
- #ifndef _MONITOR_H_
- #define _MONITOR_H_
- 
-+#include 
- #include 
- #include 
- #include 


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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 15:39:29
  Author: fyan
Revision: 145648

upgpkg: libcontentaction 0.2.6-1

Modified:
  libcontentaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:36:22 UTC (rev 145647)
+++ PKGBUILD2015-11-02 14:39:29 UTC (rev 145648)
@@ -2,15 +2,15 @@
 # Maintainer: Felix Yan 
 
 pkgname=libcontentaction
-pkgver=0.2.3
+pkgver=0.2.6
 pkgrel=1
 pkgdesc="Library for associating content with actions"
 arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/libcontentaction;
+url="https://git.merproject.org/mer-core/libcontentaction;
 license=('LGPL')
 depends=('qt5-systems' 'mlite')
 makedepends=('git' 'qt5-tools' 'python2')
-source=("git+https://github.com/nemomobile/libcontentaction.git#tag=$pkgver;)
+source=("git+https://git.merproject.org/mer-core/libcontentaction.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
 prepare() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:00:58
  Author: jleclanche
Revision: 145659

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

Added:
  lxqt-qtplugin/repos/community-i686/PKGBUILD
(from rev 145658, lxqt-qtplugin/trunk/PKGBUILD)
  lxqt-qtplugin/repos/community-x86_64/PKGBUILD
(from rev 145658, lxqt-qtplugin/trunk/PKGBUILD)
Deleted:
  lxqt-qtplugin/repos/community-i686/PKGBUILD
  lxqt-qtplugin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   28 -
 community-x86_64/PKGBUILD |   28 -
 3 files changed, 72 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 15:00:38 UTC (rev 145658)
+++ community-i686/PKGBUILD 2015-11-02 15:00:58 UTC (rev 145659)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-qtplugin
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("7bc715d55ccf7b4356dc89b23f441b79b2a79a523efdb67bc4a81acaa86243c5")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-qtplugin/repos/community-i686/PKGBUILD (from rev 145658, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 15:00:58 UTC (rev 145659)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 15:00:38 UTC (rev 145658)
+++ community-x86_64/PKGBUILD   2015-11-02 15:00:58 UTC (rev 145659)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-qtplugin
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("7bc715d55ccf7b4356dc89b23f441b79b2a79a523efdb67bc4a81acaa86243c5")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-qtplugin/repos/community-x86_64/PKGBUILD (from rev 145658, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 15:00:58 UTC (rev 145659)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:26:15
  Author: jleclanche
Revision: 145664

upgpkg: pcmanfm-qt 0.10.0-1

Upstream release 0.10.0

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 15:20:52 UTC (rev 145663)
+++ PKGBUILD2015-11-02 15:26:15 UTC (rev 145664)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pcmanfm-qt
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
@@ -12,8 +12,15 @@
 depends=("liblxqt" "libfm" "lxmenu-data")
 makedepends=("cmake" "qt5-tools")
 install="$pkgname.install"
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("2df0f0a0c092f9ee6e7311255ab2aed66c8ea897b3399affb96732c46421e2df")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:26:34
  Author: jleclanche
Revision: 145665

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

Added:
  pcmanfm-qt/repos/community-i686/PKGBUILD
(from rev 145664, pcmanfm-qt/trunk/PKGBUILD)
  pcmanfm-qt/repos/community-i686/pcmanfm-qt.install
(from rev 145664, pcmanfm-qt/trunk/pcmanfm-qt.install)
  pcmanfm-qt/repos/community-x86_64/PKGBUILD
(from rev 145664, pcmanfm-qt/trunk/PKGBUILD)
  pcmanfm-qt/repos/community-x86_64/pcmanfm-qt.install
(from rev 145664, pcmanfm-qt/trunk/pcmanfm-qt.install)
Deleted:
  pcmanfm-qt/repos/community-i686/PKGBUILD
  pcmanfm-qt/repos/community-i686/pcmanfm-qt.install
  pcmanfm-qt/repos/community-x86_64/PKGBUILD
  pcmanfm-qt/repos/community-x86_64/pcmanfm-qt.install

-+
 /PKGBUILD   |   78 ++
 /pcmanfm-qt.install |   22 +
 community-i686/PKGBUILD |   32 -
 community-i686/pcmanfm-qt.install   |   11 
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/pcmanfm-qt.install |   11 
 6 files changed, 100 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 15:26:15 UTC (rev 145664)
+++ community-i686/PKGBUILD 2015-11-02 15:26:34 UTC (rev 145665)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=pcmanfm-qt
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="The LXQt file manager, Qt port of PCManFM"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "libfm" "lxmenu-data")
-makedepends=("cmake" "qt5-tools")
-install="$pkgname.install"
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("2df0f0a0c092f9ee6e7311255ab2aed66c8ea897b3399affb96732c46421e2df")
-
-
-build() {
-   mkdir -p build
-   cd build
-
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: pcmanfm-qt/repos/community-i686/PKGBUILD (from rev 145664, 
pcmanfm-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 15:26:34 UTC (rev 145665)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=pcmanfm-qt
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The LXQt file manager, Qt port of PCManFM"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("liblxqt" "libfm" "lxmenu-data")
+makedepends=("cmake" "qt5-tools")
+install="$pkgname.install"
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/pcmanfm-qt.install
===
--- community-i686/pcmanfm-qt.install   2015-11-02 15:26:15 UTC (rev 145664)
+++ community-i686/pcmanfm-qt.install   2015-11-02 15:26:34 UTC (rev 145665)
@@ -1,11 +0,0 @@
-post_install() {
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}

Copied: pcmanfm-qt/repos/community-i686/pcmanfm-qt.install (from rev 145664, 
pcmanfm-qt/trunk/pcmanfm-qt.install)
===
--- community-i686/pcmanfm-qt.install   (rev 0)
+++ community-i686/pcmanfm-qt.install   2015-11-02 15:26:34 UTC (rev 145665)
@@ -0,0 +1,11 @@
+post_install() {
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 15:26:15 UTC (rev 145664)
+++ community-x86_64/PKGBUILD   2015-11-02 15:26:34 UTC (rev 145665)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=pcmanfm-qt
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="The LXQt file manager, Qt port of PCManFM"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "libfm" "lxmenu-data")

[arch-commits] Commit in dosemu/trunk (4 files)

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:47:45
  Author: spupykin
Revision: 145636

Modified:
  dosemu/trunk/PKGBUILD
Deleted:
  dosemu/trunk/cpu-support.patch
  dosemu/trunk/fix-infinite-loop.patch
  dosemu/trunk/kernel_version.patch

-+
 PKGBUILD|6 --
 cpu-support.patch   |   12 
 fix-infinite-loop.patch |   13 -
 kernel_version.patch|   12 
 4 files changed, 4 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 13:37:41 UTC (rev 145635)
+++ PKGBUILD2015-11-02 13:47:45 UTC (rev 145636)
@@ -5,7 +5,8 @@
 # Contributor: Bob Finch 
 
 pkgname=dosemu
-pkgver=1.4.0.8
+epoch=1
+pkgver=1.4.git20151102
 pkgrel=1
 pkgdesc="DOS emulator"
 arch=('i686' 'x86_64')
@@ -16,7 +17,8 @@
 backup=('etc/dosemu/dosemu.conf'
'etc/dosemu/dosemu.users'
'etc/dosemu/global.conf')
-source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#tag=$pkgname-$pkgver
+#source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#tag=$pkgname-$pkgver
+source=($pkgname-$pkgver::git://git.code.sf.net/p/dosemu/code#commit=cc971eae4738016c22b3d2e1b3473df2176c8e29

http://downloads.sourceforge.net/sourceforge/dosemu/dosemu-freedos-1.0-bin.tgz)
 md5sums=('SKIP'
  '2e09774fe91cff4372cb4a393eb467f5')

Deleted: cpu-support.patch
===
--- cpu-support.patch   2015-11-02 13:37:41 UTC (rev 145635)
+++ cpu-support.patch   2015-11-02 13:47:45 UTC (rev 145636)
@@ -1,12 +0,0 @@
-diff -Naur orig/dosemu-1.4.0/src/base/init/config.c 
modified/dosemu-1.4.0/src/base/init/config.c
 orig/src/base/init/config.c2007-05-04 22:19:41.0 +0800
-+++ modified/src/base/init/config.c2012-12-06 10:05:31.780346032 +0800
-@@ -480,6 +480,8 @@
-   case 5: case 586:
-   case 6: case 686:
-   case 15:
-+  case 16:
-+  case 17:
- config.realcpu = CPU_586;
- cpuflags = get_proc_string_by_key("features");
- if (!cpuflags) {

Deleted: fix-infinite-loop.patch
===
--- fix-infinite-loop.patch 2015-11-02 13:37:41 UTC (rev 145635)
+++ fix-infinite-loop.patch 2015-11-02 13:47:45 UTC (rev 145636)
@@ -1,13 +0,0 @@
 trunk/src/plugin/translate/translate.c 2011/05/24 02:28:24 2032
-+++ trunk/src/plugin/translate/translate.c 2011/10/03 23:37:46 2058
-@@ -466,7 +466,9 @@
-   while (list->next) {
-   list = list->next;
-   }
--  list->next = set;
-+  if (list != set) {
-+  list->next = set;
-+  }
-   }
-   initialize_charset(set);
-   }

Deleted: kernel_version.patch
===
--- kernel_version.patch2015-11-02 13:37:41 UTC (rev 145635)
+++ kernel_version.patch2015-11-02 13:47:45 UTC (rev 145636)
@@ -1,12 +0,0 @@
-diff -wbBur dosemu-1.4.0/src/base/init/init.c 
dosemu-1.4.0.my/src/base/init/init.c
 dosemu-1.4.0/src/base/init/init.c  2007-05-04 09:59:48.0 +0400
-+++ dosemu-1.4.0.my/src/base/init/init.c   2011-08-15 12:39:42.0 
+0400
-@@ -280,7 +280,7 @@
-   char version[80];
- 
-   uname((struct utsname *));
--#ifdef __linux__
-+#if 0
-   strcpy(version,unames.release);
-   running_kversion = atoi(strtok(version,".")) *100;
-   running_kversion += atoi(strtok(NULL,".")) *1000;


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

2015-11-02 Thread Allan McRae
Date: Monday, November 2, 2015 @ 15:07:42
  Author: allan
Revision: 250023

upgpkg: gmp 6.1.0-1

upstream update

Modified:
  gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 13:15:21 UTC (rev 250022)
+++ PKGBUILD2015-11-02 14:07:42 UTC (rev 250023)
@@ -3,8 +3,8 @@
 # Contributer: Jan de Groot 
 
 pkgname=gmp
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
 pkgdesc="A free library for arbitrary precision arithmetic"
 arch=('i686' 'x86_64')
 url="http://gmplib.org/;
@@ -11,10 +11,10 @@
 depends=('gcc-libs' 'sh')
 license=('LGPL3' 'GPL')
 install=gmp.install
-source=(https://gmplib.org/download/gmp/gmp-${pkgver}a.tar.xz{,.sig})
-md5sums=('1e6da4e434553d2811437aa42c7f7c76'
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
  'SKIP')
-validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298')   # Niels Möller
+validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0')   # Marco Bodrato
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 15:40:05
  Author: fyan
Revision: 145649

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:39:29 UTC (rev 145648)
+++ community-i686/PKGBUILD 2015-11-02 14:40:05 UTC (rev 145649)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libcontentaction
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Library for associating content with actions"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/libcontentaction;
-license=('LGPL')
-depends=('qt5-systems' 'mlite')
-makedepends=('git' 'qt5-tools' 'python2')
-source=("git+https://github.com/nemomobile/libcontentaction.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd libcontentaction
-  find . -name '*.py' -o -name 'gen-regexps' -type f -exec sed -i 
's@^#!.*python$@#!/usr/bin/python2@' {} +
-}
-
-build() {
-  cd libcontentaction
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd libcontentaction
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  # Remove tests
-  rm -r "$pkgdir/opt"
-}

Copied: libcontentaction/repos/community-i686/PKGBUILD (from rev 145648, 
libcontentaction/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:40:05 UTC (rev 145649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libcontentaction
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Library for associating content with actions"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libcontentaction;
+license=('LGPL')
+depends=('qt5-systems' 'mlite')
+makedepends=('git' 'qt5-tools' 'python2')
+source=("git+https://git.merproject.org/mer-core/libcontentaction.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd libcontentaction
+  find . -name '*.py' -o -name 'gen-regexps' -type f -exec sed -i 
's@^#!.*python$@#!/usr/bin/python2@' {} +
+}
+
+build() {
+  cd libcontentaction
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd libcontentaction
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  # Remove tests
+  rm -r "$pkgdir/opt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:39:29 UTC (rev 145648)
+++ community-x86_64/PKGBUILD   2015-11-02 14:40:05 UTC (rev 145649)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libcontentaction
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="Library for associating content with actions"
-arch=('i686' 'x86_64')
-url="http://github.com/nemomobile/libcontentaction;
-license=('LGPL')
-depends=('qt5-systems' 'mlite')
-makedepends=('git' 'qt5-tools' 'python2')
-source=("git+https://github.com/nemomobile/libcontentaction.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd libcontentaction
-  find . -name '*.py' -o -name 'gen-regexps' -type f -exec sed -i 
's@^#!.*python$@#!/usr/bin/python2@' {} +
-}
-
-build() {
-  cd libcontentaction
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd libcontentaction
-
-  make INSTALL_ROOT="${pkgdir}" install
-
-  # Remove tests
-  rm -r "$pkgdir/opt"
-}

Copied: libcontentaction/repos/community-x86_64/PKGBUILD (from rev 145648, 
libcontentaction/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 14:40:05 UTC (rev 145649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libcontentaction
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Library for associating content with actions"
+arch=('i686' 'x86_64')
+url="https://git.merproject.org/mer-core/libcontentaction;
+license=('LGPL')
+depends=('qt5-systems' 'mlite')
+makedepends=('git' 'qt5-tools' 'python2')
+source=("git+https://git.merproject.org/mer-core/libcontentaction.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd libcontentaction
+  find . -name '*.py' -o -name 'gen-regexps' -type f -exec sed -i 
's@^#!.*python$@#!/usr/bin/python2@' {} +
+}
+
+build() {
+  cd libcontentaction
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd libcontentaction
+
+  make 

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:41:02
  Author: jleclanche
Revision: 145651

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

Added:
  lxqt-notificationd/repos/community-i686/PKGBUILD
(from rev 145650, lxqt-notificationd/trunk/PKGBUILD)
  lxqt-notificationd/repos/community-x86_64/PKGBUILD
(from rev 145650, lxqt-notificationd/trunk/PKGBUILD)
Deleted:
  lxqt-notificationd/repos/community-i686/PKGBUILD
  lxqt-notificationd/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:40:42 UTC (rev 145650)
+++ community-i686/PKGBUILD 2015-11-02 14:41:02 UTC (rev 145651)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-notificationd
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("lxqt-common" "liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-notificationd/repos/community-i686/PKGBUILD (from rev 145650, 
lxqt-notificationd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:41:02 UTC (rev 145651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:40:42 UTC (rev 145650)
+++ community-x86_64/PKGBUILD   2015-11-02 14:41:02 UTC (rev 145651)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-notificationd
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("lxqt-common" "liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-notificationd/repos/community-x86_64/PKGBUILD (from rev 145650, 
lxqt-notificationd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 14:41:02 UTC (rev 145651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:47:19
  Author: jleclanche
Revision: 145654

upgpkg: lxqt-policykit 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-policykit/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:44:39 UTC (rev 145653)
+++ PKGBUILD2015-11-02 14:47:19 UTC (rev 145654)
@@ -2,23 +2,31 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("liblxqt" "polkit-qt5")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
mkdir -p build
cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
make
 }
 


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:47:39
  Author: jleclanche
Revision: 145655

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

Added:
  lxqt-policykit/repos/community-i686/PKGBUILD
(from rev 145654, lxqt-policykit/trunk/PKGBUILD)
  lxqt-policykit/repos/community-x86_64/PKGBUILD
(from rev 145654, lxqt-policykit/trunk/PKGBUILD)
Deleted:
  lxqt-policykit/repos/community-i686/PKGBUILD
  lxqt-policykit/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   28 -
 community-x86_64/PKGBUILD |   28 -
 3 files changed, 72 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:47:19 UTC (rev 145654)
+++ community-i686/PKGBUILD 2015-11-02 14:47:39 UTC (rev 145655)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-policykit
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="The LXQt policykit authentication agent"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "polkit-qt5")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-policykit/repos/community-i686/PKGBUILD (from rev 145654, 
lxqt-policykit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:47:39 UTC (rev 145655)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-policykit
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The LXQt policykit authentication agent"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "polkit-qt5")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:47:19 UTC (rev 145654)
+++ community-x86_64/PKGBUILD   2015-11-02 14:47:39 UTC (rev 145655)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-policykit
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="The LXQt policykit authentication agent"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "polkit-qt5")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-policykit/repos/community-x86_64/PKGBUILD (from rev 145654, 
lxqt-policykit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 14:47:39 UTC (rev 145655)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-policykit
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The LXQt policykit authentication agent"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "polkit-qt5")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" 

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:20:52
  Author: jleclanche
Revision: 145663

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

Added:
  lxqt-sudo/repos/community-i686/
  lxqt-sudo/repos/community-i686/PKGBUILD
(from rev 145662, lxqt-sudo/trunk/PKGBUILD)
  lxqt-sudo/repos/community-x86_64/
  lxqt-sudo/repos/community-x86_64/PKGBUILD
(from rev 145662, lxqt-sudo/trunk/PKGBUILD)

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

Copied: lxqt-sudo/repos/community-i686/PKGBUILD (from rev 145662, 
lxqt-sudo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 15:20:52 UTC (rev 145663)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-sudo
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt privilege program (lxsu)."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: lxqt-sudo/repos/community-x86_64/PKGBUILD (from rev 145662, 
lxqt-sudo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 15:20:52 UTC (rev 145663)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-sudo
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt privilege program (lxsu)."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2015-11-02 Thread Massimiliano Torromeo
Date: Monday, November 2, 2015 @ 14:37:41
  Author: mtorromeo
Revision: 145635

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

Added:
  rmlint/repos/community-i686/PKGBUILD
(from rev 145634, rmlint/trunk/PKGBUILD)
  rmlint/repos/community-i686/rmlint-shredder.install
(from rev 145634, rmlint/trunk/rmlint-shredder.install)
  rmlint/repos/community-x86_64/PKGBUILD
(from rev 145634, rmlint/trunk/PKGBUILD)
  rmlint/repos/community-x86_64/rmlint-shredder.install
(from rev 145634, rmlint/trunk/rmlint-shredder.install)
Deleted:
  rmlint/repos/community-i686/PKGBUILD
  rmlint/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|  104 +
 community-i686/PKGBUILD  |   27 ---
 community-i686/rmlint-shredder.install   |   12 +++
 community-x86_64/PKGBUILD|   27 ---
 community-x86_64/rmlint-shredder.install |   12 +++
 5 files changed, 128 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 13:21:22 UTC (rev 145634)
+++ community-i686/PKGBUILD 2015-11-02 13:37:41 UTC (rev 145635)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Blisfull 
-# Contributor: SahibBommelig 
-
-pkgname=rmlint
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
-arch=('i686' 'x86_64')
-url="https://github.com/sahib/rmlint;
-license=('GPL3')
-depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
-makedepends=('scons' 'python-sphinx' 'gettext')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('08ad28150d99d704d356cdf050c4499f98a0d0c363a2230619d0b3e53e5f9dbb')
-
-build() {
-cd "$srcdir"/$pkgname-$pkgver
-scons config
-scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
-}
-
-package() {
-cd "$srcdir"/$pkgname-$pkgver
-scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-}

Copied: rmlint/repos/community-i686/PKGBUILD (from rev 145634, 
rmlint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 13:37:41 UTC (rev 145635)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Blisfull 
+# Contributor: SahibBommelig 
+
+pkgbase=rmlint
+pkgname=(rmlint rmlint-shredder)
+pkgver=2.4.1
+pkgrel=1
+url="https://github.com/sahib/rmlint;
+license=('GPL3')
+arch=('i686' 'x86_64')
+makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
+ 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
+ 'dconf' 'gtksourceview3' 'librsvg' 'xdg-utils')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
+sha256sums=('c09dce651f23568767b732a7529aeda8e81b1875cf81edc9e09b4e194d1e47c9')
+
+prepare() {
+cd "$srcdir"/$pkgbase-$pkgver
+sed 's/python4/python/' -i gui/SConscript
+}
+
+build() {
+cd "$srcdir"/$pkgbase-$pkgver
+scons config
+scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
+}
+
+package_rmlint() {
+pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
+depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
+rm -rf "$pkgdir"/usr/lib
+}
+
+package_rmlint-shredder() {
+pkgdesc="Graphical user interface for rmlint"
+depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
+ 'gtksourceview3' 'xdg-utils')
+install=rmlint-shredder.install
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
+rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
+}

Copied: rmlint/repos/community-i686/rmlint-shredder.install (from rev 145634, 
rmlint/trunk/rmlint-shredder.install)
===
--- community-i686/rmlint-shredder.install  (rev 0)
+++ community-i686/rmlint-shredder.install  2015-11-02 13:37:41 UTC (rev 
145635)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+   xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:08:45
  Author: jleclanche
Revision: 145640

upgpkg: lxqt-about 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-about/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:06:34 UTC (rev 145639)
+++ PKGBUILD2015-11-02 14:08:45 UTC (rev 145640)
@@ -2,23 +2,31 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-about
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="LXQt about dialog."
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("liblxqt")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6965eb5eba8acbd97cebd708da12f2aa8bbb3cf2c3fa211b5c00cc45fc48bf77")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
mkdir -p build
cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 


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

2015-11-02 Thread Allan McRae
Date: Monday, November 2, 2015 @ 15:09:07
  Author: allan
Revision: 250024

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

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

+
 testing-i686/PKGBUILD  |   36 
 testing-i686/gmp.install   |   20 
 testing-x86_64/PKGBUILD|   36 
 testing-x86_64/gmp.install |   20 
 4 files changed, 112 insertions(+)

Copied: gmp/repos/testing-i686/PKGBUILD (from rev 250023, gmp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-02 14:09:07 UTC (rev 250024)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributer: Jan de Groot 
+
+pkgname=gmp
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="A free library for arbitrary precision arithmetic"
+arch=('i686' 'x86_64')
+url="http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+install=gmp.install
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
+ 'SKIP')
+validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0')   # Marco Bodrato
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --build=${CHOST} \
+--prefix=/usr \
+--enable-fat --enable-cxx
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gmp/repos/testing-i686/gmp.install (from rev 250023, 
gmp/trunk/gmp.install)
===
--- testing-i686/gmp.install(rev 0)
+++ testing-i686/gmp.install2015-11-02 14:09:07 UTC (rev 250024)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(gmp.info gmp.info-1 gmp.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: gmp/repos/testing-x86_64/PKGBUILD (from rev 250023, gmp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-02 14:09:07 UTC (rev 250024)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributer: Jan de Groot 
+
+pkgname=gmp
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="A free library for arbitrary precision arithmetic"
+arch=('i686' 'x86_64')
+url="http://gmplib.org/;
+depends=('gcc-libs' 'sh')
+license=('LGPL3' 'GPL')
+install=gmp.install
+source=(https://gmplib.org/download/gmp/gmp-${pkgver}.tar.xz{,.sig})
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7'
+ 'SKIP')
+validpgpkeys=('5972C48224C1E7E62AA0275D1150EE33C1A000B0')   # Marco Bodrato
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --build=${CHOST} \
+--prefix=/usr \
+--enable-fat --enable-cxx
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gmp/repos/testing-x86_64/gmp.install (from rev 250023, 
gmp/trunk/gmp.install)
===
--- testing-x86_64/gmp.install  (rev 0)
+++ testing-x86_64/gmp.install  2015-11-02 14:09:07 UTC (rev 250024)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(gmp.info gmp.info-1 gmp.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:40:42
  Author: jleclanche
Revision: 145650

upgpkg: lxqt-notificationd 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-notificationd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:40:05 UTC (rev 145649)
+++ PKGBUILD2015-11-02 14:40:42 UTC (rev 145650)
@@ -2,17 +2,24 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-notificationd
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="LXQt notification daemon and library."
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("lxqt-common" "liblxqt")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:00:38
  Author: jleclanche
Revision: 145658

upgpkg: lxqt-qtplugin 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:54:45 UTC (rev 145657)
+++ PKGBUILD2015-11-02 15:00:38 UTC (rev 145658)
@@ -2,23 +2,31 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base")
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
 makedepends=("cmake" "liblxqt" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("7bc715d55ccf7b4356dc89b23f441b79b2a79a523efdb67bc4a81acaa86243c5")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
mkdir -p build
cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
make
 }
 


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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 16:15:21
  Author: fyan
Revision: 250026

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

Added:
  python-pycurl/repos/extra-i686/PKGBUILD
(from rev 250025, python-pycurl/trunk/PKGBUILD)
  python-pycurl/repos/extra-x86_64/PKGBUILD
(from rev 250025, python-pycurl/trunk/PKGBUILD)
Deleted:
  python-pycurl/repos/extra-i686/PKGBUILD
  python-pycurl/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  140 
 extra-i686/PKGBUILD   |   69 ---
 extra-x86_64/PKGBUILD |   69 ---
 3 files changed, 140 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-02 15:14:50 UTC (rev 250025)
+++ extra-i686/PKGBUILD 2015-11-02 15:15:21 UTC (rev 250026)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sergej Pupykin 
-# Contributor: Angel 'angvp' Velasquez  
-
-_pypiname=pycurl
-pkgbase=python-$_pypiname
-pkgname=('python-pycurl' 'python2-pycurl')
-pkgver=7.19.5.1
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://pycurl.sourceforge.net/;
-license=('LGPL' 'MIT')
-makedepends=('python' 'python2' 'curl' 'git')
-checkdepends=('python-bottle' 'python2-bottle' 'python-nose' 'python2-nose' 
'vsftpd')
-source=("git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_};)
-sha1sums=('SKIP')
-
-prepare() {
-  cp -a $_pypiname{,-py2}
-
-  cd "$srcdir/$_pypiname"
-  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
-sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
-  sed -i "s/nosetests/nosetests3/" Makefile
-
-  cd "$srcdir/$_pypiname-py2"
-  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python2|" {} +
-sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python2-pycurl"/' 
setup.py
-  sed -i "s/nosetests/nosetests2/" Makefile
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  make
-  python3 setup.py build --with-ssl
-
-  cd "$srcdir/$_pypiname-py2"
-  make
-  python2 setup.py build --with-ssl
-}
-
-check() {
-  export PYCURL_VSFTPD_PATH=vsftpd
-
-  cd "$srcdir/$_pypiname"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make test || 
warning "Tests failed"
-
-  cd "$srcdir/$_pypiname-py2"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make test || 
warning "Tests failed"
-}
-
-package_python-pycurl() {
-  pkgdesc="A Python 3.x interface to libcurl"
-  depends=('python' 'curl')
-
-  cd $_pypiname
-  python setup.py install -O1 --root="${pkgdir}"
-  install -D -m644 COPYING-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pycurl() {
-  pkgdesc="A Python 2.x interface to libcurl"
-  depends=('python2' 'curl')
-
-  cd $_pypiname-py2
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -D -m644 COPYING-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pycurl/repos/extra-i686/PKGBUILD (from rev 250025, 
python-pycurl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-02 15:15:21 UTC (rev 250026)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez  
+
+_pypiname=pycurl
+pkgbase=python-$_pypiname
+pkgname=('python-pycurl' 'python2-pycurl')
+pkgver=7.19.5.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://pycurl.sourceforge.net/;
+license=('LGPL' 'MIT')
+makedepends=('python' 'python2' 'curl' 'git')
+checkdepends=('python-bottle' 'python2-bottle' 'python-nose' 'python2-nose' 
'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 'python2-pyflakes')
+source=("git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_};)
+sha1sums=('SKIP')
+
+prepare() {
+  cp -a $_pypiname{,-py2}
+
+  cd "$srcdir/$_pypiname"
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
+sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
+  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
+
+  cd "$srcdir/$_pypiname-py2"
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python2|" {} +
+sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python2-pycurl"/' 
setup.py
+  sed -e "s/nosetests/nosetests2/" -e "s/python/python2/" -i tests/run.sh
+  sed -e "s/pyflakes/pyflakes-python2/" -i Makefile
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  make
+  python3 setup.py build --with-ssl
+
+  cd "$srcdir/$_pypiname-py2"
+  make
+  python2 setup.py build --with-ssl
+}
+
+check() {
+  export PYCURL_VSFTPD_PATH=vsftpd
+
+  cd 

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

2015-11-02 Thread Felix Yan
Date: Monday, November 2, 2015 @ 16:14:50
  Author: fyan
Revision: 250025

upgpkg: python-pycurl 7.19.5.2-1

now we have flaky, tests can pass.

Modified:
  python-pycurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:09:07 UTC (rev 250024)
+++ PKGBUILD2015-11-02 15:14:50 UTC (rev 250025)
@@ -6,13 +6,13 @@
 _pypiname=pycurl
 pkgbase=python-$_pypiname
 pkgname=('python-pycurl' 'python2-pycurl')
-pkgver=7.19.5.1
-pkgrel=3
+pkgver=7.19.5.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://pycurl.sourceforge.net/;
 license=('LGPL' 'MIT')
 makedepends=('python' 'python2' 'curl' 'git')
-checkdepends=('python-bottle' 'python2-bottle' 'python-nose' 'python2-nose' 
'vsftpd')
+checkdepends=('python-bottle' 'python2-bottle' 'python-nose' 'python2-nose' 
'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 'python2-pyflakes')
 source=("git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_};)
 sha1sums=('SKIP')
 
@@ -22,12 +22,13 @@
   cd "$srcdir/$_pypiname"
   find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
 sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
-  sed -i "s/nosetests/nosetests3/" Makefile
+  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
 
   cd "$srcdir/$_pypiname-py2"
   find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python2|" {} +
 sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python2-pycurl"/' 
setup.py
-  sed -i "s/nosetests/nosetests2/" Makefile
+  sed -e "s/nosetests/nosetests2/" -e "s/python/python2/" -i tests/run.sh
+  sed -e "s/pyflakes/pyflakes-python2/" -i Makefile
 }
 
 build() {
@@ -44,10 +45,10 @@
   export PYCURL_VSFTPD_PATH=vsftpd
 
   cd "$srcdir/$_pypiname"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make test || 
warning "Tests failed"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" make test
 
   cd "$srcdir/$_pypiname-py2"
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make test || 
warning "Tests failed"
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make PYTHON=python2 
NOSETESTS=nosetests2 test
 }
 
 package_python-pycurl() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:06:08
  Author: jleclanche
Revision: 145638

upgpkg: lxqt-globalkeys 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:01:09 UTC (rev 145637)
+++ PKGBUILD2015-11-02 14:06:08 UTC (rev 145638)
@@ -2,16 +2,24 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-globalkeys
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
 arch=("i686" "x86_64")
+groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("liblxqt")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("45292e125e8cc2f18afa7d358366ade670c8d73871caf04f4536a4be985d9f12")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:36:22
  Author: jleclanche
Revision: 145647

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

Added:
  lxqt-config/repos/community-i686/PKGBUILD
(from rev 145646, lxqt-config/trunk/PKGBUILD)
  lxqt-config/repos/community-x86_64/PKGBUILD
(from rev 145646, lxqt-config/trunk/PKGBUILD)
Deleted:
  lxqt-config/repos/community-i686/PKGBUILD
  lxqt-config/repos/community-i686/fix-build.patch
  lxqt-config/repos/community-x86_64/PKGBUILD
  lxqt-config/repos/community-x86_64/fix-build.patch

--+
 /PKGBUILD|   74 +
 community-i686/PKGBUILD  |   37 --
 community-i686/fix-build.patch   |   21 --
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/fix-build.patch |   21 --
 5 files changed, 74 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:36:02 UTC (rev 145646)
+++ community-i686/PKGBUILD 2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "libxcursor" "xorg-xrandr")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"fix-build.patch")
-sha256sums=('9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913'
-'276f04a31089e724793fae278238a397d5a1409fd8348cf529f3e75b47da94cc')
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   # fix build with qt 5.5
-   # https://github.com/lxde/lxqt-config/commit/a5045dc9
-   patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-config/repos/community-i686/PKGBUILD (from rev 145646, 
lxqt-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:36:22 UTC (rev 145647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-config
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/fix-build.patch
===
--- community-i686/fix-build.patch  2015-11-02 14:36:02 UTC (rev 145646)
+++ community-i686/fix-build.patch  2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,21 +0,0 @@
-From a5045dc99d7fc3baad364cafa5a5a06cec69e29c Mon Sep 17 00:00:00 2001
-From: rezso 
-Date: Sun, 5 Jul 2015 20:38:44 +0200
-Subject: [PATCH] fix build with qt 5.5
-

- lxqt-config-monitor/monitor.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lxqt-config-monitor/monitor.h b/lxqt-config-monitor/monitor.h
-index 9f87bc0..b5df05b 100644
 a/lxqt-config-monitor/monitor.h
-+++ b/lxqt-config-monitor/monitor.h
-@@ -20,6 +20,7 @@
- #ifndef _MONITOR_H_
- #define _MONITOR_H_
- 
-+#include 
- #include 
- #include 
- #include 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:36:02 UTC (rev 145646)
+++ community-x86_64/PKGBUILD   2015-11-02 14:36:22 UTC (rev 145647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "libxcursor" "xorg-xrandr")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"fix-build.patch")

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:36:02
  Author: jleclanche
Revision: 145646

upgpkg: lxqt-config 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:30:33 UTC (rev 145645)
+++ PKGBUILD2015-11-02 14:36:02 UTC (rev 145646)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-config
 pkgver=0.10.0
-pkgrel=2
+pkgrel=1
 pkgdesc="LXQt system configuration."
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:54:29
  Author: jleclanche
Revision: 145666

upgpkg: lxqt-runner 0.10.0-2

Upstream release 0.10.0

Modified:
  lxqt-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 15:26:34 UTC (rev 145665)
+++ PKGBUILD2015-11-02 15:54:29 UTC (rev 145666)
@@ -2,17 +2,24 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-runner
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=2
 pkgdesc="The LXQt application launcher"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:54:56
  Author: jleclanche
Revision: 145667

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

Added:
  lxqt-runner/repos/community-i686/PKGBUILD
(from rev 145666, lxqt-runner/trunk/PKGBUILD)
  lxqt-runner/repos/community-x86_64/PKGBUILD
(from rev 145666, lxqt-runner/trunk/PKGBUILD)
Deleted:
  lxqt-runner/repos/community-i686/PKGBUILD
  lxqt-runner/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 15:54:29 UTC (rev 145666)
+++ community-i686/PKGBUILD 2015-11-02 15:54:56 UTC (rev 145667)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-runner
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="The LXQt application launcher"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-runner/repos/community-i686/PKGBUILD (from rev 145666, 
lxqt-runner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 15:54:56 UTC (rev 145667)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 15:54:29 UTC (rev 145666)
+++ community-x86_64/PKGBUILD   2015-11-02 15:54:56 UTC (rev 145667)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-runner
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="The LXQt application launcher"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-runner/repos/community-x86_64/PKGBUILD (from rev 145666, 
lxqt-runner/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 15:54:56 UTC (rev 145667)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-runner
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d02998b2b438cff94a458fb4510eb493d7c1a4205c20a50be977e099e5d6ee81"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   

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

2015-11-02 Thread Massimiliano Torromeo
Date: Monday, November 2, 2015 @ 14:21:22
  Author: mtorromeo
Revision: 145634

upgpkg: rmlint 2.4.1-1

Updated to 2.4.1 and split shredder GUI into separate package

Added:
  rmlint/trunk/rmlint-shredder.install
Modified:
  rmlint/trunk/PKGBUILD

-+
 PKGBUILD|   47 +++---
 rmlint-shredder.install |   12 +++
 2 files changed, 48 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 13:18:53 UTC (rev 145633)
+++ PKGBUILD2015-11-02 13:21:22 UTC (rev 145634)
@@ -3,25 +3,50 @@
 # Contributor: Blisfull 
 # Contributor: SahibBommelig 
 
-pkgname=rmlint
-pkgver=2.2.2
+pkgbase=rmlint
+pkgname=(rmlint rmlint-shredder)
+pkgver=2.4.1
 pkgrel=1
-pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
-arch=('i686' 'x86_64')
 url="https://github.com/sahib/rmlint;
 license=('GPL3')
-depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
-makedepends=('scons' 'python-sphinx' 'gettext')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('08ad28150d99d704d356cdf050c4499f98a0d0c363a2230619d0b3e53e5f9dbb')
+arch=('i686' 'x86_64')
+makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
+ 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
+ 'dconf' 'gtksourceview3' 'librsvg' 'xdg-utils')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
+sha256sums=('c09dce651f23568767b732a7529aeda8e81b1875cf81edc9e09b4e194d1e47c9')
 
+prepare() {
+cd "$srcdir"/$pkgbase-$pkgver
+sed 's/python4/python/' -i gui/SConscript
+}
+
 build() {
-cd "$srcdir"/$pkgname-$pkgver
+cd "$srcdir"/$pkgbase-$pkgver
 scons config
 scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
 }
 
-package() {
-cd "$srcdir"/$pkgname-$pkgver
+package_rmlint() {
+pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
+depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
+
+cd "$srcdir"/$pkgbase-$pkgver
 scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
+rm -rf "$pkgdir"/usr/lib
 }
+
+package_rmlint-shredder() {
+pkgdesc="Graphical user interface for rmlint"
+depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
+ 'gtksourceview3' 'xdg-utils')
+install=rmlint-shredder.install
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
+rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
+}

Added: rmlint-shredder.install
===
--- rmlint-shredder.install (rev 0)
+++ rmlint-shredder.install 2015-11-02 13:21:22 UTC (rev 145634)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+   xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:09:05
  Author: jleclanche
Revision: 145641

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

Added:
  lxqt-about/repos/community-i686/PKGBUILD
(from rev 145640, lxqt-about/trunk/PKGBUILD)
  lxqt-about/repos/community-x86_64/PKGBUILD
(from rev 145640, lxqt-about/trunk/PKGBUILD)
Deleted:
  lxqt-about/repos/community-i686/PKGBUILD
  lxqt-about/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   28 -
 community-x86_64/PKGBUILD |   28 -
 3 files changed, 72 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:08:45 UTC (rev 145640)
+++ community-i686/PKGBUILD 2015-11-02 14:09:05 UTC (rev 145641)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-about
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="LXQt about dialog."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6965eb5eba8acbd97cebd708da12f2aa8bbb3cf2c3fa211b5c00cc45fc48bf77")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-about/repos/community-i686/PKGBUILD (from rev 145640, 
lxqt-about/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:09:05 UTC (rev 145641)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-about
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt about dialog."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:08:45 UTC (rev 145640)
+++ community-x86_64/PKGBUILD   2015-11-02 14:09:05 UTC (rev 145641)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-about
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="LXQt about dialog."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6965eb5eba8acbd97cebd708da12f2aa8bbb3cf2c3fa211b5c00cc45fc48bf77")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-about/repos/community-x86_64/PKGBUILD (from rev 145640, 
lxqt-about/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 14:09:05 UTC (rev 145641)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-about
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt about dialog."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "d308f228d1cc72d2cc9acec608adc31cdf9182feded0e9ca8dd2691d227f28fa"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:23:36
  Author: jleclanche
Revision: 145643

upgpkg: lxqt-common 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:19:39 UTC (rev 145642)
+++ PKGBUILD2015-11-02 14:23:36 UTC (rev 145643)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-common
 pkgver=0.10.0
-pkgrel=3
+pkgrel=1
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
 groups=("lxqt")


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:23:47
  Author: jleclanche
Revision: 145644

archrelease: copy trunk to community-any

Added:
  lxqt-common/repos/community-any/PKGBUILD
(from rev 145643, lxqt-common/trunk/PKGBUILD)
  lxqt-common/repos/community-any/lxqt-common.install
(from rev 145643, lxqt-common/trunk/lxqt-common.install)
Deleted:
  lxqt-common/repos/community-any/PKGBUILD
  lxqt-common/repos/community-any/lxqt-common.install

-+
 PKGBUILD|   88 --
 lxqt-common.install |   28 +++
 2 files changed, 50 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 14:23:36 UTC (rev 145643)
+++ PKGBUILD2015-11-02 14:23:47 UTC (rev 145644)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-common
-pkgver=0.9.1
-pkgrel=3
-pkgdesc="Common data to run a LXQt session."
-arch=("any")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("bash" "qt5-svg" "hicolor-icon-theme" "xdg-utils")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-install=$pkgname.install
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("6e572cb10a1619dcfd51bdd33802a71d4556a55ece0bc781c1cb41d972e5734d")
-
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   # Make themes' directories' names lowercase again
-   # https://github.com/lxde/lxqt-common/commit/15fd2d8
-   for i in Ambiance Dark Frost Kde-plasma Light
-   do mv themes/$i `echo themes/$i | tr [:upper:] [:lower:]`
-   done
-
-   # Adjust default wallpaper to default theme
-   # https://github.com/lxde/lxqt-common/commit/3296e2c
-   sed -i 's|light/simple_blue_widescreen.png|frost/numix.png|' \
-   config/pcmanfm-qt/lxqt/settings.conf.in
-
-   # Enable the "leave confirmation dialog" by default
-   # https://github.com/lxde/lxqt-common/commit/2062770
-   sed -i '/window_manager/a leave_confirmation=true' config/session.conf
-
-   # Set LibreOffice's plugin env var to kde4 
-   # https://github.com/lxde/lxqt-common/commit/a211dd5
-   sed -i 's/SAL_USE_VCLPLUGIN=kde$/SAL_USE_VCLPLUGIN=kde4/' startlxqt.in
-}
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 145643, 
lxqt-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 14:23:47 UTC (rev 145644)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-common
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Common data to run a LXQt session."
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: lxqt-common.install
===
--- lxqt-common.install 2015-11-02 14:23:36 UTC (rev 145643)
+++ lxqt-common.install 2015-11-02 14:23:47 UTC (rev 145644)
@@ -1,14 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-   if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
-   printf '==> Theme paths have been changed. User configurations 
may need to be updated.\n'
-   fi
-   xdg-icon-resource forceupdate
-}
-
-post_remove() {
-   post_install $1
-}

Copied: lxqt-common/repos/community-any/lxqt-common.install (from rev 145643, 
lxqt-common/trunk/lxqt-common.install)
===
--- lxqt-common.install (rev 0)
+++ lxqt-common.install 2015-11-02 14:23:47 UTC (rev 145644)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   if [ "$(vercmp 0.9.1-2 "$2")" -eq 1 ]; then
+   printf '==> Theme paths have been changed. User configurations 
may need to be updated.\n'
+   fi
+   xdg-icon-resource forceupdate
+}
+
+post_remove() {
+   post_install $1
+}


[arch-commits] Commit in lxqt-openssh-askpass/trunk (PKGBUILD)

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:44:15
  Author: jleclanche
Revision: 145652

upgpkg: lxqt-openssh-askpass 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 14:41:02 UTC (rev 145651)
+++ PKGBUILD2015-11-02 14:44:15 UTC (rev 145652)
@@ -2,17 +2,24 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-openssh-askpass
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="LXQt openssh password prompt"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
-license=("GPL2")
+license=("LGPL2.1")
 depends=("liblxqt")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("95c9646c8583add54e49b31c6c8dd04d9d09a8836fa8ea289e0adce403aaa72b")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {


[arch-commits] Commit in lxqt-openssh-askpass/repos (4 files)

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 15:44:39
  Author: jleclanche
Revision: 145653

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

Added:
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
(from rev 145652, lxqt-openssh-askpass/trunk/PKGBUILD)
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 145652, lxqt-openssh-askpass/trunk/PKGBUILD)
Deleted:
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 14:44:15 UTC (rev 145652)
+++ community-i686/PKGBUILD 2015-11-02 14:44:39 UTC (rev 145653)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("95c9646c8583add54e49b31c6c8dd04d9d09a8836fa8ea289e0adce403aaa72b")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-openssh-askpass/repos/community-i686/PKGBUILD (from rev 145652, 
lxqt-openssh-askpass/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 14:44:39 UTC (rev 145653)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 14:44:15 UTC (rev 145652)
+++ community-x86_64/PKGBUILD   2015-11-02 14:44:39 UTC (rev 145653)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("95c9646c8583add54e49b31c6c8dd04d9d09a8836fa8ea289e0adce403aaa72b")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 145652, 
lxqt-openssh-askpass/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 14:44:39 UTC (rev 145653)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make 

[arch-commits] Commit in (4 files)

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 16:20:28
  Author: jleclanche
Revision: 145662

lxqt-sudo: New package for LXQt 0.10.0

Added:
  lxqt-sudo/
  lxqt-sudo/repos/
  lxqt-sudo/trunk/
  lxqt-sudo/trunk/PKGBUILD

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

Added: lxqt-sudo/trunk/PKGBUILD
===
--- lxqt-sudo/trunk/PKGBUILD(rev 0)
+++ lxqt-sudo/trunk/PKGBUILD2015-11-02 15:20:28 UTC (rev 145662)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-sudo
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="LXQt privilege program (lxsu)."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=(
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:01:21
  Author: tredaelli
Revision: 145672

upgpkg: parallel 20151022-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 16:01:09 UTC (rev 145671)
+++ PKGBUILD2015-11-02 16:01:21 UTC (rev 145672)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20150922
+pkgver=20151022
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('ede051a18f66b052aa3c89c698f478fd'
+md5sums=('f8b0bc39b2b7c8ab0b8b5cdee881ee95'
  'SKIP')
-sha1sums=('fa63e9d4e3c893cc26c69e9e9eedcdcd815db2b4'
+sha1sums=('ca3a0e1d35a561d485c8f4e99154b862b6121455'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:01:28
  Author: tredaelli
Revision: 145673

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 145672, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 16:01:21 UTC (rev 145672)
+++ PKGBUILD2015-11-02 16:01:28 UTC (rev 145673)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20150922
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('ede051a18f66b052aa3c89c698f478fd'
- 'SKIP')
-sha1sums=('fa63e9d4e3c893cc26c69e9e9eedcdcd815db2b4'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 145672, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 16:01:28 UTC (rev 145673)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20151022
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('f8b0bc39b2b7c8ab0b8b5cdee881ee95'
+ 'SKIP')
+sha1sums=('ca3a0e1d35a561d485c8f4e99154b862b6121455'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 17:01:09
  Author: jleclanche
Revision: 145671

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

Added:
  lxqt-panel/repos/community-i686/PKGBUILD
(from rev 145670, lxqt-panel/trunk/PKGBUILD)
  lxqt-panel/repos/community-x86_64/PKGBUILD
(from rev 145670, lxqt-panel/trunk/PKGBUILD)
Deleted:
  lxqt-panel/repos/community-i686/PKGBUILD
  lxqt-panel/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 16:00:47 UTC (rev 145670)
+++ community-i686/PKGBUILD 2015-11-02 16:01:09 UTC (rev 145671)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
- "liblxqt-mount" "menu-cache")
-optdepends=("kguiaddons: Keyboard indicator plugin"
-"libpulse: Volume control plugin"
-"libstatgrab: CPU monitor and Network monitor plugins"
-"libsysstat: System Statistics plugin"
-"lm_sensors: Sensors plugin")
-makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
- "lm_sensors" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-panel/repos/community-i686/PKGBUILD (from rev 145670, 
lxqt-panel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 16:01:09 UTC (rev 145671)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-panel
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The LXQt desktop panel"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=(
+   "libxcomposite" "libdbusmenu-qt5" "lxmenu-data"
+   "lxqt-common" "lxqt-globalkeys" "solid"
+)
+optdepends=(
+   "alsa-lib: Alsa support in volume control plugin"
+   "libpulse: PulseAudio support in volume control plugin"
+   "libstatgrab: Network and CPU monitor plugin"
+   "libsysstat: Network/CPU monitor plugin"
+   "menu-cache: Improved performance for main menu plugin"
+)
+makedepends=("cmake" "qt5-tools" "alsa-lib" "libpulse" "libstatgrab" 
"libsysstat")
+source=(
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373") 
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 16:00:47 UTC (rev 145670)
+++ community-x86_64/PKGBUILD   2015-11-02 16:01:09 UTC (rev 145671)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-panel
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="The LXQt desktop panel"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libxcomposite" "lxmenu-data" "lxqt-common" "lxqt-globalkeys"
- "liblxqt-mount" "menu-cache")
-optdepends=("kguiaddons: Keyboard indicator plugin"
-"libpulse: Volume control plugin"
-"libstatgrab: CPU monitor and Network monitor plugins"
-"libsysstat: System Statistics plugin"
-"lm_sensors: Sensors plugin")
-makedepends=("cmake" "kguiaddons" "libpulse" "libstatgrab" "libsysstat"
- "lm_sensors" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 13:55:28
  Author: jleclanche
Revision: 145599

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 12:50:48 UTC (rev 145598)
+++ community-i686/PKGBUILD 2015-11-02 12:55:28 UTC (rev 145599)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=sassc
-pkgver=3.2.5
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-depends=("libsass")
-source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("65d746ed7512754fe5cf7f5c84317e366c564fecb99cd12d901910c4cbe1c3f5")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sassc/repos/community-i686/PKGBUILD (from rev 145598, 
sassc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 12:55:28 UTC (rev 145599)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=sassc
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+depends=("libsass")
+source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("e99b866ed46a17936e2e7da4258b4a9e310eb2fd6437c64a7803a5d3647b2419")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 12:50:48 UTC (rev 145598)
+++ community-x86_64/PKGBUILD   2015-11-02 12:55:28 UTC (rev 145599)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=sassc
-pkgver=3.2.5
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-depends=("libsass")
-source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("65d746ed7512754fe5cf7f5c84317e366c564fecb99cd12d901910c4cbe1c3f5")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sassc/repos/community-x86_64/PKGBUILD (from rev 145598, 
sassc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 12:55:28 UTC (rev 145599)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=sassc
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+depends=("libsass")
+source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("e99b866ed46a17936e2e7da4258b4a9e310eb2fd6437c64a7803a5d3647b2419")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:05:28
  Author: spupykin
Revision: 145600

upgpkg: drupal 7.41-2

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 12:55:28 UTC (rev 145599)
+++ PKGBUILD2015-11-02 13:05:28 UTC (rev 145600)
@@ -4,7 +4,7 @@
 
 pkgname=drupal
 pkgver=7.41
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP-based content management platform"
 arch=('any')
 url="http://www.drupal.org/;
@@ -12,12 +12,15 @@
 depends=('php')
 install='drupal.install'
 options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('7636e75e8be213455b4ac7911ce5801f')
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz
+   #https://www.drupal.org/node/1599774
+   
https://www.drupal.org/files/issues/1599774-htaccess-apache-2.4-60-D7-backport.patch)
+md5sums=('7636e75e8be213455b4ac7911ce5801f'
+ '13896775c2cf8e0caa7f32a67caf747f')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-#  patch -p1 <$srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
+  patch -p1 <$srcdir/1599774-htaccess-apache-2.4-60-D7-backport.patch
 }
 
 package() {


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:05:37
  Author: spupykin
Revision: 145601

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  103 ---
 drupal.install |   30 
 2 files changed, 68 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 13:05:28 UTC (rev 145600)
+++ PKGBUILD2015-11-02 13:05:37 UTC (rev 145601)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=7.41
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('7636e75e8be213455b4ac7911ce5801f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p1 <$srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
-}
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 145600, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 13:05:37 UTC (rev 145601)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=7.41
+pkgrel=2
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz
+   #https://www.drupal.org/node/1599774
+   
https://www.drupal.org/files/issues/1599774-htaccess-apache-2.4-60-D7-backport.patch)
+md5sums=('7636e75e8be213455b4ac7911ce5801f'
+ '13896775c2cf8e0caa7f32a67caf747f')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/1599774-htaccess-apache-2.4-60-D7-backport.patch
+}
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2015-11-02 13:05:28 UTC (rev 145600)
+++ drupal.install  2015-11-02 13:05:37 UTC (rev 145601)
@@ -1,15 +0,0 @@
-post_install() {
-  echo "Remember that you need to install either mysql or postgresql for this 
package"
-  echo "to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or"
-  echo "INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/."
-  if [[ ! `grep "^extension=mysql.so" /etc/php/php.ini` ]]
-   then echo "If you use mysql you should enable its module by adding the 
line:"
-   echo "   extension=mysql.so"
-   echo "to your /etc/php/php.ini, otherwise drupal won't work."
-  fi
-  chown -R http:http 

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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:05:42
  Author: spupykin
Revision: 145602

upgpkg: hedgewars 0.9.22-1

upd

Added:
  hedgewars/trunk/hedgewars.install
Modified:
  hedgewars/trunk/PKGBUILD
Deleted:
  hedgewars/trunk/hedgewars.png

---+
 PKGBUILD  |   51 +--
 hedgewars.install |   12 
 2 files changed, 45 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 13:05:37 UTC (rev 145601)
+++ PKGBUILD2015-11-02 13:05:42 UTC (rev 145602)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
+# Contributor: Tinxy 
 
 pkgname=hedgewars
-pkgver=0.9.21.1
-pkgrel=4
+pkgver=0.9.22
+pkgrel=1
 pkgdesc="Turn-based strategy artillery game similiar to Worms"
 arch=('i686' 'x86_64')
 url="http://hedgewars.org;
@@ -21,34 +22,48 @@
 'haskell-entropy'
 'haskell-sha'
 'haskell-zlib'
-'haskell-random')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-hedgewars.png)
-md5sums=('5c87b1ff54c861ae0cae6a9c1198f957'
- 'eeb14d50df39063549ac5eca9dbc65d1')
+'haskell-random'
+# for scaling the icon
+'imagemagick')
+install='hedgewars.install'
+source=("http://download.gna.org/hedgewars/${pkgname}-src-${pkgver}.tar.bz2;)
+sha256sums=('b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192')
 
 prepare() {
-  cd $pkgname-src-*
+  cd ${pkgname}-src-${pkgver}
   sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
 }
 
 build() {
-  cd $pkgname-src-*
-  mkdir -p $srcdir/bin
-  ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease
-  export PATH=$srcdir/bin:$PATH
+  cd ${pkgname}-src-${pkgver}
+  mkdir -p ${srcdir}/bin
+  ln -sf /usr/bin/lrelease-qt4 ${srcdir}/bin/Qt4::lrelease
+  export PATH=${srcdir}/bin:${PATH}
   cmake \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
+   -DNOSERVER=0 \
+   .
   make
+
+  # resize icon
+  for _size in 16 32 48 64 128 256; do
+convert misc/hedgewars.png -resize ${_size}x${_size} hedgewars_${_size}.png
+  done
 }
 
 package() {
-  cd $pkgname-src-*
-  make DESTDIR=$pkgdir install
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+  cd ${pkgname}-src-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D -m644 Fonts_LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt
+
+  # install icons
+  install -D -m644 misc/hedgewars.png 
${pkgdir}/usr/share/icons/hicolor/512x512/apps/hedgewars.png
+  for _size in 16 32 48 64 128 256; do
+install -D -m644 hedgewars_${_size}.png 
${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png
+  done
+  rm -rf ${pkgdir}/usr/share/pixmaps
+
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
${pkgdir}/usr/share/applications/hedgewars.desktop
 }

Added: hedgewars.install
===
--- hedgewars.install   (rev 0)
+++ hedgewars.install   2015-11-02 13:05:42 UTC (rev 145602)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: hedgewars.png
===
(Binary files differ)


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:06:34
  Author: spupykin
Revision: 145605

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 145604, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 145604, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 145604, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 145604, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 145604, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 145604, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 145604, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 145604, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  174 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  112 +++
 community-i686/PKGBUILD  |   86 --
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   56 ---
 community-x86_64/PKGBUILD|   86 --
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   56 ---
 9 files changed, 302 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 13:06:10 UTC (rev 145604)
+++ community-i686/PKGBUILD 2015-11-02 13:06:34 UTC (rev 145605)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: robb_force 
-# Maintainer: JJDaNiMoTh 
-
-pkgname=sdlmame
-pkgver=0.167
-pkgrel=1
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
-url="http://mamedev.org/;
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-install=sdlmame.install
-source=("mame${pkgver/./}s.zip::http://mamedev.org/downloader.php?file=mame${pkgver/./}/mame${pkgver/./}s.zip;
-   "sdlmame.sh"
-   "extras.tar.gz"
-   ${_patches})
-md5sums=('cb2ab1cac87e6a5187d5c631d58ee3fa'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip
-#  find . -type f -not -name \*.png | xargs -i_arg_ perl -pi -e 's/\r\n?/\n/g' 
"_arg_"
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/lib/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/lib/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/lib/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/lib/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/lib/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/lib/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/lib/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/lib/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/lib/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/lib/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/lib/${pkgname}/ldresample
-
-  # ln binaries
-  install -dm755 $pkgdir/usr/share/${pkgname}
-  for i in $pkgname chdman jedutil regrep romcmp testkeys src2html srcclean 
ldverify ldresample; do
-ln -s /usr/lib/$pkgname/$i $pkgdir/usr/share/$pkgname/$i
-  done
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  install -m644 src/osd/sdl/man/*.6* $pkgdir/usr/share/man/man6/
-
-  install -m644 $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
-  install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
-  install -m644 src/osd/sdl/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
-
-  # Include the license
-  install 

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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:06:06
  Author: spupykin
Revision: 145603

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 13:05:42 UTC (rev 145602)
+++ community-i686/PKGBUILD 2015-11-02 13:06:06 UTC (rev 145603)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: JJDaNiMoTh 
-# Contributor: Tino Reichardt 
-
-pkgname=sarg
-pkgver=2.3.9
-pkgrel=1
-pkgdesc="Squid Analysis Report Generator"
-arch=('i686' 'x86_64')
-url="http://sarg.sourceforge.net;
-license=('GPL')
-depends=('gd' 'libldap')
-makedepends=('cmake')
-backup=('etc/sarg/css.tpl'
-   'etc/sarg/exclude_codes'
-   'etc/sarg/sarg.conf'
-   'etc/sarg/user_limit_block')
-source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('d6e8b854950f1bebb953e0ea2ca13428')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr # po files workaround
-  rm -f Makefile
-  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
-  make DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  cp -a sarg-php ${pkgdir}/usr/share/sarg/
-  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
-  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
-  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
-}

Copied: sarg/repos/community-i686/PKGBUILD (from rev 145602, 
sarg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 13:06:06 UTC (rev 145603)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: JJDaNiMoTh 
+# Contributor: Tino Reichardt 
+
+pkgname=sarg
+pkgver=2.3.10
+pkgrel=1
+pkgdesc="Squid Analysis Report Generator"
+arch=('i686' 'x86_64')
+url="http://sarg.sourceforge.net;
+license=('GPL')
+depends=('gd' 'libldap')
+makedepends=('cmake')
+backup=('etc/sarg/css.tpl'
+   'etc/sarg/exclude_codes'
+   'etc/sarg/sarg.conf'
+   'etc/sarg/user_limit_block')
+source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
+md5sums=('f3c5f9a55ffea1662f6ec88daa0c49c3')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc/sarg \
+-DMANDIR=/usr/share/man/man1 \
+.
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 13:05:42 UTC (rev 145602)
+++ community-x86_64/PKGBUILD   2015-11-02 13:06:06 UTC (rev 145603)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: JJDaNiMoTh 
-# Contributor: Tino Reichardt 
-
-pkgname=sarg
-pkgver=2.3.9
-pkgrel=1
-pkgdesc="Squid Analysis Report Generator"
-arch=('i686' 'x86_64')
-url="http://sarg.sourceforge.net;
-license=('GPL')
-depends=('gd' 'libldap')
-makedepends=('cmake')
-backup=('etc/sarg/css.tpl'
-   'etc/sarg/exclude_codes'
-   'etc/sarg/sarg.conf'
-   'etc/sarg/user_limit_block')
-source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('d6e8b854950f1bebb953e0ea2ca13428')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr # po files workaround
-  rm -f Makefile
-  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
-  make DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  cp -a sarg-php ${pkgdir}/usr/share/sarg/
-  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
-  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
-  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
-}

Copied: sarg/repos/community-x86_64/PKGBUILD (from rev 145602, 

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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:06:10
  Author: spupykin
Revision: 145604

upgpkg: sdlmame 0.167-2

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 13:06:06 UTC (rev 145603)
+++ PKGBUILD2015-11-02 13:06:10 UTC (rev 145604)
@@ -5,7 +5,7 @@
 
 pkgname=sdlmame
 pkgver=0.167
-pkgrel=1
+pkgrel=2
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support."
 url="http://mamedev.org/;
 license=('custom:MAME License')
@@ -58,7 +58,7 @@
   done
 
   # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
+  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,hash,keymaps,shader}
   install -d $pkgdir/usr/share/man/man1
   install -d $pkgdir/usr/share/man/man6
   install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
@@ -68,6 +68,7 @@
   install -m644 $srcdir/artwork/* $pkgdir/usr/share/${pkgname}/artwork/
   install -m644 $srcdir/ctrlr/* $pkgdir/usr/share/${pkgname}/ctrlr/
   install -m644 src/osd/sdl/keymaps/* $pkgdir/usr/share/${pkgname}/keymaps/
+  install -m644 $srcdir/hash/* $pkgdir/usr/share/${pkgname}/hash/
 
   # Include the license
   install -Dm644 docs/mamelicense.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 14:07:52
  Author: spupykin
Revision: 145606

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

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 145605, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars.install
(from rev 145605, hedgewars/trunk/hedgewars.install)
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 145605, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.install
(from rev 145605, hedgewars/trunk/hedgewars.install)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/hedgewars.png
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/hedgewars.png

+
 /PKGBUILD  |  138 +++
 community-i686/PKGBUILD|   54 -
 community-i686/hedgewars.install   |   12 +++
 community-x86_64/PKGBUILD  |   54 -
 community-x86_64/hedgewars.install |   12 +++
 5 files changed, 162 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 13:06:34 UTC (rev 145605)
+++ community-i686/PKGBUILD 2015-11-02 13:07:52 UTC (rev 145606)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hedgewars
-pkgver=0.9.21.1
-pkgrel=4
-pkgdesc="Turn-based strategy artillery game similiar to Worms"
-arch=('i686' 'x86_64')
-url="http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-entropy'
-'haskell-sha'
-'haskell-zlib'
-'haskell-random')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-hedgewars.png)
-md5sums=('5c87b1ff54c861ae0cae6a9c1198f957'
- 'eeb14d50df39063549ac5eca9dbc65d1')
-
-prepare() {
-  cd $pkgname-src-*
-  sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
-}
-
-build() {
-  cd $pkgname-src-*
-  mkdir -p $srcdir/bin
-  ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease
-  export PATH=$srcdir/bin:$PATH
-  cmake \
-   -DCMAKE_BUILD_TYPE="Release" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
-  make
-}
-
-package() {
-  cd $pkgname-src-*
-  make DESTDIR=$pkgdir install
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 145605, 
hedgewars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 13:07:52 UTC (rev 145606)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=0.9.22
+pkgrel=1
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('i686' 'x86_64')
+url="http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut' 'physfs')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-entropy'
+'haskell-sha'
+'haskell-zlib'
+'haskell-random'
+# for scaling the icon
+'imagemagick')
+install='hedgewars.install'
+source=("http://download.gna.org/hedgewars/${pkgname}-src-${pkgver}.tar.bz2;)
+sha256sums=('b699c8971ff420c3edd6533527ae2e99040f1e79207c9140826945bcf0e62192')
+
+prepare() {
+  cd ${pkgname}-src-${pkgver}
+  sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = 
seq x ()|' gameServer/CoreTypes.hs
+}
+
+build() {
+  cd ${pkgname}-src-${pkgver}
+  mkdir -p ${srcdir}/bin
+  ln -sf /usr/bin/lrelease-qt4 ${srcdir}/bin/Qt4::lrelease
+  export PATH=${srcdir}/bin:${PATH}
+  cmake \
+   -DCMAKE_BUILD_TYPE="Release" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 \
+   .
+  make
+

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

2015-11-02 Thread Evangelos Foutras
Date: Monday, November 2, 2015 @ 14:09:26
  Author: foutrelis
Revision: 249991

icu 56.1 / poppler 0.37.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 12:03:33 UTC (rev 249990)
+++ PKGBUILD2015-11-02 13:09:26 UTC (rev 249991)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=4.4.5.2
 pkgver=4.4.5
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2015-11-02 Thread Evangelos Foutras
Date: Monday, November 2, 2015 @ 14:09:49
  Author: foutrelis
Revision: 249992

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

Added:
  libreoffice-still/repos/staging-i686/
  libreoffice-still/repos/staging-i686/PKGBUILD
(from rev 249991, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-i686/libreoffice-still.csh
(from rev 249991, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-i686/libreoffice-still.install
(from rev 249991, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/staging-i686/libreoffice-still.sh
(from rev 249991, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 249991, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 249991, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 249991, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.install
(from rev 249991, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 249991, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 249991, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  376 
++
 staging-i686/libreoffice-still.csh  |6 
 staging-i686/libreoffice-still.install  |   13 
 staging-i686/libreoffice-still.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  376 
++
 staging-x86_64/libreoffice-still.csh|6 
 staging-x86_64/libreoffice-still.install|   13 
 staging-x86_64/libreoffice-still.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 890 insertions(+)

Copied: libreoffice-still/repos/staging-i686/PKGBUILD (from rev 249991, 
libreoffice-still/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-02 13:09:49 UTC (rev 249992)
@@ -0,0 +1,376 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=libreoffice-still
+pkgname=('libreoffice-still-sdk' 'libreoffice-still')
+_LOver=4.4.5.2
+pkgver=4.4.5
+pkgrel=5
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.5' 'libwpd>=0.9.2' # 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 
'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene'
+   'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
+   'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
+   'apr' 'serf' 'ttf-liberation' 'glm' 'libxinerama' 'libpagemaker'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp')
+
+_mirror="http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="http://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
+   
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
+   

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

2015-11-02 Thread Jaroslav Lichtblau
Date: Monday, November 2, 2015 @ 18:42:00
  Author: jlichtblau
Revision: 145687

archrelease: copy trunk to community-any

Added:
  python-markups/repos/community-any/
  python-markups/repos/community-any/PKGBUILD
(from rev 145686, python-markups/trunk/PKGBUILD)

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

Copied: python-markups/repos/community-any/PKGBUILD (from rev 145686, 
python-markups/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-02 17:42:00 UTC (rev 145687)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Weißschuh 
+
+pkgbase=python-markups
+pkgname=(python-markups python2-markups)
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Wrapper around various text markups'
+arch=('any')
+url='https://launchpad.net/python-markups'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
+sha256sums=('e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef')
+
+package_python-markups() {
+  depends=('python')
+  optdepends=('python-markdown: markdown support'
+  'python-docutils: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-markups() {
+  depends=('python2')
+  optdepends=('python-markdown2: markdown support'
+  'python-docutils2: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-11-02 Thread Anatol Pomozov
Date: Monday, November 2, 2015 @ 18:49:15
  Author: anatolik
Revision: 145692

upgpkg: fossil 1.34-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 17:44:29 UTC (rev 145691)
+++ PKGBUILD2015-11-02 17:49:15 UTC (rev 145692)
@@ -4,7 +4,7 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=1.33
+pkgver=1.34
 pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'6295c48289456f09e86099988058a12148dbe0051b72d413b4dff7216d6a7f3e')
+'53a6b83e878feced9ac7705f87e5b6ea82727314e3e19202ae1c46c7e4dba49f')
 
 build() {
   cd fossil-src-$pkgver


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

2015-11-02 Thread Timothy Redaelli
Date: Monday, November 2, 2015 @ 17:25:24
  Author: tredaelli
Revision: 145681

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 ++---
 electrum.install |   22 ++--
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-02 16:25:17 UTC (rev 145680)
+++ PKGBUILD2015-11-02 16:25:24 UTC (rev 145681)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=('GPL3')
-source=("https://download.electrum.org/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('6236c58a837c0a55ff39128141c84d46'
- 'SKIP')
-sha256sums=('550d26da2a5d48c260614f87447f851ef82aff301140207d349c07eea2705872'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-install=electrum.install
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 145680, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-02 16:25:24 UTC (rev 145681)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 'python2-pyasn1' 
'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=('GPL3')
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('16bb505d4ec610c229fc902d477f5719'
+ 'SKIP')
+sha256sums=('99374f78b6ae87297405b04f5c8987b46095cf5a923d0e9227543fe5b753dcc0'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+install=electrum.install
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: electrum.install
===
--- electrum.install2015-11-02 16:25:17 UTC (rev 145680)
+++ electrum.install2015-11-02 16:25:24 UTC (rev 145681)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: electrum/repos/community-any/electrum.install (from rev 145680, 
electrum/trunk/electrum.install)

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

2015-11-02 Thread Tobias Powalowski
Date: Monday, November 2, 2015 @ 18:38:34
  Author: tpowa
Revision: 250027

upgpkg: linux 4.3-1

bump to 4.3 release

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64
Deleted:
  linux/trunk/config-4.3
  linux/trunk/config-4.3.x86_64

---+
 PKGBUILD  |   18 
 config|  193 -
 config-4.3| 7797 
 config-4.3.x86_64 | 7558 --
 config.x86_64 |  178 -
 5 files changed, 271 insertions(+), 15473 deletions(-)

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


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

2015-11-02 Thread Tobias Powalowski
Date: Monday, November 2, 2015 @ 18:38:51
  Author: tpowa
Revision: 250028

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

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

--+
 testing-i686/PKGBUILD|  288 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7798 +
 testing-i686/config.x86_64   | 7555 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  288 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7798 +
 testing-x86_64/config.x86_64 | 7555 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 31406 insertions(+)

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


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

2015-11-02 Thread Jaroslav Lichtblau
Date: Monday, November 2, 2015 @ 18:43:33
  Author: jlichtblau
Revision: 145688

maintainer email address fix

Modified:
  python-markups/repos/community-any/PKGBUILD
  python-markups/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |2 +-
 trunk/PKGBUILD   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2015-11-02 17:42:00 UTC (rev 145687)
+++ repos/community-any/PKGBUILD2015-11-02 17:43:33 UTC (rev 145688)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Thomas Weißschuh 
 
 pkgbase=python-markups

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2015-11-02 17:42:00 UTC (rev 145687)
+++ trunk/PKGBUILD  2015-11-02 17:43:33 UTC (rev 145688)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Thomas Weißschuh 
 
 pkgbase=python-markups


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

2015-11-02 Thread Anatol Pomozov
Date: Monday, November 2, 2015 @ 18:50:44
  Author: anatolik
Revision: 145693

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 145692, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 145692, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 145692, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 145692, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 145692, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 145692, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 145692, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 145692, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-+
 /PKGBUILD   |   86 ++
 /fossil-xinetd  |   46 
 /fossil.service |   22 +
 /fossil.socket  |   20 
 community-i686/PKGBUILD |   43 ---
 community-i686/fossil-xinetd|   23 --
 community-i686/fossil.service   |   11 
 community-i686/fossil.socket|   10 
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/fossil-xinetd  |   23 --
 community-x86_64/fossil.service |   11 
 community-x86_64/fossil.socket  |   10 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 17:49:15 UTC (rev 145692)
+++ community-i686/PKGBUILD 2015-11-02 17:50:44 UTC (rev 145693)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov  
-# Contributor: Daniel YC Lin 
-# Contributor: Konstantin Plotnikov 
-
-pkgname=fossil
-pkgver=1.33
-pkgrel=1
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  https://www.fossil-scm.org/download/fossil-src-$pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'6295c48289456f09e86099988058a12148dbe0051b72d413b4dff7216d6a7f3e')
-
-build() {
-  cd fossil-src-$pkgver
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  #make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
-
-  cd fossil-src-$pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 145692, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 17:50:44 UTC (rev 145693)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=1.34
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  https://www.fossil-scm.org/download/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'53a6b83e878feced9ac7705f87e5b6ea82727314e3e19202ae1c46c7e4dba49f')
+
+build() {
+  cd fossil-src-$pkgver
+  ./configure --prefix=/usr
+  # headers and translate targets are problematic with parallel jobs
+  #make 

[arch-commits] Commit in (4 files)

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 19:02:53
  Author: svenstaro
Revision: 145694

Adding python-neovim from AUR

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

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

Added: python-neovim/trunk/PKGBUILD
===
--- python-neovim/trunk/PKGBUILD(rev 0)
+++ python-neovim/trunk/PKGBUILD2015-11-02 18:02:53 UTC (rev 145694)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=('python-neovim' 'python2-neovim')
+pkgver=0.0.38
+pkgrel=1
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
+sha256sums=('c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae')
+
+build_python-neovim() {
+  cd "${srcdir}/python-client-${pkgver}"
+  python setup.py build
+}
+
+build_python2-neovim() {
+  cd "${srcdir}/python-client-${pkgver}"
+  python2 setup.py build
+}
+
+package_python-neovim() {
+  pkgdesc='Python 3 client for neovim'
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+
+  cd "${srcdir}/python-client-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+}
+
+package_python2-neovim() {
+  pkgdesc='Python 2 client for neovim'
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet')
+
+  cd "${srcdir}/python-client-${pkgver}"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 19:03:22
  Author: svenstaro
Revision: 145695

archrelease: copy trunk to community-any

Added:
  python-neovim/repos/community-any/
  python-neovim/repos/community-any/PKGBUILD
(from rev 145694, python-neovim/trunk/PKGBUILD)

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

Copied: python-neovim/repos/community-any/PKGBUILD (from rev 145694, 
python-neovim/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-02 18:03:22 UTC (rev 145695)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=('python-neovim' 'python2-neovim')
+pkgver=0.0.38
+pkgrel=1
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
+sha256sums=('c5711ff16d020e71cf19f4916e82ba3fed4ee4871b4eedaa561d5bc2d29670ae')
+
+build_python-neovim() {
+  cd "${srcdir}/python-client-${pkgver}"
+  python setup.py build
+}
+
+build_python2-neovim() {
+  cd "${srcdir}/python-client-${pkgver}"
+  python2 setup.py build
+}
+
+package_python-neovim() {
+  pkgdesc='Python 3 client for neovim'
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet')
+
+  cd "${srcdir}/python-client-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+}
+
+package_python2-neovim() {
+  pkgdesc='Python 2 client for neovim'
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet')
+
+  cd "${srcdir}/python-client-${pkgver}"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}"
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 19:07:43
  Author: svenstaro
Revision: 145696

upgpkg: neovim 0.1.0-1

Pushing neovim

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 18:03:22 UTC (rev 145695)
+++ PKGBUILD2015-11-02 18:07:43 UTC (rev 145696)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='https://neovim.io'
 license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
 makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
 optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
 'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 19:07:48
  Author: svenstaro
Revision: 145697

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

Added:
  neovim/repos/community-i686/
  neovim/repos/community-i686/PKGBUILD
(from rev 145696, neovim/trunk/PKGBUILD)
  neovim/repos/community-i686/neovim.install
(from rev 145696, neovim/trunk/neovim.install)
  neovim/repos/community-x86_64/
  neovim/repos/community-x86_64/PKGBUILD
(from rev 145696, neovim/trunk/PKGBUILD)
  neovim/repos/community-x86_64/neovim.install
(from rev 145696, neovim/trunk/neovim.install)

-+
 community-i686/PKGBUILD |   45 ++
 community-i686/neovim.install   |   10 
 community-x86_64/PKGBUILD   |   45 ++
 community-x86_64/neovim.install |   10 
 4 files changed, 110 insertions(+)

Copied: neovim/repos/community-i686/PKGBUILD (from rev 145696, 
neovim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 18:07:48 UTC (rev 145697)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('i686' 'x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
+makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
+'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
+'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
+'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
+sha256sums=('e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "${srcdir}/neovim-${pkgver}"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-i686/neovim.install (from rev 145696, 
neovim/trunk/neovim.install)
===
--- community-i686/neovim.install   (rev 0)
+++ community-i686/neovim.install   2015-11-02 18:07:48 UTC (rev 145697)
@@ -0,0 +1,10 @@
+# $1: new package version
+post_install() {
+  echo ":: The Neovim executable is called 'nvim'."
+  echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
+  echo "   to get started."
+  echo ":: If you have any questions, check the following page first:"
+  echo "   https://github.com/neovim/neovim/wiki/FAQ;
+}
+
+# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-x86_64/PKGBUILD (from rev 145696, 
neovim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 18:07:48 UTC (rev 145697)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('i686' 'x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
+makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
+'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
+'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
+'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
+sha256sums=('e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make

[arch-commits] Commit in (5 files)

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:44:04
  Author: svenstaro
Revision: 145689

Move neovim from AUR

Added:
  neovim/
  neovim/repos/
  neovim/trunk/
  neovim/trunk/PKGBUILD
  neovim/trunk/neovim.install

+
 PKGBUILD   |   45 +
 neovim.install |   10 ++
 2 files changed, 55 insertions(+)

Added: neovim/trunk/PKGBUILD
===
--- neovim/trunk/PKGBUILD   (rev 0)
+++ neovim/trunk/PKGBUILD   2015-11-02 17:44:04 UTC (rev 145689)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('i686' 'x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium')
+makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
+'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
+'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
+'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
+sha256sums=('e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "${srcdir}/neovim-${pkgver}"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Added: neovim/trunk/neovim.install
===
--- neovim/trunk/neovim.install (rev 0)
+++ neovim/trunk/neovim.install 2015-11-02 17:44:04 UTC (rev 145689)
@@ -0,0 +1,10 @@
+# $1: new package version
+post_install() {
+  echo ":: The Neovim executable is called 'nvim'."
+  echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
+  echo "   to get started."
+  echo ":: If you have any questions, check the following page first:"
+  echo "   https://github.com/neovim/neovim/wiki/FAQ;
+}
+
+# vim:set sw=2 sts=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Jaroslav Lichtblau
Date: Monday, November 2, 2015 @ 18:41:07
  Author: jlichtblau
Revision: 145686

python-markups moved to [community]
from AUR having there 50 votes

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

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

Added: python-markups/trunk/PKGBUILD
===
--- python-markups/trunk/PKGBUILD   (rev 0)
+++ python-markups/trunk/PKGBUILD   2015-11-02 17:41:07 UTC (rev 145686)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Weißschuh 
+
+pkgbase=python-markups
+pkgname=(python-markups python2-markups)
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Wrapper around various text markups'
+arch=('any')
+url='https://launchpad.net/python-markups'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
+sha256sums=('e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef')
+
+package_python-markups() {
+  depends=('python')
+  optdepends=('python-markdown: markdown support'
+  'python-docutils: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-markups() {
+  depends=('python2')
+  optdepends=('python-markdown2: markdown support'
+  'python-docutils2: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:44:22
  Author: svenstaro
Revision: 145690

upgpkg: libvterm 0.1.git1.c4317a6-2

Remove conflicts/provides

Modified:
  libvterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 17:44:04 UTC (rev 145689)
+++ PKGBUILD2015-11-02 17:44:22 UTC (rev 145690)
@@ -4,14 +4,12 @@
 pkgname=libvterm
 _git=c4317a6
 pkgver=0.1.git1.${_git}
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
 arch=('i686' 'x86_64')
 url='http://www.leonerd.org.uk/code/libvterm'
 license=('MIT')
 makedepends=('git')
-conflicts=('libvterm')
-provides=("libvterm=${pkgver}")
 source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
 sha256sums=('SKIP')
 


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

2015-11-02 Thread Sven-Hendrik Haase
Date: Monday, November 2, 2015 @ 18:44:29
  Author: svenstaro
Revision: 145691

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 17:44:22 UTC (rev 145690)
+++ community-i686/PKGBUILD 2015-11-02 17:44:29 UTC (rev 145691)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-
-pkgname=libvterm
-_git=c4317a6
-pkgver=0.1.git1.${_git}
-pkgrel=1
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
-arch=('i686' 'x86_64')
-url='http://www.leonerd.org.uk/code/libvterm'
-license=('MIT')
-makedepends=('git')
-conflicts=('libvterm')
-provides=("libvterm=${pkgver}")
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-i686/PKGBUILD (from rev 145690, 
libvterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 17:44:29 UTC (rev 145691)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=2
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-02 17:44:22 UTC (rev 145690)
+++ community-x86_64/PKGBUILD   2015-11-02 17:44:29 UTC (rev 145691)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-
-pkgname=libvterm
-_git=c4317a6
-pkgver=0.1.git1.${_git}
-pkgrel=1
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
-arch=('i686' 'x86_64')
-url='http://www.leonerd.org.uk/code/libvterm'
-license=('MIT')
-makedepends=('git')
-conflicts=('libvterm')
-provides=("libvterm=${pkgver}")
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 145690, 
libvterm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 17:44:29 UTC (rev 145691)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=2
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git};)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:50:24
  Author: foutrelis
Revision: 250047

upgpkg: nss 3.20.1-1

New upstream release.

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:37:30 UTC (rev 250046)
+++ PKGBUILD2015-11-03 07:50:24 UTC (rev 250047)
@@ -3,19 +3,19 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.20
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Mozilla Network Security Services"
 arch=(i686 x86_64)
 url="http://www.mozilla.org/projects/security/pki/nss/;
 license=('MPL' 'GPL')
-_nsprver=4.10.8
+_nsprver=4.10.10
 depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
 makedepends=('perl' 'python2')
 options=('!strip' '!makeflags' 'staticlibs')
 
source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh nss.pc.in nss-config.in legacy-certs.patch)
-sha256sums=('5e38d4b9837ca338af966b97fc91c07f67ad647fb38dc4af3cfd0d84e477d15c'
+sha256sums=('ad3c8f11dfd9570c2d04a6140d5ef7c2bdd0fe30d6c9e5548721a4251a5e8c97'
 '2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
 '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:02:46
  Author: fyan
Revision: 145722

addpkg: python-zope-proxy 4.1.6-1

Added:
  python-zope-proxy/
  python-zope-proxy/repos/
  python-zope-proxy/trunk/
  python-zope-proxy/trunk/PKGBUILD

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

Added: python-zope-proxy/trunk/PKGBUILD
===
--- python-zope-proxy/trunk/PKGBUILD(rev 0)
+++ python-zope-proxy/trunk/PKGBUILD2015-11-03 06:02:46 UTC (rev 145722)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-proxy' 'python2-zope-proxy')
+pkgver=4.1.6
+pkgrel=1
+pkgdesc="Generic Transparent Proxies"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.proxy;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.proxy.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.proxy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.proxy"
+  python setup.py build
+
+  cd "$srcdir/zope.proxy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.proxy"
+  nosetests3
+
+  cd "$srcdir/zope.proxy-py2"
+  nosetests2
+}
+
+package_python-zope-proxy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-proxy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in python-zope-proxy/repos (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:03:19
  Author: fyan
Revision: 145723

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

Added:
  python-zope-proxy/repos/community-i686/
  python-zope-proxy/repos/community-i686/PKGBUILD
(from rev 145722, python-zope-proxy/trunk/PKGBUILD)
  python-zope-proxy/repos/community-x86_64/
  python-zope-proxy/repos/community-x86_64/PKGBUILD
(from rev 145722, python-zope-proxy/trunk/PKGBUILD)

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

Copied: python-zope-proxy/repos/community-i686/PKGBUILD (from rev 145722, 
python-zope-proxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 06:03:19 UTC (rev 145723)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-proxy' 'python2-zope-proxy')
+pkgver=4.1.6
+pkgrel=1
+pkgdesc="Generic Transparent Proxies"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.proxy;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.proxy.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.proxy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.proxy"
+  python setup.py build
+
+  cd "$srcdir/zope.proxy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.proxy"
+  nosetests3
+
+  cd "$srcdir/zope.proxy-py2"
+  nosetests2
+}
+
+package_python-zope-proxy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-proxy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-zope-proxy/repos/community-x86_64/PKGBUILD (from rev 145722, 
python-zope-proxy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 06:03:19 UTC (rev 145723)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-proxy' 'python2-zope-proxy')
+pkgver=4.1.6
+pkgrel=1
+pkgdesc="Generic Transparent Proxies"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.proxy;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.proxy.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.proxy{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.proxy"
+  python setup.py build
+
+  cd "$srcdir/zope.proxy-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.proxy"
+  nosetests3
+
+  cd "$srcdir/zope.proxy-py2"
+  nosetests2
+}
+
+package_python-zope-proxy() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-proxy() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.proxy"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:50:47
  Author: fyan
Revision: 145741

archrelease: copy trunk to community-any

Added:
  python-zope-location/repos/community-any/PKGBUILD
(from rev 145740, python-zope-location/trunk/PKGBUILD)
Deleted:
  python-zope-location/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 06:50:27 UTC (rev 145740)
+++ PKGBUILD2015-11-03 06:50:47 UTC (rev 145741)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-zope-location' 'python2-zope-location')
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Special objects that have a structural location"
-arch=('any')
-url="https://github.com/zopefoundation/zope.location;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
- 'python-zope-proxy' 'python2-zope-proxy' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.location{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.location"
-  python setup.py build
-
-  cd "$srcdir/zope.location-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.location"
-  nosetests3
-
-  cd "$srcdir/zope.location-py2"
-  nosetests2
-}
-
-package_python-zope-location() {
-  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
-   'python-zope-proxy')
-
-  cd "$srcdir/zope.location"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-location() {
-  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
-   'python2-zope-proxy')
-
-  cd "$srcdir/zope.location"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-location/repos/community-any/PKGBUILD (from rev 145740, 
python-zope-location/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 06:50:47 UTC (rev 145741)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-location' 'python2-zope-location')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Special objects that have a structural location"
+arch=('any')
+url="https://github.com/zopefoundation/zope.location;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-proxy' 'python2-zope-proxy' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-copy' 
'python2-zope-copy'
+ 'python-zope-configuration' 'python2-zope-configuration')
+source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.location{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.location"
+  python setup.py build
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.location"
+  nosetests3
+
+  cd "$srcdir/zope.location-py2"
+  nosetests2
+}
+
+package_python-zope-location() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-location() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-proxy')
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:50:27
  Author: fyan
Revision: 145740

upgpkg: python-zope-location 4.0.3-1

Modified:
  python-zope-location/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 06:48:33 UTC (rev 145739)
+++ PKGBUILD2015-11-03 06:50:27 UTC (rev 145740)
@@ -11,7 +11,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
  'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
  'python-zope-proxy' 'python2-zope-proxy' 'git')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-copy' 
'python2-zope-copy'
+ 'python-zope-configuration' 'python2-zope-configuration')
 source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
@@ -47,7 +48,7 @@
   depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
'python2-zope-proxy')
 
-  cd "$srcdir/zope.location"
+  cd "$srcdir/zope.location-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }
 


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:48:13
  Author: fyan
Revision: 145738

addpkg: python-zope-configuration 4.0.3-1

Added:
  python-zope-configuration/
  python-zope-configuration/repos/
  python-zope-configuration/trunk/
  python-zope-configuration/trunk/PKGBUILD

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

Added: python-zope-configuration/trunk/PKGBUILD
===
--- python-zope-configuration/trunk/PKGBUILD(rev 0)
+++ python-zope-configuration/trunk/PKGBUILD2015-11-03 06:48:13 UTC (rev 
145738)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-configuration' 'python2-zope-configuration')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Zope Configuration Markup Language (ZCML)"
+arch=('any')
+url="https://github.com/zopefoundation/zope.configuration;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.configuration.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.configuration{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.configuration"
+  python setup.py build
+
+  cd "$srcdir/zope.configuration-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.configuration"
+  nosetests3
+
+  cd "$srcdir/zope.configuration-py2"
+  nosetests2
+}
+
+package_python-zope-configuration() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-i18nmessageid')
+
+  cd "$srcdir/zope.configuration"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-configuration() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-i18nmessageid')
+
+  cd "$srcdir/zope.configuration-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:14:22
  Author: foutrelis
Revision: 250042

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 250041, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 250041, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 250041, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 250041, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 250041, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 250041, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-i686/sudo.install   |   19 
 testing-i686/sudo.pam   |4 ++
 testing-x86_64/PKGBUILD |   64 ++
 testing-x86_64/sudo.install |   19 
 testing-x86_64/sudo.pam |4 ++
 6 files changed, 174 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 250041, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-03 07:14:22 UTC (rev 250042)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.15
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+build() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt="[sudo] password for %p: " \
+--with-all-insults
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make DESTDIR="$pkgdir" install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir "$pkgdir/run/sudo"
+  rmdir "$pkgdir/run"
+
+  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
+
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 250041, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2015-11-03 07:14:22 UTC (rev 250042)
@@ -0,0 +1,19 @@
+post_install() {
+  if type -P systemd-tmpfiles >/dev/null; then
+systemd-tmpfiles --create sudo.conf
+  fi
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1) < 0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 250041, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2015-11-03 07:14:22 UTC (rev 250042)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 250041, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-03 07:14:22 UTC (rev 250042)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.15
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')

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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:14:11
  Author: foutrelis
Revision: 250041

upgpkg: sudo 1.8.15-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 02:17:20 UTC (rev 250040)
+++ PKGBUILD2015-11-03 07:14:11 UTC (rev 250041)
@@ -4,9 +4,9 @@
 # Contributor: Tom Newsom 
 
 pkgname=sudo
-_sudover=1.8.14p3
+_sudover=1.8.15
 pkgver=${_sudover/p/.p}
-pkgrel=2
+pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=('i686' 'x86_64')
 url="http://www.sudo.ws/sudo/;
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
-sha256sums=('a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237'
+sha256sums=('4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308'
 'SKIP'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')


[arch-commits] Commit in python2-traceback2 (3 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:46:38
  Author: fyan
Revision: 145743

archrelease: copy trunk to community-any

Added:
  python2-traceback2/repos/
  python2-traceback2/repos/community-any/
  python2-traceback2/repos/community-any/PKGBUILD
(from rev 145742, python2-traceback2/trunk/PKGBUILD)

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

Copied: python2-traceback2/repos/community-any/PKGBUILD (from rev 145742, 
python2-traceback2/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-11-03 07:46:38 UTC (rev 145743)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Schala 
+
+pkgname=python2-traceback2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Backports of the traceback module'
+arch=('any')
+url='http://pypi.python.org/pypi/traceback2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:46:19
  Author: fyan
Revision: 145742

addpkg: python2-traceback2 1.4.0-1

Added:
  python2-traceback2/
  python2-traceback2/trunk/
  python2-traceback2/trunk/PKGBUILD

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

Added: python2-traceback2/trunk/PKGBUILD
===
--- python2-traceback2/trunk/PKGBUILD   (rev 0)
+++ python2-traceback2/trunk/PKGBUILD   2015-11-03 07:46:19 UTC (rev 145742)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Schala 
+
+pkgname=python2-traceback2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Backports of the traceback module'
+arch=('any')
+url='http://pypi.python.org/pypi/traceback2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:45:37
  Author: fyan
Revision: 145736

addpkg: python-zope-i18nmessageid 4.0.3-1

Added:
  python-zope-i18nmessageid/
  python-zope-i18nmessageid/repos/
  python-zope-i18nmessageid/trunk/
  python-zope-i18nmessageid/trunk/PKGBUILD

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

Added: python-zope-i18nmessageid/trunk/PKGBUILD
===
--- python-zope-i18nmessageid/trunk/PKGBUILD(rev 0)
+++ python-zope-i18nmessageid/trunk/PKGBUILD2015-11-03 06:45:37 UTC (rev 
145736)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Message Identifiers for internationalization"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.i18nmessageid;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.i18nmessageid.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.i18nmessageid{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py build
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.i18nmessageid"
+  nosetests3
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  nosetests2
+}
+
+package_python-zope-i18nmessageid() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-i18nmessageid() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in python-zope-i18nmessageid/repos (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:46:16
  Author: fyan
Revision: 145737

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

Added:
  python-zope-i18nmessageid/repos/community-i686/
  python-zope-i18nmessageid/repos/community-i686/PKGBUILD
(from rev 145736, python-zope-i18nmessageid/trunk/PKGBUILD)
  python-zope-i18nmessageid/repos/community-x86_64/
  python-zope-i18nmessageid/repos/community-x86_64/PKGBUILD
(from rev 145736, python-zope-i18nmessageid/trunk/PKGBUILD)

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

Copied: python-zope-i18nmessageid/repos/community-i686/PKGBUILD (from rev 
145736, python-zope-i18nmessageid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 06:46:16 UTC (rev 145737)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Message Identifiers for internationalization"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.i18nmessageid;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.i18nmessageid.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.i18nmessageid{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py build
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.i18nmessageid"
+  nosetests3
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  nosetests2
+}
+
+package_python-zope-i18nmessageid() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-i18nmessageid() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-zope-i18nmessageid/repos/community-x86_64/PKGBUILD (from rev 
145736, python-zope-i18nmessageid/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-03 06:46:16 UTC (rev 145737)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Message Identifiers for internationalization"
+arch=('i686' 'x86_64')
+url="https://github.com/zopefoundation/zope.i18nmessageid;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.i18nmessageid.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.i18nmessageid{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py build
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.i18nmessageid"
+  nosetests3
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  nosetests2
+}
+
+package_python-zope-i18nmessageid() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-i18nmessageid() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/zope.i18nmessageid-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in unzip/trunk (4 files)

2015-11-02 Thread Gaetan Bisson
Date: Tuesday, November 3, 2015 @ 08:35:37
  Author: bisson
Revision: 250045

fix FS#46955

Added:
  unzip/trunk/csiz-underflow.patch
  unzip/trunk/empty-input.patch
  unzip/trunk/nextbyte-overflow.patch
Modified:
  unzip/trunk/PKGBUILD

-+
 PKGBUILD|   15 ---
 csiz-underflow.patch|   32 
 empty-input.patch   |   26 ++
 nextbyte-overflow.patch |   33 +
 4 files changed, 103 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:29:18 UTC (rev 250044)
+++ PKGBUILD2015-11-03 07:35:37 UTC (rev 250045)
@@ -6,7 +6,7 @@
 pkgname=unzip
 pkgver=6.0
 _pkgver=${pkgver/./}
-pkgrel=10
+pkgrel=11
 pkgdesc='For extracting and viewing files in .zip archives'
 url='http://www.info-zip.org/UnZip.html'
 arch=('i686' 'x86_64')
@@ -17,13 +17,19 @@
 'cve20149636.patch'
 'test_compr_eb.patch'
 'getZip64Data.patch'
-'crc32.patch')
+'crc32.patch'
+'empty-input.patch'
+'csiz-underflow.patch'
+'nextbyte-overflow.patch')
 sha1sums=('abf7de8a4018a983590ed6f5cbd990d4740f8a22'
   '2852ce1a9db8d646516f8828436a44d34785a0b3'
   'e8c0bc17c63eeed97ad62b86845d75c849bcf4f8'
   '614c3e7fa7d6da7c60ea2aa79e36f4cbd17c3824'
   '691d0751bf0bc98cf9f9889dee39baccabefdc4d'
-  '82c9fe9172779a0ee92a187d544e74e8f512b013')
+  '82c9fe9172779a0ee92a187d544e74e8f512b013'
+  '4f77b01454fd2ffa69bfad985bfbdc579ee26010'
+  '9f86b1115c76e527ff7a2c3771d398f024533cf9'
+  'b325fac556abf169264ed5ae364b9136016e43f3')
 
 prepare() {
cd "${srcdir}/${pkgname}${_pkgver}"
@@ -33,6 +39,9 @@
patch -i ../test_compr_eb.patch # FS#43391
patch -i ../getZip64Data.patch # FS#43300
patch -i ../crc32.patch # FS#43300
+   patch -p1 -i ../empty-input.patch # FS#46955
+   patch -p1 -i ../csiz-underflow.patch # FS#46955
+   patch -p1 -i ../nextbyte-overflow.patch # FS#46955
 }
 
 build() {

Added: csiz-underflow.patch
===
--- csiz-underflow.patch(rev 0)
+++ csiz-underflow.patch2015-11-03 07:35:37 UTC (rev 250045)
@@ -0,0 +1,32 @@
+From: Kamil Dudka 
+Date: Tue, 22 Sep 2015 18:52:23 +0200
+Subject: [PATCH] extract: prevent unsigned overflow on invalid input
+Origin: other, https://bugzilla.redhat.com/attachment.cgi?id=1075942
+Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1260944
+
+Suggested-by: Stefan Cornelius
+---
+ extract.c | 11 ++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+--- a/extract.c
 b/extract.c
+@@ -1257,8 +1257,17 @@
+ if (G.lrec.compression_method == STORED) {
+ zusz_t csiz_decrypted = G.lrec.csize;
+ 
+-if (G.pInfo->encrypted)
++if (G.pInfo->encrypted) {
++if (csiz_decrypted <= 12) {
++/* handle the error now to prevent unsigned overflow */
++Info(slide, 0x401, ((char *)slide,
++  LoadFarStringSmall(ErrUnzipNoFile),
++  LoadFarString(InvalidComprData),
++  LoadFarStringSmall2(Inflate)));
++return PK_ERR;
++}
+ csiz_decrypted -= 12;
++}
+ if (G.lrec.ucsize != csiz_decrypted) {
+ Info(slide, 0x401, ((char *)slide,
+   LoadFarStringSmall2(WrnStorUCSizCSizDiff),

Added: empty-input.patch
===
--- empty-input.patch   (rev 0)
+++ empty-input.patch   2015-11-03 07:35:37 UTC (rev 250045)
@@ -0,0 +1,26 @@
+From: Kamil Dudka 
+Date: Mon, 14 Sep 2015 18:24:56 +0200
+Subject: fix infinite loop when extracting empty bzip2 data
+Bug-Debian: https://bugs.debian.org/802160
+Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1260944
+Origin: other, https://bugzilla.redhat.com/attachment.cgi?id=1073339
+
+---
+ extract.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+--- a/extract.c
 b/extract.c
+@@ -2728,6 +2728,12 @@
+ int repeated_buf_err;
+ bz_stream bstrm;
+ 
++if (G.incnt <= 0 && G.csize <= 0L) {
++/* avoid an infinite loop */
++Trace((stderr, "UZbunzip2() got empty input\n"));
++return 2;
++}
++
+ #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
+ if (G.redirect_slide)
+ wsize = G.redirect_size, redirSlide = G.redirect_buffer;

Added: nextbyte-overflow.patch
===
--- nextbyte-overflow.patch (rev 0)
+++ nextbyte-overflow.patch 2015-11-03 07:35:37 UTC (rev 250045)
@@ -0,0 +1,33 @@
+From: 

[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:55:14
  Author: fyan
Revision: 145744

addpkg: python2-linecache2 1.0.0-1

Added:
  python2-linecache2/
  python2-linecache2/repos/
  python2-linecache2/trunk/
  python2-linecache2/trunk/PKGBUILD

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

Added: python2-linecache2/trunk/PKGBUILD
===
--- python2-linecache2/trunk/PKGBUILD   (rev 0)
+++ python2-linecache2/trunk/PKGBUILD   2015-11-03 07:55:14 UTC (rev 145744)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-linecache2
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Backports of the linecache module'
+arch=('any')
+url='http://pypi.python.org/pypi/linecache2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/l/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:55:36
  Author: fyan
Revision: 145745

archrelease: copy trunk to community-any

Added:
  python2-linecache2/repos/community-any/
  python2-linecache2/repos/community-any/PKGBUILD
(from rev 145744, python2-linecache2/trunk/PKGBUILD)

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

Copied: python2-linecache2/repos/community-any/PKGBUILD (from rev 145744, 
python2-linecache2/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 07:55:36 UTC (rev 145745)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-linecache2
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Backports of the linecache module'
+arch=('any')
+url='http://pypi.python.org/pypi/linecache2'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/l/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('4b26ff4e7110db76eeb6f5a7b64a82623839d595c2038eeda662f2a2db78e97c')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:29:10
  Author: foutrelis
Revision: 250043

upgpkg: nspr 4.10.10-1

New upstream release.

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 07:14:22 UTC (rev 250042)
+++ PKGBUILD2015-11-03 07:29:10 UTC (rev 250043)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=nspr
-pkgver=4.10.9
+pkgver=4.10.10
 pkgrel=1
 pkgdesc="Netscape Portable Runtime"
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=('zip')
 options=('!emptydirs')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('405e5ad45111ddf95a5d39d647d41d27456c9443')
-sha256sums=('4112ff6ad91d32696ca0c6c3d4abef6367b5dc0127fa172fcb3c3ab81bb2d881')
+sha1sums=('d90b61d96248577a551bd322199dfa2438941661')
+sha256sums=('343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:29:18
  Author: foutrelis
Revision: 250044

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

Added:
  nspr/repos/testing-i686/
  nspr/repos/testing-i686/PKGBUILD
(from rev 250043, nspr/trunk/PKGBUILD)
  nspr/repos/testing-x86_64/
  nspr/repos/testing-x86_64/PKGBUILD
(from rev 250043, nspr/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   44 
 testing-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: nspr/repos/testing-i686/PKGBUILD (from rev 250043, nspr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-03 07:29:18 UTC (rev 250044)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.10.10
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d90b61d96248577a551bd322199dfa2438941661')
+sha256sums=('343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "$CARCH" = "x86_64" ]; then
+_confflags="--enable-64bit"
+  else
+_confflags=""
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+ "$pkgdir/usr/include/nspr/md"
+}

Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 250043, 
nspr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-03 07:29:18 UTC (rev 250044)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.10.10
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d90b61d96248577a551bd322199dfa2438941661')
+sha256sums=('343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "$CARCH" = "x86_64" ]; then
+_confflags="--enable-64bit"
+  else
+_confflags=""
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+ "$pkgdir/usr/include/nspr/md"
+}


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 08:58:34
  Author: fyan
Revision: 145747

archrelease: copy trunk to community-any

Added:
  python2-traceback2/repos/community-any/PKGBUILD
(from rev 145746, python2-traceback2/trunk/PKGBUILD)
Deleted:
  python2-traceback2/repos/community-any/PKGBUILD

--+
 PKGBUILD |   45 ++---
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 07:57:46 UTC (rev 145746)
+++ PKGBUILD2015-11-03 07:58:34 UTC (rev 145747)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Schala 
-
-pkgname=python2-traceback2
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Backports of the traceback module'
-arch=('any')
-url='http://pypi.python.org/pypi/traceback2'
-license=('PSF')
-depends=('python2')
-makedepends=('python2-setuptools' 'python2-pbr')
-source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-traceback2/repos/community-any/PKGBUILD (from rev 145746, 
python2-traceback2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 07:58:34 UTC (rev 145747)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python2-traceback2
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Backports of the traceback module'
+arch=('any')
+url='http://pypi.python.org/pypi/traceback2'
+license=('PSF')
+depends=('python2-linecache2')
+makedepends=('python2-setuptools' 'python2-pbr')
+source=("https://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('05acc67a09980c2ecfedd3423f7ae0104839eccb55fc645773e1caa0951c3030')
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:18:48
  Author: fyan
Revision: 145727

archrelease: copy trunk to community-any

Added:
  python-zope-testing/repos/community-any/
  python-zope-testing/repos/community-any/PKGBUILD
(from rev 145726, python-zope-testing/trunk/PKGBUILD)

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

Copied: python-zope-testing/repos/community-any/PKGBUILD (from rev 145726, 
python-zope-testing/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:18:48 UTC (rev 145727)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git' 'python-zope-exceptions'
+ 'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testing{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testing"
+  python setup.py build
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing"
+  python setup.py test
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testing() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testing() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:18:27
  Author: fyan
Revision: 145726

addpkg: python-zope-testing 4.5.0-1

Added:
  python-zope-testing/
  python-zope-testing/repos/
  python-zope-testing/trunk/
  python-zope-testing/trunk/PKGBUILD

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

Added: python-zope-testing/trunk/PKGBUILD
===
--- python-zope-testing/trunk/PKGBUILD  (rev 0)
+++ python-zope-testing/trunk/PKGBUILD  2015-11-03 06:18:27 UTC (rev 145726)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git' 'python-zope-exceptions'
+ 'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testing{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testing"
+  python setup.py build
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing"
+  python setup.py test
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testing() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testing() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:25:35
  Author: fyan
Revision: 145729

archrelease: copy trunk to community-any

Added:
  python-zope-testing/repos/community-any/PKGBUILD
(from rev 145728, python-zope-testing/trunk/PKGBUILD)
Deleted:
  python-zope-testing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-03 06:25:13 UTC (rev 145728)
+++ PKGBUILD2015-11-03 06:25:35 UTC (rev 145729)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-zope-testing' 'python2-zope-testing')
-pkgver=4.5.0
-pkgrel=1
-pkgdesc="Zope testing helpers"
-arch=('any')
-url="https://github.com/zopefoundation/zope.testing;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'git' 'python-zope-exceptions'
- 'python2-zope-exceptions')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.testing{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.testing"
-  python setup.py build
-
-  cd "$srcdir/zope.testing-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.testing"
-  python setup.py test
-
-  cd "$srcdir/zope.testing-py2"
-  python2 setup.py test
-}
-
-package_python-zope-testing() {
-  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
-
-  cd "$srcdir/zope.testing"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-testing() {
-  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
-
-  cd "$srcdir/zope.testing"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-testing/repos/community-any/PKGBUILD (from rev 145728, 
python-zope-testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-03 06:25:35 UTC (rev 145729)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-testing' 'python2-zope-testing')
+pkgver=4.5.0
+pkgrel=2
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git' 'python-zope-exceptions'
+ 'python2-zope-exceptions')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.testing.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.testing{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.testing"
+  python setup.py build
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing"
+  python setup.py test
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py test
+}
+
+package_python-zope-testing() {
+  depends=('python-setuptools' 'python-zope-interface' 
'python-zope-exceptions')
+
+  cd "$srcdir/zope.testing"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-testing() {
+  depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
+
+  cd "$srcdir/zope.testing-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:25:13
  Author: fyan
Revision: 145728

upgpkg: python-zope-testing 4.5.0-2

fix python 2.x package

Modified:
  python-zope-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 06:18:48 UTC (rev 145727)
+++ PKGBUILD2015-11-03 06:25:13 UTC (rev 145728)
@@ -3,7 +3,7 @@
 
 pkgname=('python-zope-testing' 'python2-zope-testing')
 pkgver=4.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Zope testing helpers"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testing;
@@ -45,7 +45,7 @@
 package_python2-zope-testing() {
   depends=('python2-setuptools' 'python2-zope-interface' 
'python2-zope-exceptions')
 
-  cd "$srcdir/zope.testing"
+  cd "$srcdir/zope.testing-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }
 


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:48:33
  Author: fyan
Revision: 145739

archrelease: copy trunk to community-any

Added:
  python-zope-configuration/repos/community-any/
  python-zope-configuration/repos/community-any/PKGBUILD
(from rev 145738, python-zope-configuration/trunk/PKGBUILD)

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

Copied: python-zope-configuration/repos/community-any/PKGBUILD (from rev 
145738, python-zope-configuration/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:48:33 UTC (rev 145739)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-configuration' 'python2-zope-configuration')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Zope Configuration Markup Language (ZCML)"
+arch=('any')
+url="https://github.com/zopefoundation/zope.configuration;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.configuration.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.configuration{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.configuration"
+  python setup.py build
+
+  cd "$srcdir/zope.configuration-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.configuration"
+  nosetests3
+
+  cd "$srcdir/zope.configuration-py2"
+  nosetests2
+}
+
+package_python-zope-configuration() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-i18nmessageid')
+
+  cd "$srcdir/zope.configuration"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-configuration() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-i18nmessageid')
+
+  cd "$srcdir/zope.configuration-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:11:19
  Author: fyan
Revision: 145725

archrelease: copy trunk to community-any

Added:
  python-zope-exceptions/repos/community-any/
  python-zope-exceptions/repos/community-any/PKGBUILD
(from rev 145724, python-zope-exceptions/trunk/PKGBUILD)

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

Copied: python-zope-exceptions/repos/community-any/PKGBUILD (from rev 145724, 
python-zope-exceptions/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:11:19 UTC (rev 145725)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-exceptions' 'python2-zope-exceptions')
+pkgver=4.0.8
+pkgrel=1
+pkgdesc="Generic exceptions and implementations for Zope"
+arch=('any')
+url="https://github.com/zopefoundation/zope.exceptions;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.exceptions.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.exceptions{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.exceptions"
+  python setup.py build
+
+  cd "$srcdir/zope.exceptions-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.exceptions"
+  nosetests3
+
+  cd "$srcdir/zope.exceptions-py2"
+  nosetests2
+}
+
+package_python-zope-exceptions() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.exceptions"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-exceptions() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.exceptions"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:10:59
  Author: fyan
Revision: 145724

addpkg: python-zope-exceptions 4.0.8-1

Added:
  python-zope-exceptions/
  python-zope-exceptions/repos/
  python-zope-exceptions/trunk/
  python-zope-exceptions/trunk/PKGBUILD

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

Added: python-zope-exceptions/trunk/PKGBUILD
===
--- python-zope-exceptions/trunk/PKGBUILD   (rev 0)
+++ python-zope-exceptions/trunk/PKGBUILD   2015-11-03 06:10:59 UTC (rev 
145724)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-exceptions' 'python2-zope-exceptions')
+pkgver=4.0.8
+pkgrel=1
+pkgdesc="Generic exceptions and implementations for Zope"
+arch=('any')
+url="https://github.com/zopefoundation/zope.exceptions;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.exceptions.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.exceptions{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.exceptions"
+  python setup.py build
+
+  cd "$srcdir/zope.exceptions-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.exceptions"
+  nosetests3
+
+  cd "$srcdir/zope.exceptions-py2"
+  nosetests2
+}
+
+package_python-zope-exceptions() {
+  depends=('python-setuptools' 'python-zope-interface')
+
+  cd "$srcdir/zope.exceptions"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-exceptions() {
+  depends=('python2-setuptools' 'python2-zope-interface')
+
+  cd "$srcdir/zope.exceptions"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Evangelos Foutras
Date: Tuesday, November 3, 2015 @ 08:50:43
  Author: foutrelis
Revision: 250048

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

Added:
  nss/repos/testing-i686/
  nss/repos/testing-i686/PKGBUILD
(from rev 250047, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 250047, nss/trunk/bundle.sh)
  nss/repos/testing-i686/ca-certificates-mozilla.install
(from rev 250047, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-i686/certdata2pem.py
(from rev 250047, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/legacy-certs.patch
(from rev 250047, nss/trunk/legacy-certs.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 250047, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.install
(from rev 250047, nss/trunk/nss.install)
  nss/repos/testing-i686/nss.pc.in
(from rev 250047, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 250047, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 250047, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/ca-certificates-mozilla.install
(from rev 250047, nss/trunk/ca-certificates-mozilla.install)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 250047, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/legacy-certs.patch
(from rev 250047, nss/trunk/legacy-certs.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 250047, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.install
(from rev 250047, nss/trunk/nss.install)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 250047, nss/trunk/nss.pc.in)

+
 testing-i686/PKGBUILD  |  120 +
 testing-i686/bundle.sh |   54 ++
 testing-i686/ca-certificates-mozilla.install   |   11 +
 testing-i686/certdata2pem.py   |  200 +++
 testing-i686/legacy-certs.patch|   26 ++
 testing-i686/nss-config.in |  145 
 testing-i686/nss.install   |   13 +
 testing-i686/nss.pc.in |   11 +
 testing-x86_64/PKGBUILD|  120 +
 testing-x86_64/bundle.sh   |   54 ++
 testing-x86_64/ca-certificates-mozilla.install |   11 +
 testing-x86_64/certdata2pem.py |  200 +++
 testing-x86_64/legacy-certs.patch  |   26 ++
 testing-x86_64/nss-config.in   |  145 
 testing-x86_64/nss.install |   13 +
 testing-x86_64/nss.pc.in   |   11 +
 16 files changed, 1160 insertions(+)

Copied: nss/repos/testing-i686/PKGBUILD (from rev 250047, nss/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-03 07:50:43 UTC (rev 250048)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nss
+pkgname=(nss ca-certificates-mozilla)
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Mozilla Network Security Services"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/security/pki/nss/;
+license=('MPL' 'GPL')
+_nsprver=4.10.10
+depends=("nspr>=${_nsprver}" 'sqlite' 'zlib' 'sh' 'p11-kit')
+makedepends=('perl' 'python2')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
+certdata2pem.py bundle.sh nss.pc.in nss-config.in legacy-certs.patch)
+sha256sums=('ad3c8f11dfd9570c2d04a6140d5ef7c2bdd0fe30d6c9e5548721a4251a5e8c97'
+'2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
+'045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
+'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
+'e44ac5095b4d88f24ec7b2e6a9f1581560bd3ad41a3d198596d67ef22f67adb9'
+'22330fcde2dac5fa4733f7d77bffbbd31d91cbaa338738afdc2a8ebfccb61184')
+
+prepare() {
+  mkdir certs
+
+  cd nss-$pkgver
+
+  # FS#45479: Reenable two weak Verisign certificates used by login.live.com
+  # Otherwise, accessing this site via Epiphany (GnuTLS) or Skype (OpenSSL) 
fails
+  # Also see https://gist.github.com/grawity/15eabf67191e17080241
+  patch nss/lib/ckfw/builtins/certdata.txt ../legacy-certs.patch
+
+  # Respect LDFLAGS
+  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
+  -i nss/coreconf/rules.mk
+
+  ln -sr nss/lib/ckfw/builtins/certdata.txt ../certs/
+  ln -sr nss/lib/ckfw/builtins/nssckbi.h ../certs/
+}
+
+
+build() {
+  cd certs
+  python2 ../certdata2pem.py
+
+  cd ..
+  sh bundle.sh
+
+  cd nss-$pkgver/nss
+  export BUILD_OPT=1
+  export NSS_USE_SYSTEM_SQLITE=1
+  export NSS_ENABLE_ECC=1
+  export NSPR_INCLUDE_DIR="`nspr-config --includedir`"
+  

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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:33:50
  Author: seblu
Revision: 145700

db-move: moved dkms from [community-testing] to [community] (any)

Added:
  dkms/repos/community-any/02-no-kernel-hook.patch
(from rev 145699, dkms/repos/community-testing-any/02-no-kernel-hook.patch)
  dkms/repos/community-any/PKGBUILD
(from rev 145699, dkms/repos/community-testing-any/PKGBUILD)
  dkms/repos/community-any/dkms.default
(from rev 145699, dkms/repos/community-testing-any/dkms.default)
  dkms/repos/community-any/dkms.install
(from rev 145699, dkms/repos/community-testing-any/dkms.install)
  dkms/repos/community-any/dkms.service
(from rev 145699, dkms/repos/community-testing-any/dkms.service)
  dkms/repos/community-any/dkms.systemd
(from rev 145699, dkms/repos/community-testing-any/dkms.systemd)
Deleted:
  dkms/repos/community-any/01-broken-uninstall.patch
  dkms/repos/community-any/02-no-kernel-hook.patch
  dkms/repos/community-any/03-fix-post-build.patch
  dkms/repos/community-any/04-no-action-usage.patch
  dkms/repos/community-any/PKGBUILD
  dkms/repos/community-any/dkms.default
  dkms/repos/community-any/dkms.install
  dkms/repos/community-any/dkms.service
  dkms/repos/community-any/dkms.systemd
  dkms/repos/community-testing-any/

-+
 /02-no-kernel-hook.patch|   13 ++
 /PKGBUILD   |   60 +++
 /dkms.default   |9 
 /dkms.install   |   13 ++
 /dkms.service   |   11 +
 /dkms.systemd   |   61 
 community-any/01-broken-uninstall.patch |   22 --
 community-any/02-no-kernel-hook.patch   |   13 --
 community-any/03-fix-post-build.patch   |   24 ---
 community-any/04-no-action-usage.patch  |   16 ---
 community-any/PKGBUILD  |   65 --
 community-any/dkms.default  |9 
 community-any/dkms.install  |   13 --
 community-any/dkms.service  |   11 -
 community-any/dkms.systemd  |   61 
 15 files changed, 167 insertions(+), 234 deletions(-)

Deleted: community-any/01-broken-uninstall.patch
===
--- community-any/01-broken-uninstall.patch 2015-11-02 19:16:38 UTC (rev 
145699)
+++ community-any/01-broken-uninstall.patch 2015-11-02 19:33:50 UTC (rev 
145700)
@@ -1,22 +0,0 @@
-diff --git a/dkms b/dkms
-index abb01a4..265b69a 100644
 a/dkms
-+++ b/dkms
-@@ -162,11 +162,14 @@ set_kernel_source_dir()
- 
- # A little test function for DKMS commands that only work on one kernel.
- have_one_kernel() {
--(( ${#kernelver[@]} > 1 )) && \
--  die 4 $"The action $1 does not support multiple kernel version" \
--  $"parameters on the command line."
--[[ $all ]] && die 5 $"The action $1 does not support the --all" \
--  $"parameter."
-+   if (( ${#kernelver[@]} != 1 )); then
-+die 4 $"The action $1 does not support multiple kernel version" \
-+$"parameters on the command line."
-+   fi
-+   if [[ $all ]]; then  
-+   die 5 $"The action $1 does not support the --all" \
-+ $"parameter."
-+   fi 
- }

Deleted: community-any/02-no-kernel-hook.patch
===
--- community-any/02-no-kernel-hook.patch   2015-11-02 19:16:38 UTC (rev 
145699)
+++ community-any/02-no-kernel-hook.patch   2015-11-02 19:33:50 UTC (rev 
145700)
@@ -1,13 +0,0 @@
-# Author: Sébastien Luttringer 
 a/Makefile 2011-12-07 19:23:51.0 +0100
-+++ b/Makefile 2013-05-13 00:48:19.62000 +0200
-@@ -46,9 +46,6 @@
-   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
-   chmod 0644 $(MAN)/dkms.8.gz
-   touch --reference=dkms.8 $(MAN)/dkms.8.gz
--  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
--  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
--  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
- 
- DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
- 

Copied: dkms/repos/community-any/02-no-kernel-hook.patch (from rev 145699, 
dkms/repos/community-testing-any/02-no-kernel-hook.patch)
===
--- community-any/02-no-kernel-hook.patch   (rev 0)
+++ community-any/02-no-kernel-hook.patch   2015-11-02 19:33:50 UTC (rev 
145700)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch 

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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:33:25
  Author: seblu
Revision: 250030

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

Added:
  
openvpn/repos/core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
(from rev 250029, 
openvpn/repos/testing-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch)
  openvpn/repos/core-i686/PKGBUILD
(from rev 250029, openvpn/repos/testing-i686/PKGBUILD)
  openvpn/repos/core-i686/openvpn.install
(from rev 250029, openvpn/repos/testing-i686/openvpn.install)
  openvpn/repos/core-i686/openvpn@.service
(from rev 250029, openvpn/repos/testing-i686/openvpn@.service)
  
openvpn/repos/core-x86_64/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
(from rev 250029, 
openvpn/repos/testing-x86_64/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch)
  openvpn/repos/core-x86_64/PKGBUILD
(from rev 250029, openvpn/repos/testing-x86_64/PKGBUILD)
  openvpn/repos/core-x86_64/openvpn.install
(from rev 250029, openvpn/repos/testing-x86_64/openvpn.install)
  openvpn/repos/core-x86_64/openvpn@.service
(from rev 250029, openvpn/repos/testing-x86_64/openvpn@.service)
Deleted:
  openvpn/repos/core-i686/PKGBUILD
  openvpn/repos/core-i686/openvpn.install
  openvpn/repos/core-i686/openvpn@.service
  openvpn/repos/core-x86_64/PKGBUILD
  openvpn/repos/core-x86_64/openvpn.install
  openvpn/repos/core-x86_64/openvpn@.service
  openvpn/repos/testing-i686/
  openvpn/repos/testing-x86_64/

-+
 /PKGBUILD   |  
112 ++
 /openvpn.install|  
 16 +
 /openvpn@.service   |  
 20 +
 core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   |  
 88 +++
 core-i686/PKGBUILD  |  
 50 
 core-i686/openvpn.install   |  
  8 
 core-i686/openvpn@.service  |  
 10 
 core-x86_64/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch |  
 88 +++
 core-x86_64/PKGBUILD|  
 50 
 core-x86_64/openvpn.install |  
  8 
 core-x86_64/openvpn@.service|  
 10 
 11 files changed, 324 insertions(+), 136 deletions(-)

Copied: 
openvpn/repos/core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
 (from rev 250029, 
openvpn/repos/testing-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch)
===
--- core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   
(rev 0)
+++ core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   
2015-11-02 19:33:25 UTC (rev 250030)
@@ -0,0 +1,88 @@
+From 62b1b34a1230885a37e6108d1c988aff56350c2c Mon Sep 17 00:00:00 2001
+From: David Sommerseth 
+Date: Tue, 13 Oct 2015 11:57:59 +0200
+Subject: [PATCH] Fix systemd errors when openvpn is started when there is no
+ tty available
+
+It was discovered that starting openvpn during boot on systemd enabled
+systems after commit b131c7b974d9d4d did not work as expected.  This is
+due to that there is no tty available at that point.
+
+This patch adds an extra check considering if systemd is available or not.
+
+Trac: #618
+Reported-by: Ismail Donmez 
+Signed-off-by: David Sommerseth 
+---
+ src/openvpn/console.c | 11 +++
+ src/openvpn/console.h |  3 +++
+ src/openvpn/misc.c|  2 +-
+ 3 files changed, 11 insertions(+), 5 deletions(-)
+
+diff --git a/src/openvpn/console.c b/src/openvpn/console.c
+index d66d408..b0fa417 100644
+--- a/src/openvpn/console.c
 b/src/openvpn/console.c
+@@ -138,15 +138,14 @@ close_tty (FILE *fp)
+ 
+ #endif
+ 
+-#ifdef ENABLE_SYSTEMD
+-
+ /*
+  * is systemd running
+  */
+ 
+-static bool
++bool
+ check_systemd_running ()
+ {
++#ifdef ENABLE_SYSTEMD
+   struct stat c;
+ 
+   /* We simply test whether the systemd cgroup hierarchy is
+@@ -155,9 +154,13 @@ check_systemd_running ()
+ 
+   return (sd_booted() > 0)
+ && (stat(SYSTEMD_ASK_PASSWORD_PATH, ) == 0);
+-
++#else
++  return false;
++#endif
+ }
+ 
++#ifdef ENABLE_SYSTEMD
++
+ static bool
+ get_console_input_systemd (const char *prompt, const bool echo, char *input, 
const int capacity)
+ {
+diff --git a/src/openvpn/console.h b/src/openvpn/console.h
+index 268f3fe..e29dd2e 100644
+--- a/src/openvpn/console.h
 b/src/openvpn/console.h
+@@ -28,6 +28,9 @@
+ #include "basic.h"
+ 
+ bool
++check_systemd_running ();
++
++bool
+ get_console_input (const char 

[arch-commits] Commit in btrfs-progs/repos (22 files)

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:33:23
  Author: seblu
Revision: 250029

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

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 250028, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 250028, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 250028, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 250028, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 250028, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 250028, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 250028, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 250028, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 250028, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 250028, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 250028, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 250028, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  120 +++
 /btrfs-progs.install   |   18 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   52 ---
 core-i686/btrfs-progs.install  |9 --
 core-i686/btrfs-scrub@.service |7 ++
 core-i686/btrfs-scrub@.timer   |   10 ++
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   52 ---
 core-x86_64/btrfs-progs.install|9 --
 core-x86_64/btrfs-scrub@.service   |7 ++
 core-x86_64/btrfs-scrub@.timer |   10 ++
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 16 files changed, 220 insertions(+), 170 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-11-02 17:38:51 UTC (rev 250028)
+++ core-i686/PKGBUILD  2015-11-02 19:33:23 UTC (rev 250029)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2.3
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 250028, 
btrfs-progs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-11-02 19:33:23 UTC (rev 250029)
@@ -0,0 +1,60 @@

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

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:37:10
  Author: seblu
Revision: 250032

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

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

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/grep.install   |   18 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/grep.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 250031, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-02 19:37:10 UTC (rev 250032)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.22
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('e1015e951a49a82b02e38891026ef5df'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-i686/grep.install (from rev 250031, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2015-11-02 19:37:10 UTC (rev 250032)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 250031, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-02 19:37:10 UTC (rev 250032)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.22
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('e1015e951a49a82b02e38891026ef5df'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-x86_64/grep.install (from rev 250031, 
grep/trunk/grep.install)
===
--- testing-x86_64/grep.install (rev 0)
+++ testing-x86_64/grep.install 2015-11-02 19:37:10 UTC (rev 250032)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


[arch-commits] Commit in grep/trunk (CVE-2015-1345.patch PKGBUILD)

2015-11-02 Thread Sébastien Luttringer
Date: Monday, November 2, 2015 @ 20:35:11
  Author: seblu
Revision: 250031

upgpkg: grep 2.22-1

Modified:
  grep/trunk/PKGBUILD
Deleted:
  grep/trunk/CVE-2015-1345.patch

-+
 CVE-2015-1345.patch |   58 --
 PKGBUILD|   18 ---
 2 files changed, 5 insertions(+), 71 deletions(-)

Deleted: CVE-2015-1345.patch
===
--- CVE-2015-1345.patch 2015-11-02 19:33:25 UTC (rev 250030)
+++ CVE-2015-1345.patch 2015-11-02 19:35:11 UTC (rev 250031)
@@ -1,58 +0,0 @@
-From 83a95bd8c8561875b948cadd417c653dbe7ef2e2 Mon Sep 17 00:00:00 2001
-From: Yuliy Pisetsky 
-Date: Thu, 01 Jan 2015 23:36:55 +
-Subject: grep -F: fix a heap buffer (read) overrun
-
-grep's read buffer is often filled to its full size, except when
-reading the final buffer of a file.  In that case, the number of
-bytes read may be far less than the size of the buffer.  However, for
-certain unusual pattern/text combinations, grep -F would mistakenly
-examine bytes in that uninitialized region of memory when searching
-for a match.  With carefully chosen inputs, one can cause grep -F to
-read beyond the end of that buffer altogether.  This problem arose via
-commit v2.18-90-g73893ff with the introduction of a more efficient
-heuristic using what is now the memchr_kwset function. The use of
-that function in bmexec_trans could leave TP much larger than EP,
-and the subsequent call to bm_delta2_search would mistakenly access
-beyond end of the main input read buffer.
-
-* src/kwset.c (bmexec_trans): When TP reaches or exceeds EP,
-do not call bm_delta2_search.
-* tests/kwset-abuse: New file.
-* tests/Makefile.am (TESTS): Add it.
-* THANKS.in: Update.
-* NEWS (Bug fixes): Mention it.
-
-Prior to this patch, this command would trigger a UMR:
-
-  printf %0360db 0 | valgrind src/grep -F $(printf %019dXb 0)
-
-  Use of uninitialised value of size 8
- at 0x4142BE: bmexec_trans (kwset.c:657)
- by 0x4143CA: bmexec (kwset.c:678)
- by 0x414973: kwsexec (kwset.c:848)
- by 0x414DC4: Fexecute (kwsearch.c:128)
- by 0x404E2E: grepbuf (grep.c:1238)
- by 0x4054BF: grep (grep.c:1417)
- by 0x405CEB: grepdesc (grep.c:1645)
- by 0x405EC1: grep_command_line_arg (grep.c:1692)
- by 0x4077D4: main (grep.c:2570)
-
-See the accompanying test for how to trigger the heap buffer overrun.
-
-Thanks to Nima Aghdaii for testing and finding numerous
-ways to break early iterations of this patch.

-diff --git a/src/kwset.c b/src/kwset.c
-index 4003c8d..376f7c3 100644
 a/src/kwset.c
-+++ b/src/kwset.c
-@@ -643,6 +643,8 @@ bmexec_trans (kwset_t kwset, char const *text, size_t size)
- if (! tp)
-   return -1;
- tp++;
-+if (ep <= tp)
-+  break;
-   }
-   }
-   }

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 19:33:25 UTC (rev 250030)
+++ PKGBUILD2015-11-02 19:35:11 UTC (rev 250031)
@@ -4,8 +4,8 @@
 # Contributor: judd 
 
 pkgname=grep
-pkgver=2.21
-pkgrel=2
+pkgver=2.22
+pkgrel=1
 pkgdesc='A string search utility'
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -15,18 +15,10 @@
 makedepends=('texinfo')
 install=$pkgname.install
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-'CVE-2015-1345.patch')
-md5sums=('43c48064d6409862b8a850db83c8038a'
- 'SKIP'
- 'f9c8e95efcc1bd52d4af42cb4bff03aa')
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('e1015e951a49a82b02e38891026ef5df'
+ 'SKIP')
 
- prepare() {
-  cd $pkgname-$pkgver
-  # fix CVE-2015-1345
-  patch -Np1 < "${srcdir}/CVE-2015-1345.patch"
- }
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --without-included-regex


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

2015-11-02 Thread Bartłomiej Piotrowski
Date: Monday, November 2, 2015 @ 21:43:43
  Author: bpiotrowski
Revision: 250034

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 250033, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 250033, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 250033, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 250033, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 250033, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 250033, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 250033, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 250033, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 250033, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 250033, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 250033, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 250033, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 250033, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 250033, lvm2/trunk/sd-lvm2_install)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  103 
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   34 +++
 testing-i686/sd-lvm2_install  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  103 
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 +
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   34 +++
 testing-x86_64/sd-lvm2_install|   32 +++
 14 files changed, 458 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 250033, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2015-11-02 20:43:43 UTC (rev 250034)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 250033, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-02 20:43:43 UTC (rev 250034)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.133
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2_install
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('627878b02c64370258eb9b73b4bf543169ddb0b2'
+  'SKIP'
+  '40ef991650555b904e73bcc3f344d736722e27ca'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
+
+prepare() {
+  cd LVM2.${pkgver}
+
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+
+  # make systemd sockets static
+  patch -p1 -i "${srcdir}/lvm2-make-sockets-static.patch"
+}
+
+build() {
+  CONFIGUREOPTS="--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run --with-default-dm-run-dir=/run 
--with-default-run-dir=/run/lvm \
+  --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
+  --enable-udev_sync --enable-udev_rules 

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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 20:16:38
  Author: spupykin
Revision: 145699

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

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

-+
 /PKGBUILD   |   78 ++
 /denemo.install |   26 
 community-i686/PKGBUILD |   39 ---
 community-i686/denemo.install   |   13 --
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/denemo.install |   13 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 19:16:21 UTC (rev 145698)
+++ community-i686/PKGBUILD 2015-11-02 19:16:38 UTC (rev 145699)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Philipp Sandhaus 
-# Contributor: Robert Emil Berge 
-# Contributor: Gnud 
-
-pkgname=denemo
-epoch=1
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="A music score editor"
-arch=('i686' 'x86_64')
-url="http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-install=denemo.install
-#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ee9cb3520789b061b4a1bfeaf5858e2d')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|||' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 145698, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 19:16:38 UTC (rev 145699)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+# Contributor: Robert Emil Berge 
+# Contributor: Gnud 
+
+pkgname=denemo
+epoch=1
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A music score editor"
+arch=('i686' 'x86_64')
+url="http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+install=denemo.install
+#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('706c6e878d01074189966974ae94e243')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|||' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/denemo.install
===
--- community-i686/denemo.install   2015-11-02 19:16:21 UTC (rev 145698)
+++ community-i686/denemo.install   2015-11-02 19:16:38 UTC (rev 145699)
@@ -1,13 +0,0 @@
-post_install() {
-  fc-cache -s /usr/share/fonts/truetype/denemo
-  mkfontscale /usr/share/fonts/truetype/denemo
-  mkfontdir /usr/share/fonts/truetype/denemo
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: denemo/repos/community-i686/denemo.install (from rev 145698, 
denemo/trunk/denemo.install)
===
--- community-i686/denemo.install   (rev 0)
+++ community-i686/denemo.install   2015-11-02 19:16:38 UTC (rev 145699)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -s /usr/share/fonts/truetype/denemo
+  mkfontscale /usr/share/fonts/truetype/denemo
+  mkfontdir 

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

2015-11-02 Thread Bartłomiej Piotrowski
Date: Monday, November 2, 2015 @ 21:43:03
  Author: bpiotrowski
Revision: 250033

upgpkg: lvm2 2.02.133-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 19:37:10 UTC (rev 250032)
+++ PKGBUILD2015-11-02 20:43:03 UTC (rev 250033)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.132
+pkgver=2.02.133
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/;
@@ -17,7 +17,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('45a486e2aba07fa50fd663d0c550ba9a136aead2'
+sha1sums=('627878b02c64370258eb9b73b4bf543169ddb0b2'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'


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

2015-11-02 Thread Sergej Pupykin
Date: Monday, November 2, 2015 @ 20:16:21
  Author: spupykin
Revision: 145698

upgpkg: denemo 1:2.0.0-1

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-02 18:07:48 UTC (rev 145697)
+++ PKGBUILD2015-11-02 19:16:21 UTC (rev 145698)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 epoch=1
-pkgver=1.2.4
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="A music score editor"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=denemo.install
 
#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('ee9cb3520789b061b4a1bfeaf5858e2d')
+md5sums=('706c6e878d01074189966974ae94e243')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:27:17
  Author: fyan
Revision: 145730

addpkg: python-zope-schema 4.4.2-1

Added:
  python-zope-schema/
  python-zope-schema/repos/
  python-zope-schema/trunk/
  python-zope-schema/trunk/PKGBUILD

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

Added: python-zope-schema/trunk/PKGBUILD
===
--- python-zope-schema/trunk/PKGBUILD   (rev 0)
+++ python-zope-schema/trunk/PKGBUILD   2015-11-03 06:27:17 UTC (rev 145730)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-schema' 'python2-zope-schema')
+pkgver=4.4.2
+pkgrel=1
+pkgdesc="zope.interface extension for defining data schemas"
+arch=('any')
+url="https://github.com/zopefoundation/zope.schema;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
+ 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing')
+source=("git+https://github.com/zopefoundation/zope.schema.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.schema{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.schema"
+  python setup.py build
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.schema"
+  python setup.py test
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py test
+}
+
+package_python-zope-schema() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-schema() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:27:39
  Author: fyan
Revision: 145731

archrelease: copy trunk to community-any

Added:
  python-zope-schema/repos/community-any/
  python-zope-schema/repos/community-any/PKGBUILD
(from rev 145730, python-zope-schema/trunk/PKGBUILD)

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

Copied: python-zope-schema/repos/community-any/PKGBUILD (from rev 145730, 
python-zope-schema/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-03 06:27:39 UTC (rev 145731)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-schema' 'python2-zope-schema')
+pkgver=4.4.2
+pkgrel=1
+pkgdesc="zope.interface extension for defining data schemas"
+arch=('any')
+url="https://github.com/zopefoundation/zope.schema;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
+ 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing')
+source=("git+https://github.com/zopefoundation/zope.schema.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.schema{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.schema"
+  python setup.py build
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.schema"
+  python setup.py test
+
+  cd "$srcdir/zope.schema-py2"
+  python2 setup.py test
+}
+
+package_python-zope-schema() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-schema() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir/zope.schema"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-11-02 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 07:39:19
  Author: fyan
Revision: 145734

addpkg: python-zope-location 4.0.3-1

Added:
  python-zope-location/
  python-zope-location/repos/
  python-zope-location/trunk/
  python-zope-location/trunk/PKGBUILD

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

Added: python-zope-location/trunk/PKGBUILD
===
--- python-zope-location/trunk/PKGBUILD (rev 0)
+++ python-zope-location/trunk/PKGBUILD 2015-11-03 06:39:19 UTC (rev 145734)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=('python-zope-location' 'python2-zope-location')
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Special objects that have a structural location"
+arch=('any')
+url="https://github.com/zopefoundation/zope.location;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-schema' 
'python2-zope-schema'
+ 'python-zope-proxy' 'python2-zope-proxy' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/zopefoundation/zope.location.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a zope.location{,-py2}
+}
+
+build() {
+  cd "$srcdir/zope.location"
+  python setup.py build
+
+  cd "$srcdir/zope.location-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.location"
+  nosetests3
+
+  cd "$srcdir/zope.location-py2"
+  nosetests2
+}
+
+package_python-zope-location() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema'
+   'python-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-location() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-schema'
+   'python2-zope-proxy')
+
+  cd "$srcdir/zope.location"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


  1   2   >