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

2014-09-07 Thread Felix Yan
Date: Monday, September 8, 2014 @ 05:37:53
  Author: fyan
Revision: 118634

upgpkg: python-greenlet 0.4.4-1

Modified:
  python-greenlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 03:34:31 UTC (rev 118633)
+++ PKGBUILD2014-09-08 03:37:53 UTC (rev 118634)
@@ -5,7 +5,7 @@
 
 pkgbase=python-greenlet
 pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc=Lightweight in-process concurrent programming
 license=(MIT)
@@ -51,4 +51,4 @@
install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
 }
 
-sha512sums=('eaa43d4a2f3496f59fa7bbb6aba71ce1cc5099d4fb505844ba878a4d4feabab3045130a5f5b6cd37a1a47b3655fe9752c9e69022a4e78971035b14f493decbd2')
+sha512sums=('e3e834d9cd3e00c4be22ebf4eed785ffd302b5e62feafe3e6ac13455a9a8c7249a1624bf76ff5f9d48489553767058fdea240ef7cc4e45cae39ce62c10aeb4e7')



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

2014-09-07 Thread Felix Yan
Date: Monday, September 8, 2014 @ 05:38:29
  Author: fyan
Revision: 118635

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

Added:
  python-greenlet/repos/community-i686/PKGBUILD
(from rev 118634, python-greenlet/trunk/PKGBUILD)
  python-greenlet/repos/community-x86_64/PKGBUILD
(from rev 118634, python-greenlet/trunk/PKGBUILD)
Deleted:
  python-greenlet/repos/community-i686/PKGBUILD
  python-greenlet/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-08 03:37:53 UTC (rev 118634)
+++ community-i686/PKGBUILD 2014-09-08 03:38:29 UTC (rev 118635)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ralf Schmitt r...@systemexit.de
-
-pkgbase=python-greenlet
-pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.3
-pkgrel=1
-pkgdesc=Lightweight in-process concurrent programming
-license=(MIT)
-url=http://pypi.python.org/pypi/greenlet;
-makedepends=('python' 'python2')
-checkdepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip;)
-arch=('i686' 'x86_64')
-
-prepare() {
-cp -a greenlet-$pkgver greenlet-$pkgver-py2
-}
-
-build() {
-   cd greenlet-$pkgver
-   python setup.py build
-
-cd ../greenlet-$pkgver-py2
-python2 setup.py build
-}
-
-check() {
-cd greenlet-$pkgver
-python setup.py test
-
-cd ../greenlet-$pkgver-py2
-python2 setup.py test
-}
-
-package_python-greenlet() {
-depends=('python')
-
-cd greenlet-$pkgver
-python setup.py install -O1 --root=$pkgdir
-install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
-}
-
-package_python2-greenlet() {
-depends=('python2')
-
-   cd greenlet-$pkgver-py2
-   python2 setup.py install -O1 --root=$pkgdir
-   install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
-}
-
-sha512sums=('eaa43d4a2f3496f59fa7bbb6aba71ce1cc5099d4fb505844ba878a4d4feabab3045130a5f5b6cd37a1a47b3655fe9752c9e69022a4e78971035b14f493decbd2')

