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

2014-07-11 Thread Tobias Powalowski
Date: Friday, July 11, 2014 @ 08:20:08
  Author: tpowa
Revision: 216783

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

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

--+
 testing-i686/0013-efistub-fix.patch  |  177 
 testing-i686/PKGBUILD|  297 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6770 +
 testing-i686/config.x86_64   | 6544 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/0013-efistub-fix.patch|  177 
 testing-x86_64/PKGBUILD  |  297 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6770 +
 testing-x86_64/config.x86_64 | 6544 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 27702 insertions(+)

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


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

2014-07-11 Thread Tobias Powalowski
Date: Friday, July 11, 2014 @ 08:19:46
  Author: tpowa
Revision: 216782

upgpkg: linux 3.15.5-2

add patch for #33745 efistub breakage

Added:
  linux/trunk/0013-efistub-fix.patch
Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/0012-fix-saa7134.patch

+
 0012-fix-saa7134.patch |   37 -
 0013-efistub-fix.patch |  177 +++
 PKGBUILD   |   10 ++
 3 files changed, 185 insertions(+), 39 deletions(-)

Deleted: 0012-fix-saa7134.patch
===
--- 0012-fix-saa7134.patch  2014-07-11 05:01:13 UTC (rev 216781)
+++ 0012-fix-saa7134.patch  2014-07-11 06:19:46 UTC (rev 216782)
@@ -1,37 +0,0 @@
 a/drivers/media/pci/saa7134/saa7134-video.c
-+++ a/drivers/media/pci/saa7134/saa7134-video.c
-@@ -1243,6 +1243,7 @@ static int video_release(struct file *file)
-   videobuf_streamoff(dev-cap);
-   res_free(dev, fh, RESOURCE_VIDEO);
-   videobuf_mmap_free(dev-cap);
-+  INIT_LIST_HEAD(dev-cap.stream);
-   }
-   if (dev-cap.read_buf) {
-   buffer_release(dev-cap, dev-cap.read_buf);
-@@ -1254,6 +1255,7 @@ static int video_release(struct file *file)
-   videobuf_stop(dev-vbi);
-   res_free(dev, fh, RESOURCE_VBI);
-   videobuf_mmap_free(dev-vbi);
-+  INIT_LIST_HEAD(dev-vbi.stream);
-   }
- 
-   /* ts-capture will not work in planar mode, so turn it off Hac: 04.05*/
-@@ -1987,17 +1989,12 @@ int saa7134_streamoff(struct file *file, void *priv,
-   enum v4l2_buf_type type)
- {
-   struct saa7134_dev *dev = video_drvdata(file);
--  int err;
-   int res = saa7134_resource(file);
- 
-   if (res != RESOURCE_EMPRESS)
-   pm_qos_remove_request(dev-qos_request);
- 
--  err = videobuf_streamoff(saa7134_queue(file));
--  if (err  0)
--  return err;
--  res_free(dev, priv, res);
--  return 0;
-+  return videobuf_streamoff(saa7134_queue(file));
- }
- EXPORT_SYMBOL_GPL(saa7134_streamoff);
-

Added: 0013-efistub-fix.patch
===
--- 0013-efistub-fix.patch  (rev 0)
+++ 0013-efistub-fix.patch  2014-07-11 06:19:46 UTC (rev 216782)
@@ -0,0 +1,177 @@
+From c7fb93ec51d462ec3540a729ba446663c26a0505 Mon Sep 17 00:00:00 2001
+From: Michael Brown mbr...@fensystems.co.uk
+Date: Thu, 10 Jul 2014 12:26:20 +0100
+Subject: x86/efi: Include a .bss section within the PE/COFF headers
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The PE/COFF headers currently describe only the initialised-data
+portions of the image, and result in no space being allocated for the
+uninitialised-data portions.  Consequently, the EFI boot stub will end
+up overwriting unexpected areas of memory, with unpredictable results.
+
+Fix by including a .bss section in the PE/COFF headers (functionally
+equivalent to the init_size field in the bzImage header).
+
+Signed-off-by: Michael Brown mbr...@fensystems.co.uk
+Cc: Thomas Bächler tho...@archlinux.org
+Cc: Josh Boyer jwbo...@fedoraproject.org
+Cc: sta...@vger.kernel.org
+Signed-off-by: Matt Fleming matt.flem...@intel.com
+
+diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
+index 84c2234..7a6d43a 100644
+--- a/arch/x86/boot/header.S
 b/arch/x86/boot/header.S
+@@ -91,10 +91,9 @@ bs_die:
+ 
+   .section .bsdata, a
+ bugger_off_msg:
+-  .ascii  Direct floppy boot is not supported. 
+-  .ascii  Use a boot loader program instead.\r\n
++  .ascii  Use a boot loader.\r\n
+   .ascii  \n
+-  .ascii  Remove disk and press any key to reboot ...\r\n
++  .ascii  Remove disk and press any key to reboot...\r\n
+   .byte   0
+ 
+ #ifdef CONFIG_EFI_STUB
+@@ -108,7 +107,7 @@ coff_header:
+ #else
+   .word   0x8664  # x86-64
+ #endif
+-  .word   3   # nr_sections
++  .word   4   # nr_sections
+   .long   0   # TimeDateStamp
+   .long   0   # PointerToSymbolTable
+   .long   1   # NumberOfSymbols
+@@ -250,6 +249,25 @@ section_table:
+   .word   0   # NumberOfLineNumbers
+   .long   0x60500020  # Characteristics (section 
flags)
+ 
++  #
++  # The offset  size fields are filled in by build.c.
++  #
++  .ascii  .bss
++  .byte   0
++  .byte   0
++  .byte   0
++  .byte   0
++  .long   0
++  .long   0x0
++  .long   0   # Size of initialized data
++  # on disk
++  .long   0x0
++  .long   0   # 

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

2014-07-11 Thread Sergej Pupykin
Date: Friday, July 11, 2014 @ 10:49:13
  Author: spupykin
Revision: 115424

old gitrepo does not exist anymore, get new url from project homepage

Modified:
  volumeicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 02:10:02 UTC (rev 115423)
+++ PKGBUILD2014-07-11 08:49:13 UTC (rev 115424)
@@ -15,7 +15,8 @@
 license=('GPL3')
 depends=('gtk3' 'alsa-lib' 'libnotify')
 makedepends=('intltool' 'git')
-source=('git://github.com/stevenhoneyman/volumeicon.git#commit=72322940a5')
+#source=('git://github.com/stevenhoneyman/volumeicon.git#commit=72322940a5')
+source=('https://github.com/Maato/volumeicon.git#commit=72322940a5')
 md5sums=('SKIP')
 
 pkgver() {



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

2014-07-11 Thread Sergej Pupykin
Date: Friday, July 11, 2014 @ 11:17:28
  Author: spupykin
Revision: 115425

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 08:49:13 UTC (rev 115424)
+++ PKGBUILD2014-07-11 09:17:28 UTC (rev 115425)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -12,7 +12,7 @@
 depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl')
+'iproute2' 'libnl' 'libx11' 'numactl' 'gettext')
# 'audit'
 makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 
'open-iscsi')
 optdepends=('bridge-utils: for briged networking (default)'



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

2014-07-11 Thread Andrea Scarpino
Date: Friday, July 11, 2014 @ 11:34:48
  Author: andrea
Revision: 115426

upgpkg: kdeconnect 0.7.2-1

Upstream release

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 09:17:28 UTC (rev 115425)
+++ PKGBUILD2014-07-11 09:34:48 UTC (rev 115426)
@@ -3,7 +3,7 @@
 # Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
 
 pkgname=kdeconnect
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
@@ -14,7 +14,7 @@
 optdepends=('sshfs: remote filesystem browser')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz;)
