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

2015-05-13 Thread Ronald van Haren
Date: Thursday, May 14, 2015 @ 08:56:29
  Author: ronald
Revision: 239327

add hugin to optdepends

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-14 06:43:26 UTC (rev 239326)
+++ PKGBUILD2015-05-14 06:56:29 UTC (rev 239327)
@@ -15,6 +15,7 @@
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick' 'eigen' 
 'libbaloo4' 'libpgf' 'libusb-compat' 'libkface' 'libkgeomap')
+optdepends=('hugin: panorama tools')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
 sha1sums=('d44ab133f152b84599507dd6a02aef4b22033dd4')
 


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

2015-05-13 Thread Evangelos Foutras
Date: Thursday, May 14, 2015 @ 08:43:26
  Author: foutrelis
Revision: 239326

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

Added:
  dialog/repos/testing-i686/
  dialog/repos/testing-i686/PKGBUILD
(from rev 239325, dialog/trunk/PKGBUILD)
  dialog/repos/testing-x86_64/
  dialog/repos/testing-x86_64/PKGBUILD
(from rev 239325, dialog/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: dialog/repos/testing-i686/PKGBUILD (from rev 239325, 
dialog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-14 06:43:26 UTC (rev 239326)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.2_20150513
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/";
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('a70f957e983235ccbe63f8c5a45cd5ebde547bd57cedd07e35527a236d3cab4c')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--with-ncursesw \
+--with-shared \
+--with-versioned-syms \
+--enable-nls
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 239325, 
dialog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-14 06:43:26 UTC (rev 239326)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.2_20150513
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/";
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('a70f957e983235ccbe63f8c5a45cd5ebde547bd57cedd07e35527a236d3cab4c')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--with-ncursesw \
+--with-shared \
+--with-versioned-syms \
+--enable-nls
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-13 Thread Evangelos Foutras
Date: Thursday, May 14, 2015 @ 08:43:16
  Author: foutrelis
Revision: 239325

upgpkg: dialog 1:1.2_20150513-1

New upstream release.

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-14 06:25:03 UTC (rev 239324)
+++ PKGBUILD2015-05-14 06:43:16 UTC (rev 239325)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=dialog
-pkgver=1.2_20150225
+pkgver=1.2_20150513
 pkgrel=1
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -14,7 +14,7 @@
 license=('LGPL2.1')
 depends=('sh' 'ncurses')
 source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('6844b13a7a1fea568a8d5bb3004e1af90888cd4a5e8c2ded2c38f34fcc7397ff')
+sha256sums=('a70f957e983235ccbe63f8c5a45cd5ebde547bd57cedd07e35527a236d3cab4c')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"


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

2015-05-13 Thread Allan McRae
Date: Thursday, May 14, 2015 @ 08:25:03
  Author: allan
Revision: 239324

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 239323, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/CVE-2015-3456.patch
(from rev 239323, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-i686/PKGBUILD
(from rev 239323, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 239323, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 239323, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/CVE-2015-3456.patch
(from rev 239323, qemu/trunk/CVE-2015-3456.patch)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 239323, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 239323, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu.install

+
 /65-kvm.rules  |4 
 /PKGBUILD  |  200 +++
 /qemu.install  |   38 ++
 testing-i686/65-kvm.rules  |2 
 testing-i686/CVE-2015-3456.patch   |   84 ++
 testing-i686/PKGBUILD  |   93 
 testing-i686/qemu.install  |   19 ---
 testing-x86_64/65-kvm.rules|2 
 testing-x86_64/CVE-2015-3456.patch |   84 ++
 testing-x86_64/PKGBUILD|   93 
 testing-x86_64/qemu.install|   19 ---
 11 files changed, 410 insertions(+), 228 deletions(-)

Deleted: testing-i686/65-kvm.rules
===
--- testing-i686/65-kvm.rules   2015-05-14 06:23:03 UTC (rev 239323)
+++ testing-i686/65-kvm.rules   2015-05-14 06:25:03 UTC (rev 239324)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 239323, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2015-05-14 06:25:03 UTC (rev 239324)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-i686/CVE-2015-3456.patch (from rev 239323, 
qemu/trunk/CVE-2015-3456.patch)
===
--- testing-i686/CVE-2015-3456.patch(rev 0)
+++ testing-i686/CVE-2015-3456.patch2015-05-14 06:25:03 UTC (rev 239324)
@@ -0,0 +1,84 @@
+From e907746266721f305d67bc0718795fedee2e824c Mon Sep 17 00:00:00 2001
+From: Petr Matousek 
+Date: Wed, 6 May 2015 09:48:59 +0200
+Subject: [PATCH] fdc: force the fifo access to be in bounds of the allocated 
buffer
+
+During processing of certain commands such as FD_CMD_READ_ID and
+FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could
+get out of bounds leading to memory corruption with values coming
+from the guest.
+
+Fix this by making sure that the index is always bounded by the
+allocated memory.
+
+This is CVE-2015-3456.
+
+Signed-off-by: Petr Matousek 
+Reviewed-by: John Snow 
+Signed-off-by: John Snow 
+---
+ hw/block/fdc.c |   17 +++--
+ 1 files changed, 11 insertions(+), 6 deletions(-)
+
+diff --git a/hw/block/fdc.c b/hw/block/fdc.c
+index f72a392..d8a8edd 100644
+--- a/hw/block/fdc.c
 b/hw/block/fdc.c
+@@ -1497,7 +1497,7 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl)
+ {
+ FDrive *cur_drv;
+ uint32_t retval = 0;
+-int pos;
++uint32_t pos;
+ 
+ cur_drv = get_cur_drv(fdctrl);
+ fdctrl->dsr &= ~FD_DSR_PWRDOWN;
+@@ -1506,8 +1506,8 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl)
+ return 0;
+ }
+ pos = fdctrl->data_pos;
++pos %= FD_SECTOR_LEN;
+ if (fdctrl->msr & FD_MSR_NONDMA) {
+-pos %= FD_SECTOR_LEN;
+ if (pos == 0) {
+ if (fdctrl->data_pos != 0)
+ if (!fdctrl_seek_to_next_sect(fdctrl, cur_drv)) {
+@@ -1852,10 +1852,13 @@ static void fdctrl_handle_option(FDCtrl *fdctrl, int 
direction)
+ static void fdctrl_handle_drive_specification_command(FDCtrl *fdctrl, int 
direction)
+ {
+ FDrive *cur_drv = get_cur_drv(fdctrl);
++uint32_t pos;
+ 
+-if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x80) {
++pos = fdctrl->data_pos - 1;
++pos %= FD_SECTOR_LEN;
++if (fdctrl->fifo[pos] & 0x80) {
+ /* Command parameters done */
+-if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x40) {
++if (fdctrl->fifo[pos] & 0x40) {
+ fdctrl->fifo[0] = fdctr

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

2015-05-13 Thread Allan McRae
Date: Thursday, May 14, 2015 @ 08:23:03
  Author: allan
Revision: 239323

upgpkg: qemu 2.3.0-2

fix VENOM

Added:
  qemu/trunk/CVE-2015-3456.patch
Modified:
  qemu/trunk/PKGBUILD

-+
 CVE-2015-3456.patch |   84 ++
 PKGBUILD|9 -
 2 files changed, 92 insertions(+), 1 deletion(-)

Added: CVE-2015-3456.patch
===
--- CVE-2015-3456.patch (rev 0)
+++ CVE-2015-3456.patch 2015-05-14 06:23:03 UTC (rev 239323)
@@ -0,0 +1,84 @@
+From e907746266721f305d67bc0718795fedee2e824c Mon Sep 17 00:00:00 2001
+From: Petr Matousek 
+Date: Wed, 6 May 2015 09:48:59 +0200
+Subject: [PATCH] fdc: force the fifo access to be in bounds of the allocated 
buffer
+
+During processing of certain commands such as FD_CMD_READ_ID and
+FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could
+get out of bounds leading to memory corruption with values coming
+from the guest.
+
+Fix this by making sure that the index is always bounded by the
+allocated memory.
+
+This is CVE-2015-3456.
+
+Signed-off-by: Petr Matousek 
+Reviewed-by: John Snow 
+Signed-off-by: John Snow 
+---
+ hw/block/fdc.c |   17 +++--
+ 1 files changed, 11 insertions(+), 6 deletions(-)
+
+diff --git a/hw/block/fdc.c b/hw/block/fdc.c
+index f72a392..d8a8edd 100644
+--- a/hw/block/fdc.c
 b/hw/block/fdc.c
+@@ -1497,7 +1497,7 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl)
+ {
+ FDrive *cur_drv;
+ uint32_t retval = 0;
+-int pos;
++uint32_t pos;
+ 
+ cur_drv = get_cur_drv(fdctrl);
+ fdctrl->dsr &= ~FD_DSR_PWRDOWN;
+@@ -1506,8 +1506,8 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl)
+ return 0;
+ }
+ pos = fdctrl->data_pos;
++pos %= FD_SECTOR_LEN;
+ if (fdctrl->msr & FD_MSR_NONDMA) {
+-pos %= FD_SECTOR_LEN;
+ if (pos == 0) {
+ if (fdctrl->data_pos != 0)
+ if (!fdctrl_seek_to_next_sect(fdctrl, cur_drv)) {
+@@ -1852,10 +1852,13 @@ static void fdctrl_handle_option(FDCtrl *fdctrl, int 
direction)
+ static void fdctrl_handle_drive_specification_command(FDCtrl *fdctrl, int 
direction)
+ {
+ FDrive *cur_drv = get_cur_drv(fdctrl);
++uint32_t pos;
+ 
+-if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x80) {
++pos = fdctrl->data_pos - 1;
++pos %= FD_SECTOR_LEN;
++if (fdctrl->fifo[pos] & 0x80) {
+ /* Command parameters done */
+-if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x40) {
++if (fdctrl->fifo[pos] & 0x40) {
+ fdctrl->fifo[0] = fdctrl->fifo[1];
+ fdctrl->fifo[2] = 0;
+ fdctrl->fifo[3] = 0;
+@@ -1955,7 +1958,7 @@ static uint8_t command_to_handler[256];
+ static void fdctrl_write_data(FDCtrl *fdctrl, uint32_t value)
+ {
+ FDrive *cur_drv;
+-int pos;
++uint32_t pos;
+ 
+ /* Reset mode */
+ if (!(fdctrl->dor & FD_DOR_nRESET)) {
+@@ -2004,7 +2007,9 @@ static void fdctrl_write_data(FDCtrl *fdctrl, uint32_t 
value)
+ }
+ 
+ FLOPPY_DPRINTF("%s: %02x\n", __func__, value);
+-fdctrl->fifo[fdctrl->data_pos++] = value;
++pos = fdctrl->data_pos++;
++pos %= FD_SECTOR_LEN;
++fdctrl->fifo[pos] = value;
+ if (fdctrl->data_pos == fdctrl->data_len) {
+ /* We now have all parameters
+  * and will be able to treat the command
+-- 
+1.7.0.4
+

Modified: PKGBUILD
===
--- PKGBUILD2015-05-14 04:02:07 UTC (rev 239322)
+++ PKGBUILD2015-05-14 06:23:03 UTC (rev 239323)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 pkgname=('qemu' 'libcacard')
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url="http://wiki.qemu.org/Index.html";
@@ -13,8 +13,14 @@
  'usbredir')
 options=(!strip)
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
+CVE-2015-3456.patch
 65-kvm.rules)
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i ${srcdir}/CVE-2015-3456.patch
+}
+
 build ()
 {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -90,4 +96,5 @@
  cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/
 }
 md5sums=('2fab3ea4460de9b57192e5b8b311f221'
+ '5e8a68940c4e0267e795a6ddd144e00e'
  '33ab286a20242dda7743a900f369d68a')


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

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 06:02:07
  Author: fyan
Revision: 239322

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-14 04:01:32 UTC (rev 239321)
+++ extra-i686/PKGBUILD 2015-05-14 04:02:07 UTC (rev 239322)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1')
-checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
"python2-cryptography-vectors=$pkgver"
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
-md5sums=('7d33499e851300c194cbb0396de72462')
-
-prepare() {
-   cp -a cryptography-${pkgver}{,-python2}
-
-   # Don't depend on enum34 since we already have python 3.4
-   sed -i 's/"enum34",//' cryptography-${pkgver}/setup.py
-}
-
-build() {
-   # Build python 3 module
-   cd cryptography-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../cryptography-${pkgver}-python2
-   python2 setup.py build
-}
-
-check() {
-   # Check python3 module
-   cd "${srcdir}"/cryptography-${pkgver}
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" python3 setup.py 
test
-
-   # Check python2 module
-   cd "${srcdir}"/cryptography-${pkgver}-python2
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
-}
- 
-package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi')
- 
-   cd cryptography-${pkgver}
-   python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34')
- 
-   cd cryptography-${pkgver}-python2
-   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 239321, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-14 04:02:07 UTC (rev 239322)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.9
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
+ 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
+checkdepends=('python-pytest' 'python2-pytest' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
+source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
+md5sums=('7d5db511852f70ab6548c72b42b0c2f3')
+
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "${srcdir}"/cryptography-${pkgver}
+   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" python3 setup.py 
test
+
+   cd "${srcdir}"/cryptography-${pkgver}-python2
+   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
+}
+ 
+package_python-cryptography() {
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+ 
+package_python2-cr

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

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 06:01:32
  Author: fyan
Revision: 239321

upgpkg: python-cryptography 0.9-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-14 03:47:31 UTC (rev 239320)
+++ PKGBUILD2015-05-14 04:01:32 UTC (rev 239321)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.8.2
+pkgver=0.9
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -10,17 +10,14 @@
 license=('Apache')
 url="http://pypi.python.org/pypi/cryptography";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1')
-checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
"python2-cryptography-vectors=$pkgver"
+ 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
+checkdepends=('python-pytest' 'python2-pytest' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz";)
-md5sums=('7d33499e851300c194cbb0396de72462')
+md5sums=('7d5db511852f70ab6548c72b42b0c2f3')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}
-
-   # Don't depend on enum34 since we already have python 3.4
-   sed -i 's/"enum34",//' cryptography-${pkgver}/setup.py
 }
 
 build() {
@@ -34,17 +31,15 @@
 }
 
 check() {
-   # Check python3 module
cd "${srcdir}"/cryptography-${pkgver}
PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" python3 setup.py 
test
 
-   # Check python2 module
cd "${srcdir}"/cryptography-${pkgver}-python2
PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
 }
  
 package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi')
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
  
cd cryptography-${pkgver}
python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
@@ -51,7 +46,7 @@
 }
  
 package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34')
+   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
  
cd cryptography-${pkgver}-python2
python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build


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

2015-05-13 Thread Eric Bélanger
Date: Thursday, May 14, 2015 @ 05:47:31
  Author: eric
Revision: 239320

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-14 03:45:00 UTC (rev 239319)
+++ extra-i686/PKGBUILD 2015-05-14 03:47:31 UTC (rev 239320)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=lcms2
-pkgver=2.6
-pkgrel=1
-pkgdesc="Small-footprint color management engine, version 2"
-arch=('i686' 'x86_64')
-url="http://www.littlecms.com";
-license=('MIT')
-depends=('libtiff')
-source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b0ecee5cb8391338e6c281d1c11dcae2bc22a5d2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: lcms2/repos/extra-i686/PKGBUILD (from rev 239319, lcms2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-14 03:47:31 UTC (rev 239320)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=lcms2
+pkgver=2.7
+pkgrel=1
+pkgdesc="Small-footprint color management engine, version 2"
+arch=('i686' 'x86_64')
+url="http://www.littlecms.com";
+license=('MIT')
+depends=('libtiff')
+source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('625f0d74bad4a0f6f917120fd992437d26f754d2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-14 03:45:00 UTC (rev 239319)
+++ extra-x86_64/PKGBUILD   2015-05-14 03:47:31 UTC (rev 239320)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=lcms2
-pkgver=2.6
-pkgrel=1
-pkgdesc="Small-footprint color management engine, version 2"
-arch=('i686' 'x86_64')
-url="http://www.littlecms.com";
-license=('MIT')
-depends=('libtiff')
-source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b0ecee5cb8391338e6c281d1c11dcae2bc22a5d2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: lcms2/repos/extra-x86_64/PKGBUILD (from rev 239319, 
lcms2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-14 03:47:31 UTC (rev 239320)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=lcms2
+pkgver=2.7
+pkgrel=1
+pkgdesc="Small-footprint color management engine, version 2"
+arch=('i686' 'x86_64')
+url="http://www.littlecms.com";
+license=('MIT')
+depends=('libtiff')
+source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('625f0d74bad4a0f6f917120fd992437d26f754d2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-05-13 Thread Eric Bélanger
Date: Thursday, May 14, 2015 @ 05:45:00
  Author: eric
Revision: 239319

upgpkg: lcms2 2.7-1

Upstream update

Modified:
  lcms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-14 03:37:27 UTC (rev 239318)
+++ PKGBUILD2015-05-14 03:45:00 UTC (rev 239319)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=lcms2
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc="Small-footprint color management engine, version 2"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('libtiff')
 
source=(http://downloads.sourceforge.net/sourceforge/lcms/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b0ecee5cb8391338e6c281d1c11dcae2bc22a5d2')
+sha1sums=('625f0d74bad4a0f6f917120fd992437d26f754d2')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in (python-idna)

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 05:38:00
  Author: fyan
Revision: 133389

community2extra: Moving python-idna from community to extra

Deleted:
  python-idna/


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

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 05:37:27
  Author: fyan
Revision: 239318

archrelease: copy trunk to extra-any

Added:
  python-idna/repos/extra-any/
  python-idna/repos/extra-any/PKGBUILD
(from rev 239317, python-idna/trunk/PKGBUILD)

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

Copied: python-idna/repos/extra-any/PKGBUILD (from rev 239317, 
python-idna/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2015-05-14 03:37:27 UTC (rev 239318)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-idna
+pkgname=('python-idna' 'python2-idna')
+pkgver=1.1
+pkgrel=1
+pkgdesc="Internationalized Domain Names in Applications (IDNA)"
+arch=('any')
+license=('BSD')
+url="https://github.com/kjd/idna";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz";)
+md5sums=('9f5bfff6b317763c5a6f674707744dbe')
+
+prepare() {
+   cp -a idna-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd idna-${pkgver}
+   python setup.py build
+ 
+   # Build python 2 module
+   cd ../idna-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd "${srcdir}"/idna-${pkgver}
+   python setup.py test
+
+   # Check python2 module
+   cd "${srcdir}"/idna-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-idna() {
+   depends=('python')
+ 
+   cd idna-${pkgver}
+   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+ 
+package_python2-idna() {
+   depends=('python2')
+ 
+   cd idna-${pkgver}-python2
+   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


[arch-commits] Commit in (4 files)

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 05:37:10
  Author: fyan
Revision: 239317

community2extra: Moving python-idna from community to extra

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

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

Added: python-idna/trunk/PKGBUILD
===
--- python-idna/trunk/PKGBUILD  (rev 0)
+++ python-idna/trunk/PKGBUILD  2015-05-14 03:37:10 UTC (rev 239317)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-idna
+pkgname=('python-idna' 'python2-idna')
+pkgver=1.1
+pkgrel=1
+pkgdesc="Internationalized Domain Names in Applications (IDNA)"
+arch=('any')
+license=('BSD')
+url="https://github.com/kjd/idna";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/i/idna/idna-${pkgver}.tar.gz";)
+md5sums=('9f5bfff6b317763c5a6f674707744dbe')
+
+prepare() {
+   cp -a idna-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd idna-${pkgver}
+   python setup.py build
+ 
+   # Build python 2 module
+   cd ../idna-${pkgver}-python2
+   python2 setup.py build
+}
+
+check() {
+   # Check python3 module
+   cd "${srcdir}"/idna-${pkgver}
+   python setup.py test
+
+   # Check python2 module
+   cd "${srcdir}"/idna-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+package_python-idna() {
+   depends=('python')
+ 
+   cd idna-${pkgver}
+   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+ 
+package_python2-idna() {
+   depends=('python2')
+ 
+   cd idna-${pkgver}-python2
+   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}


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


[arch-commits] Commit in python2-ipaddress/repos (3 files)

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 05:36:19
  Author: fyan
Revision: 239316

archrelease: copy trunk to extra-any

Added:
  python2-ipaddress/repos/extra-any/
  python2-ipaddress/repos/extra-any/LICENSE
(from rev 239315, python2-ipaddress/trunk/LICENSE)
  python2-ipaddress/repos/extra-any/PKGBUILD
(from rev 239315, python2-ipaddress/trunk/PKGBUILD)

--+
 LICENSE  |   50 ++
 PKGBUILD |   28 
 2 files changed, 78 insertions(+)

Copied: python2-ipaddress/repos/extra-any/LICENSE (from rev 239315, 
python2-ipaddress/trunk/LICENSE)
===
--- extra-any/LICENSE   (rev 0)
+++ extra-any/LICENSE   2015-05-14 03:36:19 UTC (rev 239316)
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee.  This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.

Copied: python2-ipaddress/repos/extra-any/PKGBUILD (from rev 239315, 
python2-ipaddress/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2015-05-14 03:36:19 UTC (rev 239316)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Nikolaus Brandt 
+
+pkgname=python2-ipaddress
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="IPv4/IPv6 manipulation library"
+arch=(any)
+url="https://github.com/phihag/ipaddress";
+license=('custom:PSF')
+depends=('python2')
+source=("https://pypi.python.org/packages/source/i/ipaddress/ipaddress-1.0.7.tar.gz";
+LICENSE)
+sha512sums=('bfbb7ab47c50b1a370dab6905e3212fcd960ecdfa2180605d0775f90f80485040a3760d7042ae503a52d1931e44a0b2dc102de22a107cf2dc4b1e7a441841e8b'
+
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
+
+check() {
+  # Not included in release tarball
+  cd ipaddress-$pkgver
+  # python2 test_ipaddress.py
+}
+
+package() {
+  cd ipaddress-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (5 files)

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 05:35:30
  Author: fyan
Revision: 239315

addpkg: python2-ipaddress 1.0.7-1

Added:
  python2-ipaddress/
  python2-ipaddress/repos/
  python2-ipaddress/trunk/
  python2-ipaddress/trunk/LICENSE
  python2-ipaddress/trunk/PKGBUILD

--+
 LICENSE  |   50 ++
 PKGBUILD |   28 
 2 files changed, 78 insertions(+)

Added: python2-ipaddress/trunk/LICENSE
===
--- python2-ipaddress/trunk/LICENSE (rev 0)
+++ python2-ipaddress/trunk/LICENSE 2015-05-14 03:35:30 UTC (rev 239315)
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee.  This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.

Added: python2-ipaddress/trunk/PKGBUILD
===
--- python2-ipaddress/trunk/PKGBUILD(rev 0)
+++ python2-ipaddress/trunk/PKGBUILD2015-05-14 03:35:30 UTC (rev 239315)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Nikolaus Brandt 
+
+pkgname=python2-ipaddress
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="IPv4/IPv6 manipulation library"
+arch=(any)
+url="https://github.com/phihag/ipaddress";
+license=('custom:PSF')
+depends=('python2')
+source=("https://pypi.python.org/packages/source/i/ipaddress/ipaddress-1.0.7.tar.gz";
+LICENSE)
+sha512sums=('bfbb7ab47c50b1a370dab6905e3212fcd960ecdfa2180605d0775f90f80485040a3760d7042ae503a52d1931e44a0b2dc102de22a107cf2dc4b1e7a441841e8b'
+
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
+
+check() {
+  # Not included in release tarball
+  cd ipaddress-$pkgver
+  # python2 test_ipaddress.py
+}
+
+package() {
+  cd ipaddress-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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


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

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 05:20:59
  Author: fyan
Revision: 133386

upgpkg: python-cryptography-vectors 0.9-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-14 00:54:31 UTC (rev 133385)
+++ PKGBUILD2015-05-14 03:20:59 UTC (rev 133386)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.8.2
+pkgver=0.9
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/cryptography-vectors";
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
-md5sums=('c7dcbad5b5daf6f7f8b80ac42fb66515')
+md5sums=('2e41fbfa64f2e75bf742b12af4b5ae4d')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 05:21:20
  Author: fyan
Revision: 133387

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 133386, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-14 03:20:59 UTC (rev 133386)
+++ PKGBUILD2015-05-14 03:21:20 UTC (rev 133387)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors";
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
-md5sums=('c7dcbad5b5daf6f7f8b80ac42fb66515')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
133386, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-14 03:21:20 UTC (rev 133387)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=0.9
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors";
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz";)
+md5sums=('2e41fbfa64f2e75bf742b12af4b5ae4d')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in docker/repos/community-x86_64 (6 files)

2015-05-13 Thread Sébastien Luttringer
Date: Thursday, May 14, 2015 @ 02:54:31
  Author: seblu
Revision: 133385

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 133384, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 133384, docker/trunk/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 133384, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

-+
 PKGBUILD|  105 ++
 docker.install  |   26 ++---
 docker.sysusers |2 -
 3 files changed, 66 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-14 00:54:14 UTC (rev 133384)
+++ PKGBUILD2015-05-14 00:54:31 UTC (rev 133385)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.6.1
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver";
-"$pkgname.sysusers")
-md5sums=('SKIP'
- '4324edeb9adc210a2c22f44eb4cb8a74')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
-}
-
-#check() {
-#  cd "$_magic/docker"
-#  # Will be added upstream soon
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/completions/docker.fish"
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 133384, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-14 00:54:31 UTC (rev 133385)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.6.2
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver";
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ '4324edeb9adc210a2c22f44eb4cb8a74')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  ./hack/make.sh dynbinary
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
+  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
+  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/completions/docker.fish"
+  # systemd
+  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
+  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysuser

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

2015-05-13 Thread Sébastien Luttringer
Date: Thursday, May 14, 2015 @ 02:54:14
  Author: seblu
Revision: 133384

upgpkg: docker 1:1.6.2-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 20:02:22 UTC (rev 133383)
+++ PKGBUILD2015-05-14 00:54:14 UTC (rev 133384)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -28,8 +28,7 @@
 }
 
 #check() {
-#  cd "$_magic/docker"
-#  # Will be added upstream soon
+#  cd docker
 #  ./hack/make.sh dyntest
 #}
 


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 23:53:33
  Author: heftig
Revision: 239314

FS#39224 optdep

Modified:
  sushi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 21:30:04 UTC (rev 239313)
+++ PKGBUILD2015-05-13 21:53:33 UTC (rev 239314)
@@ -10,6 +10,7 @@
 license=('GPL2')
 groups=(gnome)
 depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
+optdepends=('unoconv: OpenDocument formats')
 install=sushi.install
 makedepends=('intltool' 'gobject-introspection' 'python2')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 23:30:04
  Author: heftig
Revision: 239313

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

Added:
  eog/repos/extra-i686/PKGBUILD
(from rev 239312, eog/trunk/PKGBUILD)
  eog/repos/extra-i686/eog.install
(from rev 239312, eog/trunk/eog.install)
  eog/repos/extra-x86_64/PKGBUILD
(from rev 239312, eog/trunk/PKGBUILD)
  eog/repos/extra-x86_64/eog.install
(from rev 239312, eog/trunk/eog.install)
Deleted:
  eog/repos/extra-i686/PKGBUILD
  eog/repos/extra-i686/eog.install
  eog/repos/extra-x86_64/PKGBUILD
  eog/repos/extra-x86_64/eog.install

--+
 /PKGBUILD|   60 +
 /eog.install |   26 +++
 extra-i686/PKGBUILD  |   30 --
 extra-i686/eog.install   |   13 -
 extra-x86_64/PKGBUILD|   30 --
 extra-x86_64/eog.install |   13 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 21:24:40 UTC (rev 239312)
+++ extra-i686/PKGBUILD 2015-05-13 21:30:04 UTC (rev 239313)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
-makedepends=(intltool itstool gobject-introspection)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGnome";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2979d1852397310ad4e04bfa4eb1fa4d9fb342071f0797c9de077fd13607c1e7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: eog/repos/extra-i686/PKGBUILD (from rev 239312, eog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 21:30:04 UTC (rev 239313)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.16.2
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
+makedepends=(intltool itstool gobject-introspection)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url="https://wiki.gnome.org/Apps/EyeOfGnome";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('802f68572d86bbb1e5969a385a76462aa42ea53aba6c65bf7337f528cb0a3c3b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/eog.install
===
--- extra-i686/eog.install  2015-05-13 21:24:40 UTC (rev 239312)
+++ extra-i686/eog.install  2015-05-13 21:30:04 UTC (rev 239313)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/extra-i686/eog.install (from rev 239312, 
eog/trunk/eog.install)
===
--- extra-i686/eog.install  (rev 0)
+++ extra-i686/eog.install  2015-05-13 21:30:04 UTC (rev 239313)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-13 21:24:40 UTC (rev 239312)
+++ extra-x86_64/PKGBUILD   2015-05-13 21:30:04 UTC (rev 239313)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
dconf)
-makedepends=(intltool itstool gobject-introspection)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url="https://wiki.gnome.org/Apps/EyeOfGn

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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 23:24:40
  Author: heftig
Revision: 239312

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

Added:
  nautilus/repos/extra-i686/PKGBUILD
(from rev 239311, nautilus/trunk/PKGBUILD)
  nautilus/repos/extra-i686/nautilus.install
(from rev 239311, nautilus/trunk/nautilus.install)
  nautilus/repos/extra-x86_64/PKGBUILD
(from rev 239311, nautilus/trunk/PKGBUILD)
  nautilus/repos/extra-x86_64/nautilus.install
(from rev 239311, nautilus/trunk/nautilus.install)
Deleted:
  nautilus/repos/extra-i686/PKGBUILD
  nautilus/repos/extra-i686/nautilus.install
  nautilus/repos/extra-x86_64/PKGBUILD
  nautilus/repos/extra-x86_64/nautilus.install

---+
 /PKGBUILD |  104 
 /nautilus.install |   28 ++
 extra-i686/PKGBUILD   |   52 
 extra-i686/nautilus.install   |   14 -
 extra-x86_64/PKGBUILD |   52 
 extra-x86_64/nautilus.install |   14 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 21:20:42 UTC (rev 239311)
+++ extra-i686/PKGBUILD 2015-05-13 21:24:40 UTC (rev 239312)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="GNOME file manager"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
- libtracker-sparql libnotify nautilus-sendto)
-makedepends=(intltool gobject-introspection python python2 packagekit)
-url="http://www.gnome.org";
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('7ee88e41fd184f94b41a844210d6159001c9dbce15cf9603d09660e560530379')
-
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nautilus \
-  --disable-update-mimedb \
-  --disable-schemas-compile
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-  install=nautilus.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-### Split libnautilus-extension
-  cd ..
-  mkdir -p n-e/usr/{lib,share}
-  mv "$pkgdir"/usr/include n-e/usr
-  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
-  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-
-  mv n-e/* "$pkgdir"
-}

Copied: nautilus/repos/extra-i686/PKGBUILD (from rev 239311, 
nautilus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 21:24:40 UTC (rev 239312)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.16.2
+pkgrel=1
+pkgdesc="GNOME file manager"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python python2 packagekit)
+url="http://www.gnome.org";
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('3e7ecdda3a47b6ad03098270940aa506782866fa3602d91e711d99f96741478f')
+
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv "$pkgdir"/usr/include n-e/usr
+  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  mv n-e/* "$pkgdir"
+}

Deleted: extra-i686/nautilus.install
===
--- extra-i686/nautilus.install 2015-05-13 21:20:42 UTC (rev 239311)
+++ extra-i686/nautilus.install 2015-05-13 21:24:40 UTC (rev 239312)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /us

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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 23:20:39
  Author: heftig
Revision: 239310

3.16.2

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 17:20:38 UTC (rev 239309)
+++ PKGBUILD2015-05-13 21:20:39 UTC (rev 239310)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url="https://wiki.gnome.org/Apps/EyeOfGnome";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2979d1852397310ad4e04bfa4eb1fa4d9fb342071f0797c9de077fd13607c1e7')
+sha256sums=('802f68572d86bbb1e5969a385a76462aa42ea53aba6c65bf7337f528cb0a3c3b')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 23:20:42
  Author: heftig
Revision: 239311

3.16.2

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 21:20:39 UTC (rev 239310)
+++ PKGBUILD2015-05-13 21:20:42 UTC (rev 239311)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.16.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc="GNOME file manager"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://www.gnome.org";
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('7ee88e41fd184f94b41a844210d6159001c9dbce15cf9603d09660e560530379')
+sha256sums=('3e7ecdda3a47b6ad03098270940aa506782866fa3602d91e711d99f96741478f')
 
 
 build() {


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

2015-05-13 Thread Alexander Rødseth
Date: Wednesday, May 13, 2015 @ 22:02:22
  Author: arodseth
Revision: 133383

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

Added:
  moosefs/repos/community-staging-i686/
  moosefs/repos/community-staging-i686/PKGBUILD
(from rev 133382, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-staging-i686/moosefs.install
(from rev 133382, moosefs/trunk/moosefs.install)
  moosefs/repos/community-staging-x86_64/
  moosefs/repos/community-staging-x86_64/PKGBUILD
(from rev 133382, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-staging-x86_64/moosefs.install
(from rev 133382, moosefs/trunk/moosefs.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/moosefs.install   |   11 
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/moosefs.install |   11 
 4 files changed, 98 insertions(+)

Copied: moosefs/repos/community-staging-i686/PKGBUILD (from rev 133382, 
moosefs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-13 20:02:22 UTC (rev 133383)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz";)
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-staging-i686/moosefs.install (from rev 133382, 
moosefs/trunk/moosefs.install)
===
--- community-staging-i686/moosefs.install  (rev 0)
+++ community-staging-i686/moosefs.install  2015-05-13 20:02:22 UTC (rev 
133383)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs can'
+  echo 'be used as a basis for writing the corresponding .cfg files.'
+  echo
+  echo 'For troubleshooting a service, like "mfschunkserver", just running'
+  echo '"/usr/bin/mfschunkserver start" can be helpful.'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-staging-x86_64/PKGBUILD (from rev 133382, 
moosefs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-13 20:02:22 UTC (rev 133383)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz";)
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-staging-x86_64/moosefs.install (from rev 
133382, moosefs/trunk/moosefs.install)
===
--- community-staging-x86_64/moosefs.install(rev 0)
+++ community-staging-x86_64/moosefs.install2015-05-13 20:02:22 UTC (rev 
133383)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For confi

[arch-commits] Commit in (7 files)

2015-05-13 Thread Alexander Rødseth
Date: Wednesday, May 13, 2015 @ 22:02:02
  Author: arodseth
Revision: 133382

Name change that reflects the recent changes

Package name change that reflects the recent changes to MooseFS

Added:
  moosefs/
  moosefs/repos/
  moosefs/repos/community-i686/
  moosefs/repos/community-x86_64/
  moosefs/trunk/
  moosefs/trunk/PKGBUILD
  moosefs/trunk/moosefs.install

-+
 PKGBUILD|   38 ++
 moosefs.install |   11 +++
 2 files changed, 49 insertions(+)

Added: moosefs/trunk/PKGBUILD
===
--- moosefs/trunk/PKGBUILD  (rev 0)
+++ moosefs/trunk/PKGBUILD  2015-05-13 20:02:02 UTC (rev 133382)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz";)
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Added: moosefs/trunk/moosefs.install
===
--- moosefs/trunk/moosefs.install   (rev 0)
+++ moosefs/trunk/moosefs.install   2015-05-13 20:02:02 UTC (rev 133382)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs can'
+  echo 'be used as a basis for writing the corresponding .cfg files.'
+  echo
+  echo 'For troubleshooting a service, like "mfschunkserver", just running'
+  echo '"/usr/bin/mfschunkserver start" can be helpful.'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-13 Thread Andreas Radke
Date: Wednesday, May 13, 2015 @ 19:20:38
  Author: andyrtr
Revision: 239309

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 239308, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 239308, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 239308, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 239308, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 239308, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 239308, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 239308, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 239308, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/gcc5_buildfixes.diff
(from rev 239308, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 239308, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 239308, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 239308, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 239308, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 239308, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 239308, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 239308, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 239308, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 239308, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 239308, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/gcc5_buildfixes.diff
(from rev 239308, linux-lts/trunk/gcc5_buildfixes.diff)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 239308, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 239308, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  342 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/gcc5_buildfixes.diff  
|  115 
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  342 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/gcc5_buildfixes.diff
|  115 
 testin

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

2015-05-13 Thread Andreas Radke
Date: Wednesday, May 13, 2015 @ 19:20:01
  Author: andyrtr
Revision: 239308

upgpkg: linux-lts 3.14.42-1

upstream update 3.14.42

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 16:56:01 UTC (rev 239307)
+++ PKGBUILD2015-05-13 17:20:01 UTC (rev 239308)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.41
+pkgver=3.14.42
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -27,7 +27,7 @@
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'64b3131606ff534ee27f61323ca1cc9693545edf4871bdbcb2bfa299ce5efca9'
+'f226736d5c641668d34f5a27b87be1119a6ec001b1583376cbf0af8632828c6a'
 'SKIP'
 '9f0caf74d70599ac4eda356a42c7d9cb116f0cf42e87f165a383e4d215ae212d'
 'f40e1c54f53feaf3b35a8fca19a98c0f48d83cb8f9738eb8f97fc860b3a93e46'


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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 18:56:01
  Author: tpowa
Revision: 239307

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

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

--+
 testing-i686/0001-fix-btrfs-mount-deadlock.patch |   43 
 testing-i686/0001-fixup-drm.patch|   70 
 testing-i686/PKGBUILD|  298 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7356 +
 testing-i686/config.x86_64   | 7105 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/0001-fix-btrfs-mount-deadlock.patch   |   43 
 testing-x86_64/0001-fixup-drm.patch  |   70 
 testing-x86_64/PKGBUILD  |  298 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7356 +
 testing-x86_64/config.x86_64 | 7105 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 16 files changed, 29868 insertions(+)

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


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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 18:55:42
  Author: tpowa
Revision: 239306

upgpkg: linux 4.0.3-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 16:46:43 UTC (rev 239305)
+++ PKGBUILD2015-05-13 16:55:42 UTC (rev 239306)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.0
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -23,7 +23,7 @@
 'change-default-console-loglevel.patch')
 sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
 'SKIP'
-'c879ac300e9c1c8d2433ad9c66be5d374d15cf2175ac9876fb22d7d53a6b2e3b'
+'e8e42b67cd5ca28d3cd85b868a8caf6c0b971c948d6695ea6e399e132664de83'
 'SKIP'
 'f70f2935b1881697ff986b80b444de422cf1869740ca33c25d3d1f20f5e56ba5'
 '03b740ce5c70593d26634974499eefc9fc24841d972c38c05f9febd2d0b77249'


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:46:43
  Author: heftig
Revision: 239305

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 239304, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-update-icon-cache.install
(from rev 239304, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/extra-i686/gtk3.install
(from rev 239304, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 239304, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 239304, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.install
(from rev 239304, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 239304, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 239304, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

+
 /PKGBUILD  |  132 +++
 /gtk3.install  |   36 +++
 /settings.ini  |8 +
 extra-i686/PKGBUILD|   46 -
 extra-i686/gtk-update-icon-cache.install   |3 
 extra-i686/gtk3.install|   18 ---
 extra-i686/settings.ini|4 
 extra-x86_64/PKGBUILD  |   46 -
 extra-x86_64/gtk-update-icon-cache.install |3 
 extra-x86_64/gtk3.install  |   18 ---
 extra-x86_64/settings.ini  |4 
 11 files changed, 182 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 16:45:44 UTC (rev 239304)
+++ extra-i686/PKGBUILD 2015-05-13 16:46:43 UTC (rev 239305)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gtk3
-pkgver=3.16.3
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection libcanberra)
-optdepends=('libcanberra: gtk3-widget-factory demo')
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('2943fd4a6b02c2a9b2edd231c1d8f7a1d2f8d36996f14310d34f503dca9ebea4')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "gtk+-$pkgver"
-make DESTDIR="$pkgdir" install
-rm -f "$pkgdir/usr/bin/gtk-update-icon-cache"
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 239304, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 16:46:43 UTC (rev 239305)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.16.3
+pkgrel=2
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(i686 x86_64)
+url="http://www.gtk.org/";
+depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection libcanberra)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('2943fd4a6b02c2a9b2edd231c1d8f7a1d2f8d36996f14310d34f503dca9ebea4'
+'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd "gtk+-$pkgver"
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+

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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:45:44
  Author: heftig
Revision: 239304

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

Added:
  gtk2/repos/extra-i686/PKGBUILD
(from rev 239303, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-i686/gtk2.install
(from rev 239303, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-i686/gtkrc
(from rev 239303, gtk2/trunk/gtkrc)
  gtk2/repos/extra-i686/xid-collision-debug.patch
(from rev 239303, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/extra-x86_64/PKGBUILD
(from rev 239303, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-x86_64/gtk2.install
(from rev 239303, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-x86_64/gtkrc
(from rev 239303, gtk2/trunk/gtkrc)
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
(from rev 239303, gtk2/trunk/xid-collision-debug.patch)
Deleted:
  gtk2/repos/extra-i686/PKGBUILD
  gtk2/repos/extra-i686/gtk-update-icon-cache.install
  gtk2/repos/extra-i686/gtk2.install
  gtk2/repos/extra-i686/gtkrc
  gtk2/repos/extra-i686/xid-collision-debug.patch
  gtk2/repos/extra-x86_64/PKGBUILD
  gtk2/repos/extra-x86_64/gtk-update-icon-cache.install
  gtk2/repos/extra-x86_64/gtk2.install
  gtk2/repos/extra-x86_64/gtkrc
  gtk2/repos/extra-x86_64/xid-collision-debug.patch

+
 /PKGBUILD  |  106 +++
 /gtk2.install  |   34 
 /gtkrc |6 +
 /xid-collision-debug.patch |   30 +++
 extra-i686/PKGBUILD|   65 
 extra-i686/gtk-update-icon-cache.install   |3 
 extra-i686/gtk2.install|   17 
 extra-i686/gtkrc   |3 
 extra-i686/xid-collision-debug.patch   |   15 ---
 extra-x86_64/PKGBUILD  |   65 
 extra-x86_64/gtk-update-icon-cache.install |3 
 extra-x86_64/gtk2.install  |   17 
 extra-x86_64/gtkrc |3 
 extra-x86_64/xid-collision-debug.patch |   15 ---
 14 files changed, 176 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 16:43:08 UTC (rev 239303)
+++ extra-i686/PKGBUILD 2015-05-13 16:45:44 UTC (rev 239304)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gtk2
-pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.27
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/";
-makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
- 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection' 'python2'
- 'librsvg')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-gtkrc xid-collision-debug.patch)
-sha256sums=('20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4'
-'b77a427df55a14182c10ad7e683b4d662df2846fcd38df2aa8918159d6be3ae2'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
-
-prepare() {
-cd gtk+-$pkgver
-patch -Np1 -i ../xid-collision-debug.patch
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk2() {
-pkgdesc="GTK+ is a multi-platform toolkit (v2)"
-install=gtk2.install
-depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 
- 'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache' 
'librsvg')
-optdepends=('gnome-themes-standard: Default widget theme'
-'gnome-icon-theme: Default icon theme')
-replaces=('gtk2-docs')
-
-cd gtk+-$pkgver
-make DESTDIR="$pkgdir" install
-
-sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
-
-install -Dm644 "$srcdir/gtkrc" "$pkgdir/usr/share/gtk-2.0/gtkrc"
-
-#split this out to use with gtk3 too
-rm $pkgdir/usr/bin/gtk-update-icon-cache
-}
-package_gtk-update-icon-cache() {
-pkgdesc="The GTK+ update icon cache tool"
-depends=('gdk-pixbuf2>=2.24.1-3' 'hicolor-icon-theme')
-install=gtk-update-icon-cache.install
-
-cd gtk+-$pkgver/gtk
-install -D -m755 gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
-}

Copied: gtk2/repos/extra-i686/PKGBUILD (from rev 239303, gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 16:45:44 UTC (rev 239304)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gtk2
+pkgver=2.24.28
+pkgrel=1
+pkgdesc=

[arch-commits] Commit in gtk2/trunk (PKGBUILD gtk-update-icon-cache.install gtkrc)

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:43:08
  Author: heftig
Revision: 239303

2.24.28

Modified:
  gtk2/trunk/PKGBUILD
  gtk2/trunk/gtkrc
Deleted:
  gtk2/trunk/gtk-update-icon-cache.install

---+
 PKGBUILD  |   46 ++--
 gtk-update-icon-cache.install |3 --
 gtkrc |2 -
 3 files changed, 18 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 16:42:49 UTC (rev 239302)
+++ PKGBUILD2015-05-13 16:43:08 UTC (rev 239303)
@@ -1,20 +1,23 @@
 # $Id$
 # Maintainer: Jan de Groot 
 
-pkgbase=gtk2
-pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.27
-pkgrel=2
-arch=('i686' 'x86_64')
+pkgname=gtk2
+pkgver=2.24.28
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
+arch=(i686 x86_64)
 url="http://www.gtk.org/";
-makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
- 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection' 'python2'
- 'librsvg')
-license=('LGPL')
+depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage 
+ shared-mime-info cairo libcups gtk-update-icon-cache librsvg)
+makedepends=(gobject-introspection python2)
+optdepends=('gnome-themes-standard: Default widget theme'
+'adwaita-icon-theme: Default icon theme')
+license=(LGPL)
+install=gtk2.install
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
 gtkrc xid-collision-debug.patch)
-sha256sums=('20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4'
-'b77a427df55a14182c10ad7e683b4d662df2846fcd38df2aa8918159d6be3ae2'
+sha256sums=('b2c6441e98bc5232e5f9bba6965075dcf580a8726398f7374d39f90b88ed4656'
+'bc968e3e4f57e818430130338e5f85a5025e21d7e31a3293b8f5a0e58362b805'
 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 prepare() {
@@ -36,15 +39,7 @@
 make
 }
 
-package_gtk2() {
-pkgdesc="GTK+ is a multi-platform toolkit (v2)"
-install=gtk2.install
-depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 
- 'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache' 
'librsvg')
-optdepends=('gnome-themes-standard: Default widget theme'
-'gnome-icon-theme: Default icon theme')
-replaces=('gtk2-docs')
-
+package() {
 cd gtk+-$pkgver
 make DESTDIR="$pkgdir" install
 
@@ -52,14 +47,7 @@
 
 install -Dm644 "$srcdir/gtkrc" "$pkgdir/usr/share/gtk-2.0/gtkrc"
 
-#split this out to use with gtk3 too
-rm $pkgdir/usr/bin/gtk-update-icon-cache
+rm "$pkgdir/usr/bin/gtk-update-icon-cache"
 }
-package_gtk-update-icon-cache() {
-pkgdesc="The GTK+ update icon cache tool"
-depends=('gdk-pixbuf2>=2.24.1-3' 'hicolor-icon-theme')
-install=gtk-update-icon-cache.install
 
-cd gtk+-$pkgver/gtk
-install -D -m755 gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
-}
+# vim:set noet sw=4:

Deleted: gtk-update-icon-cache.install
===
--- gtk-update-icon-cache.install   2015-05-13 16:42:49 UTC (rev 239302)
+++ gtk-update-icon-cache.install   2015-05-13 16:43:08 UTC (rev 239303)
@@ -1,3 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Modified: gtkrc
===
--- gtkrc   2015-05-13 16:42:49 UTC (rev 239302)
+++ gtkrc   2015-05-13 16:43:08 UTC (rev 239303)
@@ -1,3 +1,3 @@
-gtk-icon-theme-name = "gnome"
+gtk-icon-theme-name = "Adwaita"
 gtk-theme-name = "Adwaita"
 gtk-font-name = "Cantarell 11"


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:42:49
  Author: heftig
Revision: 239302

Add back settings.ini (mostly for default font) and move gtk-update-icon-cache 
from gtk2

Added:
  gtk3/trunk/gtk-update-icon-cache.install
Modified:
  gtk3/trunk/PKGBUILD
  gtk3/trunk/settings.ini

---+
 PKGBUILD  |   40 ++--
 gtk-update-icon-cache.install |3 +++
 settings.ini  |2 +-
 3 files changed, 34 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 16:37:42 UTC (rev 239301)
+++ PKGBUILD2015-05-13 16:42:49 UTC (rev 239302)
@@ -2,21 +2,22 @@
 # Maintainer: Ionut Biru 
 # Maintainer: Jan Alexander Steffens (heftig) 
 
-pkgname=gtk3
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
 pkgver=3.16.3
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit (v3)"
+pkgrel=2
+pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/";
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libepoxy
+depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
  libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
  adwaita-icon-theme json-glib rest)
 makedepends=(gobject-introspection libcanberra)
-optdepends=('libcanberra: gtk3-widget-factory demo')
 license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('2943fd4a6b02c2a9b2edd231c1d8f7a1d2f8d36996f14310d34f503dca9ebea4')
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('2943fd4a6b02c2a9b2edd231c1d8f7a1d2f8d36996f14310d34f503dca9ebea4'
+'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
 
 prepare() {
 cd gtk+-$pkgver
@@ -39,8 +40,27 @@
 make
 }
 
-package() {
+package_gtk3() {
+depends+=(gtk-update-icon-cache)
+optdepends=('libcanberra: gtk3-widget-factory demo'
+'adwaita-icon-theme: Default icon theme')
+install=gtk3.install
+
 cd "gtk+-$pkgver"
 make DESTDIR="$pkgdir" install
-rm -f "$pkgdir/usr/bin/gtk-update-icon-cache"
+install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
+
+# split this out to use with gtk2 too
+rm "$pkgdir/usr/bin/gtk-update-icon-cache"
 }
+
+package_gtk-update-icon-cache() {
+pkgdesc="GTK+ icon cache updater"
+depends=(gdk-pixbuf2 hicolor-icon-theme)
+install=gtk-update-icon-cache.install
+
+cd gtk+-$pkgver/gtk
+install -Dm755 gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
+}
+
+# vim:set noet sw=4:

Added: gtk-update-icon-cache.install
===
--- gtk-update-icon-cache.install   (rev 0)
+++ gtk-update-icon-cache.install   2015-05-13 16:42:49 UTC (rev 239302)
@@ -0,0 +1,3 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Modified: settings.ini
===
--- settings.ini2015-05-13 16:37:42 UTC (rev 239301)
+++ settings.ini2015-05-13 16:42:49 UTC (rev 239302)
@@ -1,4 +1,4 @@
 [Settings]
-gtk-icon-theme-name = gnome
+gtk-icon-theme-name = Adwaita
 gtk-theme-name = Adwaita
 gtk-font-name = Cantarell 11


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

2015-05-13 Thread Anatol Pomozov
Date: Wednesday, May 13, 2015 @ 18:38:55
  Author: anatolik
Revision: 133381

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

Added:
  android-tools/repos/community-testing-i686/
  android-tools/repos/community-testing-i686/PKGBUILD
(from rev 133380, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-i686/adbMakefile
(from rev 133380, android-tools/trunk/adbMakefile)
  android-tools/repos/community-testing-i686/bash_completion
(from rev 133380, android-tools/trunk/bash_completion)
  android-tools/repos/community-testing-i686/fastbootMakefile
(from rev 133380, android-tools/trunk/fastbootMakefile)
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 133380, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/adbMakefile
(from rev 133380, android-tools/trunk/adbMakefile)
  android-tools/repos/community-testing-x86_64/bash_completion
(from rev 133380, android-tools/trunk/bash_completion)
  android-tools/repos/community-testing-x86_64/fastbootMakefile
(from rev 133380, android-tools/trunk/fastbootMakefile)

---+
 community-testing-i686/PKGBUILD   |   46 ++
 community-testing-i686/adbMakefile|   44 ++
 community-testing-i686/bash_completion|  202 
 community-testing-i686/fastbootMakefile   |   67 +
 community-testing-x86_64/PKGBUILD |   46 ++
 community-testing-x86_64/adbMakefile  |   44 ++
 community-testing-x86_64/bash_completion  |  202 
 community-testing-x86_64/fastbootMakefile |   67 +
 8 files changed, 718 insertions(+)

Copied: android-tools/repos/community-testing-i686/PKGBUILD (from rev 133380, 
android-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-13 16:38:55 UTC (rev 133381)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: 謝致邦 
+# Contributor: Alucryd 
+
+pkgname=android-tools
+pkgver=5.1.1_r2
+pkgrel=1
+pkgdesc='Android platform tools'
+arch=(i686 x86_64)
+url='http://tools.android.com/'
+license=(Apache MIT)
+depends=(openssl pcre)
+makedepends=(git)
+source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/libselinux#tag=android-$pkgver
+
git+https://android.googlesource.com/platform/external/f2fs-tools#tag=android-$pkgver
+adbMakefile
+fastbootMakefile
+bash_completion) # Bash completion file was taken from 
https://github.com/mbrubeck/android-completion
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  '65fe33b2cb41c7125470b5c606cd2ca38193f6ad'
+  '0bf0bdcabb78af81583c932cce198f918d9e4463'
+  'd1b208c7c2d8d0053e9937653cca22d09b6d')
+
+
+prepare() {
+  # another way to fix the compilation error is to add #include 
+  sed -e 's/f2fs_sparse_file = NULL/f2fs_sparse_file = 0/g' -i 
extras/f2fs_utils/f2fs_utils.c 
+}
+
+build() {
+  make -C core/adb -f "$srcdir"/adbMakefile
+  make -C core/fastboot -f "$srcdir"/fastbootMakefile
+}
+
+package(){
+  install -Dm 755 core/adb/adb "$pkgdir"/usr/bin/adb
+  install -Dm 755 core/fastboot/fastboot "$pkgdir"/usr/bin/fastboot
+
+  install -Dm 644 bash_completion "$pkgdir"/etc/bash_completion.d/$pkgname
+}

Copied: android-tools/repos/community-testing-i686/adbMakefile (from rev 
133380, android-tools/trunk/adbMakefile)
===
--- community-testing-i686/adbMakefile  (rev 0)
+++ community-testing-i686/adbMakefile  2015-05-13 16:38:55 UTC (rev 133381)
@@ -0,0 +1,44 @@
+SRCS+= adb.c
+SRCS+= adb_auth_host.c
+SRCS+= adb_client.c
+SRCS+= commandline.c
+SRCS+= console.c
+SRCS+= fdevent.c
+SRCS+= file_sync_client.c
+SRCS+= get_my_path_linux.c
+SRCS+= services.c
+SRCS+= sockets.c
+SRCS+= transport.c
+SRCS+= transport_local.c
+SRCS+= transport_usb.c
+SRCS+= usb_linux.c
+SRCS+= usb_vendors.c
+
+VPATH+= ../libcutils
+SRCS+= load_file.c
+SRCS+= socket_inaddr_any_server.c
+SRCS+= socket_local_client.c
+SRCS+= socket_local_server.c
+SRCS+= socket_loopback_client.c
+SRCS+= socket_loopback_server.c
+SRCS+= socket_network_client.c
+
+VPATH+= ../libzipfile
+SRCS+= centraldir.c
+SRCS+= zipfile.c
+
+CPPFLAGS+= -DADB_HOST=1
+CPPFLAGS+= -DHAVE_FORKEXEC=1
+CPPFLAGS+= -DHAVE_OFF64_T=1
+CPPFLAGS+= -DHAVE_TERMIO_H
+CPPFLAGS+= -I.
+CPPFLAGS+= -I../include
+
+LIBS+= -lcrypto -lpthread -lz
+
+OBJS= $(SRCS:.c=.o)
+
+all: adb
+
+adb: $(OBJS)
+   cc -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)

Copied: android-tools/repos/commu

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

2015-05-13 Thread Anatol Pomozov
Date: Wednesday, May 13, 2015 @ 18:38:11
  Author: anatolik
Revision: 133380

upgpkg: android-tools 5.1.1_r2-1

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 14:47:34 UTC (rev 133379)
+++ PKGBUILD2015-05-13 16:38:11 UTC (rev 133380)
@@ -4,7 +4,7 @@
 # Contributor: Alucryd 
 
 pkgname=android-tools
-pkgver=5.1.0_r3
+pkgver=5.1.1_r2
 pkgrel=1
 pkgdesc='Android platform tools'
 arch=(i686 x86_64)


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:37:42
  Author: heftig
Revision: 239301

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

Added:
  sushi/repos/extra-i686/PKGBUILD
(from rev 239300, sushi/trunk/PKGBUILD)
  sushi/repos/extra-i686/sushi.install
(from rev 239300, sushi/trunk/sushi.install)
  sushi/repos/extra-x86_64/PKGBUILD
(from rev 239300, sushi/trunk/PKGBUILD)
  sushi/repos/extra-x86_64/sushi.install
(from rev 239300, sushi/trunk/sushi.install)
Deleted:
  sushi/repos/extra-i686/PKGBUILD
  sushi/repos/extra-i686/sushi.install
  sushi/repos/extra-x86_64/PKGBUILD
  sushi/repos/extra-x86_64/sushi.install

+
 /PKGBUILD  |   58 +++
 /sushi.install |   22 
 extra-i686/PKGBUILD|   29 -
 extra-i686/sushi.install   |   11 
 extra-x86_64/PKGBUILD  |   29 -
 extra-x86_64/sushi.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 16:37:06 UTC (rev 239300)
+++ extra-i686/PKGBUILD 2015-05-13 16:37:42 UTC (rev 239301)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=sushi
-pkgver=3.15.90
-pkgrel=1
-pkgdesc="A quick previewer for Nautilus"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection' 'python2')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0274bbc2c84e0f49d84aa02840556e5a4babe3e67cce0cb292e144bc488a61a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/extra-i686/PKGBUILD (from rev 239300, sushi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 16:37:42 UTC (rev 239301)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=sushi
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/sushi.install
===
--- extra-i686/sushi.install2015-05-13 16:37:06 UTC (rev 239300)
+++ extra-i686/sushi.install2015-05-13 16:37:42 UTC (rev 239301)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sushi/repos/extra-i686/sushi.install (from rev 239300, 
sushi/trunk/sushi.install)
===
--- extra-i686/sushi.install(rev 0)
+++ extra-i686/sushi.install2015-05-13 16:37:42 UTC (rev 239301)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-13 16:37:06 UTC (rev 239300)
+++ extra-x86_64/PKGBUILD   2015-05-13 16:37:42 UTC (rev 239301)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=sushi
-pkgver=3.15.90
-pkgrel=1
-pkgdesc="A quick previewer for Nautilus"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst2' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection' 'python2')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0274bbc2c84e0f49d84aa02840556e5a4babe3e67cce0cb292e144bc488a61a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set t

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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:37:06
  Author: heftig
Revision: 239300

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

Added:
  quadrapassel/repos/extra-i686/PKGBUILD
(from rev 239299, quadrapassel/trunk/PKGBUILD)
  quadrapassel/repos/extra-i686/quadrapassel.install
(from rev 239299, quadrapassel/trunk/quadrapassel.install)
  quadrapassel/repos/extra-x86_64/PKGBUILD
(from rev 239299, quadrapassel/trunk/PKGBUILD)
  quadrapassel/repos/extra-x86_64/quadrapassel.install
(from rev 239299, quadrapassel/trunk/quadrapassel.install)
Deleted:
  quadrapassel/repos/extra-i686/PKGBUILD
  quadrapassel/repos/extra-i686/quadrapassel.install
  quadrapassel/repos/extra-x86_64/PKGBUILD
  quadrapassel/repos/extra-x86_64/quadrapassel.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 16:36:29 UTC (rev 239299)
+++ extra-i686/PKGBUILD 2015-05-13 16:37:06 UTC (rev 239300)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=quadrapassel
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=quadrapassel.install
-url="https://live.gnome.org/Quadrapassel";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e636bfb1e6b73eeb62640c723dceb93be558146c5de4fffa46f71464fa010fba')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: quadrapassel/repos/extra-i686/PKGBUILD (from rev 239299, 
quadrapassel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 16:37:06 UTC (rev 239300)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=quadrapassel
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=quadrapassel.install
+url="https://live.gnome.org/Quadrapassel";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3dbf3377c1e5207f53fcaeb58632f58275e9d5cf355ba84a3072aafa646b869d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/quadrapassel.install
===
--- extra-i686/quadrapassel.install 2015-05-13 16:36:29 UTC (rev 239299)
+++ extra-i686/quadrapassel.install 2015-05-13 16:37:06 UTC (rev 239300)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: quadrapassel/repos/extra-i686/quadrapassel.install (from rev 239299, 
quadrapassel/trunk/quadrapassel.install)
===
--- extra-i686/quadrapassel.install (rev 0)
+++ extra-i686/quadrapassel.install 2015-05-13 16:37:06 UTC (rev 239300)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-13 16:36:29 UTC (rev 239299)
+++ extra-x86_64/PKGBUILD   2015-

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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:36:29
  Author: heftig
Revision: 239299

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 16:35:47 UTC (rev 239298)
+++ extra-i686/PKGBUILD 2015-05-13 16:36:29 UTC (rev 239299)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libnotify)
-makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6b57ec6c456af17714dc366e63dabb8bbe0577878b61907805f0186d4d2b892f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-i686/PKGBUILD (from rev 239298, 
zenity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 16:36:29 UTC (rev 239299)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f98fdca91ae287d3296ab7a6cead0b7648423ad99bffe4f882cefcf9f72bcff7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-13 16:35:47 UTC (rev 239298)
+++ extra-x86_64/PKGBUILD   2015-05-13 16:36:29 UTC (rev 239299)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libnotify)
-makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6b57ec6c456af17714dc366e63dabb8bbe0577878b61907805f0186d4d2b892f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 239298, 
zenity/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-13 16:36:29 UTC (rev 239299)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f98fdca91ae287d3296ab7a6cead0b7648423ad99bffe4f882cefcf9f72bcff7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:35:47
  Author: heftig
Revision: 239298

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

Added:
  empathy/repos/extra-i686/PKGBUILD
(from rev 239297, empathy/trunk/PKGBUILD)
  empathy/repos/extra-i686/empathy.install
(from rev 239297, empathy/trunk/empathy.install)
  empathy/repos/extra-x86_64/PKGBUILD
(from rev 239297, empathy/trunk/PKGBUILD)
  empathy/repos/extra-x86_64/empathy.install
(from rev 239297, empathy/trunk/empathy.install)
Deleted:
  empathy/repos/extra-i686/PKGBUILD
  empathy/repos/extra-i686/empathy.install
  empathy/repos/extra-x86_64/PKGBUILD
  empathy/repos/extra-x86_64/empathy.install

--+
 /PKGBUILD|   74 +
 /empathy.install |   32 +
 extra-i686/PKGBUILD  |   37 
 extra-i686/empathy.install   |   16 
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/empathy.install |   16 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 16:34:04 UTC (rev 239297)
+++ extra-i686/PKGBUILD 2015-05-13 16:35:47 UTC (rev 239298)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.12.9
-pkgrel=1
-pkgdesc="A GNOME instant messaging client using the Telepathy framework."
-arch=(i686 x86_64)
-url="http://live.gnome.org/Empathy";
-license=(GPL2)
-depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
-makedepends=(intltool itstool docbook-xsl python2)
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
-options=('!makeflags')
-groups=(gnome)
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('743d3f1826afb6f1f6751983a780443da315635e1f05345370564c8cd541c422')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 239297, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 16:35:47 UTC (rev 239298)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.12.10
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=(i686 x86_64)
+url="http://live.gnome.org/Empathy";
+license=(GPL2)
+depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2015-05-13 16:34:04 UTC (rev 239297)
+++ extra-i686/empathy.install  2015-05-13 16:35:47 UTC (rev 239298)
@@ -1,16 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-echo "To use Empathy you need to install at least one Telepathy connection 
manager."
-}
-
-post_upgrade() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_remove() {
-post_upgrade
-}

Copied: empathy/repos/extra-i686/

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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:34:04
  Author: heftig
Revision: 239297

3.16.0

Modified:
  sushi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 16:17:28 UTC (rev 239296)
+++ PKGBUILD2015-05-13 16:34:04 UTC (rev 239297)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=sushi
-pkgver=3.15.90
+pkgver=3.16.0
 pkgrel=1
 pkgdesc="A quick previewer for Nautilus"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=sushi.install
 makedepends=('intltool' 'gobject-introspection' 'python2')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0274bbc2c84e0f49d84aa02840556e5a4babe3e67cce0cb292e144bc488a61a')
+sha256sums=('86c4e22b374514492334b5fcca6f170d328dae77cfcc0acd357c5426600b0034')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:17:20
  Author: heftig
Revision: 239295

3.16.1

Modified:
  quadrapassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 16:13:20 UTC (rev 239294)
+++ PKGBUILD2015-05-13 16:17:20 UTC (rev 239295)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=quadrapassel
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Quadrapassel";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e636bfb1e6b73eeb62640c723dceb93be558146c5de4fffa46f71464fa010fba')
+sha256sums=('3dbf3377c1e5207f53fcaeb58632f58275e9d5cf355ba84a3072aafa646b869d')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:17:28
  Author: heftig
Revision: 239296

3.12.10

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 16:17:20 UTC (rev 239295)
+++ PKGBUILD2015-05-13 16:17:28 UTC (rev 239296)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.9
+pkgver=3.12.10
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('743d3f1826afb6f1f6751983a780443da315635e1f05345370564c8cd541c422')
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-13 Thread Jan Steffens
Date: Wednesday, May 13, 2015 @ 18:13:20
  Author: heftig
Revision: 239294

3.16.0

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 14:46:30 UTC (rev 239293)
+++ PKGBUILD2015-05-13 16:13:20 UTC (rev 239294)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=zenity
-pkgver=3.14.0
+pkgver=3.16.0
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6b57ec6c456af17714dc366e63dabb8bbe0577878b61907805f0186d4d2b892f')
+sha256sums=('f98fdca91ae287d3296ab7a6cead0b7648423ad99bffe4f882cefcf9f72bcff7')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-13 Thread Evangelos Foutras
Date: Wednesday, May 13, 2015 @ 16:47:34
  Author: foutrelis
Revision: 133379

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

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

--+
 /PKGBUILD|   70 +
 /qbittorrent.install |   26 
 community-i686/PKGBUILD  |   35 
 community-i686/qbittorrent.install   |   13 --
 community-x86_64/PKGBUILD|   35 
 community-x86_64/qbittorrent.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 14:47:25 UTC (rev 133378)
+++ community-i686/PKGBUILD 2015-05-13 14:47:34 UTC (rev 133379)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths 
-# Contributor: Geoffroy Carrier 
-
-pkgname=qbittorrent
-pkgver=3.1.12
-pkgrel=2
-pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org";
-license=('custom' 'GPL')
-depends=('qt4' 'libtorrent-rasterbar')
-makedepends=('boost')
-optdepends=('python: needed for torrent search tab')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz";)
-sha256sums=('d5d5b27958297f0b14cf03af8dd24a0d2a990e108c9a7a6159e4a2fbbc83')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 133378, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 14:47:34 UTC (rev 133379)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Jkkyll Wu 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths 
+# Contributor: Geoffroy Carrier 
+
+pkgname=qbittorrent
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
+arch=('i686' 'x86_64')
+url="http://www.qbittorrent.org";
+license=('custom' 'GPL')
+depends=('qt4' 'libtorrent-rasterbar' 'qjson')
+makedepends=('boost')
+optdepends=('python: needed for torrent search tab')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz";)
+sha256sums=('51781cb121ebeda041fb348e649c4bd97888ee8c1d18328bc547d447b960d1b3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --with-qjson=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-i686/qbittorrent.install
===
--- community-i686/qbittorrent.install  2015-05-13 14:47:25 UTC (rev 133378)
+++ community-i686/qbittorrent.install  2015-05-13 14:47:34 UTC (rev 133379)
@@ -1,13 +0,0 @@
-
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qbittorrent/repos/community-i686/qbittorrent.install (from rev 133378, 
qbittorrent/trunk/qbittorrent.install)
===
--- community-i686/qbittorrent.install  (rev 0)
+++ community-i686/qbittorrent.install  2015-05-13 14:47:34 UTC (rev 133379)
@@ -0,0 +1,13 @@
+
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- c

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

2015-05-13 Thread Evangelos Foutras
Date: Wednesday, May 13, 2015 @ 16:47:25
  Author: foutrelis
Revision: 133378

upgpkg: qbittorrent 3.2.0-1

- New upstream release.
- libtorrent-rasterbar.so.8 rebuild.

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 14:23:54 UTC (rev 133377)
+++ PKGBUILD2015-05-13 14:47:25 UTC (rev 133378)
@@ -7,23 +7,23 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=qbittorrent
-pkgver=3.1.12
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent 
library"
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org";
 license=('custom' 'GPL')
-depends=('qt4' 'libtorrent-rasterbar')
+depends=('qt4' 'libtorrent-rasterbar' 'qjson')
 makedepends=('boost')
 optdepends=('python: needed for torrent search tab')
 install=$pkgname.install
 
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz";)
-sha256sums=('d5d5b27958297f0b14cf03af8dd24a0d2a990e108c9a7a6159e4a2fbbc83')
+sha256sums=('51781cb121ebeda041fb348e649c4bd97888ee8c1d18328bc547d447b960d1b3')
 
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-qjson=system
   make
 }
 


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

2015-05-13 Thread Evangelos Foutras
Date: Wednesday, May 13, 2015 @ 16:46:19
  Author: foutrelis
Revision: 239292

upgpkg: libtorrent-rasterbar 1:1.0.5-1

New upstream release.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 14:18:25 UTC (rev 239291)
+++ PKGBUILD2015-05-13 14:46:19 UTC (rev 239292)
@@ -3,10 +3,10 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=0.16.17
-pkgrel=4
+pkgver=1.0.5
+pkgrel=1
 epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/";
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -14,13 +14,16 @@
 makedepends=('boost')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
+sha1sums=('f269399bf7bbc90579f8f115be40ea612c56f5c5')
 
 build() {
   cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
   make
 }
 
@@ -27,5 +30,5 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2015-05-13 Thread Evangelos Foutras
Date: Wednesday, May 13, 2015 @ 16:46:30
  Author: foutrelis
Revision: 239293

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 239292, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 239292, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 14:46:19 UTC (rev 239292)
+++ extra-i686/PKGBUILD 2015-05-13 14:46:30 UTC (rev 239293)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.17
-pkgrel=4
-epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 239292, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 14:46:30 UTC (rev 239293)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.5
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
+sha1sums=('f269399bf7bbc90579f8f115be40ea612c56f5c5')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+  ./configure \
+--prefix=/usr \
+--enable-python-binding \
+--with-libgeoip=system \
+--with-libiconv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-13 14:46:19 UTC (rev 239292)
+++ extra-x86_64/PKGBUILD   2015-05-13 14:46:30 UTC (rev 239293)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.17
-pkgrel=4
-epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
-sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 239292, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-13 14:46:30 UTC (rev 239293)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.0.5
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://downloads.source

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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 16:23:54
  Author: tredaelli
Revision: 133377

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

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

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 14:23:43 UTC (rev 133376)
+++ community-i686/PKGBUILD 2015-05-13 14:23:54 UTC (rev 133377)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-pkgname=dispcalgui
-pkgver=2.6.0.0
-pkgrel=1
-pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
-arch=('i686' 'x86_64')
-url="http://hoech.net/dispcalGUI/";
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";)
-md5sums=('95b9bfbb911c184f8fcb0d9f5e126d1b')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/PKGBUILD (from rev 133376, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 14:23:54 UTC (rev 133377)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+pkgname=dispcalgui
+pkgver=3.0.0.0
+pkgrel=1
+pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
+arch=('i686' 'x86_64')
+url="http://hoech.net/dispcalGUI/";
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";)
+md5sums=('04e97486128bf283d8963d52bcab6547')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-05-13 14:23:43 UTC (rev 133376)
+++ community-i686/dispcalgui.install   2015-05-13 14:23:54 UTC (rev 133377)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 133376, 
dispcalgui/trunk/dispcalgui.install)
===
--- community-i686/dispcalgui.install   (rev 0)
+++ community-i686/dispcal

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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 16:23:43
  Author: tredaelli
Revision: 133376

upgpkg: dispcalgui 3.0.0.0-1

Modified:
  dispcalgui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 13:25:44 UTC (rev 133375)
+++ PKGBUILD2015-05-13 14:23:43 UTC (rev 133376)
@@ -4,7 +4,7 @@
 # Contributor: foxbunny 
 
 pkgname=dispcalgui
-pkgver=2.6.0.0
+pkgver=3.0.0.0
 pkgrel=1
 pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('gksu: For running as root')
 install=${pkgname}.install
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz";)
-md5sums=('95b9bfbb911c184f8fcb0d9f5e126d1b')
+md5sums=('04e97486128bf283d8963d52bcab6547')
 
 prepare() {
   cd dispcalGUI-${pkgver}


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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:42
  Author: tpowa
Revision: 133374

db-move: moved vhba-module from [community-testing] to [community] (i686, 
x86_64)

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 133368, vhba-module/repos/community-testing-i686/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 133368, vhba-module/repos/community-testing-i686/PKGBUILD)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 133368, 
vhba-module/repos/community-testing-i686/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 133368, vhba-module/repos/community-testing-x86_64/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 133368, vhba-module/repos/community-testing-x86_64/PKGBUILD)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 133368, 
vhba-module/repos/community-testing-x86_64/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   44 
 community-i686/vhba-module.install   |   21 ---
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vhba-module.install |   21 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2015-05-13 13:25:40 UTC (rev 133373)
+++ community-i686/60-vhba.rules2015-05-13 13:25:42 UTC (rev 133374)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 133368, 
vhba-module/repos/community-testing-i686/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2015-05-13 13:25:42 UTC (rev 133374)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 13:25:40 UTC (rev 133373)
+++ community-i686/PKGBUILD 2015-05-13 13:25:42 UTC (rev 133374)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-4.0-ARCH
-pkgrel=11
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/";
-license=('GPL')
-depends=('linux>=4.0' 'linux<4.1')
-makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 133368, 
vhba-module/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 13:25:42 UTC (rev 133374)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-4.0-ARCH
+pkgrel=12
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=4.0' 'linux<4.1')
+makedepends=('linux

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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:38
  Author: tpowa
Revision: 133372

db-move: moved rt3562sta from [community-testing] to [community] (i686, x86_64)

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 133368, rt3562sta/repos/community-testing-i686/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 133368, rt3562sta/repos/community-testing-i686/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 133368, rt3562sta/repos/community-testing-x86_64/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 133368, 
rt3562sta/repos/community-testing-x86_64/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   46 -
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 13:25:37 UTC (rev 133371)
+++ community-i686/PKGBUILD 2015-05-13 13:25:38 UTC (rev 133372)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=6
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 133368, 
rt3562sta/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 13:25:38 UTC (rev 133372)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=7
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_k

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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:44
  Author: tpowa
Revision: 133375

db-move: moved virtualbox-modules from [community-testing] to [community] 
(i686, x86_64)

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 133368, virtualbox-modules/repos/community-testing-i686/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 133368, virtualbox-modules/repos/community-testing-i686/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 133368, 
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 133368, 
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 133368, 
virtualbox-modules/repos/community-testing-x86_64/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 133368, 
virtualbox-modules/repos/community-testing-x86_64/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 133368, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 133368, 
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   61 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   61 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 13:25:42 UTC (rev 133374)
+++ community-i686/PKGBUILD 2015-05-13 13:25:44 UTC (rev 133375)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.26
-pkgrel=6
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.0' 'linux<4.1'
- 'linux-headers>=4.0' 'linux-headers<4.1'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.0-ARCH
-
-build() {
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.0' 'linux<4.1')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux>=4.0' 'linux<4.1')
-  replaces=('virtualbox-archl

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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:40
  Author: tpowa
Revision: 133373

db-move: moved tp_smapi from [community-testing] to [community] (i686, x86_64)

Added:
  tp_smapi/repos/community-i686/PKGBUILD
(from rev 133368, tp_smapi/repos/community-testing-i686/PKGBUILD)
  tp_smapi/repos/community-i686/tp_smapi.install
(from rev 133368, tp_smapi/repos/community-testing-i686/tp_smapi.install)
  tp_smapi/repos/community-x86_64/PKGBUILD
(from rev 133368, tp_smapi/repos/community-testing-x86_64/PKGBUILD)
  tp_smapi/repos/community-x86_64/tp_smapi.install
(from rev 133368, tp_smapi/repos/community-testing-x86_64/tp_smapi.install)
Deleted:
  tp_smapi/repos/community-i686/PKGBUILD
  tp_smapi/repos/community-i686/tp_smapi.install
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-x86_64/PKGBUILD
  tp_smapi/repos/community-x86_64/tp_smapi.install

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/tp_smapi.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/tp_smapi.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 13:25:38 UTC (rev 133372)
+++ community-i686/PKGBUILD 2015-05-13 13:25:40 UTC (rev 133373)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.41
-_extramodules=extramodules-4.0-ARCH
-pkgrel=67
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux>=4.0' 'linux<4.1')
-makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
--e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make -C "/usr/lib/modules/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/usr" \
-M="${srcdir}/${pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/usr/lib/modules"
-  mv "${_kernver}/extra" "${_extramodules}"
-  rmdir "${_kernver}"
-
-  # compress kernel modules
-  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi > "${srcdir}/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
-
-  # update kernel version in install file
-  sed -ri "s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}|" \
-"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi/repos/community-i686/PKGBUILD (from rev 133368, 
tp_smapi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 13:25:40 UTC (rev 133373)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-4.0-ARCH
+pkgrel=68
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.0' 'linux<4.1')
+makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+-e "s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}|" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make -C "/usr/lib/modules/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/usr" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/usr/lib/modules"
+  mv "${_kernver}/extra" "${_extramodules}"
+  rmdir "${_kernver}"
+
+  # compre

[arch-commits] Commit in nvidia-304xx/repos (20 files)

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:11
  Author: tpowa
Revision: 239288

db-move: moved nvidia-304xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 239287, nvidia-304xx/repos/testing-i686/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nv-drm.patch
(from rev 239287, nvidia-304xx/repos/testing-i686/nv-drm.patch)
  nvidia-304xx/repos/extra-i686/nvidia-3.19.patch
(from rev 239287, nvidia-304xx/repos/testing-i686/nvidia-3.19.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 239287, nvidia-304xx/repos/testing-i686/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 239287, nvidia-304xx/repos/testing-x86_64/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
(from rev 239287, nvidia-304xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia-3.19.patch
(from rev 239287, nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 239287, nvidia-304xx/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nv-drm.patch
  nvidia-304xx/repos/extra-i686/nvidia-3.19.patch
  nvidia-304xx/repos/extra-i686/nvidia-4.0.patch
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nv-drm.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-3.19.patch
  nvidia-304xx/repos/extra-x86_64/nvidia-4.0.patch
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-x86_64/

+
 /PKGBUILD  |  114 +++
 /nv-drm.patch  |   54 ++
 /nvidia-3.19.patch |   42 ++
 /nvidia.install|   30 ++
 extra-i686/PKGBUILD|   57 ---
 extra-i686/nv-drm.patch|   27 -
 extra-i686/nvidia-3.19.patch   |   21 ---
 extra-i686/nvidia-4.0.patch|   28 -
 extra-i686/nvidia.install  |   15 -
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/nv-drm.patch  |   27 -
 extra-x86_64/nvidia-3.19.patch |   21 ---
 extra-x86_64/nvidia-4.0.patch  |   28 -
 extra-x86_64/nvidia.install|   15 -
 14 files changed, 240 insertions(+), 296 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 13:24:55 UTC (rev 239287)
+++ extra-i686/PKGBUILD 2015-05-13 13:25:11 UTC (rev 239288)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia-304xx
-pkgver=304.125
-_extramodules=extramodules-4.0-ARCH
-pkgrel=15
-pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=4.0' 'linux<4.1' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
-conflicts=('nvidia')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
-'nv-drm.patch'
-'nvidia-3.19.patch'
-'nvidia-4.0.patch')
-sha512sums=('cd77736790876b66c1e88bf30b7a93f755c0f94118edda8fde1701dc07dc4eb60f89a27b0ed432db74729f269cb239f32f3c5e045d701f60baf69da7fc0d0ea7'
-
'3b50d1353ff6cfee9042455b78e889c198e40dfe832dde79eda1a47d9f1f02b29f0161f1ac694dc7502eb2a94bad6b98244568cc353f387b02de6cae1c17d4ae'
-
'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f'
-
'f52a9f82a73eef9e27046c51ce0b2671ee2893f9b12e17c722f17416c39ac0b8d7d5b1fed51b6ab6f36670b036cd96d5cfeae37300ef041c029fd3d3d136ff3d'
-
'd00a2a4c5bf38041cf9e4f61aa0ad0d6123451839eb272c36d7e466d77b33d90415cfa6f96a3a9da8688a1048e93a03169f808e6b2ddc2d9d148bab8485dae27')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-patch -p0 -i "$srcdir/nv-drm.patch"
-patch -p1 -i "$srcdir/nvidia-3.19.patch"
-patch -p0 -i "$srcdir/nvidia-4.0.patch"
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >>

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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:35
  Author: tpowa
Revision: 133369

db-move: moved acpi_call from [community-testing] to [community] (i686, x86_64)

Added:
  acpi_call/repos/community-i686/PKGBUILD
(from rev 133368, acpi_call/repos/community-testing-i686/PKGBUILD)
  acpi_call/repos/community-i686/acpi_call.install
(from rev 133368, acpi_call/repos/community-testing-i686/acpi_call.install)
  acpi_call/repos/community-x86_64/PKGBUILD
(from rev 133368, acpi_call/repos/community-testing-x86_64/PKGBUILD)
  acpi_call/repos/community-x86_64/acpi_call.install
(from rev 133368, 
acpi_call/repos/community-testing-x86_64/acpi_call.install)
Deleted:
  acpi_call/repos/community-i686/PKGBUILD
  acpi_call/repos/community-i686/acpi_call.install
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-x86_64/PKGBUILD
  acpi_call/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 ++
 community-i686/PKGBUILD|   47 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   47 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 12:31:27 UTC (rev 133368)
+++ community-i686/PKGBUILD 2015-05-13 13:25:35 UTC (rev 133369)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=28
-_extramodules=extramodules-4.0-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='http://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux>=4.0' 'linux<4.1')
-makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
-install='acpi_call.install'
-source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd acpi_call-${pkgver}
-
-  # Fix build with Linux >= 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd acpi_call-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd acpi_call-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
-  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/acpi_call
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-i686/PKGBUILD (from rev 133368, 
acpi_call/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 13:25:35 UTC (rev 133369)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=29
+_extramodules=extramodules-4.0-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux>=4.0' 'linux<4.1')
+makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
+install='acpi_call.install'
+source=("$pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call > "${pkgdir}"/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2015-

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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:37
  Author: tpowa
Revision: 133371

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 133368, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/linux40.patch
(from rev 133368, r8168/repos/community-testing-i686/linux40.patch)
  r8168/repos/community-i686/r8168.install
(from rev 133368, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 133368, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/linux40.patch
(from rev 133368, r8168/repos/community-testing-x86_64/linux40.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 133368, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux40.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux40.patch
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |  102 +++
 /linux40.patch |   28 ++
 /r8168.install |   34 +
 community-i686/PKGBUILD|   51 ---
 community-i686/linux40.patch   |   14 -
 community-i686/r8168.install   |   17 --
 community-x86_64/PKGBUILD  |   51 ---
 community-x86_64/linux40.patch |   14 -
 community-x86_64/r8168.install |   17 --
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 13:25:36 UTC (rev 133370)
+++ community-i686/PKGBUILD 2015-05-13 13:25:37 UTC (rev 133371)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.039.00
-pkgrel=15
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2
-linux40.patch)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd'
-'e6087439b30c8f6c26113c182dd1f95044d918241b1c281b6e84b9a334e68910')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i "$srcdir"/linux40.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 133368, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 13:25:37 UTC (rev 133371)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=16
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2
+linux40.patch)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd'
+'e6087439b30c8f6c26113c182dd1f95044d918241b1c281b6e84b9a334e68910')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i "$srcdir"/linux40.patch

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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:14
  Author: tpowa
Revision: 239289

db-move: moved nvidia from [testing] to [extra] (i686, x86_64)

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 239287, nvidia/repos/testing-i686/PKGBUILD)
  nvidia/repos/extra-i686/nv-drm-343.36.patch
(from rev 239287, nvidia/repos/testing-i686/nv-drm-343.36.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 239287, nvidia/repos/testing-i686/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 239287, nvidia/repos/testing-x86_64/PKGBUILD)
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
(from rev 239287, nvidia/repos/testing-x86_64/nv-drm-343.36.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 239287, nvidia/repos/testing-x86_64/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nv-drm-343.36.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nv-drm-343.36.patch
  nvidia/repos/extra-x86_64/nvidia.install
  nvidia/repos/testing-i686/
  nvidia/repos/testing-x86_64/

--+
 /PKGBUILD|  108 +
 /nv-drm-343.36.patch |   28 +
 /nvidia.install  |   36 
 extra-i686/PKGBUILD  |   54 --
 extra-i686/nv-drm-343.36.patch   |   14 
 extra-i686/nvidia.install|   18 --
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/nv-drm-343.36.patch |   14 
 extra-x86_64/nvidia.install  |   18 --
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 13:25:11 UTC (rev 239288)
+++ extra-i686/PKGBUILD 2015-05-13 13:25:14 UTC (rev 239289)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=349.16
-_extramodules=extramodules-4.0-ARCH
-pkgrel=2
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=4.0' 'linux<4.1' "nvidia-utils=${pkgver}" 'libgl')
-makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('59597d5dfaaf0fc83a5e78d29a97ccac'
- '3e04208affde8c35a8b96975eec0486b')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-if [[ "$CARCH" = "x86_64" ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-fi
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 239287, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 13:25:14 UTC (rev 239289)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=349.16
+_extramodules=extramodules-4.0-ARCH
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=4.0' 'linux<4.1' "nvidia-utils=${pkgver}" 'libgl')
+makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('59597d5dfaaf0fc83a5e78d29a97ccac'
+ '3e04208affde8c35a8b96975eec0486b')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+

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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:36
  Author: tpowa
Revision: 133370

db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64)

Added:
  bbswitch/repos/community-i686/PKGBUILD
(from rev 133368, bbswitch/repos/community-testing-i686/PKGBUILD)
  bbswitch/repos/community-i686/bbswitch.install
(from rev 133368, bbswitch/repos/community-testing-i686/bbswitch.install)
  bbswitch/repos/community-x86_64/PKGBUILD
(from rev 133368, bbswitch/repos/community-testing-x86_64/PKGBUILD)
  bbswitch/repos/community-x86_64/bbswitch.install
(from rev 133368, bbswitch/repos/community-testing-x86_64/bbswitch.install)
Deleted:
  bbswitch/repos/community-i686/PKGBUILD
  bbswitch/repos/community-i686/bbswitch.install
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-x86_64/PKGBUILD
  bbswitch/repos/community-x86_64/bbswitch.install

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   33 --
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 13:25:35 UTC (rev 133369)
+++ community-i686/PKGBUILD 2015-05-13 13:25:36 UTC (rev 133370)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-4.0-ARCH # Don't forget to update bbswitch.install
-pkgrel=30
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url=("http://github.com/Bumblebee-Project/bbswitch";)
-license=('GPL')
-depends=('linux>=4.0' 'linux<4.1')
-makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
-install=bbswitch.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 133368, 
bbswitch/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 13:25:36 UTC (rev 133370)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.0-ARCH # Don't forget to update bbswitch.install
+pkgrel=31
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=4.0' 'linux<4.1')
+makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
+install=bbswitch.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2015-05-13 13:25:35 UTC (rev 133369)
+++ community-i686/bbswitch.install 2015-05-13 13:25:36 UTC (rev 133370)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-4.0-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 133368, 
bbswitch/repos/community-testing-i686/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2015-05-13 13:25:36 UTC (rev 133370)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramod

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

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:24:55
  Author: tpowa
Revision: 239287

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

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

---+
 /0001-fix-btrfs-mount-deadlock.patch  |   86 
 /0001-fixup-drm.patch |  140 
 /PKGBUILD |  596 
 /change-default-console-loglevel.patch|   22 
 /config   |14712 
 /config.x86_64|14210 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/0001-fix-btrfs-mount-deadlock.patch |   43 
 core-i686/0001-fixup-drm.patch|   70 
 core-i686/PKGBUILD|  298 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 7356 --
 core-i686/config.x86_64   | 7105 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/0001-fix-btrfs-mount-deadlock.patch   |   43 
 core-x86_64/0001-fixup-drm.patch  |   70 
 core-x86_64/PKGBUILD  |  298 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 7356 --
 core-x86_64/config.x86_64 | 7105 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 24 files changed, 29868 insertions(+), 29868 deletions(-)

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


[arch-commits] Commit in nvidia-340xx/repos (18 files)

2015-05-13 Thread Tobias Powalowski
Date: Wednesday, May 13, 2015 @ 15:25:15
  Author: tpowa
Revision: 239290

db-move: moved nvidia-340xx from [testing] to [extra] (i686, x86_64)

Added:
  nvidia-340xx/repos/extra-i686/PKGBUILD
(from rev 239287, nvidia-340xx/repos/testing-i686/PKGBUILD)
  nvidia-340xx/repos/extra-i686/nv-drm.patch
(from rev 239287, nvidia-340xx/repos/testing-i686/nv-drm.patch)
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
(from rev 239287, nvidia-340xx/repos/testing-i686/nvidia-340xx.install)
  nvidia-340xx/repos/extra-i686/nvidia-4.0.patch
(from rev 239287, nvidia-340xx/repos/testing-i686/nvidia-4.0.patch)
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
(from rev 239287, nvidia-340xx/repos/testing-x86_64/PKGBUILD)
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
(from rev 239287, nvidia-340xx/repos/testing-x86_64/nv-drm.patch)
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
(from rev 239287, nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install)
  nvidia-340xx/repos/extra-x86_64/nvidia-4.0.patch
(from rev 239287, nvidia-340xx/repos/testing-x86_64/nvidia-4.0.patch)
Deleted:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nv-drm.patch
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-i686/nvidia-4.0.patch
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nv-drm.patch
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/nvidia-4.0.patch
  nvidia-340xx/repos/testing-i686/
  nvidia-340xx/repos/testing-x86_64/

---+
 /PKGBUILD |  108 
 /nv-drm.patch |   54 ++
 /nvidia-340xx.install |   30 ++
 /nvidia-4.0.patch |   56 ++
 extra-i686/PKGBUILD   |   54 --
 extra-i686/nv-drm.patch   |   27 -
 extra-i686/nvidia-340xx.install   |   15 -
 extra-i686/nvidia-4.0.patch   |   28 -
 extra-x86_64/PKGBUILD |   54 --
 extra-x86_64/nv-drm.patch |   27 -
 extra-x86_64/nvidia-340xx.install |   15 -
 extra-x86_64/nvidia-4.0.patch |   28 -
 12 files changed, 248 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-13 13:25:14 UTC (rev 239289)
+++ extra-i686/PKGBUILD 2015-05-13 13:25:15 UTC (rev 239290)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler 
-
-pkgname=nvidia-340xx
-pkgver=340.76
-_extramodules=extramodules-4.0-ARCH
-pkgrel=8
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=4.0' 'linux<4.1' 'libgl' "nvidia-340xx-utils=${pkgver}")
-makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
-nv-drm.patch
-nvidia-4.0.patch)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c'
- '79671a27131da619a33eb02ed0c2c031'
- 'f42bdf589f52d4e6c38baa5bef15eef8')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-patch -p0 -i ../nv-drm.patch
-patch -p0 -i ../nvidia-4.0.patch
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}

Copied: nvidia-340xx/repos/extra-i686/PKGBUILD (from rev 239287, 
nvidia-340xx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-13 13:25:15 UTC (rev 239290)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-340xx
+pkgver=340.76
+_extramodules=

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

2015-05-13 Thread Alexander Rødseth
Date: Wednesday, May 13, 2015 @ 14:31:27
  Author: arodseth
Revision: 133368

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

Added:
  mfs/repos/community-staging-i686/
  mfs/repos/community-staging-i686/PKGBUILD
(from rev 133367, mfs/trunk/PKGBUILD)
  mfs/repos/community-staging-i686/moosefs.install
(from rev 133367, mfs/trunk/moosefs.install)
  mfs/repos/community-staging-x86_64/
  mfs/repos/community-staging-x86_64/PKGBUILD
(from rev 133367, mfs/trunk/PKGBUILD)
  mfs/repos/community-staging-x86_64/moosefs.install
(from rev 133367, mfs/trunk/moosefs.install)

--+
 community-staging-i686/PKGBUILD  |   40 +
 community-staging-i686/moosefs.install   |   11 +++
 community-staging-x86_64/PKGBUILD|   40 +
 community-staging-x86_64/moosefs.install |   11 +++
 4 files changed, 102 insertions(+)

Copied: mfs/repos/community-staging-i686/PKGBUILD (from rev 133367, 
mfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-13 12:31:27 UTC (rev 133368)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Martin "mortbauer" 
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz";)
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Copied: mfs/repos/community-staging-i686/moosefs.install (from rev 133367, 
mfs/trunk/moosefs.install)
===
--- community-staging-i686/moosefs.install  (rev 0)
+++ community-staging-i686/moosefs.install  2015-05-13 12:31:27 UTC (rev 
133368)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs can'
+  echo 'be used as a basis for writing the corresponding .cfg files.'
+  echo
+  echo 'For troubleshooting a service, like "mfschunkserver", just running'
+  echo '"/usr/bin/mfschunkserver start" can be helpful.'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mfs/repos/community-staging-x86_64/PKGBUILD (from rev 133367, 
mfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-13 12:31:27 UTC (rev 133368)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Martin "mortbauer" 
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz";)
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Copied: mfs/repos/community-staging-x86_64/moosefs.install (from rev 133367, 
mfs/trunk/moosefs.install)
===
--- community-staging-x86_64/moosefs.install(rev 0)
+++ community-staging-x86_64/moosefs.install2015-05-13 12:31:27 UTC (rev 
133368)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /e

[arch-commits] Commit in mfs/trunk (7 files)

2015-05-13 Thread Alexander Rødseth
Date: Wednesday, May 13, 2015 @ 14:31:10
  Author: arodseth
Revision: 133367

upgpkg: moosefs 2.0.67_1-1

Added:
  mfs/trunk/moosefs.install
(from rev 133366, mfs/trunk/mfs.install)
Modified:
  mfs/trunk/PKGBUILD
Deleted:
  mfs/trunk/mfs.install
  mfs/trunk/mfscgiserv.service
  mfs/trunk/mfschunkserver.service
  mfs/trunk/mfsmaster.service
  mfs/trunk/mfsmetalogger.service

+
 PKGBUILD   |  131 +++
 mfs.install|   24 
 mfscgiserv.service |   11 ---
 mfschunkserver.service |   11 ---
 mfsmaster.service  |   11 ---
 mfsmetalogger.service  |   11 ---
 moosefs.install|   11 +++
 7 files changed, 33 insertions(+), 177 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 11:45:00 UTC (rev 133366)
+++ PKGBUILD2015-05-13 12:31:10 UTC (rev 133367)
@@ -3,125 +3,38 @@
 # Contributor: Thomas S Hatch 
 # Contributor: Martin "mortbauer" 
 
-pkgbase=mfs
-pkgname=('mfs-master' 'mfs-chunkserver' 'mfs-client')
-pkgver=1.6.27_5
+pkgname=moosefs
+pkgver=2.0.67_1
 pkgrel=1
-pkgdesc='MooseFS, fault tolerant, network distributed file system'
-url='http://www.moosefs.com/'
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
 arch=('x86_64' 'i686')
 license=('GPL3')
 depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgbase.install"
-source=("http://www.moosefs.org/tl_files/${pkgbase}code/$pkgbase-${pkgver/_/-}.tar.gz";
-'mfsmaster.service'
-'mfschunkserver.service'
-'mfsmetalogger.service'
-'mfscgiserv.service')
-sha256sums=('5e6d7dd5dfe181ffb6beee44fd2be51b3faf56a71b90b460b2dc717462ff1eeb'
-'9f67ace1b598b642d0bee53a759dc9618062612491818bc163d852dd6232c225'
-'a7b9139cf4d41ce7730e280da34f43c1a5671c1e3b1ae40b871b4814e2076d85'
-'2d664a28e0822df4c733681863584dee0836ba2b2e3a94733da66bca97b0b55a'
-'a3a8a3091b262e091901a1ca031608f42869e1d892466611e709a7fc23099707')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz";)
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
 
 build() {
-  msg2 'Building client...'
-  cp -r "$pkgbase-${pkgver%_*}" "$pkgbase-client"
-  cd "$pkgbase-client"
+  cd "moosefs-${pkgver%_*}"
+
   ./configure \
-  --prefix=/usr \
-  --sysconfdir=/etc/mfs \
-  --localstatedir=/var/lib \
-  --disable-mfschunkserver \
-  --disable-mfsmaster \
-  --disable-mfscgi \
-  --disable-mfscgiserv
+--prefix=/usr \
+--mandir=/share/man \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--with-default-user=mfs \
+--with-default-group=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--sbindir=/usr/bin
   make
-  cd ..
-  
-  msg2 'Building chunkserver...'
-  cp -r "$pkgbase-${pkgver%_*}" "$pkgbase-chunk"
-  cd "$pkgbase-chunk"
-  ./configure \
-  --prefix=/usr \
-  --sysconfdir=/etc/mfs \
-  --localstatedir=/var/lib \
-  --disable-mfsmaster \
-  --disable-mfsmount \
-  --disable-mfscgi \
-  --disable-mfscgiserv
-  make
-  cd ..
-  
-  msg2 'Building master...'
-  cp -r "$pkgbase-${pkgver%_*}" "$pkgbase-master"
-  cd "$pkgbase-master"
-  ./configure \
-  --prefix=/usr \
-  --sysconfdir=/etc/mfs \
-  --localstatedir=/var/lib \
-  --disable-mfschunkserver \
-  --disable-mfsmount
-  make
 }
 
-package_mfs-client() {
-  depends=('zlib' 'fuse' 'bash')
-  cd "$pkgbase-client"
-
-  msg2 'Packaging client...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/man/man7"
-  rmdir "$pkgdir/usr/share/man/man5"
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
 }
 
-package_mfs-chunkserver() {
-  depends=('zlib' 'bash')
-  cd "$pkgbase-chunk"
-
-  msg2 'Packaging chunkserver...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Packaging Systemd service...'
-  install -Dm644 "$srcdir/mfschunkserver.service" \
-"$pkgdir/usr/lib/systemd/system/mfschunkserver.service"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/man/man7"
-  rmdir "$pkgdir/usr/share/man/man1"
-  mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
-}
-
-package_mfs-master() {
-  depends=('zlib' 'python2')
-  cd "$pkgbase-master"
-
-  msg2 'Packaging master, metalogger and web interface...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Packaging various text files...'
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgbase/README"
-  install -Dm644 INSTALL "$pkgdir/usr/share/doc/$pkgbase/INSTALL"
-  install -Dm644 NEWS "$pkgdir/usr/share/doc/$pkgbase/NEWS"
-  install -Dm644 UPGRADE "$pkgdir/usr/share/doc/$pkgbase/UPGRADE"
-
-  msg2 'Packaging Systemd services...'
-  for fn in master metalog

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

2015-05-13 Thread Alexander Rødseth
Date: Wednesday, May 13, 2015 @ 13:45:00
  Author: arodseth
Revision: 133366

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

Added:
  xdelta3/repos/community-i686/PKGBUILD
(from rev 133365, xdelta3/trunk/PKGBUILD)
  xdelta3/repos/community-x86_64/PKGBUILD
(from rev 133365, xdelta3/trunk/PKGBUILD)
Deleted:
  xdelta3/repos/community-i686/PKGBUILD
  xdelta3/repos/community-i686/regtest_size_t.patch
  xdelta3/repos/community-x86_64/PKGBUILD
  xdelta3/repos/community-x86_64/regtest_size_t.patch

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   44 -
 community-i686/regtest_size_t.patch   |   11 
 community-x86_64/PKGBUILD |   44 -
 community-x86_64/regtest_size_t.patch |   11 
 5 files changed, 80 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 11:44:47 UTC (rev 133365)
+++ community-i686/PKGBUILD 2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Eduard "bekks" Warkentin 
-# Contributor: Henning Garus 
-
-pkgname=xdelta3
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=("http://${pkgname/3}.googlecode.com/files/$pkgname-$pkgver.tar.xz";
-'regtest_size_t.patch')
-# SHA1 sum from 
https://code.google.com/p/xdelta/downloads/detail?name=xdelta3-3.0.8.tar.xz&can=2&q=

-sha1sums=('62c7a029e96c0904bb47a5e2f3de08473a185539'
-  'c2816b5d4bfb405d3adb771fa09b367a88971240')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  patch -Np1 -i ../regtest_size_t.patch
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  ./$pkgname test
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xdelta3/repos/community-i686/PKGBUILD (from rev 133365, 
xdelta3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 11:45:00 UTC (rev 133366)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Eduard "bekks" Warkentin 
+# Contributor: Henning Garus 
+
+pkgname=xdelta3
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='Diff utility which works with binary files'
+arch=('x86_64' 'i686')
+url='http://xdelta.org/'
+license=('GPL')
+depends=('xz')
+source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";)
+sha1sums=('a3c28412052f3f49ba1ea60ca9c97fcb377cc70f')
+
+# Check fails, but upstream says the failure is harmless:
+# https://github.com/jmacd/xdelta/issues/194
+# Disabling the check, for now.
+#
+#check() {
+#  cd "$pkgname-$pkgver"
+#
+#  ./$pkgname test
+#}
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/jmacd/xdelta-devel/releases
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/regtest_size_t.patch
===
--- community-i686/regtest_size_t.patch 2015-05-13 11:44:47 UTC (rev 133365)
+++ community-i686/regtest_size_t.patch 2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,11 +0,0 @@
 a/testing/regtest.cc
-+++ b/testing/regtest.cc
-@@ -12,7 +12,7 @@ public:
- Options() : encode_srcwin_maxsz(1<<20),
-   block_size(Constants::BLOCK_SIZE),
-   size_known(false) { }
--size_t encode_srcwin_maxsz;
-+uint64_t encode_srcwin_maxsz;
- size_t block_size;
- bool size_known;
-   };

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-13 11:44:47 UTC (rev 133365)
+++ community-x86_64/PKGBUILD   2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Allan McRae 
-# Contributor: Eduard "bekks" Warkentin 
-# Contributor: Henning Garus 
-
-pkgname=xdelta3
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=("http://${pkgname/3}.googlecode.com/files/$pkgname-$pkgver.tar.xz";
-'regtest_size_t.patch')
-# SHA1 sum from 
https://code.google.com/p/xdelta/downloads/detail?name=xdelta3-3.0.8.tar.xz&can=2&q=

-sha1sums=('62c7a029e96c0904bb47a5e2f3de08473a185539'
-  'c2816b5d4bfb405d3adb771fa09b367a88971240')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  patch -Np1 -i 

[arch-commits] Commit in xdelta3/trunk (PKGBUILD regtest_size_t.patch)

2015-05-13 Thread Alexander Rødseth
Date: Wednesday, May 13, 2015 @ 13:44:47
  Author: arodseth
Revision: 133365

upgpkg: xdelta3 3.0.9-1

Modified:
  xdelta3/trunk/PKGBUILD
Deleted:
  xdelta3/trunk/regtest_size_t.patch

--+
 PKGBUILD |   30 +-
 regtest_size_t.patch |   11 ---
 2 files changed, 13 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 11:00:42 UTC (rev 133364)
+++ PKGBUILD2015-05-13 11:44:47 UTC (rev 133365)
@@ -5,7 +5,7 @@
 # Contributor: Henning Garus 
 
 pkgname=xdelta3
-pkgver=3.0.8
+pkgver=3.0.9
 pkgrel=1
 pkgdesc='Diff utility which works with binary files'
 arch=('x86_64' 'i686')
@@ -12,24 +12,19 @@
 url='http://xdelta.org/'
 license=('GPL')
 depends=('xz')
-source=("http://${pkgname/3}.googlecode.com/files/$pkgname-$pkgver.tar.xz";
-'regtest_size_t.patch')
-# SHA1 sum from 
https://code.google.com/p/xdelta/downloads/detail?name=xdelta3-3.0.8.tar.xz&can=2&q=

-sha1sums=('62c7a029e96c0904bb47a5e2f3de08473a185539'
-  'c2816b5d4bfb405d3adb771fa09b367a88971240')
+source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz";)
+sha1sums=('a3c28412052f3f49ba1ea60ca9c97fcb377cc70f')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  patch -Np1 -i ../regtest_size_t.patch
-}
+# Check fails, but upstream says the failure is harmless:
+# https://github.com/jmacd/xdelta/issues/194
+# Disabling the check, for now.
+#
+#check() {
+#  cd "$pkgname-$pkgver"
+#
+#  ./$pkgname test
+#}
 
-check() {
-  cd "$pkgname-$pkgver"
-
-  ./$pkgname test
-}
-
 build() {
   cd "$pkgname-$pkgver"
   
@@ -41,4 +36,5 @@
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
+# getver: github.com/jmacd/xdelta-devel/releases
 # vim:set ts=2 sw=2 et:

Deleted: regtest_size_t.patch
===
--- regtest_size_t.patch2015-05-13 11:00:42 UTC (rev 133364)
+++ regtest_size_t.patch2015-05-13 11:44:47 UTC (rev 133365)
@@ -1,11 +0,0 @@
 a/testing/regtest.cc
-+++ b/testing/regtest.cc
-@@ -12,7 +12,7 @@ public:
- Options() : encode_srcwin_maxsz(1<<20),
-   block_size(Constants::BLOCK_SIZE),
-   size_known(false) { }
--size_t encode_srcwin_maxsz;
-+uint64_t encode_srcwin_maxsz;
- size_t block_size;
- bool size_known;
-   };


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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 13:00:42
  Author: tredaelli
Revision: 133364

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

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

+
 /PKGBUILD  |  104 +++
 /argyllcms.install |   78 ++
 community-i686/PKGBUILD|   52 -
 community-i686/argyllcms.install   |   39 -
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/argyllcms.install |   39 -
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 11:00:32 UTC (rev 133363)
+++ community-i686/PKGBUILD 2015-05-13 11:00:42 UTC (rev 133364)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=1.6.3
-_pkgver="V${pkgver}"
-pkgrel=3
-pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
-arch=(i686 x86_64)
-depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
-makedepends=('ftjam' 'zip' 'unzip')
-# You need to fake an UserAgent or it doesn't download
-source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
-url="http://www.argyllcms.com/";
-license=("GPL" "AGPL")
-install=${pkgname}.install
-sha256sums=('188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84')
-
-prepare() {
-  sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' 
${_pkgname}_${_pkgver}/usb/55-Argyll.rules
-}
-
-build() {
-  cd ${_pkgname}_${_pkgver}
-  echo "***running makeall.sh***"
-  sh ./makeall.sh
-  echo "***running makeinstall.sh***"
-  sh ./makeinstall.sh
-  echo "***running makepackagebin.sh***"
-  sh ./makepackagebin.sh
-  rm {bin,ref}/License.txt
-  rm {doc,ref}/afiles
-}
-
-package() {
-  mkdir -p "${pkgdir}"/usr/bin
-  install -m755 ${_pkgname}_${_pkgver}/bin/* "${pkgdir}"/usr/bin
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/ref/*.* 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/profile/*.sp 
"${pkgdir}"/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/scanin/*.c?? 
"${pkgdir}"/usr/share/${pkgname}/ref
-  # Because there is just html documentation we have to move it
-  mkdir -p "${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
"${pkgdir}"/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/*.* 
"${pkgdir}"/usr/share/${pkgname}/doc
-  mkdir -p "${pkgdir}"/usr/lib/udev/rules.d
-  install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
"${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: argyllcms/repos/community-i686/PKGBUILD (from rev 133363, 
argyllcms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 11:00:42 UTC (rev 133364)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=1.7.0
+_pkgver="V${pkgver}"
+pkgrel=1
+pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
+arch=(i686 x86_64)
+depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'zlib')
+makedepends=('ftjam' 'zip' 'unzip')
+# You need to fake an UserAgent or it doesn't download
+source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
+url="http://www.argyllcms.com/";
+license=("GPL" "AGPL")
+install=${pkgname}.install
+sha256sums=('dac51cf5d8f6d04bb02f2f5b119fa0e8b773a010e6377116768b082ef018f663')
+
+prepare() {
+  sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' 
${_pkgname}_${_pkgver}/usb/55-Argyll.rules
+}
+
+build() {
+  cd ${_pkgname}_${_pkgver}
+  echo "***running makeall.sh***"
+  sh ./makeall.sh
+  echo "***running makeinstall.sh***"
+  sh ./makeinstall.sh
+  echo "***running makepackagebin.sh***"
+  sh ./makepackagebin.sh
+  rm {bin,ref}/Licen

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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 13:00:32
  Author: tredaelli
Revision: 133363

upgpkg: argyllcms 1.7.0-1

Modified:
  argyllcms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 10:40:49 UTC (rev 133362)
+++ PKGBUILD2015-05-13 11:00:32 UTC (rev 133363)
@@ -4,12 +4,12 @@
 
 pkgname=argyllcms
 _pkgname=Argyll
-pkgver=1.6.3
+pkgver=1.7.0
 _pkgver="V${pkgver}"
-pkgrel=3
+pkgrel=1
 pkgdesc="An ICC compatible color management system with support for different 
colorimeter hardware"
 arch=(i686 x86_64)
-depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
+depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr' 'zlib')
 makedepends=('ftjam' 'zip' 'unzip')
 # You need to fake an UserAgent or it doesn't download
 source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
@@ -16,7 +16,7 @@
 url="http://www.argyllcms.com/";
 license=("GPL" "AGPL")
 install=${pkgname}.install
-sha256sums=('188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84')
+sha256sums=('dac51cf5d8f6d04bb02f2f5b119fa0e8b773a010e6377116768b082ef018f663')
 
 prepare() {
   sed -i 's:^TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db 
%p":IMPORT{builtin}="hwdb --subsystem=usb":' 
${_pkgname}_${_pkgver}/usb/55-Argyll.rules


[arch-commits] Commit in tomcat6/repos/extra-any (10 files)

2015-05-13 Thread Guillaume Alaux
Date: Wednesday, May 13, 2015 @ 12:52:13
  Author: guillaume
Revision: 239286

archrelease: copy trunk to extra-any

Added:
  tomcat6/repos/extra-any/PKGBUILD
(from rev 239285, tomcat6/trunk/PKGBUILD)
  tomcat6/repos/extra-any/systemd_sysusers.d_tomcat6.conf
(from rev 239285, tomcat6/trunk/systemd_sysusers.d_tomcat6.conf)
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
(from rev 239285, tomcat6/trunk/systemd_tmpfiles.d_tomcat6.conf)
  tomcat6/repos/extra-any/systemd_tomcat6.service
(from rev 239285, tomcat6/trunk/systemd_tomcat6.service)
  tomcat6/repos/extra-any/tomcat6.install
(from rev 239285, tomcat6/trunk/tomcat6.install)
Deleted:
  tomcat6/repos/extra-any/PKGBUILD
  tomcat6/repos/extra-any/systemd_sysusers.d_tomcat6.conf
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
  tomcat6/repos/extra-any/systemd_tomcat6.service
  tomcat6/repos/extra-any/tomcat6.install

-+
 PKGBUILD|  160 ++
 systemd_sysusers.d_tomcat6.conf |2 
 systemd_tmpfiles.d_tomcat6.conf |6 -
 systemd_tomcat6.service |   66 +++
 tomcat6.install |   38 -
 5 files changed, 134 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-13 10:51:32 UTC (rev 239285)
+++ PKGBUILD2015-05-13 10:52:13 UTC (rev 239286)
@@ -1,82 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat6
-pkgver=6.0.43
-pkgrel=2
-pkgdesc='Open source implementation of the Java Servlet 2.5 and JavaServer 
Pages 2.1 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=5' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_sysusers.d_${pkgname}.conf
-systemd_tmpfiles.d_${pkgname}.conf)
-
-sha256sums=('8952239e20856714fd3ae0ae88aa57e69f50c196091c39ec033906109f67b068'
-'df31fc3e41164bc7888516eebadb6f38fbbfe5882b8489928f8944237a3942a1'
-'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
-'16046fc93a569cb817994ac251bbf464659286c39c2d9a5a2f52030d94a50dd0')
-
-_gid_log=19
-_gid_tomcat=66
-_uid_tomcat=66
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  chmod 775 "${pkgdir}"/var/lib/${pkgname}/webapps
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_sysusers.d_${pkgname}.conf \
- "${pkgdir}"/usr/lib/sysusers.d

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

2015-05-13 Thread Guillaume Alaux
Date: Wednesday, May 13, 2015 @ 12:51:32
  Author: guillaume
Revision: 239285

Upstream release 6.0.44

Modified:
  tomcat6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 04:19:53 UTC (rev 239284)
+++ PKGBUILD2015-05-13 10:51:32 UTC (rev 239285)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat6
-pkgver=6.0.43
-pkgrel=2
+pkgver=6.0.44
+pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 2.5 and JavaServer 
Pages 2.1 technologies'
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -21,10 +21,10 @@
 systemd_sysusers.d_${pkgname}.conf
 systemd_tmpfiles.d_${pkgname}.conf)
 
-sha256sums=('8952239e20856714fd3ae0ae88aa57e69f50c196091c39ec033906109f67b068'
+sha256sums=('aab792322e75c6502675120933cbc519cfb59ac8d192f4fa103371a335708224'
 'df31fc3e41164bc7888516eebadb6f38fbbfe5882b8489928f8944237a3942a1'
-'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
-'16046fc93a569cb817994ac251bbf464659286c39c2d9a5a2f52030d94a50dd0')
+'59307049dab88a7adeb3b0a8e5c77a6e5950b48482be09650d899222c521b589'
+'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80')
 
 _gid_log=19
 _gid_tomcat=66
@@ -76,7 +76,3 @@
   install -Dm644 "${srcdir}"/systemd_tmpfiles.d_${pkgname}.conf \
  "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
 }
-sha256sums=('8952239e20856714fd3ae0ae88aa57e69f50c196091c39ec033906109f67b068'
-'df31fc3e41164bc7888516eebadb6f38fbbfe5882b8489928f8944237a3942a1'
-'59307049dab88a7adeb3b0a8e5c77a6e5950b48482be09650d899222c521b589'
-'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80')


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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 12:40:49
  Author: tredaelli
Revision: 133362

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

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

-+
 /PKGBUILD   |  160 ++
 /bitcoin-qt.install |   22 
 community-i686/PKGBUILD |   80 -
 community-i686/bitcoin-qt.install   |   11 --
 community-x86_64/PKGBUILD   |   80 -
 community-x86_64/bitcoin-qt.install |   11 --
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 10:39:16 UTC (rev 133361)
+++ community-i686/PKGBUILD 2015-05-13 10:40:49 UTC (rev 133362)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.10.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/";
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver.tar.gz
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-   
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('a516cf6d9f58a117607148405334b35d3178df1ba1c59229609d2bcd08d30624'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'b049cc2650d5988a581d1b72b205254edbaa4f8c0587c2fe8ac4aa0a25543a6a'
-'0a31a5f3ad860ecc1cc8041a863aabdbc4084c7ea5fdc487806b5aa829a244fe'
-'9acf7f46052f6e508af4f38be4574f34bf0f57d2cf462f072606d3f177b4c957')
-
-# Upstream should be more coherent!
-case "$pkgver" in
-*.*.*.*)
-  _pkgver=${pkgver%.*}
-  ;;
-*)
-  _pkgver=$pkgver
-  ;;
-esac
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  CXXFLAGS="$CXXFLAGS -DBOOST_VARIANT_USE_RELAXED_GET_BY_DEFAULT=1"
-  ./configure --prefix=/usr --with-incompatible-bdb --with-gui=qt4
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs qt4 miniupnpc qrencode protobuf)
-  install=bitcoin-qt.install
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 133361, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 10:40:49 UTC (rev 133362)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
+pkgver=0.10.1
+pkgrel=1
+arch=(

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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 12:39:16
  Author: tredaelli
Revision: 133361

upgpkg: bitcoin 0.10.1-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 09:54:32 UTC (rev 133360)
+++ PKGBUILD2015-05-13 10:39:16 UTC (rev 133361)
@@ -4,19 +4,19 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt')
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.10.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/";
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
 license=('MIT')
-source=(http://bitcoin.org/bin/$pkgver/bitcoin-$pkgver.tar.gz
+source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop

https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1

https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-sha256sums=('a516cf6d9f58a117607148405334b35d3178df1ba1c59229609d2bcd08d30624'
+sha256sums=('287873f9ba4fd49cd4e4be7eba070d2606878f1690c5be0273164d37cbf3c138'
 'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
 'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
 'b049cc2650d5988a581d1b72b205254edbaa4f8c0587c2fe8ac4aa0a25543a6a'


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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 11:54:32
  Author: tredaelli
Revision: 133360

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

Added:
  wireshark/repos/community-testing-i686/PKGBUILD
(from rev 133359, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-i686/configure-pixmap-fix.diff
(from rev 133359, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-i686/wireshark-gtk.install
(from rev 133359, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-i686/wireshark-qt.install
(from rev 133359, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-i686/wireshark.install
(from rev 133359, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 133359, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/configure-pixmap-fix.diff
(from rev 133359, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-x86_64/wireshark-gtk.install
(from rev 133359, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-x86_64/wireshark-qt.install
(from rev 133359, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 133359, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-testing-i686/PKGBUILD
  wireshark/repos/community-testing-i686/configure-pixmap-fix.diff
  wireshark/repos/community-testing-i686/wireshark-gtk.install
  wireshark/repos/community-testing-i686/wireshark-qt.install
  wireshark/repos/community-testing-i686/wireshark.install
  wireshark/repos/community-testing-x86_64/PKGBUILD
  wireshark/repos/community-testing-x86_64/configure-pixmap-fix.diff
  wireshark/repos/community-testing-x86_64/wireshark-gtk.install
  wireshark/repos/community-testing-x86_64/wireshark-qt.install
  wireshark/repos/community-testing-x86_64/wireshark.install

+
 /PKGBUILD  |  196 +++
 /configure-pixmap-fix.diff |   28 ++
 /wireshark-gtk.install |   24 ++
 /wireshark-qt.install  |   22 ++
 /wireshark.install |   36 +++
 community-testing-i686/PKGBUILD|   98 -
 community-testing-i686/configure-pixmap-fix.diff   |   14 -
 community-testing-i686/wireshark-gtk.install   |   12 -
 community-testing-i686/wireshark-qt.install|   11 -
 community-testing-i686/wireshark.install   |   18 -
 community-testing-x86_64/PKGBUILD  |   98 -
 community-testing-x86_64/configure-pixmap-fix.diff |   14 -
 community-testing-x86_64/wireshark-gtk.install |   12 -
 community-testing-x86_64/wireshark-qt.install  |   11 -
 community-testing-x86_64/wireshark.install |   18 -
 15 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-05-13 09:52:59 UTC (rev 133359)
+++ community-testing-i686/PKGBUILD 2015-05-13 09:54:32 UTC (rev 133360)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=1.12.4
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-configure-pixmap-fix.diff)
-sha1sums=('dbbd4090c02fe170f35b26fa26d8aba0b399c659'
-  'c383bad83442d75f44afe1737848b9dee4f35b8f')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/$(AM_V_RCC)rcc/&-qt4/p' ui/qt/Makefile.am
-  patch -uNp0 -i ../configure-pixmap-fix.diff
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 
'lua52')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-qt"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfil

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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 11:52:59
  Author: tredaelli
Revision: 133359

upgpkg: wireshark 1.12.5-2

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 09:26:52 UTC (rev 133358)
+++ PKGBUILD2015-05-13 09:52:59 UTC (rev 133359)
@@ -5,11 +5,11 @@
 pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
 pkgver=1.12.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+ 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 configure-pixmap-fix.diff)
@@ -41,7 +41,7 @@
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 
'lua52')
   install=wireshark.install
   conflicts=(wireshark)
 


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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 11:26:52
  Author: tredaelli
Revision: 133358

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 133357, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/configure-pixmap-fix.diff
(from rev 133357, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 133357, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark-qt.install
(from rev 133357, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 133357, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 133357, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/configure-pixmap-fix.diff
(from rev 133357, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 133357, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark-qt.install
(from rev 133357, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 133357, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/configure-pixmap-fix.diff
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark-qt.install
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/configure-pixmap-fix.diff
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark-qt.install
  wireshark/repos/community-x86_64/wireshark.install

+
 /PKGBUILD  |  196 +++
 /configure-pixmap-fix.diff |   28 +++
 /wireshark-gtk.install |   24 +++
 /wireshark-qt.install  |   22 +++
 /wireshark.install |   36 
 community-i686/PKGBUILD|   98 -
 community-i686/configure-pixmap-fix.diff   |   14 -
 community-i686/wireshark-gtk.install   |   12 -
 community-i686/wireshark-qt.install|   11 -
 community-i686/wireshark.install   |   18 --
 community-x86_64/PKGBUILD  |   98 -
 community-x86_64/configure-pixmap-fix.diff |   14 -
 community-x86_64/wireshark-gtk.install |   12 -
 community-x86_64/wireshark-qt.install  |   11 -
 community-x86_64/wireshark.install |   18 --
 15 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 09:25:09 UTC (rev 133357)
+++ community-i686/PKGBUILD 2015-05-13 09:26:52 UTC (rev 133358)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=1.12.4
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-configure-pixmap-fix.diff)
-sha1sums=('dbbd4090c02fe170f35b26fa26d8aba0b399c659'
-  'c383bad83442d75f44afe1737848b9dee4f35b8f')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/$(AM_V_RCC)rcc/&-qt4/p' ui/qt/Makefile.am
-  patch -uNp0 -i ../configure-pixmap-fix.diff
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-qt"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d

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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 11:25:09
  Author: tredaelli
Revision: 133357

upgpkg: wireshark 1.12.5-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 08:56:49 UTC (rev 133356)
+++ PKGBUILD2015-05-13 09:25:09 UTC (rev 133357)
@@ -4,16 +4,16 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=1.12.4
-pkgrel=4
+pkgver=1.12.5
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+ 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 configure-pixmap-fix.diff)
-sha1sums=('dbbd4090c02fe170f35b26fa26d8aba0b399c659'
+sha1sums=('379686f0b6355ae2e6b3f7055578317a07ce5590'
   'c383bad83442d75f44afe1737848b9dee4f35b8f')
 
 prepare() {
@@ -41,7 +41,7 @@
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 
'lua52')
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
   install=wireshark.install
   conflicts=(wireshark)
 


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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 10:56:49
  Author: tredaelli
Revision: 133356

archrelease: copy trunk to community-any

Added:
  keepass/repos/community-any/PKGBUILD
(from rev 133355, keepass/trunk/PKGBUILD)
  keepass/repos/community-any/keepass
(from rev 133355, keepass/trunk/keepass)
  keepass/repos/community-any/keepass.1
(from rev 133355, keepass/trunk/keepass.1)
  keepass/repos/community-any/keepass.desktop
(from rev 133355, keepass/trunk/keepass.desktop)
  keepass/repos/community-any/keepass.install
(from rev 133355, keepass/trunk/keepass.install)
  keepass/repos/community-any/keepass.xml
(from rev 133355, keepass/trunk/keepass.xml)
Deleted:
  keepass/repos/community-any/PKGBUILD
  keepass/repos/community-any/keepass
  keepass/repos/community-any/keepass.1
  keepass/repos/community-any/keepass.desktop
  keepass/repos/community-any/keepass.install
  keepass/repos/community-any/keepass.xml

-+
 PKGBUILD|  143 +++---
 keepass |4 -
 keepass.1   |   46 -
 keepass.desktop |   24 -
 keepass.install |   32 ++--
 5 files changed, 125 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-13 08:56:38 UTC (rev 133355)
+++ PKGBUILD2015-05-13 08:56:49 UTC (rev 133356)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Kirill "reflexing" Churin 
-# Contributor: Andrej Gelenberg 
-
-pkgname=keepass
-pkgver=2.28
-pkgrel=2
-pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
-arch=('any')
-url='http://keepass.info/'
-license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('icoutils')
-optdepends=('xdotool: if you want to use auto-type'
-'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip";
-"http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc";
-'keepass'
-'keepass.1'
-'keepass.desktop'
-'keepass.xml')
-
-sha256sums=('2bd3291308fbb592ee8da21c42457320f81d00eda189c9ee39f03a12783ff91b'
-'SKIP'
-'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
-'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
-'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
-'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-
-prepare() {
-  # Extract icons
-  icotool -x KeePass/KeePass.ico
-
-  pushd Build &>/dev/null
-  bash PrepMonoDev.sh
-  popd &>/dev/null
-}
-
-build() {
-  xbuild /target:KeePass /property:Configuration=Release
-  cp Ext/KeePass.exe.config Build/KeePass/Release/
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin
-  install -dm755 "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
-  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
-  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
-  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
-
-  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
-
-  # Proper installation of .desktop file
-  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
-
-  # Install icons
-  for size in 16 32 48 256; do
-install -Dm644 \
-KeePass_*_${size}x${size}x32.png \
-"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
-  done
-
-  # Needed for postinst with xdg-utils
-  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
-}

Copied: keepass/repos/community-any/PKGBUILD (from rev 133355, 
keepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-13 08:56:49 UTC (rev 133356)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.29
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='http://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip";
+"http://ke

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

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 10:56:38
  Author: tredaelli
Revision: 133355

upgpkg: keepass 2.29-1

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-13 03:25:20 UTC (rev 133354)
+++ PKGBUILD2015-05-13 08:56:38 UTC (rev 133355)
@@ -4,8 +4,8 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=keepass
-pkgver=2.28
-pkgrel=2
+pkgver=2.29
+pkgrel=1
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='http://keepass.info/'
@@ -22,7 +22,7 @@
 'keepass.desktop'
 'keepass.xml')
 
-sha256sums=('2bd3291308fbb592ee8da21c42457320f81d00eda189c9ee39f03a12783ff91b'
+sha256sums=('b5582eb96611726a70b523c156c89dfb83ae80ce051a4f57bb0b7a6fbf023a14'
 'SKIP'
 '7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'