Copied: python-greenlet/repos/community-i686/PKGBUILD (from rev 118634, 
python-greenlet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-08 03:38:29 UTC (rev 118635)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ralf Schmitt r...@systemexit.de
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.4
+pkgrel=1
+pkgdesc=Lightweight in-process concurrent programming
+license=(MIT)
+url=http://pypi.python.org/pypi/greenlet;
+makedepends=('python' 'python2')
+checkdepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-${pkgver}.zip;)
+arch=('i686' 'x86_64')
+
+prepare() {
+cp -a greenlet-$pkgver greenlet-$pkgver-py2
+}
+
+build() {
+   cd greenlet-$pkgver
+   python setup.py build
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+check() {
+cd greenlet-$pkgver
+python setup.py test
+
+cd ../greenlet-$pkgver-py2
+python2 setup.py test
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root=$pkgdir
+install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root=$pkgdir
+   install -Dm0644 LICENSE.PSF 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+sha512sums=('e3e834d9cd3e00c4be22ebf4eed785ffd302b5e62feafe3e6ac13455a9a8c7249a1624bf76ff5f9d48489553767058fdea240ef7cc4e45cae39ce62c10aeb4e7')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-08 03:37:53 UTC (rev 118634)
+++ community-x86_64/PKGBUILD   2014-09-08 03:38:29 UTC (rev 118635)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ralf Schmitt r...@systemexit.de
-
-pkgbase=python-greenlet
-pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.3
-pkgrel=1
-pkgdesc=Lightweight in-process concurrent programming
-license=(MIT)
-url=http://pypi.python.org/pypi/greenlet;
-makedepends=('python' 'python2')

[arch-commits] Commit in ntp/trunk (PKGBUILD ntp.conf)

2014-09-07 Thread Gaetan Bisson
Date: Monday, September 8, 2014 @ 06:06:01
  Author: bisson
Revision: 221108

improve ntp.conf

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/ntp.conf

--+
 PKGBUILD |2 +-
 ntp.conf |   10 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 02:46:48 UTC (rev 221107)
+++ PKGBUILD2014-09-08 04:06:01 UTC (rev 221108)
@@ -18,7 +18,7 @@
 'ntpd.service'
 'ntpdate.service')
 sha1sums=('fa25baa9c215403c4f54ab005a65bc9eb744cdd3'
-  '805d064098340b80ad95d115a0c59bd9f7a721b4'
+  'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
   '0a872385e0142888ab48d273fec0669b30a8'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
 

Modified: ntp.conf
===
--- ntp.conf2014-09-08 02:46:48 UTC (rev 221107)
+++ ntp.conf2014-09-08 04:06:01 UTC (rev 221108)
@@ -1,9 +1,13 @@
+# Please consider joining the pool:
+#
+# http://www.pool.ntp.org/join.html
+#
 # For additional information see:
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
+# - http://support.ntp.org/bin/view/Support/GettingStarted
 # - the ntp.conf man page
-# - http://support.ntp.org/bin/view/Support/GettingStarted
-# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
 
-# Associate to public NTP pool servers; see http://www.pool.ntp.org/
+# Associate to Arch's NTP pool
 server 0.arch.pool.ntp.org
 server 1.arch.pool.ntp.org
 server 2.arch.pool.ntp.org



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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 08:31:07
  Author: bpiotrowski
Revision: 118516

upgpkg: fish 2.1.1-3

upstream re-released the tag

Modified:
  fish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 03:00:12 UTC (rev 118515)
+++ PKGBUILD2014-09-07 06:31:07 UTC (rev 118516)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
-md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
+md5sums=('e0cc11fbf8128d80e13a60574a05c1e9')
 
 prepare() {
   cd fish-shell-$pkgver



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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 08:31:15
  Author: bpiotrowski
Revision: 118517

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

Added:
  fish/repos/community-testing-i686/PKGBUILD
(from rev 118516, fish/trunk/PKGBUILD)
  fish/repos/community-testing-i686/fish.install
(from rev 118516, fish/trunk/fish.install)
  fish/repos/community-testing-x86_64/PKGBUILD
(from rev 118516, fish/trunk/PKGBUILD)
  fish/repos/community-testing-x86_64/fish.install
(from rev 118516, fish/trunk/fish.install)
Deleted:
  fish/repos/community-testing-i686/PKGBUILD
  fish/repos/community-testing-i686/fish.install
  fish/repos/community-testing-x86_64/PKGBUILD
  fish/repos/community-testing-x86_64/fish.install

---+
 /PKGBUILD |   74 
 /fish.install |   34 ++
 community-testing-i686/PKGBUILD   |   37 
 community-testing-i686/fish.install   |   17 ---
 community-testing-x86_64/PKGBUILD |   37 
 community-testing-x86_64/fish.install |   17 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-09-07 06:31:07 UTC (rev 118516)
+++ community-testing-i686/PKGBUILD 2014-09-07 06:31:15 UTC (rev 118517)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.1
-pkgrel=2
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
-md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
-
-prepare() {
-  cd fish-shell-$pkgver
-  echo $pkgver  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
-}

Copied: fish/repos/community-testing-i686/PKGBUILD (from rev 118516, 
fish/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-07 06:31:15 UTC (rev 118517)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=3
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('e0cc11fbf8128d80e13a60574a05c1e9')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-testing-i686/fish.install
===
--- community-testing-i686/fish.install 2014-09-07 06:31:07 UTC (rev 118516)
+++ community-testing-i686/fish.install 2014-09-07 06:31:15 UTC (rev 118517)
@@ -1,17 +0,0 @@
-post_install() {
-  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-testing-i686/fish.install (from rev 118516, 
fish/trunk/fish.install)
===
--- community-testing-i686/fish.install (rev 0)
+++ community-testing-i686/fish.install 2014-09-07 06:31:15 UTC (rev 118517)
@@ -0,0 +1,17 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo 

[arch-commits] Commit in ntp/trunk (PKGBUILD ntp.conf ntpd.service)

2014-09-07 Thread Gaetan Bisson
Date: Sunday, September 7, 2014 @ 09:06:22
  Author: bisson
Revision: 221058

implement FS#41700, remove PID file

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/ntp.conf
  ntp/trunk/ntpd.service

--+
 PKGBUILD |6 +++---
 ntp.conf |8 
 ntpd.service |3 +--
 3 files changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 00:48:41 UTC (rev 221057)
+++ PKGBUILD2014-09-07 07:06:22 UTC (rev 221058)
@@ -6,7 +6,7 @@
 _pkgname=ntp-dev
 _pkgver=4.2.7p465
 pkgver=${_pkgver/p/.p}
-pkgrel=1
+pkgrel=2
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -18,8 +18,8 @@
 'ntpd.service'
 'ntpdate.service')
 sha1sums=('fa25baa9c215403c4f54ab005a65bc9eb744cdd3'
-  'c728d3003d1476b36233695369a25ebce290aee9'
-  'c6d540074f98f57a162738f2bdae409b52cce72d'
+  '805d064098340b80ad95d115a0c59bd9f7a721b4'
+  '0a872385e0142888ab48d273fec0669b30a8'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
 
 options=('!emptydirs')

Modified: ntp.conf
===
--- ntp.conf2014-09-07 00:48:41 UTC (rev 221057)
+++ ntp.conf2014-09-07 07:06:22 UTC (rev 221058)
@@ -4,10 +4,10 @@
 # - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
 
 # Associate to public NTP pool servers; see http://www.pool.ntp.org/
-server 0.pool.ntp.org
-server 1.pool.ntp.org
-server 2.pool.ntp.org
-server 3.pool.ntp.org
+server 0.arch.pool.ntp.org
+server 1.arch.pool.ntp.org
+server 2.arch.pool.ntp.org
+server 3.arch.pool.ntp.org
 
 # By default, the server allows:
 # - all queries from the local host

Modified: ntpd.service
===
--- ntpd.service2014-09-07 00:48:41 UTC (rev 221057)
+++ ntpd.service2014-09-07 07:06:22 UTC (rev 221058)
@@ -6,8 +6,7 @@
 [Service]
 Type=forking
 PrivateTmp=true
-PIDFile=/run/ntpd.pid
-ExecStart=/usr/bin/ntpd -g -u ntp:ntp -p /run/ntpd.pid
+ExecStart=/usr/bin/ntpd -g -u ntp:ntp
 Restart=always
 
 [Install]



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

2014-09-07 Thread Gaetan Bisson
Date: Sunday, September 7, 2014 @ 09:07:12
  Author: bisson
Revision: 221059

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

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 221058, ntp/trunk/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 221058, ntp/trunk/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 221058, ntp/trunk/ntp.conf)
  ntp/repos/extra-i686/ntpd.service
(from rev 221058, ntp/trunk/ntpd.service)
  ntp/repos/extra-i686/ntpdate.service
(from rev 221058, ntp/trunk/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 221058, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 221058, ntp/trunk/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 221058, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 221058, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 221058, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate.service

--+
 /PKGBUILD|  104 +
 /install |   22 
 /ntp.conf|   40 +++
 /ntpd.service|   26 ++
 /ntpdate.service |   24 +
 extra-i686/PKGBUILD  |   55 -
 extra-i686/install   |   11 
 extra-i686/ntp.conf  |   19 ---
 extra-i686/ntpd.service  |   14 -
 extra-i686/ntpdate.service   |   12 
 extra-x86_64/PKGBUILD|   55 -
 extra-x86_64/install |   11 
 extra-x86_64/ntp.conf|   19 ---
 extra-x86_64/ntpd.service|   14 -
 extra-x86_64/ntpdate.service |   12 
 15 files changed, 216 insertions(+), 222 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-07 07:06:22 UTC (rev 221058)
+++ extra-i686/PKGBUILD 2014-09-07 07:07:12 UTC (rev 221059)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=ntp
-_pkgname=ntp-dev
-_pkgver=4.2.7p465
-pkgver=${_pkgver/p/.p}
-pkgrel=1
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libcap' 'libedit')
-backup=('etc/ntp.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;
-'ntp.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('fa25baa9c215403c4f54ab005a65bc9eb744cdd3'
-  'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
-  'c6d540074f98f57a162738f2bdae409b52cce72d'
-  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
-
-options=('!emptydirs')
-install=install
-
-build() {
-   cd ${srcdir}/${_pkgname}-${_pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-linuxcaps \
-   --enable-ntp-signd \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${_pkgname}-${_pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
-   install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
-   install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
-   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   install -d -o 87 ${pkgdir}/var/lib/ntp
-   echo  ${pkgdir}/var/lib/ntp/.placeholder
-
-   install -dm755 ${pkgdir}/usr/lib/systemd/ntp-units.d
-   echo 'ntpd.service'  
${pkgdir}/usr/lib/systemd/ntp-units.d/50-${pkgname}.list
-}

Copied: ntp/repos/extra-i686/PKGBUILD (from rev 221058, ntp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-07 07:07:12 UTC (rev 221059)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+
+pkgname=ntp
+_pkgname=ntp-dev
+_pkgver=4.2.7p465
+pkgver=${_pkgver/p/.p}
+pkgrel=2
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz;
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('fa25baa9c215403c4f54ab005a65bc9eb744cdd3'
+  

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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 09:07:29
  Author: bpiotrowski
Revision: 118519

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

Added:
  mupdf/repos/community-i686/PKGBUILD
(from rev 118518, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-i686/mupdf-1.5-openjpeg-2.1.0.patch
(from rev 118518, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
  mupdf/repos/community-i686/mupdf.desktop
(from rev 118518, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-i686/mupdf.install
(from rev 118518, mupdf/trunk/mupdf.install)
  mupdf/repos/community-i686/mupdf.xpm
(from rev 118518, mupdf/trunk/mupdf.xpm)
  mupdf/repos/community-x86_64/PKGBUILD
(from rev 118518, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf-1.5-openjpeg-2.1.0.patch
(from rev 118518, mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch)
  mupdf/repos/community-x86_64/mupdf.desktop
(from rev 118518, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-x86_64/mupdf.install
(from rev 118518, mupdf/trunk/mupdf.install)
  mupdf/repos/community-x86_64/mupdf.xpm
(from rev 118518, mupdf/trunk/mupdf.xpm)
Deleted:
  mupdf/repos/community-i686/PKGBUILD
  mupdf/repos/community-i686/mupdf.desktop
  mupdf/repos/community-i686/mupdf.install
  mupdf/repos/community-i686/mupdf.xpm
  mupdf/repos/community-x86_64/PKGBUILD
  mupdf/repos/community-x86_64/mupdf.desktop
  mupdf/repos/community-x86_64/mupdf.install
  mupdf/repos/community-x86_64/mupdf.xpm

-+
 /PKGBUILD   |  110 ++
 /mupdf.desktop  |   30 ++
 /mupdf.install  |   24 
 community-i686/PKGBUILD |   52 --
 community-i686/mupdf-1.5-openjpeg-2.1.0.patch   |   13 ++
 community-i686/mupdf.desktop|   15 ---
 community-i686/mupdf.install|   12 --
 community-x86_64/PKGBUILD   |   52 --
 community-x86_64/mupdf-1.5-openjpeg-2.1.0.patch |   13 ++
 community-x86_64/mupdf.desktop  |   15 ---
 community-x86_64/mupdf.install  |   12 --
 11 files changed, 190 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 07:07:19 UTC (rev 118518)
+++ community-i686/PKGBUILD 2014-09-07 07:07:29 UTC (rev 118519)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Pierre-Paul Paquin pierrepaulpaq...@gmail.com
-# Contributor: xduugu
-
-pkgname=mupdf
-pkgver=1.5
-pkgrel=1
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
- 'openssl')
-install=mupdf.install
-options=('staticlibs')
-source=(http://mupdf.com/downloads/mupdf-$pkgver-source.tar.gz
-mupdf.desktop
-mupdf.xpm)
-md5sums=('89bd4ddc74c266062ebf2702741bb173'
- '39b54f82a763aac54e352315a0ee9037'
- 'f3f35e7320bafde331250de1c99186a1')
-
-prepare() {
-  cd $pkgname-$pkgver-source
-  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec}
-}
-
-build() {
-  CFLAGS+=' -fPIC'
-  CXXFLAGS+=' -fPIC'
-
-  cd $pkgname-$pkgver-source
-  make build=release CURL_LIBS='-lcurl -lpthread'
-}
-
-package() {
-  cd $pkgname-$pkgver-source
-  make build=release prefix=$pkgdir/usr install
-  install -Dm644 build/release/libmujs.a $pkgdir/usr/lib
-
-  mv $pkgdir/usr/bin/mupdf-x11-curl $pkgdir/usr/bin/mupdf
-  rm $pkgdir/usr/bin/mupdf-x11
-
-  install -Dm644 ../mupdf.desktop 
$pkgdir/usr/share/applications/mupdf.desktop
-  install -Dm644 ../mupdf.xpm $pkgdir/usr/share/pixmaps/mupdf.xpm
-
-  find $pkgdir/usr/include $pkgdir/usr/share $pkgdir/usr/lib \
--type f -exec chmod -v 0644 {} +
-}

Copied: mupdf/repos/community-i686/PKGBUILD (from rev 118518, 
mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 07:07:29 UTC (rev 118519)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Pierre-Paul Paquin pierrepaulpaq...@gmail.com
+# Contributor: xduugu
+
+pkgname=mupdf
+pkgver=1.5
+pkgrel=2
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('GPL3')
+depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
+ 'openssl' 'openjpeg2')
+install=mupdf.install
+options=('staticlibs')

[arch-commits] Commit in mupdf/trunk (PKGBUILD mupdf-1.5-openjpeg-2.1.0.patch)

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 09:07:19
  Author: bpiotrowski
Revision: 118518

upgpkg: mupdf 1.5-2

use system openjpeg2 to make zathura users happy (FS#41831)

Added:
  mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch
Modified:
  mupdf/trunk/PKGBUILD

+
 PKGBUILD   |   13 -
 mupdf-1.5-openjpeg-2.1.0.patch |   13 +
 2 files changed, 21 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 06:31:15 UTC (rev 118517)
+++ PKGBUILD2014-09-07 07:07:19 UTC (rev 118518)
@@ -7,25 +7,28 @@
 
 pkgname=mupdf
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
 license=('GPL3')
 depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
- 'openssl')
+ 'openssl' 'openjpeg2')
 install=mupdf.install
 options=('staticlibs')
 source=(http://mupdf.com/downloads/mupdf-$pkgver-source.tar.gz
 mupdf.desktop
-mupdf.xpm)
+mupdf.xpm
+mupdf-1.5-openjpeg-2.1.0.patch)
 md5sums=('89bd4ddc74c266062ebf2702741bb173'
  '39b54f82a763aac54e352315a0ee9037'
- 'f3f35e7320bafde331250de1c99186a1')
+ 'f3f35e7320bafde331250de1c99186a1'
+ '8e71587ad9b86e10c9144618ab43149b')
 
 prepare() {
   cd $pkgname-$pkgver-source
-  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec}
+  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec,openjpeg}
+  patch -p1 -i ../mupdf-1.5-openjpeg-2.1.0.patch
 }
 
 build() {

Added: mupdf-1.5-openjpeg-2.1.0.patch
===
--- mupdf-1.5-openjpeg-2.1.0.patch  (rev 0)
+++ mupdf-1.5-openjpeg-2.1.0.patch  2014-09-07 07:07:19 UTC (rev 118518)
@@ -0,0 +1,13 @@
+diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c
+index dd7bf9e..b7c8680 100644
+--- a/source/fitz/load-jpx.c
 b/source/fitz/load-jpx.c
+@@ -116,7 +116,7 @@ fz_load_jpx(fz_context *ctx, unsigned char *data, int 
size, fz_colorspace *defcs
+   opj_stream_set_read_function(stream, fz_opj_stream_read);
+   opj_stream_set_skip_function(stream, fz_opj_stream_skip);
+   opj_stream_set_seek_function(stream, fz_opj_stream_seek);
+-  opj_stream_set_user_data(stream, sb);
++  opj_stream_set_user_data(stream, sb, NULL);
+   /* Set the length to avoid an assert */
+   opj_stream_set_user_data_length(stream, size);
+ 



[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 09:09:18
  Author: bpiotrowski
Revision: 118520

upgpkg: zathura-pdf-mupdf 0.2.6-5

rebuild against mupdf 1.5-2 (FS#41831)

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 07:07:29 UTC (rev 118519)
+++ PKGBUILD2014-09-07 07:09:18 UTC (rev 118520)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.2.6
-pkgrel=4
+pkgrel=5
 pkgdesc=Adds pdf support to zathura by using the mupdf library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;



[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 09:09:21
  Author: bpiotrowski
Revision: 118521

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 118520, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 118520, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 07:09:18 UTC (rev 118520)
+++ community-i686/PKGBUILD 2014-09-07 07:09:21 UTC (rev 118521)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.6
-pkgrel=4
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf=1.4')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('5102e416aecc2a14d78cc9c83d529b39')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 118520, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 07:09:21 UTC (rev 118521)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.6
+pkgrel=5
+pkgdesc=Adds pdf support to zathura by using the mupdf library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
+license=('custom')
+depends=('zathura' 'jbig2dec' 'openjpeg2')
+conflicts=('zathura-pdf-poppler')
+makedepends=('mupdf=1.4')
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('5102e416aecc2a14d78cc9c83d529b39')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-07 07:09:18 UTC (rev 118520)
+++ community-x86_64/PKGBUILD   2014-09-07 07:09:21 UTC (rev 118521)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.6
-pkgrel=4
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf=1.4')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('5102e416aecc2a14d78cc9c83d529b39')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 118520, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-07 07:09:21 UTC (rev 118521)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf

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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:38:28
  Author: jgc
Revision: 221060

upgpkg: gnome-themes-standard 3.13.90-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 07:07:12 UTC (rev 221059)
+++ PKGBUILD2014-09-07 07:38:28 UTC (rev 221060)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.12.0
+pkgver=3.13.90
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a05d1b7ca872b944a69d0c0cc2369408ece32ff4355e37f8594a1b70d13c3217')
+sha256sums=('76bfbf25cdd6f86fdbf15b085c5bcfbe0abf4715510a917ec023a4d780fb5f53')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-themes-standard/repos (4 files)

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:38:34
  Author: jgc
Revision: 221061

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-themes-standard/repos/gnome-unstable-i686/
  gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD
(from rev 221060, gnome-themes-standard/trunk/PKGBUILD)
  gnome-themes-standard/repos/gnome-unstable-x86_64/
  gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221060, gnome-themes-standard/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   32 
 gnome-unstable-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD (from rev 
221060, gnome-themes-standard/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-07 07:38:34 UTC (rev 221061)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.13.90
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('76bfbf25cdd6f86fdbf15b085c5bcfbe0abf4715510a917ec023a4d780fb5f53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
221060, gnome-themes-standard/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-07 07:38:34 UTC (rev 221061)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.13.90
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('76bfbf25cdd6f86fdbf15b085c5bcfbe0abf4715510a917ec023a4d780fb5f53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:42:43
  Author: jgc
Revision: 221062

upgpkg: vala 0.25.3-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 07:38:34 UTC (rev 221061)
+++ PKGBUILD2014-09-07 07:42:43 UTC (rev 221062)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz t...@preetz.us
 
 pkgname=vala
-pkgver=0.24.0
+pkgver=0.25.3
 pkgrel=1
 pkgdesc=Compiler for the GObject type system
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glib2')
 makedepends=('libxslt')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('22a37c977512c19cd29c373eaaef96cb2c994795d491106f32387f3f9d1e899c')
+sha256sums=('bdc318480edb176b31e80bf792db0a4d3bb76af846c4379dc285da6318f74ecf')
 
 build() {
 cd $pkgname-$pkgver



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:42:49
  Author: jgc
Revision: 221063

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vala/repos/gnome-unstable-i686/
  vala/repos/gnome-unstable-i686/PKGBUILD
(from rev 221062, vala/trunk/PKGBUILD)
  vala/repos/gnome-unstable-x86_64/
  vala/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221062, vala/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   26 ++
 gnome-unstable-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: vala/repos/gnome-unstable-i686/PKGBUILD (from rev 221062, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-07 07:42:49 UTC (rev 221063)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.25.3
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bdc318480edb176b31e80bf792db0a4d3bb76af846c4379dc285da6318f74ecf')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: vala/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221062, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-07 07:42:49 UTC (rev 221063)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.25.3
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bdc318480edb176b31e80bf792db0a4d3bb76af846c4379dc285da6318f74ecf')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:44:52
  Author: jgc
Revision: 221064

upgpkg: gtksourceview3 3.13.90-1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 07:42:49 UTC (rev 221063)
+++ PKGBUILD2014-09-07 07:44:52 UTC (rev 221064)
@@ -3,16 +3,16 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.12.3
+pkgver=3.13.90
 pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
+makedepends=('intltool' 'gobject-introspection' 'glade' 'vala' 'python2')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f31959a21a93a929ff15192287096e65479e082cfac48ea8566aae9f6ce2f5f7')
+sha256sums=('0ec66cfcbb1c8e42d972fea4d9c6f1b47290ecce19eb975453949306a787d0fa')
 
 build() {
   cd $_pkgbasename-$pkgver



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:44:57
  Author: jgc
Revision: 221065

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtksourceview3/repos/gnome-unstable-i686/
  gtksourceview3/repos/gnome-unstable-i686/PKGBUILD
(from rev 221064, gtksourceview3/trunk/PKGBUILD)
  gtksourceview3/repos/gnome-unstable-x86_64/
  gtksourceview3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221064, gtksourceview3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   28 
 gnome-unstable-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: gtksourceview3/repos/gnome-unstable-i686/PKGBUILD (from rev 221064, 
gtksourceview3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-07 07:44:57 UTC (rev 221065)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.13.90
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade' 'vala' 'python2')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('0ec66cfcbb1c8e42d972fea4d9c6f1b47290ecce19eb975453949306a787d0fa')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gtksourceview3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221064, 
gtksourceview3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-07 07:44:57 UTC (rev 221065)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.13.90
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade' 'vala' 'python2')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('0ec66cfcbb1c8e42d972fea4d9c6f1b47290ecce19eb975453949306a787d0fa')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:54:22
  Author: jgc
Revision: 221066

upgpkg: pygobject 3.13.91-1

Remove dependency on cairo, optional module for backwards compatibility

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 07:44:57 UTC (rev 221065)
+++ PKGBUILD2014-09-07 07:54:22 UTC (rev 221066)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.12.2
+pkgver=3.13.91
 pkgrel=1
 arch=(i686 x86_64)
 url=https://live.gnome.org/PyGObject;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('7e7a3d349acf5bb4b68f8539a42e67958840a67cd4f0341ee9aa49189af2a522')
+sha256sums=('277afa74895c222a15acea1b3405b202f5cdf86fe7ae7202482de37b14f84daf')
 
 prepare() {
   mkdir build-py2 build-py3 devel
@@ -30,7 +30,7 @@
 
 package_python-gobject() {
   pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+  depends=('gobject-introspection' pygobject-devel=$pkgver)
 
   cd build-py3
   make DESTDIR=$pkgdir install
@@ -39,7 +39,7 @@
 
 package_python2-gobject() {
   pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+  depends=('gobject-introspection' pygobject-devel=$pkgver)
 
   cd build-py2
   make DESTDIR=$pkgdir install



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:54:27
  Author: jgc
Revision: 221067

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pygobject/repos/gnome-unstable-i686/
  pygobject/repos/gnome-unstable-i686/PKGBUILD
(from rev 221066, pygobject/trunk/PKGBUILD)
  pygobject/repos/gnome-unstable-x86_64/
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221066, pygobject/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   55 +++
 gnome-unstable-x86_64/PKGBUILD |   55 +++
 2 files changed, 110 insertions(+)

Copied: pygobject/repos/gnome-unstable-i686/PKGBUILD (from rev 221066, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-07 07:54:27 UTC (rev 221067)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.13.91
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('277afa74895c222a15acea1b3405b202f5cdf86fe7ae7202482de37b14f84daf')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/autogen.sh --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver)
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver)
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Copied: pygobject/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221066, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-07 07:54:27 UTC (rev 221067)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.13.91
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('277afa74895c222a15acea1b3405b202f5cdf86fe7ae7202482de37b14f84daf')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/autogen.sh --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver)
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver)
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:57:21
  Author: jgc
Revision: 221068

upgpkg: pygobject 3.13.91-2

Add python/python2 depends

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 07:54:27 UTC (rev 221067)
+++ PKGBUILD2014-09-07 07:57:21 UTC (rev 221068)
@@ -4,7 +4,7 @@
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
 pkgver=3.13.91
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=https://live.gnome.org/PyGObject;
 license=(LGPL)
@@ -30,7 +30,7 @@
 
 package_python-gobject() {
   pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection' pygobject-devel=$pkgver)
+  depends=('gobject-introspection' pygobject-devel=$pkgver 'python')
 
   cd build-py3
   make DESTDIR=$pkgdir install
@@ -39,7 +39,7 @@
 
 package_python2-gobject() {
   pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection' pygobject-devel=$pkgver)
+  depends=('gobject-introspection' pygobject-devel=$pkgver 'python2')
 
   cd build-py2
   make DESTDIR=$pkgdir install



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

2014-09-07 Thread Jan de Groot
Date: Sunday, September 7, 2014 @ 09:57:28
  Author: jgc
Revision: 221069

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pygobject/repos/gnome-unstable-i686/PKGBUILD
(from rev 221068, pygobject/trunk/PKGBUILD)
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221068, pygobject/trunk/PKGBUILD)
Deleted:
  pygobject/repos/gnome-unstable-i686/PKGBUILD
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD

+
 /PKGBUILD  |  110 +++
 gnome-unstable-i686/PKGBUILD   |   55 ---
 gnome-unstable-x86_64/PKGBUILD |   55 ---
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-07 07:57:21 UTC (rev 221068)
+++ gnome-unstable-i686/PKGBUILD2014-09-07 07:57:28 UTC (rev 221069)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.13.91
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('277afa74895c222a15acea1b3405b202f5cdf86fe7ae7202482de37b14f84daf')
-
-prepare() {
-  mkdir build-py2 build-py3 devel
-  cd ${pkgbase}-${pkgver}
-  sed -i '/Werror=format/d' configure # gcc 4.8
-}
-
-build() {
-  cd build-py2
-  ../${pkgbase}-${pkgver}/autogen.sh --prefix=/usr 
--with-python=/usr/bin/python2
-  make
-
-  cd ../build-py3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-}
-
-package_python-gobject() {
-  pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection' pygobject-devel=$pkgver)
-
-  cd build-py3
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/{include,lib/pkgconfig}
-}
-
-package_python2-gobject() {
-  pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection' pygobject-devel=$pkgver)
-
-  cd build-py2
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
-}
-
-package_pygobject-devel() {
-  pkgdesc=Development files for the pygobject bindings
-  cd devel
-  mkdir -p $pkgdir/usr/{include,lib}
-  mv include $pkgdir/usr/
-  mv pkgconfig $pkgdir/usr/lib/
-}

Copied: pygobject/repos/gnome-unstable-i686/PKGBUILD (from rev 221068, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-07 07:57:28 UTC (rev 221069)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.13.91
+pkgrel=2
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('277afa74895c222a15acea1b3405b202f5cdf86fe7ae7202482de37b14f84daf')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/autogen.sh --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver 'python')
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver 'python2')
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-07 07:57:21 UTC (rev 221068)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-07 07:57:28 UTC (rev 221069)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.13.91
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)

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

2014-09-07 Thread Sven-Hendrik Haase
Date: Sunday, September 7, 2014 @ 11:20:59
  Author: svenstaro
Revision: 118583

upgpkg: blender 14:2.71.git1.d42c08-5

llvm 3.5 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 08:31:19 UTC (rev 118582)
+++ PKGBUILD2014-09-07 09:20:59 UTC (rev 118583)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.71
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=4
+pkgrel=5
 epoch=14
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
@@ -75,7 +75,7 @@
 -DWITH_CODEC_SNDFILE=ON \
 -DWITH_CYCLES=ON \
 -DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
+-DLLVM_VERSION=3.5 \
 -DLLVM_STATIC=OFF \
 -DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
 -DWITH_CYCLES_OSL=ON \



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

2014-09-07 Thread Sven-Hendrik Haase
Date: Sunday, September 7, 2014 @ 11:21:11
  Author: svenstaro
Revision: 118584

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

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

--+
 community-staging-i686/PKGBUILD  |  100 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|  100 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 226 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 118583, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-07 09:21:11 UTC (rev 118584)
@@ -0,0 +1,100 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+#_gittag=v2.71
+_gitcommit=d42c08
+
+pkgname=blender
+pkgver=2.71
+[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=5
+epoch=14
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
+[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=(git://git.blender.org/blender-addons.git
+git://git.blender.org/blender-addons-contrib.git
+git://git.blender.org/blender-translations.git
+git://git.blender.org/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
+else
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
+fi
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  git submodule init
+  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_LLVM=ON \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=OFF \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.4 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
+-DCMAKE_CXX_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG \
+-DCMAKE_C_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG
+  # Fix for gcc 4.9 :/
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+  python -O -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 118583, 
blender/trunk/blender.install)

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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 12:21:12
  Author: bpiotrowski
Revision: 221089

upgpkg: x265 1.3-1

new upstream release

Modified:
  x265/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 09:36:33 UTC (rev 221088)
+++ PKGBUILD2014-09-07 10:21:12 UTC (rev 221089)
@@ -3,7 +3,7 @@
 # Contributor: kfgz kfgz at interia pl
 
 pkgname=x265
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('yasm' 'cmake')
 url='https://bitbucket.org/multicoreware/x265'
 source=($url/get/$pkgver.tar.bz2)
-md5sums=('57a4b8300918c5412ceaa26bb8e0a0bb')
+md5sums=('ce3a14d588ff7f734d87349b2e58971b')
 
 build() {
   cd multicoreware-x265-*/build/linux



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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 12:21:23
  Author: bpiotrowski
Revision: 221090

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

Added:
  x265/repos/staging-i686/
  x265/repos/staging-i686/PKGBUILD
(from rev 221089, x265/trunk/PKGBUILD)
  x265/repos/staging-x86_64/
  x265/repos/staging-x86_64/PKGBUILD
(from rev 221089, x265/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: x265/repos/staging-i686/PKGBUILD (from rev 221089, x265/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-07 10:21:23 UTC (rev 221090)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kfgz kfgz at interia pl
+
+pkgname=x265
+pkgver=1.3
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+url='https://bitbucket.org/multicoreware/x265'
+source=($url/get/$pkgver.tar.bz2)
+md5sums=('ce3a14d588ff7f734d87349b2e58971b')
+
+build() {
+  cd multicoreware-x265-*/build/linux
+  [[ $CARCH == x86_64 ]]  LDFLAGS+=',-z,noexecstack'
+  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
+  make
+}
+
+package() {
+  cd multicoreware-x265-*/build/linux
+  make DESTDIR=$pkgdir install
+}

Copied: x265/repos/staging-x86_64/PKGBUILD (from rev 221089, 
x265/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-07 10:21:23 UTC (rev 221090)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kfgz kfgz at interia pl
+
+pkgname=x265
+pkgver=1.3
+pkgrel=1
+pkgdesc='Open Source H265/HEVC video encoder'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('yasm' 'cmake')
+url='https://bitbucket.org/multicoreware/x265'
+source=($url/get/$pkgver.tar.bz2)
+md5sums=('ce3a14d588ff7f734d87349b2e58971b')
+
+build() {
+  cd multicoreware-x265-*/build/linux
+  [[ $CARCH == x86_64 ]]  LDFLAGS+=',-z,noexecstack'
+  cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr ../../source
+  make
+}
+
+package() {
+  cd multicoreware-x265-*/build/linux
+  make DESTDIR=$pkgdir install
+}



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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 12:31:09
  Author: bpiotrowski
Revision: 221091

upgpkg: x264 1:142.20140826-1

- update to latest commit from stable branch
- move header files to libx264*, as x264 pulls too many dependencies thanks to 
ffmpeg

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 10:21:23 UTC (rev 221090)
+++ PKGBUILD2014-09-07 10:31:09 UTC (rev 221091)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=142.20140311
-pkgrel=6
+pkgver=142.20140826
+pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 makedepends=('yasm' 'git' 'ffmpeg')
-source=(git://git.videolan.org/x264.git#commit=b7a50c16)
+source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
 md5sums=('SKIP')
 
 pkgver() {
@@ -25,7 +25,6 @@
 }
 
 prepare() {
-  sed -i 's/install-lib-dev$//g' $pkgname/Makefile
   cp -r $pkgname $pkgname-10bit
 }
 
@@ -45,11 +44,11 @@
 package_x264() {
   pkgdesc='CLI tools for encoding H264/AVC video streams'
   depends=('glibc' 'ffmpeg')
-  provides=('x264-dev' 'x264-10bit')
-  conflicts=('x264-dev' 'x264-10bit')
-  replaces=('x264-dev' 'x264-10bit')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
 
-  make -C $pkgbase DESTDIR=$pkgdir install-cli install-lib-dev
+  make -C $pkgbase DESTDIR=$pkgdir install-cli
   install -Dm755 $pkgbase-10bit/x264 $pkgdir/usr/bin/x264-10bit
 }
 
@@ -56,6 +55,9 @@
 package_libx264() {
   pkgdesc='Library for encoding H264/AVC video streams'
   depends=('glibc')
+  provides=('x264-dev')
+  conflicts=('x264-dev')
+  replaces=('x264-dev')
 
   install -d $pkgdir/usr/lib
   make -C $pkgbase DESTDIR=$pkgdir install-lib-shared
@@ -64,8 +66,8 @@
 package_libx264-10bit() {
   pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
   depends=('glibc')
-  provides=('libx264')
-  conflicts=('libx264')
+  provides=('libx264' 'x264-dev')
+  conflicts=('libx264' 'x264-dev')
 
   install -d $pkgdir/usr/lib
   make -C $pkgbase-10bit DESTDIR=$pkgdir install-lib-shared



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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 12:31:16
  Author: bpiotrowski
Revision: 221092

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

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

---+
 /PKGBUILD |  148 
 extra-i686/PKGBUILD   |   72 ---
 extra-x86_64/PKGBUILD |   72 ---
 3 files changed, 148 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-07 10:31:09 UTC (rev 221091)
+++ extra-i686/PKGBUILD 2014-09-07 10:31:16 UTC (rev 221092)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=('x264' 'libx264' 'libx264-10bit')
-pkgver=142.20140311
-pkgrel=6
-epoch=1
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git' 'ffmpeg')
-source=(git://git.videolan.org/x264.git#commit=b7a50c16)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
-  local _date=$(git log -1 --format=%cd --date=short | tr -d -)
-
-  echo ${_ver}.${_date}
-}
-
-prepare() {
-  sed -i 's/install-lib-dev$//g' $pkgname/Makefile
-  cp -r $pkgname $pkgname-10bit
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
---enable-shared --enable-pic
-  make
-
-  cd ../$pkgname-10bit
-  ./configure --prefix=/usr \
---enable-shared --enable-pic \
---bit-depth=10
-  make
-}
-
-package_x264() {
-  pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends=('glibc' 'ffmpeg')
-  provides=('x264-dev' 'x264-10bit')
-  conflicts=('x264-dev' 'x264-10bit')
-  replaces=('x264-dev' 'x264-10bit')
-
-  make -C $pkgbase DESTDIR=$pkgdir install-cli install-lib-dev
-  install -Dm755 $pkgbase-10bit/x264 $pkgdir/usr/bin/x264-10bit
-}
-
-package_libx264() {
-  pkgdesc='Library for encoding H264/AVC video streams'
-  depends=('glibc')
-
-  install -d $pkgdir/usr/lib
-  make -C $pkgbase DESTDIR=$pkgdir install-lib-shared
-}
-
-package_libx264-10bit() {
-  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
-  depends=('glibc')
-  provides=('libx264')
-  conflicts=('libx264')
-
-  install -d $pkgdir/usr/lib
-  make -C $pkgbase-10bit DESTDIR=$pkgdir install-lib-shared
-}

Copied: x264/repos/extra-i686/PKGBUILD (from rev 221091, x264/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-07 10:31:16 UTC (rev 221092)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=142.20140826
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg')
+source=(git://git.videolan.org/x264.git#commit=021c0dc6c95c)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format=%cd --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  cp -r $pkgname $pkgname-10bit
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic
+  make
+
+  cd ../$pkgname-10bit
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic \
+--bit-depth=10
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('glibc' 'ffmpeg')
+  provides=('x264-10bit')
+  conflicts=('x264-10bit')
+  replaces=('x264-10bit')
+
+  make -C $pkgbase DESTDIR=$pkgdir install-cli
+  install -Dm755 $pkgbase-10bit/x264 $pkgdir/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  depends=('glibc')
+  provides=('x264-dev')
+  conflicts=('x264-dev')
+  replaces=('x264-dev')
+
+  install -d $pkgdir/usr/lib
+  make -C $pkgbase DESTDIR=$pkgdir install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  depends=('glibc')
+  provides=('libx264' 'x264-dev')
+  conflicts=('libx264' 'x264-dev')
+
+  install -d $pkgdir/usr/lib
+  make -C $pkgbase-10bit DESTDIR=$pkgdir install-lib-shared
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD  

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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 12:39:33
  Author: bpiotrowski
Revision: 221093

upgpkg: ffmpeg 1:2.3.3-2

rebuild against x265 1.3

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 10:31:16 UTC (rev 221092)
+++ PKGBUILD2014-09-07 10:39:33 UTC (rev 221093)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=2.3.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
   'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
   'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265'
 )
-makedepends=('libvdpau' 'yasm' 'x264')
+makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
 md5sums=('72361d3b8717b6db3ad2b9da8df7af5e'
  'SKIP')



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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 12:39:40
  Author: bpiotrowski
Revision: 221094

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

Added:
  ffmpeg/repos/staging-i686/
  ffmpeg/repos/staging-i686/PKGBUILD
(from rev 221093, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 221093, ffmpeg/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   82 ++
 staging-x86_64/PKGBUILD |   82 ++
 2 files changed, 164 insertions(+)

Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 221093, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-07 10:39:40 UTC (rev 221094)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.3.3
+pkgrel=2
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265'
+)
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('72361d3b8717b6db3ad2b9da8df7af5e'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avisynth \
+--enable-avresample \
+--enable-decoder=atrac3 \
+--enable-decoder=atrac3p \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxvid \
+--enable-pic \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-swresample \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-man
+  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 221093, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-09-07 10:39:40 UTC (rev 221094)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.3.3
+pkgrel=2
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265'
+)
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('72361d3b8717b6db3ad2b9da8df7af5e'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avisynth \
+--enable-avresample \
+--enable-decoder=atrac3 \
+--enable-decoder=atrac3p \
+--enable-dxva2 \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+

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

2014-09-07 Thread Giovanni Scafora
Date: Sunday, September 7, 2014 @ 12:47:10
  Author: giovanni
Revision: 221095

upgpkg: live-media 2014.08.26-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 10:39:40 UTC (rev 221094)
+++ PKGBUILD2014-09-07 10:47:10 UTC (rev 221095)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2014.07.25
+pkgver=2014.08.26
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 options=('staticlibs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('46e082a1c6142d44526856cc6df4870b')
+md5sums=('24dfd57f164c3a1041c9dceded210444')
 
 build() {
   cd ${srcdir}/live



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

2014-09-07 Thread Giovanni Scafora
Date: Sunday, September 7, 2014 @ 12:47:17
  Author: giovanni
Revision: 221096

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 221095, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 221095, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-07 10:47:10 UTC (rev 221095)
+++ extra-i686/PKGBUILD 2014-09-07 10:47:17 UTC (rev 221096)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2014.07.25
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('46e082a1c6142d44526856cc6df4870b')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 221095, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-07 10:47:17 UTC (rev 221096)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2014.08.26
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+options=('staticlibs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('24dfd57f164c3a1041c9dceded210444')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-07 10:47:10 UTC (rev 221095)
+++ extra-x86_64/PKGBUILD   2014-09-07 10:47:17 UTC (rev 221096)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2014.07.25
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-options=('staticlibs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('46e082a1c6142d44526856cc6df4870b')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 221095, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)

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

2014-09-07 Thread Ike Devolder
Date: Sunday, September 7, 2014 @ 13:19:41
  Author: idevolder
Revision: 118592

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 11:19:23 UTC (rev 118591)
+++ community-i686/PKGBUILD 2014-09-07 11:19:41 UTC (rev 118592)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=par2cmdline
-pkgver=0.6.9
-pkgrel=1
-pkgdesc='A PAR 2.0 compatible file verification and repair tool'
-url='https://github.com/BlackIkeEagle/par2cmdline'
-license=('GPL2')
-arch=('i686' 'x86_64')
-source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('fd917e0a10f28e10cc50db4a742cc85da34b8fffa5a71182f317dfa60643ab9d')
-
-build() {
-   cd $pkgname-$pkgver
-   aclocal
-   automake --add-missing
-   autoconf
-   ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: par2cmdline/repos/community-i686/PKGBUILD (from rev 118591, 
par2cmdline/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 11:19:41 UTC (rev 118592)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=par2cmdline
+pkgver=0.6.10
+pkgrel=1
+pkgdesc='A PAR 2.0 compatible file verification and repair tool'
+url='https://github.com/BlackIkeEagle/par2cmdline'
+license=('GPL2')
+arch=('i686' 'x86_64')
+source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('8d0a595d0200c35a56f9b29659b0d8ecfb2e331179283e1d13acd75b6c899365')
+
+build() {
+   cd $pkgname-$pkgver
+   aclocal
+   automake --add-missing
+   autoconf
+   ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-07 11:19:23 UTC (rev 118591)
+++ community-x86_64/PKGBUILD   2014-09-07 11:19:41 UTC (rev 118592)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=par2cmdline
-pkgver=0.6.9
-pkgrel=1
-pkgdesc='A PAR 2.0 compatible file verification and repair tool'
-url='https://github.com/BlackIkeEagle/par2cmdline'
-license=('GPL2')
-arch=('i686' 'x86_64')
-source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('fd917e0a10f28e10cc50db4a742cc85da34b8fffa5a71182f317dfa60643ab9d')
-
-build() {
-   cd $pkgname-$pkgver
-   aclocal
-   automake --add-missing
-   autoconf
-   ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: par2cmdline/repos/community-x86_64/PKGBUILD (from rev 118591, 
par2cmdline/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-07 11:19:41 UTC (rev 118592)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgname=par2cmdline
+pkgver=0.6.10
+pkgrel=1
+pkgdesc='A PAR 2.0 compatible file verification and repair tool'
+url='https://github.com/BlackIkeEagle/par2cmdline'
+license=('GPL2')
+arch=('i686' 'x86_64')
+source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('8d0a595d0200c35a56f9b29659b0d8ecfb2e331179283e1d13acd75b6c899365')
+
+build() {
+   cd $pkgname-$pkgver
+   aclocal
+   automake 

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

2014-09-07 Thread Ike Devolder
Date: Sunday, September 7, 2014 @ 13:19:23
  Author: idevolder
Revision: 118591

par2cmdline :: 0.6.10

Modified:
  par2cmdline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 09:36:36 UTC (rev 118590)
+++ PKGBUILD2014-09-07 11:19:23 UTC (rev 118591)
@@ -3,7 +3,7 @@
 # Maintainer: Sébastien Luttringer se...@aur.archlinux.org
 
 pkgname=par2cmdline
-pkgver=0.6.9
+pkgver=0.6.10
 pkgrel=1
 pkgdesc='A PAR 2.0 compatible file verification and repair tool'
 url='https://github.com/BlackIkeEagle/par2cmdline'
@@ -10,7 +10,7 @@
 license=('GPL2')
 arch=('i686' 'x86_64')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('fd917e0a10f28e10cc50db4a742cc85da34b8fffa5a71182f317dfa60643ab9d')
+sha256sums=('8d0a595d0200c35a56f9b29659b0d8ecfb2e331179283e1d13acd75b6c899365')
 
 build() {
cd $pkgname-$pkgver



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

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 13:51:57
  Author: bpiotrowski
Revision: 118593

Restore check() function.

Modified:
  bup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 11:19:41 UTC (rev 118592)
+++ PKGBUILD2014-09-07 11:51:57 UTC (rev 118593)
@@ -15,6 +15,7 @@
 license=('GPL')
 depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
 makedepends=('ruby-ronn')
+checkdepends=('rsync')
 source=($url/archive/0.26.tar.gz
 python2.patch
 avoid-using-pandoc.patch)
@@ -26,6 +27,9 @@
   cd $pkgname-$pkgver
   patch -p1 -i ../python2.patch
   patch -p1 -i ../avoid-using-pandoc.patch
+
+  # make test suite happy
+  git config --global user.email j...@doe.com
 }
 
 build() {
@@ -32,6 +36,10 @@
   make -C $pkgname-$pkgver
 }
 
+check() {
+  make -C $pkgname-$pkgver test -j1
+}
+
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }



[arch-commits] Commit in (4 files)

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 17:15:12
  Author: muflone
Revision: 118594

first commit, release 0.8.4-1

Added:
  gespeaker/
  gespeaker/repos/
  gespeaker/trunk/
  gespeaker/trunk/PKGBUILD

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

Added: gespeaker/trunk/PKGBUILD
===
--- gespeaker/trunk/PKGBUILD(rev 0)
+++ gespeaker/trunk/PKGBUILD2014-09-07 15:15:12 UTC (rev 118594)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+


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


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

2014-09-07 Thread Jelle van der Waa
Date: Sunday, September 7, 2014 @ 17:37:57
  Author: jelle
Revision: 118595

upgpkg: calibre 2.2.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 15:15:12 UTC (rev 118594)
+++ PKGBUILD2014-09-07 15:37:57 UTC (rev 118595)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('db212364419212846719a9d392878c16')
+md5sums=('ad3ad30e47639f3585559e5ad34efb7c')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-09-07 Thread Jelle van der Waa
Date: Sunday, September 7, 2014 @ 17:38:09
  Author: jelle
Revision: 118596

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

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

--+
 /PKGBUILD|  182 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   89 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   89 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 206 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 15:37:57 UTC (rev 118595)
+++ community-i686/PKGBUILD 2014-09-07 15:38:09 UTC (rev 118596)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug')
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('db212364419212846719a9d392878c16')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 118595, 

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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 17:45:52
  Author: muflone
Revision: 118597

archrelease: copy trunk to community-testing-any

Added:
  gespeaker/repos/community-testing-any/
  gespeaker/repos/community-testing-any/PKGBUILD
(from rev 118596, gespeaker/trunk/PKGBUILD)

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

Copied: gespeaker/repos/community-testing-any/PKGBUILD (from rev 118596, 
gespeaker/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-09-07 15:45:52 UTC (rev 118597)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 19:24:19
  Author: muflone
Revision: 118599

Fixed maintainer address

Modified:
  gespeaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 17:09:58 UTC (rev 118598)
+++ PKGBUILD2014-09-07 17:24:19 UTC (rev 118599)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Maintainer:  Fabio Castelli mufl...@archlinux.org
 # Contributor: archtux antonio dot arias9 at gmail dot com
 
 pkgname=gespeaker



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 19:25:21
  Author: muflone
Revision: 118600

archrelease: copy trunk to community-testing-any

Added:
  gespeaker/repos/community-testing-any/PKGBUILD
(from rev 118599, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 17:24:19 UTC (rev 118599)
+++ PKGBUILD2014-09-07 17:25:21 UTC (rev 118600)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=1
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-testing-any/PKGBUILD (from rev 118599, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 17:25:21 UTC (rev 118600)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Fabio Castelli mufl...@archlinux.org
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 19:25:55
  Author: muflone
Revision: 118601

archrelease: copy trunk to community-testing-any

Added:
  gespeaker/repos/community-testing-any/PKGBUILD
(from rev 118600, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 17:25:21 UTC (rev 118600)
+++ PKGBUILD2014-09-07 17:25:55 UTC (rev 118601)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Fabio Castelli mufl...@archlinux.org
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=1
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-testing-any/PKGBUILD (from rev 118600, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 17:25:55 UTC (rev 118601)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Fabio Castelli mufl...@archlinux.org
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 19:26:59
  Author: muflone
Revision: 118602

upgpkg: gespeaker 0.8.4-2

Updated maintainer address

Modified:
  gespeaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 17:25:55 UTC (rev 118601)
+++ PKGBUILD2014-09-07 17:26:59 UTC (rev 118602)
@@ -4,7 +4,7 @@
 
 pkgname=gespeaker
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
 url=http://www.muflone.com/gespeaker/;
 arch=('any')



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 19:28:50
  Author: muflone
Revision: 118603

archrelease: copy trunk to community-testing-any

Added:
  gespeaker/repos/community-testing-any/PKGBUILD
(from rev 118602, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 17:26:59 UTC (rev 118602)
+++ PKGBUILD2014-09-07 17:28:50 UTC (rev 118603)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Fabio Castelli mufl...@archlinux.org
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=1
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-testing-any/PKGBUILD (from rev 118602, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 17:28:50 UTC (rev 118603)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Fabio Castelli mufl...@archlinux.org
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=2
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 19:37:45
  Author: muflone
Revision: 118604

upgpkg: gespeaker 0.8.4-3

Updated packager line

Modified:
  gespeaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 17:28:50 UTC (rev 118603)
+++ PKGBUILD2014-09-07 17:37:45 UTC (rev 118604)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer:  Fabio Castelli mufl...@archlinux.org
+# Maintainer:  Fabio Castelli (muflone) mufl...@vbsimple.net
 # Contributor: archtux antonio dot arias9 at gmail dot com
 
 pkgname=gespeaker
 pkgver=0.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
 url=http://www.muflone.com/gespeaker/;
 arch=('any')



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 19:38:08
  Author: muflone
Revision: 118605

archrelease: copy trunk to community-testing-any

Added:
  gespeaker/repos/community-testing-any/PKGBUILD
(from rev 118604, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 17:37:45 UTC (rev 118604)
+++ PKGBUILD2014-09-07 17:38:08 UTC (rev 118605)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Fabio Castelli mufl...@archlinux.org
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=2
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-testing-any/PKGBUILD (from rev 118604, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 17:38:08 UTC (rev 118605)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Fabio Castelli (muflone) mufl...@vbsimple.net
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=3
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Felix Yan
Date: Sunday, September 7, 2014 @ 19:47:32
  Author: fyan
Revision: 118606

upgpkg: cgminer 4.6.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 17:38:08 UTC (rev 118605)
+++ PKGBUILD2014-09-07 17:47:32 UTC (rev 118606)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=4.5.0
+pkgver=4.6.0
 #_pkgver=
 _pkgver=$pkgver
 pkgrel=1



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

2014-09-07 Thread Felix Yan
Date: Sunday, September 7, 2014 @ 19:48:10
  Author: fyan
Revision: 118607

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 118606, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 118606, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 118606, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 118606, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 118606, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 118606, 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|  186 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   93 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   93 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 17:47:32 UTC (rev 118606)
+++ community-i686/PKGBUILD 2014-09-07 17:48:10 UTC (rev 118607)
@@ -1,93 +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.5.0
-#_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\.6.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.6/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 \
-
-  # Taken from README - Q: What should I build in for a generic distribution 
binary?
-  ./autogen.sh \
---prefix=/usr \
---enable-avalon \
---enable-avalon2 \
---enable-bflsc \
---enable-bitfury \
---enable-cointerra \
---enable-drillbit \
---enable-hashfast \
---enable-hashratio \
---enable-icarus \
---enable-klondike \
---with-system-libusb
-  
-  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'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-

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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 20:02:50
  Author: muflone
Revision: 118608

upgpkg: gespeaker 0.8.4-3

Updated packager address

Modified:
  gespeaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 17:48:10 UTC (rev 118607)
+++ PKGBUILD2014-09-07 18:02:50 UTC (rev 118608)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Fabio Castelli (muflone) mufl...@vbsimple.net
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
 # Contributor: archtux antonio dot arias9 at gmail dot com
 
 pkgname=gespeaker



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 20:10:14
  Author: muflone
Revision: 118609

archrelease: copy trunk to community-testing-any

Added:
  gespeaker/repos/community-testing-any/PKGBUILD
(from rev 118608, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 18:02:50 UTC (rev 118608)
+++ PKGBUILD2014-09-07 18:10:14 UTC (rev 118609)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Fabio Castelli (muflone) mufl...@vbsimple.net
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=3
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-testing-any/PKGBUILD (from rev 118608, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 18:10:14 UTC (rev 118609)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=3
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 20:13:42
  Author: muflone
Revision: 118610

archrelease: copy trunk to community-testing-any

Added:
  gespeaker/repos/community-testing-any/PKGBUILD
(from rev 118609, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 18:10:14 UTC (rev 118609)
+++ PKGBUILD2014-09-07 18:13:42 UTC (rev 118610)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=3
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-testing-any/PKGBUILD (from rev 118609, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 18:13:42 UTC (rev 118610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=3
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 20:15:27
  Author: muflone
Revision: 118611

upgpkg: gespeaker 0.8.4-4

Updated packager address

Modified:
  gespeaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 18:13:42 UTC (rev 118610)
+++ PKGBUILD2014-09-07 18:15:27 UTC (rev 118611)
@@ -4,7 +4,7 @@
 
 pkgname=gespeaker
 pkgver=0.8.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
 url=http://www.muflone.com/gespeaker/;
 arch=('any')



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 20:15:47
  Author: muflone
Revision: 118612

archrelease: copy trunk to community-testing-any

Added:
  gespeaker/repos/community-testing-any/PKGBUILD
(from rev 118611, gespeaker/trunk/PKGBUILD)
Deleted:
  gespeaker/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 18:15:27 UTC (rev 118611)
+++ PKGBUILD2014-09-07 18:15:47 UTC (rev 118612)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: archtux antonio dot arias9 at gmail dot com
-
-pkgname=gespeaker
-pkgver=0.8.4
-pkgrel=3
-pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
-url=http://www.muflone.com/gespeaker/;
-arch=('any')
-license=('GPL2')
-depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
-optdepends=('mbrola: for enhanced mbrola voices support'
-'mbrola-voices: at least one mbrola voice'
-'libpulse: PulseAudio output')
-provides=('gespeaker')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
-sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
-sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Python2 fix
-  for _file in setup.py gespeaker src/gespeaker.py
-  do
-sed -i 's#env python#env python2#' ${_file}
-  done
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --optimize=1 --root ${pkgdir}
-}
-

Copied: gespeaker/repos/community-testing-any/PKGBUILD (from rev 118611, 
gespeaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 18:15:47 UTC (rev 118612)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=4
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 20:23:23
  Author: muflone
Revision: 118613

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

Added:
  gespeaker/repos/community-any/
  gespeaker/repos/community-any/PKGBUILD
(from rev 118612, gespeaker/repos/community-testing-any/PKGBUILD)
Deleted:
  gespeaker/repos/community-testing-any/

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

Copied: gespeaker/repos/community-any/PKGBUILD (from rev 118612, 
gespeaker/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-09-07 18:23:23 UTC (rev 118613)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=gespeaker
+pkgver=0.8.4
+pkgrel=4
+pkgdesc=A GTK+ frontend for espeak and mbrola to speech the read text.
+url=http://www.muflone.com/gespeaker/;
+arch=('any')
+license=('GPL2')
+depends=('espeak' 'librsvg' 'pygtk' 'python2-dbus' 'python2-xdg' 'alsa-utils')
+optdepends=('mbrola: for enhanced mbrola voices support'
+'mbrola-voices: at least one mbrola voice'
+'libpulse: PulseAudio output')
+provides=('gespeaker')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('63c7a8b9ef3db4340eb197e4860dc244')
+sha1sums=('ce8987f81f7ff523cd7b127888ed7d59dbd96473')
+sha256sums=('1b4465ae54fbcc91a89213b90c2ae55881640abcab84d5150f62b9527b1e96ec')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Python2 fix
+  for _file in setup.py gespeaker src/gespeaker.py
+  do
+sed -i 's#env python#env python2#' ${_file}
+  done
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+



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

2014-09-07 Thread Eric Bélanger
Date: Sunday, September 7, 2014 @ 20:25:31
  Author: eric
Revision: 118614

upgpkg: youtube-dl 2014.09.06-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 18:23:23 UTC (rev 118613)
+++ PKGBUILD2014-09-07 18:25:31 UTC (rev 118614)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.09.04.3
+pkgver=2014.09.06
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('2dce554aa60d84b688580f3f357190ab86b8c247'
+sha1sums=('606967a23023765098c6b1171c4ad5f246cbdbc5'
   'SKIP')
 
 prepare() {



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

2014-09-07 Thread Eric Bélanger
Date: Sunday, September 7, 2014 @ 20:27:20
  Author: eric
Revision: 118615

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 118614, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-07 18:25:31 UTC (rev 118614)
+++ PKGBUILD2014-09-07 18:27:20 UTC (rev 118615)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.09.04.3
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('2dce554aa60d84b688580f3f357190ab86b8c247'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 118614, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-07 18:27:20 UTC (rev 118615)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.09.06
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('606967a23023765098c6b1171c4ad5f246cbdbc5'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in (5 files)

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 21:17:16
  Author: muflone
Revision: 118616

New package gwakeonlan

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

+
 PKGBUILD   |   27 +++
 gwakeonlan.install |   14 ++
 2 files changed, 41 insertions(+)

Added: gwakeonlan/trunk/PKGBUILD
===
--- gwakeonlan/trunk/PKGBUILD   (rev 0)
+++ gwakeonlan/trunk/PKGBUILD   2014-09-07 19:17:16 UTC (rev 118616)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=gwakeonlan
+pkgver=0.6.2
+pkgrel=2
+pkgdesc=GTK+ utility to awake machines using the Wake on LAN.
+url=http://www.muflone.com/gwakeonlan;
+arch=('any')
+license=('GPL2')
+depends=('gtk3' 'gobject-introspection' 'python2-xdg' 'python2-gobject' 
'gtk-update-icon-cache')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('ccdc29789e9a9233631d4e2d403b5797')
+sha1sums=('7f4c7177df7f870149006f46d430fe7bb881292a')
+sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
+install=${pkgname}.install
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+


Property changes on: gwakeonlan/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gwakeonlan/trunk/gwakeonlan.install
===
--- gwakeonlan/trunk/gwakeonlan.install (rev 0)
+++ gwakeonlan/trunk/gwakeonlan.install 2014-09-07 19:17:16 UTC (rev 118616)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -q /usr/share/icons/hicolor/
+xdg-icon-resource forceupdate
+xdg-desktop-menu forceupdate
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+



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

2014-09-07 Thread Fabio Castelli
Date: Sunday, September 7, 2014 @ 21:17:44
  Author: muflone
Revision: 118617

archrelease: copy trunk to community-testing-any

Added:
  gwakeonlan/repos/community-testing-any/
  gwakeonlan/repos/community-testing-any/PKGBUILD
(from rev 118616, gwakeonlan/trunk/PKGBUILD)
  gwakeonlan/repos/community-testing-any/gwakeonlan.install
(from rev 118616, gwakeonlan/trunk/gwakeonlan.install)

+
 PKGBUILD   |   27 +++
 gwakeonlan.install |   14 ++
 2 files changed, 41 insertions(+)

Copied: gwakeonlan/repos/community-testing-any/PKGBUILD (from rev 118616, 
gwakeonlan/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-09-07 19:17:44 UTC (rev 118617)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jose jose1711 [at] gmail (dot) com
+
+pkgname=gwakeonlan
+pkgver=0.6.2
+pkgrel=2
+pkgdesc=GTK+ utility to awake machines using the Wake on LAN.
+url=http://www.muflone.com/gwakeonlan;
+arch=('any')
+license=('GPL2')
+depends=('gtk3' 'gobject-introspection' 'python2-xdg' 'python2-gobject' 
'gtk-update-icon-cache')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/muflone/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('ccdc29789e9a9233631d4e2d403b5797')
+sha1sums=('7f4c7177df7f870149006f46d430fe7bb881292a')
+sha256sums=('fa6a88351f5a437ca2171c012352f01a3cab147a09ac6c6b3278980f14eeb862')
+install=${pkgname}.install
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --optimize=1 --root ${pkgdir}
+}
+

Copied: gwakeonlan/repos/community-testing-any/gwakeonlan.install (from rev 
118616, gwakeonlan/trunk/gwakeonlan.install)
===
--- community-testing-any/gwakeonlan.install(rev 0)
+++ community-testing-any/gwakeonlan.install2014-09-07 19:17:44 UTC (rev 
118617)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -q /usr/share/icons/hicolor/
+xdg-icon-resource forceupdate
+xdg-desktop-menu forceupdate
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+



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

2014-09-07 Thread Gaetan Bisson
Date: Sunday, September 7, 2014 @ 21:22:38
  Author: bisson
Revision: 118619

update website

Modified:
  rtorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 19:22:18 UTC (rev 118618)
+++ PKGBUILD2014-09-07 19:22:38 UTC (rev 118619)
@@ -7,7 +7,7 @@
 pkgver=0.9.4
 pkgrel=1
 pkgdesc='Ncurses BitTorrent client based on libTorrent'
-url='http://libtorrent.rakshasa.no/'
+url='http://rakshasa.github.io/rtorrent/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libtorrent=0.13.4' 'curl' 'xmlrpc-c' 'libsigc++')



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

2014-09-07 Thread Gaetan Bisson
Date: Sunday, September 7, 2014 @ 21:22:18
  Author: bisson
Revision: 118618

update website

Modified:
  libtorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 19:17:44 UTC (rev 118617)
+++ PKGBUILD2014-09-07 19:22:18 UTC (rev 118618)
@@ -8,7 +8,7 @@
 pkgver=0.13.4
 pkgrel=1
 pkgdesc='BitTorrent library with a focus on high performance and good code'
-url='http://libtorrent.rakshasa.no/'
+url='http://rakshasa.github.io/rtorrent/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('openssl')



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

2014-09-07 Thread Thorsten Töpper
Date: Sunday, September 7, 2014 @ 22:36:49
  Author: ttoepper
Revision: 118621

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

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

---+
 /PKGBUILD |   78 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   39 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/mksh.install |9 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 20:36:44 UTC (rev 118620)
+++ community-i686/PKGBUILD 2014-09-07 20:36:49 UTC (rev 118621)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-_pkgver=R50b
-pkgver=50b
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('1821a40dacc44293d7325c6021952b69'
- 'fd6f7b5eb01280b0110af736d6188f34')
-
-check() {
-  cd $srcdir/$pkgname
-  ./test.sh
-}
-
-build() {
-  cd $srcdir/$pkgname
-
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/usr/bin/mksh
-  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
-  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
-  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 118620, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 20:36:49 UTC (rev 118621)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Daniel Hommel dhom...@gmail.com
+
+pkgname=mksh
+_pkgver=R50b
+pkgver=50.b
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('1821a40dacc44293d7325c6021952b69'
+ 'fd6f7b5eb01280b0110af736d6188f34')
+
+check() {
+  cd $srcdir/$pkgname
+  ./test.sh
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 755 mksh $pkgdir/usr/bin/mksh
+  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
+  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
+  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2014-09-07 20:36:44 UTC (rev 118620)
+++ community-i686/mksh.install 2014-09-07 20:36:49 UTC (rev 118621)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
-}
-
-post_remove() {
-  sed -i /^\/bin\/mksh$/d /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 118620, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2014-09-07 20:36:49 UTC (rev 118621)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
+}
+
+post_remove() {
+  sed -i /^\/bin\/mksh$/d /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-07 20:36:44 UTC (rev 118620)
+++ community-x86_64/PKGBUILD   2014-09-07 20:36:49 UTC (rev 118621)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel 

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

2014-09-07 Thread Thorsten Töpper
Date: Sunday, September 7, 2014 @ 22:36:44
  Author: ttoepper
Revision: 118620

upgpkg: mksh 50.b-1 - FS#41847

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 19:22:38 UTC (rev 118619)
+++ PKGBUILD2014-09-07 20:36:44 UTC (rev 118620)
@@ -4,7 +4,7 @@
 
 pkgname=mksh
 _pkgver=R50b
-pkgver=50b
+pkgver=50.b
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'



[arch-commits] Commit in greenbone-security-assistant/repos (4 files)

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:47:04
  Author: thestinger
Revision: 118623

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 118622, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 118622, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 20:46:28 UTC (rev 118622)
+++ community-i686/PKGBUILD 2014-09-07 20:47:04 UTC (rev 118623)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-backup=(etc/openvas/gsad_log.conf)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
118622, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 20:47:04 UTC (rev 118623)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+pkgrel=2
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+groups=(openvas)
+backup=(etc/openvas/gsad_log.conf)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-07 20:46:28 UTC (rev 118622)
+++ community-x86_64/PKGBUILD   2014-09-07 20:47:04 UTC (rev 118623)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=greenbone-security-assistant
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-backup=(etc/openvas/gsad_log.conf)
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz;)
-md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
118622, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-07 20:47:04 UTC (rev 118623)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+pkgrel=2
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 

[arch-commits] Commit in greenbone-security-assistant/trunk (PKGBUILD)

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:46:28
  Author: thestinger
Revision: 118622

upgpkg: greenbone-security-assistant 5.0.2-2

Modified:
  greenbone-security-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 20:36:49 UTC (rev 118621)
+++ PKGBUILD2014-09-07 20:46:28 UTC (rev 118622)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=greenbone-security-assistant
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
 license=(GPL)
@@ -9,6 +9,7 @@
 arch=('i686' 'x86_64')
 depends=('libmicrohttpd' 'openvas-libraries')
 makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+groups=(openvas)
 backup=(etc/openvas/gsad_log.conf)
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html



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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:49:10
  Author: thestinger
Revision: 118624

upgpkg: openvas-libraries 7.0.3-3

Modified:
  openvas-libraries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 20:47:04 UTC (rev 118623)
+++ PKGBUILD2014-09-07 20:49:10 UTC (rev 118624)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
 pkgver=7.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
@@ -9,6 +9,7 @@
 license=('GPL')
 depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
 makedepends=('cmake' 'doxygen')
+groups=(openvas)
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html
 
source=(http://wald.intevation.org/frs/download.php/1682/$pkgname-${pkgver}.tar.gz;)



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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:49:52
  Author: thestinger
Revision: 118626

upgpkg: openvas-cli 1.3.0-2

Modified:
  openvas-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 20:49:41 UTC (rev 118625)
+++ PKGBUILD2014-09-07 20:49:52 UTC (rev 118626)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-cli
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -9,6 +9,7 @@
 license=('GPL')
 depends=('openvas-libraries')
 makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html
 
source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;)



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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:50:23
  Author: thestinger
Revision: 118627

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

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 118626, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 118626, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 20:49:52 UTC (rev 118626)
+++ community-i686/PKGBUILD 2014-09-07 20:50:23 UTC (rev 118627)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1633/openvas-cli-$pkgver.tar.gz;)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
-
-build() {
-  cd openvas-cli-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd openvas-cli-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 118626, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 20:50:23 UTC (rev 118627)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;)
+md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-07 20:49:52 UTC (rev 118626)
+++ community-x86_64/PKGBUILD   2014-09-07 20:50:23 UTC (rev 118627)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1633/openvas-cli-$pkgver.tar.gz;)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
-
-build() {
-  cd openvas-cli-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd openvas-cli-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 118626, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-07 20:50:23 UTC (rev 118627)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-cli
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz;)
+md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:49:41
  Author: thestinger
Revision: 118625

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

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 118624, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 118624, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 20:49:10 UTC (rev 118624)
+++ community-i686/PKGBUILD 2014-09-07 20:49:41 UTC (rev 118625)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.3
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1682/$pkgname-${pkgver}.tar.gz;)
-md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 118624, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 20:49:41 UTC (rev 118625)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.3
+pkgrel=3
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1682/$pkgname-${pkgver}.tar.gz;)
+md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make CFLAGS=-Wno-error CC=--disable-werror
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-07 20:49:10 UTC (rev 118624)
+++ community-x86_64/PKGBUILD   2014-09-07 20:49:41 UTC (rev 118625)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.3
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1682/$pkgname-${pkgver}.tar.gz;)
-md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=/usr/lib -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make CFLAGS=-Wno-error CC=--disable-werror
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 118624, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-07 20:49:41 UTC (rev 118625)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.3
+pkgrel=3
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1682/$pkgname-${pkgver}.tar.gz;)
+md5sums=('d3a494ebe19eb67aecf716c8f75fd013')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 

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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:51:08
  Author: thestinger
Revision: 118628

upgpkg: openvas-manager 5.0.3-3

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 20:50:23 UTC (rev 118627)
+++ PKGBUILD2014-09-07 20:51:08 UTC (rev 118628)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
 pkgver=5.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -9,6 +9,7 @@
 license=('GPL')
 depends=('openvas-libraries' 'sqlite3')
 makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html
 
source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)



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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:52:01
  Author: thestinger
Revision: 118630

upgpkg: openvas-scanner 4.0.2-2

Modified:
  openvas-scanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 20:51:39 UTC (rev 118629)
+++ PKGBUILD2014-09-07 20:52:01 UTC (rev 118630)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -9,6 +9,7 @@
 license=('GPL')
 depends=('openvas-libraries')
 makedepends=('cmake' 'doxygen')
+groups=(openvas)
 # This URL needs to be manually updated on every pkgver upgrade.
 # http://www.openvas.org/install-source.html
 
source=(http://wald.intevation.org/frs/download.php/1686/$pkgname-${pkgver}.tar.gz;



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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:51:39
  Author: thestinger
Revision: 118629

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 118628, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 118628, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 20:51:08 UTC (rev 118628)
+++ community-i686/PKGBUILD 2014-09-07 20:51:39 UTC (rev 118629)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.3
-pkgrel=2
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
-md5sums=('42239d4ae6d39db67e891a532fb0df51')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 118628, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 20:51:39 UTC (rev 118629)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.3
+pkgrel=3
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
+md5sums=('42239d4ae6d39db67e891a532fb0df51')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-07 20:51:08 UTC (rev 118628)
+++ community-x86_64/PKGBUILD   2014-09-07 20:51:39 UTC (rev 118629)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.3
-pkgrel=2
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
-md5sums=('42239d4ae6d39db67e891a532fb0df51')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 118628, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-07 20:51:39 UTC (rev 118629)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.3
+pkgrel=3
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1690/$pkgname-${pkgver}.tar.gz;)
+md5sums=('42239d4ae6d39db67e891a532fb0df51')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake 

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

2014-09-07 Thread Daniel Micay
Date: Sunday, September 7, 2014 @ 22:52:29
  Author: thestinger
Revision: 118631

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

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 118630, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 118630, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 118630, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 118630, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   60 +
 /openvas-scanner.service |   18 
 community-i686/PKGBUILD  |   29 --
 community-i686/openvas-scanner.service   |9 
 community-x86_64/PKGBUILD|   29 --
 community-x86_64/openvas-scanner.service |9 
 6 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-07 20:52:01 UTC (rev 118630)
+++ community-i686/PKGBUILD 2014-09-07 20:52:29 UTC (rev 118631)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-# This URL needs to be manually updated on every pkgver upgrade.
-# http://www.openvas.org/install-source.html
-source=(http://wald.intevation.org/frs/download.php/1686/openvas-scanner-${pkgver}.tar.gz;
-'openvas-scanner.service')
-md5sums=('99e53eeaaa086abd3515a8e2488ebf1c'
- '5cc11ac11a7454aaa9148eab844b81af')
-
-build() {
-  cd openvas-scanner-$pkgver
-  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd openvas-scanner-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../openvas-scanner.service 
$pkgdir/usr/lib/systemd/system/openvas-scanner.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 118630, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-07 20:52:29 UTC (rev 118631)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.2
+pkgrel=2
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=(http://wald.intevation.org/frs/download.php/1686/$pkgname-${pkgver}.tar.gz;
+$pkgname.service)
+md5sums=('99e53eeaaa086abd3515a8e2488ebf1c'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DSBINDIR=/usr/bin -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc 
-DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2014-09-07 20:52:01 UTC (rev 
118630)
+++ community-i686/openvas-scanner.service  2014-09-07 20:52:29 UTC (rev 
118631)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
118630, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2014-09-07 20:52:29 UTC (rev 
118631)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+
+[Service]
+ExecStart=/usr/bin/openvassd -f
+
+[Install]
+WantedBy=multi-user.target

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

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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:01:49
  Author: heftig
Revision: 221097

1.2.2

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 10:47:17 UTC (rev 221096)
+++ PKGBUILD2014-09-07 21:01:49 UTC (rev 221097)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=colord
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=System daemon for managing color devices
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 replaces=('shared-color-profiles')
 install=colord.install
 source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('4547f3a4d65fea36053f303f7313f60eae14b7d9'
+sha1sums=('4cc5de757751c1eb2b9efe6d84b3fa1582406589'
   'SKIP')
 
 build() {



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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:02:16
  Author: heftig
Revision: 221098

1.10.2

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 21:01:49 UTC (rev 221097)
+++ PKGBUILD2014-09-07 21:02:16 UTC (rev 221098)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libqmi
-pkgver=1.10.0
+pkgver=1.10.2
 pkgrel=1
 pkgdesc=QMI modem protocol helper library
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 bash)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('ea1a2389a7c790b54ed21a349d443d2e99ac02b8a05e20a41636e833f2bc805d')
+sha256sums=('0d70b10810e45aebb4af902db59972d756441ca1e301240c5c529ef0f08bf80f')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:02:58
  Author: heftig
Revision: 221099

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

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

-+
 /PKGBUILD   |   70 ++
 /colord.install |   34 
 extra-i686/PKGBUILD |   35 -
 extra-i686/colord.install   |   17 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/colord.install |   17 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-07 21:02:16 UTC (rev 221098)
+++ extra-i686/PKGBUILD 2014-09-07 21:02:58 UTC (rev 221099)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=System daemon for managing color devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/software/colord;
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
-optdepends=('sane: scanner support')
-replaces=('shared-color-profiles')
-install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('4547f3a4d65fea36053f303f7313f60eae14b7d9'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --with-daemon-user=colord
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 221098, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-07 21:02:58 UTC (rev 221099)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=System daemon for managing color devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
+optdepends=('sane: scanner support')
+replaces=('shared-color-profiles')
+install=colord.install
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha1sums=('4cc5de757751c1eb2b9efe6d84b3fa1582406589'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --with-daemon-user=colord
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2014-09-07 21:02:16 UTC (rev 221098)
+++ extra-i686/colord.install   2014-09-07 21:02:58 UTC (rev 221099)
@@ -1,17 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent group colord /dev/null || groupadd -g 124 colord
-getent passwd colord /dev/null || useradd -d /var/lib/colord -u 124 -g 
colord -s /bin/false colord
-chown colord:colord /var/lib/colord
-chown colord:colord /var/lib/colord/*.db 2/dev/null || return 0
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent passwd colord /dev/null  userdel colord
-getent group colord /dev/null  groupdel colord
-}

Copied: colord/repos/extra-i686/colord.install (from rev 221098, 
colord/trunk/colord.install)
===
--- extra-i686/colord.install   (rev 0)
+++ extra-i686/colord.install   2014-09-07 21:02:58 UTC (rev 221099)
@@ -0,0 +1,17 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+getent group colord /dev/null || groupadd -g 124 

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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:03:49
  Author: heftig
Revision: 221100

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-07 21:02:58 UTC (rev 221099)
+++ extra-i686/PKGBUILD 2014-09-07 21:03:49 UTC (rev 221100)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libqmi
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=QMI modem protocol helper library
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libqmi/;
-license=(GPL2)
-depends=(glib2 bash)
-makedepends=(gtk-doc python)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('ea1a2389a7c790b54ed21a349d443d2e99ac02b8a05e20a41636e833f2bc805d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-tests --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libqmi/repos/extra-i686/PKGBUILD (from rev 221099, 
libqmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-07 21:03:49 UTC (rev 221100)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libqmi
+pkgver=1.10.2
+pkgrel=1
+pkgdesc=QMI modem protocol helper library
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(glib2 bash)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('0d70b10810e45aebb4af902db59972d756441ca1e301240c5c529ef0f08bf80f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-tests --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-07 21:02:58 UTC (rev 221099)
+++ extra-x86_64/PKGBUILD   2014-09-07 21:03:49 UTC (rev 221100)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libqmi
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=QMI modem protocol helper library
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libqmi/;
-license=(GPL2)
-depends=(glib2 bash)
-makedepends=(gtk-doc python)
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('ea1a2389a7c790b54ed21a349d443d2e99ac02b8a05e20a41636e833f2bc805d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-tests --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 221099, 
libqmi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-07 21:03:49 UTC (rev 221100)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libqmi
+pkgver=1.10.2
+pkgrel=1
+pkgdesc=QMI modem protocol helper library
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libqmi/;
+license=(GPL2)
+depends=(glib2 bash)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('0d70b10810e45aebb4af902db59972d756441ca1e301240c5c529ef0f08bf80f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-tests --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:08:28
  Author: heftig
Revision: 221101

1.0.4

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 21:03:49 UTC (rev 221100)
+++ PKGBUILD2014-09-07 21:08:28 UTC (rev 221101)
@@ -5,7 +5,7 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz
 tracker-1.0.1-giflib-5.1.0.patch)
-sha256sums=('508433e0c7101a844fc7ba589a8ebbcb4d5c7c3672d1868695f500f81a65f886'
+sha256sums=('cd9d0ebb2f09b581b3da607aeca96ec770ba1548c98f541dc3428bc945ff9886'
 'b5440e8129256a315f932229e9a25a3586b9dfdc3505bd2c018351573345b0bc')
 
 prepare() {



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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:09:16
  Author: heftig
Revision: 221102

3.4.9

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 21:08:28 UTC (rev 221101)
+++ PKGBUILD2014-09-07 21:09:16 UTC (rev 221102)
@@ -3,7 +3,7 @@
 
 pkgname=libwnck3
 _pkgbasename=libwnck
-pkgver=3.4.7
+pkgver=3.4.9
 pkgrel=1
 pkgdesc=Window Navigator Construction Kit (GTK+3)
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection')
 url=http://www.gnome.org/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723')
+sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
 
 build() {
 cd $_pkgbasename-$pkgver



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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:11:54
  Author: heftig
Revision: 221103

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

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

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

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

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

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

2014-09-07 Thread Jan Steffens
Date: Sunday, September 7, 2014 @ 23:37:48
  Author: heftig
Revision: 221104

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-07 21:11:54 UTC (rev 221103)
+++ extra-i686/PKGBUILD 2014-09-07 21:37:48 UTC (rev 221104)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.7
-pkgrel=1
-pkgdesc=Window Navigator Construction Kit (GTK+3)
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-url=http://www.gnome.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 221103, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-07 21:37:48 UTC (rev 221104)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.9
+pkgrel=1
+pkgdesc=Window Navigator Construction Kit (GTK+3)
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-07 21:11:54 UTC (rev 221103)
+++ extra-x86_64/PKGBUILD   2014-09-07 21:37:48 UTC (rev 221104)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.7
-pkgrel=1
-pkgdesc=Window Navigator Construction Kit (GTK+3)
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-url=http://www.gnome.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 221103, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-07 21:37:48 UTC (rev 221104)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.4.9
+pkgrel=1
+pkgdesc=Window Navigator Construction Kit (GTK+3)
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in linux-api-headers/trunk (2 files)

2014-09-07 Thread Allan McRae
Date: Monday, September 8, 2014 @ 04:45:36
  Author: allan
Revision: 221106

upgpkg: linux-api-headers 3.16.2-1

glibc-2.20 toolchain build, upstream update, adjust xattr patch

Modified:
  linux-api-headers/trunk/PKGBUILD
Deleted:
  linux-api-headers/trunk/linux-3.14-xattr_header.patch

---+
 PKGBUILD  |   18 -
 linux-3.14-xattr_header.patch |   76 
 2 files changed, 8 insertions(+), 86 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 01:32:11 UTC (rev 221105)
+++ PKGBUILD2014-09-08 02:45:36 UTC (rev 221106)
@@ -4,8 +4,8 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 
 pkgname=linux-api-headers
-pkgver=3.14.1
-_basever=3.14
+pkgver=3.16.2
+_basever=3.16
 pkgrel=1
 pkgdesc=Kernel headers sanitized for use in userspace
 arch=('i686' 'x86_64')
@@ -12,16 +12,14 @@
 url=http://www.gnu.org/software/libc;
 license=('GPL2')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
-http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz
-linux-3.14-xattr_header.patch)
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
 
-# NOTE: signatures are not automatically verified by makepkg yet
+# NOTE: signatures are not automatically verified until pacman-4.2
 #http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
 #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
 
-md5sums=('b621207b3f6ecbb67db18b13258f8ea8'
- '2526eb95793ecc1c22d7e1428ef23cdc'
- '22926521588b2e95f3c2a2cb428e7cf9')
+md5sums=('5c569ed649a0c9711879f333e90c5386'
+ '926e6e2ee0634ce53730701da749b040')
 
 prepare() {
   cd ${srcdir}/linux-${_basever}
@@ -28,8 +26,8 @@
   [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # fix xattr.h dual inclusion issues
-  # 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/patch/?id=ea1a8217
-  patch -p1 -i $srcdir/linux-3.14-xattr_header.patch
+  # https://github.com/torvalds/linux/commit/bfcfd44c
+  sed -i /__UAPI_DEF_XATTR/s/ifdef/if/ include/uapi/linux/xattr.h
 }
 
 build() {

Deleted: linux-3.14-xattr_header.patch
===
--- linux-3.14-xattr_header.patch   2014-09-08 01:32:11 UTC (rev 221105)
+++ linux-3.14-xattr_header.patch   2014-09-08 02:45:36 UTC (rev 221106)
@@ -1,76 +0,0 @@
-From ea1a8217b06b41b31a2b60b0b83f75c77ef9c873 Mon Sep 17 00:00:00 2001
-From: Serge Hallyn serge.hal...@ubuntu.com
-Date: Thu, 3 Apr 2014 14:48:33 -0700
-Subject: xattr: guard against simultaneous glibc header inclusion
-
-If the glibc xattr.h header is included after the uapi header,
-compilation fails due to an enum re-using a #define from the uapi
-header.
-
-Protect against this by guarding the define and enum inclusions against
-each other.
-
-(See https://lists.debian.org/debian-glibc/2014/03/msg00029.html
-and https://sourceware.org/glibc/wiki/Synchronizing_Headers
-for more information.)
-
-Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com
-Cc: Andrew Morton a...@linux-foundation.org
-Cc: Allan McRae al...@archlinux.org
-Cc: sta...@vger.kernel.org
-Signed-off-by: Andrew Morton a...@linux-foundation.org
-Signed-off-by: Linus Torvalds torva...@linux-foundation.org
-
-diff --git a/include/uapi/linux/libc-compat.h 
b/include/uapi/linux/libc-compat.h
-index 335e8a7..c140620 100644
 a/include/uapi/linux/libc-compat.h
-+++ b/include/uapi/linux/libc-compat.h
-@@ -85,6 +85,12 @@
- 
- #endif /* _NETINET_IN_H */
- 
-+/* Definitions for xattr.h */
-+#if defined(_SYS_XATTR_H)
-+#define __UAPI_DEF_XATTR  0
-+#else
-+#define __UAPI_DEF_XATTR  1
-+#endif
- 
- /* If we did not see any headers from any supported C libraries,
-  * or we are being included in the kernel, then define everything
-@@ -98,6 +104,9 @@
- #define __UAPI_DEF_IPV6_MREQ  1
- #define __UAPI_DEF_IPPROTO_V6 1
- 
-+/* Definitions for xattr.h */
-+#define __UAPI_DEF_XATTR  1
-+
- #endif /* __GLIBC__ */
- 
- #endif /* _UAPI_LIBC_COMPAT_H */
-diff --git a/include/uapi/linux/xattr.h b/include/uapi/linux/xattr.h
-index 40bbc04..c38355c 100644
 a/include/uapi/linux/xattr.h
-+++ b/include/uapi/linux/xattr.h
-@@ -7,11 +7,18 @@
-   Copyright (c) 2001-2002 Silicon Graphics, Inc.  All Rights Reserved.
-   Copyright (c) 2004 Red Hat, Inc., James Morris jmor...@redhat.com
- */
-+
-+#include linux/libc-compat.h
-+
- #ifndef _UAPI_LINUX_XATTR_H
- #define _UAPI_LINUX_XATTR_H
- 
-+#ifdef __UAPI_DEF_XATTR
-+#define __USE_KERNEL_XATTR_DEFS
-+
- #define XATTR_CREATE  0x1 /* set value, fail if attr already exists */
- #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */
-+#endif
- 
- /* Namespaces */
- #define XATTR_OS2_PREFIX os2.
--- 

[arch-commits] Commit in linux-api-headers/repos (4 files)

2014-09-07 Thread Allan McRae
Date: Monday, September 8, 2014 @ 04:46:48
  Author: allan
Revision: 221107

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

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 221106, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 221106, linux-api-headers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 221106, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-08 02:46:48 UTC (rev 221107)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.16.2
+_basever=3.16
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+
+# NOTE: signatures are not automatically verified until pacman-4.2
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+
+md5sums=('5c569ed649a0c9711879f333e90c5386'
+ '926e6e2ee0634ce53730701da749b040')
+
+prepare() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  # fix xattr.h dual inclusion issues
+  # https://github.com/torvalds/linux/commit/bfcfd44c
+  sed -i /__UAPI_DEF_XATTR/s/ifdef/if/ include/uapi/linux/xattr.h
+}
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 221106, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-08 02:46:48 UTC (rev 221107)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.16.2
+_basever=3.16
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+
+# NOTE: signatures are not automatically verified until pacman-4.2
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+
+md5sums=('5c569ed649a0c9711879f333e90c5386'
+ '926e6e2ee0634ce53730701da749b040')
+
+prepare() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  # fix xattr.h dual inclusion issues
+  # https://github.com/torvalds/linux/commit/bfcfd44c
+  sed -i /__UAPI_DEF_XATTR/s/ifdef/if/ include/uapi/linux/xattr.h
+}
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}



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

2014-09-07 Thread Felix Yan
Date: Monday, September 8, 2014 @ 05:33:56
  Author: fyan
Revision: 118632

upgpkg: goaccess 0.8.4-1

Modified:
  goaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 20:52:29 UTC (rev 118631)
+++ PKGBUILD2014-09-08 03:33:56 UTC (rev 118632)
@@ -4,7 +4,7 @@
 # Contributor: Nicolas Storme nico...@atelier-web.com
 
 pkgname=goaccess
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc=An open source real-time web log analyzer and interactive viewer
 arch=('i686' 'x86_64')
@@ -12,7 +12,8 @@
 license=('GPL')
 depends=('ncurses' 'geoip' 'glib2')
 backup=('etc/goaccess.conf')
-source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
+source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz;)
+sha512sums=('8a0d45c61d3ab6070d57548dea94813d28f2e45a80248937f233495446eae51f0c3bd636b83bfdcea6c1c69620f8a243727274db0247af36e8e90fbcd769')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,4 +26,3 @@
   make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
 }
 
-sha512sums=('ae03a6a5090ffbc9a329365ffb1c706613553af6005288bcbae5c05edd20bc6198234d6a32808367a28c53358244caaec26c38aad52c5c669b9d592e75ba4660')



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

2014-09-07 Thread Felix Yan
Date: Monday, September 8, 2014 @ 05:34:31
  Author: fyan
Revision: 118633

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-08 03:33:56 UTC (rev 118632)
+++ community-i686/PKGBUILD 2014-09-08 03:34:31 UTC (rev 118633)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Josh VanderLinden a...@cloudlery.com
-# Contributor: Nicolas Storme nico...@atelier-web.com
-
-pkgname=goaccess
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=An open source real-time web log analyzer and interactive viewer
-arch=('i686' 'x86_64')
-url=http://goaccess.prosoftcorp.com;
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
-}
-
-sha512sums=('ae03a6a5090ffbc9a329365ffb1c706613553af6005288bcbae5c05edd20bc6198234d6a32808367a28c53358244caaec26c38aad52c5c669b9d592e75ba4660')

Copied: goaccess/repos/community-i686/PKGBUILD (from rev 118632, 
goaccess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-08 03:34:31 UTC (rev 118633)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz;)
+sha512sums=('8a0d45c61d3ab6070d57548dea94813d28f2e45a80248937f233495446eae51f0c3bd636b83bfdcea6c1c69620f8a243727274db0247af36e8e90fbcd769')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-08 03:33:56 UTC (rev 118632)
+++ community-x86_64/PKGBUILD   2014-09-08 03:34:31 UTC (rev 118633)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Josh VanderLinden a...@cloudlery.com
-# Contributor: Nicolas Storme nico...@atelier-web.com
-
-pkgname=goaccess
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=An open source real-time web log analyzer and interactive viewer
-arch=('i686' 'x86_64')
-url=http://goaccess.prosoftcorp.com;
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc install
-}
-
-sha512sums=('ae03a6a5090ffbc9a329365ffb1c706613553af6005288bcbae5c05edd20bc6198234d6a32808367a28c53358244caaec26c38aad52c5c669b9d592e75ba4660')

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 118632, 
goaccess/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-08 03:34:31 UTC (rev 118633)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz;)