-md5sums=('bcf4525e8967a10771534e8b7a5b22d8')
+md5sums=('1cd10d54bb3dc6e5b854ec110f63cecb')
 
 prepare() {
   mkdir build



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

2014-07-11 Thread Andrea Scarpino
Date: Friday, July 11, 2014 @ 11:34:57
  Author: andrea
Revision: 115427

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

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

-+
 /PKGBUILD   |   70 ++
 /kdeconnect.install |   22 ++
 community-i686/PKGBUILD |   35 -
 community-i686/kdeconnect.install   |   11 -
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/kdeconnect.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 09:34:48 UTC (rev 115426)
+++ community-i686/PKGBUILD 2014-07-11 09:34:57 UTC (rev 115427)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
-
-pkgname=kdeconnect
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdelibs' 'qjson' 'qca-ossl')
-makedepends=('automoc4' 'cmake')
-optdepends=('sshfs: remote filesystem browser')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz;)
-md5sums=('bcf4525e8967a10771534e8b7a5b22d8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-kde-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 115426, 
kdeconnect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 09:34:57 UTC (rev 115427)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
+
+pkgname=kdeconnect
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdelibs' 'qjson' 'qca-ossl')
+makedepends=('automoc4' 'cmake')
+optdepends=('sshfs: remote filesystem browser')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz;)
+md5sums=('1cd10d54bb3dc6e5b854ec110f63cecb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-kde-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kdeconnect.install
===
--- community-i686/kdeconnect.install   2014-07-11 09:34:48 UTC (rev 115426)
+++ community-i686/kdeconnect.install   2014-07-11 09:34:57 UTC (rev 115427)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeconnect/repos/community-i686/kdeconnect.install (from rev 115426, 
kdeconnect/trunk/kdeconnect.install)
===
--- community-i686/kdeconnect.install   (rev 0)
+++ community-i686/kdeconnect.install   2014-07-11 09:34:57 UTC (rev 115427)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-11 09:34:48 UTC (rev 115426)
+++ community-x86_64/PKGBUILD   2014-07-11 09:34:57 UTC (rev 115427)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
-
-pkgname=kdeconnect

[arch-commits] Commit in (polkit-qt5)

2014-07-11 Thread Andrea Scarpino
Date: Friday, July 11, 2014 @ 11:46:17
  Author: andrea
Revision: 216786

cleanup

Deleted:
  polkit-qt5/



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

2014-07-11 Thread Andrea Scarpino
Date: Friday, July 11, 2014 @ 11:47:07
  Author: andrea
Revision: 216787

upgpkg: polkit-qt 0.112-1

Upstream release

Modified:
  polkit-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 09:46:17 UTC (rev 216786)
+++ PKGBUILD2014-07-11 09:47:07 UTC (rev 216787)
@@ -2,31 +2,52 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
-pkgname=polkit-qt
-pkgver=0.103.0
-pkgrel=3
+pkgbase=polkit-qt
+pkgname=('polkit-qt4' 'polkit-qt5')
+pkgver=0.112
+pkgrel=1
 pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
 license=('LGPL')
-depends=('polkit' 'qt4')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
-md5sums=('a105e233e6733fb072c9080cd7ae1af2')
+makedepends=('cmake' 'automoc4' 'polkit' 'qt4' 'qt5-base')
+source=(${pkgbase}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=${pkgbase}-1.gita=snapshoth=40afa675bfa4cacd95487ce8b0544654c5f34e21fmt=tbz2;)
+md5sums=('c46401dbb55e2276616849e22b096768')
 
 prepare() {
-  mkdir build
+  mkdir build{,-qt5}
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-1-${pkgver} \
+  cmake ../${pkgbase}-1 \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DUSE_QT4=ON
   make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib
+  make
 }
 
-package() {
+package_polkit-qt4() {
+  depends=('polkit' 'qt4')
+  replaces=('polkit-qt')
+  provides=('polkit-qt')
+  conflicts=('polkit-qt')
+
   cd build
   make DESTDIR=${pkgdir} install
 }
+
+package_polkit-qt5() {
+  depends=('polkit' 'qt5-base')
+
+  cd build-qt5
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-11 Thread Andrea Scarpino
Date: Friday, July 11, 2014 @ 11:47:15
  Author: andrea
Revision: 216788

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

Added:
  polkit-qt/repos/extra-i686/PKGBUILD
(from rev 216787, polkit-qt/trunk/PKGBUILD)
  polkit-qt/repos/extra-x86_64/PKGBUILD
(from rev 216787, polkit-qt/trunk/PKGBUILD)
Deleted:
  polkit-qt/repos/extra-i686/PKGBUILD
  polkit-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-11 09:47:07 UTC (rev 216787)
+++ extra-i686/PKGBUILD 2014-07-11 09:47:15 UTC (rev 216788)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=polkit-qt
-pkgver=0.103.0
-pkgrel=3
-pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
-license=('LGPL')
-depends=('polkit' 'qt4')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
-md5sums=('a105e233e6733fb072c9080cd7ae1af2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-1-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-qt/repos/extra-i686/PKGBUILD (from rev 216787, 
polkit-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-11 09:47:15 UTC (rev 216788)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=polkit-qt
+pkgname=('polkit-qt4' 'polkit-qt5')
+pkgver=0.112
+pkgrel=1
+pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'polkit' 'qt4' 'qt5-base')
+source=(${pkgbase}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=${pkgbase}-1.gita=snapshoth=40afa675bfa4cacd95487ce8b0544654c5f34e21fmt=tbz2;)
+md5sums=('c46401dbb55e2276616849e22b096768')
+
+prepare() {
+  mkdir build{,-qt5}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DUSE_QT4=ON
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib
+  make
+}
+
+package_polkit-qt4() {
+  depends=('polkit' 'qt4')
+  replaces=('polkit-qt')
+  provides=('polkit-qt')
+  conflicts=('polkit-qt')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+package_polkit-qt5() {
+  depends=('polkit' 'qt5-base')
+
+  cd build-qt5
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-11 09:47:07 UTC (rev 216787)
+++ extra-x86_64/PKGBUILD   2014-07-11 09:47:15 UTC (rev 216788)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=polkit-qt
-pkgver=0.103.0
-pkgrel=3
-pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
-license=('LGPL')
-depends=('polkit' 'qt4')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
-md5sums=('a105e233e6733fb072c9080cd7ae1af2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-1-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: polkit-qt/repos/extra-x86_64/PKGBUILD (from rev 216787, 
polkit-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-11 09:47:15 UTC (rev 216788)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=polkit-qt
+pkgname=('polkit-qt4' 

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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:13:51
  Author: bluewind
Revision: 115429

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

Added:
  gmrun/repos/community-i686/PKGBUILD
(from rev 115428, gmrun/trunk/PKGBUILD)
  gmrun/repos/community-i686/gcc43.patch
(from rev 115428, gmrun/trunk/gcc43.patch)
  gmrun/repos/community-x86_64/PKGBUILD
(from rev 115428, gmrun/trunk/PKGBUILD)
  gmrun/repos/community-x86_64/gcc43.patch
(from rev 115428, gmrun/trunk/gcc43.patch)
Deleted:
  gmrun/repos/community-i686/PKGBUILD
  gmrun/repos/community-i686/gcc43.patch
  gmrun/repos/community-x86_64/PKGBUILD
  gmrun/repos/community-x86_64/gcc43.patch

--+
 /PKGBUILD|   60 
 /gcc43.patch |  102 +
 community-i686/PKGBUILD  |   30 
 community-i686/gcc43.patch   |   51 
 community-x86_64/PKGBUILD|   30 
 community-x86_64/gcc43.patch |   51 
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 10:13:46 UTC (rev 115428)
+++ community-i686/PKGBUILD 2014-07-11 10:13:51 UTC (rev 115429)
@@ -1,30 +0,0 @@
-# Contributor: Jeff Mickey j...@codemac.net
-# Contributor: Woody Gilk aka Shadowhand woody.g...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=gmrun
-pkgver=0.9.2
-pkgrel=4
-pkgdesc=A simple program which provides a run program window
-arch=('i686' 'x86_64')
-url=http://sf.net/projects/gmrun;
-license=('GPL')
-depends=('gtk2' 'popt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-   gcc43.patch)
-md5sums=('6cef37a968006d9496fc56a7099c603c'
-'3a0b69d8c2cac6cfb551b9d235441ecb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p0 -i $srcdir/gcc43.patch
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-} 

Copied: gmrun/repos/community-i686/PKGBUILD (from rev 115428, 
gmrun/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 10:13:51 UTC (rev 115429)
@@ -0,0 +1,30 @@
+# Contributor: Jeff Mickey j...@codemac.net
+# Contributor: Woody Gilk aka Shadowhand woody.g...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=gmrun
+pkgver=0.9.2
+pkgrel=5
+pkgdesc=A simple program which provides a run program window
+arch=('i686' 'x86_64')
+url=http://sf.net/projects/gmrun;
+license=('GPL')
+depends=('gtk2' 'popt')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   gcc43.patch)
+md5sums=('6cef37a968006d9496fc56a7099c603c'
+'3a0b69d8c2cac6cfb551b9d235441ecb')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p0 -i $srcdir/gcc43.patch
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gcc43.patch
===
--- community-i686/gcc43.patch  2014-07-11 10:13:46 UTC (rev 115428)
+++ community-i686/gcc43.patch  2014-07-11 10:13:51 UTC (rev 115429)
@@ -1,51 +0,0 @@
 src/gtkcompletionline.cc.orig  2003-11-16 11:55:07.0 +0100
-+++ src/gtkcompletionline.cc   2008-05-08 08:51:22.0 +0200
-@@ -29,6 +29,7 @@
- #include set
- #include sstream
- #include string
-+#include cstring
- #include vector
- using namespace std;
- 
 src/ci_string.h.orig   2001-05-16 16:39:31.0 +0200
-+++ src/ci_string.h2008-05-08 08:51:33.0 +0200
-@@ -7,6 +7,7 @@
- #define __CI_STRING_H__
- 
- #include string
-+#include cstring
- #include ctype.h
- 
- struct ci_char_traits : public std::char_traitschar
 src/prefs.cc.orig  2002-08-16 12:48:22.0 +0200
-+++ src/prefs.cc   2008-05-08 08:51:54.0 +0200
-@@ -13,6 +13,7 @@
- #include fstream
- #include iostream
- #include stdio.h
-+#include stdlib.h
- 
- #include list
- 
 src/main.cc.orig   2003-11-16 11:55:07.0 +0100
-+++ src/main.cc2008-05-08 09:03:11.0 +0200
-@@ -14,6 +14,7 @@
- #include gdk/gdkkeysyms.h
- 
- #include string
-+#include cstring
- #include iostream
- #include sstream
- #include vector
-
 src/gtkcompletionline.cc.orig  2009-06-19 22:38:14.0 +0400
-+++ src/gtkcompletionline.cc   2009-06-19 22:37:14.0 +0400
-@@ -376,7 +377,7 @@
-   return 0;
- }
- 
--int my_alphasort(const void* va, const void* vb) {
-+int my_alphasort(const dirent** va, const dirent** vb) {
-   const struct dirent** a = (const struct dirent**)va;
-   const struct dirent** b = (const 

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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:13:46
  Author: bluewind
Revision: 115428

upgpkg: gmrun 0.9.2-5

mtree rebuild

Modified:
  gmrun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 09:34:57 UTC (rev 115427)
+++ PKGBUILD2014-07-11 10:13:46 UTC (rev 115428)
@@ -4,7 +4,7 @@
 
 pkgname=gmrun
 pkgver=0.9.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A simple program which provides a run program window
 arch=('i686' 'x86_64')
 url=http://sf.net/projects/gmrun;
@@ -27,4 +27,4 @@
cd ${srcdir}/${pkgname}-${pkgver}
 
make DESTDIR=${pkgdir} install
-} 
+}



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:14:33
  Author: bluewind
Revision: 115431

archrelease: copy trunk to community-any

Added:
  ix/repos/community-any/PKGBUILD
(from rev 115430, ix/trunk/PKGBUILD)
Deleted:
  ix/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 10:14:30 UTC (rev 115430)
+++ PKGBUILD2014-07-11 10:14:33 UTC (rev 115431)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-pkgname=ix
-pkgver=0.4
-pkgrel=4
-pkgdesc=client for the ix.io pastebin
-arch=('any')
-url=http://ix.io;
-license=('unknown')
-depends=('python2')
-source=(http://ix.io/client)
-md5sums=('919431495c143cb810e76d650aa5e38d')
-
-package() {
-  cd $srcdir
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' client
-  install -D -m755 client $pkgdir/usr/bin/ix
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ix/repos/community-any/PKGBUILD (from rev 115430, ix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 10:14:33 UTC (rev 115431)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+pkgname=ix
+pkgver=0.4
+pkgrel=5
+pkgdesc=client for the ix.io pastebin
+arch=('any')
+url=http://ix.io;
+license=('unknown')
+depends=('python2')
+source=(http://ix.io/client)
+md5sums=('919431495c143cb810e76d650aa5e38d')
+
+package() {
+  cd $srcdir
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' client
+  install -D -m755 client $pkgdir/usr/bin/ix
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:14:30
  Author: bluewind
Revision: 115430

upgpkg: ix 0.4-5

mtree rebuild

Modified:
  ix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:13:51 UTC (rev 115429)
+++ PKGBUILD2014-07-11 10:14:30 UTC (rev 115430)
@@ -2,7 +2,7 @@
 # Maintainer: Florian Pritz f...@xinu.at
 pkgname=ix
 pkgver=0.4
-pkgrel=4
+pkgrel=5
 pkgdesc=client for the ix.io pastebin
 arch=('any')
 url=http://ix.io;



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:22:04
  Author: bluewind
Revision: 115436

upgpkg: lib32-expat 2.1.0-2

mtree rebuild

Modified:
  lib32-expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:18:32 UTC (rev 115435)
+++ PKGBUILD2014-07-11 10:22:04 UTC (rev 115436)
@@ -3,7 +3,7 @@
 _pkgbasename=expat
 pkgname=lib32-${_pkgbasename}
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An XML Parser library written in C (32 bit)
 arch=('x86_64')
 url=http://expat.sourceforge.net/;



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:18:32
  Author: bluewind
Revision: 115435

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 10:18:23 UTC (rev 115434)
+++ community-i686/PKGBUILD 2014-07-11 10:18:32 UTC (rev 115435)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-# Contributor: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-
-pkgname=xautolock
-pkgver=2.2
-pkgrel=3
-pkgdesc=An automatic X screen-locker/screen-saver
-arch=(i686 x86_64)
-url=ftp://ibiblio.org/pub/Linux/X11/screensavers/;
-license=('GPL2')
-depends=('libxss')
-makedepends=('imake')
-source=(ftp://ibiblio.org/pub/Linux/X11/screensavers/$pkgname-$pkgver.tgz;)
-md5sums=('9526347a202694ad235d731d9d3de91f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  xmkmf
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir install.man
-}

Copied: xautolock/repos/community-i686/PKGBUILD (from rev 115434, 
xautolock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 10:18:32 UTC (rev 115435)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+# Contributor: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=xautolock
+pkgver=2.2
+pkgrel=4
+pkgdesc=An automatic X screen-locker/screen-saver
+arch=(i686 x86_64)
+url=ftp://ibiblio.org/pub/Linux/X11/screensavers/;
+license=('GPL2')
+depends=('libxss')
+makedepends=('imake')
+source=(ftp://ibiblio.org/pub/Linux/X11/screensavers/$pkgname-$pkgver.tgz;)
+md5sums=('9526347a202694ad235d731d9d3de91f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  xmkmf
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install.man
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-11 10:18:23 UTC (rev 115434)
+++ community-x86_64/PKGBUILD   2014-07-11 10:18:32 UTC (rev 115435)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-# Contributor: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-
-pkgname=xautolock
-pkgver=2.2
-pkgrel=3
-pkgdesc=An automatic X screen-locker/screen-saver
-arch=(i686 x86_64)
-url=ftp://ibiblio.org/pub/Linux/X11/screensavers/;
-license=('GPL2')
-depends=('libxss')
-makedepends=('imake')
-source=(ftp://ibiblio.org/pub/Linux/X11/screensavers/$pkgname-$pkgver.tgz;)
-md5sums=('9526347a202694ad235d731d9d3de91f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  xmkmf
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir install.man
-}

Copied: xautolock/repos/community-x86_64/PKGBUILD (from rev 115434, 
xautolock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-11 10:18:32 UTC (rev 115435)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+# Contributor: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=xautolock
+pkgver=2.2
+pkgrel=4
+pkgdesc=An automatic X screen-locker/screen-saver
+arch=(i686 x86_64)
+url=ftp://ibiblio.org/pub/Linux/X11/screensavers/;
+license=('GPL2')
+depends=('libxss')
+makedepends=('imake')
+source=(ftp://ibiblio.org/pub/Linux/X11/screensavers/$pkgname-$pkgver.tgz;)
+md5sums=('9526347a202694ad235d731d9d3de91f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  xmkmf
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install.man
+}



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:17:18
  Author: bluewind
Revision: 115433

archrelease: copy trunk to community-any

Added:
  pydf/repos/community-any/PKGBUILD
(from rev 115432, pydf/trunk/PKGBUILD)
Deleted:
  pydf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 10:17:06 UTC (rev 115432)
+++ PKGBUILD2014-07-11 10:17:18 UTC (rev 115433)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: TDY t...@gmx.com
-# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
-
-pkgname=pydf
-pkgver=10
-pkgrel=2
-pkgdesc=A colorized df clone
-arch=(any)
-url=http://kassiopeia.juls.savba.sk/~garabik/software/pydf/;
-license=('custom')
-depends=('python')
-backup=('etc/pydfrc')
-source=(http://kassiopeia.juls.savba.sk/~garabik/software/pydf/pydf_$pkgver.tar.gz)
-md5sums=('7f7eeafa90cad534875b2cb23aa3b2f1')
-
-build() {
-   cd $srcdir/pydf-$pkgver
-   sed -i 's|#! /usr/bin/python|#!/usr/bin/python3|' pydf
-}
-
-package() {
-   cd $srcdir/pydf-$pkgver
-   install -Dm755 pydf $pkgdir/usr/bin/pydf
-   install -Dm644 pydfrc $pkgdir/etc/pydfrc
-   install -Dm644 pydf.1 $pkgdir/usr/share/man/man1/pydf.1
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/pydf/COPYING
-}

Copied: pydf/repos/community-any/PKGBUILD (from rev 115432, pydf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 10:17:18 UTC (rev 115433)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: TDY t...@gmx.com
+# Contributor: Eduard bekks Warkentin eduard.warken...@gmail.com
+
+pkgname=pydf
+pkgver=10
+pkgrel=3
+pkgdesc=A colorized df clone
+arch=(any)
+url=http://kassiopeia.juls.savba.sk/~garabik/software/pydf/;
+license=('custom')
+depends=('python')
+backup=('etc/pydfrc')
+source=(http://kassiopeia.juls.savba.sk/~garabik/software/pydf/pydf_$pkgver.tar.gz)
+md5sums=('7f7eeafa90cad534875b2cb23aa3b2f1')
+
+build() {
+   cd $srcdir/pydf-$pkgver
+   sed -i 's|#! /usr/bin/python|#!/usr/bin/python3|' pydf
+}
+
+package() {
+   cd $srcdir/pydf-$pkgver
+   install -Dm755 pydf $pkgdir/usr/bin/pydf
+   install -Dm644 pydfrc $pkgdir/etc/pydfrc
+   install -Dm644 pydf.1 $pkgdir/usr/share/man/man1/pydf.1
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/pydf/COPYING
+}



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:18:23
  Author: bluewind
Revision: 115434

upgpkg: xautolock 2.2-4

mtree rebuild

Modified:
  xautolock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:17:18 UTC (rev 115433)
+++ PKGBUILD2014-07-11 10:18:23 UTC (rev 115434)
@@ -5,7 +5,7 @@
 
 pkgname=xautolock
 pkgver=2.2
-pkgrel=3
+pkgrel=4
 pkgdesc=An automatic X screen-locker/screen-saver
 arch=(i686 x86_64)
 url=ftp://ibiblio.org/pub/Linux/X11/screensavers/;



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:22:08
  Author: bluewind
Revision: 115437

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-expat/repos/multilib-x86_64/CVE-2009-3560.patch
(from rev 115436, lib32-expat/trunk/CVE-2009-3560.patch)
  lib32-expat/repos/multilib-x86_64/CVE-2009-3720.patch
(from rev 115436, lib32-expat/trunk/CVE-2009-3720.patch)
  lib32-expat/repos/multilib-x86_64/PKGBUILD
(from rev 115436, lib32-expat/trunk/PKGBUILD)
Deleted:
  lib32-expat/repos/multilib-x86_64/CVE-2009-3560.patch
  lib32-expat/repos/multilib-x86_64/CVE-2009-3720.patch
  lib32-expat/repos/multilib-x86_64/PKGBUILD

-+
 CVE-2009-3560.patch |   26 +--
 CVE-2009-3720.patch |   24 +-
 PKGBUILD|   66 +-
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: CVE-2009-3560.patch
===
--- CVE-2009-3560.patch 2014-07-11 10:22:04 UTC (rev 115436)
+++ CVE-2009-3560.patch 2014-07-11 10:22:08 UTC (rev 115437)
@@ -1,13 +0,0 @@
-diff -urNad trunk~/lib/xmlparse.c trunk/lib/xmlparse.c
 trunk~/lib/xmlparse.c  2007-05-08 04:25:35.0 +0200
-+++ trunk/lib/xmlparse.c   2009-12-29 21:57:22.141732904 +0100
-@@ -3703,6 +3703,9 @@
- return XML_ERROR_UNCLOSED_TOKEN;
-   case XML_TOK_PARTIAL_CHAR:
- return XML_ERROR_PARTIAL_CHAR;
-+  case -XML_TOK_PROLOG_S:
-+tok = -tok;
-+break;
-   case XML_TOK_NONE:
- #ifdef XML_DTD
- /* for internal PE NOT referenced between declarations */

Copied: lib32-expat/repos/multilib-x86_64/CVE-2009-3560.patch (from rev 115436, 
lib32-expat/trunk/CVE-2009-3560.patch)
===
--- CVE-2009-3560.patch (rev 0)
+++ CVE-2009-3560.patch 2014-07-11 10:22:08 UTC (rev 115437)
@@ -0,0 +1,13 @@
+diff -urNad trunk~/lib/xmlparse.c trunk/lib/xmlparse.c
+--- trunk~/lib/xmlparse.c  2007-05-08 04:25:35.0 +0200
 trunk/lib/xmlparse.c   2009-12-29 21:57:22.141732904 +0100
+@@ -3703,6 +3703,9 @@
+ return XML_ERROR_UNCLOSED_TOKEN;
+   case XML_TOK_PARTIAL_CHAR:
+ return XML_ERROR_PARTIAL_CHAR;
++  case -XML_TOK_PROLOG_S:
++tok = -tok;
++break;
+   case XML_TOK_NONE:
+ #ifdef XML_DTD
+ /* for internal PE NOT referenced between declarations */

Deleted: CVE-2009-3720.patch
===
--- CVE-2009-3720.patch 2014-07-11 10:22:04 UTC (rev 115436)
+++ CVE-2009-3720.patch 2014-07-11 10:22:08 UTC (rev 115437)
@@ -1,12 +0,0 @@
-diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
 trunk~/lib/xmltok_impl.c   2006-11-26 18:34:46.0 +0100
-+++ trunk/lib/xmltok_impl.c2009-10-22 21:42:41.0 +0200
-@@ -1744,7 +1744,7 @@
-const char *end,
-POSITION *pos)
- {
--  while (ptr != end) {
-+  while (ptr  end) {
- switch (BYTE_TYPE(enc, ptr)) {
- #define LEAD_CASE(n) \
- case BT_LEAD ## n: \

Copied: lib32-expat/repos/multilib-x86_64/CVE-2009-3720.patch (from rev 115436, 
lib32-expat/trunk/CVE-2009-3720.patch)
===
--- CVE-2009-3720.patch (rev 0)
+++ CVE-2009-3720.patch 2014-07-11 10:22:08 UTC (rev 115437)
@@ -0,0 +1,12 @@
+diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
+--- trunk~/lib/xmltok_impl.c   2006-11-26 18:34:46.0 +0100
 trunk/lib/xmltok_impl.c2009-10-22 21:42:41.0 +0200
+@@ -1744,7 +1744,7 @@
+const char *end,
+POSITION *pos)
+ {
+-  while (ptr != end) {
++  while (ptr  end) {
+ switch (BYTE_TYPE(enc, ptr)) {
+ #define LEAD_CASE(n) \
+ case BT_LEAD ## n: \

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 10:22:04 UTC (rev 115436)
+++ PKGBUILD2014-07-11 10:22:08 UTC (rev 115437)
@@ -1,33 +0,0 @@
-# $Id$
-
-_pkgbasename=expat
-pkgname=lib32-${_pkgbasename}
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=An XML Parser library written in C (32 bit)
-arch=('x86_64')
-url=http://expat.sourceforge.net/;
-license=('custom')
-makedepends=('gcc-multilib')
-depends=('lib32-glibc' ${_pkgbasename})
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/expat/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('dd7dab7a5fea97d2a6a43f511449b7cd')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  ./configure --prefix=/usr --libdir=/usr/lib32 --mandir=/usr/share/man 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -d -m755 ${pkgdir}/usr/share/licenses/
-  ln -s ${_pkgbasename} ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # 

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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:17:06
  Author: bluewind
Revision: 115432

upgpkg: pydf 10-3

mtree rebuild

Modified:
  pydf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:14:33 UTC (rev 115431)
+++ PKGBUILD2014-07-11 10:17:06 UTC (rev 115432)
@@ -5,7 +5,7 @@
 
 pkgname=pydf
 pkgver=10
-pkgrel=2
+pkgrel=3
 pkgdesc=A colorized df clone
 arch=(any)
 url=http://kassiopeia.juls.savba.sk/~garabik/software/pydf/;



[arch-commits] Commit in lib32-libsamplerate/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:25:20
  Author: bluewind
Revision: 115439

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libsamplerate/repos/multilib-x86_64/PKGBUILD
(from rev 115438, lib32-libsamplerate/trunk/PKGBUILD)
Deleted:
  lib32-libsamplerate/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 10:25:18 UTC (rev 115438)
+++ PKGBUILD2014-07-11 10:25:20 UTC (rev 115439)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-_pkgbasename=libsamplerate
-pkgname=lib32-$_pkgbasename
-pkgver=0.1.8
-pkgrel=1
-pkgdesc=Secret Rabbit Code - aka Sample Rate Converter for audio (32-bit)
-arch=('x86_64')
-url=http://www.mega-nerd.com/SRC/index.html;
-license=('GPL')
-depends=('lib32-libsndfile' $_pkgbasename)
-makedepedns=('gcc-multilib')
-options=('!libtool')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
-md5sums=('1c7fb25191b4e6e3628d198a66a84f47')
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-libsamplerate/repos/multilib-x86_64/PKGBUILD (from rev 115438, 
lib32-libsamplerate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 10:25:20 UTC (rev 115439)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+_pkgbasename=libsamplerate
+pkgname=lib32-$_pkgbasename
+pkgver=0.1.8
+pkgrel=2
+pkgdesc=Secret Rabbit Code - aka Sample Rate Converter for audio (32-bit)
+arch=('x86_64')
+url=http://www.mega-nerd.com/SRC/index.html;
+license=('GPL')
+depends=('lib32-libsndfile' $_pkgbasename)
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
+md5sums=('1c7fb25191b4e6e3628d198a66a84f47')
+sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:25:18
  Author: bluewind
Revision: 115438

upgpkg: lib32-libsamplerate 0.1.8-2

mtree rebuild

Modified:
  lib32-libsamplerate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:22:08 UTC (rev 115437)
+++ PKGBUILD2014-07-11 10:25:18 UTC (rev 115438)
@@ -4,13 +4,13 @@
 _pkgbasename=libsamplerate
 pkgname=lib32-$_pkgbasename
 pkgver=0.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Secret Rabbit Code - aka Sample Rate Converter for audio (32-bit)
 arch=('x86_64')
 url=http://www.mega-nerd.com/SRC/index.html;
 license=('GPL')
 depends=('lib32-libsndfile' $_pkgbasename)
-makedepedns=('gcc-multilib')
+makedepends=('gcc-multilib')
 options=('!libtool')
 source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
 md5sums=('1c7fb25191b4e6e3628d198a66a84f47')



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:26:56
  Author: bluewind
Revision: 115440

upgpkg: lib32-libssh2 1.4.3-2

mtree rebuild

Modified:
  lib32-libssh2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:25:20 UTC (rev 115439)
+++ PKGBUILD2014-07-11 10:26:56 UTC (rev 115440)
@@ -8,7 +8,7 @@
 _pkgbasename=libssh2
 pkgname=lib32-$_pkgbasename
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)
 url=http://www.libssh2.org/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in lib32-libssh2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:26:59
  Author: bluewind
Revision: 115441

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libssh2/repos/multilib-x86_64/PKGBUILD
(from rev 115440, lib32-libssh2/trunk/PKGBUILD)
Deleted:
  lib32-libssh2/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 10:26:56 UTC (rev 115440)
+++ PKGBUILD2014-07-11 10:26:59 UTC (rev 115441)
@@ -1,40 +0,0 @@
-# Maintainer: Florian Pritz f...@xssn.at
-# $Id$
-# Contributor: Angel Velasquez an...@archlinux.org 
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: ice-man icem...@gmail.com
-
-_pkgbasename=libssh2
-pkgname=lib32-$_pkgbasename
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)
-url=http://www.libssh2.org/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('lib32-openssl' $_pkgbasename)
-provides=('libssh2.so')
-makedepends=('zlib' gcc-multilib)
-options=('!libtool')
-source=(http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz;)
-md5sums=('071004c60c5d6f90354ad1b701013a0b')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libssh2/repos/multilib-x86_64/PKGBUILD (from rev 115440, 
lib32-libssh2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 10:26:59 UTC (rev 115441)
@@ -0,0 +1,40 @@
+# Maintainer: Florian Pritz f...@xssn.at
+# $Id$
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+
+_pkgbasename=libssh2
+pkgname=lib32-$_pkgbasename
+pkgver=1.4.3
+pkgrel=2
+pkgdesc=A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)
+url=http://www.libssh2.org/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('lib32-openssl' $_pkgbasename)
+provides=('libssh2.so')
+makedepends=('zlib' gcc-multilib)
+options=('!libtool')
+source=(http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz;)
+md5sums=('071004c60c5d6f90354ad1b701013a0b')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:27:54
  Author: bluewind
Revision: 115442

upgpkg: lib32-libxcomposite 0.4.4-2

mtree rebuild

Modified:
  lib32-libxcomposite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:26:59 UTC (rev 115441)
+++ PKGBUILD2014-07-11 10:27:54 UTC (rev 115442)
@@ -4,7 +4,7 @@
 _pkgbasename=libxcomposite
 pkgname=lib32-$_pkgbasename
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=X11 Composite extension library (32-bit)
 arch=(x86_64)
 url=http://xorg.freedesktop.org/;



[arch-commits] Commit in lib32-libxcomposite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:27:58
  Author: bluewind
Revision: 115443

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxcomposite/repos/multilib-x86_64/PKGBUILD
(from rev 115442, lib32-libxcomposite/trunk/PKGBUILD)
Deleted:
  lib32-libxcomposite/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 10:27:54 UTC (rev 115442)
+++ PKGBUILD2014-07-11 10:27:58 UTC (rev 115443)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libxcomposite
-pkgname=lib32-$_pkgbasename
-pkgver=0.4.4
-pkgrel=1
-pkgdesc=X11 Composite extension library (32-bit)
-arch=(x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('lib32-libxfixes' $_pkgbasename)
-makedepends=('xorg-util-macros' gcc-multilib)
-options=(!libtool)
-source=(${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2)
-sha256sums=('ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/libXcomposite-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/libXcomposite-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libxcomposite/repos/multilib-x86_64/PKGBUILD (from rev 115442, 
lib32-libxcomposite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 10:27:58 UTC (rev 115443)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libxcomposite
+pkgname=lib32-$_pkgbasename
+pkgver=0.4.4
+pkgrel=2
+pkgdesc=X11 Composite extension library (32-bit)
+arch=(x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('lib32-libxfixes' $_pkgbasename)
+makedepends=('xorg-util-macros' gcc-multilib)
+options=(!libtool)
+source=(${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2)
+sha256sums=('ede250cd207d8bee4a338265c3007d7a68d5aca791b6ac41af18e9a2aeb34178')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/libXcomposite-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/libXcomposite-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:29:39
  Author: bluewind
Revision: 115444

upgpkg: lib32-libxdamage 1.1.4-2

mtree rebuild

Modified:
  lib32-libxdamage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:27:58 UTC (rev 115443)
+++ PKGBUILD2014-07-11 10:29:39 UTC (rev 115444)
@@ -4,7 +4,7 @@
 _pkgbasename=libxdamage
 pkgname=lib32-$_pkgbasename
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc=X11 damaged region extension library (32-bit)
 arch=(x86_64)
 url=http://xorg.freedesktop.org/;



[arch-commits] Commit in lib32-libxdamage/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-07-11 Thread Florian Pritz
Date: Friday, July 11, 2014 @ 12:29:42
  Author: bluewind
Revision: 115445

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxdamage/repos/multilib-x86_64/PKGBUILD
(from rev 115444, lib32-libxdamage/trunk/PKGBUILD)
Deleted:
  lib32-libxdamage/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 10:29:39 UTC (rev 115444)
+++ PKGBUILD2014-07-11 10:29:42 UTC (rev 115445)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libxdamage
-pkgname=lib32-$_pkgbasename
-pkgver=1.1.4
-pkgrel=1
-pkgdesc=X11 damaged region extension library (32-bit)
-arch=(x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('lib32-libxfixes=4.0.4' $_pkgbasename)
-makedepends=('pkg-config' 'damageproto=1.2.0' gcc-multilib)
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXdamage-${pkgver}.tar.bz2)
-sha256sums=('7c3fe7c657e83547f4822bfde30a90d84524efb56365448768409b77f05355ad')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/libXdamage-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/libXdamage-${pkgver}
-
-  make DESTDIR=${pkgdir} install || return 1
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libxdamage/repos/multilib-x86_64/PKGBUILD (from rev 115444, 
lib32-libxdamage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 10:29:42 UTC (rev 115445)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libxdamage
+pkgname=lib32-$_pkgbasename
+pkgver=1.1.4
+pkgrel=2
+pkgdesc=X11 damaged region extension library (32-bit)
+arch=(x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('lib32-libxfixes=4.0.4' $_pkgbasename)
+makedepends=('pkg-config' 'damageproto=1.2.0' gcc-multilib)
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXdamage-${pkgver}.tar.bz2)
+sha256sums=('7c3fe7c657e83547f4822bfde30a90d84524efb56365448768409b77f05355ad')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/libXdamage-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/libXdamage-${pkgver}
+
+  make DESTDIR=${pkgdir} install || return 1
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-07-11 Thread Sven-Hendrik Haase
Date: Friday, July 11, 2014 @ 13:25:06
  Author: svenstaro
Revision: 115447

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

Added:
  fmodex/repos/community-i686/PERMISSION
(from rev 115446, fmodex/trunk/PERMISSION)
  fmodex/repos/community-i686/PKGBUILD
(from rev 115446, fmodex/trunk/PKGBUILD)
  fmodex/repos/community-x86_64/PERMISSION
(from rev 115446, fmodex/trunk/PERMISSION)
  fmodex/repos/community-x86_64/PKGBUILD
(from rev 115446, fmodex/trunk/PKGBUILD)
Deleted:
  fmodex/repos/community-i686/PERMISSION
  fmodex/repos/community-i686/PKGBUILD
  fmodex/repos/community-x86_64/PERMISSION
  fmodex/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PERMISSION
===
--- community-i686/PERMISSION   2014-07-11 11:24:51 UTC (rev 115446)
+++ community-i686/PERMISSION   2014-07-11 11:25:06 UTC (rev 115447)
@@ -1,25 +0,0 @@
-Hi Sven,
-sounds ok to me.
-regards,
-
-Brett Paterson | CEO
-FMOD by Firelight Technologies Pty Ltd
-Interactive Audio Middleware | www.fmod.org
-PH: +61 3 96635947 Fax: +61 3 96635951
-
-
--Original Message-
-From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] 
-Sent: Thursday, 15 July 2010 9:51 AM
-To: sa...@fmod.org
-Subject: Redistribution for Arch Linux
-
- Hello,
-
- I'm a packager for the Arch Linux project (http://www.archlinux.org) and
- I would like to ask you for permission for redistributing FMOD in binary
- form in our project. Arch Linux is a free operating system and is run
- entirely by volunteers. There is no commercial context.
-
- Regards,
- Sven-Hendrik Haase

Copied: fmodex/repos/community-i686/PERMISSION (from rev 115446, 
fmodex/trunk/PERMISSION)
===
--- community-i686/PERMISSION   (rev 0)
+++ community-i686/PERMISSION   2014-07-11 11:25:06 UTC (rev 115447)
@@ -0,0 +1,25 @@
+Hi Sven,
+sounds ok to me.
+regards,
+
+Brett Paterson | CEO
+FMOD by Firelight Technologies Pty Ltd
+Interactive Audio Middleware | www.fmod.org
+PH: +61 3 96635947 Fax: +61 3 96635951
+
+
+-Original Message-
+From: Sven-Hendrik Haase [mailto:s...@lutzhaase.com] 
+Sent: Thursday, 15 July 2010 9:51 AM
+To: sa...@fmod.org
+Subject: Redistribution for Arch Linux
+
+ Hello,
+
+ I'm a packager for the Arch Linux project (http://www.archlinux.org) and
+ I would like to ask you for permission for redistributing FMOD in binary
+ form in our project. Arch Linux is a free operating system and is run
+ entirely by volunteers. There is no commercial context.
+
+ Regards,
+ Sven-Hendrik Haase

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 11:24:51 UTC (rev 115446)
+++ community-i686/PKGBUILD 2014-07-11 11:25:06 UTC (rev 115447)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-# Note: This packae is proprietary and distribution is limited. However, we
-# have written permission to by the FMOD CEO to distribute this in binary form.
-pkgname=fmodex
-pkgver=4.44.38
-pkgrel=1
-pkgdesc=An advanced audio engine
-arch=('i686' 'x86_64')
-url=http://www.fmod.org/;
-license=('custom')
-source=(http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz;)
-md5sums=('feb872aa1ebabc04d013994e44e98a51')
-
-package() {
-  cd fmodapi${pkgver//./}linux
-
-  mkdir -p ${pkgdir}/usr/lib
-  mkdir -p ${pkgdir}/usr/include/fmodex
-
-  cp -d api/lib/* ${pkgdir}/usr/lib/
-  [[ $CARCH == i686 ]]  rm ${pkgdir}/usr/lib/*64*
-
-  if [[ $CARCH == x86_64 ]]; then
-cd ${pkgdir}/usr/lib
-ln -sf libfmodex64-${pkgver}.so libfmodex-${pkgver}.so
-ln -sf libfmodexL64-${pkgver}.so libfmodexL-${pkgver}.so
-cd ${srcdir}/fmodapi${pkgver//./}linux
-  fi
-
-  cp api/inc/* ${pkgdir}/usr/include/fmodex/
-
-  install -Dm644 documentation/LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  mkdir -p ${pkgdir}/usr/share/doc/fmodex
-  cp -r documentation examples ${pkgdir}/usr/share/doc/fmodex
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fmodex/repos/community-i686/PKGBUILD (from rev 115446, 
fmodex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 11:25:06 UTC (rev 115447)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com

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

2014-07-11 Thread Sven-Hendrik Haase
Date: Friday, July 11, 2014 @ 13:24:51
  Author: svenstaro
Revision: 115446

upgpkg: fmodex 4.44.39-1

upstream release 4.44.39

Modified:
  fmodex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 10:29:42 UTC (rev 115445)
+++ PKGBUILD2014-07-11 11:24:51 UTC (rev 115446)
@@ -5,7 +5,7 @@
 # Note: This packae is proprietary and distribution is limited. However, we
 # have written permission to by the FMOD CEO to distribute this in binary form.
 pkgname=fmodex
-pkgver=4.44.38
+pkgver=4.44.39
 pkgrel=1
 pkgdesc=An advanced audio engine
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url=http://www.fmod.org/;
 license=('custom')
 
source=(http://www.fmod.org/download/fmodex/api/Linux/fmodapi${pkgver//./}linux.tar.gz;)
-md5sums=('feb872aa1ebabc04d013994e44e98a51')
+md5sums=('62e0b4110677ad566a96ff99898900ba')
 
 package() {
   cd fmodapi${pkgver//./}linux



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

2014-07-11 Thread Andrea Scarpino
Date: Friday, July 11, 2014 @ 13:50:04
  Author: andrea
Revision: 216790

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

Added:
  kdelibs4support/repos/extra-i686/PKGBUILD
(from rev 216789, kdelibs4support/trunk/PKGBUILD)
  kdelibs4support/repos/extra-i686/update-FindGettext.patch
(from rev 216789, kdelibs4support/trunk/update-FindGettext.patch)
  kdelibs4support/repos/extra-x86_64/PKGBUILD
(from rev 216789, kdelibs4support/trunk/PKGBUILD)
  kdelibs4support/repos/extra-x86_64/update-FindGettext.patch
(from rev 216789, kdelibs4support/trunk/update-FindGettext.patch)
Deleted:
  kdelibs4support/repos/extra-i686/PKGBUILD
  kdelibs4support/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   38 --
 extra-i686/update-FindGettext.patch   |   37 +
 extra-x86_64/PKGBUILD |   38 --
 extra-x86_64/update-FindGettext.patch |   37 +
 5 files changed, 160 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-11 11:49:56 UTC (rev 216789)
+++ extra-i686/PKGBUILD 2014-07-11 11:50:04 UTC (rev 216790)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdelibs4support
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='KDE 4 Support'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdelibs4support'
-license=('LGPL')
-depends=('kunitconversion' 'kdesignerplugin')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
-groups=('kf5-aids')
-replaces=('kde4support')
-conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1fe3fc10a31a2c123338c3a8ae82455a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdelibs4support/repos/extra-i686/PKGBUILD (from rev 216789, 
kdelibs4support/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-11 11:50:04 UTC (rev 216790)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdelibs4support
+pkgver=5.0.0
+pkgrel=2
+pkgdesc='KDE 4 Support'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdelibs4support'
+license=('LGPL')
+depends=('kunitconversion' 'kdesignerplugin')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools') # 'networkmanager'
+groups=('kf5-aids')
+replaces=('kde4support')
+conflicts=('kde4support')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;
+'update-FindGettext.patch')
+md5sums=('1fe3fc10a31a2c123338c3a8ae82455a'
+ 'cfde4360628836b039cb614f6641112d')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/update-FindGettext.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdelibs4support/repos/extra-i686/update-FindGettext.patch (from rev 
216789, kdelibs4support/trunk/update-FindGettext.patch)
===
--- extra-i686/update-FindGettext.patch (rev 0)
+++ extra-i686/update-FindGettext.patch 2014-07-11 11:50:04 UTC (rev 216790)
@@ -0,0 +1,37 @@
+From: Alex Merry alex.me...@kde.org
+Date: Fri, 04 Jul 2014 10:10:27 +
+Subject: Make FindGettext compatible with the one provided by CMake
+X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs4support.gita=commitdiffh=581ee6b370d8b5627196c8d6d8760d3655f6daea
+---
+Make FindGettext compatible with the one provided by CMake
+
+This version will accept the old GETTEXT_PROCESS_PO_FILES() syntax (no
+PO_FILES argument), but will also accept the new syntax required by
+CMake's version of this file. It will also warn when PO_FILES is not
+given.
+
+REVIEW: 119111
+---
+
+
+--- a/cmake/modules/FindGettext.cmake
 b/cmake/modules/FindGettext.cmake
+@@ -212,7 +212,16 @@
+   LIST(REMOVE_AT _args 0 1)
+ENDIF(${_tmp} STREQUAL INSTALL_DESTINATION)
+
+-#message(STATUS 2 all ${_addToAll} dest ${_installDest} args: ${_args})
++   LIST(GET _args 0 _tmp)
++   

[arch-commits] Commit in kdelibs4support/trunk (PKGBUILD update-FindGettext.patch)

2014-07-11 Thread Andrea Scarpino
Date: Friday, July 11, 2014 @ 13:49:56
  Author: andrea
Revision: 216789

upgpkg: kdelibs4support 5.0.0-2

Fix FindGettext.cmake

Added:
  kdelibs4support/trunk/update-FindGettext.patch
Modified:
  kdelibs4support/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 update-FindGettext.patch |   37 +
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 09:47:15 UTC (rev 216788)
+++ PKGBUILD2014-07-11 11:49:56 UTC (rev 216789)
@@ -3,7 +3,7 @@
 
 pkgname=kdelibs4support
 pkgver=5.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE 4 Support'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdelibs4support'
@@ -13,11 +13,16 @@
 groups=('kf5-aids')
 replaces=('kde4support')
 conflicts=('kde4support')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1fe3fc10a31a2c123338c3a8ae82455a')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/portingAids/${pkgname}-${pkgver}.tar.xz;
+'update-FindGettext.patch')
+md5sums=('1fe3fc10a31a2c123338c3a8ae82455a'
+ 'cfde4360628836b039cb614f6641112d')
 
 prepare() {
   mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/update-FindGettext.patch
 }
 
 build() {

Added: update-FindGettext.patch
===
--- update-FindGettext.patch(rev 0)
+++ update-FindGettext.patch2014-07-11 11:49:56 UTC (rev 216789)
@@ -0,0 +1,37 @@
+From: Alex Merry alex.me...@kde.org
+Date: Fri, 04 Jul 2014 10:10:27 +
+Subject: Make FindGettext compatible with the one provided by CMake
+X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs4support.gita=commitdiffh=581ee6b370d8b5627196c8d6d8760d3655f6daea
+---
+Make FindGettext compatible with the one provided by CMake
+
+This version will accept the old GETTEXT_PROCESS_PO_FILES() syntax (no
+PO_FILES argument), but will also accept the new syntax required by
+CMake's version of this file. It will also warn when PO_FILES is not
+given.
+
+REVIEW: 119111
+---
+
+
+--- a/cmake/modules/FindGettext.cmake
 b/cmake/modules/FindGettext.cmake
+@@ -212,7 +212,16 @@
+   LIST(REMOVE_AT _args 0 1)
+ENDIF(${_tmp} STREQUAL INSTALL_DESTINATION)
+
+-#message(STATUS 2 all ${_addToAll} dest ${_installDest} args: ${_args})
++   LIST(GET _args 0 _tmp)
++   IF(${_tmp} STREQUAL PO_FILES)
++  LIST(REMOVE_AT _args 0)
++   ELSE()
++  SET(_deprecation_arg DEPRECATION)
++  IF(CMAKE_VERSION VERSION_LESS 3.0.0)
++ SET(_deprecation_arg AUTHOR_WARNING)
++  ENDIF()
++  MESSAGE(${_deprecation_arg} GETTEXT_PROCESS_PO_FILES without a 
PO_FILES argument is deprecated)
++   ENDIF()
+
+FOREACH(_current_PO_FILE ${_args})
+   GET_FILENAME_COMPONENT(_name ${_current_PO_FILE} NAME)
+



[arch-commits] Commit in python2-caja/trunk (PKGBUILD use-pkg-config.diff)

2014-07-11 Thread Martin Wimpress
Date: Friday, July 11, 2014 @ 13:54:30
  Author: flexiondotorg
Revision: 115448

upgpkg: python2-caja 1.8.0-2 - Fixes Caja modules.

Added:
  python2-caja/trunk/use-pkg-config.diff
Modified:
  python2-caja/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 use-pkg-config.diff |   39 +++
 2 files changed, 48 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 11:25:06 UTC (rev 115447)
+++ PKGBUILD2014-07-11 11:54:30 UTC (rev 115448)
@@ -3,7 +3,7 @@
 pkgname=python2-caja
 _pkgname=python-caja
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python.
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -12,12 +12,17 @@
 makedepends=('mate-common')
 replaces=('python-caja')
 provides=('python-caja')
-source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;)
-sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e')
+source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;
+use-pkg-config.diff)
+sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e'
+  '32c348669868414d98c3a4be0a083b419256200d')
 
 prepare() {
 cd ${srcdir}/${_pkgname}-${pkgver}
-sed -i 's/python-config/python2-config/' configure
+# Use pkg-config for python detection and variables
+#  - https://github.com/mate-desktop/python-caja/issues/17
+patch -Np1 -i ${srcdir}/use-pkg-config.diff
+autoreconf -fi
 }
 
 build() {

Added: use-pkg-config.diff
===
--- use-pkg-config.diff (rev 0)
+++ use-pkg-config.diff 2014-07-11 11:54:30 UTC (rev 115448)
@@ -0,0 +1,39 @@
+diff --git a/configure.ac b/configure.ac
+index f4059e3..a8345ae 100644
+--- a/configure.ac
 b/configure.ac
+@@ -30,8 +30,12 @@ GTK_DOC_CHECK(1.9)
+ dnl **
+ dnl * Check for Python
+ dnl **
+-AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR([could not find Python headers])])
+-AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR([could not find Python lib])])
++AM_PATH_PYTHON([2.6])
++PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
++PYTHON_LIB_LOC=`pkg-config python-${PYTHON_VERSION} --variable=libdir`
++AC_SUBST(PYTHON_LIBS)
++AC_SUBST(PYTHON_CFLAGS)
++AC_SUBST(PYTHON_LIB_LOC)
+ 
+ if test `pkg-config --variable=datadir pygobject-3.0` !=  ; then
+ PYGOBJECT_VERSION=pygobject-3.0
+diff --git a/src/Makefile.am b/src/Makefile.am
+index e3d7c3f..dd37d15 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -16,12 +16,13 @@ libcaja_python_la_CPPFLAGS = \
+   -DLIBDIR=\$(libdir)\ \
+   -DPYTHON_VERSION=\$(PYTHON_VERSION)\ \
+   -DPY_LIB_LOC=\$(PYTHON_LIB_LOC)\ \
+-  $(PYTHON_INCLUDES) \
++  $(CAJA_PYTHON_CFLAGS) \
+   $(AM_CPPFLAGS)
+ 
+ libcaja_python_la_CFLAGS = \
++  $(PYTHON_CFLAGS)
+   $(CAJA_PYTHON_CFLAGS) \
+   $(AM_CFLAGS)
+ 
+ libcaja_python_la_LDFLAGS = -module -avoid-version
+-libcaja_python_la_LIBADD  = $(CAJA_PYTHON_LIBS) $(PYTHON_LIBS)
++libcaja_python_la_LIBADD  = $(PYTHON_LIBS) $(CAJA_PYTHON_LIBS)



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

2014-07-11 Thread Martin Wimpress
Date: Friday, July 11, 2014 @ 13:54:42
  Author: flexiondotorg
Revision: 115449

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

Added:
  python2-caja/repos/community-i686/PKGBUILD
(from rev 115448, python2-caja/trunk/PKGBUILD)
  python2-caja/repos/community-i686/use-pkg-config.diff
(from rev 115448, python2-caja/trunk/use-pkg-config.diff)
  python2-caja/repos/community-x86_64/PKGBUILD
(from rev 115448, python2-caja/trunk/PKGBUILD)
  python2-caja/repos/community-x86_64/use-pkg-config.diff
(from rev 115448, python2-caja/trunk/use-pkg-config.diff)
Deleted:
  python2-caja/repos/community-i686/PKGBUILD
  python2-caja/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   78 +
 community-i686/PKGBUILD  |   35 --
 community-i686/use-pkg-config.diff   |   39 
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/use-pkg-config.diff |   39 
 5 files changed, 156 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 11:54:30 UTC (rev 115448)
+++ community-i686/PKGBUILD 2014-07-11 11:54:42 UTC (rev 115449)
@@ -1,35 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=python2-caja
-_pkgname=python-caja
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python.
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'python2' 'python2-gobject')
-makedepends=('mate-common')
-options=('!emptydirs')
-replaces=('python-caja')
-provides=('python-caja')
-source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;)
-sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e')
-
-prepare() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-sed -i 's/python-config/python2-config/' configure
-}
-
-build() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: python2-caja/repos/community-i686/PKGBUILD (from rev 115448, 
python2-caja/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 11:54:42 UTC (rev 115449)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=python2-caja
+_pkgname=python-caja
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'python2' 'python2-gobject')
+makedepends=('mate-common')
+replaces=('python-caja')
+provides=('python-caja')
+source=(http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz;
+use-pkg-config.diff)
+sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e'
+  '32c348669868414d98c3a4be0a083b419256200d')
+
+prepare() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+# Use pkg-config for python detection and variables
+#  - https://github.com/mate-desktop/python-caja/issues/17
+patch -Np1 -i ${srcdir}/use-pkg-config.diff
+autoreconf -fi
+}
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: python2-caja/repos/community-i686/use-pkg-config.diff (from rev 115448, 
python2-caja/trunk/use-pkg-config.diff)
===
--- community-i686/use-pkg-config.diff  (rev 0)
+++ community-i686/use-pkg-config.diff  2014-07-11 11:54:42 UTC (rev 115449)
@@ -0,0 +1,39 @@
+diff --git a/configure.ac b/configure.ac
+index f4059e3..a8345ae 100644
+--- a/configure.ac
 b/configure.ac
+@@ -30,8 +30,12 @@ GTK_DOC_CHECK(1.9)
+ dnl **
+ dnl * Check for Python
+ dnl **
+-AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR([could not find Python headers])])
+-AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR([could not find Python lib])])
++AM_PATH_PYTHON([2.6])
++PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
++PYTHON_LIB_LOC=`pkg-config python-${PYTHON_VERSION} --variable=libdir`
++AC_SUBST(PYTHON_LIBS)
++AC_SUBST(PYTHON_CFLAGS)
++AC_SUBST(PYTHON_LIB_LOC)
+ 
+ if test `pkg-config --variable=datadir pygobject-3.0` !=  ; then
+ PYGOBJECT_VERSION=pygobject-3.0
+diff --git a/src/Makefile.am b/src/Makefile.am
+index e3d7c3f..dd37d15 100644

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

2014-07-11 Thread Martin Wimpress
Date: Friday, July 11, 2014 @ 13:57:50
  Author: flexiondotorg
Revision: 115450

upgpkg: syncthing 0.8.19-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 11:54:42 UTC (rev 115449)
+++ PKGBUILD2014-07-11 11:57:50 UTC (rev 115450)
@@ -6,7 +6,7 @@
 
 _pkgstamp=$(date +%s)
 pkgname=syncthing
-pkgver=0.8.18
+pkgver=0.8.19
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
@@ -17,7 +17,7 @@
 source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
 syncthing@.service
 syncthing.1)
-sha1sums=('e643d6b0f3610ca74496c7020aaa19906b75a51a'
+sha1sums=('88c1bd818061a127b5263e9220ec54fd7544d217'
   '204cad3823306c793a14a17a23220e26199160d4'
   '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install



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

2014-07-11 Thread Martin Wimpress
Date: Friday, July 11, 2014 @ 13:58:04
  Author: flexiondotorg
Revision: 115451

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 115450, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 115450, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 115450, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 115450, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 115450, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 115450, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 115450, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 115450, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  106 +++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 11:57:50 UTC (rev 115450)
+++ community-i686/PKGBUILD 2014-07-11 11:58:04 UTC (rev 115451)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.8.18
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('e643d6b0f3610ca74496c7020aaa19906b75a51a'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/calmh
-mv ${pkgname}-${pkgver} src/github.com/calmh/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/calmh/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/calmh/${pkgname}
-install -D -m 755 syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 115450, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 11:58:04 UTC (rev 115451)
@@ -0,0 +1,53 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.8.19
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')

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

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 15:16:02
  Author: arodseth
Revision: 115452

upgpkg: groovy 2.3.4-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 11:58:04 UTC (rev 115451)
+++ PKGBUILD2014-07-11 13:16:02 UTC (rev 115452)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=groovy
-pkgver=2.3.1
+pkgver=2.3.4
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('gendesk')
 source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
 
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
-sha256sums=('89a35dac15de7a0f659df9e4a106ab6ce8323eb70f3b7e919d99c031b12b6860'
+sha256sums=('5bba3b09f3f1b9c465f35e8bb26ab18dde59d46112c8d33f7671e5604a9b9a8a'
 '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {



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

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 15:16:59
  Author: arodseth
Revision: 115453

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 115452, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 13:16:02 UTC (rev 115452)
+++ PKGBUILD2014-07-11 13:16:59 UTC (rev 115453)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: Ruben Fonseca fons...@gmail.com
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
-
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
-sha256sums=('89a35dac15de7a0f659df9e4a106ab6ce8323eb70f3b7e919d99c031b12b6860'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut file
-  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' --name 'Groovy Console' 
-
-  # Set GROOVY_HOME correctly at the top of all the scripts
-  cd $pkgname-$pkgver/embeddable
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Create the directories and package the files
-  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib conf embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-
-  # Desktop shortcut for Groovy Console
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 115452, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 13:16:59 UTC (rev 115453)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: Ruben Fonseca fons...@gmail.com
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.3.4
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=(http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip;
+
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
+sha256sums=('5bba3b09f3f1b9c465f35e8bb26ab18dde59d46112c8d33f7671e5604a9b9a8a'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut file
+  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console' 
+
+  # Set GROOVY_HOME correctly at the top of all the scripts
+  cd $pkgname-$pkgver/embeddable
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Create the directories and package the files
+  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  cp -r lib conf embeddable $pkgdir/usr/share/groovy
+  cp bin/* $pkgdir/usr/bin
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package 

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

2014-07-11 Thread Andrea Scarpino
Date: Friday, July 11, 2014 @ 15:16:42
  Author: andrea
Revision: 216793

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

Added:
  polkit-qt/repos/extra-i686/
  polkit-qt/repos/extra-i686/PKGBUILD
(from rev 216792, polkit-qt/trunk/PKGBUILD)
  polkit-qt/repos/extra-x86_64/
  polkit-qt/repos/extra-x86_64/PKGBUILD
(from rev 216792, polkit-qt/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   53 
 extra-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: polkit-qt/repos/extra-i686/PKGBUILD (from rev 216792, 
polkit-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-11 13:16:42 UTC (rev 216793)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=polkit-qt
+pkgname=('polkit-qt4' 'polkit-qt5')
+pkgver=0.112
+pkgrel=1
+pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'polkit' 'qt4' 'qt5-base')
+source=(${pkgbase}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=${pkgbase}-1.gita=snapshoth=40afa675bfa4cacd95487ce8b0544654c5f34e21fmt=tbz2;)
+md5sums=('c46401dbb55e2276616849e22b096768')
+
+prepare() {
+  mkdir build{,-qt5}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DUSE_QT4=ON
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib
+  make
+}
+
+package_polkit-qt4() {
+  depends=('polkit' 'qt4')
+  replaces=('polkit-qt')
+  provides=('polkit-qt')
+  conflicts=('polkit-qt')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+package_polkit-qt5() {
+  depends=('polkit' 'qt5-base')
+
+  cd build-qt5
+  make DESTDIR=${pkgdir} install
+}

Copied: polkit-qt/repos/extra-x86_64/PKGBUILD (from rev 216792, 
polkit-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-11 13:16:42 UTC (rev 216793)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=polkit-qt
+pkgname=('polkit-qt4' 'polkit-qt5')
+pkgver=0.112
+pkgrel=1
+pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'polkit' 'qt4' 'qt5-base')
+source=(${pkgbase}-${pkgver}.tar.bz2::http://quickgit.kde.org/?p=${pkgbase}-1.gita=snapshoth=40afa675bfa4cacd95487ce8b0544654c5f34e21fmt=tbz2;)
+md5sums=('c46401dbb55e2276616849e22b096768')
+
+prepare() {
+  mkdir build{,-qt5}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib \
+-DUSE_QT4=ON
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-1 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_DESTINATION=/usr/lib
+  make
+}
+
+package_polkit-qt4() {
+  depends=('polkit' 'qt4')
+  replaces=('polkit-qt')
+  provides=('polkit-qt')
+  conflicts=('polkit-qt')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+package_polkit-qt5() {
+  depends=('polkit' 'qt5-base')
+
+  cd build-qt5
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 15:22:31
  Author: arodseth
Revision: 115454

upgpkg: nuitka 0.5.2.1-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 13:16:59 UTC (rev 115453)
+++ PKGBUILD2014-07-11 13:22:31 UTC (rev 115454)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
 
 pkgname=nuitka
-pkgver=0.5.2
+pkgver=0.5.2.1
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python')
 options=('!emptydirs')
 source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('1d233ad733e35c80b1c7bec8332cae4c1457b9c7ffd5241b0f8609e207224dce')
+sha256sums=('6e2b97c27136807d0fe30b2163369429fa92fa772a55404d4e9f3364f3f4d819')
 
 package() {
   cd Nuitka-$pkgver



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

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 15:23:13
  Author: arodseth
Revision: 115455

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 115454, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 13:22:31 UTC (rev 115454)
+++ PKGBUILD2014-07-11 13:23:13 UTC (rev 115455)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
-
-pkgname=nuitka
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://www.nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python')
-options=('!emptydirs')
-source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
-sha256sums=('1d233ad733e35c80b1c7bec8332cae4c1457b9c7ffd5241b0f8609e207224dce')
-
-package() {
-  cd Nuitka-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 115454, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 13:23:13 UTC (rev 115455)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Panagiotis Mavrogiorgos (pmav99)  (gmail)
+
+pkgname=nuitka
+pkgver=0.5.2.1
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://www.nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python')
+options=('!emptydirs')
+source=(http://nuitka.net/releases/Nuitka-$pkgver.tar.gz;)
+sha256sums=('6e2b97c27136807d0fe30b2163369429fa92fa772a55404d4e9f3364f3f4d819')
+
+package() {
+  cd Nuitka-$pkgver
+
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+# vim: sw=2 ts=2 et:



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

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 15:33:30
  Author: arodseth
Revision: 115456

upgpkg: python-pexpect 3.3-1

Modified:
  python-pexpect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 13:23:13 UTC (rev 115455)
+++ PKGBUILD2014-07-11 13:33:30 UTC (rev 115456)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Schaefer aa...@elasticdog.com
 
 pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc='Make Python a better tool for controlling and automating other 
programs'
 arch=('any')
@@ -13,7 +13,7 @@
 conflicts=('python-pexpect=2.4')
 replaces=('python-pexpect=2.4')
 
source=(http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz;)
-sha256sums=('dbc4c9a01c118e198d1b6ca76f31eb7292f212567f253e6b36a880e5168e961f')
+sha256sums=('dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba')
 
 prepare() {
   cp -r pexpect-$pkgver python2-pexpect-$pkgver



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

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 15:34:11
  Author: arodseth
Revision: 115457

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 13:33:30 UTC (rev 115456)
+++ PKGBUILD2014-07-11 13:34:11 UTC (rev 115457)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=3.2
-pkgrel=1
-pkgdesc='Make Python a better tool for controlling and automating other 
programs'
-arch=('any')
-url='http://pexpect.readthedocs.org/en/latest/'
-license=('MIT')
-makedepends=('python' 'python2')
-conflicts=('python-pexpect=2.4')
-replaces=('python-pexpect=2.4')
-source=(http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz;)
-sha256sums=('dbc4c9a01c118e198d1b6ca76f31eb7292f212567f253e6b36a880e5168e961f')
-
-prepare() {
-  cp -r pexpect-$pkgver python2-pexpect-$pkgver
-  sed -i 's:env python:env python2:' python2-pexpect-$pkgver/pexpect/FSM.py
-}
-
-package_python-pexpect() {
-  depends+=('python')
-  cd pexpect-$pkgver
-  python setup.py install --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pexpect() {
-  depends+=('python2')
-  cd python2-pexpect-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pexpect/repos/community-any/PKGBUILD (from rev 115456, 
python-pexpect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 13:34:11 UTC (rev 115457)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Aaron Schaefer aa...@elasticdog.com
+
+pkgname=('python-pexpect' 'python2-pexpect')
+pkgver=3.3
+pkgrel=1
+pkgdesc='Make Python a better tool for controlling and automating other 
programs'
+arch=('any')
+url='http://pexpect.readthedocs.org/en/latest/'
+license=('MIT')
+makedepends=('python' 'python2')
+conflicts=('python-pexpect=2.4')
+replaces=('python-pexpect=2.4')
+source=(http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz;)
+sha256sums=('dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba')
+
+prepare() {
+  cp -r pexpect-$pkgver python2-pexpect-$pkgver
+  sed -i 's:env python:env python2:' python2-pexpect-$pkgver/pexpect/FSM.py
+}
+
+package_python-pexpect() {
+  depends+=('python')
+  cd pexpect-$pkgver
+  python setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pexpect() {
+  depends+=('python2')
+  cd python2-pexpect-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 16:13:36
  Author: arodseth
Revision: 115458

Builds if applying gentoo patches

Modified:
  ucl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 13:34:11 UTC (rev 115457)
+++ PKGBUILD2014-07-11 14:13:36 UTC (rev 115458)
@@ -1,27 +1,29 @@
 # $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: arjan ar...@archlinux.org
-# Previous Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: arjan ar...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=ucl
 pkgver=1.03
-pkgrel=6
-pkgdesc=Portable lossless data compression library written in ANSI C
-arch=('i686' 'x86_64')
+pkgrel=7
+pkgdesc='Portable lossless compression library'
+arch=('x86_64' 'i686')
 license=('GPL')
-url=http://www.oberhumer.com/opensource/ucl/;
+url='http://www.oberhumer.com/opensource/ucl/'
 
source=(http://www.oberhumer.com/opensource/$pkgname/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('852bd691d8abc75b52053465846fba34')
+sha256sums=('b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-shared --disable-static
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in clojure/trunk (PKGBUILD clj.sh)

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 16:46:06
  Author: arodseth
Revision: 115459

upgpkg: clojure 1.6.0-2

Modified:
  clojure/trunk/PKGBUILD
  clojure/trunk/clj.sh

--+
 PKGBUILD |   12 ++--
 clj.sh   |6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 14:13:36 UTC (rev 115458)
+++ PKGBUILD2014-07-11 14:46:06 UTC (rev 115459)
@@ -6,12 +6,12 @@
 
 pkgname=clojure
 pkgver=1.6.0
-pkgrel=1
-pkgdesc='LISP dialect for the JVM'
-url='http://www.clojure.org/'
+pkgrel=2
+pkgdesc='LISP for the JVM'
+url='http://clojure.org/'
 arch=('any')
 license=('CPL')
-depends=('java-environment' 'sh')
+depends=('java-environment')
 makedepends=('java-environment' 'classpath' 'git' 'maven')
 optdepends=('rlwrap: friendlier shell with readline support')
 install='clojure.install'
@@ -19,7 +19,7 @@
 'clj.sh'
 $pkgname.sh)
 sha256sums=('SKIP'
-'0d0f9e7db77f4b5f507ee18e140c29138b7bff5c4ca9d0b963dfd657c6e3c157'
+'1ef67b23b1df37420a0af7261abc7d168031952fb3b3c44e8de53db0885a1621'
 'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
 
 build() {
@@ -31,7 +31,7 @@
 check() {
   cd $pkgname
 
-  #mvn test -Dmaven.repo.local=m2
+  mvn test -Dmaven.repo.local=m2
 }
 
 package() {

Modified: clj.sh
===
--- clj.sh  2014-07-11 14:13:36 UTC (rev 115458)
+++ clj.sh  2014-07-11 14:46:06 UTC (rev 115459)
@@ -133,6 +133,6 @@
 CLOJURE_JAVA_OPTS=$CLOJURE_JAVA_OPTS 
-Djava.library.path=$CLOJURE_LIBRARY_PATH
 fi
 
-cmd=`echo $rlwrap $CLOJURE_JAVA $CLOJURE_JAVA_OPTS -cp 
$CLOJURE_CLASSPATH $jline $main $@`
-[ $verbose -eq 1 ]  echo $cmd
-exec `echo $cmd`
+cmd=`echo $rlwrap $CLOJURE_JAVA $CLOJURE_JAVA_OPTS -cp 
$CLOJURE_CLASSPATH $jline $main`
+[ $verbose -eq 1 ]  echo $cmd $@
+exec `echo $cmd` $@



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

2014-07-11 Thread Alexander Rødseth
Date: Friday, July 11, 2014 @ 16:47:06
  Author: arodseth
Revision: 115460

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 115459, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clj.sh
(from rev 115459, clojure/trunk/clj.sh)
  clojure/repos/community-any/clojure.install
(from rev 115459, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 115459, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clj.sh
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   90 -
 clj.sh  |  276 +++---
 clojure.install |   10 -
 clojure.sh  |2 
 4 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 14:46:06 UTC (rev 115459)
+++ PKGBUILD2014-07-11 14:47:06 UTC (rev 115460)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Chris O'Donnell christopher.p.odonn...@gmail.com
-# Contributor: Sam May sam@gmail.com
-
-pkgname=clojure
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='LISP dialect for the JVM'
-url='http://www.clojure.org/'
-arch=('any')
-license=('CPL')
-depends=('java-environment' 'sh')
-makedepends=('java-environment' 'classpath' 'git' 'maven')
-optdepends=('rlwrap: friendlier shell with readline support')
-install='clojure.install'
-source=($pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver
-'clj.sh'
-$pkgname.sh)
-sha256sums=('SKIP'
-'0d0f9e7db77f4b5f507ee18e140c29138b7bff5c4ca9d0b963dfd657c6e3c157'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-build() {
-  cd $pkgname
-
-  mvn package -Dmaven.test.skip=true -Dmaven.repo.local=m2
-}
-
-check() {
-  cd $pkgname
-
-  #mvn test -Dmaven.repo.local=m2
-}
-
-package() {
-  install -Dm755 clj.sh $pkgdir/usr/bin/clj
-  install -Dm755 clj.sh $pkgdir/usr/bin/clojure
-  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-  install -Dm644 $pkgname/target/$pkgname-$pkgver.jar \
-$pkgdir/usr/share/$pkgname/$pkgname.jar
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 115459, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 14:47:06 UTC (rev 115460)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Chris O'Donnell christopher.p.odonn...@gmail.com
+# Contributor: Sam May sam@gmail.com
+
+pkgname=clojure
+pkgver=1.6.0
+pkgrel=2
+pkgdesc='LISP for the JVM'
+url='http://clojure.org/'
+arch=('any')
+license=('CPL')
+depends=('java-environment')
+makedepends=('java-environment' 'classpath' 'git' 'maven')
+optdepends=('rlwrap: friendlier shell with readline support')
+install='clojure.install'
+source=($pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver
+'clj.sh'
+$pkgname.sh)
+sha256sums=('SKIP'
+'1ef67b23b1df37420a0af7261abc7d168031952fb3b3c44e8de53db0885a1621'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+build() {
+  cd $pkgname
+
+  mvn package -Dmaven.test.skip=true -Dmaven.repo.local=m2
+}
+
+check() {
+  cd $pkgname
+
+  mvn test -Dmaven.repo.local=m2
+}
+
+package() {
+  install -Dm755 clj.sh $pkgdir/usr/bin/clj
+  install -Dm755 clj.sh $pkgdir/usr/bin/clojure
+  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+  install -Dm644 $pkgname/target/$pkgname-$pkgver.jar \
+$pkgdir/usr/share/$pkgname/$pkgname.jar
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: clj.sh
===
--- clj.sh  2014-07-11 14:46:06 UTC (rev 115459)
+++ clj.sh  2014-07-11 14:47:06 UTC (rev 115460)
@@ -1,138 +0,0 @@
-#!/bin/sh
-#
-# A launcher script for Clojure programs. These environment variables can be
-# used to configure the script:
-#
-#   CLOJURE_HOME
-#   The root directory where Clojure is installed.
-#   CLOJURE_JAVA
-#   The name of the java executable used to run Clojure.
-#   CLOJURE_JAVA_OPTS
-#   Additional options to be passed to the java executable.
-#   CLOJURE_CLASSPATH
-#   A path to be added to Clojure's classpath.
-#   CLOJURE_LIBRARY_PATH
-#   A path to be searched for native code such as DLL's or JNI
-#   libraries. This gets added to the Java options as
-#   -Djava.library.path=$CLOJURE_LIBRARY_PATH.
-#   CLOJURE_LIB
-#   This directory, and any jars inside it, will be automatically
-#   added to Clojure's classpath.
-#
-#   CLOJURE_JLINE
-#

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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 16:48:49
  Author: andyrtr
Revision: 216795

upgpkg: x2goclient 4.0.2.1-1

upstream update 4.0.2.1

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 13:55:21 UTC (rev 216794)
+++ PKGBUILD2014-07-11 14:48:49 UTC (rev 216795)
@@ -4,7 +4,7 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.2.0
+pkgver=4.0.2.1
 pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('bbe8efb2df88bfa18b056c52ee0b1cca7a52b71b'
+sha1sums=('fb9e787afc610f69a56ddf61ecc255d62d89'
   'SKIP')
 
 build() {



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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 16:49:07
  Author: andyrtr
Revision: 216796

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

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

-+
 /PKGBUILD   |   66 ++
 /x2goclient.install |   22 
 extra-i686/PKGBUILD |   33 ---
 extra-i686/x2goclient.install   |   11 --
 extra-x86_64/PKGBUILD   |   33 ---
 extra-x86_64/x2goclient.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-11 14:48:49 UTC (rev 216795)
+++ extra-i686/PKGBUILD 2014-07-11 14:49:07 UTC (rev 216796)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgname=x2goclient
-pkgver=4.0.2.0
-pkgrel=1
-pkgdesc=x2go qt4 client
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.x2go.org;
-depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('man2html')
-install=x2goclient.install
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('bbe8efb2df88bfa18b056c52ee0b1cca7a52b71b'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -i s:-o root -g root :: Makefile
-  #make PREFIX=/usr
-  #make PREFIX=/usr build_man # target broken and making the build hang
-  make PREFIX=/usr build_pluginprovider
-  make PREFIX=/usr build_client 
-  make PREFIX=/usr build_plugin
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: x2goclient/repos/extra-i686/PKGBUILD (from rev 216795, 
x2goclient/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-11 14:49:07 UTC (rev 216796)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+
+pkgname=x2goclient
+pkgver=4.0.2.1
+pkgrel=1
+pkgdesc=x2go qt4 client
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.x2go.org;
+depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('man2html')
+install=x2goclient.install
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('fb9e787afc610f69a56ddf61ecc255d62d89'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -i s:-o root -g root :: Makefile
+  #make PREFIX=/usr
+  #make PREFIX=/usr build_man # target broken and making the build hang
+  make PREFIX=/usr build_pluginprovider
+  make PREFIX=/usr build_client 
+  make PREFIX=/usr build_plugin
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=$pkgdir install
+}

Deleted: extra-i686/x2goclient.install
===
--- extra-i686/x2goclient.install   2014-07-11 14:48:49 UTC (rev 216795)
+++ extra-i686/x2goclient.install   2014-07-11 14:49:07 UTC (rev 216796)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate --theme hicolor
-}

Copied: x2goclient/repos/extra-i686/x2goclient.install (from rev 216795, 
x2goclient/trunk/x2goclient.install)
===
--- extra-i686/x2goclient.install   (rev 0)
+++ extra-i686/x2goclient.install   2014-07-11 14:49:07 UTC (rev 216796)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-11 14:48:49 UTC (rev 216795)
+++ extra-x86_64/PKGBUILD   2014-07-11 14:49:07 UTC (rev 216796)
@@ -1,33 +0,0 @@
-# $Id$
-# 

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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 16:52:22
  Author: andyrtr
Revision: 216797

upgpkg: beanshell2 2.1.8-1

upstream update 2.1.8

Modified:
  beanshell2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 14:49:07 UTC (rev 216796)
+++ PKGBUILD2014-07-11 14:52:22 UTC (rev 216797)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR andyrtr at archlinux.org
 
 pkgname=beanshell2
-pkgver=2.1.7
+pkgver=2.1.8
 pkgrel=1
 pkgdesc=Small, free, embeddable, source level Java interpreter with object 
based scripting language features written in Java
 arch=('any')
@@ -12,9 +12,9 @@
 provides=('bsh' 'beanshell')
 conflicts=('beanshell')
 replaces=('beanshell')
-source=(https://beanshell2.googlecode.com/files/bsh-${pkgver}.jar;)
+source=(https://beanshell2.googlecode.com/svn/branches/v2.1/downloads/bsh-${pkgver}.jar)
 noextract=(${pkgname}-${pkgver}.jar)
-md5sums=('0d60db994fe371594f6b513bf07768cf')
+md5sums=('86da39aefd9ab3da7167f141083009ea')
 
 package() {
   install -m755 -d ${pkgdir}/usr/share/java/



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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 16:52:30
  Author: andyrtr
Revision: 216798

archrelease: copy trunk to extra-any

Added:
  beanshell2/repos/extra-any/PKGBUILD
(from rev 216797, beanshell2/trunk/PKGBUILD)
Deleted:
  beanshell2/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 14:52:22 UTC (rev 216797)
+++ PKGBUILD2014-07-11 14:52:30 UTC (rev 216798)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andyrtr at archlinux.org
-
-pkgname=beanshell2
-pkgver=2.1.7
-pkgrel=1
-pkgdesc=Small, free, embeddable, source level Java interpreter with object 
based scripting language features written in Java
-arch=('any')
-url=https://code.google.com/p/beanshell2/;
-license=('LGPL')
-depends=('java-runtime')
-provides=('bsh' 'beanshell')
-conflicts=('beanshell')
-replaces=('beanshell')
-source=(https://beanshell2.googlecode.com/files/bsh-${pkgver}.jar;)
-noextract=(${pkgname}-${pkgver}.jar)
-md5sums=('0d60db994fe371594f6b513bf07768cf')
-
-package() {
-  install -m755 -d ${pkgdir}/usr/share/java/
-  install -D -m644 ${srcdir}/bsh-${pkgver}.jar ${pkgdir}/usr/share/java/bsh.jar
-}

Copied: beanshell2/repos/extra-any/PKGBUILD (from rev 216797, 
beanshell2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 14:52:30 UTC (rev 216798)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: AndyRTR andyrtr at archlinux.org
+
+pkgname=beanshell2
+pkgver=2.1.8
+pkgrel=1
+pkgdesc=Small, free, embeddable, source level Java interpreter with object 
based scripting language features written in Java
+arch=('any')
+url=https://code.google.com/p/beanshell2/;
+license=('LGPL')
+depends=('java-runtime')
+provides=('bsh' 'beanshell')
+conflicts=('beanshell')
+replaces=('beanshell')
+source=(https://beanshell2.googlecode.com/svn/branches/v2.1/downloads/bsh-${pkgver}.jar)
+noextract=(${pkgname}-${pkgver}.jar)
+md5sums=('86da39aefd9ab3da7167f141083009ea')
+
+package() {
+  install -m755 -d ${pkgdir}/usr/share/java/
+  install -D -m644 ${srcdir}/bsh-${pkgver}.jar ${pkgdir}/usr/share/java/bsh.jar
+}



[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 17:12:19
  Author: andyrtr
Revision: 216800

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 216799, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 216799, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-07-11 15:12:19 UTC (rev 216800)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.70
+_posixver=2013-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL' 'custom')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+sha256sums=('721047d6d043f5ffce8c70810a9237ea48c7cab99fa59954139f51a859a4d0e2'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}



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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 17:12:07
  Author: andyrtr
Revision: 216799

upgpkg: man-pages 3.70-1

upstream update 3.70

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 14:52:30 UTC (rev 216798)
+++ PKGBUILD2014-07-11 15:12:07 UTC (rev 216799)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.69
+pkgver=3.70
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('a27604b3ff2b61b73bc67350f574de4620b3cd956056b5c9f3b6c1287fabffa3'
+sha256sums=('721047d6d043f5ffce8c70810a9237ea48c7cab99fa59954139f51a859a4d0e2'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 17:20:34
  Author: andyrtr
Revision: 216802

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-11 15:20:20 UTC (rev 216801)
+++ extra-i686/PKGBUILD 2014-07-11 15:20:34 UTC (rev 216802)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxi
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=X11 Input extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org;
-depends=('libxext' 'inputproto')
-makedepends=('pkgconfig' 'xorg-util-macros' 'libxfixes' 'automake')
-license=('custom')
-source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha256sums=('df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e')
-
-build() {
-  cd ${srcdir}/libXi-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXi-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxi/repos/extra-i686/PKGBUILD (from rev 216801, libxi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-11 15:20:34 UTC (rev 216802)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxi
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=X11 Input extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org;
+depends=('libxext' 'inputproto')
+makedepends=('pkgconfig' 'xorg-util-macros' 'libxfixes' 'automake')
+license=('custom')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha256sums=('763db879f57b44c6e2cc96ae4bb756cf276170c979ef8a51b4db6e04c969953c')
+
+build() {
+  cd libXi-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXi-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-11 15:20:20 UTC (rev 216801)
+++ extra-x86_64/PKGBUILD   2014-07-11 15:20:34 UTC (rev 216802)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxi
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=X11 Input extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org;
-depends=('libxext' 'inputproto')
-makedepends=('pkgconfig' 'xorg-util-macros' 'libxfixes' 'automake')
-license=('custom')
-source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha256sums=('df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e')
-
-build() {
-  cd ${srcdir}/libXi-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXi-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxi/repos/extra-x86_64/PKGBUILD (from rev 216801, 
libxi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-11 15:20:34 UTC (rev 216802)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxi
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=X11 Input extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org;
+depends=('libxext' 'inputproto')
+makedepends=('pkgconfig' 'xorg-util-macros' 'libxfixes' 'automake')
+license=('custom')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha256sums=('763db879f57b44c6e2cc96ae4bb756cf276170c979ef8a51b4db6e04c969953c')
+
+build() {
+  cd libXi-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXi-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 17:20:20
  Author: andyrtr
Revision: 216801

upgpkg: libxi 1.7.3-1

upstream update 1.7.3

Modified:
  libxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 15:12:19 UTC (rev 216800)
+++ PKGBUILD2014-07-11 15:20:20 UTC (rev 216801)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxi
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc=X11 Input extension library
 arch=('i686' 'x86_64')
@@ -12,18 +12,16 @@
 makedepends=('pkgconfig' 'xorg-util-macros' 'libxfixes' 'automake')
 license=('custom')
 source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha256sums=('df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e')
+sha256sums=('763db879f57b44c6e2cc96ae4bb756cf276170c979ef8a51b4db6e04c969953c')
 
 build() {
-  cd ${srcdir}/libXi-${pkgver}
-
+  cd libXi-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/libXi-${pkgver}
-
+  cd libXi-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}



[arch-commits] Commit in linux-grsec/trunk (0013-efistub-fix.patch PKGBUILD)

2014-07-11 Thread Daniel Micay
Date: Friday, July 11, 2014 @ 18:16:17
  Author: thestinger
Revision: 115461

upgpkg: linux-grsec 3.15.5.201407100036-2

Added:
  linux-grsec/trunk/0013-efistub-fix.patch
Modified:
  linux-grsec/trunk/PKGBUILD

+
 0013-efistub-fix.patch |  177 +++
 PKGBUILD   |8 +-
 2 files changed, 184 insertions(+), 1 deletion(-)

Added: 0013-efistub-fix.patch
===
--- 0013-efistub-fix.patch  (rev 0)
+++ 0013-efistub-fix.patch  2014-07-11 16:16:17 UTC (rev 115461)
@@ -0,0 +1,177 @@
+From c7fb93ec51d462ec3540a729ba446663c26a0505 Mon Sep 17 00:00:00 2001
+From: Michael Brown mbr...@fensystems.co.uk
+Date: Thu, 10 Jul 2014 12:26:20 +0100
+Subject: x86/efi: Include a .bss section within the PE/COFF headers
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The PE/COFF headers currently describe only the initialised-data
+portions of the image, and result in no space being allocated for the
+uninitialised-data portions.  Consequently, the EFI boot stub will end
+up overwriting unexpected areas of memory, with unpredictable results.
+
+Fix by including a .bss section in the PE/COFF headers (functionally
+equivalent to the init_size field in the bzImage header).
+
+Signed-off-by: Michael Brown mbr...@fensystems.co.uk
+Cc: Thomas Bächler tho...@archlinux.org
+Cc: Josh Boyer jwbo...@fedoraproject.org
+Cc: sta...@vger.kernel.org
+Signed-off-by: Matt Fleming matt.flem...@intel.com
+
+diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
+index 84c2234..7a6d43a 100644
+--- a/arch/x86/boot/header.S
 b/arch/x86/boot/header.S
+@@ -91,10 +91,9 @@ bs_die:
+ 
+   .section .bsdata, a
+ bugger_off_msg:
+-  .ascii  Direct floppy boot is not supported. 
+-  .ascii  Use a boot loader program instead.\r\n
++  .ascii  Use a boot loader.\r\n
+   .ascii  \n
+-  .ascii  Remove disk and press any key to reboot ...\r\n
++  .ascii  Remove disk and press any key to reboot...\r\n
+   .byte   0
+ 
+ #ifdef CONFIG_EFI_STUB
+@@ -108,7 +107,7 @@ coff_header:
+ #else
+   .word   0x8664  # x86-64
+ #endif
+-  .word   3   # nr_sections
++  .word   4   # nr_sections
+   .long   0   # TimeDateStamp
+   .long   0   # PointerToSymbolTable
+   .long   1   # NumberOfSymbols
+@@ -250,6 +249,25 @@ section_table:
+   .word   0   # NumberOfLineNumbers
+   .long   0x60500020  # Characteristics (section 
flags)
+ 
++  #
++  # The offset  size fields are filled in by build.c.
++  #
++  .ascii  .bss
++  .byte   0
++  .byte   0
++  .byte   0
++  .byte   0
++  .long   0
++  .long   0x0
++  .long   0   # Size of initialized data
++  # on disk
++  .long   0x0
++  .long   0   # PointerToRelocations
++  .long   0   # PointerToLineNumbers
++  .word   0   # NumberOfRelocations
++  .word   0   # NumberOfLineNumbers
++  .long   0xc880  # Characteristics (section 
flags)
++
+ #endif /* CONFIG_EFI_STUB */
+ 
+   # Kernel attributes; used by setup.  This is part 1 of the
+diff --git a/arch/x86/boot/tools/build.c b/arch/x86/boot/tools/build.c
+index 1a2f212..a7661c4 100644
+--- a/arch/x86/boot/tools/build.c
 b/arch/x86/boot/tools/build.c
+@@ -143,7 +143,7 @@ static void usage(void)
+ 
+ #ifdef CONFIG_EFI_STUB
+ 
+-static void update_pecoff_section_header(char *section_name, u32 offset, u32 
size)
++static void update_pecoff_section_header_fields(char *section_name, u32 vma, 
u32 size, u32 datasz, u32 offset)
+ {
+   unsigned int pe_header;
+   unsigned short num_sections;
+@@ -164,10 +164,10 @@ static void update_pecoff_section_header(char 
*section_name, u32 offset, u32 siz
+   put_unaligned_le32(size, section + 0x8);
+ 
+   /* section header vma field */
+-  put_unaligned_le32(offset, section + 0xc);
++  put_unaligned_le32(vma, section + 0xc);
+ 
+   /* section header 'size of initialised data' field */
+-  put_unaligned_le32(size, section + 0x10);
++  put_unaligned_le32(datasz, section + 0x10);
+ 
+   /* section header 'file offset' field */
+   put_unaligned_le32(offset, section + 0x14);
+@@ -179,6 +179,11 @@ static void update_pecoff_section_header(char 
*section_name, u32 offset, u32 siz
+   }
+ }
+ 
++static 

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

2014-07-11 Thread Daniel Micay
Date: Friday, July 11, 2014 @ 18:17:49
  Author: thestinger
Revision: 115462

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

Added:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
(from rev 115461, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 115461, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 115461, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 115461, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 115461, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 115461, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 115461, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 115461, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/0013-efistub-fix.patch
(from rev 115461, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 115461, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 115461, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 115461, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 115461, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 115461, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 115461, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 115461, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

+
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   24 
 /config|13824 +++
 /config.x86_64 |13384 ++
 /linux-grsec.install   |  174 
 /linux.preset  |   28 
 /sysctl.conf   |  262 
 community-i686/0013-efistub-fix.patch  |  177 
 community-i686/PKGBUILD|  320 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6912 ---
 community-i686/config.x86_64   | 6692 ---
 community-i686/linux-grsec.install |  112 
 community-i686/linux.preset|   14 
 community-i686/sysctl.conf |  131 
 community-x86_64/0013-efistub-fix.patch|  177 
 community-x86_64/PKGBUILD  |  320 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6912 ---
 community-x86_64/config.x86_64 | 6692 ---
 community-x86_64/linux-grsec.install   |  112 
 community-x86_64/linux.preset  |   14 
 community-x86_64/sysctl.conf   |  131 
 23 files changed, 28702 insertions(+), 28386 deletions(-)

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


[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 18:43:43
  Author: fyan
Revision: 216803

upgpkg: nvidia-304xx-utils 304.123-1

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 15:20:34 UTC (rev 216802)
+++ PKGBUILD2014-07-11 16:43:43 UTC (rev 216803)
@@ -4,8 +4,8 @@
 
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
-pkgver=304.121
-pkgrel=3
+pkgver=304.123
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
@@ -16,12 +16,12 @@
   _arch='x86'
   _pkg=NVIDIA-Linux-${_arch}-${pkgver}
   
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+  md5sums=('52307054483f5c40391608ce69114d48')
 elif [ $CARCH = x86_64 ]; then
   _arch='x86_64'
   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
   
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
+  md5sums=('9d461e9e00e473f458aee96cd6d85101')
 fi
 
 create_links() {



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

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 18:44:04
  Author: fyan
Revision: 216804

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

Added:
  nvidia-304xx-utils/repos/testing-i686/
  nvidia-304xx-utils/repos/testing-i686/PKGBUILD
(from rev 216803, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/testing-x86_64/
  nvidia-304xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 216803, nvidia-304xx-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |  162 ++
 testing-x86_64/PKGBUILD |  162 ++
 2 files changed, 324 insertions(+)

Copied: nvidia-304xx-utils/repos/testing-i686/PKGBUILD (from rev 216803, 
nvidia-304xx-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-11 16:44:04 UTC (rev 216804)
@@ -0,0 +1,162 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgbase=nvidia-304xx-utils
+pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
+pkgver=304.123
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+makedepends=('libcl' 'libxvmc' 'xorg-server' 'zlib' 'mesa')
+options=('!strip')
+
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+create_links() {
+  # create soname links
+  for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
+  done
+}
+
+build() {
+  sh ${_pkg}.run --extract-only
+}
+
+package_opencl-nvidia-304xx() {
+  pkgdesc=OpenCL implemention for NVIDIA, 304xx legacy branch
+  depends=('libcl' 'zlib')
+  optdepends=('opencl-headers: headers necessary for OpenCL development')
+  provides=('opencl-nvidia')
+  conflicts=('opencl-nvidia')
+
+  cd ${_pkg}
+
+  # OpenCL
+  install -D -m644 nvidia.icd ${pkgdir}/etc/OpenCL/vendors/nvidia.icd
+  install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}
+  install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver} 
+
+  create_links
+  
+  install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE
+}
+
+package_nvidia-304xx-libgl() {
+  pkgdesc=NVIDIA drivers libraries symlinks, 304xx legacy branch
+  depends=('nvidia-304xx-utils' 'mesa')
+  conflicts=('libgl' 'nvidia-libgl')
+  provides=('libgl' 'nvidia-libgl')
+
+  cd ${_pkg}
+
+  mkdir -p ${pkgdir}/usr/lib/xorg/modules/extensions
+  ln -s ../../../nvidia/xorg/modules/extensions/libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}
+  ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1
+  ln -s libglx.so.${pkgver} 
${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so
+
+  ln -s nvidia/libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.${pkgver}
+  ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so.1
+  ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib/libGL.so
+
+  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
+  ln -s mesa/libEGL.so.1.0.0 ${pkgdir}/usr/lib/libEGL.so.1.0.0
+  ln -s libEGL.so.1.0.0  ${pkgdir}/usr/lib/libEGL.so.1
+  ln -s libEGL.so.1.0.0  ${pkgdir}/usr/lib/libEGL.so
+
+  ln -s mesa/libGLESv1_CM.so.1.1.0 ${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0
+  ln -s libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib/libGLESv1_CM.so.1
+  ln -s libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib/libGLESv1_CM.so
+
+  ln -s mesa/libGLESv2.so.2.0.0 ${pkgdir}/usr/lib/libGLESv2.so.2.0.0
+  ln -s libGLESv2.so.2.0.0  ${pkgdir}/usr/lib/libGLESv2.so.2
+  ln -s libGLESv2.so.2.0.0  ${pkgdir}/usr/lib/libGLESv2.so
+
+  mkdir -p ${pkgdir}/usr/share/licenses
+  ln -s nvidia-304xx ${pkgdir}/usr/share/licenses/nvidia-304xx-libgl
+}
+
+package_nvidia-304xx-utils() {
+  pkgdesc=NVIDIA drivers utilities and libraries, 304xx legacy branch
+  depends=('xorg-server' 'libxvmc')
+  optdepends=('gtk2: nvidia-settings'
+  'pkg-config: nvidia-xconfig'
+  'opencl-nvidia-304xx: OpenCL support')
+  conflicts=('nvidia-utils')
+  provides=('nvidia-utils')
+  
+  cd ${_pkg}
+
+  # X driver
+  install -D -m755 nvidia_drv.so 

[arch-commits] Commit in lib32-nvidia-304xx-utils/trunk (PKGBUILD)

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 18:57:21
  Author: fyan
Revision: 115463

upgpkg: lib32-nvidia-304xx-utils 304.123-1

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 16:17:49 UTC (rev 115462)
+++ PKGBUILD2014-07-11 16:57:21 UTC (rev 115463)
@@ -7,8 +7,8 @@
 _pkgbasename=nvidia-304xx-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
-pkgver=304.121
-pkgrel=3
+pkgver=304.123
+pkgrel=1
 pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
 arch=('x86_64')
 url=http://www.nvidia.com/;
@@ -20,7 +20,7 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+md5sums=('52307054483f5c40391608ce69114d48')
 
 create_links() {
   # create soname links



[arch-commits] Commit in lib32-nvidia-304xx-utils/repos (2 files)

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 18:57:34
  Author: fyan
Revision: 115464

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 115463, lib32-nvidia-304xx-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD (from 
rev 115463, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-07-11 16:57:34 UTC (rev 115464)
@@ -0,0 +1,125 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jason Graham ja...@the-graham.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-304xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
+pkgver=304.123
+pkgrel=1
+pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
+arch=('x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+makedepends=('lib32-gcc-libs' 'lib32-libcl' 'lib32-libxvmc' 'lib32-zlib' 
+ 'lib32-libxext' 'nvidia-304xx-utils' 'opencl-nvidia-304xx')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+
+create_links() {
+  # create soname links
+  for _lib in $(find ${pkgdir} -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname ${_lib})/$(readelf -d ${_lib} | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e ${_soname} ]] || ln -s $(basename ${_lib}) ${_soname}
+[[ -e ${_base} ]] || ln -s $(basename ${_soname}) ${_base}
+  done
+}
+
+build() {
+  sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia-304xx() {
+  pkgdesc=OpenCL implemention for NVIDIA (32-bit)
+  depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
+  optdepends=('opencl-headers: headers necessary for OpenCL development')
+  conflicts=('lib32-opencl-nvidia')
+
+  cd ${_pkg}
+
+  # OpenCL
+  install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+  install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}
+  
+  create_links
+
+  mkdir -p ${pkgdir}/usr/share/licenses
+  ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-opencl-nvidia
+}
+
+package_lib32-nvidia-304xx-libgl() {
+  pkgdesc=NVIDIA drivers libraries symlinks (32-bit)
+  depends=('lib32-nvidia-304xx-utils' 'lib32-mesa')
+  conflicts=('lib32-libgl')
+  provides=('lib32-libgl')
+
+  cd ${_pkg}
+
+  mkdir -p ${pkgdir}/usr/lib32
+  ln -s nvidia/libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.${pkgver}
+  ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so.1
+  ln -s libGL.so.${pkgver} ${pkgdir}/usr/lib32/libGL.so
+
+  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
+  ln -s mesa/libEGL.so.1.0.0 ${pkgdir}/usr/lib32/libEGL.so.1.0.0
+  ln -s libEGL.so.1.0.0  ${pkgdir}/usr/lib32/libEGL.so.1
+  ln -s libEGL.so.1.0.0  ${pkgdir}/usr/lib32/libEGL.so
+
+  ln -s mesa/libGLESv1_CM.so.1.1.0 ${pkgdir}/usr/lib32/libGLESv1_CM.so.1.1.0
+  ln -s libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib32/libGLESv1_CM.so.1
+  ln -s libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib32/libGLESv1_CM.so
+
+  ln -s mesa/libGLESv2.so.2.0.0 ${pkgdir}/usr/lib32/libGLESv2.so.2.0.0
+  ln -s libGLESv2.so.2.0.0  ${pkgdir}/usr/lib32/libGLESv2.so.2
+  ln -s libGLESv2.so.2.0.0  ${pkgdir}/usr/lib32/libGLESv2.so
+
+  mkdir -p ${pkgdir}/usr/share/licenses
+  ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/lib32-nvidia-libgl
+}
+
+package_lib32-nvidia-304xx-utils() {
+  pkgdesc=NVIDIA drivers utilities (32-bit)
+  depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxext')
+  optdepends=('lib32-opencl-nvidia-304xx')
+  conflicts=('lib32-nvidia-utils')
+
+  cd ${_pkg}
+
+  # OpenGL libraries
+  install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}
+
+  # OpenGL core library
+  install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+
+  # XvMC
+  install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}
+
+  # VDPAU
+  install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
+
+  # nvidia-tls library
+  install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
+  install -D -m755 libnvidia-cfg.so.${pkgver} 

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

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 18:59:33
  Author: fyan
Revision: 115465

upgpkg: shadowsocks 2.0.10-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 16:57:34 UTC (rev 115464)
+++ PKGBUILD2014-07-11 16:59:33 UTC (rev 115465)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=shadowsocks
-pkgver=2.0.9
+pkgver=2.0.10
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
@@ -36,7 +36,7 @@
   install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha512sums=('41f52651486b451881337bdb4c1112129c04644c0728d8d49ea25dfca8d616eacf86e94280d9fa16d7be467a5b8e5243152dca8a080dfacb00b362a842d8fe2b'
+sha512sums=('b8df95fa49f612aaa3541e5562436f2dce5171d6ba0939dcbfbd0aa27ae3fe68f45d5d170c457d22160e4a2c2964f2abb928a3b65cf605c8bb6163bf2d59e8ad'
 
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')



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

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 19:00:05
  Author: fyan
Revision: 115466

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 115465, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 115465, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 115465, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 115465, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|   84 +-
 shadowsocks-server@.service |   24 ++--
 shadowsocks.install |   10 ++---
 shadowsocks@.service|   24 ++--
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 16:59:33 UTC (rev 115465)
+++ PKGBUILD2014-07-11 17:00:05 UTC (rev 115466)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=shadowsocks
-pkgver=2.0.9
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=(MIT)
-url=http://pypi.python.org/pypi/shadowsocks;
-depends=('python2' 'python2-setuptools')
-optdepends=('python2-m2crypto: For any encryption method other than table'
-'python2-numpy: For salsa20 support'
-'python2-salsa20: For salsa20 support')
-source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
-shadowsocks@.service
-shadowsocks-server@.service)
-arch=('any')
-install=${pkgname}.install
-
-prepare() {
-  cd shadowsocks-$pkgver/shadowsocks
-  # python2 fix
-  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
-  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
-  -i local.py server.py encrypt.py __init__.py utils.py
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('41f52651486b451881337bdb4c1112129c04644c0728d8d49ea25dfca8d616eacf86e94280d9fa16d7be467a5b8e5243152dca8a080dfacb00b362a842d8fe2b'
-
'36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 115465, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 17:00:05 UTC (rev 115466)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=shadowsocks
+pkgver=2.0.10
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+depends=('python2' 'python2-setuptools')
+optdepends=('python2-m2crypto: For any encryption method other than table'
+'python2-numpy: For salsa20 support'
+'python2-salsa20: For salsa20 support')
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+arch=('any')
+install=${pkgname}.install
+
+prepare() {
+  cd shadowsocks-$pkgver/shadowsocks
+  # python2 fix
+  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
+  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
+  -i local.py server.py encrypt.py __init__.py utils.py
+}
+
+package() {
+  cd $srcdir/shadowsocks-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  
+  install -d $pkgdir/etc/shadowsocks
+  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
+  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
+  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

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

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 19:21:33
  Author: fyan
Revision: 216810

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 216809, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 216809, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 216809, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 216809, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 216809, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-11 17:21:33 UTC (rev 216810)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.123
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.11' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.11')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+sh ${_pkg}.run --extract-only
+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  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
216809, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2014-07-11 17:21:33 UTC (rev 
216810)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 216809, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-11 17:21:33 UTC (rev 216810)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.123
+_extramodules=extramodules-3.14-lts
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.14.11' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.14.11')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 19:20:38
  Author: fyan
Revision: 216809

upgpkg: nvidia-304xx-lts 304.123-1

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 17:20:35 UTC (rev 216808)
+++ PKGBUILD2014-07-11 17:20:38 UTC (rev 216809)
@@ -3,9 +3,9 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=nvidia-304xx-lts
-pkgver=304.121
+pkgver=304.123
 _extramodules=extramodules-3.14-lts
-pkgrel=5
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -21,12 +21,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+md5sums=('52307054483f5c40391608ce69114d48')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
 
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
 fi
 
 build() {



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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 19:18:57
  Author: heftig
Revision: 216807

2.010ro+1.065it

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 17:18:12 UTC (rev 216806)
+++ PKGBUILD2014-07-11 17:18:57 UTC (rev 216807)
@@ -2,19 +2,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=adobe-source-sans-pro-fonts
-pkgver=1.050
+pkgver=2.010ro+1.065it
+_relver=2.010R-ro/1.065R-it
+_tarver=${_relver//\//-}
 pkgrel=1
-pkgdesc=A set of OpenType fonts designed for user interfaces
+pkgdesc=Sans serif font family for user interface environments
 arch=(any)
-url=http://sourceforge.net/projects/sourcesans.adobe;
+url=http://github.com/adobe/source-sans-pro;
 license=(custom)
 depends=(fontconfig)
 install=fonts.install
-source=(http://downloads.sourceforge.net/sourcesans.adobe/SourceSansPro_FontsOnly-${pkgver}.zip)
-sha256sums=('c379f5ef53981757b9aa115cfd0775e9fa92175f5d611ab3bbe57689fa3c5f00')
+source=(${_tarver}.tar.gz::$url/archive/${_relver}.tar.gz)
+sha256sums=('647b4660c69ca2f776b597d12d9a60b30da90f9cde6c8016d5ba192e124f3437')
 
 package() {
-  cd SourceSansPro_FontsOnly-$pkgver
+  cd source-sans-pro-$_tarver
   install -d $pkgdir/usr/share/fonts/adobe-source-sans-pro
   install -t $pkgdir/usr/share/fonts/adobe-source-sans-pro -m644 OTF/*.otf
   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE



[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 19:17:52
  Author: fyan
Revision: 216805

upgpkg: nvidia-304xx 304.123-1

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 16:44:04 UTC (rev 216804)
+++ PKGBUILD2014-07-11 17:17:52 UTC (rev 216805)
@@ -3,9 +3,9 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgname=nvidia-304xx
-pkgver=304.121
+pkgver=304.123
 _extramodules=extramodules-3.15-ARCH
-pkgrel=6
+pkgrel=1
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
@@ -20,12 +20,12 @@
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
 
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+md5sums=('52307054483f5c40391608ce69114d48')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
 
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
 fi
 
 prepare() {



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

2014-07-11 Thread Felix Yan
Date: Friday, July 11, 2014 @ 19:18:12
  Author: fyan
Revision: 216806

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 216805, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 216805, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 216805, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 216805, nvidia-304xx/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   53 
 testing-i686/nvidia.install   |   15 +++
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/nvidia.install |   15 +++
 4 files changed, 136 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 216805, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-11 17:18:12 UTC (rev 216806)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.15-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+prepare() {
+cd ${srcdir}
+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
+}
+
+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  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 216805, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2014-07-11 17:18:12 UTC (rev 216806)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.13-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 216805, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-11 17:18:12 UTC (rev 216806)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.123
+_extramodules=extramodules-3.15-ARCH
+pkgrel=1
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.15' 'linux3.16' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.15' 'linux-headers3.16')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ $CARCH = x86_64 ]; 

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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 19:21:35
  Author: heftig
Revision: 216811

1.3.7

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 17:21:33 UTC (rev 216810)
+++ PKGBUILD2014-07-11 17:21:35 UTC (rev 216811)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=deluge
-pkgver=1.3.6
-pkgrel=4
+pkgver=1.3.7
+pkgrel=1
 _commit=018330c
 pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
 arch=('any')



[arch-commits] Commit in adobe-source-sans-pro-fonts/repos/extra-any (4 files)

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 19:20:35
  Author: heftig
Revision: 216808

archrelease: copy trunk to extra-any

Added:
  adobe-source-sans-pro-fonts/repos/extra-any/PKGBUILD
(from rev 216807, adobe-source-sans-pro-fonts/trunk/PKGBUILD)
  adobe-source-sans-pro-fonts/repos/extra-any/fonts.install
(from rev 216807, adobe-source-sans-pro-fonts/trunk/fonts.install)
Deleted:
  adobe-source-sans-pro-fonts/repos/extra-any/PKGBUILD
  adobe-source-sans-pro-fonts/repos/extra-any/fonts.install

---+
 PKGBUILD  |   48 +---
 fonts.install |   22 +++---
 2 files changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 17:18:57 UTC (rev 216807)
+++ PKGBUILD2014-07-11 17:20:35 UTC (rev 216808)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=adobe-source-sans-pro-fonts
-pkgver=1.050
-pkgrel=1
-pkgdesc=A set of OpenType fonts designed for user interfaces
-arch=(any)
-url=http://sourceforge.net/projects/sourcesans.adobe;
-license=(custom)
-depends=(fontconfig)
-install=fonts.install
-source=(http://downloads.sourceforge.net/sourcesans.adobe/SourceSansPro_FontsOnly-${pkgver}.zip)
-sha256sums=('c379f5ef53981757b9aa115cfd0775e9fa92175f5d611ab3bbe57689fa3c5f00')
-
-package() {
-  cd SourceSansPro_FontsOnly-$pkgver
-  install -d $pkgdir/usr/share/fonts/adobe-source-sans-pro
-  install -t $pkgdir/usr/share/fonts/adobe-source-sans-pro -m644 OTF/*.otf
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: adobe-source-sans-pro-fonts/repos/extra-any/PKGBUILD (from rev 216807, 
adobe-source-sans-pro-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 17:20:35 UTC (rev 216808)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=adobe-source-sans-pro-fonts
+pkgver=2.010ro+1.065it
+_relver=2.010R-ro/1.065R-it
+_tarver=${_relver//\//-}
+pkgrel=1
+pkgdesc=Sans serif font family for user interface environments
+arch=(any)
+url=http://github.com/adobe/source-sans-pro;
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=(${_tarver}.tar.gz::$url/archive/${_relver}.tar.gz)
+sha256sums=('647b4660c69ca2f776b597d12d9a60b30da90f9cde6c8016d5ba192e124f3437')
+
+package() {
+  cd source-sans-pro-$_tarver
+  install -d $pkgdir/usr/share/fonts/adobe-source-sans-pro
+  install -t $pkgdir/usr/share/fonts/adobe-source-sans-pro -m644 OTF/*.otf
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fonts.install
===
--- fonts.install   2014-07-11 17:18:57 UTC (rev 216807)
+++ fonts.install   2014-07-11 17:20:35 UTC (rev 216808)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -f
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: adobe-source-sans-pro-fonts/repos/extra-any/fonts.install (from rev 
216807, adobe-source-sans-pro-fonts/trunk/fonts.install)
===
--- fonts.install   (rev 0)
+++ fonts.install   2014-07-11 17:20:35 UTC (rev 216808)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in deluge/repos/extra-any (8 files)

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 19:23:38
  Author: heftig
Revision: 216812

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 216811, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 216811, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 216811, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 216811, deluge/trunk/deluged.service)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service

+
 PKGBUILD   |  100 +--
 deluge-web.service |   20 +-
 deluge.install |   44 +++---
 deluged.service|   22 +--
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 17:21:35 UTC (rev 216811)
+++ PKGBUILD2014-07-11 17:23:38 UTC (rev 216812)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=deluge
-pkgver=1.3.6
-pkgrel=4
-_commit=018330c
-pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
-arch=('any')
-url=http://deluge-torrent.org/;
-license=('GPL3')
-depends=(python2-xdg libtorrent-rasterbar twisted python2-pyopenssl
- python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-source=(http://git.deluge-torrent.org/deluge/snapshot/$pkgname-$_commit.tar.bz2
-deluged.service deluge-web.service)
-md5sums=('272853d17d9ec67769efda16bb3b14e9'
- '17f51ac9a90f0dc41a20291444a7489b'
- '2a73f62c04e8b147c731fbb50666e846')
-
-prepare() {
-  cd $pkgname-$_commit
-}
-
-build() {
-  cd $pkgname-$_commit
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$_commit
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  sed -i '1s/python$/2/' \
-$pkgdir/usr/lib/python2.7/site-packages/deluge/ui/Win32IconImagePlugin.py
-
-  cd ..
-  install -Dm644 deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
-  install -Dm644 deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
- 
-  install -d $pkgdir/srv
-  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 216811, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 17:23:38 UTC (rev 216812)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=deluge
+pkgver=1.3.7
+pkgrel=1
+_commit=018330c
+pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
+arch=('any')
+url=http://deluge-torrent.org/;
+license=('GPL3')
+depends=(python2-xdg libtorrent-rasterbar twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+source=(http://git.deluge-torrent.org/deluge/snapshot/$pkgname-$_commit.tar.bz2
+deluged.service deluge-web.service)
+md5sums=('272853d17d9ec67769efda16bb3b14e9'
+ '17f51ac9a90f0dc41a20291444a7489b'
+ '2a73f62c04e8b147c731fbb50666e846')
+
+prepare() {
+  cd $pkgname-$_commit
+}
+
+build() {
+  cd $pkgname-$_commit
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$_commit
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  sed -i '1s/python$/2/' \
+$pkgdir/usr/lib/python2.7/site-packages/deluge/ui/Win32IconImagePlugin.py
+
+  cd ..
+  install -Dm644 deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
+  install -Dm644 deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
+ 
+  install -d $pkgdir/srv
+  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
+}

Deleted: deluge-web.service
===
--- deluge-web.service  2014-07-11 17:21:35 UTC (rev 216811)
+++ deluge-web.service  2014-07-11 17:23:38 UTC (rev 216812)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Deluge WebUI
-After=deluged.service
-
-[Service]
-User=deluge
-ExecStart=/usr/bin/deluge-web
-
-[Install]

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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 19:48:35
  Author: heftig
Revision: 216813

3.12.3

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 17:23:38 UTC (rev 216812)
+++ PKGBUILD2014-07-11 17:48:35 UTC (rev 216813)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-color-manager
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc=Color profile manager for the GNOME desktop
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7f406233c03499c786dac69d54a3b9312f7fd36a6c75e8b9c899cad1588731d0')
+sha256sums=('ce62f9d2d8702547b5083f800a2747cb6c8fd5a04a71e2dc6928166951d1d039')
 
 build(){
   cd $pkgname-$pkgver



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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 20:24:37
  Author: heftig
Revision: 216814

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

Added:
  gnome-color-manager/repos/extra-i686/PKGBUILD
(from rev 216813, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
(from rev 216813, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
(from rev 216813, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install
(from rev 216813, gnome-color-manager/trunk/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/extra-i686/PKGBUILD
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install

--+
 /PKGBUILD|   70 +
 /gnome-color-manager.install |   38 +++
 extra-i686/PKGBUILD  |   35 --
 extra-i686/gnome-color-manager.install   |   19 ---
 extra-x86_64/PKGBUILD|   35 --
 extra-x86_64/gnome-color-manager.install |   19 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-11 17:48:35 UTC (rev 216813)
+++ extra-i686/PKGBUILD 2014-07-11 18:24:37 UTC (rev 216814)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-color-manager
-pkgver=3.12.2
-pkgrel=1
-pkgdesc=Color profile manager for the GNOME desktop
-arch=(i686 x86_64)
-url=http://projects.gnome.org/gnome-color-manager/;
-license=(GPL2)
-depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
-makedepends=(intltool yelp-tools)
-optdepends=('argyllcms: color calibration')
-install=gnome-color-manager.install
-options=('!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7f406233c03499c786dac69d54a3b9312f7fd36a6c75e8b9c899cad1588731d0')
-
-build(){
-  cd $pkgname-$pkgver
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-color-manager/repos/extra-i686/PKGBUILD (from rev 216813, 
gnome-color-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-11 18:24:37 UTC (rev 216814)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.12.3
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
+install=gnome-color-manager.install
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ce62f9d2d8702547b5083f800a2747cb6c8fd5a04a71e2dc6928166951d1d039')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-color-manager.install
===
--- extra-i686/gnome-color-manager.install  2014-07-11 17:48:35 UTC (rev 
216813)
+++ extra-i686/gnome-color-manager.install  2014-07-11 18:24:37 UTC (rev 
216814)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  

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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 20:30:35
  Author: heftig
Revision: 216815

0.9.30

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 18:24:37 UTC (rev 216814)
+++ PKGBUILD2014-07-11 18:30:35 UTC (rev 216815)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.29
+pkgver=0.9.30
 pkgrel=1
 pkgdesc=OpenType text shaping engine
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390')
+sha256sums=('fa873f9fe4a5ad4f7beb524475e13a5a8729d7414d2bc64a557c0d5651d58586')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 20:34:24
  Author: heftig
Revision: 216816

Add (ineffectual) check

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 18:30:35 UTC (rev 216815)
+++ PKGBUILD2014-07-11 18:34:24 UTC (rev 216816)
@@ -21,6 +21,11 @@
   make
 }
 
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
 package_harfbuzz() {
   depends=(glib2 freetype2 graphite)
   optdepends=('cairo: hb-view program')



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

2014-07-11 Thread Daniel Micay
Date: Friday, July 11, 2014 @ 20:32:45
  Author: thestinger
Revision: 115468

fix alignment

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 17:19:24 UTC (rev 115467)
+++ PKGBUILD2014-07-11 18:32:45 UTC (rev 115468)
@@ -26,7 +26,7 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
-   '0013-efistub-fix.patch'
+'0013-efistub-fix.patch'
 sysctl.conf
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'



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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 20:35:27
  Author: heftig
Revision: 216817

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

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

---+
 /PKGBUILD |  102 
 extra-i686/PKGBUILD   |   46 -
 extra-x86_64/PKGBUILD |   46 -
 3 files changed, 102 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-11 18:34:24 UTC (rev 216816)
+++ extra-i686/PKGBUILD 2014-07-11 18:35:27 UTC (rev 216817)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.29
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc=$pkgdesc (ICU integration)
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* $pkgdir
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
-}

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-11 18:34:24 UTC (rev 216816)
+++ extra-x86_64/PKGBUILD   2014-07-11 18:35:27 UTC (rev 216817)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.29
-pkgrel=1
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make

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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 20:37:35
  Author: heftig
Revision: 216818

1.0.2

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 18:35:27 UTC (rev 216817)
+++ PKGBUILD2014-07-11 18:37:35 UTC (rev 216818)
@@ -5,8 +5,8 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=(i686 x86_64)
 license=(GPL)
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz
 tracker-1.0.1-giflib-5.1.0.patch)
-sha256sums=('76e7918e62526a8209f9c9226f82abe592a6332826ac7c12e6e405063181e889'
+sha256sums=('73491517006a58802630ff28243fc6fe07a24fe8bea563670da0ad28595468c4'
 'b5440e8129256a315f932229e9a25a3586b9dfdc3505bd2c018351573345b0bc')
 
 prepare() {



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

2014-07-11 Thread Jan Steffens
Date: Friday, July 11, 2014 @ 20:38:43
  Author: heftig
Revision: 216819

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

Added:
  tracker/repos/extra-i686/PKGBUILD
(from rev 216818, tracker/trunk/PKGBUILD)
  tracker/repos/extra-i686/tracker-1.0.1-giflib-5.1.0.patch
(from rev 216818, tracker/trunk/tracker-1.0.1-giflib-5.1.0.patch)
  tracker/repos/extra-i686/tracker.install
(from rev 216818, tracker/trunk/tracker.install)
  tracker/repos/extra-x86_64/PKGBUILD
(from rev 216818, tracker/trunk/PKGBUILD)
  tracker/repos/extra-x86_64/tracker-1.0.1-giflib-5.1.0.patch
(from rev 216818, tracker/trunk/tracker-1.0.1-giflib-5.1.0.patch)
  tracker/repos/extra-x86_64/tracker.install
(from rev 216818, tracker/trunk/tracker.install)
Deleted:
  tracker/repos/extra-i686/PKGBUILD
  tracker/repos/extra-i686/tracker-1.0.1-giflib-5.1.0.patch
  tracker/repos/extra-i686/tracker.install
  tracker/repos/extra-x86_64/PKGBUILD
  tracker/repos/extra-x86_64/tracker-1.0.1-giflib-5.1.0.patch
  tracker/repos/extra-x86_64/tracker.install

---+
 /PKGBUILD |  166 
 /tracker-1.0.1-giflib-5.1.0.patch |   24 +++
 /tracker.install  |   26 +++
 extra-i686/PKGBUILD   |   83 
 extra-i686/tracker-1.0.1-giflib-5.1.0.patch   |   12 -
 extra-i686/tracker.install|   13 -
 extra-x86_64/PKGBUILD |   83 
 extra-x86_64/tracker-1.0.1-giflib-5.1.0.patch |   12 -
 extra-x86_64/tracker.install  |   13 -
 9 files changed, 216 insertions(+), 216 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-11 18:37:35 UTC (rev 216818)
+++ extra-i686/PKGBUILD 2014-07-11 18:38:43 UTC (rev 216819)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=All-in-one indexer, search tool and metadata database
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi
- poppler-glib libgsf icu enca networkmanager gtk3
- desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart)
-url=http://www.gnome.org;
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz
-tracker-1.0.1-giflib-5.1.0.patch)
-sha256sums=('76e7918e62526a8209f9c9226f82abe592a6332826ac7c12e6e405063181e889'
-'b5440e8129256a315f932229e9a25a3586b9dfdc3505bd2c018351573345b0bc')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../tracker-1.0.1-giflib-5.1.0.patch
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart)
-  optdepends=('giflib: extractor for GIF data'
-  'gst-plugins-base-libs: video extractor'
-  'totem-plparser: playlist support'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  nautilus: edit files' tracker tags
-  'libgxps: XPS extractor')
-  groups=('gnome')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  for dir in libtracker-{sparql,common,data,sparql-backend}; do
-make DESTDIR=$pkgdir -C src/$dir uninstall
-  done
-
-  rm -f $pkgdir/usr/lib/pkgconfig/tracker-sparql-*.pc
-}
-
-package_libtracker-sparql() {
-  pkgdesc=$pkgdesc (SPARQL library)
-  depends=(sqlite icu glib2 libffi pcre util-linux)
-
-  cd $pkgbase-$pkgver/src
-  for dir in libtracker-{sparql,common,data,sparql-backend}; do
-make DESTDIR=$pkgdir -C $dir install
-  done
-
-  install -m755 -d $pkgdir/usr/lib/pkgconfig
-  install -m644 ../data/tracker-sparql-*.pc $pkgdir/usr/lib/pkgconfig/
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 216818, 

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

2014-07-11 Thread speps
Date: Friday, July 11, 2014 @ 21:11:33
  Author: speps
Revision: 115470

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

Added:
  tap-plugins/repos/community-i686/PKGBUILD
(from rev 115469, tap-plugins/trunk/PKGBUILD)
  tap-plugins/repos/community-x86_64/PKGBUILD
(from rev 115469, tap-plugins/trunk/PKGBUILD)
Deleted:
  tap-plugins/repos/community-i686/PKGBUILD
  tap-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 19:11:18 UTC (rev 115469)
+++ community-i686/PKGBUILD 2014-07-11 19:11:33 UTC (rev 115470)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
-
-pkgname=tap-plugins
-pkgver=0.7.2
-pkgrel=1
-pkgdesc=Tom's LADSPA Plugins
-arch=('i686' 'x86_64')
-url=http://tap-plugins.sourceforge.net/;
-license=('GPL')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('354b171e580cfad6bad87c26a79ef273')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # correct install path
-  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make 
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: tap-plugins/repos/community-i686/PKGBUILD (from rev 115469, 
tap-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 19:11:33 UTC (rev 115470)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
+
+pkgname=tap-plugins
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=Tom's LADSPA Plugins
+arch=('i686' 'x86_64')
+url=http://tap-plugins.sourceforge.net/;
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('113fa021b2a05e2fd3cf35f65e6ca137')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # correct install path
+  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-11 19:11:18 UTC (rev 115469)
+++ community-x86_64/PKGBUILD   2014-07-11 19:11:33 UTC (rev 115470)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
-
-pkgname=tap-plugins
-pkgver=0.7.2
-pkgrel=1
-pkgdesc=Tom's LADSPA Plugins
-arch=('i686' 'x86_64')
-url=http://tap-plugins.sourceforge.net/;
-license=('GPL')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('354b171e580cfad6bad87c26a79ef273')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # correct install path
-  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make 
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: tap-plugins/repos/community-x86_64/PKGBUILD (from rev 115469, 
tap-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-11 19:11:33 UTC (rev 115470)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
+
+pkgname=tap-plugins
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=Tom's LADSPA Plugins
+arch=('i686' 'x86_64')
+url=http://tap-plugins.sourceforge.net/;
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('113fa021b2a05e2fd3cf35f65e6ca137')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # correct install path
+  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-07-11 Thread speps
Date: Friday, July 11, 2014 @ 21:11:18
  Author: speps
Revision: 115469

upgpkg: tap-plugins 0.7.3-1

Modified:
  tap-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 18:32:45 UTC (rev 115468)
+++ PKGBUILD2014-07-11 19:11:18 UTC (rev 115469)
@@ -3,7 +3,7 @@
 # Contributor: Ng Oon-Ee ngoonee.t...@gmail.com
 
 pkgname=tap-plugins
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc=Tom's LADSPA Plugins
 arch=('i686' 'x86_64')
@@ -12,20 +12,20 @@
 groups=('ladspa-plugins')
 depends=('ladspa')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('354b171e580cfad6bad87c26a79ef273')
+md5sums=('113fa021b2a05e2fd3cf35f65e6ca137')
 
 prepare() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   # correct install path
   sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
 }
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make 
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }



[arch-commits] Commit in haskell-http/repos (community-i686)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 21:18:02
  Author: jelle
Revision: 115471

db-remove: haskell-http removed by jelle

Deleted:
  haskell-http/repos/community-i686/



[arch-commits] Commit in (haskell-http)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 21:21:48
  Author: jelle
Revision: 115473

remove unneeded package

Deleted:
  haskell-http/



[arch-commits] Commit in haskell-http/repos (community-x86_64)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 21:18:14
  Author: jelle
Revision: 115472

db-remove: haskell-http removed by jelle

Deleted:
  haskell-http/repos/community-x86_64/



[arch-commits] Commit in haskell-zlib/repos (community-i686)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 21:23:45
  Author: jelle
Revision: 115475

db-remove: haskell-zlib removed by jelle

Deleted:
  haskell-zlib/repos/community-i686/



[arch-commits] Commit in haskell-zlib/repos (community-x86_64)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 21:23:34
  Author: jelle
Revision: 115474

db-remove: haskell-zlib removed by jelle

Deleted:
  haskell-zlib/repos/community-x86_64/



[arch-commits] Commit in (haskell-zlib)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 21:25:18
  Author: jelle
Revision: 115476

removed haskell package required by no other haskell library

Deleted:
  haskell-zlib/



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

2014-07-11 Thread Evangelos Foutras
Date: Friday, July 11, 2014 @ 21:41:45
  Author: foutrelis
Revision: 115477

upgpkg: shorewall 4.6.1.4-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 19:25:18 UTC (rev 115476)
+++ PKGBUILD2014-07-11 19:41:45 UTC (rev 115477)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1.3
+pkgver=4.6.1.4
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('bcbf45cc1cfa3d6cc7133af5943dac05923d455f8b7b3dde567e8462020de122'
-'e8bd8c7f4bcbceba2179f69085f8528f2394edac0490587158367c2b8bf17162'
-'86cef6eacb1b1afede79c9c2e32f613455c8f50fe6629c6aebf5b669f91df8a2')
+sha256sums=('61f39d1a2d64ed438e74315a6216df07b2e8639ebfeaef81fec6457bcf0c40e4'
+'2d665412e5fc6f0d62fb1a0b85446b8089041e4e04ac6e85167add5a65f782f2'
+'82641200e7150e18038341fcc1423d2757958336ad789f2e3d10ee2e60687ece')
 
 build() {
   for product in shorewall{,6,-core}; do



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

2014-07-11 Thread Evangelos Foutras
Date: Friday, July 11, 2014 @ 21:41:51
  Author: foutrelis
Revision: 115478

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 115477, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 19:41:45 UTC (rev 115477)
+++ PKGBUILD2014-07-11 19:41:51 UTC (rev 115478)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1.3
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('bcbf45cc1cfa3d6cc7133af5943dac05923d455f8b7b3dde567e8462020de122'
-'e8bd8c7f4bcbceba2179f69085f8528f2394edac0490587158367c2b8bf17162'
-'86cef6eacb1b1afede79c9c2e32f613455c8f50fe6629c6aebf5b669f91df8a2')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/modules
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/helpers
-
-  # Fix systemd service file permissions
-  chmod 644 $pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 115477, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 19:41:51 UTC (rev 115478)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.1.4
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('61f39d1a2d64ed438e74315a6216df07b2e8639ebfeaef81fec6457bcf0c40e4'
+'2d665412e5fc6f0d62fb1a0b85446b8089041e4e04ac6e85167add5a65f782f2'
+'82641200e7150e18038341fcc1423d2757958336ad789f2e3d10ee2e60687ece')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An 

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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 21:52:02
  Author: jelle
Revision: 115480

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

Added:
  haskell-dataenc/repos/community-staging-i686/
  
haskell-dataenc/repos/community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch
(from rev 115479, 
haskell-dataenc/trunk/0001-update-build-deps-for-ghc-7.8.2.patch)
  haskell-dataenc/repos/community-staging-i686/PKGBUILD
(from rev 115479, haskell-dataenc/trunk/PKGBUILD)
  haskell-dataenc/repos/community-staging-i686/haskell-dataenc.install
(from rev 115479, haskell-dataenc/trunk/haskell-dataenc.install)
  haskell-dataenc/repos/community-staging-x86_64/
  
haskell-dataenc/repos/community-staging-x86_64/0001-update-build-deps-for-ghc-7.8.2.patch
(from rev 115479, 
haskell-dataenc/trunk/0001-update-build-deps-for-ghc-7.8.2.patch)
  haskell-dataenc/repos/community-staging-x86_64/PKGBUILD
(from rev 115479, haskell-dataenc/trunk/PKGBUILD)
  haskell-dataenc/repos/community-staging-x86_64/haskell-dataenc.install
(from rev 115479, haskell-dataenc/trunk/haskell-dataenc.install)

-+
 community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch   |   12 ++
 community-staging-i686/PKGBUILD |   49 
++
 community-staging-i686/haskell-dataenc.install  |   18 +++
 community-staging-x86_64/0001-update-build-deps-for-ghc-7.8.2.patch |   12 ++
 community-staging-x86_64/PKGBUILD   |   49 
++
 community-staging-x86_64/haskell-dataenc.install|   18 +++
 6 files changed, 158 insertions(+)

Copied: 
haskell-dataenc/repos/community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch
 (from rev 115479, 
haskell-dataenc/trunk/0001-update-build-deps-for-ghc-7.8.2.patch)
===
--- community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch   
(rev 0)
+++ community-staging-i686/0001-update-build-deps-for-ghc-7.8.2.patch   
2014-07-11 19:52:02 UTC (rev 115480)
@@ -0,0 +1,12 @@
+diff -aur dataenc-0.14.0.5/dataenc.cabal dataenc-0.14.0.5-new/dataenc.cabal
+--- dataenc-0.14.0.5/dataenc.cabal 2012-12-30 11:30:27.0 +0100
 dataenc-0.14.0.5-new/dataenc.cabal 2014-04-27 22:01:21.640940945 +0200
+@@ -21,7 +21,7 @@
+ 
+ library
+ hs-source-dirs: src
+-build-depends: array = 0.1.0   0.5, base = 3.0.0   4.7, 
containers = 0.1.0   0.6
++build-depends: array = 0.1.0  = 0.5.0.0, base = 3.0.0  = 4.7.0.1, 
containers = 0.1.0   0.6
+ exposed-modules:
+ Codec.Binary.Base16
+ Codec.Binary.Base32

Copied: haskell-dataenc/repos/community-staging-i686/PKGBUILD (from rev 115479, 
haskell-dataenc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-11 19:52:02 UTC (rev 115480)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.5
+
+_hkgname=dataenc
+pkgname=haskell-dataenc
+pkgver=0.14.0.5
+pkgrel=4
+pkgdesc=Data encoding library
+url=http://hackage.haskell.org/package/dataenc;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.8.3' 'sh')
+install=${pkgname}.install
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+'0001-update-build-deps-for-ghc-7.8.2.patch')
+md5sums=('4da812ca7a1640a5fdcc676009ab160c'
+ 'f951ffad1cc32bec019003a5364a963b')
+
+prepare() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+patch -Np1 -i $srcdir/0001-update-build-deps-for-ghc-7.8.2.patch
+}
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 

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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 21:51:49
  Author: jelle
Revision: 115479

upgpkg: haskell-dataenc 0.14.0.5-4

ghc 7.8.3 rebuild

Modified:
  haskell-dataenc/trunk/0001-update-build-deps-for-ghc-7.8.2.patch
  haskell-dataenc/trunk/PKGBUILD

+
 0001-update-build-deps-for-ghc-7.8.2.patch |2 +-
 PKGBUILD   |6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: 0001-update-build-deps-for-ghc-7.8.2.patch
===
--- 0001-update-build-deps-for-ghc-7.8.2.patch  2014-07-11 19:41:51 UTC (rev 
115478)
+++ 0001-update-build-deps-for-ghc-7.8.2.patch  2014-07-11 19:51:49 UTC (rev 
115479)
@@ -6,7 +6,7 @@
  library
  hs-source-dirs: src
 -build-depends: array = 0.1.0   0.5, base = 3.0.0   4.7, 
containers = 0.1.0   0.6
-+build-depends: array = 0.1.0  = 0.5.0.0, base = 3.0.0  = 4.7.0.0, 
containers = 0.1.0   0.6
++build-depends: array = 0.1.0  = 0.5.0.0, base = 3.0.0  = 4.7.0.1, 
containers = 0.1.0   0.6
  exposed-modules:
  Codec.Binary.Base16
  Codec.Binary.Base32

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 19:41:51 UTC (rev 115478)
+++ PKGBUILD2014-07-11 19:51:49 UTC (rev 115479)
@@ -6,18 +6,18 @@
 _hkgname=dataenc
 pkgname=haskell-dataenc
 pkgver=0.14.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Data encoding library
 url=http://hackage.haskell.org/package/dataenc;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.2-2' sh)
+depends=('ghc=7.8.3' 'sh')
 install=${pkgname}.install
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
 '0001-update-build-deps-for-ghc-7.8.2.patch')
 md5sums=('4da812ca7a1640a5fdcc676009ab160c'
- '9fead0d2676158c60290d85ca7899718')
+ 'f951ffad1cc32bec019003a5364a963b')
 
 prepare() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2014-07-11 Thread Evangelos Foutras
Date: Friday, July 11, 2014 @ 21:54:53
  Author: foutrelis
Revision: 216823

upgpkg: geoip-database 20140702-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 19:28:10 UTC (rev 216822)
+++ PKGBUILD2014-07-11 19:54:53 UTC (rev 216823)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=geoip-database
-pkgver=20140604
+pkgver=20140702
 pkgrel=1
 pkgdesc=GeoLite country geolocation database compiled by MaxMind
 arch=('any')
@@ -13,8 +13,8 @@
 http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
 noextract=(GeoIP-$pkgver.dat.gz
GeoIPv6-$pkgver.dat.gz)
-sha256sums=('fc7f90a8236b958d3fdbcc333f657651b1680a3083fc398828c88b67500241a0'
-'ba76c683d525a7119c3e588ea0ed97ec0dbb52c93d506a355d67bc6a88caef52'
+sha256sums=('009b9db99799ee8f3bb8ab61a49e582e53b29aa956386f3f0b2281c5db8a8cde'
+'972ec74876324a5dc326fd4fc0246f8d992b6e67e2bae7246826baf3b72bd4f1'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {



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

2014-07-11 Thread Evangelos Foutras
Date: Friday, July 11, 2014 @ 21:54:59
  Author: foutrelis
Revision: 216824

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 216823, geoip-database/trunk/PKGBUILD)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-11 19:54:53 UTC (rev 216823)
+++ PKGBUILD2014-07-11 19:54:59 UTC (rev 216824)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=geoip-database
-pkgver=20140604
-pkgrel=1
-pkgdesc=GeoLite country geolocation database compiled by MaxMind
-arch=('any')
-url=http://www.maxmind.com/app/ip-location;
-license=('custom:OPEN DATA LICENSE')
-source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('fc7f90a8236b958d3fdbcc333f657651b1680a3083fc398828c88b67500241a0'
-'ba76c683d525a7119c3e588ea0ed97ec0dbb52c93d506a355d67bc6a88caef52'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd $srcdir
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
-  done
-}
-
-check() {
-  cd $srcdir
-
-  for _database in {GeoIP,GeoIPv6}.dat; do
-if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
-  error Copyright notice is missing from $_database; something is fishy!
-  return 1
-fi
-  done
-}
-
-package() {
-  cd $srcdir
-
-  install -d $pkgdir/usr/share/GeoIP
-  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 216823, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-11 19:54:59 UTC (rev 216824)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=geoip-database
+pkgver=20140702
+pkgrel=1
+pkgdesc=GeoLite country geolocation database compiled by MaxMind
+arch=('any')
+url=http://www.maxmind.com/app/ip-location;
+license=('custom:OPEN DATA LICENSE')
+source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz)
+sha256sums=('009b9db99799ee8f3bb8ab61a49e582e53b29aa956386f3f0b2281c5db8a8cde'
+'972ec74876324a5dc326fd4fc0246f8d992b6e67e2bae7246826baf3b72bd4f1'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+prepare() {
+  cd $srcdir
+
+  for _database_name in GeoIP GeoIPv6; do
+gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
+  done
+}
+
+check() {
+  cd $srcdir
+
+  for _database in {GeoIP,GeoIPv6}.dat; do
+if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
+  error Copyright notice is missing from $_database; something is fishy!
+  return 1
+fi
+  done
+}
+
+package() {
+  cd $srcdir
+
+  install -d $pkgdir/usr/share/GeoIP
+  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:00:02
  Author: jelle
Revision: 115481

upgpkg: haskell-mtl 2.1.3.1-3

ghc 7.8.3 rebuild

Modified:
  haskell-mtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 19:52:02 UTC (rev 115480)
+++ PKGBUILD2014-07-11 20:00:02 UTC (rev 115481)
@@ -3,13 +3,13 @@
 _hkgname=mtl
 pkgname=haskell-mtl
 pkgver=2.1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Monad classes, using functional dependencies
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.8.2-2' 'sh')
+depends=('ghc=7.8.3-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
 md5sums=('8f3927677bf3e0efb6fcce08b1be2eac')



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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:00:09
  Author: jelle
Revision: 115482

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

Added:
  haskell-mtl/repos/community-staging-i686/
  haskell-mtl/repos/community-staging-i686/PKGBUILD
(from rev 115481, haskell-mtl/trunk/PKGBUILD)
  haskell-mtl/repos/community-staging-i686/haskell-mtl.install
(from rev 115481, haskell-mtl/trunk/haskell-mtl.install)
  haskell-mtl/repos/community-staging-x86_64/
  haskell-mtl/repos/community-staging-x86_64/PKGBUILD
(from rev 115481, haskell-mtl/trunk/PKGBUILD)
  haskell-mtl/repos/community-staging-x86_64/haskell-mtl.install
(from rev 115481, haskell-mtl/trunk/haskell-mtl.install)

--+
 community-staging-i686/PKGBUILD  |   50 +
 community-staging-i686/haskell-mtl.install   |   35 +
 community-staging-x86_64/PKGBUILD|   50 +
 community-staging-x86_64/haskell-mtl.install |   35 +
 4 files changed, 170 insertions(+)

Copied: haskell-mtl/repos/community-staging-i686/PKGBUILD (from rev 115481, 
haskell-mtl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-11 20:00:09 UTC (rev 115482)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.3.1
+pkgrel=3
+pkgdesc=Monad classes, using functional dependencies
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.3-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('8f3927677bf3e0efb6fcce08b1be2eac')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+
+  runhaskell Setup copy --destdir=${pkgdir}
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Copied: haskell-mtl/repos/community-staging-i686/haskell-mtl.install (from rev 
115481, haskell-mtl/trunk/haskell-mtl.install)
===
--- community-staging-i686/haskell-mtl.install  (rev 0)
+++ community-staging-i686/haskell-mtl.install  2014-07-11 20:00:09 UTC (rev 
115482)
@@ -0,0 +1,35 @@
+pkgname=haskell-mtl
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-mtl/repos/community-staging-x86_64/PKGBUILD (from rev 115481, 
haskell-mtl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-11 20:00:09 UTC (rev 115482)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.1.3.1
+pkgrel=3
+pkgdesc=Monad classes, using functional dependencies
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.3-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('8f3927677bf3e0efb6fcce08b1be2eac')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell 

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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:05:18
  Author: jelle
Revision: 115483

upgpkg: haskell-terminfo 0.4.0.0-3

ghc 7.8.3 rebuild

Modified:
  haskell-terminfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 20:00:09 UTC (rev 115482)
+++ PKGBUILD2014-07-11 20:05:18 UTC (rev 115483)
@@ -5,12 +5,12 @@
 _hkgname=terminfo
 pkgname=haskell-terminfo
 pkgver=0.4.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Haskell bindings to the terminfo library.
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.2-2' 'sh')
+depends=('ghc=7.8.3-1' 'sh')
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install



[arch-commits] Commit in haskell-haskeline/repos (community-x86_64)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:10:16
  Author: jelle
Revision: 115485

db-remove: haskell-haskeline removed by jelle

Deleted:
  haskell-haskeline/repos/community-x86_64/



[arch-commits] Commit in haskell-haskeline/repos (community-i686)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:10:52
  Author: jelle
Revision: 115486

db-remove: haskell-haskeline removed by jelle

Deleted:
  haskell-haskeline/repos/community-i686/



[arch-commits] Commit in (haskell-haskeline)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:11:38
  Author: jelle
Revision: 115487

remove since no package requires this library

Deleted:
  haskell-haskeline/



[arch-commits] Commit in haskell-html/repos (community-i686)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:13:29
  Author: jelle
Revision: 115488

db-remove: haskell-html removed by jelle

Deleted:
  haskell-html/repos/community-i686/



[arch-commits] Commit in haskell-html/repos (community-x86_64)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:13:40
  Author: jelle
Revision: 115489

db-remove: haskell-html removed by jelle

Deleted:
  haskell-html/repos/community-x86_64/



[arch-commits] Commit in (haskell-html)

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:15:19
  Author: jelle
Revision: 115490

remove orphan haskell library

Deleted:
  haskell-html/



  1   2   >