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

2014-05-24 Thread Anatol Pomozov
Date: Saturday, May 24, 2014 @ 08:08:51
  Author: anatolik
Revision: 213536

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

Added:
  json-c/repos/testing-i686/
  json-c/repos/testing-i686/PKGBUILD
(from rev 213535, json-c/trunk/PKGBUILD)
  json-c/repos/testing-x86_64/
  json-c/repos/testing-x86_64/PKGBUILD
(from rev 213535, json-c/trunk/PKGBUILD)

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

Copied: json-c/repos/testing-i686/PKGBUILD (from rev 213535, 
json-c/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-24 06:08:51 UTC (rev 213536)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: congyiwu congyiwu AT gmail DOT com
+
+pkgname=json-c
+pkgver=0.12
+pkgrel=1
+pkgdesc=A JSON implementation in C
+url=https://github.com/json-c/json-c/wiki;
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
+sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS=$CFLAGS -Wno-error
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: json-c/repos/testing-x86_64/PKGBUILD (from rev 213535, 
json-c/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-24 06:08:51 UTC (rev 213536)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: congyiwu congyiwu AT gmail DOT com
+
+pkgname=json-c
+pkgver=0.12
+pkgrel=1
+pkgdesc=A JSON implementation in C
+url=https://github.com/json-c/json-c/wiki;
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
+sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS=$CFLAGS -Wno-error
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2014-05-24 Thread Anatol Pomozov
Date: Saturday, May 24, 2014 @ 08:08:13
  Author: anatolik
Revision: 213535

upgpkg: json-c 0.12-1

Modified:
  json-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 02:19:06 UTC (rev 213534)
+++ PKGBUILD2014-05-24 06:08:13 UTC (rev 213535)
@@ -2,8 +2,9 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 # Contributor: congyiwu congyiwu AT gmail DOT com
+
 pkgname=json-c
-pkgver=0.11
+pkgver=0.12
 pkgrel=1
 pkgdesc=A JSON implementation in C
 url=https://github.com/json-c/json-c/wiki;
@@ -10,16 +11,21 @@
 license=(MIT)
 arch=(i686 x86_64)
 depends=(glibc)
-options=(!makeflags)
 
source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
-sha256sums=('28dfc65145dc0d4df1dfe7701ac173c4e5f9347176c8983edbfac9149494448c')
+sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
 
 build() {
   cd $pkgname-$pkgver
+  CFLAGS=$CFLAGS -Wno-error
   ./configure --prefix=/usr --disable-static
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install



[arch-commits] Commit in kdegames-kajongg/trunk (PKGBUILD fix-CMakeLists.txt)

2014-05-24 Thread Andrea Scarpino
Date: Saturday, May 24, 2014 @ 09:17:30
  Author: andrea
Revision: 213537

upgpkg: kdegames-kajongg 4.13.1-2

Fix start (FS#40425)

Added:
  kdegames-kajongg/trunk/fix-CMakeLists.txt
Modified:
  kdegames-kajongg/trunk/PKGBUILD

+
 PKGBUILD   |   13 +
 fix-CMakeLists.txt |   25 +
 2 files changed, 34 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 06:08:51 UTC (rev 213536)
+++ PKGBUILD2014-05-24 07:17:30 UTC (rev 213537)
@@ -3,7 +3,7 @@
 
 pkgname=kdegames-kajongg
 pkgver=4.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The ancient Chinese board game for 4 players
 url=http://kde.org/applications/games/kajongg/;
 arch=('any')
@@ -12,14 +12,19 @@
 depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
-sha1sums=('e71c088908334d6e807934dc140fc44b189b56c8')
+source=(http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz;
+'fix-CMakeLists.txt')
+sha1sums=('e71c088908334d6e807934dc140fc44b189b56c8'
+  '37358177e44a818833ebaf607337d2133bb8ef8f')
 
 prepare() {
   mkdir build
 
+  cd kajongg-${pkgver}
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-kajongg-${pkgver}/src/{deferredutil,kajongg,kajonggserver,server}.py
+src/{deferredutil,kajongg,kajonggserver,server}.py
+
+  patch -p1 -i ${srcdir}/fix-CMakeLists.txt
 }
 
 build() {

Added: fix-CMakeLists.txt
===
--- fix-CMakeLists.txt  (rev 0)
+++ fix-CMakeLists.txt  2014-05-24 07:17:30 UTC (rev 213537)
@@ -0,0 +1,25 @@
+commit 985bf653088e53483722009f6277dd439423fbfa
+Author: Wolfgang Rohdewald wolfg...@rohdewald.de
+Date:   Wed May 21 08:06:33 2014 +0200
+
+CMakeLists.txt: add missing .py files
+
+BUG: 335057
+FIXED-IN: 4.13.2
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b241377..ea51da1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -74,6 +74,11 @@ src/wall.py
+ src/uiwall.py
+ src/visible.py
+ src/log.py
++src/qstring.py
++src/qt.py
++src/qt4.py
++src/qt5.py
++src/configdialog.py
+ src/util.py)
+ 
+ IF(NOT PYQT4_FOUND)



[arch-commits] Commit in kdegames-kajongg/repos/extra-any (5 files)

2014-05-24 Thread Andrea Scarpino
Date: Saturday, May 24, 2014 @ 09:17:36
  Author: andrea
Revision: 213538

archrelease: copy trunk to extra-any

Added:
  kdegames-kajongg/repos/extra-any/PKGBUILD
(from rev 213537, kdegames-kajongg/trunk/PKGBUILD)
  kdegames-kajongg/repos/extra-any/fix-CMakeLists.txt
(from rev 213537, kdegames-kajongg/trunk/fix-CMakeLists.txt)
  kdegames-kajongg/repos/extra-any/kdegames-kajongg.install
(from rev 213537, kdegames-kajongg/trunk/kdegames-kajongg.install)
Deleted:
  kdegames-kajongg/repos/extra-any/PKGBUILD
  kdegames-kajongg/repos/extra-any/kdegames-kajongg.install

--+
 PKGBUILD |   81 +++--
 fix-CMakeLists.txt   |   25 +
 kdegames-kajongg.install |   22 ++--
 3 files changed, 79 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 07:17:30 UTC (rev 213537)
+++ PKGBUILD2014-05-24 07:17:36 UTC (rev 213538)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kajongg
-pkgver=4.13.1
-pkgrel=1
-pkgdesc=The ancient Chinese board game for 4 players
-url=http://kde.org/applications/games/kajongg/;
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz;)
-sha1sums=('e71c088908334d6e807934dc140fc44b189b56c8')
-
-prepare() {
-  mkdir build
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-kajongg-${pkgver}/src/{deferredutil,kajongg,kajonggserver,server}.py
-}
-
-build() {
-  cd build
-  cmake ../kajongg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kajongg/repos/extra-any/PKGBUILD (from rev 213537, 
kdegames-kajongg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 07:17:36 UTC (rev 213538)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kajongg
+pkgver=4.13.1
+pkgrel=2
+pkgdesc=The ancient Chinese board game for 4 players
+url=http://kde.org/applications/games/kajongg/;
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz;
+'fix-CMakeLists.txt')
+sha1sums=('e71c088908334d6e807934dc140fc44b189b56c8'
+  '37358177e44a818833ebaf607337d2133bb8ef8f')
+
+prepare() {
+  mkdir build
+
+  cd kajongg-${pkgver}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+src/{deferredutil,kajongg,kajonggserver,server}.py
+
+  patch -p1 -i ${srcdir}/fix-CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kajongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kajongg/repos/extra-any/fix-CMakeLists.txt (from rev 213537, 
kdegames-kajongg/trunk/fix-CMakeLists.txt)
===
--- fix-CMakeLists.txt  (rev 0)
+++ fix-CMakeLists.txt  2014-05-24 07:17:36 UTC (rev 213538)
@@ -0,0 +1,25 @@
+commit 985bf653088e53483722009f6277dd439423fbfa
+Author: Wolfgang Rohdewald wolfg...@rohdewald.de
+Date:   Wed May 21 08:06:33 2014 +0200
+
+CMakeLists.txt: add missing .py files
+
+BUG: 335057
+FIXED-IN: 4.13.2
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b241377..ea51da1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -74,6 +74,11 @@ src/wall.py
+ src/uiwall.py
+ src/visible.py
+ src/log.py
++src/qstring.py
++src/qt.py
++src/qt4.py
++src/qt5.py
++src/configdialog.py
+ src/util.py)
+ 
+ IF(NOT PYQT4_FOUND)

Deleted: kdegames-kajongg.install
===
--- kdegames-kajongg.install2014-05-24 07:17:30 UTC (rev 213537)
+++ kdegames-kajongg.install2014-05-24 07:17:36 UTC (rev 213538)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kajongg/repos/extra-any/kdegames-kajongg.install (from rev 
213537, kdegames-kajongg/trunk/kdegames-kajongg.install)
===
--- 

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

2014-05-24 Thread Thomas Bächler
Date: Saturday, May 24, 2014 @ 10:20:45
  Author: thomas
Revision: 213539

upgpkg: intel-ucode 20140430-1

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 07:17:36 UTC (rev 213538)
+++ PKGBUILD2014-05-24 08:20:45 UTC (rev 213539)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=intel-ucode
-pkgver=20140122
+pkgver=20140430
 pkgrel=1
 pkgdesc=Microcode update files for Intel CPUs
 arch=('any')
@@ -10,11 +10,11 @@
 replaces=('microcode_ctl')
 license=('custom')
 # Some random download id that intel has in their downloadcenter
-_dlid=23574
+_dlid=23829
 source=(http://downloadmirror.intel.com/${_dlid}/eng/microcode-${pkgver}.tgz
 LICENSE
 intel-microcode2ucode.c)
-sha256sums=('680ad2c968bc87882d157e3d29fcfcc2cd7872e3638b109659c0e52dc36ab464'
+sha256sums=('2e67767fd561164a2b09831020c2d36600ad336a9c0c117f1964edef284e4351'
 '6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
 'c51b1b1d8b4b28e7d5d007917c1e444af1a2ff04a9408aa9067c0e57d70164de')
 



[arch-commits] Commit in intel-ucode/repos/extra-any (6 files)

2014-05-24 Thread Thomas Bächler
Date: Saturday, May 24, 2014 @ 10:20:56
  Author: thomas
Revision: 213540

archrelease: copy trunk to extra-any

Added:
  intel-ucode/repos/extra-any/LICENSE
(from rev 213539, intel-ucode/trunk/LICENSE)
  intel-ucode/repos/extra-any/PKGBUILD
(from rev 213539, intel-ucode/trunk/PKGBUILD)
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
(from rev 213539, intel-ucode/trunk/intel-microcode2ucode.c)
Deleted:
  intel-ucode/repos/extra-any/LICENSE
  intel-ucode/repos/extra-any/PKGBUILD
  intel-ucode/repos/extra-any/intel-microcode2ucode.c

-+
 LICENSE |  246 +-
 PKGBUILD|   64 -
 intel-microcode2ucode.c |  326 +++---
 3 files changed, 318 insertions(+), 318 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-05-24 08:20:45 UTC (rev 213539)
+++ LICENSE 2014-05-24 08:20:56 UTC (rev 213540)
@@ -1,123 +0,0 @@
-INTEL SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively,
-the Software) until you have carefully read the following terms and
-conditions. By loading or using the Software, you agree to the terms of this
-Agreement. If you do not wish to so agree, do not install or use the Software.
-
-LICENSES: Please Note:
-- If you are a network administrator, the Site License below shall
-apply to you.
-- If you are an end user, the Single User License shall apply to you.
-- If you are an original equipment manufacturer (OEM), the OEM License
-shall apply to you.
-
-SITE LICENSE. You may copy the Software onto your organization's computers
-for your organization's use, and you may make a reasonable number of
-back-up copies of the Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-SINGLE USER LICENSE. You may copy the Software onto a single computer for
-your personal, noncommercial use, and you may make one back-up copy of the
-Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-OEM LICENSE: You may reproduce and distribute the Software only as an
-integral part of or incorporated in Your product or as a standalone
-Software maintenance update for existing end users of Your products,
-excluding any other standalone products, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may only distribute the Software to your customers pursuant to a
-written license agreement. Such license agreement may be a break-the-
-seal license agreement. At a minimum such license shall safeguard
-Intel's ownership rights to the Software.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly
-or by implication, with respect to any proprietary information or patent,
-copyright, mask work, trademark, trade secret, or other intellectual property
-right owned or controlled by Intel, except as expressly provided in this
-Agreement.
-
-OWNERSHIP OF SOFTWARE AND COPYRIGHTS. 

[arch-commits] Commit in tt-rss/repos/community-any (6 files)

2014-05-24 Thread Bartłomiej Piotrowski
Date: Saturday, May 24, 2014 @ 11:19:09
  Author: bpiotrowski
Revision: 111777

archrelease: copy trunk to community-any

Added:
  tt-rss/repos/community-any/PKGBUILD
(from rev 111776, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-any/service
(from rev 111776, tt-rss/trunk/service)
  tt-rss/repos/community-any/tt-rss.install
(from rev 111776, tt-rss/trunk/tt-rss.install)
Deleted:
  tt-rss/repos/community-any/PKGBUILD
  tt-rss/repos/community-any/service
  tt-rss/repos/community-any/tt-rss.install

+
 PKGBUILD   |   86 +++
 service|   25 +++
 tt-rss.install |8 ++---
 3 files changed, 59 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 09:18:58 UTC (rev 111776)
+++ PKGBUILD2014-05-24 09:19:09 UTC (rev 111777)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Clément Démoulins clem...@archivel.fr
-# Contributor: David Rosenstrauch dar...@darose.net
-# Contributor: Erik Mank e...@braindisorder.org
-
-pkgname=tt-rss
-pkgver=1.12
-pkgrel=1
-pkgdesc='Web-based news feed (RSS/Atom) aggregator'
-arch=('any')
-url='http://tt-rss.org/redmine/'
-license=('GPL')
-depends=('php')
-optdepends=('mysql' 'postgresql' 'php')
-install=tt-rss.install
-source=(https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
-service)
-md5sums=('2ece52d859ca66883a6140ca637bc53b'
- '701400b270ad6f4e9f03611b3582bbdd')
-
-package() {
-  cd Tiny-Tiny-RSS-$pkgver
-  _instdir=$pkgdir/usr/share/webapps/$pkgname
-
-  install -d $_instdir
-  cp -ra * $_instdir/
-  rm -rf $_instdir/debian
-
-  install -d $pkgdir/etc/webapps/tt-rss
-  install -gm640 -g http config.php-dist 
$pkgdir/etc/webapps/tt-rss/config.php-dist
-  ln -s /etc/webapps/tt-rss/config.php $_instdir/config.php
-
-  install -d $pkgdir/var/lib/tt-rss
-  mv $_instdir/{lock,feed-icons,cache} $pkgdir/var/lib/tt-rss
-  ln -s /var/lib/tt-rss/lock $_instdir/lock
-  ln -s /var/lib/tt-rss/feed-icons $_instdir/feed-icons
-  ln -s /var/lib/tt-rss/cache $_instdir/cache
-  chown -R 33:33 $pkgdir/var/lib/tt-rss
-  chmod -R 777 $pkgdir/var/lib/tt-rss/*
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/tt-rss.service
-}

Copied: tt-rss/repos/community-any/PKGBUILD (from rev 111776, 
tt-rss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 09:19:09 UTC (rev 111777)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Clément Démoulins clem...@archivel.fr
+# Contributor: David Rosenstrauch dar...@darose.net
+# Contributor: Erik Mank e...@braindisorder.org
+
+pkgname=tt-rss
+pkgver=1.12
+pkgrel=2
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=('any')
+url='http://tt-rss.org/redmine/'
+license=('GPL')
+depends=('php')
+optdepends=('mysql' 'postgresql' 'php')
+install=tt-rss.install
+source=(https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
+service)
+md5sums=('2ece52d859ca66883a6140ca637bc53b'
+ 'cb9900413dd53d44a5ed1116c962dbcb')
+
+package() {
+  cd Tiny-Tiny-RSS-$pkgver
+  _instdir=$pkgdir/usr/share/webapps/$pkgname
+
+  install -d $_instdir
+  cp -ra * $_instdir/
+  rm -rf $_instdir/debian
+
+  install -d $pkgdir/etc/webapps/tt-rss
+  install -gm640 -g http config.php-dist 
$pkgdir/etc/webapps/tt-rss/config.php-dist
+  ln -s /etc/webapps/tt-rss/config.php $_instdir/config.php
+
+  install -d $pkgdir/var/lib/tt-rss
+  mv $_instdir/{lock,feed-icons,cache} $pkgdir/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock $_instdir/lock
+  ln -s /var/lib/tt-rss/feed-icons $_instdir/feed-icons
+  ln -s /var/lib/tt-rss/cache $_instdir/cache
+  chown -R 33:33 $pkgdir/var/lib/tt-rss
+  chmod -R 777 $pkgdir/var/lib/tt-rss/*
+
+  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/tt-rss.service
+}

Deleted: service
===
--- service 2014-05-24 09:18:58 UTC (rev 111776)
+++ service 2014-05-24 09:19:09 UTC (rev 111777)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Tiny Tiny RSS feeds update daemon
-After=network.target
-After=mysqld.service
-After=postgresql.service
-
-[Service]
-ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
-User=http
-StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: tt-rss/repos/community-any/service (from rev 111776, 
tt-rss/trunk/service)
===
--- service (rev 0)
+++ service 2014-05-24 09:19:09 UTC (rev 111777)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tiny Tiny RSS feeds update daemon
+After=network.target mysqld.service postgresql.service
+
+[Service]
+ExecStart=/usr/bin/php 

[arch-commits] Commit in tt-rss/trunk (PKGBUILD service)

2014-05-24 Thread Bartłomiej Piotrowski
Date: Saturday, May 24, 2014 @ 11:18:58
  Author: bpiotrowski
Revision: 111776

upgpkg: tt-rss 1.12-2

redirect stdout to null to unclutter journal (FS#40512)

Modified:
  tt-rss/trunk/PKGBUILD
  tt-rss/trunk/service

--+
 PKGBUILD |4 ++--
 service  |7 +++
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 05:26:09 UTC (rev 111775)
+++ PKGBUILD2014-05-24 09:18:58 UTC (rev 111776)
@@ -6,7 +6,7 @@
 
 pkgname=tt-rss
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
 arch=('any')
 url='http://tt-rss.org/redmine/'
@@ -17,7 +17,7 @@
 source=(https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
 service)
 md5sums=('2ece52d859ca66883a6140ca637bc53b'
- '701400b270ad6f4e9f03611b3582bbdd')
+ 'cb9900413dd53d44a5ed1116c962dbcb')
 
 package() {
   cd Tiny-Tiny-RSS-$pkgver

Modified: service
===
--- service 2014-05-24 05:26:09 UTC (rev 111775)
+++ service 2014-05-24 09:18:58 UTC (rev 111776)
@@ -1,13 +1,12 @@
 [Unit]
 Description=Tiny Tiny RSS feeds update daemon
-After=network.target
-After=mysqld.service
-After=postgresql.service
+After=network.target mysqld.service postgresql.service
 
 [Service]
 ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
 User=http
-StandardOutput=syslog
+StandardOutput=null
+StandardError=syslog
 
 [Install]
 WantedBy=multi-user.target



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

2014-05-24 Thread Jelle van der Waa
Date: Saturday, May 24, 2014 @ 11:48:31
  Author: jelle
Revision: 111778

upgpkg: calibre 1.38.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 09:19:09 UTC (rev 111777)
+++ PKGBUILD2014-05-24 09:48:31 UTC (rev 111778)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.37.0
+pkgver=1.38.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,7 +25,7 @@
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('e57c708292694b315eff36a8eca6140b'
+md5sums=('c8f5e077c10bc3975a384fee291dbc8b'
  'ece36dfd737fa4a346f0a0e59395e949'
  '675cd87d41342119827ef706055491e7')
 



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

2014-05-24 Thread Jelle van der Waa
Date: Saturday, May 24, 2014 @ 11:48:52
  Author: jelle
Revision: 111779

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 111778, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 111778, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 111778, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 111778, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 111778, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 111778, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 111778, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 111778, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 +++
 /calibre-mount-helper  |   56 +++
 /calibre.install   |   24 +++
 /desktop_integration.patch |  202 +++
 community-i686/PKGBUILD|   89 ---
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  101 -
 community-x86_64/PKGBUILD  |   89 ---
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  101 -
 12 files changed, 460 insertions(+), 460 deletions(-)

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


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

2014-05-24 Thread Guillaume Alaux
Date: Saturday, May 24, 2014 @ 13:27:08
  Author: guillaume
Revision: 213541

Upstream release 8.0.8

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 08:20:56 UTC (rev 213540)
+++ PKGBUILD2014-05-24 11:27:08 UTC (rev 213541)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=tomcat8
-pkgver=8.0.5
+pkgver=8.0.8
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_tmpfiles.d_${pkgname}.conf
 ${pkgname}.install)
 
-sha256sums=('71028103eb49b4f8b5ac8d7d8430760fd2664b0ab1fffc78cd22f32bd1618f5c'
+sha256sums=('fedcdbc6a7bf147c547fa4e3912bb5fe67014b883d4929e4ad4f585d672a791a'
 '4f895aa4834489411a1b19027e12e8eb0d3a7408127be720e5aad8f9a0e1d660'
 'cd637d5b1a0e816c149c868a72d3d315ea0061efc9e544cadfbc73859dedb847'
 '32fcb0f44e32cd8901e936ebad4942a399efa8b98fdc42f5345dd8929b6c1887')



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

2014-05-24 Thread Guillaume Alaux
Date: Saturday, May 24, 2014 @ 13:27:54
  Author: guillaume
Revision: 213542

Upstream release 7.0.54 - set dependency to java-runtime=6

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 11:27:08 UTC (rev 213541)
+++ PKGBUILD2014-05-24 11:27:54 UTC (rev 213542)
@@ -1,12 +1,12 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=tomcat7
-pkgver=7.0.53
+pkgver=7.0.54
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer 
Pages 2.2 technologies'
 arch=('any')
 url='http://tomcat.apache.org/'
 license=('APACHE')
-depends=('java-runtime=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
+depends=('java-runtime=6' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
 optdepends=('tomcat-native: to allow optimal performance in production 
environments')
 backup=(etc/${pkgname}/catalina.policy
 etc/${pkgname}/catalina.properties
@@ -21,7 +21,7 @@
 systemd_tmpfiles.d_${pkgname}.conf
 ${pkgname}.install)
 
-sha256sums=('f5e79d70ca7962d11abfc753e47b68a11fdfb4a409e76e2b7bd0a945f80f87c9'
+sha256sums=('f0316c128881c4df384771dc0da8f8e80d861385798e57d22fd4068f48ab8724'
 '7f2931a77b3da0dfce4886251c5bdfc186bf1ad60f6c01c3cafe0bab75034fb7'
 '4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
 '13df331dad3441f027c8b5964ba5bf420df3dc8faf0f96e071db981e8ea322f0')



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

2014-05-24 Thread Guillaume Alaux
Date: Saturday, May 24, 2014 @ 13:29:29
  Author: guillaume
Revision: 213543

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/PKGBUILD
(from rev 213542, tomcat7/trunk/PKGBUILD)
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
(from rev 213542, tomcat7/trunk/systemd_tmpfiles.d_tomcat7.conf)
  tomcat7/repos/extra-any/systemd_tomcat7.service
(from rev 213542, tomcat7/trunk/systemd_tomcat7.service)
  tomcat7/repos/extra-any/tomcat7.install
(from rev 213542, tomcat7/trunk/tomcat7.install)
Deleted:
  tomcat7/repos/extra-any/PKGBUILD
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
  tomcat7/repos/extra-any/systemd_tomcat7.service
  tomcat7/repos/extra-any/tomcat7.install

-+
 PKGBUILD|  150 +++---
 systemd_tmpfiles.d_tomcat7.conf |6 -
 systemd_tomcat7.service |   66 
 tomcat7.install |   70 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 11:27:54 UTC (rev 213542)
+++ PKGBUILD2014-05-24 11:29:29 UTC (rev 213543)
@@ -1,75 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=tomcat7
-pkgver=7.0.53
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer 
Pages 2.2 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_tmpfiles.d_${pkgname}.conf
-${pkgname}.install)
-
-sha256sums=('f5e79d70ca7962d11abfc753e47b68a11fdfb4a409e76e2b7bd0a945f80f87c9'
-'7f2931a77b3da0dfce4886251c5bdfc186bf1ad60f6c01c3cafe0bab75034fb7'
-'4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
-'13df331dad3441f027c8b5964ba5bf420df3dc8faf0f96e071db981e8ea322f0')
-
-_gid_log=19
-_gid_tomcat=71
-_uid_tomcat=71
-
-package() {
-  cd ${srcdir}/apache-tomcat-${pkgver}
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
${pkgdir}/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
${pkgdir}/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm ${pkgdir}/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} ${pkgdir}/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
${pkgdir}/var/log/${pkgname}
-  ln -s /var/log/${pkgname} ${pkgdir}/usr/share/${pkgname}/logs
-  touch ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 ${pkgdir}/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* ${pkgdir}/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 ${pkgdir}/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/conf
-
-  install -dm775 ${pkgdir}/var/lib/${pkgname}
-  cp -r webapps ${pkgdir}/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} ${pkgdir}/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps ${pkgdir}/usr/share/${pkgname}/webapps
-
-  install -dm1777 ${pkgdir}/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
${pkgdir}/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp ${pkgdir}/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work ${pkgdir}/usr/share/${pkgname}/work
-
-  install -Dm644 ${srcdir}/systemd_${pkgname}.service \
- ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 ${srcdir}/systemd_tmpfiles.d_${pkgname}.conf \
- ${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat7/repos/extra-any/PKGBUILD (from rev 213542, 
tomcat7/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 11:29:29 UTC (rev 213543)
@@ -0,0 +1,75 @@
+# Maintainer: Guillaume ALAUX 

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

2014-05-24 Thread Guillaume Alaux
Date: Saturday, May 24, 2014 @ 13:30:12
  Author: guillaume
Revision: 213544

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 213543, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 213543, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 213543, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 213543, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  150 +++---
 systemd_tmpfiles.d_tomcat8.conf |6 -
 systemd_tomcat8.service |   66 
 tomcat8.install |   70 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 11:29:29 UTC (rev 213543)
+++ PKGBUILD2014-05-24 11:30:12 UTC (rev 213544)
@@ -1,75 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=tomcat8
-pkgver=8.0.5
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.zip
-systemd_${pkgname}.service
-systemd_tmpfiles.d_${pkgname}.conf
-${pkgname}.install)
-
-sha256sums=('71028103eb49b4f8b5ac8d7d8430760fd2664b0ab1fffc78cd22f32bd1618f5c'
-'4f895aa4834489411a1b19027e12e8eb0d3a7408127be720e5aad8f9a0e1d660'
-'cd637d5b1a0e816c149c868a72d3d315ea0061efc9e544cadfbc73859dedb847'
-'32fcb0f44e32cd8901e936ebad4942a399efa8b98fdc42f5345dd8929b6c1887')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-package() {
-  cd ${srcdir}/apache-tomcat-${pkgver}
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
${pkgdir}/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
${pkgdir}/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm ${pkgdir}/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} ${pkgdir}/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
${pkgdir}/var/log/${pkgname}
-  ln -s /var/log/${pkgname} ${pkgdir}/usr/share/${pkgname}/logs
-  touch ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 ${pkgdir}/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* ${pkgdir}/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 ${pkgdir}/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/conf
-
-  install -dm775 ${pkgdir}/var/lib/${pkgname}
-  cp -r webapps ${pkgdir}/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} ${pkgdir}/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps ${pkgdir}/usr/share/${pkgname}/webapps
-
-  install -dm1777 ${pkgdir}/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
${pkgdir}/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp ${pkgdir}/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work ${pkgdir}/usr/share/${pkgname}/work
-
-  install -Dm644 ${srcdir}/systemd_${pkgname}.service \
- ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 ${srcdir}/systemd_tmpfiles.d_${pkgname}.conf \
- ${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat8/repos/extra-any/PKGBUILD (from rev 213543, 
tomcat8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 11:30:12 UTC (rev 213544)
@@ -0,0 +1,75 @@
+# Maintainer: Guillaume ALAUX 

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

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 16:01:44
  Author: bgyorgy
Revision: 111781

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

Added:
  gnome-boxes/repos/community-i686/PKGBUILD
(from rev 111780, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-i686/gnome-boxes.install
(from rev 111780, gnome-boxes/trunk/gnome-boxes.install)
  gnome-boxes/repos/community-x86_64/PKGBUILD
(from rev 111780, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-x86_64/gnome-boxes.install
(from rev 111780, gnome-boxes/trunk/gnome-boxes.install)
Deleted:
  gnome-boxes/repos/community-i686/PKGBUILD
  gnome-boxes/repos/community-i686/gnome-boxes.install
  gnome-boxes/repos/community-x86_64/PKGBUILD
  gnome-boxes/repos/community-x86_64/gnome-boxes.install

--+
 /PKGBUILD|   60 +
 /gnome-boxes.install |   24 +
 community-i686/PKGBUILD  |   30 
 community-i686/gnome-boxes.install   |   12 --
 community-x86_64/PKGBUILD|   30 
 community-x86_64/gnome-boxes.install |   12 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-24 14:01:37 UTC (rev 111780)
+++ community-i686/PKGBUILD 2014-05-24 14:01:44 UTC (rev 111781)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=gnome-boxes
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Simple GNOME 3 application to access remote or virtual systems
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Boxes;
-license=('LGPL')
-depends=('clutter-gtk' 'gtk-vnc' 'libosinfo' 'libsoup' 'libvirt-glib' 
'spice-gtk3'
- 'libtracker-sparql' 'qemu' 'cdrkit' 'libcdio' 'mtools' 'dconf'
- 'gnome-icon-theme' 'gnome-themes-standard')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b5e27756a9c485ce2dea3f8eae867b6c7be70862b16cc44f9b55d86dd633bb83')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile --enable-smartcard
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-boxes/repos/community-i686/PKGBUILD (from rev 111780, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-24 14:01:44 UTC (rev 111781)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=gnome-boxes
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Simple GNOME 3 application to access remote or virtual systems
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libosinfo' 'libsoup' 'libvirt-glib' 
'spice-gtk3'
+ 'libtracker-sparql' 'qemu' 'cdrkit' 'libcdio' 'mtools' 'dconf'
+ 'gnome-icon-theme' 'gnome-themes-standard')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('88d52ba44eba27aa1b546fb648e291d0b7b7bc3df948efd6d44ac7342782ed4f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnome-boxes.install
===
--- community-i686/gnome-boxes.install  2014-05-24 14:01:37 UTC (rev 111780)
+++ community-i686/gnome-boxes.install  2014-05-24 14:01:44 UTC (rev 111781)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-boxes/repos/community-i686/gnome-boxes.install (from rev 111780, 
gnome-boxes/trunk/gnome-boxes.install)
===
--- community-i686/gnome-boxes.install  (rev 0)
+++ community-i686/gnome-boxes.install  2014-05-24 14:01:44 UTC (rev 111781)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  

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

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 16:01:37
  Author: bgyorgy
Revision: 111780

upgpkg: gnome-boxes 3.12.2-1

Update to version 3.12.2

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 09:48:52 UTC (rev 111779)
+++ PKGBUILD2014-05-24 14:01:37 UTC (rev 111780)
@@ -3,7 +3,7 @@
 # Contributor: Stefano Facchini stefano.facch...@gmail.com
 
 pkgname=gnome-boxes
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Simple GNOME 3 application to access remote or virtual systems
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b5e27756a9c485ce2dea3f8eae867b6c7be70862b16cc44f9b55d86dd633bb83')
+sha256sums=('88d52ba44eba27aa1b546fb648e291d0b7b7bc3df948efd6d44ac7342782ed4f')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 16:06:04
  Author: bgyorgy
Revision: 111782

upgpkg: gnome-packagekit 3.12.2-1

Update to version 3.12.2

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 14:01:44 UTC (rev 111781)
+++ PKGBUILD2014-05-24 14:06:04 UTC (rev 111782)
@@ -3,20 +3,18 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname=gnome-packagekit
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
 license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
- 'packagekit')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
 makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
-optdepends=('gnome-settings-daemon-updates: update and message notifications')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
 packagekit-0.8.patch)
-sha256sums=('fec804f75d178bf298482887349178ed6f549e287afe16d7302da26c5ead'
+sha256sums=('a4d5fca6f9481b48202f996c8a3835051c98b6e6df0929394704c3c41e28afb2'
 '717ba4d281adbafc9409202538ad1c8ce9a2bb41a6a0bc127e8dd5c4c1da1d65')
 
 prepare() {



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

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 16:06:14
  Author: bgyorgy
Revision: 111783

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

Added:
  gnome-packagekit/repos/community-i686/PKGBUILD
(from rev 111782, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
(from rev 111782, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-i686/packagekit-0.8.patch
(from rev 111782, gnome-packagekit/trunk/packagekit-0.8.patch)
  gnome-packagekit/repos/community-x86_64/PKGBUILD
(from rev 111782, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install
(from rev 111782, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-x86_64/packagekit-0.8.patch
(from rev 111782, gnome-packagekit/trunk/packagekit-0.8.patch)
Deleted:
  gnome-packagekit/repos/community-i686/PKGBUILD
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
  gnome-packagekit/repos/community-i686/packagekit-0.8.patch
  gnome-packagekit/repos/community-x86_64/PKGBUILD
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install
  gnome-packagekit/repos/community-x86_64/packagekit-0.8.patch

---+
 /PKGBUILD |   82 +
 /gnome-packagekit.install |   26 +
 /packagekit-0.8.patch |  130 
 community-i686/PKGBUILD   |   43 -
 community-i686/gnome-packagekit.install   |   13 --
 community-i686/packagekit-0.8.patch   |   65 --
 community-x86_64/PKGBUILD |   43 -
 community-x86_64/gnome-packagekit.install |   13 --
 community-x86_64/packagekit-0.8.patch |   65 --
 9 files changed, 238 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-24 14:06:04 UTC (rev 111782)
+++ community-i686/PKGBUILD 2014-05-24 14:06:14 UTC (rev 111783)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jonathan Conder jonno.con...@gmail.com
-
-pkgname=gnome-packagekit
-pkgver=3.12.1
-pkgrel=1
-pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
- 'packagekit')
-makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
-optdepends=('gnome-settings-daemon-updates: update and message notifications')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
-packagekit-0.8.patch)
-sha256sums=('fec804f75d178bf298482887349178ed6f549e287afe16d7302da26c5ead'
-'717ba4d281adbafc9409202538ad1c8ce9a2bb41a6a0bc127e8dd5c4c1da1d65')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -RNp1 -i $srcdir/packagekit-0.8.patch
-
-  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
-  sed -i s@MimeType=.*@MimeType=$_mime@ 
data/gpk-install-local-file.desktop.in
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-schemas-compile \
-  PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-packagekit/repos/community-i686/PKGBUILD (from rev 111782, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-24 14:06:14 UTC (rev 111783)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.12.2
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
+packagekit-0.8.patch)
+sha256sums=('a4d5fca6f9481b48202f996c8a3835051c98b6e6df0929394704c3c41e28afb2'
+'717ba4d281adbafc9409202538ad1c8ce9a2bb41a6a0bc127e8dd5c4c1da1d65')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -RNp1 -i $srcdir/packagekit-0.8.patch
+
+  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
+  sed -i s@MimeType=.*@MimeType=$_mime@ 
data/gpk-install-local-file.desktop.in
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver

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

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 16:17:18
  Author: bgyorgy
Revision: 111784

upgpkg: cherrytree 0.33.3-1

Update to version 0.33.3

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 14:06:14 UTC (rev 111783)
+++ PKGBUILD2014-05-24 14:17:18 UTC (rev 111784)
@@ -6,18 +6,18 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.33.0
+pkgver=0.33.3
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
 license=('GPL3')
-depends=('pygtksourceview2' 'desktop-file-utils')
+depends=('pygtksourceview2' 'python-dbus' 'desktop-file-utils')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('d136eb8f20ec6647ea0454947b47c447bcbf45904ca9a9f43345e9b816a0cf56')
+sha256sums=('ac0856d2bcc8efe0e5c0ae12cc3d85349f75dc5991895ed5e9485f389cf90002')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,4 +27,7 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
 }



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

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 16:17:23
  Author: bgyorgy
Revision: 111785

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   63 ++-
 cherrytree.install |   28 +++---
 2 files changed, 47 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 14:17:18 UTC (rev 111784)
+++ PKGBUILD2014-05-24 14:17:23 UTC (rev 111785)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tomas A. Schertel tscher...@gmail.com
-
-pkgname=cherrytree
-pkgver=0.33.0
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('d136eb8f20ec6647ea0454947b47c447bcbf45904ca9a9f43345e9b816a0cf56')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 111784, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 14:17:23 UTC (rev 111785)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tomas A. Schertel tscher...@gmail.com
+
+pkgname=cherrytree
+pkgver=0.33.3
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('ac0856d2bcc8efe0e5c0ae12cc3d85349f75dc5991895ed5e9485f389cf90002')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2014-05-24 14:17:18 UTC (rev 111784)
+++ cherrytree.install  2014-05-24 14:17:23 UTC (rev 111785)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 111784, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2014-05-24 14:17:23 UTC (rev 111785)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in (python2-configglue python2-dirspec)

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 16:28:10
  Author: bgyorgy
Revision: 111786

Remove orphan dependencies of Ubuntu One

Ubuntu One is already removed from the repos, remove also these orphan 
and unneeded dependencies

Deleted:
  python2-configglue/
  python2-dirspec/



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

2014-05-24 Thread Thomas Dziedzic
Date: Saturday, May 24, 2014 @ 17:06:38
  Author: td123
Revision: 213545

upgpkg: vim 7.4.307-1

bump and add python3 support

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 11:30:12 UTC (rev 213544)
+++ PKGBUILD2014-05-24 15:06:38 UTC (rev 213545)
@@ -4,10 +4,10 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
 _topver=7.4
-_patchlevel=274
-__hgrev=075eea398fff
+_patchlevel=307
+__hgrev=54d96e3b2eec
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -14,13 +14,13 @@
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url=http://www.vim.org;
-makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
 source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
 ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('98bf9f8d57b95715d08fcc42beae8761'
+md5sums=('836c8b5bab883658c07b67cba445b667'
  'SKIP'
  'b9d4dcb9d3ee2e151dc4be1e94934f6a'
  '10353a61aadc3f276692d0e17db1478e'
@@ -67,6 +67,7 @@
   (cd vim-build/src  autoconf)
 
   cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
 
   cd ${srcdir}/vim-build
 
@@ -111,6 +112,28 @@
 --enable-luainterp
 
   make
+
+  cd ${srcdir}/gvim-python3-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--enable-python3interp \
+--enable-rubyinterp \
+--enable-luainterp
+
+  make
 }
 
 check() {
@@ -186,6 +209,40 @@
 ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
 }
 
+package_gvim-python3() {
+  pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor (with advanced features, such as a GUI) with python 3 support'
+  depends=(vim-runtime=${pkgver}-${pkgrel} 'gpm' 'ruby' 'libxt'
+   'desktop-file-utils' 'gtk2' 'lua' 'python')
+  provides=(vim=${pkgver}-${pkgrel})
+  conflicts=('vim')
+  install=gvim.install
+
+  cd ${srcdir}/gvim-python3-build
+  make -j1 VIMRCLOC=/etc DESTDIR=${pkgdir} install
+
+  # provided by (n)vi in core
+  rm ${pkgdir}/usr/bin/{ex,view}
+
+  # delete some manpages
+  find ${pkgdir}/usr/share/man -type d -name 'man1' 2/dev/null | \
+while read _mandir; do
+cd ${_mandir}
+rm -f ex.1 view.1 # provided by (n)vi
+  done
+
+  # Move the runtime for later packaging
+  mv ${pkgdir}/usr/share/vim ${srcdir}/runtime-install
+
+  # freedesktop links
+  install -Dm644 ${srcdir}/gvim.desktop \
+${pkgdir}/usr/share/applications/gvim.desktop
+  install -Dm644 runtime/vim48x48.png ${pkgdir}/usr/share/pixmaps/gvim.png
+
+  # license
+   install -Dm644 ${srcdir}/vim-${pkgver}/runtime/doc/uganda.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}
+
 package_vim-runtime() {
   pkgdesc='Runtime for vim and gvim'
   depends=('perl' 'gawk')



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

2014-05-24 Thread Thomas Dziedzic
Date: Saturday, May 24, 2014 @ 17:07:38
  Author: td123
Revision: 213546

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 213545, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 213545, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 213545, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 213545, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 213545, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 213545, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 213545, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 213545, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 213545, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 213545, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  284 +
 testing-i686/archlinux.vim   |   26 +++
 testing-i686/gvim.desktop|   63 +
 testing-i686/gvim.install|   15 ++
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  284 +
 testing-x86_64/archlinux.vim |   26 +++
 testing-x86_64/gvim.desktop  |   63 +
 testing-x86_64/gvim.install  |   15 ++
 testing-x86_64/vimrc |   16 ++
 10 files changed, 808 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 213545, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-24 15:07:38 UTC (rev 213546)
@@ -0,0 +1,284 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
+_topver=7.4
+_patchlevel=307
+__hgrev=54d96e3b2eec
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'desktop-file-utils' 
'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('836c8b5bab883658c07b67cba445b667'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+  cp -a vim-build gvim-python3-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+

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

2014-05-24 Thread Bartłomiej Piotrowski
Date: Saturday, May 24, 2014 @ 17:22:04
  Author: bpiotrowski
Revision: 111788

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-24 15:21:58 UTC (rev 111787)
+++ community-i686/PKGBUILD 2014-05-24 15:22:04 UTC (rev 111788)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.3.9
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 
'libgl'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('afb42ae3b94bc968cfa9a690cde1df72')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 111787, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-24 15:22:04 UTC (rev 111788)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.3.10
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 
'libgl'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('9cfd0a4118b260bff4a3bc21cac7d1ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2014-05-24 15:21:58 UTC (rev 111787)
+++ community-i686/mpv.install  2014-05-24 15:22:04 UTC (rev 111788)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 111787, 
mpv/trunk/mpv.install)
===
--- community-i686/mpv.install  (rev 0)
+++ community-i686/mpv.install  2014-05-24 15:22:04 UTC (rev 111788)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+

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

2014-05-24 Thread Bartłomiej Piotrowski
Date: Saturday, May 24, 2014 @ 17:21:58
  Author: bpiotrowski
Revision: 111787

upgpkg: mpv 0.3.10-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 14:28:10 UTC (rev 111786)
+++ PKGBUILD2014-05-24 15:21:58 UTC (rev 111787)
@@ -3,7 +3,7 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.3.9
+pkgver=0.3.10
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('afb42ae3b94bc968cfa9a690cde1df72')
+md5sums=('9cfd0a4118b260bff4a3bc21cac7d1ab')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-05-24 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 17:23:53
  Author: heftig
Revision: 213547

2.4.2

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 15:07:38 UTC (rev 213546)
+++ PKGBUILD2014-05-24 15:23:53 UTC (rev 213547)
@@ -3,7 +3,7 @@
 
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 options=(!emptydirs)
 source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
 fix-pretty-quotes.patch)
-sha256sums=('6eed5d41ecdcfbafe3c2fbb0f0b79b9cda87a5ea0e7d0938afb6c6c82996e2f7'
+sha256sums=('cac8385c3b8a956793eb6b67712c23297a39e5f8b429523f32bbdcdf9c21d00a'
 '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
 
 prepare() {



[arch-commits] Commit in (5 files)

2014-05-24 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 17:29:00
  Author: heftig
Revision: 213548

add adobe-source-serif-pro-fonts

Added:
  adobe-source-serif-pro-fonts/
  adobe-source-serif-pro-fonts/repos/
  adobe-source-serif-pro-fonts/trunk/
  adobe-source-serif-pro-fonts/trunk/PKGBUILD
  adobe-source-serif-pro-fonts/trunk/fonts.install

---+
 PKGBUILD  |   23 +++
 fonts.install |   11 +++
 2 files changed, 34 insertions(+)

Added: adobe-source-serif-pro-fonts/trunk/PKGBUILD
===
--- adobe-source-serif-pro-fonts/trunk/PKGBUILD (rev 0)
+++ adobe-source-serif-pro-fonts/trunk/PKGBUILD 2014-05-24 15:29:00 UTC (rev 
213548)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=adobe-source-serif-pro-fonts
+pkgver=1.014
+pkgrel=1
+pkgdesc=A set of serif OpenType fonts designed to complement Source Sans Pro
+arch=(any)
+url=http://sourceforge.net/projects/sourceserifpro.adobe;
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=(http://downloads.sourceforge.net/sourceserifpro.adobe/SourceSerifPro_FontsOnly-${pkgver}.zip)
+sha256sums=('50e3cdf3499967daf2ba72bc1063568f90c76d7246bd0ac52318cb92c264eaa9')
+
+package() {
+  cd SourceSerifPro_FontsOnly-$pkgver
+  install -d $pkgdir/usr/share/fonts/adobe-source-serif-pro
+  install -t $pkgdir/usr/share/fonts/adobe-source-serif-pro -m644 OTF/*.otf
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: adobe-source-serif-pro-fonts/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: adobe-source-serif-pro-fonts/trunk/fonts.install
===
--- adobe-source-serif-pro-fonts/trunk/fonts.install
(rev 0)
+++ adobe-source-serif-pro-fonts/trunk/fonts.install2014-05-24 15:29:00 UTC 
(rev 213548)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-05-24 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 17:32:11
  Author: heftig
Revision: 213549

Fix tar dir

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 15:29:00 UTC (rev 213548)
+++ PKGBUILD2014-05-24 15:32:11 UTC (rev 213549)
@@ -14,7 +14,7 @@
 sha256sums=('50e3cdf3499967daf2ba72bc1063568f90c76d7246bd0ac52318cb92c264eaa9')
 
 package() {
-  cd SourceSerifPro_FontsOnly-$pkgver
+  cd source-serif-pro-${pkgver}R
   install -d $pkgdir/usr/share/fonts/adobe-source-serif-pro
   install -t $pkgdir/usr/share/fonts/adobe-source-serif-pro -m644 OTF/*.otf
   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2014-05-24 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 17:45:22
  Author: heftig
Revision: 213550

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

Added:
  webkitgtk/repos/extra-i686/PKGBUILD
(from rev 213549, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/extra-i686/fix-pretty-quotes.patch
(from rev 213549, webkitgtk/trunk/fix-pretty-quotes.patch)
  webkitgtk/repos/extra-x86_64/PKGBUILD
(from rev 213549, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/extra-x86_64/fix-pretty-quotes.patch
(from rev 213549, webkitgtk/trunk/fix-pretty-quotes.patch)
Deleted:
  webkitgtk/repos/extra-i686/PKGBUILD
  webkitgtk/repos/extra-i686/fix-pretty-quotes.patch
  webkitgtk/repos/extra-x86_64/PKGBUILD
  webkitgtk/repos/extra-x86_64/fix-pretty-quotes.patch

--+
 /PKGBUILD|  144 +
 /fix-pretty-quotes.patch |   52 +++
 extra-i686/PKGBUILD  |   72 
 extra-i686/fix-pretty-quotes.patch   |   26 -
 extra-x86_64/PKGBUILD|   72 
 extra-x86_64/fix-pretty-quotes.patch |   26 -
 6 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-24 15:32:11 UTC (rev 213549)
+++ extra-i686/PKGBUILD 2014-05-24 15:45:22 UTC (rev 213550)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=webkitgtk
-pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=GTK+ Web content engine library
-arch=(i686 x86_64)
-url=http://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk3 gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
-optdepends=('gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
-fix-pretty-quotes.patch)
-sha256sums=('6eed5d41ecdcfbafe3c2fbb0f0b79b9cda87a5ea0e7d0938afb6c6c82996e2f7'
-'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
-
-prepare() {
-  mkdir build-gtk{,2}
-  cd $pkgbase-$pkgver
-  patch -Np0 -i ../fix-pretty-quotes.patch
-}
-
-_build() (
-  _ver=$1; shift
-  cd build-${_ver}
-
-  ../$pkgbase-$pkgver/configure --prefix=/usr \
---libexecdir=/usr/lib/webkit${_ver} \
---enable-introspection \
-$@
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-)
-
-build() {
-  _build gtk --enable-gtk-doc
-  _build gtk2 --disable-webkit2 --with-gtk=2.0
-}
-
-package_webkitgtk() {
-  depends+=(gtk3)
-  optdepends+=('gtk2: Netscape plugin support')
-  provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
-  conflicts=(webkitgtk3 libwebkit3)
-  replaces=(webkitgtk3 libwebkit3)
-
-  make -C build-gtk -j1 DESTDIR=$pkgdir install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-$pkgdir/usr/share/licenses/webkitgtk/LICENSE
-}
-
-package_webkitgtk2() {
-  pkgdesc+= for GTK2
-  depends+=(gtk2)
-  provides=(libwebkit=${pkgver})
-  conflicts=(libwebkit)
-  replaces=(libwebkit)
-
-  make -C build-gtk2 -j1 DESTDIR=$pkgdir install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-$pkgdir/usr/share/licenses/webkitgtk2/LICENSE
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 213549, 
webkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-24 15:45:22 UTC (rev 213550)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python mesa ruby gtk-doc)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('cac8385c3b8a956793eb6b67712c23297a39e5f8b429523f32bbdcdf9c21d00a'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build-gtk{,2}
+  cd $pkgbase-$pkgver
+  patch -Np0 -i ../fix-pretty-quotes.patch
+}
+
+_build() (
+  _ver=$1; shift
+  cd build-${_ver}
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \

[arch-commits] Commit in adobe-source-serif-pro-fonts/repos (3 files)

2014-05-24 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 17:47:45
  Author: heftig
Revision: 213551

archrelease: copy trunk to extra-any

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

---+
 PKGBUILD  |   23 +++
 fonts.install |   11 +++
 2 files changed, 34 insertions(+)

Copied: adobe-source-serif-pro-fonts/repos/extra-any/PKGBUILD (from rev 213550, 
adobe-source-serif-pro-fonts/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-05-24 15:47:45 UTC (rev 213551)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=adobe-source-serif-pro-fonts
+pkgver=1.014
+pkgrel=1
+pkgdesc=A set of serif OpenType fonts designed to complement Source Sans Pro
+arch=(any)
+url=http://sourceforge.net/projects/sourceserifpro.adobe;
+license=(custom)
+depends=(fontconfig)
+install=fonts.install
+source=(http://downloads.sourceforge.net/sourceserifpro.adobe/SourceSerifPro_FontsOnly-${pkgver}.zip)
+sha256sums=('50e3cdf3499967daf2ba72bc1063568f90c76d7246bd0ac52318cb92c264eaa9')
+
+package() {
+  cd source-serif-pro-${pkgver}R
+  install -d $pkgdir/usr/share/fonts/adobe-source-serif-pro
+  install -t $pkgdir/usr/share/fonts/adobe-source-serif-pro -m644 OTF/*.otf
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: adobe-source-serif-pro-fonts/repos/extra-any/fonts.install (from rev 
213550, adobe-source-serif-pro-fonts/trunk/fonts.install)
===
--- extra-any/fonts.install (rev 0)
+++ extra-any/fonts.install 2014-05-24 15:47:45 UTC (rev 213551)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in (4 files)

2014-05-24 Thread Felix Yan
Date: Saturday, May 24, 2014 @ 18:42:40
  Author: fyan
Revision: 213552

addpkg: python-defusedxml 0.4.1-1

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

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

Added: python-defusedxml/trunk/PKGBUILD
===
--- python-defusedxml/trunk/PKGBUILD(rev 0)
+++ python-defusedxml/trunk/PKGBUILD2014-05-24 16:42:40 UTC (rev 213552)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-defusedxml
+pkgname=(python-defusedxml python2-defusedxml)
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=XML bomb protection for Python stdlib modules
+arch=('any')
+url='https://bitbucket.org/tiran/defusedxml'
+license=('Python')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/d/defusedxml/defusedxml-0.4.1.tar.gz;)
+md5sums=('230a5eff64f878b392478e30376d673a')
+
+prepare() {
+  cp -a defusedxml-$pkgver{,-py2}
+}
+
+package_python-defusedxml() {
+  depends=('python')
+
+  cd defusedxml-$pkgver
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-defusedxml() {
+  depends=('python2')
+
+  cd defusedxml-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2014-05-24 Thread Felix Yan
Date: Saturday, May 24, 2014 @ 18:43:42
  Author: fyan
Revision: 213553

archrelease: copy trunk to extra-any

Added:
  python-defusedxml/repos/extra-any/
  python-defusedxml/repos/extra-any/PKGBUILD
(from rev 213552, python-defusedxml/trunk/PKGBUILD)

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

Copied: python-defusedxml/repos/extra-any/PKGBUILD (from rev 213552, 
python-defusedxml/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-05-24 16:43:42 UTC (rev 213553)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-defusedxml
+pkgname=(python-defusedxml python2-defusedxml)
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=XML bomb protection for Python stdlib modules
+arch=('any')
+url='https://bitbucket.org/tiran/defusedxml'
+license=('Python')
+makedepends=('python' 'python2')
+source=(https://pypi.python.org/packages/source/d/defusedxml/defusedxml-0.4.1.tar.gz;)
+md5sums=('230a5eff64f878b392478e30376d673a')
+
+prepare() {
+  cp -a defusedxml-$pkgver{,-py2}
+}
+
+package_python-defusedxml() {
+  depends=('python')
+
+  cd defusedxml-$pkgver
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-defusedxml() {
+  depends=('python2')
+
+  cd defusedxml-$pkgver-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-05-24 Thread Felix Yan
Date: Saturday, May 24, 2014 @ 18:46:25
  Author: fyan
Revision: 213554

upgpkg: python-soappy 0.12.20-2

- fix dependencies. FS#40520

Modified:
  python-soappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 16:43:42 UTC (rev 213553)
+++ PKGBUILD2014-05-24 16:46:25 UTC (rev 213554)
@@ -7,13 +7,13 @@
 pkgbase=python-soappy
 pkgname=python2-soappy
 pkgver=0.12.20
-pkgrel=1
+pkgrel=2
 pkgdesc=A module which implements a high-level interface to SOAP functions
 arch=('any')
 url=http://pywebsvcs.sourceforge.net/;
 license=('custom')
 makedepends=(python2-setuptools)
-depends=('python2-fpconst' 'python2-wstools')
+depends=('python2-wstools' 'python2-defusedxml')
 conflicts=('python-soappy=0.12.0-10')
 replaces=('python-soappy=0.12.0-10')
 optdepends=('python2-m2crypto: for support for server-side SSL')



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

2014-05-24 Thread Felix Yan
Date: Saturday, May 24, 2014 @ 18:47:01
  Author: fyan
Revision: 213555

archrelease: copy trunk to extra-any

Added:
  python-soappy/repos/extra-any/PKGBUILD
(from rev 213554, python-soappy/trunk/PKGBUILD)
Deleted:
  python-soappy/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 16:46:25 UTC (rev 213554)
+++ PKGBUILD2014-05-24 16:47:01 UTC (rev 213555)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgbase=python-soappy
-pkgname=python2-soappy
-pkgver=0.12.20
-pkgrel=1
-pkgdesc=A module which implements a high-level interface to SOAP functions
-arch=('any')
-url=http://pywebsvcs.sourceforge.net/;
-license=('custom')
-makedepends=(python2-setuptools)
-depends=('python2-fpconst' 'python2-wstools')
-conflicts=('python-soappy=0.12.0-10')
-replaces=('python-soappy=0.12.0-10')
-optdepends=('python2-m2crypto: for support for server-side SSL')
-source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
-https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
-md5sums=('99c90ed7f46e4e847ffb3fe156c806c5'
- '43f41fd631f225d8cd67eca52f38514f')
-
-build() {
-  cd SOAPpy-${pkgver}
-  python2 setup.py build
-}
-
-package_python2-soappy() {
-  cd SOAPpy-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 213554, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 16:47:01 UTC (rev 213555)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.20
+pkgrel=2
+pkgdesc=A module which implements a high-level interface to SOAP functions
+arch=('any')
+url=http://pywebsvcs.sourceforge.net/;
+license=('custom')
+makedepends=(python2-setuptools)
+depends=('python2-wstools' 'python2-defusedxml')
+conflicts=('python-soappy=0.12.0-10')
+replaces=('python-soappy=0.12.0-10')
+optdepends=('python2-m2crypto: for support for server-side SSL')
+source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
+https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
+md5sums=('99c90ed7f46e4e847ffb3fe156c806c5'
+ '43f41fd631f225d8cd67eca52f38514f')
+
+build() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-soappy() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 20:54:40
  Author: bgyorgy
Revision: 111791

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +--
 cherrytree.install |   28 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 18:54:35 UTC (rev 111790)
+++ PKGBUILD2014-05-24 18:54:40 UTC (rev 111791)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tomas A. Schertel tscher...@gmail.com
-
-pkgname=cherrytree
-pkgver=0.33.3
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'python-dbus' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('ac0856d2bcc8efe0e5c0ae12cc3d85349f75dc5991895ed5e9485f389cf90002')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Fix file permissions
-  find $pkgdir/usr/share -type f | xargs chmod 644
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 111790, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 18:54:40 UTC (rev 111791)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tomas A. Schertel tscher...@gmail.com
+
+pkgname=cherrytree
+pkgver=0.33.3
+pkgrel=2
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('ac0856d2bcc8efe0e5c0ae12cc3d85349f75dc5991895ed5e9485f389cf90002')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2014-05-24 18:54:35 UTC (rev 111790)
+++ cherrytree.install  2014-05-24 18:54:40 UTC (rev 111791)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 111790, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2014-05-24 18:54:40 UTC (rev 111791)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 20:54:35
  Author: bgyorgy
Revision: 111790

upgpkg: cherrytree 0.33.3-2

Fix deps

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 17:27:52 UTC (rev 111789)
+++ PKGBUILD2014-05-24 18:54:35 UTC (rev 111790)
@@ -7,12 +7,12 @@
 
 pkgname=cherrytree
 pkgver=0.33.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
 license=('GPL3')
-depends=('pygtksourceview2' 'python-dbus' 'desktop-file-utils')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 install=cherrytree.install



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

2014-05-24 Thread Laurent Carlier
Date: Saturday, May 24, 2014 @ 21:03:07
  Author: lcarlier
Revision: 213556

upgpkg: mesa 10.2.0rc4-1

upstream update 10.2.0rc4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 16:47:01 UTC (rev 213555)
+++ PKGBUILD2014-05-24 19:03:07 UTC (rev 213556)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
-pkgver=10.2.0rc3
-pkgrel=2
+pkgver=10.2.0rc4
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'
@@ -13,9 +13,9 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 #source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
-source=(ftp://ftp.freedesktop.org/pub/mesa/10.2/MesaLib-10.2.0-rc3.tar.bz2
+source=(ftp://ftp.freedesktop.org/pub/mesa/10.2/MesaLib-10.2.0-rc4.tar.bz2
 LICENSE)
-md5sums=('266264483d5f1e3513f48f95392c15a2'
+md5sums=('21be494c630a4a4658b3ed6ad0b24669'
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
 build() {
@@ -89,10 +89,8 @@
   install -m755 -d ${pkgdir}/usr/lib/gallium-pipe
   mv -v ${srcdir}/fakeinstall/usr/lib/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib/gallium-pipe/
   
-  # I don't think it's currently useful to package libomx_r600
   install -m755 -d ${pkgdir}/usr/lib/bellagio
-  # mv -v ${srcdir}/fakeinstall/usr/lib/bellagio/libomx_{r600,radeonsi}.so 
${pkgdir}/usr/lib/bellagio/
-  mv -v ${srcdir}/fakeinstall/usr/lib/bellagio/libomx_radeonsi.so 
${pkgdir}/usr/lib/bellagio/
+  mv -v ${srcdir}/fakeinstall/usr/lib/bellagio/libomx_{r600,radeonsi}.so 
${pkgdir}/usr/lib/bellagio/
 
   install -m755 -d ${pkgdir}/usr/share/licenses/ati-dri
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/ati-dri/
@@ -111,7 +109,7 @@
 
 package_nouveau-dri() {
   pkgdesc=Mesa drivers for Nouveau
-  depends=('mesa-libgl' 'libtxc_dxtn' mesa=${pkgver})
+  depends=('mesa-libgl' 'libtxc_dxtn' 'libomxil-bellagio' mesa=${pkgver})
 
   install -m755 -d ${pkgdir}/usr/lib/vdpau/
   mv -v ${srcdir}/fakeinstall/usr/lib/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib/vdpau/
@@ -122,9 +120,8 @@
   install -m755 -d ${pkgdir}/usr/lib/gallium-pipe
   mv -v ${srcdir}/fakeinstall/usr/lib/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib/gallium-pipe/
 
-  # I don't think it's currently useful to package it
-  #install -m755 -d ${pkgdir}/usr/lib/bellagio
-  #mv -v ${srcdir}/fakeinstall/usr/lib/bellagio/libomx_nouveau.so 
${pkgdir}/usr/lib/bellagio/
+  install -m755 -d ${pkgdir}/usr/lib/bellagio
+  mv -v ${srcdir}/fakeinstall/usr/lib/bellagio/libomx_nouveau.so 
${pkgdir}/usr/lib/bellagio/
   
   install -m755 -d ${pkgdir}/usr/share/licenses/nouveau-dri
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/nouveau-dri/



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

2014-05-24 Thread Laurent Carlier
Date: Saturday, May 24, 2014 @ 21:03:19
  Author: lcarlier
Revision: 213557

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

Added:
  mesa/repos/testing-i686/LICENSE
(from rev 213556, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 213556, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/LICENSE
(from rev 213556, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 213556, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-i686/LICENSE
  mesa/repos/testing-i686/PKGBUILD
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

-+
 /LICENSE|  164 ++
 /PKGBUILD   |  408 ++
 testing-i686/LICENSE|   82 -
 testing-i686/PKGBUILD   |  185 
 testing-x86_64/LICENSE  |   82 -
 testing-x86_64/PKGBUILD |  185 
 6 files changed, 572 insertions(+), 534 deletions(-)

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


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

2014-05-24 Thread Anatol Pomozov
Date: Saturday, May 24, 2014 @ 21:04:19
  Author: anatolik
Revision: 213558

upgpkg: transmission 2.83-1

Modified:
  transmission/trunk/PKGBUILD
  transmission/trunk/transmission-cli.install

--+
 PKGBUILD |4 ++--
 transmission-cli.install |   10 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 19:03:19 UTC (rev 213557)
+++ PKGBUILD2014-05-24 19:04:19 UTC (rev 213558)
@@ -4,7 +4,7 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.82
+pkgver=2.83
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
 source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
-md5sums=('a5ef870c0410b12d10449c2d36fa4661')
+md5sums=('4620cfbfefee2ce55a6fa12c3ec330a7')
 
 build() {
   cd $pkgbase-$pkgver

Modified: transmission-cli.install
===
--- transmission-cli.install2014-05-24 19:03:19 UTC (rev 213557)
+++ transmission-cli.install2014-05-24 19:04:19 UTC (rev 213558)
@@ -1,10 +1,10 @@
 post_install() {
-post_upgrade
-passwd -l transmission /dev/null
+  post_upgrade
+  passwd -l transmission /dev/null
 }
 
 post_upgrade() {
-   # create user/group that the daemon will run as by default, do not 
delete this on uninstall, as it will own files
-   getent group transmission /dev/null || groupadd -g 169 transmission
-   getent passwd transmission /dev/null || useradd -c 'Transmission 
BitTorrent Client' -u 169 -g transmission -b '/var/lib' -m -s /bin/false 
transmission
+  # create user/group that the daemon will run as by default, do not delete 
this on uninstall, as it will own files
+  getent group transmission /dev/null || groupadd -g 169 transmission
+  getent passwd transmission /dev/null || useradd -c 'Transmission BitTorrent 
Client' -u 169 -g transmission -b '/var/lib' -m -s /bin/false transmission
 }



[arch-commits] Commit in transmission/repos (5 files)

2014-05-24 Thread Anatol Pomozov
Date: Saturday, May 24, 2014 @ 21:06:54
  Author: anatolik
Revision: 213559

archrelease: copy trunk to testing-x86_64

Added:
  transmission/repos/testing-x86_64/
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 213558, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 213558, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 213558, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 213558, transmission/trunk/transmission-qt.install)

--+
 PKGBUILD |   68 +
 transmission-cli.install |   10 ++
 transmission-gtk.install |   12 +++
 transmission-qt.install  |   11 +++
 4 files changed, 101 insertions(+)

Copied: transmission/repos/testing-x86_64/PKGBUILD (from rev 213558, 
transmission/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-24 19:06:54 UTC (rev 213559)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=2.83
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.transmissionbt.com/;
+license=('MIT')
+makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
+md5sums=('4620cfbfefee2ce55a6fa12c3ec330a7')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr
+  make
+  pushd qt
+  qmake qtr.pro
+  make
+}
+package_transmission-cli() {
+  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
+  depends=('curl' 'libevent' 'systemd')
+  install=transmission-cli.install
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils
+  do
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
+}
+
+package_transmission-gtk() {
+  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
+  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd $pkgbase-$pkgver
+
+  make -C gtk DESTDIR=$pkgdir install
+  make -C po DESTDIR=$pkgdir install
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
+}
+
+package_transmission-qt() {
+  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
+  depends=('curl' 'qt5-base' 'libevent')
+  optdepends=('transmission-cli: daemon and web support')
+  install=transmission-qt.install
+
+  cd $pkgbase-$pkgver
+
+  make -C qt INSTALL_ROOT=$pkgdir/usr install
+
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/transmission-qt/COPYING
+  install -D -m644 qt/icons/transmission.png 
$pkgdir/usr/share/pixmaps/transmission-qt.png
+  install -D -m644 qt/transmission-qt.desktop 
$pkgdir/usr/share/applications/transmission-qt.desktop
+}

Copied: transmission/repos/testing-x86_64/transmission-cli.install (from rev 
213558, transmission/trunk/transmission-cli.install)
===
--- testing-x86_64/transmission-cli.install (rev 0)
+++ testing-x86_64/transmission-cli.install 2014-05-24 19:06:54 UTC (rev 
213559)
@@ -0,0 +1,10 @@
+post_install() {
+  post_upgrade
+  passwd -l transmission /dev/null
+}
+
+post_upgrade() {
+  # create user/group that the daemon will run as by default, do not delete 
this on uninstall, as it will own files
+  getent group transmission /dev/null || groupadd -g 169 transmission
+  getent passwd transmission /dev/null || useradd -c 'Transmission BitTorrent 
Client' -u 169 -g transmission -b '/var/lib' -m -s /bin/false transmission
+}

Copied: transmission/repos/testing-x86_64/transmission-gtk.install (from rev 
213558, transmission/trunk/transmission-gtk.install)
===
--- testing-x86_64/transmission-gtk.install (rev 0)
+++ testing-x86_64/transmission-gtk.install 2014-05-24 19:06:54 UTC (rev 
213559)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: transmission/repos/testing-x86_64/transmission-qt.install (from rev 
213558, transmission/trunk/transmission-qt.install)

[arch-commits] Commit in transmission/repos (13 files)

2014-05-24 Thread Anatol Pomozov
Date: Saturday, May 24, 2014 @ 21:12:43
  Author: anatolik
Revision: 213560

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

Added:
  transmission/repos/testing-i686/
  transmission/repos/testing-i686/PKGBUILD
(from rev 213559, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 213559, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 213559, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 213559, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 213559, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 213559, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 213559, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 213559, transmission/trunk/transmission-qt.install)
Deleted:
  transmission/repos/testing-x86_64/PKGBUILD
  transmission/repos/testing-x86_64/transmission-cli.install
  transmission/repos/testing-x86_64/transmission-gtk.install
  transmission/repos/testing-x86_64/transmission-qt.install

-+
 /PKGBUILD   |   68 ++
 /transmission-cli.install   |   10 
 /transmission-gtk.install   |   12 +
 /transmission-qt.install|   11 
 testing-i686/PKGBUILD   |   68 ++
 testing-i686/transmission-cli.install   |   10 
 testing-i686/transmission-gtk.install   |   12 +
 testing-i686/transmission-qt.install|   11 
 testing-x86_64/PKGBUILD |   68 --
 testing-x86_64/transmission-cli.install |   10 
 testing-x86_64/transmission-gtk.install |   12 -
 testing-x86_64/transmission-qt.install  |   11 
 12 files changed, 202 insertions(+), 101 deletions(-)

Copied: transmission/repos/testing-i686/PKGBUILD (from rev 213559, 
transmission/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-24 19:12:43 UTC (rev 213560)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=2.83
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.transmissionbt.com/;
+license=('MIT')
+makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
+md5sums=('4620cfbfefee2ce55a6fa12c3ec330a7')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr
+  make
+  pushd qt
+  qmake qtr.pro
+  make
+}
+package_transmission-cli() {
+  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
+  depends=('curl' 'libevent' 'systemd')
+  install=transmission-cli.install
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils
+  do
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
+}
+
+package_transmission-gtk() {
+  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
+  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd $pkgbase-$pkgver
+
+  make -C gtk DESTDIR=$pkgdir install
+  make -C po DESTDIR=$pkgdir install
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
+}
+
+package_transmission-qt() {
+  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
+  depends=('curl' 'qt5-base' 'libevent')
+  optdepends=('transmission-cli: daemon and web support')
+  install=transmission-qt.install
+
+  cd $pkgbase-$pkgver
+
+  make -C qt INSTALL_ROOT=$pkgdir/usr install
+
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/transmission-qt/COPYING
+  install -D -m644 qt/icons/transmission.png 
$pkgdir/usr/share/pixmaps/transmission-qt.png
+  install -D -m644 qt/transmission-qt.desktop 
$pkgdir/usr/share/applications/transmission-qt.desktop
+}

Copied: transmission/repos/testing-i686/transmission-cli.install (from rev 
213559, transmission/trunk/transmission-cli.install)
===
--- testing-i686/transmission-cli.install   (rev 

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

2014-05-24 Thread Laurent Carlier
Date: Saturday, May 24, 2014 @ 21:24:49
  Author: lcarlier
Revision: 111792

upgpkg: lib32-mesa 10.2.0rc4-1

upstream update 10.2.0rc4

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 18:54:40 UTC (rev 111791)
+++ PKGBUILD2014-05-24 19:24:49 UTC (rev 111792)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.0rc3
+pkgver=10.2.0rc4
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,8 +14,8 @@
 license=('custom')
 options=('!libtool')
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-source=(ftp://ftp.freedesktop.org/pub/mesa/10.2/MesaLib-10.2.0-rc3.tar.bz2)
-md5sums=('266264483d5f1e3513f48f95392c15a2')
+source=(ftp://ftp.freedesktop.org/pub/mesa/10.2/MesaLib-10.2.0-rc4.tar.bz2)
+md5sums=('21be494c630a4a4658b3ed6ad0b24669')
 
 build() {
   export CC=gcc -m32
@@ -112,16 +112,22 @@
   conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
   replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
 
-  mv -v ${srcdir}/fakeinstall/* ${pkgdir}
+  install -m755 -d ${pkgdir}/usr/lib32/{gallium-pipe,gbm}
+  mv -v ${srcdir}/fakeinstall/usr/lib32/lib{OSMesa,gbm,glapi,wayland-egl}.so* 
${pkgdir}/usr/lib32/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_swrast* 
${pkgdir}/usr/lib32/gallium-pipe/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/gbm/gbm_gallium_drm* 
${pkgdir}/usr/lib32/gbm/
+
+  mv -v ${srcdir}/fakeinstall/usr/lib32/pkgconfig ${pkgdir}/usr/lib32/
+  
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/swrast_dri* 
${pkgdir}/usr/lib32/xorg/modules/dri/
+
   install -m755 -d ${pkgdir}/usr/lib32/mesa
   # move libgl/EGL/glesv*.so to not conflict with blobs - may break .pc files ?
-  mv -v ${pkgdir}/usr/lib32/libGL.so*${pkgdir}/usr/lib32/mesa/
-  mv -v ${pkgdir}/usr/lib32/libEGL.so*   ${pkgdir}/usr/lib32/mesa/
-  mv -v ${pkgdir}/usr/lib32/libGLES*.so* ${pkgdir}/usr/lib32/mesa/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/libGL.so*${pkgdir}/usr/lib32/mesa/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/libEGL.so*   ${pkgdir}/usr/lib32/mesa/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/libGLES*.so* ${pkgdir}/usr/lib32/mesa/
 
-  rm -r ${pkgdir}/etc
-  rm -r ${pkgdir}/usr/include
-
   install -m755 -d ${pkgdir}/usr/share/licenses
   ln -s mesa $pkgdir/usr/share/licenses/lib32-mesa
 }



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

2014-05-24 Thread Laurent Carlier
Date: Saturday, May 24, 2014 @ 21:24:57
  Author: lcarlier
Revision: 111793

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 111792, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  316 +++--
 1 file changed, 161 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 19:24:49 UTC (rev 111792)
+++ PKGBUILD2014-05-24 19:24:57 UTC (rev 111793)
@@ -1,155 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.2.0rc3
-pkgrel=1
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
- 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
- 'lib32-libvdpau' 'lib32-wayland')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-options=('!libtool')
-#source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-source=(ftp://ftp.freedesktop.org/pub/mesa/10.2/MesaLib-10.2.0-rc3.tar.bz2)
-md5sums=('266264483d5f1e3513f48f95392c15a2')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-egl-platforms=x11,drm,wayland \
---enable-llvm-shared-libs \
---enable-egl \
---disable-gallium-egl \
---enable-gbm \
---enable-gallium-gbm \
---enable-gallium-llvm \
---enable-shared-glapi \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float \
---enable-vdpau \
---enable-dri3
-
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s ati-dri $pkgdir/usr/share/licenses/lib32-ati-dri
-}
-
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s intel-dri $pkgdir/usr/share/licenses/lib32-intel-dri
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s nouveau-dri $pkgdir/usr/share/licenses/lib32-nouveau-dri
-}
-
-package_lib32-mesa() {
-  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 
'lib32-libvdpau' 'lib32-wayland' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  

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

2014-05-24 Thread Andreas Radke
Date: Saturday, May 24, 2014 @ 22:45:56
  Author: andyrtr
Revision: 213561

fix deps, fix insecure rpath

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 19:12:43 UTC (rev 213560)
+++ PKGBUILD2014-05-24 20:45:56 UTC (rev 213561)
@@ -11,21 +11,23 @@
 license=('LGPL3')
 url=http://www.libreoffice.org/;
 depends=(curl=7.20.0 hunspell=1.2.8 python=3.4 'libwpd=0.9.2'
-'libwps' 'libxaw' neon=0.28.6 'pango' 'nspr' 'libjpeg' 
'libxrandr'
-'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 'icu'
-'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 'graphite'
+'libwps' neon=0.28.6 'pango' 'nspr' 'libjpeg' 'libxrandr' 
#'libxaw' 
+'libgl' 'dbus-glib' 'libxslt' 'redland' 'icu' #'librsvg' 
+'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' # 'libtextcat' 
 'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen'
-'libcdr' 'libmspub'
+'libcdr' 'libmspub' 'harfbuzz-icu' 'gconf' 'glew' 'nss' 
'clucene'
+# 'lpsolve' ? calc
 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info'
-'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 
#'telepathy-glib'
-'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to satisfy 
regression tests
-'git')
+'gtk2' 'xdg-utils' #'telepathy-glib' 'orbit2' 
'translate-toolkit' 
+'gst-plugins-base-libs' 'glu')
 makedepends=('sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
 'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 
'beanshell2' 'vigra'
-'clucene' 'junit' 'libmythes' 'libwpg'  'mesa' 
'clucene'
+'clucene' 'junit' 'libmythes' 'libwpg'  'mesa'
 'java-environment' 'postgresql-libs' 'bluez-libs' 
'harfbuzz-icu'
-'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf')
-optdepends=('libreoffice-langpack: additional language support'
+'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf'
+'ttf-liberation' # to satisfy regression tests
+'chrpath')
+optdepends=('libreoffice-fresh-langpack: additional language support'
 'java-runtime: adds java support'
 'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
 'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
@@ -37,13 +39,19 @@
 'sane: for scanner access'
 'unixodbc: adds ODBC database support'
 'gst-plugins-base-libs:+ some gstr-plugins to support 
multimedia content, e.g. in impress'
-'gtk2: for browser plugin'
-'libpaper: takes care of papersize')
+#'gtk2: for browser plugin and old gtk2 desktop 
integration'
+'libpaper: takes care of papersize'
+'postgresql-libs:  for postgresql-connector'
+'gtk3: for gtk3 Gnome integration'
+'kdelibs:  for kde desktop integration'
+'make: for use in SDK'
+'gcc:  for use in SDK'
+'zip:  for use in SDK')
 backup=(etc/libreoffice/sofficerc
 etc/libreoffice/bootstraprc
 etc/libreoffice/psprint.conf
-etc/profile.d/libreoffice-common.sh
-etc/profile.d/libreoffice-common.csh)
+etc/profile.d/libreoffice-fresh.sh
+etc/profile.d/libreoffice-fresh.csh)
 install=$pkgname.install
 provides=('libreoffice-common' 'libreoffice-base' 'libreoffice-calc' 
'libreoffice-draw' 'libreoffice-gnome'
   'libreoffice-impress''libreoffice-kde4' 'libreoffice-math' 
'libreoffice-sdk' 'libreoffice-sdk-doc'
@@ -99,7 +107,7 @@
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2

${_additional_source_url}/510c3f8504bfb8cc8c8fc5d0fac74055-libgltf.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
-   libreoffice-common.sh libreoffice-common.csh)
+   libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
9e96ed4c1d99c0d14ac03c140f9f346c-icu4c-52_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll
@@ -323,7 +331,7 @@
 package() {

cd libreoffice-$_LOver
-   make DESTDIR=$pkgdir/ install
+   make DESTDIR=$pkgdir/ distro-pack-install

# put configuration files into place
install -dm755 ${pkgdir}/etc/libreoffice
@@ -338,7 

[arch-commits] Commit in snes9x/trunk (PKGBUILD snes9x-fix-crash.patch)

2014-05-24 Thread Eric Bélanger
Date: Saturday, May 24, 2014 @ 22:52:11
  Author: eric
Revision: 111794

upgpkg: snes9x 1.53-8

Fix crash (close FS#28368)

Added:
  snes9x/trunk/snes9x-fix-crash.patch
Modified:
  snes9x/trunk/PKGBUILD

+
 PKGBUILD   |8 +---
 snes9x-fix-crash.patch |   30 ++
 2 files changed, 35 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 19:24:57 UTC (rev 111793)
+++ PKGBUILD2014-05-24 20:52:11 UTC (rev 111794)
@@ -4,7 +4,7 @@
 pkgbase=snes9x
 pkgname=('snes9x' 'snes9x-gtk')
 pkgver=1.53
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url=https://code.google.com/p/snes9x-gtk/;
 license=('custom')
@@ -11,13 +11,15 @@
 makedepends=('intltool' 'nasm' 'mesa' 'libpulse'  'libpng' 'sdl' 'gtk2' 'libxv'
  'desktop-file-utils' 'gnome-icon-theme')
 source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
-snes9x-gtk2.24.diff.gz)
+snes9x-gtk2.24.diff.gz snes9x-fix-crash.patch)
 sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
-  '680dbe0a70f1821bc7931539e72f5a1a95e3938c')
+  '680dbe0a70f1821bc7931539e72f5a1a95e3938c'
+  '995495c68ffc00d8266d10a7bd8fc74fb6c147b1')
 
 prepare() {
   cd ${pkgbase}-${pkgver}-src
   patch -p1 -i ${srcdir}/snes9x-gtk2.24.diff
+  patch -p1 -i ${srcdir}/snes9x-fix-crash.patch
 }
 
 build() {

Added: snes9x-fix-crash.patch
===
--- snes9x-fix-crash.patch  (rev 0)
+++ snes9x-fix-crash.patch  2014-05-24 20:52:11 UTC (rev 111794)
@@ -0,0 +1,30 @@
+From 6d74746342a73cf65db215f4fdecdfb0cae66792 Mon Sep 17 00:00:00 2001
+From: Brandon Wright bear...@gmail.com
+Date: Mon, 10 Feb 2014 16:28:05 -0600
+Subject: [PATCH] Fix bug caused by virtual directories.
+
+---
+ gtk/src/gtk_file.cpp | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/gtk/src/gtk_file.cpp b/gtk/src/gtk_file.cpp
+index a0df75d..9c0e000 100644
+--- a/gtk/src/gtk_file.cpp
 b/gtk/src/gtk_file.cpp
+@@ -465,8 +465,11 @@ S9xOpenROMDialog (void)
+ filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (dialog));
+ directory =
+ gtk_file_chooser_get_current_folder (GTK_FILE_CHOOSER (dialog));
+-strncpy (gui_config-last_directory, directory, PATH_MAX);
+-g_free (directory);
++if (directory)
++{
++strncpy (gui_config-last_directory, directory, PATH_MAX);
++g_free (directory);
++}
+ }
+ 
+ else
+-- 
+1.9.3
+



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

2014-05-24 Thread Eric Bélanger
Date: Saturday, May 24, 2014 @ 22:55:06
  Author: eric
Revision: 111795

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

Added:
  snes9x/repos/community-i686/PKGBUILD
(from rev 111794, snes9x/trunk/PKGBUILD)
  snes9x/repos/community-i686/snes9x-fix-crash.patch
(from rev 111794, snes9x/trunk/snes9x-fix-crash.patch)
  snes9x/repos/community-i686/snes9x-gtk.install
(from rev 111794, snes9x/trunk/snes9x-gtk.install)
  snes9x/repos/community-i686/snes9x-gtk2.24.diff.gz
(from rev 111794, snes9x/trunk/snes9x-gtk2.24.diff.gz)
Deleted:
  snes9x/repos/community-i686/PKGBUILD
  snes9x/repos/community-i686/snes9x-gtk.install
  snes9x/repos/community-i686/snes9x-gtk2.24.diff.gz
  snes9x/repos/community-x86_64/PKGBUILD
  snes9x/repos/community-x86_64/snes9x-gtk.install
  snes9x/repos/community-x86_64/snes9x-gtk2.24.diff.gz

---+
 /PKGBUILD |   61 
 /snes9x-gtk.install   |   12 ++
 community-i686/PKGBUILD   |   59 --
 community-i686/snes9x-fix-crash.patch |   30 +++
 community-i686/snes9x-gtk.install |   12 --
 community-x86_64/PKGBUILD |   59 --
 community-x86_64/snes9x-gtk.install   |   12 --
 7 files changed, 103 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-24 20:52:11 UTC (rev 111794)
+++ community-i686/PKGBUILD 2014-05-24 20:55:06 UTC (rev 111795)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=snes9x
-pkgname=('snes9x' 'snes9x-gtk')
-pkgver=1.53
-pkgrel=7
-arch=('i686' 'x86_64')
-url=https://code.google.com/p/snes9x-gtk/;
-license=('custom')
-makedepends=('intltool' 'nasm' 'mesa' 'libpulse'  'libpng' 'sdl' 'gtk2' 'libxv'
- 'desktop-file-utils' 'gnome-icon-theme')
-source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
-snes9x-gtk2.24.diff.gz)
-sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
-  '680dbe0a70f1821bc7931539e72f5a1a95e3938c')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}-src
-  patch -p1 -i ${srcdir}/snes9x-gtk2.24.diff
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}-src/unix
-  ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
-  make
-
-  cd ../gtk
-  ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
-  make
-}
-
-package_snes9x() {
-  pkgdesc=A portable Emulator for the Super Nintendo Entertainment System
-  depends=('libpng' 'libxext' 'libsm')
-
-  cd ${pkgbase}-${pkgver}-src/unix
-  install -D -m755 snes9x ${pkgdir}/usr/bin/snes9x
-  install -d ${pkgdir}/usr/share/doc/${pkgname}
-  install -D -m644 
../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
-${pkgdir}/usr/share/doc/${pkgname}/
-  install -D -m644 
${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_snes9x-gtk() {
-  pkgdesc=A portable Emulator for the Super Nintendo Entertainment System - 
GTK version
-  license=('custom' 'LGPL')
-  depends=('sdl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 
'gnome-icon-theme')
-  install=snes9x-gtk.install
-
-  cd ${pkgbase}-${pkgver}-src/gtk
-  make DESTDIR=${pkgdir} install
-  install -d ${pkgdir}/usr/share/doc/${pkgname}
-  install -D -m644 
../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
-${pkgdir}/usr/share/doc/${pkgname}/
-  install -D -m644 
${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: snes9x/repos/community-i686/PKGBUILD (from rev 111794, 
snes9x/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-24 20:55:06 UTC (rev 111795)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=snes9x
+pkgname=('snes9x' 'snes9x-gtk')
+pkgver=1.53
+pkgrel=8
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/snes9x-gtk/;
+license=('custom')
+makedepends=('intltool' 'nasm' 'mesa' 'libpulse'  'libpng' 'sdl' 'gtk2' 'libxv'
+ 'desktop-file-utils' 'gnome-icon-theme')
+source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
+snes9x-gtk2.24.diff.gz snes9x-fix-crash.patch)
+sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
+  '680dbe0a70f1821bc7931539e72f5a1a95e3938c'
+  '995495c68ffc00d8266d10a7bd8fc74fb6c147b1')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-src
+  patch -p1 -i ${srcdir}/snes9x-gtk2.24.diff
+  patch -p1 -i ${srcdir}/snes9x-fix-crash.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}-src/unix
+  ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
+  make
+
+  cd 

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

2014-05-24 Thread Alexander Rødseth
Date: Saturday, May 24, 2014 @ 22:58:09
  Author: arodseth
Revision: 111796

upgpkg: grails 2.4.0-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 20:55:06 UTC (rev 111795)
+++ PKGBUILD2014-05-24 20:58:09 UTC (rev 111796)
@@ -3,13 +3,13 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=2.3.8
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 arch=('any')
 url='http://grails.org/'
 license=('APACHE')
-makedepends=('setconf' 'apache-ant' 'unzip')
+makedepends=('apache-ant' 'unzip')
 optdepends=('groovy: the groovy programming language'
 'grails-docs: documentation for grails')
 options=('!emptydirs')
@@ -17,17 +17,13 @@
 
source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
 
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
 $pkgbase.sh)
-sha256sums=('7da33dc1c5095a06e9ede4c077670a63d99035f3901472cbf756d6a240d5fb04'
-'9548ee55604105429aac576a8b4c9ce2207ee0259541f2da80c3c49d0d4ac312'
+sha256sums=('5526764443a252530efcf2d7e7e9c566ff08d595ecdc76534ac611d7ae7ebf7d'
+'c5ec90cfc12c39528830629178b5ab70ae7253a3cb41b993ee5a9d1d4b984b08'
 '15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
 
 prepare() {
   cd ${pkgname[0]}-$pkgver
 
-  # configure paths
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-
   # profile.d script
   echo 'export GRAILS_HOME=/usr/share/grails'  $srcdir/$pkgbase.profile
 }



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

2014-05-24 Thread Alexander Rødseth
Date: Saturday, May 24, 2014 @ 22:58:21
  Author: arodseth
Revision: 111797

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 111796, grails/trunk/PKGBUILD)
  grails/repos/community-any/grails.sh
(from rev 111796, grails/trunk/grails.sh)
Deleted:
  grails/repos/community-any/PKGBUILD
  grails/repos/community-any/grails.sh

---+
 PKGBUILD  |  138 +---
 grails.sh |   10 ++--
 2 files changed, 72 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 20:58:09 UTC (rev 111796)
+++ PKGBUILD2014-05-24 20:58:21 UTC (rev 111797)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=2.3.8
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('setconf' 'apache-ant' 'unzip')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=(${pkgname[1]}-$pkgver.zip)
-source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
-
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
-$pkgbase.sh)
-sha256sums=('7da33dc1c5095a06e9ede4c077670a63d99035f3901472cbf756d6a240d5fb04'
-'9548ee55604105429aac576a8b4c9ce2207ee0259541f2da80c3c49d0d4ac312'
-'15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
-
-prepare() {
-  cd ${pkgname[0]}-$pkgver
-
-  # configure paths
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails'  $srcdir/$pkgbase.profile
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd $pkgname-$pkgver
-
-  install -d $pkgdir/usr/share/pixmaps/
-  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
-
-  # wrapper scripts
-  install -Dm755 bin/startGrails \
-$pkgdir/usr/share/$pkgname/startGrails
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/bin/$pkgname
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/share/$pkgname/bin/$pkgname
-
-  # icons
-  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
-  
-  # profile.d script
-  install -Dm755 $srcdir/$pkgbase.profile $pkgdir/etc/profile.d/$pkgname.sh
-
-  # clean up
-  cd $pkgdir/usr/share/$pkgname
-  rm -rf doc INSTALL LICENSE README
-  find $pkgdir/usr/share -name *.bat -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d $pkgdir/usr/share/doc $pkgdir/usr/share/grails
-  unzip grails-docs-$pkgver.zip -d $pkgdir/usr/share/doc/grails-$pkgver
-  ln -s /usr/share/doc/grails-$pkgver $pkgdir/usr/share/grails/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 111796, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 20:58:21 UTC (rev 111797)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+arch=('any')
+url='http://grails.org/'
+license=('APACHE')
+makedepends=('apache-ant' 'unzip')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=(${pkgname[1]}-$pkgver.zip)
+source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
+
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
+$pkgbase.sh)
+sha256sums=('5526764443a252530efcf2d7e7e9c566ff08d595ecdc76534ac611d7ae7ebf7d'
+'c5ec90cfc12c39528830629178b5ab70ae7253a3cb41b993ee5a9d1d4b984b08'
+'15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
+
+prepare() {
+  cd ${pkgname[0]}-$pkgver
+
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails'  $srcdir/$pkgbase.profile
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/share/pixmaps/
+  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
+
+  # wrapper scripts
+  install -Dm755 bin/startGrails \
+$pkgdir/usr/share/$pkgname/startGrails
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/bin/$pkgname
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/share/$pkgname/bin/$pkgname
+
+  # icons
+  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
+  
+  # profile.d script
+  install -Dm755 $srcdir/$pkgbase.profile $pkgdir/etc/profile.d/$pkgname.sh
+
+  # clean up
+  cd $pkgdir/usr/share/$pkgname
+  rm 

[arch-commits] Commit in snes9x/repos/community-x86_64 (4 files)

2014-05-24 Thread Eric Bélanger
Date: Saturday, May 24, 2014 @ 23:01:36
  Author: eric
Revision: 111798

archrelease: copy trunk to community-x86_64

Added:
  snes9x/repos/community-x86_64/PKGBUILD
(from rev 111797, snes9x/trunk/PKGBUILD)
  snes9x/repos/community-x86_64/snes9x-fix-crash.patch
(from rev 111797, snes9x/trunk/snes9x-fix-crash.patch)
  snes9x/repos/community-x86_64/snes9x-gtk.install
(from rev 111797, snes9x/trunk/snes9x-gtk.install)
  snes9x/repos/community-x86_64/snes9x-gtk2.24.diff.gz
(from rev 111797, snes9x/trunk/snes9x-gtk2.24.diff.gz)

+
 PKGBUILD   |   61 +++
 snes9x-fix-crash.patch |   30 +++
 snes9x-gtk.install |   12 +
 3 files changed, 103 insertions(+)

Copied: snes9x/repos/community-x86_64/PKGBUILD (from rev 111797, 
snes9x/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 21:01:36 UTC (rev 111798)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=snes9x
+pkgname=('snes9x' 'snes9x-gtk')
+pkgver=1.53
+pkgrel=8
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/snes9x-gtk/;
+license=('custom')
+makedepends=('intltool' 'nasm' 'mesa' 'libpulse'  'libpng' 'sdl' 'gtk2' 'libxv'
+ 'desktop-file-utils' 'gnome-icon-theme')
+source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
+snes9x-gtk2.24.diff.gz snes9x-fix-crash.patch)
+sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
+  '680dbe0a70f1821bc7931539e72f5a1a95e3938c'
+  '995495c68ffc00d8266d10a7bd8fc74fb6c147b1')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}-src
+  patch -p1 -i ${srcdir}/snes9x-gtk2.24.diff
+  patch -p1 -i ${srcdir}/snes9x-fix-crash.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}-src/unix
+  ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
+  make
+
+  cd ../gtk
+  ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
+  make
+}
+
+package_snes9x() {
+  pkgdesc=A portable Emulator for the Super Nintendo Entertainment System
+  depends=('libpng' 'libxext' 'libsm')
+
+  cd ${pkgbase}-${pkgver}-src/unix
+  install -D -m755 snes9x ${pkgdir}/usr/bin/snes9x
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -D -m644 
../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+${pkgdir}/usr/share/doc/${pkgname}/
+  install -D -m644 
${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_snes9x-gtk() {
+  pkgdesc=A portable Emulator for the Super Nintendo Entertainment System - 
GTK version
+  license=('custom' 'LGPL')
+  depends=('sdl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 
'gnome-icon-theme')
+  install=snes9x-gtk.install
+
+  cd ${pkgbase}-${pkgver}-src/gtk
+  make DESTDIR=${pkgdir} install
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  install -D -m644 
../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+${pkgdir}/usr/share/doc/${pkgname}/
+  install -D -m644 
${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: snes9x/repos/community-x86_64/snes9x-fix-crash.patch (from rev 111797, 
snes9x/trunk/snes9x-fix-crash.patch)
===
--- snes9x-fix-crash.patch  (rev 0)
+++ snes9x-fix-crash.patch  2014-05-24 21:01:36 UTC (rev 111798)
@@ -0,0 +1,30 @@
+From 6d74746342a73cf65db215f4fdecdfb0cae66792 Mon Sep 17 00:00:00 2001
+From: Brandon Wright bear...@gmail.com
+Date: Mon, 10 Feb 2014 16:28:05 -0600
+Subject: [PATCH] Fix bug caused by virtual directories.
+
+---
+ gtk/src/gtk_file.cpp | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/gtk/src/gtk_file.cpp b/gtk/src/gtk_file.cpp
+index a0df75d..9c0e000 100644
+--- a/gtk/src/gtk_file.cpp
 b/gtk/src/gtk_file.cpp
+@@ -465,8 +465,11 @@ S9xOpenROMDialog (void)
+ filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (dialog));
+ directory =
+ gtk_file_chooser_get_current_folder (GTK_FILE_CHOOSER (dialog));
+-strncpy (gui_config-last_directory, directory, PATH_MAX);
+-g_free (directory);
++if (directory)
++{
++strncpy (gui_config-last_directory, directory, PATH_MAX);
++g_free (directory);
++}
+ }
+ 
+ else
+-- 
+1.9.3
+

Copied: snes9x/repos/community-x86_64/snes9x-gtk.install (from rev 111797, 
snes9x/trunk/snes9x-gtk.install)
===
--- snes9x-gtk.install  (rev 0)
+++ snes9x-gtk.install  2014-05-24 21:01:36 UTC (rev 111798)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f 

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

2014-05-24 Thread Eric Bélanger
Date: Saturday, May 24, 2014 @ 23:20:25
  Author: eric
Revision: 213562

Fix source url (close FS#40453)

Modified:
  wxpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 20:45:56 UTC (rev 213561)
+++ PKGBUILD2014-05-24 21:20:25 UTC (rev 213562)
@@ -12,7 +12,7 @@
 depends=('wxgtk' 'python2')
 makedepends=('mesa' 'glu')
 
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
-http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
+http://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
 sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
   'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
 



[arch-commits] Commit in wxpython/repos/extra-i686 (PKGBUILD PKGBUILD)

2014-05-24 Thread Eric Bélanger
Date: Saturday, May 24, 2014 @ 23:26:26
  Author: eric
Revision: 213563

archrelease: copy trunk to extra-i686

Added:
  wxpython/repos/extra-i686/PKGBUILD
(from rev 213562, wxpython/trunk/PKGBUILD)
Deleted:
  wxpython/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 21:20:25 UTC (rev 213562)
+++ PKGBUILD2014-05-24 21:26:26 UTC (rev 213563)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wxpython
-pkgver=3.0.0.0
-_editraver=0.7.20
-pkgrel=2
-pkgdesc=A wxWidgets GUI toolkit for Python
-arch=('i686' 'x86_64')
-license=('custom:wxWindows')
-url=http://www.wxpython.org;
-depends=('wxgtk' 'python2')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
-http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
-sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
-  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
-
-prepare() {
-  cd ${srcdir}
-  find . -type f -exec sed -i 's/env python/env python2/' {} \;
-  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
-}
-
-build() {
-  cd ${srcdir}/wxPython-src-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
---with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
-  cd wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 build
-}
-
-package() {
-  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
-  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd ${srcdir}/Editra-${_editraver}
-  python2 setup.py install --root=${pkgdir}
-  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
-}

Copied: wxpython/repos/extra-i686/PKGBUILD (from rev 213562, 
wxpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 21:26:26 UTC (rev 213563)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxpython
+pkgver=3.0.0.0
+_editraver=0.7.20
+pkgrel=2
+pkgdesc=A wxWidgets GUI toolkit for Python
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url=http://www.wxpython.org;
+depends=('wxgtk' 'python2')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+http://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
+sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
+  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
+
+prepare() {
+  cd ${srcdir}
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+--with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
+  cd wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
+  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd ${srcdir}/Editra-${_editraver}
+  python2 setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
+}



[arch-commits] Commit in wxpython/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2014-05-24 Thread Eric Bélanger
Date: Saturday, May 24, 2014 @ 23:28:05
  Author: eric
Revision: 213564

archrelease: copy trunk to extra-x86_64

Added:
  wxpython/repos/extra-x86_64/PKGBUILD
(from rev 213563, wxpython/trunk/PKGBUILD)
Deleted:
  wxpython/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-24 21:26:26 UTC (rev 213563)
+++ PKGBUILD2014-05-24 21:28:05 UTC (rev 213564)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wxpython
-pkgver=3.0.0.0
-_editraver=0.7.20
-pkgrel=2
-pkgdesc=A wxWidgets GUI toolkit for Python
-arch=('i686' 'x86_64')
-license=('custom:wxWindows')
-url=http://www.wxpython.org;
-depends=('wxgtk' 'python2')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
-http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
-sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
-  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
-
-prepare() {
-  cd ${srcdir}
-  find . -type f -exec sed -i 's/env python/env python2/' {} \;
-  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
-}
-
-build() {
-  cd ${srcdir}/wxPython-src-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
---with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
-  cd wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 build
-}
-
-package() {
-  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
-  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd ${srcdir}/Editra-${_editraver}
-  python2 setup.py install --root=${pkgdir}
-  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
-}

Copied: wxpython/repos/extra-x86_64/PKGBUILD (from rev 213563, 
wxpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-24 21:28:05 UTC (rev 213564)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxpython
+pkgver=3.0.0.0
+_editraver=0.7.20
+pkgrel=2
+pkgdesc=A wxWidgets GUI toolkit for Python
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url=http://www.wxpython.org;
+depends=('wxgtk' 'python2')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+http://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
+sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
+  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
+
+prepare() {
+  cd ${srcdir}
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+--with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
+  cd wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
+  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd ${srcdir}/Editra-${_editraver}
+  python2 setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
+}



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

2014-05-24 Thread Allan McRae
Date: Sunday, May 25, 2014 @ 03:27:28
  Author: allan
Revision: 111799

upgpkg: python-numarray 1.5.2-7

fix conflicts/replaces

Modified:
  python-numarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 21:01:36 UTC (rev 111798)
+++ PKGBUILD2014-05-25 01:27:28 UTC (rev 111799)
@@ -5,14 +5,12 @@
 pkgbase=python-numarray
 pkgname=python2-numarray
 pkgver=1.5.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Provides array manipulation and computational capabilities.'
 arch=('i686' 'x86_64')
 url='http://numpy.scipy.org/'
 license=('BSD')
 depends=('python2')
-conflicts=('python2-numarray=1.5.2-6')
-replaces=('python2-numarray=1.5.2-6')
 
source=(http://downloads.sourceforge.net/sourceforge/numpy/numarray-${pkgver}.tar.gz;
 'LICENSE')
 md5sums=('d2ecfc60fe4869c328b872540d04e0f7'



[arch-commits] Commit in python-numarray/repos/community-x86_64 (4 files)

2014-05-24 Thread Allan McRae
Date: Sunday, May 25, 2014 @ 03:28:09
  Author: allan
Revision: 111800

archrelease: copy trunk to community-x86_64

Added:
  python-numarray/repos/community-x86_64/LICENSE
(from rev 111799, python-numarray/trunk/LICENSE)
  python-numarray/repos/community-x86_64/PKGBUILD
(from rev 111799, python-numarray/trunk/PKGBUILD)
Deleted:
  python-numarray/repos/community-x86_64/LICENSE
  python-numarray/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   18 -
 PKGBUILD |   64 +
 2 files changed, 40 insertions(+), 42 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-05-25 01:27:28 UTC (rev 111799)
+++ LICENSE 2014-05-25 01:28:09 UTC (rev 111800)
@@ -1,9 +0,0 @@
-Copyright (C) 2005 Association of Universities for Research in Astronomy (AURA)
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
-3. The name of AURA and its representatives may not be used to endorse or 
promote products derived from this software without specific prior written 
permission.
-
-THIS SOFTWARE IS PROVIDED BY AURA ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL AURA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE. 

Copied: python-numarray/repos/community-x86_64/LICENSE (from rev 111799, 
python-numarray/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-05-25 01:28:09 UTC (rev 111800)
@@ -0,0 +1,9 @@
+Copyright (C) 2005 Association of Universities for Research in Astronomy (AURA)
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
+3. The name of AURA and its representatives may not be used to endorse or 
promote products derived from this software without specific prior written 
permission.
+
+THIS SOFTWARE IS PROVIDED BY AURA ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL AURA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE. 

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-25 01:27:28 UTC (rev 111799)
+++ PKGBUILD2014-05-25 01:28:09 UTC (rev 111800)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
-
-pkgbase=python-numarray
-pkgname=python2-numarray
-pkgver=1.5.2
-pkgrel=6
-pkgdesc='Provides array manipulation and computational capabilities.'
-arch=('i686' 'x86_64')
-url='http://numpy.scipy.org/'
-license=('BSD')
-depends=('python2')
-conflicts=('python2-numarray=1.5.2-6')
-replaces=('python2-numarray=1.5.2-6')
-source=(http://downloads.sourceforge.net/sourceforge/numpy/numarray-${pkgver}.tar.gz;
-'LICENSE')
-md5sums=('d2ecfc60fe4869c328b872540d04e0f7'
- 'e32b4466453e530d7fb0dbeee0ca1044')
-
-build() {
-  cd ${srcdir}/numarray-${pkgver}
-
-  # python2 fix
-  sed -i 's_#! /usr/bin/env python_#! /usr/bin/env python2_' 

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

2014-05-24 Thread Allan McRae
Date: Sunday, May 25, 2014 @ 03:31:25
  Author: allan
Revision: 111801

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

Added:
  python-numarray/repos/community-i686/LICENSE
(from rev 111800, python-numarray/trunk/LICENSE)
  python-numarray/repos/community-i686/PKGBUILD
(from rev 111800, python-numarray/trunk/PKGBUILD)
  python-numarray/repos/community-x86_64/LICENSE
(from rev 111800, python-numarray/trunk/LICENSE)
  python-numarray/repos/community-x86_64/PKGBUILD
(from rev 111800, python-numarray/trunk/PKGBUILD)
Deleted:
  python-numarray/repos/community-i686/LICENSE
  python-numarray/repos/community-i686/PKGBUILD
  python-numarray/repos/community-x86_64/LICENSE
  python-numarray/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   18 
 /PKGBUILD |   62 
 community-i686/LICENSE|9 --
 community-i686/PKGBUILD   |   33 ---
 community-x86_64/LICENSE  |9 --
 community-x86_64/PKGBUILD |   31 --
 6 files changed, 80 insertions(+), 82 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-05-25 01:28:09 UTC (rev 111800)
+++ community-i686/LICENSE  2014-05-25 01:31:25 UTC (rev 111801)
@@ -1,9 +0,0 @@
-Copyright (C) 2005 Association of Universities for Research in Astronomy (AURA)
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
-3. The name of AURA and its representatives may not be used to endorse or 
promote products derived from this software without specific prior written 
permission.
-
-THIS SOFTWARE IS PROVIDED BY AURA ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL AURA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE. 

Copied: python-numarray/repos/community-i686/LICENSE (from rev 111800, 
python-numarray/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-05-25 01:31:25 UTC (rev 111801)
@@ -0,0 +1,9 @@
+Copyright (C) 2005 Association of Universities for Research in Astronomy (AURA)
+
+Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
+3. The name of AURA and its representatives may not be used to endorse or 
promote products derived from this software without specific prior written 
permission.
+
+THIS SOFTWARE IS PROVIDED BY AURA ``AS IS'' AND ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT SHALL AURA BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE. 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-25 01:28:09 UTC (rev 111800)
+++ community-i686/PKGBUILD 2014-05-25 01:31:25 UTC (rev 111801)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Douglas Soares de Andrade 

[arch-commits] Commit in ruby-mime-types/trunk (PKGBUILD)

2014-05-24 Thread Maxime Gauduin
Date: Sunday, May 25, 2014 @ 03:49:08
  Author: alucryd
Revision: 111802

upgpkg: ruby-mime-types 2.3-1

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-25 01:31:25 UTC (rev 111801)
+++ PKGBUILD2014-05-25 01:49:08 UTC (rev 111802)
@@ -3,7 +3,7 @@
 # Contributor: Alexsandr Pavlov ki...@mail.ru
 
 pkgname=ruby-mime-types
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc='MIME Content-Type database'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('fb20b5fb6b25c2b8abbf74b21b82c6e14ae1e3ed5146ec23d305333c9c360bc6')
+sha256sums=('6d13658a740d7ce3cbd285a1a60f7f42db56923c37a33cae8ed5252cf2e71548')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')



[arch-commits] Commit in ruby-mime-types/repos/community-any (PKGBUILD PKGBUILD)

2014-05-24 Thread Maxime Gauduin
Date: Sunday, May 25, 2014 @ 03:49:49
  Author: alucryd
Revision: 111803

archrelease: copy trunk to community-any

Added:
  ruby-mime-types/repos/community-any/PKGBUILD
(from rev 111802, ruby-mime-types/trunk/PKGBUILD)
Deleted:
  ruby-mime-types/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-25 01:49:08 UTC (rev 111802)
+++ PKGBUILD2014-05-25 01:49:49 UTC (rev 111803)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Alexsandr Pavlov ki...@mail.ru
-
-pkgname=ruby-mime-types
-pkgver=2.2
-pkgrel=1
-pkgdesc='MIME Content-Type database'
-arch=('any')
-url='http://mime-types.rubyforge.org'
-license=('GPL2' 'MIT' 'PerlArtistic')
-depends=('ruby')
-options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('fb20b5fb6b25c2b8abbf74b21b82c6e14ae1e3ed5146ec23d305333c9c360bc6')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/${pkgname}/
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mime-types/repos/community-any/PKGBUILD (from rev 111802, 
ruby-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-25 01:49:49 UTC (rev 111803)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Alexsandr Pavlov ki...@mail.ru
+
+pkgname=ruby-mime-types
+pkgver=2.3
+pkgrel=1
+pkgdesc='MIME Content-Type database'
+arch=('any')
+url='http://mime-types.rubyforge.org'
+license=('GPL2' 'MIT' 'PerlArtistic')
+depends=('ruby')
+options=('!emptydirs')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-${pkgver}.gem)
+sha256sums=('6d13658a740d7ce3cbd285a1a60f7f42db56923c37a33cae8ed5252cf2e71548')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in mpfr/trunk (PKGBUILD mpfr-3.1.2-p5.patch mpfr-3.1.2-p8.patch)

2014-05-24 Thread Allan McRae
Date: Sunday, May 25, 2014 @ 04:13:42
  Author: allan
Revision: 213565

upgpkg: mpfr 3.1.2.p8-1

upstream patch level bump

Added:
  mpfr/trunk/mpfr-3.1.2-p8.patch
Modified:
  mpfr/trunk/PKGBUILD
Deleted:
  mpfr/trunk/mpfr-3.1.2-p5.patch

-+
 PKGBUILD|4 
 mpfr-3.1.2-p5.patch |  905 ---
 mpfr-3.1.2-p8.patch | 1273 ++
 3 files changed, 1275 insertions(+), 907 deletions(-)

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


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

2014-05-24 Thread Allan McRae
Date: Sunday, May 25, 2014 @ 04:14:54
  Author: allan
Revision: 213566

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 213565, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.2-p8.patch
(from rev 213565, mpfr/trunk/mpfr-3.1.2-p8.patch)
  mpfr/repos/testing-i686/mpfr.install
(from rev 213565, mpfr/trunk/mpfr.install)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 213565, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.2-p8.patch
(from rev 213565, mpfr/trunk/mpfr-3.1.2-p8.patch)
  mpfr/repos/testing-x86_64/mpfr.install
(from rev 213565, mpfr/trunk/mpfr.install)

+
 testing-i686/PKGBUILD  |   38 +
 testing-i686/mpfr-3.1.2-p8.patch   | 1273 +++
 testing-i686/mpfr.install  |   20 
 testing-x86_64/PKGBUILD|   38 +
 testing-x86_64/mpfr-3.1.2-p8.patch | 1273 +++
 testing-x86_64/mpfr.install|   20 
 6 files changed, 2662 insertions(+)

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


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

2014-05-24 Thread Felix Yan
Date: Sunday, May 25, 2014 @ 04:20:47
  Author: fyan
Revision: 111804

upgpkg: cgminer 4.3.4-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-25 01:49:49 UTC (rev 111803)
+++ PKGBUILD2014-05-25 02:20:47 UTC (rev 111804)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=4.3.3
+pkgver=4.3.4
 #_pkgver=
 _pkgver=$pkgver
 pkgrel=1



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

2014-05-24 Thread Felix Yan
Date: Sunday, May 25, 2014 @ 04:21:52
  Author: fyan
Revision: 111805

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 111804, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 111804, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 111804, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 111804, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 111804, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 111804, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  198 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 ++
 community-i686/PKGBUILD  |   99 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   99 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 236 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-25 02:20:47 UTC (rev 111804)
+++ community-i686/PKGBUILD 2014-05-25 02:21:52 UTC (rev 111805)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=4.3.3
-#_pkgver=
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusb' 'jansson')
-makedepends=('git')
-source=(git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.5/src/\.libs/libjansson\.a|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-  -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  #sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  #sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  #sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-ants1 \
---enable-avalon \
---enable-avalon2 \
---enable-bab \
---enable-bflsc \
---enable-bitforce \
---enable-bitfury \
---enable-bitmine_A1 \
---enable-cointerra \
---enable-drillbit \
---enable-hashfast \
---enable-icarus \
---enable-klondike \
---enable-minion \
---enable-modminer \
---with-system-libusb
-# --enable-spondoolies # Enable it only when you need to
-# --enable-knc # Enable it only when you need to
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-

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

2014-05-24 Thread Felix Yan
Date: Sunday, May 25, 2014 @ 04:35:54
  Author: fyan
Revision: 111806

upgpkg: systemd-swap 2.21-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-25 02:21:52 UTC (rev 111805)
+++ PKGBUILD2014-05-25 02:35:54 UTC (rev 111806)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets nefelim...@gmail.com
 
 pkgname=systemd-swap
-pkgver=2.20
+pkgver=2.21
 pkgrel=1
 pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
 arch=('any')



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

2014-05-24 Thread Felix Yan
Date: Sunday, May 25, 2014 @ 04:36:27
  Author: fyan
Revision: 111807

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 111806, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 111806, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   50 -
 systemd-swap.install |6 ++---
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-25 02:35:54 UTC (rev 111806)
+++ PKGBUILD2014-05-25 02:36:27 UTC (rev 111807)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Timofey Titovets nefelim...@gmail.com
-
-pkgname=systemd-swap
-pkgver=2.20
-pkgrel=1
-pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
-arch=('any')
-url=https://github.com/TimofeyTitovets/systemd-swap;
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=(git://github.com/TimofeyTitovets/systemd-swap.git#tag=$pkgver)
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/etc/modprobe.d/90-systemd-swap.conf
-  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
-  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 111806, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-25 02:36:27 UTC (rev 111807)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Timofey Titovets nefelim...@gmail.com
+
+pkgname=systemd-swap
+pkgver=2.21
+pkgrel=1
+pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
+arch=('any')
+url=https://github.com/TimofeyTitovets/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=(git://github.com/TimofeyTitovets/systemd-swap.git#tag=$pkgver)
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/etc/modprobe.d/90-systemd-swap.conf
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2014-05-25 02:35:54 UTC (rev 111806)
+++ systemd-swap.install2014-05-25 02:36:27 UTC (rev 111807)
@@ -1,3 +0,0 @@
-post_install() {
-  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 111806, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2014-05-25 02:36:27 UTC (rev 111807)
@@ -0,0 +1,3 @@
+post_install() {
+  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
+}



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

2014-05-24 Thread Anatol Pomozov
Date: Sunday, May 25, 2014 @ 06:37:27
  Author: anatolik
Revision: 213567

upgpkg: json-c 0.12-2

Rebuild with valid PACKAGER information

Modified:
  json-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-25 02:14:54 UTC (rev 213566)
+++ PKGBUILD2014-05-25 04:37:27 UTC (rev 213567)
@@ -5,7 +5,7 @@
 
 pkgname=json-c
 pkgver=0.12
-pkgrel=1
+pkgrel=2
 pkgdesc=A JSON implementation in C
 url=https://github.com/json-c/json-c/wiki;
 license=(MIT)



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

2014-05-24 Thread Anatol Pomozov
Date: Sunday, May 25, 2014 @ 06:38:29
  Author: anatolik
Revision: 213568

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

Added:
  json-c/repos/testing-i686/PKGBUILD
(from rev 213567, json-c/trunk/PKGBUILD)
  json-c/repos/testing-x86_64/PKGBUILD
(from rev 213567, json-c/trunk/PKGBUILD)
Deleted:
  json-c/repos/testing-i686/PKGBUILD
  json-c/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-25 04:37:27 UTC (rev 213567)
+++ testing-i686/PKGBUILD   2014-05-25 04:38:29 UTC (rev 213568)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: congyiwu congyiwu AT gmail DOT com
-
-pkgname=json-c
-pkgver=0.12
-pkgrel=1
-pkgdesc=A JSON implementation in C
-url=https://github.com/json-c/json-c/wiki;
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
-sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS=$CFLAGS -Wno-error
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: json-c/repos/testing-i686/PKGBUILD (from rev 213567, 
json-c/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-25 04:38:29 UTC (rev 213568)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: congyiwu congyiwu AT gmail DOT com
+
+pkgname=json-c
+pkgver=0.12
+pkgrel=2
+pkgdesc=A JSON implementation in C
+url=https://github.com/json-c/json-c/wiki;
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
+sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS=$CFLAGS -Wno-error
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-05-25 04:37:27 UTC (rev 213567)
+++ testing-x86_64/PKGBUILD 2014-05-25 04:38:29 UTC (rev 213568)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: congyiwu congyiwu AT gmail DOT com
-
-pkgname=json-c
-pkgver=0.12
-pkgrel=1
-pkgdesc=A JSON implementation in C
-url=https://github.com/json-c/json-c/wiki;
-license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
-source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
-sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS=$CFLAGS -Wno-error
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: json-c/repos/testing-x86_64/PKGBUILD (from rev 213567, 
json-c/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-25 04:38:29 UTC (rev 213568)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: congyiwu congyiwu AT gmail DOT com
+
+pkgname=json-c
+pkgver=0.12
+pkgrel=2
+pkgdesc=A JSON implementation in C
+url=https://github.com/json-c/json-c/wiki;
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
+sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS=$CFLAGS -Wno-error
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() 

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

2014-05-24 Thread Anatol Pomozov
Date: Sunday, May 25, 2014 @ 06:51:12
  Author: anatolik
Revision: 213569

upgpkg: transmission 2.83-2

Rebuild with valid PACKAGER information

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-25 04:38:29 UTC (rev 213568)
+++ PKGBUILD2014-05-25 04:51:12 UTC (rev 213569)
@@ -5,7 +5,7 @@
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
 pkgver=2.83
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')



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

2014-05-24 Thread Anatol Pomozov
Date: Sunday, May 25, 2014 @ 06:52:30
  Author: anatolik
Revision: 213570

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

Added:
  transmission/repos/testing-i686/PKGBUILD
(from rev 213569, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 213569, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 213569, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 213569, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 213569, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 213569, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 213569, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 213569, transmission/trunk/transmission-qt.install)
Deleted:
  transmission/repos/testing-i686/PKGBUILD
  transmission/repos/testing-i686/transmission-cli.install
  transmission/repos/testing-i686/transmission-gtk.install
  transmission/repos/testing-i686/transmission-qt.install
  transmission/repos/testing-x86_64/PKGBUILD
  transmission/repos/testing-x86_64/transmission-cli.install
  transmission/repos/testing-x86_64/transmission-gtk.install
  transmission/repos/testing-x86_64/transmission-qt.install

-+
 /PKGBUILD   |  136 ++
 /transmission-cli.install   |   20 
 /transmission-gtk.install   |   24 +
 /transmission-qt.install|   22 
 testing-i686/PKGBUILD   |   68 ---
 testing-i686/transmission-cli.install   |   10 --
 testing-i686/transmission-gtk.install   |   12 --
 testing-i686/transmission-qt.install|   11 --
 testing-x86_64/PKGBUILD |   68 ---
 testing-x86_64/transmission-cli.install |   10 --
 testing-x86_64/transmission-gtk.install |   12 --
 testing-x86_64/transmission-qt.install  |   11 --
 12 files changed, 202 insertions(+), 202 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-25 04:51:12 UTC (rev 213569)
+++ testing-i686/PKGBUILD   2014-05-25 04:52:30 UTC (rev 213570)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen t...@jklm.no
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgbase=transmission
-pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.83
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.transmissionbt.com/;
-license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
-source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
-md5sums=('4620cfbfefee2ce55a6fa12c3ec330a7')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr
-  make
-  pushd qt
-  qmake qtr.pro
-  make
-}
-package_transmission-cli() {
-  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
-  depends=('curl' 'libevent' 'systemd')
-  install=transmission-cli.install
-
-  cd $pkgbase-$pkgver
-
-  for dir in daemon cli web utils
-  do
-  make -C $dir DESTDIR=$pkgdir install
-  done
-
-  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
-  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
-}
-
-package_transmission-gtk() {
-  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
-  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('notification-daemon: Desktop notification support'
- 'transmission-cli: daemon and web support')
-  install=transmission-gtk.install
-
-  cd $pkgbase-$pkgver
-
-  make -C gtk DESTDIR=$pkgdir install
-  make -C po DESTDIR=$pkgdir install
-  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
-}
-
-package_transmission-qt() {
-  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
-  depends=('curl' 'qt5-base' 'libevent')
-  optdepends=('transmission-cli: daemon and web support')
-  install=transmission-qt.install
-
-  cd $pkgbase-$pkgver
-
-  make -C qt INSTALL_ROOT=$pkgdir/usr install
-
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/transmission-qt/COPYING
-  install -D -m644 qt/icons/transmission.png 
$pkgdir/usr/share/pixmaps/transmission-qt.png
-  install -D -m644 qt/transmission-qt.desktop 
$pkgdir/usr/share/applications/transmission-qt.desktop
-}

Copied: transmission/repos/testing-i686/PKGBUILD (from rev 213569, 
transmission/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD