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

2016-04-14 Thread Tobias Powalowski
Date: Friday, April 15, 2016 @ 07:59:14
  Author: tpowa
Revision: 264985

upgpkg: linux 4.5.1-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 05:44:38 UTC (rev 264984)
+++ PKGBUILD2016-04-15 05:59:14 UTC (rev 264985)
@@ -26,8 +26,8 @@
 'SKIP'
 '060ad091ebfa2b63d62e86beaf68c3a5d4638c506c3ac941c1825ba756e830b1'
 'SKIP'
-'4e520b53399541b5d166fba4be397756278cbcbc260be87bd3ff324496ac3619'
-'30660541b981bfbf60db8ffdbf75dca63648ca19bc2fba564b4561f6ecc7bf1b'
+'8a8a955f015ee8342701231a63836cec0e300fd7e96d30e8696fde8a383fcdc9'
+'8b60911aad591306336e300e27071f2d108c5016e66a04327b82ac69acbfefff'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(


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

2016-04-14 Thread Bartłomiej Piotrowski
Date: Friday, April 15, 2016 @ 07:44:25
  Author: bpiotrowski
Revision: 264983

upgpkg: chromium 50.0.2661.75-1

new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 04:15:33 UTC (rev 264982)
+++ PKGBUILD2016-04-15 05:44:25 UTC (rev 264983)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=49.0.2623.112
+pkgver=50.0.2661.75
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 url="http://www.chromium.org/;
 license=('BSD')
-depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
+depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
  'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
  'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'libsecret'
  'libvpx' 'perl' 'perl-file-basedir' 'desktop-file-utils'
@@ -28,7 +28,7 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
 chromium-widevine.patch)
-sha256sums=('443b6d5f0d07f336783e700edc4ecae96769e105d0f8553e98fefae747302cf0'
+sha256sums=('c12d644e711ec85c800ab61a749d1f03ba7999e0c3cd20f8495a674d39a643da'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '4660344789c45c9b9e52cb6d86f7cb6edb297b39320d04f6947e5216d6e5f64c')
@@ -65,10 +65,13 @@
   sed "s/@WIDEVINE_VERSION@/Pinkie Pie/" ../chromium-widevine.patch |
 patch -Np1
 
-  # Remove bundled ICU; its header files appear to get picked up instead of
-  # the system ones, leading to errors during the final link stage.
-  # 
https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/BNGvJc08B6Q
-  find third_party/icu -type f \! -regex '.*\.\(gyp\|gypi\|isolate\)' -delete
+  # Commentception – use bundled ICU due to build failures (50.0.2661.75)
+  # See https://crbug.com/584920 and https://crbug.com/592268
+  # ---
+  ## Remove bundled ICU; its header files appear to get picked up instead of
+  ## the system ones, leading to errors during the final link stage.
+  ## 
https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/BNGvJc08B6Q
+  #find third_party/icu -type f \! -regex '.*\.\(gyp\|gypi\|isolate\)' -delete
 
   # Use Python 2
   find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +
@@ -111,7 +114,7 @@
 -Dlinux_use_bundled_binutils=0
 -Dlinux_use_bundled_gold=0
 -Dlinux_use_gold_flags=0
--Dicu_use_data_file_flag=0
+-Dicu_use_data_file_flag=1
 -Dlogging_like_official_build=1
 -Dtracing_like_official_build=1
 -Dfieldtrial_testing_like_official_build=1
@@ -124,7 +127,7 @@
 -Duse_system_flac=1
 -Duse_system_ffmpeg=0
 -Duse_system_harfbuzz=1
--Duse_system_icu=1
+-Duse_system_icu=0
 -Duse_system_libevent=1
 -Duse_system_libjpeg=1
 -Duse_system_libpng=1
@@ -206,6 +209,8 @@
   ln -s /usr/lib/chromium/chromedriver "$pkgdir/usr/bin/chromedriver"
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
+
+  install -Dm644 out/Release/icudtl.dat "${pkgdir}/usr/lib/chromium/icudtl.dat"
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-04-14 Thread Bartłomiej Piotrowski
Date: Friday, April 15, 2016 @ 07:44:38
  Author: bpiotrowski
Revision: 264984

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 264983, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 264983, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 264983, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 264983, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 264983, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 264983, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 264983, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 264983, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  432 +
 /chromium-widevine.patch |  106 
 /chromium.desktop|  224 +
 /chromium.install|   54 
 extra-i686/PKGBUILD  |  211 
 extra-i686/chromium-widevine.patch   |   53 
 extra-i686/chromium.desktop  |  112 
 extra-i686/chromium.install  |   27 --
 extra-x86_64/PKGBUILD|  211 
 extra-x86_64/chromium-widevine.patch |   53 
 extra-x86_64/chromium.desktop|  112 
 extra-x86_64/chromium.install|   27 --
 12 files changed, 816 insertions(+), 806 deletions(-)

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


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

2016-04-14 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 06:15:33
  Author: bisson
Revision: 264982

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 264981, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1030 ++---
 1 file changed, 515 insertions(+), 515 deletions(-)

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


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

2016-04-14 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 06:10:19
  Author: bisson
Revision: 264981

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 264980, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1028 ++---
 1 file changed, 515 insertions(+), 513 deletions(-)

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


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

2016-04-14 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 06:09:32
  Author: bisson
Revision: 264980

upstream update

Modified:
  vim-spell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 03:39:57 UTC (rev 264979)
+++ PKGBUILD2016-04-15 04:09:32 UTC (rev 264980)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgbase=vim-spell
-pkgver=20120802
+pkgver=20150901
 pkgrel=1
 pkgdesc='Language files for Vim spell checking'
 arch=('any')
@@ -197,6 +197,7 @@
 'ftp://ftp.vim.org/pub/vim/runtime/spell/hr.utf-8.spl'
 'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.cp1250.spl'
 'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.iso-8859-2.spl'
+'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.latin1.spl'
 'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.utf-8.spl'
 'ftp://ftp.vim.org/pub/vim/runtime/spell/id.latin1.spl'
 'ftp://ftp.vim.org/pub/vim/runtime/spell/id.latin1.sug'
@@ -296,7 +297,7 @@
   '813b829eece9bc7796c5845645e27e45a6114422'
   '0d7c9d016ac01da045f237bde1fc5c168f54dc87'
   '88ec3a4a2fca121aa735a8f8e9760b40acb7a9c9'
-  'fc17c153ae13abba9069766a5a2864694c561734'
+  'b385739093e3bdbfbed1b72d971c5ba6fc0bce43'
   'b132488eba27371f926ac285edc02c9130a50da9'
   'd1b68048e4eada754c930c2dc71c11139c82ff46'
   'aaadfe7e086f2a75a88b6c907d5e5afa867e0e04'
@@ -329,7 +330,7 @@
   '3f6bea88eeaeb8ab7746dd3a36053415065872a9'
   '2eeb008861a6330b0c9ec90c2e6e815e4517bd4c'
   'c327fb6b6379517f4db913503158fc2b77cb3b61'
-  '408f5dac7612812b0ad249b389bf63e82b09a9c3'
+  '3c55f2a715410f4dcb216568b6a4ba45b8ad6472'
   '046441c8f185109110ca5af688b1f8c83ed5b5e9'
   'cff8edfd341e35e5fdeecdae16c6f457e9bd679a'
   '2690c67420913e89bab0e7cdac9412515e139628'
@@ -351,8 +352,8 @@
   'c79c4ac9405e803e1a89184f86406156e3f633b4'
   '0a887385b9806ac0eacb0355a173d46d34422bf3'
   '5aea564bb6f313ea40fa0357485b2a050aeb47d4'
-  '1c4c3520870b32d7f1fe155f3cabfd373367f82b'
-  '6e47a4e460532a19f1d1d0b00248d6ae460e7f9a'
+  'e0f5784d0839e2cbab550f4b655cadc013a78b43'
+  '1d9323a6f6551cd6c78873f53db12de2415cf51e'
   'c7cccd620af16b50bd341e4d165835011d695a81'
   'f71d5441fcc2fa07ee81ef817da6387a043ed3bf'
   '166211b15098e68c42191837a177bcac6384f062'
@@ -368,8 +369,8 @@
   '14a773cef4f5751353a475eec587908525384850'
   'ff25c3766da86d9480926a1d651ce0b220e7dd57'
   '86fda8864fc8559f31276537d37a65bf9943e64e'
-  'a5da29d29ec73ce0acc9a854383a48b2bb9fab31'
-  '41b98a0b0be52df02de61b7d069ec468cb5ee1c1'
+  '863fe42db8c8b2e2c5746bdd906de2a692752205'
+  '6b3a51053c4dd8dd9a9d86fdeaf72b2ee68952d3'
   'b9951e5c895efa756a553bf85401733fcf07d190'
   '7522242725107af064fb1bd0e0aa7c3740e7c1fd'
   '33d160c91735e895799fe33c33546ff5890eac88'
@@ -376,12 +377,12 @@
   'ea611a886242019a3a79519d120be36992515eaa'
   '464b26403722b6a431631a5ddb1524daf3e2ba6b'
   '6165b830b94e63df253057172b1c4523ae2fed9b'
-  '56c2f35916b54db5ab1023c3c851852e33c634a4'
-  'f42eaee8e2f2994fdf3d6798dca861786777eec4'
-  '35dff798c2f2cbb20be54333a4165c27fe950d51'
-  '5a145c382d2f892eccca43e6066d00b10b9be937'
-  '0e52be27e7900479fa24eb523b7dc1de6612cda9'
-  'ed262da7dc460084e25f1697b655df2aafa0ec74'
+  '560437685d001f0afc6b9d009552809671d40f68'
+  '741d2f51684e81717c909f28a82111781db0f0a0'
+  '6a64cc0131d0bdf07bfa7b20045c47a86687901e'
+  '73874785c53ec0297c8dd2e41bd98cecce0395f1'
+  '12c2a26a0e1def38d7b8db66e43144cafee894de'
+  '506bdf197f68e2fd9bab099f6fd83f1c3dea92ee'
   '81f7931ca2dc9efb2c3f2e4189b93d7a33abd013'
   '31d36e93e5920499d3148b6bc51958fecd4aa5ad'
   '3d92c6ddb97d312a2742c9d5f6105c4b7a5e31b1'
@@ -417,6 +418,7 @@
   'e59e1385d6789b22aa8eaa53a897ec05c532568d'
   '7458cfc809c7ea7afff0429899468de552497e99'
   'fef6ea859b76ece39be1d40d5f182878806aaa72'
+  '62a3e07b41a0bc7b9b716bb7ac86c95301c8c70d'
   'ca6b0d129e91e4eaa45b377a0955bf9686f89890'
   'dad2c231c2ad17c9004be81b389ea820310f4e3d'
   '429422ec6c320ebb94f4b07cdd2febea41602d55'
@@ -463,9 +465,9 @@
   '6bfce36f36006bbfdc321d1929833cc8ec22bba9'
   '14d040d4e6b3d4814883090bb779c4f894447409'
   '43d2b32ba62482f916e4d37c1ac9a619cf0ffb0e'
-  'f56f3f8cb693ae04e5080c43cd0b9bfb196976ce'
-  '54d02316dc781d062f648ed6eba251e98512a38e'
-  'ca73c7a7c55d5c10c22f3a33270a29df0ea20548'
+  '0eaff45f78a92a084d945fed8200bbaef5f992ad'
+  'cf5f37864e2eb6df7a6913d1e9c97001a5df04ca'
+  

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

2016-04-14 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 05:39:57
  Author: bisson
Revision: 264979

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

Added:
  abook/repos/extra-i686/PKGBUILD
(from rev 264978, abook/trunk/PKGBUILD)
  abook/repos/extra-i686/gcc5.patch
(from rev 264978, abook/trunk/gcc5.patch)
  abook/repos/extra-x86_64/PKGBUILD
(from rev 264978, abook/trunk/PKGBUILD)
  abook/repos/extra-x86_64/gcc5.patch
(from rev 264978, abook/trunk/gcc5.patch)
Deleted:
  abook/repos/extra-i686/PKGBUILD
  abook/repos/extra-i686/gcc5.patch
  abook/repos/extra-i686/vcard.patch
  abook/repos/extra-x86_64/PKGBUILD
  abook/repos/extra-x86_64/gcc5.patch
  abook/repos/extra-x86_64/vcard.patch

--+
 /PKGBUILD|   78 +
 /gcc5.patch  |   48 +++
 extra-i686/PKGBUILD  |   39 --
 extra-i686/gcc5.patch|   24 -
 extra-i686/vcard.patch   |   37 -
 extra-x86_64/PKGBUILD|   39 --
 extra-x86_64/gcc5.patch  |   24 -
 extra-x86_64/vcard.patch |   37 -
 8 files changed, 126 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-15 03:39:19 UTC (rev 264978)
+++ extra-i686/PKGBUILD 2016-04-15 03:39:57 UTC (rev 264979)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Thayer Williams 
-# Contributor: damir 
-
-pkgname=abook
-pkgver=0.6.0pre2.20131110
-pkgrel=2
-pkgdesc='Text-based addressbook designed for use with Mutt'
-url='http://abook.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('git')
-depends=('readline')
-source=("abook::git://abook.git.sourceforge.net/gitroot/abook/abook#commit=2e3d4f7341e154bf09907aabcdfe73345cc72e68"
-'gcc5.patch'
-'vcard.patch')
-sha1sums=('SKIP'
-  '5620fcf2442a4ecbf0cfef1515d936307378e307'
-  '7f58e32814510ae491fadaa9f06d787ccd2ecfcd')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-   patch -p1 -i ../gcc5.patch
-   patch -p1 -i ../vcard.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-   cd po && make update-po
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: abook/repos/extra-i686/PKGBUILD (from rev 264978, abook/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-15 03:39:57 UTC (rev 264979)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+# Contributor: damir 
+
+pkgname=abook
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Text-based addressbook designed for use with Mutt'
+url='http://abook.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('git')
+depends=('readline')
+validpgpkeys=('3552E46F58F5FEC69A2CD85A5B4E2D0DD7F62B21')
+source=("http://abook.sourceforge.net/devel/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'gcc5.patch')
+sha1sums=('f404b31bd3134969fdc8b40a34b50dd35299e9c7' 'SKIP'
+  '5620fcf2442a4ecbf0cfef1515d936307378e307')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   aclocal && automake --add-missing && autoconf
+   sed 's/0.18/0.19/g' -i po/Makefile.in.in
+   patch -p1 -i ../gcc5.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+   cd po && make update-po
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gcc5.patch
===
--- extra-i686/gcc5.patch   2016-04-15 03:39:19 UTC (rev 264978)
+++ extra-i686/gcc5.patch   2016-04-15 03:39:57 UTC (rev 264979)
@@ -1,24 +0,0 @@
-diff -up abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.c.gcc5 
abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.c
 abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.c.gcc5 
2014-11-28 16:29:52.0 +0100
-+++ abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.c  
2015-02-11 16:02:15.837789303 +0100
-@@ -859,7 +859,7 @@ item_merge(list_item dest, list_item src
-  */
- 
- /* quick lookup by "standard" field number */
--inline int
-+extern inline int
- field_id(int i)
- {
-   assert((i >= 0) && (i < ITEM_FIELDS));
-diff -up abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1/database.h.gcc5 

[arch-commits] Commit in abook/trunk (PKGBUILD vcard.patch)

2016-04-14 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 05:39:19
  Author: bisson
Revision: 264978

upstream update

Modified:
  abook/trunk/PKGBUILD
Deleted:
  abook/trunk/vcard.patch

-+
 PKGBUILD|   24 
 vcard.patch |   37 -
 2 files changed, 12 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 02:28:55 UTC (rev 264977)
+++ PKGBUILD2016-04-15 03:39:19 UTC (rev 264978)
@@ -5,8 +5,8 @@
 # Contributor: damir 
 
 pkgname=abook
-pkgver=0.6.0pre2.20131110
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc='Text-based addressbook designed for use with Mutt'
 url='http://abook.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -13,21 +13,21 @@
 license=('GPL2')
 makedepends=('git')
 depends=('readline')
-source=("abook::git://abook.git.sourceforge.net/gitroot/abook/abook#commit=2e3d4f7341e154bf09907aabcdfe73345cc72e68"
-'gcc5.patch'
-'vcard.patch')
-sha1sums=('SKIP'
-  '5620fcf2442a4ecbf0cfef1515d936307378e307'
-  '7f58e32814510ae491fadaa9f06d787ccd2ecfcd')
+validpgpkeys=('3552E46F58F5FEC69A2CD85A5B4E2D0DD7F62B21')
+source=("http://abook.sourceforge.net/devel/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'gcc5.patch')
+sha1sums=('f404b31bd3134969fdc8b40a34b50dd35299e9c7' 'SKIP'
+  '5620fcf2442a4ecbf0cfef1515d936307378e307')
 
 prepare() {
-   cd "${srcdir}/${pkgname}"
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   aclocal && automake --add-missing && autoconf
+   sed 's/0.18/0.19/g' -i po/Makefile.in.in
patch -p1 -i ../gcc5.patch
-   patch -p1 -i ../vcard.patch
 }
 
 build() {
-   cd "${srcdir}/${pkgname}"
+   cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --mandir=/usr/share/man
make
cd po && make update-po
@@ -34,6 +34,6 @@
 }
 
 package() {
-   cd "${srcdir}/${pkgname}"
+   cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
 }

Deleted: vcard.patch
===
--- vcard.patch 2016-04-15 02:28:55 UTC (rev 264977)
+++ vcard.patch 2016-04-15 03:39:19 UTC (rev 264978)
@@ -1,37 +0,0 @@
-diff -aur old/filter.c new/filter.c
 old/filter.c   2013-10-10 16:04:46.230433845 -1000
-+++ new/filter.c   2013-10-10 16:40:07.014569795 -1000
-@@ -1557,8 +1557,9 @@
-   "NICKNAME", /* NICK */
-   "URL",  /* URL */
-   "NOTE", /* NOTES */
-+  "BDAY", /* ANNIVERSARY */
-   "N",/* NAME: special case/mapping in 
vcard_parse_line() */
--  NULL/* not implemented: ANNIVERSARY, ITEM_FIELDS */
-+  NULL/* not implemented: ITEM_FIELDS */
- };
- 
- enum {
-@@ -1673,7 +1674,7 @@
-   // vCard(the country name)
-   item_fput(item, COUNTRY, xstrdup(strsep(, ";")));
- 
--  if(*value) xfree(value);
-+  if(value) xfree(value);
- }
- 
- static void
-@@ -2052,6 +2053,13 @@
- 
-   free(name);
- 
-+  if(db_fget(item, NICK))
-+fprintf(out, "NICKNAME:%s\r\n",
-+safe_str(db_fget(item, NICK)));
-+  if(db_fget(item, ANNIVERSARY))
-+fprintf(out, "BDAY:%s\r\n",
-+safe_str(db_fget(item, ANNIVERSARY)));
-+
-   // see rfc6350 section 6.3.1
-   if(db_fget(item, ADDRESS)) {
-   fprintf(out, "ADR:;%s;%s;%s;%s;%s;%s\r\n",


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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:52:16
  Author: fyan
Revision: 171098

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

Added:
  haskell-monad-logger/repos/community-staging-i686/
  haskell-monad-logger/repos/community-staging-i686/PKGBUILD
(from rev 171097, haskell-monad-logger/trunk/PKGBUILD)
  haskell-monad-logger/repos/community-staging-i686/haskell-monad-logger.install
(from rev 171097, haskell-monad-logger/trunk/haskell-monad-logger.install)
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 171097, haskell-monad-logger/trunk/PKGBUILD)
  
haskell-monad-logger/repos/community-staging-x86_64/haskell-monad-logger.install
(from rev 171097, haskell-monad-logger/trunk/haskell-monad-logger.install)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/haskell-monad-logger.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/haskell-monad-logger.install |   18 ++
 4 files changed, 130 insertions(+)

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
171097, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-15 02:52:16 UTC (rev 171098)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.18
+pkgrel=15
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('81497c19d08df93e6de5914f3adf0feecf4fcd9412e3004d2b19b4bfba05497e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-monad-logger/repos/community-staging-i686/haskell-monad-logger.install 
(from rev 171097, haskell-monad-logger/trunk/haskell-monad-logger.install)
===
--- community-staging-i686/haskell-monad-logger.install 
(rev 0)
+++ community-staging-i686/haskell-monad-logger.install 2016-04-15 02:52:16 UTC 
(rev 171098)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-logger
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
171097, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-15 02:52:16 UTC (rev 171098)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 

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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:51:57
  Author: fyan
Revision: 171097

upgpkg: haskell-monad-logger 0.3.18-15

rebuild with fast-logger-2.4.4, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 02:48:29 UTC (rev 171096)
+++ PKGBUILD2016-04-15 02:51:57 UTC (rev 171097)
@@ -5,7 +5,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.18
-pkgrel=14
+pkgrel=15
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")


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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:48:29
  Author: fyan
Revision: 171096

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

Added:
  haskell-fast-logger/repos/community-staging-i686/
  haskell-fast-logger/repos/community-staging-i686/PKGBUILD
(from rev 171095, haskell-fast-logger/trunk/PKGBUILD)
  haskell-fast-logger/repos/community-staging-i686/haskell-fast-logger.install
(from rev 171095, haskell-fast-logger/trunk/haskell-fast-logger.install)
  haskell-fast-logger/repos/community-staging-x86_64/
  haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 171095, haskell-fast-logger/trunk/PKGBUILD)
  haskell-fast-logger/repos/community-staging-x86_64/haskell-fast-logger.install
(from rev 171095, haskell-fast-logger/trunk/haskell-fast-logger.install)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/haskell-fast-logger.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/haskell-fast-logger.install |   18 ++
 4 files changed, 128 insertions(+)

Copied: haskell-fast-logger/repos/community-staging-i686/PKGBUILD (from rev 
171095, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-15 02:48:29 UTC (rev 171096)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="A fast logging system"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-easy-file" "haskell-text" 
"haskell-unix-time")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('85f3f2016afad6e8075318a4da6ef0b8283c28922efcb1678341a23d783600ed')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-fast-logger/repos/community-staging-i686/haskell-fast-logger.install 
(from rev 171095, haskell-fast-logger/trunk/haskell-fast-logger.install)
===
--- community-staging-i686/haskell-fast-logger.install  
(rev 0)
+++ community-staging-i686/haskell-fast-logger.install  2016-04-15 02:48:29 UTC 
(rev 171096)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-fast-logger
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
171095, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-15 02:48:29 UTC (rev 171096)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="A fast logging system"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')

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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:48:06
  Author: fyan
Revision: 171095

upgpkg: haskell-fast-logger 2.4.4-1

rebuild with fast-logger-2.4.4, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 02:23:00 UTC (rev 171094)
+++ PKGBUILD2016-04-15 02:48:06 UTC (rev 171095)
@@ -4,17 +4,17 @@
 
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc="A fast logging system"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-auto-update" "haskell-text")
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-easy-file" "haskell-text" 
"haskell-unix-time")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('f85ff0ee8ed3177a749ca9490c703c6f1e2d87191e98096183ae75aa4b9b21d2')
+sha256sums=('85f3f2016afad6e8075318a4da6ef0b8283c28922efcb1678341a23d783600ed')
 
 prepare() {
 sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal


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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:28:31
  Author: fyan
Revision: 264976

upgpkg: qt5-connectivity 5.6.0-2

fix bluetooth support (FS#48949)

Modified:
  qt5-connectivity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 21:47:58 UTC (rev 264975)
+++ PKGBUILD2016-04-15 02:28:31 UTC (rev 264976)
@@ -5,14 +5,15 @@
 pkgname=qt5-connectivity
 _qtver=5.6.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='Provides access to Bluetooth hardware'
 depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
+makedepends=('qt5-declarative' 'bluez-libs')
+optdepends=('qt5-declarative: QML bindings'
+'bluez-libs: for sdpscanner')
 conflicts=('qt')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"


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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:28:55
  Author: fyan
Revision: 264977

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

Added:
  qt5-connectivity/repos/extra-i686/PKGBUILD
(from rev 264976, qt5-connectivity/trunk/PKGBUILD)
  qt5-connectivity/repos/extra-x86_64/PKGBUILD
(from rev 264976, qt5-connectivity/trunk/PKGBUILD)
Deleted:
  qt5-connectivity/repos/extra-i686/PKGBUILD
  qt5-connectivity/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   43 ---
 extra-x86_64/PKGBUILD |   43 ---
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-15 02:28:31 UTC (rev 264976)
+++ extra-i686/PKGBUILD 2016-04-15 02:28:55 UTC (rev 264977)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to Bluetooth hardware'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('38589e8f50dbf835db4fdb5da32a7114')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-connectivity/repos/extra-i686/PKGBUILD (from rev 264976, 
qt5-connectivity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-15 02:28:55 UTC (rev 264977)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-connectivity
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides access to Bluetooth hardware'
+depends=('qt5-base')
+makedepends=('qt5-declarative' 'bluez-libs')
+optdepends=('qt5-declarative: QML bindings'
+'bluez-libs: for sdpscanner')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('38589e8f50dbf835db4fdb5da32a7114')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-15 02:28:31 UTC (rev 264976)
+++ extra-x86_64/PKGBUILD   2016-04-15 02:28:55 UTC (rev 264977)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-connectivity
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides access to Bluetooth hardware'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('38589e8f50dbf835db4fdb5da32a7114')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d 

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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:23:00
  Author: fyan
Revision: 171094

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-15 02:22:34 UTC (rev 171093)
+++ community-i686/PKGBUILD 2016-04-15 02:23:00 UTC (rev 171094)
@@ -1,66 +0,0 @@
-# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-hunter
-pkgname=('python-hunter' 'python2-hunter')
-pkgver=1.2.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Hunter is a flexible code tracing toolkit'
-license=('BSD')
-url='https://github.com/ionelmc/python-hunter'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
- 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
- 'cython' 'cython2')
-checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python2-virtualenv'
-  'python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-hunter{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-hunter
-  python setup.py build
-
-  cd "$srcdir"/python-hunter-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack to process .pth files properly
-
-  cd "$srcdir"/python-hunter
-  pyvenv "$srcdir/pyvenv" --system-site-packages
-  (
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py ptr
-  )
-
-  cd "$srcdir"/python-hunter-py2
-  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-  (
-. "$srcdir/pyvenv-py2/bin/activate"
-python2 setup.py install
-python2 setup.py ptr
-  )
-}
-
-package_python-hunter() {
-  depends=('python-fields' 'python-colorama' 'python-six')
-
-  cd python-hunter
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-hunter() {
-  depends=('python2-fields' 'python2-colorama' 'python2-six')
-
-  cd python-hunter-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-hunter/repos/community-i686/PKGBUILD (from rev 171093, 
python-hunter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-15 02:23:00 UTC (rev 171094)
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 141472 2015-09-22 16:00:29Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-hunter
+pkgname=('python-hunter' 'python2-hunter')
+pkgver=1.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-fields' 
'python2-fields'
+ 'python-colorama' 'python2-colorama' 'python-six' 'python2-six' 
'git'
+ 'cython' 'cython2')
+checkdepends=('python-pytest-benchmark' 'python2-pytest-benchmark' 
'python2-virtualenv'
+  'python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/ionelmc/python-hunter.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-hunter{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-hunter
+  python setup.py build
+
+  cd "$srcdir"/python-hunter-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+
+  cd "$srcdir"/python-hunter
+  pyvenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py ptr
+  )
+
+  cd "$srcdir"/python-hunter-py2
+  virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+  (
+. "$srcdir/pyvenv-py2/bin/activate"
+python2 setup.py install
+python2 setup.py ptr
+  )
+}
+
+package_python-hunter() {
+  depends=('python-fields' 'python-colorama' 'python-six')
+
+  cd python-hunter
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-hunter() {
+  depends=('python2-fields' 'python2-colorama' 'python2-six')
+
+  cd 

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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:22:34
  Author: fyan
Revision: 171093

upgpkg: python-hunter 1.3.0-1

Modified:
  python-hunter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 02:19:09 UTC (rev 171092)
+++ PKGBUILD2016-04-15 02:22:34 UTC (rev 171093)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hunter
 pkgname=('python-hunter' 'python2-hunter')
-pkgver=1.2.2
+pkgver=1.3.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'


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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:19:09
  Author: fyan
Revision: 171092

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-15 02:18:55 UTC (rev 171091)
+++ PKGBUILD2016-04-15 02:19:09 UTC (rev 171092)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-planout
-pkgname=(python-planout python2-planout)
-pkgver=0.5.20151020
-_commit=9a47b316aa31024588f063426bbadd8867cdab77
-pkgrel=1
-pkgdesc="A framework for online field experimentation"
-arch=('any')
-url='http://facebook.github.io/planout'
-license=('custom:BSD')
-makedepends=('python-six' 'python2-six' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/facebook/planout.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a planout{,-py2}
-}
-
-build() {
-  cd "$srcdir/planout/python"
-  python setup.py build
-
-  cd "$srcdir/planout-py2/python"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/planout/python/planout/test"
-  py.test
-
-  cd "$srcdir/planout-py2/python/planout/test"
-  py.test2
-}
-
-package_python-planout() {
-  depends=('python-six')
-
-  cd planout/python
-  python setup.py install -O1 --root "$pkgdir"
-
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-planout() {
-  depends=('python2-six')
-
-  cd planout-py2/python
-  python2 setup.py install -O1 --root "$pkgdir"
-
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-planout/repos/community-any/PKGBUILD (from rev 171091, 
python-planout/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-15 02:19:09 UTC (rev 171092)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-planout
+pkgname=(python-planout python2-planout)
+pkgver=0.6.0
+_commit=6ba0aba6addb08e03ed6e2d21f9b224b3d56d503
+pkgrel=1
+pkgdesc="A framework for online field experimentation"
+arch=('any')
+url='http://facebook.github.io/planout'
+license=('custom:BSD')
+makedepends=('python-six' 'python2-six' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/facebook/planout.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  # https://github.com/facebook/planout/pull/104
+  sed -e '42s/\t//' \
+  -e '43s/range(8)/list(range(8))/' \
+  -i planout/python/planout/test/test_assignment.py
+  cp -a planout{,-py2}
+}
+
+build() {
+  cd "$srcdir"/planout/python
+  python setup.py build
+
+  cd "$srcdir"/planout-py2/python
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/planout/python/planout/test
+  py.test
+
+  cd "$srcdir"/planout-py2/python/planout/test
+  py.test2
+}
+
+package_python-planout() {
+  depends=('python-six')
+
+  cd planout/python
+  python setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-planout() {
+  depends=('python2-six')
+
+  cd planout-py2/python
+  python2 setup.py install -O1 --root "$pkgdir"
+
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-04-14 Thread Felix Yan
Date: Friday, April 15, 2016 @ 04:18:55
  Author: fyan
Revision: 171091

upgpkg: python-planout 0.6.0-1

Modified:
  python-planout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 22:42:19 UTC (rev 171090)
+++ PKGBUILD2016-04-15 02:18:55 UTC (rev 171091)
@@ -3,8 +3,8 @@
 
 pkgbase=python-planout
 pkgname=(python-planout python2-planout)
-pkgver=0.5.20151020
-_commit=9a47b316aa31024588f063426bbadd8867cdab77
+pkgver=0.6.0
+_commit=6ba0aba6addb08e03ed6e2d21f9b224b3d56d503
 pkgrel=1
 pkgdesc="A framework for online field experimentation"
 arch=('any')
@@ -16,22 +16,26 @@
 sha512sums=('SKIP')
 
 prepare() {
+  # https://github.com/facebook/planout/pull/104
+  sed -e '42s/\t//' \
+  -e '43s/range(8)/list(range(8))/' \
+  -i planout/python/planout/test/test_assignment.py
   cp -a planout{,-py2}
 }
 
 build() {
-  cd "$srcdir/planout/python"
+  cd "$srcdir"/planout/python
   python setup.py build
 
-  cd "$srcdir/planout-py2/python"
+  cd "$srcdir"/planout-py2/python
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/planout/python/planout/test"
+  cd "$srcdir"/planout/python/planout/test
   py.test
 
-  cd "$srcdir/planout-py2/python/planout/test"
+  cd "$srcdir"/planout-py2/python/planout/test
   py.test2
 }
 
@@ -41,7 +45,7 @@
   cd planout/python
   python setup.py install -O1 --root "$pkgdir"
 
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-planout() {
@@ -50,5 +54,5 @@
   cd planout-py2/python
   python2 setup.py install -O1 --root "$pkgdir"
 
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-04-14 Thread Anatol Pomozov
Date: Friday, April 15, 2016 @ 00:42:19
  Author: anatolik
Revision: 171090

archrelease: copy trunk to community-testing-any

Added:
  android-udev/repos/community-testing-any/
  android-udev/repos/community-testing-any/PKGBUILD
(from rev 171089, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-testing-any/android-udev.install
(from rev 171089, android-udev/trunk/android-udev.install)

--+
 PKGBUILD |   20 
 android-udev.install |4 
 2 files changed, 24 insertions(+)

Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 171089, 
android-udev/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-04-14 22:42:19 UTC (rev 171090)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20160408
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+install='android-udev.install'
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+md5sums=('f136b2048668263d451b312b7254a77d')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}

Copied: android-udev/repos/community-testing-any/android-udev.install (from rev 
171089, android-udev/trunk/android-udev.install)
===
--- community-testing-any/android-udev.install  (rev 0)
+++ community-testing-any/android-udev.install  2016-04-14 22:42:19 UTC (rev 
171090)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group adbusers >/dev/null || groupadd -r adbusers
+  true
+}


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

2016-04-14 Thread Anatol Pomozov
Date: Friday, April 15, 2016 @ 00:42:02
  Author: anatolik
Revision: 171089

upgpkg: android-udev 20160408-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 20:49:19 UTC (rev 171088)
+++ PKGBUILD2016-04-14 22:42:02 UTC (rev 171089)
@@ -3,7 +3,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20160129
+pkgver=20160408
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(udev libmtp)
 install='android-udev.install'
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-md5sums=('5a0e508b02048ef2acee1654c89e307d')
+md5sums=('f136b2048668263d451b312b7254a77d')
 
 package() {
   cd android-udev-rules-$pkgver


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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:47:58
  Author: heftig
Revision: 264975

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

Added:
  gtkmm3/repos/extra-i686/PKGBUILD
(from rev 264974, gtkmm3/trunk/PKGBUILD)
  gtkmm3/repos/extra-x86_64/PKGBUILD
(from rev 264974, gtkmm3/trunk/PKGBUILD)
Deleted:
  gtkmm3/repos/extra-i686/PKGBUILD
  gtkmm3/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 2016-04-14 21:27:59 UTC (rev 264974)
+++ extra-i686/PKGBUILD 2016-04-14 21:47:58 UTC (rev 264975)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.20.0
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!emptydirs')
-url="http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f021573f870df8a0b40ba37a7864c37be517c7a88cc957a193dbab28449b028a')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc="C++ bindings for gtk3"
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd "$_pkgbasename-$pkgver"
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR="$pkgdir" install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc="Developer documentation for gtkmm v3"
-
-  cd "$_pkgbasename-$pkgver"
-  make -C docs DESTDIR="$pkgdir" install
-}

Copied: gtkmm3/repos/extra-i686/PKGBUILD (from rev 264974, 
gtkmm3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 21:47:58 UTC (rev 264975)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.20.1
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!emptydirs')
+url="http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('051de1b8756ca6ec61f26264338cfc3060af936fd70bf4558bfe1e115418c612')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc="C++ bindings for gtk3"
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd "$_pkgbasename-$pkgver"
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR="$pkgdir" install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc="Developer documentation for gtkmm v3"
+
+  cd "$_pkgbasename-$pkgver"
+  make -C docs DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-14 21:27:59 UTC (rev 264974)
+++ extra-x86_64/PKGBUILD   2016-04-14 21:47:58 UTC (rev 264975)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.20.0
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!emptydirs')
-url="http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f021573f870df8a0b40ba37a7864c37be517c7a88cc957a193dbab28449b028a')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc="C++ bindings for gtk3"
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd "$_pkgbasename-$pkgver"
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR="$pkgdir" install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc="Developer documentation for gtkmm v3"
-
-  cd "$_pkgbasename-$pkgver"
-  make -C docs DESTDIR="$pkgdir" install
-}

Copied: gtkmm3/repos/extra-x86_64/PKGBUILD (from rev 264974, 
gtkmm3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-14 21:47:58 UTC (rev 264975)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.20.1

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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:27:59
  Author: heftig
Revision: 264974

3.20.1-1

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 21:22:34 UTC (rev 264973)
+++ PKGBUILD2016-04-14 21:27:59 UTC (rev 264974)
@@ -4,7 +4,7 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 url="http://www.gtkmm.org/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f021573f870df8a0b40ba37a7864c37be517c7a88cc957a193dbab28449b028a')
+sha256sums=('051de1b8756ca6ec61f26264338cfc3060af936fd70bf4558bfe1e115418c612')
 
 build() {
   cd "$_pkgbasename-$pkgver"


[arch-commits] Commit in thunderbird-i18n/repos (testing-any testing-any/PKGBUILD)

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:22:34
  Author: heftig
Revision: 264973

archrelease: copy trunk to testing-any

Added:
  thunderbird-i18n/repos/testing-any/
  thunderbird-i18n/repos/testing-any/PKGBUILD
(from rev 264972, thunderbird-i18n/trunk/PKGBUILD)

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

Copied: thunderbird-i18n/repos/testing-any/PKGBUILD (from rev 264972, 
thunderbird-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-04-14 21:22:34 UTC (rev 264973)
@@ -0,0 +1,157 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Thomas Baechler 
+
+pkgbase=thunderbird-i18n
+pkgver=45.0
+pkgrel=1
+pkgdesc="Language pack for Thunderbird"
+arch=('any')
+url="http://www.mozilla.com/;
+license=('MPL' 'GPL')
+depends=("thunderbird>=$pkgver")
+
+_languages=(
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn-BD  "Bengali (Bangladesh)"'
+  'br "Breton"'
+  'ca "Catalan"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-ES  "Spanish (Spain)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'he "Hebrew"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'ko "Korean"'
+  'lt "Lithuanian"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta-LK  "Tamil (Sri Lanka)"'
+  'tr "Turkish"'
+  'uk "Ukrainian"'
+  'vi "Vietnamese"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=thunderbird-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Thunderbird"
+  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
+}
+
+md5sums=('83d8be9ffc6b1a416c12c4b9498697ea'
+ '9c25a33cd5a9408434eed94c91e39a66'
+ '805209e8071860c2880edf8ab3afba2c'
+ '8964428e76c425949c2141985d0cd12d'
+ 'b95b384b7fac4c6c900eb9a136e7eaf9'
+ '7bff4bdf4c75f831d908158bfaace6f7'
+ '58f397d5496a6aad15236b690c8bc900'
+ '4705191327ca727202055b3e89b65b83'
+ 'ead2a1b78b2b94b2cec29674fb34e36f'
+ '84273d7e30c9a7d7e82c9142597d0c16'
+ '8b0716b63a3205f5e4700639f219def7'
+ 'ed34e5f86945f102b89cf2082d5173cd'
+ '7e5602d5854860c9db4dd0c64bcb51b2'
+ '3233ca78f2d9120494bccafbf5efaffe'
+ '44ee2a0d3c9e819cca077502dcc6c0b2'
+ 'b18e957733494edb4f34025c78d8c49a'
+ '8783facd7a4a69d91d89b767799e6ef2'
+ 'ac34afd9f9057ba6d2254c06b925864b'
+ '31d8f5ae8adf70933800fb87e9a07e4b'
+ '366dfb2edae7e475b915d6943e30b327'
+ '8c1175b55d3eb77b62ceb6e930ac9913'
+ '0be81757598c7e32319428518eba234d'
+ '316707ba73aa7cae14d095a75c29de44'
+ 'dfd5a1b91117981498ce0d4895ef5818'
+ '4c034df2d3430e4b026a0bc2793151b3'
+ '5247f4828cc387215bb35e89956df1a3'
+ 'ce3d4999c4b2d0460965db5203f081b8'
+ 'a86660b440a16b1821056779dc18aa5e'
+ '38fd0eea602864645f8455dd03578095'
+ 'f7672565af57189dc1d1158bb22bd034'
+ '082ec0c526319862d19bec1692b9788f'
+ 'ff69e0eef4e1c31c7ecc1c1a149c1343'
+ 'd0f3b94da9c0c53b2e73cdd4364fb2f4'
+ '861bb156672fbd55d2fc90d970b5a06a'
+ '275572f87674d59f81b9fd15e774768b'
+ 'b80579ddb1261e3d2bd706f01428642b'
+ '1b2787b92a1c0ef69834c863582e5e7b'
+ 'f2a994df8d8e2717a2f325c0f3821bb9'
+ 'e3e51026b489de7a3b48b18453a8f01d'
+ 

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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:09:37
  Author: heftig
Revision: 264972

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

Added:
  dconf-editor/repos/extra-i686/PKGBUILD
(from rev 264971, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/extra-i686/dconf-editor.install
(from rev 264971, dconf-editor/trunk/dconf-editor.install)
  dconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 264971, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/extra-x86_64/dconf-editor.install
(from rev 264971, dconf-editor/trunk/dconf-editor.install)
Deleted:
  dconf-editor/repos/extra-i686/PKGBUILD
  dconf-editor/repos/extra-i686/dconf-editor.install
  dconf-editor/repos/extra-x86_64/PKGBUILD
  dconf-editor/repos/extra-x86_64/dconf-editor.install

---+
 /PKGBUILD |   58 
 /dconf-editor.install |   24 ++
 extra-i686/PKGBUILD   |   29 --
 extra-i686/dconf-editor.install   |   12 ---
 extra-x86_64/PKGBUILD |   29 --
 extra-x86_64/dconf-editor.install |   12 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 21:08:51 UTC (rev 264971)
+++ extra-i686/PKGBUILD 2016-04-14 21:09:37 UTC (rev 264972)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf;
-license=('LGPL2.1')
-groups=('gnome')
-depends=('gtk3' 'dconf')
-makedepends=('vala' 'intltool')
-install=dconf-editor.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('23d4c854e2924e4acea01b7cb79460dc06e512ac0546ca17af3980a568e5a760')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/extra-i686/PKGBUILD (from rev 264971, 
dconf-editor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 21:09:37 UTC (rev 264972)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf;
+license=('LGPL2.1')
+groups=('gnome')
+depends=('gtk3' 'dconf')
+makedepends=('vala' 'intltool')
+install=dconf-editor.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7794f40b33dc376096896e10164b8571ab31ae1d50b9d0b40d409db2efaed75d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/dconf-editor.install
===
--- extra-i686/dconf-editor.install 2016-04-14 21:08:51 UTC (rev 264971)
+++ extra-i686/dconf-editor.install 2016-04-14 21:09:37 UTC (rev 264972)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dconf-editor/repos/extra-i686/dconf-editor.install (from rev 264971, 
dconf-editor/trunk/dconf-editor.install)
===
--- extra-i686/dconf-editor.install (rev 0)
+++ extra-i686/dconf-editor.install 2016-04-14 21:09:37 UTC (rev 264972)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-14 21:08:51 UTC (rev 264971)
+++ extra-x86_64/PKGBUILD   2016-04-14 21:09:37 UTC (rev 264972)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf;
-license=('LGPL2.1')
-groups=('gnome')
-depends=('gtk3' 'dconf')
-makedepends=('vala' 'intltool')
-install=dconf-editor.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('23d4c854e2924e4acea01b7cb79460dc06e512ac0546ca17af3980a568e5a760')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr

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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:08:51
  Author: heftig
Revision: 264971

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

Added:
  gnome-taquin/repos/extra-i686/PKGBUILD
(from rev 264970, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/extra-i686/gnome-taquin.install
(from rev 264970, gnome-taquin/trunk/gnome-taquin.install)
  gnome-taquin/repos/extra-x86_64/PKGBUILD
(from rev 264970, gnome-taquin/trunk/PKGBUILD)
  gnome-taquin/repos/extra-x86_64/gnome-taquin.install
(from rev 264970, gnome-taquin/trunk/gnome-taquin.install)
Deleted:
  gnome-taquin/repos/extra-i686/PKGBUILD
  gnome-taquin/repos/extra-i686/gnome-taquin.install
  gnome-taquin/repos/extra-x86_64/PKGBUILD
  gnome-taquin/repos/extra-x86_64/gnome-taquin.install

---+
 /PKGBUILD |   58 
 /gnome-taquin.install |   24 ++
 extra-i686/PKGBUILD   |   29 --
 extra-i686/gnome-taquin.install   |   12 ---
 extra-x86_64/PKGBUILD |   29 --
 extra-x86_64/gnome-taquin.install |   12 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 21:05:10 UTC (rev 264970)
+++ extra-i686/PKGBUILD 2016-04-14 21:08:51 UTC (rev 264971)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-taquin
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin;
-arch=(x86_64 i686)
-license=(GPL3)
-depends=(gtk3 librsvg libcanberra)
-makedepends=(intltool vala itstool)
-groups=(gnome-extra)
-install=gnome-taquin.install
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f5a51f0d063508d739b2a76960bf69503665c5da346df098690a576dc099fcd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-taquin/repos/extra-i686/PKGBUILD (from rev 264970, 
gnome-taquin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 21:08:51 UTC (rev 264971)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-taquin
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(gtk3 librsvg libcanberra)
+makedepends=(intltool vala itstool)
+groups=(gnome-extra)
+install=gnome-taquin.install
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fdee2e3c0624e52b0f57e9e277e9be533f570f8294afffe5fdab221b018db3a3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-taquin.install
===
--- extra-i686/gnome-taquin.install 2016-04-14 21:05:10 UTC (rev 264970)
+++ extra-i686/gnome-taquin.install 2016-04-14 21:08:51 UTC (rev 264971)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-taquin/repos/extra-i686/gnome-taquin.install (from rev 264970, 
gnome-taquin/trunk/gnome-taquin.install)
===
--- extra-i686/gnome-taquin.install (rev 0)
+++ extra-i686/gnome-taquin.install 2016-04-14 21:08:51 UTC (rev 264971)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-14 21:05:10 UTC (rev 264970)
+++ extra-x86_64/PKGBUILD   2016-04-14 21:08:51 UTC (rev 264971)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-taquin
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin;
-arch=(x86_64 i686)
-license=(GPL3)

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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:05:10
  Author: heftig
Revision: 264970

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

Added:
  gnome-calendar/repos/extra-i686/PKGBUILD
(from rev 264969, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-i686/gnome-calendar.install
(from rev 264969, gnome-calendar/trunk/gnome-calendar.install)
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 264969, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-x86_64/gnome-calendar.install
(from rev 264969, gnome-calendar/trunk/gnome-calendar.install)
Deleted:
  gnome-calendar/repos/extra-i686/PKGBUILD
  gnome-calendar/repos/extra-i686/gnome-calendar.install
  gnome-calendar/repos/extra-x86_64/PKGBUILD
  gnome-calendar/repos/extra-x86_64/gnome-calendar.install

-+
 /PKGBUILD   |   58 ++
 /gnome-calendar.install |   26 +++
 extra-i686/PKGBUILD |   29 -
 extra-i686/gnome-calendar.install   |   13 ---
 extra-x86_64/PKGBUILD   |   29 -
 extra-x86_64/gnome-calendar.install |   13 ---
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 21:04:02 UTC (rev 264969)
+++ extra-i686/PKGBUILD 2016-04-14 21:05:10 UTC (rev 264970)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL')
-depends=('evolution-data-server' 'desktop-file-utils')
-makedepends=('intltool' 'python2')
-install=gnome-calendar.install
-groups=('gnome-extra')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a6466cd22d65f4a890a82c4d351c16a51c9471380d5ee2c5601dc56f9121ec60')
-
-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-calendar/repos/extra-i686/PKGBUILD (from rev 264969, 
gnome-calendar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 21:05:10 UTC (rev 264970)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+arch=(i686 x86_64)
+url="http://gnome.org;
+license=('GPL')
+depends=('evolution-data-server' 'desktop-file-utils')
+makedepends=('intltool' 'python')
+install=gnome-calendar.install
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5182c4d053848f76386bf7748944c34772f3d18b909e42a3226c36e7e49b097c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-calendar.install
===
--- extra-i686/gnome-calendar.install   2016-04-14 21:04:02 UTC (rev 264969)
+++ extra-i686/gnome-calendar.install   2016-04-14 21:05:10 UTC (rev 264970)
@@ -1,13 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-   update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-calendar/repos/extra-i686/gnome-calendar.install (from rev 
264969, gnome-calendar/trunk/gnome-calendar.install)
===
--- extra-i686/gnome-calendar.install   (rev 0)
+++ extra-i686/gnome-calendar.install   2016-04-14 21:05:10 UTC (rev 264970)
@@ -0,0 +1,13 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+   update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-14 21:04:02 UTC (rev 264969)
+++ extra-x86_64/PKGBUILD   2016-04-14 21:05:10 UTC (rev 264970)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL')

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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:04:02
  Author: heftig
Revision: 264969

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

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

+
 /PKGBUILD  |   64 +++
 /iagno.install |   24 
 extra-i686/PKGBUILD|   32 -
 extra-i686/iagno.install   |   12 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/iagno.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 21:02:14 UTC (rev 264968)
+++ extra-i686/PKGBUILD 2016-04-14 21:04:02 UTC (rev 264969)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=iagno.install
-url="https://live.gnome.org/Iagno;
-groups=('gnome-extra')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d338c3abbb5e3fb6f66d99c3bcefaf16bc051d96c7a0f1705587ad4bae329885')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iagno/repos/extra-i686/PKGBUILD (from rev 264968, iagno/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 21:04:02 UTC (rev 264969)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url="https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a25c00b59120094374819553a8b1e8aaebb60b1e2e43aef628e0042c7a750993')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/iagno.install
===
--- extra-i686/iagno.install2016-04-14 21:02:14 UTC (rev 264968)
+++ extra-i686/iagno.install2016-04-14 21:04:02 UTC (rev 264969)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 264968, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2016-04-14 21:04:02 UTC (rev 264969)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-14 21:02:14 UTC (rev 264968)
+++ extra-x86_64/PKGBUILD   2016-04-14 21:04:02 UTC (rev 264969)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-arch=('i686' 'x86_64')
-license=('GPL')

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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 23:02:14
  Author: heftig
Revision: 264968

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

Added:
  gnome-2048/repos/extra-i686/PKGBUILD
(from rev 264967, gnome-2048/trunk/PKGBUILD)
  gnome-2048/repos/extra-i686/gnome-2048.install
(from rev 264967, gnome-2048/trunk/gnome-2048.install)
  gnome-2048/repos/extra-x86_64/PKGBUILD
(from rev 264967, gnome-2048/trunk/PKGBUILD)
  gnome-2048/repos/extra-x86_64/gnome-2048.install
(from rev 264967, gnome-2048/trunk/gnome-2048.install)
Deleted:
  gnome-2048/repos/extra-i686/PKGBUILD
  gnome-2048/repos/extra-i686/gnome-2048.install
  gnome-2048/repos/extra-x86_64/PKGBUILD
  gnome-2048/repos/extra-x86_64/gnome-2048.install

-+
 /PKGBUILD   |   64 ++
 /gnome-2048.install |   24 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/gnome-2048.install   |   12 ---
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/gnome-2048.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 20:57:24 UTC (rev 264967)
+++ extra-i686/PKGBUILD 2016-04-14 21:02:14 UTC (rev 264968)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-2048
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Obtain the 2048 tile"
-url="https://wiki.gnome.org/Apps/2048;
-arch=(x86_64 i686)
-license=(GPL3)
-depends=(clutter-gtk libgee libgames-support)
-makedepends=(intltool vala itstool)
-groups=(gnome-extra)
-install=gnome-2048.install
-options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fb7627d9f8274c323dcc4151e9ee903893cbda682cf583af9cbd2a80cf3e2feb')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-2048/repos/extra-i686/PKGBUILD (from rev 264967, 
gnome-2048/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 21:02:14 UTC (rev 264968)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-2048
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048;
+arch=(x86_64 i686)
+license=(GPL3)
+depends=(clutter-gtk libgee libgames-support)
+makedepends=(intltool vala itstool)
+groups=(gnome-extra)
+install=gnome-2048.install
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0435107692aa11b626acf272ced563999e94912d91d34d5a01f3eeaf71ab6a2a')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-2048.install
===
--- extra-i686/gnome-2048.install   2016-04-14 20:57:24 UTC (rev 264967)
+++ extra-i686/gnome-2048.install   2016-04-14 21:02:14 UTC (rev 264968)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-2048/repos/extra-i686/gnome-2048.install (from rev 264967, 
gnome-2048/trunk/gnome-2048.install)
===
--- extra-i686/gnome-2048.install   (rev 0)
+++ extra-i686/gnome-2048.install   2016-04-14 21:02:14 UTC (rev 264968)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-14 20:57:24 UTC (rev 264967)
+++ extra-x86_64/PKGBUILD   2016-04-14 21:02:14 UTC (rev 264968)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-2048
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Obtain the 2048 tile"
-url="https://wiki.gnome.org/Apps/2048;
-arch=(x86_64 i686)
-license=(GPL3)
-depends=(clutter-gtk libgee libgames-support)
-makedepends=(intltool vala itstool)
-groups=(gnome-extra)
-install=gnome-2048.install
-options=(!emptydirs)

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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 22:57:24
  Author: heftig
Revision: 264967

45.0-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 20:54:43 UTC (rev 264966)
+++ PKGBUILD2016-04-14 20:57:24 UTC (rev 264967)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=38.7.0
+pkgver=45.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('39cb2fa93c785087cf06b31ff539b18a'
- 'fd09ae60db25a1affcd693279a7e3a8c'
- '42a8310752189d4c35d486cf912ecf9d'
- 'ebe6bd50ca724c2076f83bc61f4842b0'
- '121220d8d6a7597c5a97512dcf5682c3'
- '00699a9f1660ca2412d0909c178d1d8b'
- '1a296eae6e2cb9e7dec0df570cce0024'
- '9f227cf8d1a51797d0be8adad07b3002'
- '5b11644f19cc2e19beefe84263334ccc'
- '21dd4f29cf516eb0f23f4a17bc883c2f'
- 'a6f0760abf1d14cdcec95499f41c566d'
- 'd4445c3163fac3441596c8ef6402510e'
- '839039cffd6db7c0be30b347b426ec83'
- '48bc8f7e67af9085d6481ef18ac7dbb5'
- 'f4551c7220daddf10a4d4acb15ef2a6a'
- '08542e2ba0d313afebf242e0a6f3ff66'
- 'd57ae1cc08f9a0b2d5a37797234e43b1'
- '1e8aa64f78ec1b2e4f3907eb9868e87c'
- '2018ab05e57bdb9fa9bf8f27b1db952f'
- '17b77d55a38426bcc86fa2d1484e685d'
- '1ea0b2afc4ec6b0f919f087780a99fd2'
- '3cd53ad0c986fc7e4b0a552168ea2893'
- 'ce7caa4e4419a676837c3b22a3871286'
- '1694d62a3bf99d49481bd336e5d917fa'
- '5817599c4bf16247c9bf85aa6ca9ab43'
- '8d9cc59ea29acb0fd4b249cb52ee0b54'
- 'f4ed20e709c966d9cd7cf506f8ebf1ba'
- 'bcc566712ad3e0a228d94aa9c10ecb0c'
- '38bd8e795dc9236dae69bc6b04cb3b91'
- '68091be27ba2d0254bc4ee12a85239dc'
- 'f495a0f884de468bfce44a0d6f632bd5'
- '41c42d724eb5f38c2f33ad1004614c52'
- 'd39be9e748198a0e0e791065595cb00a'
- '2a5f90fcd5d9f6c811db172663764de1'
- '40d0db00d52f5fc35c5d068fe0cdcee6'
- '680279818b005b8c05b5bea57d97bf3c'
- 'b4b1a6206db27e1e953987623bda3a4b'
- '469b11edab815060233386f6ab3ed6c5'
- 'a8470c1ee9295cea50dd19301f86063b'
- '40e2805bf9620c8672aa08d45708e30a'
- '75d32fca2c7f87244c1e142ad1381a00'
- '53f9188988c5c8e7ac0185912c1fad65'
- 'd3462b3bb8ef0f5cd6c486823b9ae15f'
- '90761012502dc4e7c7dcff3c410ec64a'
- '591341569605d64dcae1ddd7220cb6ee'
- '2594ebfc3980716ed2b626653818586c'
- '504146788c9537213fd088dd917be9e6'
- '190628cb7c1ed70f41af4a74d8275343'
- '4e2c7a443036dd7ad940b51109b7389b'
- '24f59091b051cdf1626b6c6f8bb41df6'
- '7bc45d8eeb7466199e4c6bd1268c30b2'
- 'd42ce40e4dec4f6cdd67707e65e95429'
- 'bd54d2b5a73823f78c95336ae923'
- '19c7c868daed213c74e37d0dece7c479'
- 'c623b3f301ecfdaaee7de5cf28c7f7af'
- '29c51819766726106fa19e9589be4e22'
- '8044ed49ea3f1a74c1281d5c015654ec'
- '0ebb38aed2f81ec22282ea587e821433')
+md5sums=('83d8be9ffc6b1a416c12c4b9498697ea'
+ '9c25a33cd5a9408434eed94c91e39a66'
+ '805209e8071860c2880edf8ab3afba2c'
+ '8964428e76c425949c2141985d0cd12d'
+ 'b95b384b7fac4c6c900eb9a136e7eaf9'
+ '7bff4bdf4c75f831d908158bfaace6f7'
+ '58f397d5496a6aad15236b690c8bc900'
+ '4705191327ca727202055b3e89b65b83'
+ 'ead2a1b78b2b94b2cec29674fb34e36f'
+ '84273d7e30c9a7d7e82c9142597d0c16'
+ '8b0716b63a3205f5e4700639f219def7'
+ 'ed34e5f86945f102b89cf2082d5173cd'
+ '7e5602d5854860c9db4dd0c64bcb51b2'
+ '3233ca78f2d9120494bccafbf5efaffe'
+ '44ee2a0d3c9e819cca077502dcc6c0b2'
+ 'b18e957733494edb4f34025c78d8c49a'
+ '8783facd7a4a69d91d89b767799e6ef2'
+ 'ac34afd9f9057ba6d2254c06b925864b'
+ '31d8f5ae8adf70933800fb87e9a07e4b'
+ '366dfb2edae7e475b915d6943e30b327'
+ '8c1175b55d3eb77b62ceb6e930ac9913'
+ '0be81757598c7e32319428518eba234d'
+ '316707ba73aa7cae14d095a75c29de44'
+ 'dfd5a1b91117981498ce0d4895ef5818'
+ '4c034df2d3430e4b026a0bc2793151b3'
+ '5247f4828cc387215bb35e89956df1a3'
+ 'ce3d4999c4b2d0460965db5203f081b8'
+ 'a86660b440a16b1821056779dc18aa5e'
+ '38fd0eea602864645f8455dd03578095'
+ 'f7672565af57189dc1d1158bb22bd034'
+ '082ec0c526319862d19bec1692b9788f'
+ 'ff69e0eef4e1c31c7ecc1c1a149c1343'
+ 'd0f3b94da9c0c53b2e73cdd4364fb2f4'
+ '861bb156672fbd55d2fc90d970b5a06a'
+ '275572f87674d59f81b9fd15e774768b'
+ 

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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 22:54:43
  Author: heftig
Revision: 264966

3.20.1-1

Modified:
  gnome-taquin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 20:54:31 UTC (rev 264965)
+++ PKGBUILD2016-04-14 20:54:43 UTC (rev 264966)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-taquin
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Move tiles so that they reach their places"
 url="https://wiki.gnome.org/Apps/Taquin;
@@ -15,7 +15,7 @@
 install=gnome-taquin.install
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f5a51f0d063508d739b2a76960bf69503665c5da346df098690a576dc099fcd')
+sha256sums=('fdee2e3c0624e52b0f57e9e277e9be533f570f8294afffe5fdab221b018db3a3')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 22:54:01
  Author: heftig
Revision: 264964

3.20.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 20:51:10 UTC (rev 264963)
+++ PKGBUILD2016-04-14 20:54:01 UTC (rev 264964)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
@@ -9,11 +9,11 @@
 url="http://gnome.org;
 license=('GPL')
 depends=('evolution-data-server' 'desktop-file-utils')
-makedepends=('intltool' 'python2')
+makedepends=('intltool' 'python')
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a6466cd22d65f4a890a82c4d351c16a51c9471380d5ee2c5601dc56f9121ec60')
+sha256sums=('5182c4d053848f76386bf7748944c34772f3d18b909e42a3226c36e7e49b097c')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 22:54:31
  Author: heftig
Revision: 264965

3.20.1-1

Modified:
  dconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 20:54:01 UTC (rev 264964)
+++ PKGBUILD2016-04-14 20:54:31 UTC (rev 264965)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=dconf-editor
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('vala' 'intltool')
 install=dconf-editor.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('23d4c854e2924e4acea01b7cb79460dc06e512ac0546ca17af3980a568e5a760')
+sha256sums=('7794f40b33dc376096896e10164b8571ab31ae1d50b9d0b40d409db2efaed75d')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 22:51:10
  Author: heftig
Revision: 264963

3.20.1-1

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 20:51:05 UTC (rev 264962)
+++ PKGBUILD2016-04-14 20:51:10 UTC (rev 264963)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=iagno
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Iagno;
 groups=('gnome-extra')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d338c3abbb5e3fb6f66d99c3bcefaf16bc051d96c7a0f1705587ad4bae329885')
+sha256sums=('a25c00b59120094374819553a8b1e8aaebb60b1e2e43aef628e0042c7a750993')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-14 Thread Jan Steffens
Date: Thursday, April 14, 2016 @ 22:51:05
  Author: heftig
Revision: 264962

3.20.1-1

Modified:
  gnome-2048/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:33:04 UTC (rev 264961)
+++ PKGBUILD2016-04-14 20:51:05 UTC (rev 264962)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-2048
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Obtain the 2048 tile"
 url="https://wiki.gnome.org/Apps/2048;
@@ -14,7 +14,7 @@
 install=gnome-2048.install
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fb7627d9f8274c323dcc4151e9ee903893cbda682cf583af9cbd2a80cf3e2feb')
+sha256sums=('0435107692aa11b626acf272ced563999e94912d91d34d5a01f3eeaf71ab6a2a')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in bumblebee/trunk (9 files)

2016-04-14 Thread Sven-Hendrik Haase
Date: Thursday, April 14, 2016 @ 22:48:54
  Author: svenstaro
Revision: 171087

upgpkg: bumblebee 3.2.1-11

Fix FS#47140

Added:
  bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch
  bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch
  bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch
  bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch
  bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch
  bumblebee/trunk/0006-bb_hexadicimal_bug573.patch
  bumblebee/trunk/0007-bb_mutebblogger.patch
  bumblebee/trunk/bumblebee.conf
Modified:
  bumblebee/trunk/PKGBUILD

--+
 0001-bb_nvidia_modeset-detection_bug699_01.patch |   24 
 0002-bb_nvidia_modeset-detection_bug699_02.patch |   56 ++
 0003-bb_nvidia_umv_detection_bug699.patch|   76 ++
 0004-bb_nvidia_drm_detection_bug699_01.patch |   44 
 0005-bb_nvidia_drm_detection_bug699_02.patch |  109 +
 0006-bb_hexadicimal_bug573.patch |   23 
 0007-bb_mutebblogger.patch   |   15 ++
 PKGBUILD |   48 +
 bumblebee.conf   |6 +
 9 files changed, 383 insertions(+), 18 deletions(-)

Added: 0001-bb_nvidia_modeset-detection_bug699_01.patch
===
--- 0001-bb_nvidia_modeset-detection_bug699_01.patch
(rev 0)
+++ 0001-bb_nvidia_modeset-detection_bug699_01.patch2016-04-14 20:48:54 UTC 
(rev 171087)
@@ -0,0 +1,24 @@
+From 5636b24fa86a005a5d2e30bd794516db13ccba56 Mon Sep 17 00:00:00 2001
+From: Abuzer Rafey 
+Date: Tue, 8 Dec 2015 07:00:32 -0500
+Subject: [PATCH] Dirty fix for issue #699
+
+---
+ src/module.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/module.c b/src/module.c
+index f7b99fa..6b6cb09 100644
+--- a/src/module.c
 b/src/module.c
+@@ -96,7 +96,9 @@ int module_unload(char *driver) {
+ int retries = 30;
+ bb_log(LOG_INFO, "Unloading %s driver\n", driver);
+ char *mod_argv[] = {
+-  "rmmod",
++  "modprobe",
++  "-r",
++  "nvidia_modeset",
+   driver,
+   NULL
+ };

Added: 0002-bb_nvidia_modeset-detection_bug699_02.patch
===
--- 0002-bb_nvidia_modeset-detection_bug699_02.patch
(rev 0)
+++ 0002-bb_nvidia_modeset-detection_bug699_02.patch2016-04-14 20:48:54 UTC 
(rev 171087)
@@ -0,0 +1,56 @@
+From 09d537e8e5313cd0f2c7bf6620ca70454de8a04a Mon Sep 17 00:00:00 2001
+From: Abuzer Rafey 
+Date: Tue, 8 Dec 2015 12:01:05 -0500
+Subject: [PATCH] Added nvidia_modeset detection for issue #699
+
+---
+ src/module.c | 24 ++--
+ 1 file changed, 22 insertions(+), 2 deletions(-)
+
+diff --git a/src/module.c b/src/module.c
+index 6b6cb09..eea0139 100644
+--- a/src/module.c
 b/src/module.c
+@@ -92,13 +92,15 @@ int module_load(char *module_name, char *driver) {
+  * @return 1 if the driver is succesfully unloaded, 0 otherwise
+  */
+ int module_unload(char *driver) {
+-  if (module_is_loaded(driver) == 1) {
++
++  if (module_is_loaded(driver) == 1 &&
++module_is_loaded("nvidia_modeset") == 1) {
+ int retries = 30;
+ bb_log(LOG_INFO, "Unloading %s driver\n", driver);
+ char *mod_argv[] = {
+   "modprobe",
+   "-r",
+-  "nvidia_modeset",
++  "nvidia-modeset",
+   driver,
+   NULL
+ };
+@@ -111,6 +113,24 @@ int module_unload(char *driver) {
+   return 0;
+ }
+   }
++else if (module_is_loaded(driver) == 1) {
++  int retries = 30;
++  bb_log(LOG_INFO, "Unloading %s driver\n", driver);
++  char *mod_argv[] = {
++"modprobe",
++"-r",
++driver,
++NULL
++  };
++  bb_run_fork_wait(mod_argv, 10);
++  while (retries-- > 0 && module_is_loaded(driver) == 1) {
++usleep(10);
++  }
++  if (module_is_loaded(driver) == 1) {
++bb_log(LOG_ERR, "Unloading %s driver timed out.\n", driver);
++return 0;
++  }
++}
+   return 1;
+ }
+ 

Added: 0003-bb_nvidia_umv_detection_bug699.patch
===
--- 0003-bb_nvidia_umv_detection_bug699.patch   (rev 0)
+++ 0003-bb_nvidia_umv_detection_bug699.patch   2016-04-14 20:48:54 UTC (rev 
171087)
@@ -0,0 +1,76 @@
+From dbbf20a38aa2bffb10c4e8af583b34dff6bfe721 Mon Sep 17 00:00:00 2001
+From: Abuzer Rafey 
+Date: Wed, 9 Dec 2015 21:26:29 -0500
+Subject: [PATCH] Fix nvidia_uvm just like nvidia_modeset
+
+---
+ src/module.c | 35 +++
+ 1 file changed, 27 insertions(+), 8 deletions(-)
+
+diff --git a/src/module.c b/src/module.c
+index eea0139..b5a4d79 100644
+--- a/src/module.c
 

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

2016-04-14 Thread Sven-Hendrik Haase
Date: Thursday, April 14, 2016 @ 22:49:19
  Author: svenstaro
Revision: 171088

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

Added:
  
bumblebee/repos/community-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch
(from rev 171087, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
  
bumblebee/repos/community-i686/0002-bb_nvidia_modeset-detection_bug699_02.patch
(from rev 171087, 
bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch)
  bumblebee/repos/community-i686/0003-bb_nvidia_umv_detection_bug699.patch
(from rev 171087, bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch)
  bumblebee/repos/community-i686/0004-bb_nvidia_drm_detection_bug699_01.patch
(from rev 171087, 
bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch)
  bumblebee/repos/community-i686/0005-bb_nvidia_drm_detection_bug699_02.patch
(from rev 171087, 
bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch)
  bumblebee/repos/community-i686/0006-bb_hexadicimal_bug573.patch
(from rev 171087, bumblebee/trunk/0006-bb_hexadicimal_bug573.patch)
  bumblebee/repos/community-i686/0007-bb_mutebblogger.patch
(from rev 171087, bumblebee/trunk/0007-bb_mutebblogger.patch)
  bumblebee/repos/community-i686/PKGBUILD
(from rev 171087, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.conf
(from rev 171087, bumblebee/trunk/bumblebee.conf)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 171087, bumblebee/trunk/bumblebee.install)
  
bumblebee/repos/community-x86_64/0001-bb_nvidia_modeset-detection_bug699_01.patch
(from rev 171087, 
bumblebee/trunk/0001-bb_nvidia_modeset-detection_bug699_01.patch)
  
bumblebee/repos/community-x86_64/0002-bb_nvidia_modeset-detection_bug699_02.patch
(from rev 171087, 
bumblebee/trunk/0002-bb_nvidia_modeset-detection_bug699_02.patch)
  bumblebee/repos/community-x86_64/0003-bb_nvidia_umv_detection_bug699.patch
(from rev 171087, bumblebee/trunk/0003-bb_nvidia_umv_detection_bug699.patch)
  bumblebee/repos/community-x86_64/0004-bb_nvidia_drm_detection_bug699_01.patch
(from rev 171087, 
bumblebee/trunk/0004-bb_nvidia_drm_detection_bug699_01.patch)
  bumblebee/repos/community-x86_64/0005-bb_nvidia_drm_detection_bug699_02.patch
(from rev 171087, 
bumblebee/trunk/0005-bb_nvidia_drm_detection_bug699_02.patch)
  bumblebee/repos/community-x86_64/0006-bb_hexadicimal_bug573.patch
(from rev 171087, bumblebee/trunk/0006-bb_hexadicimal_bug573.patch)
  bumblebee/repos/community-x86_64/0007-bb_mutebblogger.patch
(from rev 171087, bumblebee/trunk/0007-bb_mutebblogger.patch)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 171087, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.conf
(from rev 171087, bumblebee/trunk/bumblebee.conf)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 171087, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

---+
 /PKGBUILD |  160 
++
 /bumblebee.install|   16 +
 community-i686/0001-bb_nvidia_modeset-detection_bug699_01.patch   |   24 +
 community-i686/0002-bb_nvidia_modeset-detection_bug699_02.patch   |   56 +++
 community-i686/0003-bb_nvidia_umv_detection_bug699.patch  |   76 
 community-i686/0004-bb_nvidia_drm_detection_bug699_01.patch   |   44 ++
 community-i686/0005-bb_nvidia_drm_detection_bug699_02.patch   |  109 ++
 community-i686/0006-bb_hexadicimal_bug573.patch   |   23 +
 community-i686/0007-bb_mutebblogger.patch |   15 
 community-i686/PKGBUILD   |   68 
 community-i686/bumblebee.conf |6 
 community-i686/bumblebee.install  |8 
 community-x86_64/0001-bb_nvidia_modeset-detection_bug699_01.patch |   24 +
 community-x86_64/0002-bb_nvidia_modeset-detection_bug699_02.patch |   56 +++
 community-x86_64/0003-bb_nvidia_umv_detection_bug699.patch|   76 
 community-x86_64/0004-bb_nvidia_drm_detection_bug699_01.patch |   44 ++
 community-x86_64/0005-bb_nvidia_drm_detection_bug699_02.patch |  109 ++
 community-x86_64/0006-bb_hexadicimal_bug573.patch |   23 +
 community-x86_64/0007-bb_mutebblogger.patch   |   15 
 community-x86_64/PKGBUILD |   68 
 community-x86_64/bumblebee.conf   |6 
 community-x86_64/bumblebee.install|8 
 22 files changed, 882 insertions(+), 152 deletions(-)

The diff is 

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

2016-04-14 Thread Maxime Gauduin
Date: Thursday, April 14, 2016 @ 22:46:50
  Author: alucryd
Revision: 171086

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 lollypop.install |   30 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 20:46:40 UTC (rev 171085)
+++ PKGBUILD2016-04-14 20:46:50 UTC (rev 171086)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.91
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-install='lollypop.install'
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('f24768737aaef1fb710de555117866a49ad51e968f8958dc677396e1a07dcc0d')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 171085, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 20:46:50 UTC (rev 171086)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.95
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
+sha256sums=('51ea77d34442a6b942ea0907ad2e56920cbaaa5b0b42a31d818dc9ca869cc3dc')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2016-04-14 20:46:40 UTC (rev 171085)
+++ lollypop.install2016-04-14 20:46:50 UTC (rev 171086)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 171085, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2016-04-14 20:46:50 UTC (rev 171086)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-04-14 Thread Maxime Gauduin
Date: Thursday, April 14, 2016 @ 22:46:40
  Author: alucryd
Revision: 171085

upgpkg: lollypop 0.9.95-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 19:47:24 UTC (rev 171084)
+++ PKGBUILD2016-04-14 20:46:40 UTC (rev 171085)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.91
+pkgver=0.9.95
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -18,7 +18,7 @@
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('f24768737aaef1fb710de555117866a49ad51e968f8958dc677396e1a07dcc0d')
+sha256sums=('51ea77d34442a6b942ea0907ad2e56920cbaaa5b0b42a31d818dc9ca869cc3dc')
 
 build() {
   cd lollypop-${pkgver}


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

2016-04-14 Thread Jaroslav Lichtblau
Date: Thursday, April 14, 2016 @ 21:47:24
  Author: jlichtblau
Revision: 171084

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

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

-+
 /PKGBUILD   |   76 ++
 /moneymanagerex.install |   22 
 community-i686/PKGBUILD |   38 ---
 community-i686/moneymanagerex.install   |   11 
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/moneymanagerex.install |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-14 19:47:07 UTC (rev 171083)
+++ community-i686/PKGBUILD 2016-04-14 19:47:24 UTC (rev 171084)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 171083, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-14 19:47:24 UTC (rev 171084)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.2.7
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/moneymanagerex.install
===
--- community-i686/moneymanagerex.install   2016-04-14 19:47:07 UTC (rev 
171083)
+++ community-i686/moneymanagerex.install   2016-04-14 19:47:24 UTC (rev 
171084)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-i686/moneymanagerex.install (from rev 
171083, moneymanagerex/trunk/moneymanagerex.install)
===
--- community-i686/moneymanagerex.install   (rev 0)
+++ community-i686/moneymanagerex.install   2016-04-14 19:47:24 UTC (rev 
171084)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-14 19:47:07 UTC (rev 171083)
+++ community-x86_64/PKGBUILD   2016-04-14 19:47:24 UTC (rev 171084)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.2.6

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

2016-04-14 Thread Jaroslav Lichtblau
Date: Thursday, April 14, 2016 @ 21:47:07
  Author: jlichtblau
Revision: 171083

upgpkg: moneymanagerex 1.2.7-1 - new upstream release

Modified:
  moneymanagerex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 19:44:46 UTC (rev 171082)
+++ PKGBUILD2016-04-14 19:47:07 UTC (rev 171083)
@@ -3,7 +3,7 @@
 # Contributor: TDY 
 
 pkgname=moneymanagerex
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')


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

2016-04-14 Thread Jaroslav Lichtblau
Date: Thursday, April 14, 2016 @ 21:44:46
  Author: jlichtblau
Revision: 171082

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-14 19:44:27 UTC (rev 171081)
+++ community-i686/PKGBUILD 2016-04-14 19:44:46 UTC (rev 171082)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.24.0
-pkgrel=2
-pkgdesc='Python bindings for libgit2'
-arch=('i686' 'x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.24.0')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-md5sums=('135adc1c70129d904ec89315b91cc26a')
-
-package_python-pygit2() {
-  depends+=('python' 'python-cffi')
-  replaces=('python-libgit2')
-  conflicts=('python-libgit2')
-
-  cd "pygit2-$pkgver"
-  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygit2() {
-  depends+=('python2' 'python2-cffi')
-  replaces=('python2-libgit2')
-  conflicts=('python2-libgit2')
-
-  cd "pygit2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygit2/repos/community-i686/PKGBUILD (from rev 171081, 
python-pygit2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-14 19:44:46 UTC (rev 171082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Maintainer: Daniel Micay 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgbase=python-pygit2
+pkgname=('python-pygit2' 'python2-pygit2')
+pkgver=0.24.0
+pkgrel=3
+pkgdesc='Python bindings for libgit2'
+arch=('i686' 'x86_64')
+url="https://github.com/libgit2/pygit2;
+license=('GPL2')
+depends=('libgit2>=1:0.24.0')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
+sha256sums=('3648c59c62bbde683eec65ef3fb1d3db58e10b5dee15517461778ecf205971fb')
+
+package_python-pygit2() {
+  depends+=('python-cffi' 'python2-six')
+  replaces=('python-libgit2')
+  conflicts=('python-libgit2')
+
+  cd "pygit2-$pkgver"
+  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygit2() {
+  depends+=('python2-cffi' 'python2-six')
+  replaces=('python2-libgit2')
+  conflicts=('python2-libgit2')
+
+  cd "pygit2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-14 19:44:27 UTC (rev 171081)
+++ community-x86_64/PKGBUILD   2016-04-14 19:44:46 UTC (rev 171082)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Daniel Micay 
-
-pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.24.0
-pkgrel=2
-pkgdesc='Python bindings for libgit2'
-arch=('i686' 'x86_64')
-url="https://github.com/libgit2/pygit2;
-license=('GPL2')
-depends=('libgit2>=1:0.24.0')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-md5sums=('135adc1c70129d904ec89315b91cc26a')
-
-package_python-pygit2() {
-  depends+=('python' 'python-cffi')
-  replaces=('python-libgit2')
-  conflicts=('python-libgit2')
-
-  cd "pygit2-$pkgver"
-  LANG=en_US.UTF8 python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygit2() {
-  depends+=('python2' 'python2-cffi')
-  replaces=('python2-libgit2')
-  conflicts=('python2-libgit2')
-
-  cd "pygit2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 171081, 
python-pygit2/trunk/PKGBUILD)

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

2016-04-14 Thread Jaroslav Lichtblau
Date: Thursday, April 14, 2016 @ 21:44:27
  Author: jlichtblau
Revision: 171081

upgpkg: python-pygit2 0.24.0-3 - FS#48906 fix

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 18:47:43 UTC (rev 171080)
+++ PKGBUILD2016-04-14 19:44:27 UTC (rev 171081)
@@ -1,22 +1,23 @@
 # $Id$
 # Maintainer: Lukas Fleischer 
 # Maintainer: Daniel Micay 
+# Maintainer: Jaroslav Lichtblau 
 
 pkgbase=python-pygit2
-pkgname=(python-pygit2 python2-pygit2)
+pkgname=('python-pygit2' 'python2-pygit2')
 pkgver=0.24.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for libgit2'
 arch=('i686' 'x86_64')
 url="https://github.com/libgit2/pygit2;
 license=('GPL2')
 depends=('libgit2>=1:0.24.0')
-makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git')
+makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 
'python2-setuptools' 'git' 'python-six' 'python2-six')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz;)
-md5sums=('135adc1c70129d904ec89315b91cc26a')
+sha256sums=('3648c59c62bbde683eec65ef3fb1d3db58e10b5dee15517461778ecf205971fb')
 
 package_python-pygit2() {
-  depends+=('python' 'python-cffi')
+  depends+=('python-cffi' 'python2-six')
   replaces=('python-libgit2')
   conflicts=('python-libgit2')
 
@@ -25,7 +26,7 @@
 }
 
 package_python2-pygit2() {
-  depends+=('python2' 'python2-cffi')
+  depends+=('python2-cffi' 'python2-six')
   replaces=('python2-libgit2')
   conflicts=('python2-libgit2')
 


[arch-commits] Commit in mingw-w64-headers/repos/community-any (PKGBUILD PKGBUILD)

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 20:47:43
  Author: spupykin
Revision: 171080

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers/repos/community-any/PKGBUILD
(from rev 171079, mingw-w64-headers/trunk/PKGBUILD)
Deleted:
  mingw-w64-headers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 17:42:20 UTC (rev 171079)
+++ PKGBUILD2016-04-14 18:47:43 UTC (rev 171080)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname='mingw-w64-headers'
-pkgver=4.0.5
-_pkgver=${pkgver/rc/-rc}
-pkgrel=1
-pkgdesc="MinGW-w64 headers for Windows"
-arch=('any')
-url="http://mingw-w64.sourceforge.net;
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-options=('!strip' '!libtool' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('d99ef0bd7323dc0351aff2294c12ffd1')
-
-build() {
-  for _target in ${_targets}; do
-msg "Configuring ${_target} headers"
-mkdir -p ${srcdir}/headers-${_target} && cd ${srcdir}/headers-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg "Installing ${_target} headers"
-cd ${srcdir}/headers-${_target}
-make DESTDIR=${pkgdir} install
-rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
-rm ${pkgdir}/usr/${_target}/include/pthread_time.h
-rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-
-  msg "Installing MinGW-w64 licenses"
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64-runtime.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/ddk/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/ddk-readme.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-COPYING.LIB
-  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-readme.txt
-}

Copied: mingw-w64-headers/repos/community-any/PKGBUILD (from rev 171079, 
mingw-w64-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 18:47:43 UTC (rev 171080)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname='mingw-w64-headers'
+pkgver=4.0.6
+_pkgver=${pkgver/rc/-rc}
+pkgrel=1
+pkgdesc="MinGW-w64 headers for Windows"
+arch=('any')
+url="http://mingw-w64.sourceforge.net;
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+options=('!strip' '!libtool' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('e3998f1192ea44049685059225074952')
+
+build() {
+  for _target in ${_targets}; do
+msg "Configuring ${_target} headers"
+mkdir -p ${srcdir}/headers-${_target} && cd ${srcdir}/headers-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg "Installing ${_target} headers"
+cd ${srcdir}/headers-${_target}
+make DESTDIR=${pkgdir} install
+rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
+rm ${pkgdir}/usr/${_target}/include/pthread_time.h
+rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
+  done
+
+  msg "Installing MinGW-w64 licenses"
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64-runtime.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/ddk/readme.txt 
${pkgdir}/usr/share/licenses/${pkgname}/ddk-readme.txt
+  install -Dm644 
${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/direct-x/COPYING.LIB 
${pkgdir}/usr/share/licenses/${pkgname}/direct-x-COPYING.LIB
+  install 

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

2016-04-14 Thread Antonio Rojas
Date: Thursday, April 14, 2016 @ 19:42:20
  Author: arojas
Revision: 171079

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

Added:
  mythtv/repos/community-i686/99-mythbackend.rules
(from rev 171078, mythtv/trunk/99-mythbackend.rules)
  mythtv/repos/community-i686/PKGBUILD
(from rev 171078, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/mythbackend.service
(from rev 171078, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 171078, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/99-mythbackend.rules
(from rev 171078, mythtv/trunk/99-mythbackend.rules)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 171078, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 171078, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 171078, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/99-mythbackend.rules
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/99-mythbackend.rules
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

---+
 /99-mythbackend.rules |   12 ++
 /PKGBUILD |  148 
 /mythbackend.service  |   30 ++
 /mythtv.install   |   44 +
 community-i686/99-mythbackend.rules   |6 -
 community-i686/PKGBUILD   |   74 
 community-i686/mythbackend.service|   15 ---
 community-i686/mythtv.install |   22 
 community-x86_64/99-mythbackend.rules |6 -
 community-x86_64/PKGBUILD |   74 
 community-x86_64/mythbackend.service  |   15 ---
 community-x86_64/mythtv.install   |   22 
 12 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/99-mythbackend.rules
===
--- community-i686/99-mythbackend.rules 2016-04-14 17:41:23 UTC (rev 171078)
+++ community-i686/99-mythbackend.rules 2016-04-14 17:42:20 UTC (rev 171079)
@@ -1,6 +0,0 @@
-#
-# Create systemd device units for capture devices
-#
-SUBSYSTEM=="video4linux", TAG+="systemd"
-SUBSYSTEM=="dvb", TAG+="systemd"
-SUBSYSTEM=="firewire", TAG+="systemd"

Copied: mythtv/repos/community-i686/99-mythbackend.rules (from rev 171078, 
mythtv/trunk/99-mythbackend.rules)
===
--- community-i686/99-mythbackend.rules (rev 0)
+++ community-i686/99-mythbackend.rules 2016-04-14 17:42:20 UTC (rev 171079)
@@ -0,0 +1,6 @@
+#
+# Create systemd device units for capture devices
+#
+SUBSYSTEM=="video4linux", TAG+="systemd"
+SUBSYSTEM=="dvb", TAG+="systemd"
+SUBSYSTEM=="firewire", TAG+="systemd"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-14 17:41:23 UTC (rev 171078)
+++ community-i686/PKGBUILD 2016-04-14 17:42:20 UTC (rev 171079)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-# Contributor: Juergen Hoetzel 
-# Contributor: 
-# Contributor: dorphell 
-
-pkgname=mythtv
-pkgver=0.28
-pkgrel=2
-epoch=1
-pkgdesc="A Homebrew PVR project"
-arch=('i686' 'x86_64')
-url="http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libgl' 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qt5-webkit' 'qt5-script' 'taglib' 
'urlgrabber'
- 'libx264' 'libvdpau' 'exiv2' 'libxrandr')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
-'mythbackend.service' '99-mythbackend.rules')
-sha256sums=('13d846c8163dcfe091ea3033d176cf5459bdd0ab671f8cf2539a17bd4479a3b2'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333')
-
-prepare() {
-  cd 

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

2016-04-14 Thread Antonio Rojas
Date: Thursday, April 14, 2016 @ 19:41:23
  Author: arojas
Revision: 171078

More python -> python2 porting (FS#48939)

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:33:24 UTC (rev 171077)
+++ PKGBUILD2016-04-14 17:41:23 UTC (rev 171078)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.28
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 prepare() {
   cd $pkgname-$pkgver/$pkgname
 
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  find 'bindings/python' 'contrib' 'programs/scripts' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
 }
 
 build() {


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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:31:45
  Author: andyrtr
Revision: 171073

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

Added:
  tp_smapi-lts/repos/community-staging-i686/
  tp_smapi-lts/repos/community-staging-i686/PKGBUILD
(from rev 171072, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-staging-i686/tp_smapi-lts.install
(from rev 171072, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-staging-x86_64/
  tp_smapi-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 171072, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-staging-x86_64/tp_smapi-lts.install
(from rev 171072, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-staging-i686/PKGBUILD   |   57 
 community-staging-i686/tp_smapi-lts.install   |   13 +
 community-staging-x86_64/PKGBUILD |   57 
 community-staging-x86_64/tp_smapi-lts.install |   13 +
 4 files changed, 140 insertions(+)

Copied: tp_smapi-lts/repos/community-staging-i686/PKGBUILD (from rev 171072, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 17:31:45 UTC (rev 171073)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-4.4-lts
+pkgver=0.41
+pkgrel=49
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.4.7' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.7' 'linux-lts-headers<4.5')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="${srcdir}/${_pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi-lts/repos/community-staging-i686/tp_smapi-lts.install (from 
rev 171072, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-staging-i686/tp_smapi-lts.install (rev 0)
+++ community-staging-i686/tp_smapi-lts.install 2016-04-14 17:31:45 UTC (rev 
171073)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.4-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-staging-x86_64/PKGBUILD (from rev 171072, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 17:31:45 UTC (rev 171073)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-4.4-lts
+pkgver=0.41
+pkgrel=49
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.4.7' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.7' 'linux-lts-headers<4.5')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {

[arch-commits] Commit in tp_smapi-lts/trunk (PKGBUILD tp_smapi-lts.install)

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:31:37
  Author: andyrtr
Revision: 171072

upgpkg: tp_smapi-lts 0.41-49

kernel 4.4 branch rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD
  tp_smapi-lts/trunk/tp_smapi-lts.install

--+
 PKGBUILD |8 
 tp_smapi-lts.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:29:32 UTC (rev 171071)
+++ PKGBUILD2016-04-14 17:31:37 UTC (rev 171072)
@@ -10,15 +10,15 @@
 
 pkgname=tp_smapi-lts
 _pkgname=tp_smapi
-_extramodules=/usr/lib/modules/extramodules-4.1-lts
+_extramodules=/usr/lib/modules/extramodules-4.4-lts
 pkgver=0.41
-pkgrel=48
+pkgrel=49
 pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.1.19' 'linux-lts<4.2')
-makedepends=('linux-lts-headers>=4.1.19' 'linux-lts-headers<4.2')
+depends=('linux-lts>=4.4.7' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.7' 'linux-lts-headers<4.5')
 install="${pkgname}.install"
 
source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 md5sums=('63c683415c764568f6bf17c7eabe4752')

Modified: tp_smapi-lts.install
===
--- tp_smapi-lts.install2016-04-14 17:29:32 UTC (rev 171071)
+++ tp_smapi-lts.install2016-04-14 17:31:37 UTC (rev 171072)
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-4.1-lts
+extramodules=/usr/lib/modules/extramodules-4.4-lts
 
 post_install() {
   depmod -v $(< "$extramodules/version") &>/dev/null


[arch-commits] Commit in r8168-lts/trunk (PKGBUILD r8168-lts.install)

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:29:24
  Author: andyrtr
Revision: 171070

upgpkg: r8168-lts 8.041.00-5

kernel 4.4 branch rebuild

Modified:
  r8168-lts/trunk/PKGBUILD
  r8168-lts/trunk/r8168-lts.install

---+
 PKGBUILD  |8 
 r8168-lts.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:26:48 UTC (rev 171069)
+++ PKGBUILD2016-04-14 17:29:24 UTC (rev 171070)
@@ -4,19 +4,19 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.041.00
-pkgrel=4
+pkgrel=5
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 #url="http://www.realtek.com.tw;
 url="https://code.google.com/p/r8168/;
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=4.1.19" "linux-lts<4.2")
-makedepends=("linux-lts-headers>=4.1.19" "linux-lts-headers<4.2")
+depends=('glibc' "linux-lts>=4.4.7" "linux-lts<4.5")
+makedepends=("linux-lts-headers>=4.4.7" "linux-lts-headers<4.5")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
 
-_extramodules=extramodules-4.1-lts
+_extramodules=extramodules-4.4-lts
 
 build() {
cd "$_pkgname-$pkgver"

Modified: r8168-lts.install
===
--- r8168-lts.install   2016-04-14 17:26:48 UTC (rev 171069)
+++ r8168-lts.install   2016-04-14 17:29:24 UTC (rev 171070)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-4.1-lts'
+   EXTRAMODULES='extramodules-4.4-lts'
depmod $(cat /lib/modules/$EXTRAMODULES/version)
 }
 


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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:29:32
  Author: andyrtr
Revision: 171071

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

Added:
  r8168-lts/repos/community-staging-i686/
  r8168-lts/repos/community-staging-i686/PKGBUILD
(from rev 171070, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-staging-i686/r8168-lts.install
(from rev 171070, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-staging-x86_64/
  r8168-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 171070, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-staging-x86_64/r8168-lts.install
(from rev 171070, r8168-lts/trunk/r8168-lts.install)

+
 community-staging-i686/PKGBUILD|   34 +++
 community-staging-i686/r8168-lts.install   |   17 +
 community-staging-x86_64/PKGBUILD  |   34 +++
 community-staging-x86_64/r8168-lts.install |   17 +
 4 files changed, 102 insertions(+)

Copied: r8168-lts/repos/community-staging-i686/PKGBUILD (from rev 171070, 
r8168-lts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 17:29:32 UTC (rev 171071)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.041.00
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw;
+url="https://code.google.com/p/r8168/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.4.7" "linux-lts<4.5")
+makedepends=("linux-lts-headers>=4.4.7" "linux-lts-headers<4.5")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
+
+_extramodules=extramodules-4.4-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-staging-i686/r8168-lts.install (from rev 
171070, r8168-lts/trunk/r8168-lts.install)
===
--- community-staging-i686/r8168-lts.install(rev 0)
+++ community-staging-i686/r8168-lts.install2016-04-14 17:29:32 UTC (rev 
171071)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.4-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168-lts/repos/community-staging-x86_64/PKGBUILD (from rev 171070, 
r8168-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 17:29:32 UTC (rev 171071)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.041.00
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw;
+url="https://code.google.com/p/r8168/;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.4.7" "linux-lts<4.5")
+makedepends=("linux-lts-headers>=4.4.7" "linux-lts-headers<4.5")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
+
+_extramodules=extramodules-4.4-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" 

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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:26:48
  Author: andyrtr
Revision: 171069

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

Added:
  bbswitch-lts/repos/community-staging-i686/
  bbswitch-lts/repos/community-staging-i686/PKGBUILD
(from rev 171068, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-staging-i686/bbswitch-lts.install
(from rev 171068, bbswitch-lts/trunk/bbswitch-lts.install)
  bbswitch-lts/repos/community-staging-x86_64/
  bbswitch-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 171068, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-staging-x86_64/bbswitch-lts.install
(from rev 171068, bbswitch-lts/trunk/bbswitch-lts.install)

---+
 community-staging-i686/PKGBUILD   |   34 
 community-staging-i686/bbswitch-lts.install   |   12 
 community-staging-x86_64/PKGBUILD |   34 
 community-staging-x86_64/bbswitch-lts.install |   12 
 4 files changed, 92 insertions(+)

Copied: bbswitch-lts/repos/community-staging-i686/PKGBUILD (from rev 171068, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 17:26:48 UTC (rev 171069)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.4-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=18
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux-lts>=4.4.7' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.7' 'linux-lts-headers<4.5')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-staging-i686/bbswitch-lts.install (from 
rev 171068, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-staging-i686/bbswitch-lts.install (rev 0)
+++ community-staging-i686/bbswitch-lts.install 2016-04-14 17:26:48 UTC (rev 
171069)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch-lts/repos/community-staging-x86_64/PKGBUILD (from rev 171068, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 17:26:48 UTC (rev 171069)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.4-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=18
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux-lts>=4.4.7' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.7' 'linux-lts-headers<4.5')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-staging-x86_64/bbswitch-lts.install (from 
rev 171068, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- 

[arch-commits] Commit in bbswitch-lts/trunk (PKGBUILD bbswitch-lts.install)

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:26:39
  Author: andyrtr
Revision: 171068

upgpkg: bbswitch-lts 0.8-18

kernel 4.4 branch rebuild

Modified:
  bbswitch-lts/trunk/PKGBUILD
  bbswitch-lts/trunk/bbswitch-lts.install

--+
 PKGBUILD |8 
 bbswitch-lts.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:24:34 UTC (rev 171067)
+++ PKGBUILD2016-04-14 17:26:39 UTC (rev 171068)
@@ -6,14 +6,14 @@
 pkgname=bbswitch-lts
 _basename=bbswitch
 pkgver=0.8
-_extramodules=extramodules-4.1-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=17
+_extramodules=extramodules-4.4-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=18
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
 license=('GPL')
-depends=('linux-lts>=4.1.19' 'linux-lts<4.2')
-makedepends=('linux-lts-headers>=4.1.19' 'linux-lts-headers<4.2')
+depends=('linux-lts>=4.4.7' 'linux-lts<4.5')
+makedepends=('linux-lts-headers>=4.4.7' 'linux-lts-headers<4.5')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')

Modified: bbswitch-lts.install
===
--- bbswitch-lts.install2016-04-14 17:24:34 UTC (rev 171067)
+++ bbswitch-lts.install2016-04-14 17:26:39 UTC (rev 171068)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


[arch-commits] Commit in acpi_call-lts/trunk (PKGBUILD acpi_call.install)

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:24:25
  Author: andyrtr
Revision: 171066

upgpkg: acpi_call-lts 1.1.0-29

kernel 4.4 branch rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD
  acpi_call-lts/trunk/acpi_call.install

---+
 PKGBUILD  |8 
 acpi_call.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:06:48 UTC (rev 171065)
+++ PKGBUILD2016-04-14 17:24:25 UTC (rev 171066)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=28
-_extramodules=extramodules-4.1-lts
+pkgrel=29
+_extramodules=extramodules-4.4-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url="http://github.com/mkottman/${pkgname%-*};
 license=('GPL')
-depends=('linux-lts>=4.1.19')
-makedepends=('linux-lts-headers>=4.1.19')
+depends=('linux-lts>=4.4.7')
+makedepends=('linux-lts-headers>=4.4.7')
 provides=("${pkgname%-*}")
 install="${pkgname%-*}.install"
 source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")

Modified: acpi_call.install
===
--- acpi_call.install   2016-04-14 17:06:48 UTC (rev 171065)
+++ acpi_call.install   2016-04-14 17:24:25 UTC (rev 171066)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.1-lts
+  _extramodules=extramodules-4.4-lts
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 


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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:24:34
  Author: andyrtr
Revision: 171067

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

Added:
  acpi_call-lts/repos/community-staging-i686/
  acpi_call-lts/repos/community-staging-i686/PKGBUILD
(from rev 171066, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-staging-i686/acpi_call.install
(from rev 171066, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-staging-x86_64/
  acpi_call-lts/repos/community-staging-x86_64/PKGBUILD
(from rev 171066, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-staging-x86_64/acpi_call.install
(from rev 171066, acpi_call-lts/trunk/acpi_call.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/acpi_call.install   |   14 +++
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/acpi_call.install |   14 +++
 4 files changed, 124 insertions(+)

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

Copied: acpi_call-lts/repos/community-staging-i686/acpi_call.install (from rev 
171066, acpi_call-lts/trunk/acpi_call.install)
===
--- community-staging-i686/acpi_call.install(rev 0)
+++ community-staging-i686/acpi_call.install2016-04-14 17:24:34 UTC (rev 
171067)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.4-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-staging-x86_64/PKGBUILD (from rev 171066, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 17:24:34 UTC (rev 171067)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=29
+_extramodules=extramodules-4.4-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*};
+license=('GPL')
+depends=('linux-lts>=4.4.7')
+makedepends=('linux-lts-headers>=4.4.7')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko 

[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD nvidia-340xx-lts.install)

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:21:39
  Author: andyrtr
Revision: 264956

upgpkg: nvidia-340xx-lts 340.96-5

kernel 4.4 branch rebuild

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD
  nvidia-340xx-lts/trunk/nvidia-340xx-lts.install

--+
 PKGBUILD |6 +++---
 nvidia-340xx-lts.install |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:17:42 UTC (rev 264955)
+++ PKGBUILD2016-04-14 17:21:39 UTC (rev 264956)
@@ -3,12 +3,12 @@
 
 pkgname=nvidia-340xx-lts
 pkgver=340.96
-_extramodules=extramodules-4.1-lts
-pkgrel=4
+_extramodules=extramodules-4.4-lts
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.1.19' 'linux-lts-headers>=4.1.19' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+makedepends=('linux-lts>=4.4.7' 'linux-lts-headers>=4.4.7' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')

Modified: nvidia-340xx-lts.install
===
--- nvidia-340xx-lts.install2016-04-14 17:17:42 UTC (rev 264955)
+++ nvidia-340xx-lts.install2016-04-14 17:21:39 UTC (rev 264956)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:21:47
  Author: andyrtr
Revision: 264957

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

Added:
  nvidia-340xx-lts/repos/staging-i686/
  nvidia-340xx-lts/repos/staging-i686/PKGBUILD
(from rev 264956, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/staging-i686/nvidia-340xx-lts.install
(from rev 264956, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/staging-x86_64/
  nvidia-340xx-lts/repos/staging-x86_64/PKGBUILD
(from rev 264956, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/staging-x86_64/nvidia-340xx-lts.install
(from rev 264956, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/nvidia-340xx-lts.install   |   15 +
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/nvidia-340xx-lts.install |   15 +
 4 files changed, 130 insertions(+)

Copied: nvidia-340xx-lts/repos/staging-i686/PKGBUILD (from rev 264956, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-14 17:21:47 UTC (rev 264957)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.96
+_extramodules=extramodules-4.4-lts
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.4.7' 'linux-lts-headers>=4.4.7' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('cb64b165b638671bcdc75bcf297b8d90'
+ '7bdbcee13bade63227933d9217571882')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  depends=('linux-lts>=4.1.11' "nvidia-340xx-utils=$pkgver" 'libgl')
+
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/staging-i686/nvidia-340xx-lts.install (from rev 
264956, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- staging-i686/nvidia-340xx-lts.install   (rev 0)
+++ staging-i686/nvidia-340xx-lts.install   2016-04-14 17:21:47 UTC (rev 
264957)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx-lts/repos/staging-x86_64/PKGBUILD (from rev 264956, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-14 17:21:47 UTC (rev 264957)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.96
+_extramodules=extramodules-4.4-lts
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.4.7' 'linux-lts-headers>=4.4.7' 
"nvidia-340xx-utils=$pkgver" "nvidia-340xx-libgl=${pkgver}")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)

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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:17:33
  Author: andyrtr
Revision: 264954

upgpkg: nvidia-304xx-lts 304.131-5

kernel 4.4 branch rebuild

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

--+
 PKGBUILD |8 
 nvidia-304xx-lts.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:13:34 UTC (rev 264953)
+++ PKGBUILD2016-04-14 17:17:33 UTC (rev 264954)
@@ -4,13 +4,13 @@
 
 pkgname=nvidia-304xx-lts
 pkgver=304.131
-_extramodules=extramodules-4.1-lts
-pkgrel=4
+_extramodules=extramodules-4.4-lts
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.1.19' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=4.1.19')
+depends=('linux-lts>=4.4.7' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.4.7')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')

Modified: nvidia-304xx-lts.install
===
--- nvidia-304xx-lts.install2016-04-14 17:13:34 UTC (rev 264953)
+++ nvidia-304xx-lts.install2016-04-14 17:17:33 UTC (rev 264954)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:17:42
  Author: andyrtr
Revision: 264955

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

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

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

Copied: nvidia-304xx-lts/repos/staging-i686/PKGBUILD (from rev 264954, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-14 17:17:42 UTC (rev 264955)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.131
+_extramodules=extramodules-4.4-lts
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.4.7' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.4.7')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums_i686=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
+sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/staging-i686/nvidia-304xx-lts.install (from rev 
264954, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- staging-i686/nvidia-304xx-lts.install   (rev 0)
+++ staging-i686/nvidia-304xx-lts.install   2016-04-14 17:17:42 UTC (rev 
264955)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/staging-x86_64/PKGBUILD (from rev 264954, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-14 17:17:42 UTC (rev 264955)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.131
+_extramodules=extramodules-4.4-lts
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.4.7' 'libgl' "nvidia-304xx-utils=${pkgver}")

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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:13:34
  Author: andyrtr
Revision: 264953

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

Added:
  nvidia-lts/repos/staging-i686/
  nvidia-lts/repos/staging-i686/PKGBUILD
(from rev 264952, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-i686/nvidia-lts.install
(from rev 264952, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 264952, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-x86_64/nvidia-lts.install
(from rev 264952, nvidia-lts/trunk/nvidia-lts.install)

---+
 staging-i686/PKGBUILD |   60 
 staging-i686/nvidia-lts.install   |   15 +
 staging-x86_64/PKGBUILD   |   60 
 staging-x86_64/nvidia-lts.install |   15 +
 4 files changed, 150 insertions(+)

Copied: nvidia-lts/repos/staging-i686/PKGBUILD (from rev 264952, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-14 17:13:34 UTC (rev 264953)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=364.16
+_extramodules=extramodules-4.4-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.7' 
'linux-lts-headers>=4.4.7')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+# See nvidia-utils
+# 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+# 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+source_i686=("NVIDIA-Linux-x86-${pkgver}.run::https://developer.nvidia.com/linux32bit;)
+source_x86_64=("NVIDIA-Linux-x86_64-${pkgver}.run::https://developer.nvidia.com/linux64bit;)
+md5sums_i686=('c25de6f7e328c6eab5305be0cd0b02d5')
+md5sums_x86_64=('5d954bfb0be8532779a4ca1741851493')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}"
+# [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.4.7' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/staging-i686/nvidia-lts.install (from rev 264952, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- staging-i686/nvidia-lts.install (rev 0)
+++ staging-i686/nvidia-lts.install 2016-04-14 17:13:34 UTC (rev 264953)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.4-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 264952, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-14 17:13:34 UTC (rev 264953)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=364.16

[arch-commits] Commit in nvidia-lts/trunk (PKGBUILD nvidia-lts.install)

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 19:10:28
  Author: andyrtr
Revision: 264952

upgpkg: nvidia-lts 364.16-3

kernel 4.4 branch rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD
  nvidia-lts/trunk/nvidia-lts.install

+
 PKGBUILD   |8 
 nvidia-lts.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 16:04:30 UTC (rev 264951)
+++ PKGBUILD2016-04-14 17:10:28 UTC (rev 264952)
@@ -3,12 +3,12 @@
 
 pkgname=nvidia-lts
 pkgver=364.16
-_extramodules=extramodules-4.1-lts
-pkgrel=2
+_extramodules=extramodules-4.4-lts
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.1.19' 
'linux-lts-headers>=4.1.19')
+makedepends=("nvidia-utils=$pkgver" "nvidia-libgl=$pkgver" 'linux-lts>=4.4.7' 
'linux-lts-headers>=4.4.7')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install
@@ -38,7 +38,7 @@
 }
 
 package() {
-depends=('linux-lts>=4.1.18' "nvidia-utils=$pkgver" 'libgl')
+depends=('linux-lts>=4.4.7' "nvidia-utils=$pkgver" 'libgl')
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
   
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"

Modified: nvidia-lts.install
===
--- nvidia-lts.install  2016-04-14 16:04:30 UTC (rev 264951)
+++ nvidia-lts.install  2016-04-14 17:10:28 UTC (rev 264952)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-4.1-lts'
+EXTRAMODULES='extramodules-4.4-lts'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }


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

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:06:48
  Author: spupykin
Revision: 171065

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

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

--+
 /PKGBUILD|   68 +
 /mypaint.install |   26 ++
 community-i686/PKGBUILD  |   27 --
 community-i686/mypaint.install   |   13 ---
 community-x86_64/PKGBUILD|   27 --
 community-x86_64/mypaint.install |   13 ---
 6 files changed, 94 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-14 17:06:33 UTC (rev 171064)
+++ community-i686/PKGBUILD 2016-04-14 17:06:48 UTC (rev 171065)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jon Nordby 
-
-pkgname=mypaint
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
-arch=('i686' 'x86_64')
-url="http://mypaint.org/;
-license=('GPL' 'LGPL')
-depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2' 'json-c'
-'lcms2' 'python2-gobject' 'gtk3')
-makedepends=('scons>=0.97' 'swig>=1.3.39')
-install=mypaint.install
-source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
-md5sums=('c7c2cfac8e1eec5549e58567ec68daac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  scons
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  scons prefix="$pkgdir"/usr install
-}

Copied: mypaint/repos/community-i686/PKGBUILD (from rev 171064, 
mypaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-14 17:06:48 UTC (rev 171065)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jon Nordby 
+
+pkgname=mypaint
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
+arch=('i686' 'x86_64')
+url="http://mypaint.org/;
+license=('GPL' 'LGPL')
+depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2' 'json-c'
+'lcms2' 'python2-gobject' 'gtk3')
+makedepends=('scons>=0.97' 'swig>=1.3.39')
+install=mypaint.install
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz
+   
https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch)
+md5sums=('c7c2cfac8e1eec5549e58567ec68daac'
+ 'e196d8ea9eb9e939118a17c04678a69a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  scons
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  scons prefix="$pkgdir"/usr install
+}

Deleted: community-i686/mypaint.install
===
--- community-i686/mypaint.install  2016-04-14 17:06:33 UTC (rev 171064)
+++ community-i686/mypaint.install  2016-04-14 17:06:48 UTC (rev 171065)
@@ -1,13 +0,0 @@
-post_install() {
-   [ -x `which update-mime-database` ] &&  update-mime-database 
usr/share/mime
-   [ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
-   bin/true
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-post_remove() {
-   post_install $1
-}

Copied: mypaint/repos/community-i686/mypaint.install (from rev 171064, 
mypaint/trunk/mypaint.install)
===
--- community-i686/mypaint.install  (rev 0)
+++ community-i686/mypaint.install  2016-04-14 17:06:48 UTC (rev 171065)
@@ -0,0 +1,13 @@
+post_install() {
+   [ -x `which update-mime-database` ] &&  update-mime-database 
usr/share/mime
+   [ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
+   bin/true
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-14 17:06:33 UTC (rev 171064)
+++ 

[arch-commits] Commit in mingw-w64-winpthreads/trunk (PKGBUILD)

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:06:20
  Author: spupykin
Revision: 171062

upgpkg: mingw-w64-winpthreads 4.0.6-1

upd

Modified:
  mingw-w64-winpthreads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:06:17 UTC (rev 171061)
+++ PKGBUILD2016-04-14 17:06:20 UTC (rev 171062)
@@ -5,7 +5,7 @@
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
 pkgname=mingw-w64-winpthreads
-pkgver=4.0.5
+pkgver=4.0.6
 _pkgver=${pkgver/rc/-rc}
 pkgrel=1
 pkgdesc='MinGW-w64 winpthreads library'
@@ -19,7 +19,7 @@
 replaces=('mingw-w64-headers-bootstrap')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('d99ef0bd7323dc0351aff2294c12ffd1')
+md5sums=('e3998f1192ea44049685059225074952')
 
 build() {
   for _target in ${_targets}; do


[arch-commits] Commit in mingw-w64-crt/repos/community-any (PKGBUILD PKGBUILD)

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:06:13
  Author: spupykin
Revision: 171060

archrelease: copy trunk to community-any

Added:
  mingw-w64-crt/repos/community-any/PKGBUILD
(from rev 171059, mingw-w64-crt/trunk/PKGBUILD)
Deleted:
  mingw-w64-crt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 17:06:04 UTC (rev 171059)
+++ PKGBUILD2016-04-14 17:06:13 UTC (rev 171060)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-crt
-pkgver=4.0.5
-_pkgver=${pkgver/rc/-rc}
-pkgrel=1
-pkgdesc='MinGW-w64 CRT for Windows'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('d99ef0bd7323dc0351aff2294c12ffd1')
-
-prepare() {
-  cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt
-  aclocal
-  automake
-}
-
-build() {
-  cd ${srcdir}
-  for _target in ${_targets}; do
-msg "Building ${_target} CRT"
-if [ ${_target} == "i686-w64-mingw32" ]; then
-_crt_configure_args="--disable-lib64 --enable-lib32"
-elif [ ${_target} == "x86_64-w64-mingw32" ]; then
-_crt_configure_args="--disable-lib32 --enable-lib64"
-fi
-mkdir -p ${srcdir}/crt-${_target} && cd ${srcdir}/crt-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-wildcard \
-${_crt_configure_args}
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg "Installing ${_target} crt"
-cd ${srcdir}/crt-${_target}
-make DESTDIR=${pkgdir} install
-  done
-}

Copied: mingw-w64-crt/repos/community-any/PKGBUILD (from rev 171059, 
mingw-w64-crt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 17:06:13 UTC (rev 171060)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-crt
+pkgver=4.0.6
+_pkgver=${pkgver/rc/-rc}
+pkgrel=1
+pkgdesc='MinGW-w64 CRT for Windows'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('e3998f1192ea44049685059225074952')
+
+prepare() {
+  cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt
+  aclocal
+  automake
+}
+
+build() {
+  cd ${srcdir}
+  for _target in ${_targets}; do
+msg "Building ${_target} CRT"
+if [ ${_target} == "i686-w64-mingw32" ]; then
+_crt_configure_args="--disable-lib64 --enable-lib32"
+elif [ ${_target} == "x86_64-w64-mingw32" ]; then
+_crt_configure_args="--disable-lib32 --enable-lib64"
+fi
+mkdir -p ${srcdir}/crt-${_target} && cd ${srcdir}/crt-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-wildcard \
+${_crt_configure_args}
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+msg "Installing ${_target} crt"
+cd ${srcdir}/crt-${_target}
+make DESTDIR=${pkgdir} install
+  done
+}


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

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:06:33
  Author: spupykin
Revision: 171064

upgpkg: mypaint 1.2.0-2

upd

Modified:
  mypaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:06:29 UTC (rev 171063)
+++ PKGBUILD2016-04-14 17:06:33 UTC (rev 171064)
@@ -4,7 +4,7 @@
 
 pkgname=mypaint
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and easy painting application for digital painters, with brush 
dynamics"
 arch=('i686' 'x86_64')
 url="http://mypaint.org/;
@@ -13,9 +13,16 @@
 'lcms2' 'python2-gobject' 'gtk3')
 makedepends=('scons>=0.97' 'swig>=1.3.39')
 install=mypaint.install
-source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
-md5sums=('c7c2cfac8e1eec5549e58567ec68daac')
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz
+   
https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch)
+md5sums=('c7c2cfac8e1eec5549e58567ec68daac'
+ 'e196d8ea9eb9e939118a17c04678a69a')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   scons


[arch-commits] Commit in mingw-w64-crt/trunk (PKGBUILD)

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:06:04
  Author: spupykin
Revision: 171059

upgpkg: mingw-w64-crt 4.0.6-1

upd

Modified:
  mingw-w64-crt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:06:00 UTC (rev 171058)
+++ PKGBUILD2016-04-14 17:06:04 UTC (rev 171059)
@@ -5,7 +5,7 @@
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
 pkgname=mingw-w64-crt
-pkgver=4.0.5
+pkgver=4.0.6
 _pkgver=${pkgver/rc/-rc}
 pkgrel=1
 pkgdesc='MinGW-w64 CRT for Windows'
@@ -16,7 +16,7 @@
 makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
 options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('d99ef0bd7323dc0351aff2294c12ffd1')
+md5sums=('e3998f1192ea44049685059225074952')
 
 prepare() {
   cd ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-crt


[arch-commits] Commit in mingw-w64-winpthreads/repos/community-any (PKGBUILD PKGBUILD)

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:06:29
  Author: spupykin
Revision: 171063

archrelease: copy trunk to community-any

Added:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD
(from rev 171062, mingw-w64-winpthreads/trunk/PKGBUILD)
Deleted:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 17:06:20 UTC (rev 171062)
+++ PKGBUILD2016-04-14 17:06:29 UTC (rev 171063)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-winpthreads
-pkgver=4.0.5
-_pkgver=${pkgver/rc/-rc}
-pkgrel=1
-pkgdesc='MinGW-w64 winpthreads library'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
-provides=('mingw-w64-headers-bootstrap')
-conflicts=('mingw-w64-headers-bootstrap')
-replaces=('mingw-w64-headers-bootstrap')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('d99ef0bd7323dc0351aff2294c12ffd1')
-
-build() {
-  for _target in ${_targets}; do
-msg "Building ${_target} winpthreads..."
-mkdir -p ${srcdir}/winpthreads-build-${_target} && cd 
${srcdir}/winpthreads-build-${_target}
-${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
---host=${_target} --enable-static --enable-shared
-make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/winpthreads-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip --strip-unneeded "$pkgdir"/usr/${_target}/bin/*.dll
-  done
-}
\ No newline at end of file

Copied: mingw-w64-winpthreads/repos/community-any/PKGBUILD (from rev 171062, 
mingw-w64-winpthreads/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 17:06:29 UTC (rev 171063)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-winpthreads
+pkgver=4.0.6
+_pkgver=${pkgver/rc/-rc}
+pkgrel=1
+pkgdesc='MinGW-w64 winpthreads library'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
+provides=('mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-headers-bootstrap')
+replaces=('mingw-w64-headers-bootstrap')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('e3998f1192ea44049685059225074952')
+
+build() {
+  for _target in ${_targets}; do
+msg "Building ${_target} winpthreads..."
+mkdir -p ${srcdir}/winpthreads-build-${_target} && cd 
${srcdir}/winpthreads-build-${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure 
--prefix=/usr/${_target} \
+--host=${_target} --enable-static --enable-shared
+make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/winpthreads-build-${_target}
+make DESTDIR=${pkgdir} install
+${_target}-strip --strip-unneeded "$pkgdir"/usr/${_target}/bin/*.dll
+  done
+}
\ No newline at end of file


[arch-commits] Commit in mingw-w64-headers/trunk (PKGBUILD)

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:06:17
  Author: spupykin
Revision: 171061

upgpkg: mingw-w64-headers 4.0.6-1

upd

Modified:
  mingw-w64-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 17:06:13 UTC (rev 171060)
+++ PKGBUILD2016-04-14 17:06:17 UTC (rev 171061)
@@ -5,7 +5,7 @@
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
 pkgname='mingw-w64-headers'
-pkgver=4.0.5
+pkgver=4.0.6
 _pkgver=${pkgver/rc/-rc}
 pkgrel=1
 pkgdesc="MinGW-w64 headers for Windows"
@@ -15,7 +15,7 @@
 groups=('mingw-w64-toolchain' 'mingw-w64')
 options=('!strip' '!libtool' '!emptydirs')
 
source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('d99ef0bd7323dc0351aff2294c12ffd1')
+md5sums=('e3998f1192ea44049685059225074952')
 
 build() {
   for _target in ${_targets}; do


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

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:06:00
  Author: spupykin
Revision: 171058

archrelease: copy trunk to community-any

Added:
  elixir/repos/community-any/PKGBUILD
(from rev 171057, elixir/trunk/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 17:05:51 UTC (rev 171057)
+++ PKGBUILD2016-04-14 17:06:00 UTC (rev 171058)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Old maintainer: Gilbert Kennen 
-
-pkgname=elixir
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
-url="http://elixir-lang.org;
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
-md5sums=('e3225f4d2faa4186d21437b6726132ce')
-
-build() {
-  cd "${srcdir}/"elixir-lang*
-  make
-}
-
-check() {
-  cd "${srcdir}/"elixir-lang*
-  make test_erlang
-}
-
-package() {
-  cd "${srcdir}/"elixir-lang*
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 171057, 
elixir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 17:06:00 UTC (rev 171058)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Old maintainer: Gilbert Kennen 
+
+pkgname=elixir
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
+url="http://elixir-lang.org;
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
+md5sums=('e3225f4d2faa4186d21437b6726132ce')
+
+build() {
+  cd "${srcdir}/"elixir-lang*
+  make
+}
+
+check() {
+  cd "${srcdir}/"elixir-lang*
+  make test_erlang
+}
+
+package() {
+  cd "${srcdir}/"elixir-lang*
+  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}


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

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 19:05:51
  Author: spupykin
Revision: 171057

upgpkg: elixir 1.2.4-2

upd

Modified:
  elixir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 15:07:56 UTC (rev 171056)
+++ PKGBUILD2016-04-14 17:05:51 UTC (rev 171057)
@@ -4,12 +4,12 @@
 
 pkgname=elixir
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="a functional meta-programming aware language built on top of the 
Erlang VM"
 url="http://elixir-lang.org;
 arch=('any')
 license=('Apache' 'custom:EPL')
-depends=('erlang')
+depends=('erlang-nox')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/tarball/v${pkgver};)
 md5sums=('e3225f4d2faa4186d21437b6726132ce')
 


[arch-commits] Commit in linux/trunk (config config.x86_64)

2016-04-14 Thread Tobias Powalowski
Date: Thursday, April 14, 2016 @ 18:04:30
  Author: tpowa
Revision: 264951

fix #48936

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2016-04-14 15:55:40 UTC (rev 264950)
+++ config  2016-04-14 16:04:30 UTC (rev 264951)
@@ -6238,7 +6238,7 @@
 CONFIG_FSL_EDMA=m
 CONFIG_INTEL_IDMA64=m
 CONFIG_PCH_DMA=m
-CONFIG_DW_DMAC_CORE=m
+CONFIG_DW_DMAC_CORE=y
 CONFIG_DW_DMAC=m
 CONFIG_DW_DMAC_PCI=m
 CONFIG_HSU_DMA=y

Modified: config.x86_64
===
--- config.x86_64   2016-04-14 15:55:40 UTC (rev 264950)
+++ config.x86_64   2016-04-14 16:04:30 UTC (rev 264951)
@@ -6008,7 +6008,7 @@
 CONFIG_INTEL_IDMA64=m
 CONFIG_INTEL_IOATDMA=m
 CONFIG_INTEL_MIC_X100_DMA=m
-CONFIG_DW_DMAC_CORE=m
+CONFIG_DW_DMAC_CORE=y
 CONFIG_DW_DMAC=m
 CONFIG_DW_DMAC_PCI=m
 CONFIG_HSU_DMA=y


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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 17:55:40
  Author: andyrtr
Revision: 264950

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

Added:
  linux-lts/repos/staging-i686/
  linux-lts/repos/staging-i686/0001-sdhci-revert.patch
(from rev 264949, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/staging-i686/PKGBUILD
(from rev 264949, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/staging-i686/change-default-console-loglevel.patch
(from rev 264949, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/staging-i686/config
(from rev 264949, linux-lts/trunk/config)
  linux-lts/repos/staging-i686/config.x86_64
(from rev 264949, linux-lts/trunk/config.x86_64)
  linux-lts/repos/staging-i686/linux-lts.install
(from rev 264949, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/staging-i686/linux-lts.preset
(from rev 264949, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/staging-x86_64/
  linux-lts/repos/staging-x86_64/0001-sdhci-revert.patch
(from rev 264949, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/staging-x86_64/PKGBUILD
(from rev 264949, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/staging-x86_64/change-default-console-loglevel.patch
(from rev 264949, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/staging-x86_64/config
(from rev 264949, linux-lts/trunk/config)
  linux-lts/repos/staging-x86_64/config.x86_64
(from rev 264949, linux-lts/trunk/config.x86_64)
  linux-lts/repos/staging-x86_64/linux-lts.install
(from rev 264949, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/staging-x86_64/linux-lts.preset
(from rev 264949, linux-lts/trunk/linux-lts.preset)

--+
 staging-i686/0001-sdhci-revert.patch |   25 
 staging-i686/PKGBUILD|  293 
 staging-i686/change-default-console-loglevel.patch   |   11 
 staging-i686/config  | 7903 +
 staging-i686/config.x86_64   | 7662 
 staging-i686/linux-lts.install   |   37 
 staging-i686/linux-lts.preset|   14 
 staging-x86_64/0001-sdhci-revert.patch   |   25 
 staging-x86_64/PKGBUILD  |  293 
 staging-x86_64/change-default-console-loglevel.patch |   11 
 staging-x86_64/config| 7903 +
 staging-x86_64/config.x86_64 | 7662 
 staging-x86_64/linux-lts.install |   37 
 staging-x86_64/linux-lts.preset  |   14 
 14 files changed, 31890 insertions(+)

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


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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 17:55:10
  Author: andyrtr
Revision: 264949

upgpkg: linux-lts 4.4.7-1

upstream update 4.4.7

Added:
  linux-lts/trunk/0001-sdhci-revert.patch
Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config
  linux-lts/trunk/config.x86_64

-+
 0001-sdhci-revert.patch |   25 +
 PKGBUILD|   38 +-
 config  |  625 +++---
 config.x86_64   |  603 +++-
 4 files changed, 1007 insertions(+), 284 deletions(-)

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


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:05:42
  Author: fyan
Revision: 264948

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 15:04:44 UTC (rev 264947)
+++ extra-i686/PKGBUILD 2016-04-14 15:05:42 UTC (rev 264948)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai , Ben 
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.17
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=('python' 'python2')
-source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('ca5160fa62dd5087877688cf97ba')
-
-prepare() {
-  cp -a sip-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sip-$pkgver
-  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/sip-$pkgver-py2
-  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-}
-
-package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-  depends=('glibc')
-
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C sipgen
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python')
-
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.5/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.5/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python2')
-
-  cd sip-$pkgver-py2
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sip/repos/extra-i686/PKGBUILD (from rev 264947, sip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 15:05:42 UTC (rev 264948)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.18
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
+md5sums=('78724bf2a79878201c3bc81a1d8248ea')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.5/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.5/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python2')
+
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 

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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:05:38
  Author: fyan
Revision: 171011

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

Added:
  stylish-haskell/repos/community-staging-i686/
  stylish-haskell/repos/community-staging-i686/PKGBUILD
(from rev 171010, stylish-haskell/trunk/PKGBUILD)
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 171010, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 171010, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 15:05:38 UTC (rev 171011)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.16.0
+pkgrel=4
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
171010, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 15:05:38 UTC (rev 171011)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.16.0
+pkgrel=4
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:04:52
  Author: fyan
Revision: 171010

upgpkg: stylish-haskell 0.5.16.0-4

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 15:03:59 UTC (rev 171009)
+++ PKGBUILD2016-04-14 15:04:52 UTC (rev 171010)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.16.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:04:44
  Author: fyan
Revision: 264947

upgpkg: sip 4.18-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 14:53:21 UTC (rev 264946)
+++ PKGBUILD2016-04-14 15:04:44 UTC (rev 264947)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.17
+pkgver=4.18
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('ca5160fa62dd5087877688cf97ba')
+md5sums=('78724bf2a79878201c3bc81a1d8248ea')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:03:59
  Author: fyan
Revision: 171009

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

Added:
  idris/repos/community-staging-i686/
  idris/repos/community-staging-i686/PKGBUILD
(from rev 171008, idris/trunk/PKGBUILD)
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 171008, idris/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 171008, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 15:03:59 UTC (rev 171009)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11
+pkgrel=6
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" 
"haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('e0ea4df41f63f9d4292fe2ae9d3031cbc511a96c80e43240df16374335261a2a')
+
+prepare() {
+sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 171008, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 15:03:59 UTC (rev 171009)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11
+pkgrel=6
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" 
"haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('e0ea4df41f63f9d4292fe2ae9d3031cbc511a96c80e43240df16374335261a2a')
+
+prepare() {
+sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling 

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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:03:15
  Author: fyan
Revision: 171008

upgpkg: idris 0.11-6

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 15:00:37 UTC (rev 171007)
+++ PKGBUILD2016-04-14 15:03:15 UTC (rev 171008)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.11
-pkgrel=5
+pkgrel=6
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


[arch-commits] Commit in perl-mime-base32/repos/community-any (PKGBUILD PKGBUILD)

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:00:37
  Author: fyan
Revision: 171007

archrelease: copy trunk to community-any

Added:
  perl-mime-base32/repos/community-any/PKGBUILD
(from rev 171006, perl-mime-base32/trunk/PKGBUILD)
Deleted:
  perl-mime-base32/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 15:00:06 UTC (rev 171006)
+++ PKGBUILD2016-04-14 15:00:37 UTC (rev 171007)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: John D Jones III 

-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname=perl-mime-base32
-pkgver=1.02
-pkgrel=1
-pkgdesc="Base32 encoder / decoder"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/MIME-Base32'
-source=('http://search.cpan.org/CPAN/authors/id/D/DA/DANPEDER/MIME-Base32-1.02a.tar.gz')
-sha512sums=('8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3')
-_distdir="MIME-Base32-1.02"
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-mime-base32/repos/community-any/PKGBUILD (from rev 171006, 
perl-mime-base32/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 15:00:37 UTC (rev 171007)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 

+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname=perl-mime-base32
+pkgver=1.301
+pkgrel=1
+pkgdesc="Base32 encoder / decoder"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/MIME-Base32'
+source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/MIME-Base32-$pkgver.tar.gz;)
+sha512sums=('90e7419504f7d9a6caf7f3f9231622a0867a485705cb1a918efc85964fafc04db79f4c31b7135203ff946a4205d82b20ee009b87baca2fe6f15ad1aabe4347cc')
+
+build() {
+  cd "$srcdir"/MIME-Base32-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/MIME-Base32-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/MIME-Base32-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-mime-base32/trunk (PKGBUILD)

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:00:06
  Author: fyan
Revision: 171006

upgpkg: perl-mime-base32 1.301-1

Modified:
  perl-mime-base32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 14:20:50 UTC (rev 171005)
+++ PKGBUILD2016-04-14 15:00:06 UTC (rev 171006)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.25
 
 pkgname=perl-mime-base32
-pkgver=1.02
+pkgver=1.301
 pkgrel=1
 pkgdesc="Base32 encoder / decoder"
 arch=('any')
@@ -12,35 +12,23 @@
 options=('!emptydirs')
 depends=('perl')
 url='http://search.cpan.org/dist/MIME-Base32'
-source=('http://search.cpan.org/CPAN/authors/id/D/DA/DANPEDER/MIME-Base32-1.02a.tar.gz')
-sha512sums=('8f2bf3e5da8de5f5aeaec50133180e98a1c50c4403a5d39cc9df941c124ff07e8aa3f12a08fdb1b449756789521f675d53ab3afe595989e347537718f4d9b8b3')
-_distdir="MIME-Base32-1.02"
+source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/MIME-Base32-$pkgver.tar.gz;)
+sha512sums=('90e7419504f7d9a6caf7f3f9231622a0867a485705cb1a918efc85964fafc04db79f4c31b7135203ff946a4205d82b20ee009b87baca2fe6f15ad1aabe4347cc')
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
-/usr/bin/perl Makefile.PL
-make
-  )
+  cd "$srcdir"/MIME-Base32-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
-  cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
+  cd "$srcdir"/MIME-Base32-$pkgver
+  make test
 }
 
 package() {
-  cd "$srcdir/$_distdir"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+  cd "$srcdir"/MIME-Base32-$pkgver
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 16:53:21
  Author: andyrtr
Revision: 264946

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 264945, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 264945, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 264945, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 264945, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  150 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   75 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   75 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-14 14:52:58 UTC (rev 264945)
+++ extra-i686/PKGBUILD 2016-04-14 14:53:21 UTC (rev 264946)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.13.2
-pkgrel=2
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 264945, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-14 14:53:21 UTC (rev 264946)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.13.2
+pkgrel=3
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;

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

2016-04-14 Thread Andreas Radke
Date: Thursday, April 14, 2016 @ 16:52:58
  Author: andyrtr
Revision: 264945

upgpkg: claws-mail 3.13.2-3

add documentation; FS#48804

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 11:30:17 UTC (rev 264944)
+++ PKGBUILD2016-04-14 14:52:58 UTC (rev 264945)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.13.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -12,7 +12,9 @@
  'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('spamassassin' 'bogofilter' 'valgrind'
  # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk'
+ # deps to build the docs
+ 'docbook-utils') 
  #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
 optdepends=('python2:   needed for some tools and python plugin'
 'perl:  needed for some tools and perl plugin'
@@ -54,9 +56,7 @@
 --enable-crash-dialog \
 --enable-pgpmime-plugin \
 --enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
+--enable-bogofilter-plugin#--help
   make
 }
 


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 16:20:50
  Author: fyan
Revision: 171005

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

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

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 171004, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 14:20:50 UTC (rev 171005)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.2
+pkgrel=14
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('86359589370266cc6fecad41ad1574a54382e9981aa08203d931d684fdc70bf3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 171004, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-04-14 14:20:50 UTC 
(rev 171005)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
171004, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 14:20:50 UTC (rev 171005)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 16:20:07
  Author: fyan
Revision: 171004

upgpkg: haskell-hakyll 4.7.5.2-14

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 14:07:48 UTC (rev 171003)
+++ PKGBUILD2016-04-14 14:20:07 UTC (rev 171004)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.2
-pkgrel=13
+pkgrel=14
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-04-14 Thread Christian Hesse
Date: Thursday, April 14, 2016 @ 16:07:45
  Author: eworm
Revision: 171002

upgpkg: mpv 1:0.17.0-2

* (re)enable encoding support (FS#48915)

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 13:52:06 UTC (rev 171001)
+++ PKGBUILD2016-04-14 14:07:45 UTC (rev 171002)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -38,9 +38,10 @@
 
   ./waf configure --prefix=/usr \
 --confdir=/etc/mpv \
---enable-zsh-comp \
+--enable-cdda \
+--enable-encoding \
 --enable-libmpv-shared \
---enable-cdda
+--enable-zsh-comp
 
   ./waf build
 }


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

2016-04-14 Thread Christian Hesse
Date: Thursday, April 14, 2016 @ 16:07:48
  Author: eworm
Revision: 171003

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

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

--+
 /PKGBUILD|  112 +
 /mpv.install |   24 
 community-i686/PKGBUILD  |   55 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   55 
 community-x86_64/mpv.install |   12 
 6 files changed, 136 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-14 14:07:45 UTC (rev 171002)
+++ community-i686/PKGBUILD 2016-04-14 14:07:48 UTC (rev 171003)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.17.0
-pkgrel=1
-_waf_version=1.8.12
-pkgdesc='a free, open source, and cross-platform media player'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
-  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
-sha256sums=('602cd2b0f5fc7e43473234fbb96e3f7bbb6418f15eb8fa720d9433cce31eba6e'
-  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  install -m755 "${srcdir}"/waf-${_waf_version} waf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda
-
-  ./waf build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf install --destdir="$pkgdir"
-
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 171002, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-14 14:07:48 UTC (rev 171003)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.17.0
+pkgrel=2
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
+sha256sums=('602cd2b0f5fc7e43473234fbb96e3f7bbb6418f15eb8fa720d9433cce31eba6e'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- 

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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:52:06
  Author: fyan
Revision: 171001

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 171000, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install
(from rev 171000, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 171000, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/haskell-ghc-mod.install
(from rev 171000, ghc-mod/trunk/haskell-ghc-mod.install)

--+
 community-staging-i686/PKGBUILD  |   61 +
 community-staging-i686/haskell-ghc-mod.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   61 +
 community-staging-x86_64/haskell-ghc-mod.install |   18 ++
 4 files changed, 158 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 171000, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 13:52:06 UTC (rev 171001)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=20
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d05be8f3541e875cd4ebefb28968cfc095fc323e49328f2e40581f6f5de70d31')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+install="haskell-ghc-mod.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install (from rev 
171000, ghc-mod/trunk/haskell-ghc-mod.install)
===
--- community-staging-i686/haskell-ghc-mod.install  
(rev 0)
+++ community-staging-i686/haskell-ghc-mod.install  2016-04-14 13:52:06 UTC 
(rev 171001)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ghc-mod
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 171000, 
ghc-mod/trunk/PKGBUILD)

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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:51:21
  Author: fyan
Revision: 171000

upgpkg: ghc-mod 5.5.0.0-20

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 13:46:21 UTC (rev 170999)
+++ PKGBUILD2016-04-14 13:51:21 UTC (rev 171000)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=19
+pkgrel=20
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:46:21
  Author: fyan
Revision: 170999

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

Added:
  haskell-contravariant-extras/repos/community-staging-i686/
  haskell-contravariant-extras/repos/community-staging-i686/PKGBUILD
(from rev 170998, haskell-contravariant-extras/trunk/PKGBUILD)
  
haskell-contravariant-extras/repos/community-staging-i686/haskell-contravariant-extras.install
(from rev 170998, 
haskell-contravariant-extras/trunk/haskell-contravariant-extras.install)
  haskell-contravariant-extras/repos/community-staging-x86_64/
  haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 170998, haskell-contravariant-extras/trunk/PKGBUILD)
  
haskell-contravariant-extras/repos/community-staging-x86_64/haskell-contravariant-extras.install
(from rev 170998, 
haskell-contravariant-extras/trunk/haskell-contravariant-extras.install)

---+
 community-staging-i686/PKGBUILD   |   42 ++
 community-staging-i686/haskell-contravariant-extras.install   |   18 
 community-staging-x86_64/PKGBUILD |   42 ++
 community-staging-x86_64/haskell-contravariant-extras.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-contravariant-extras/repos/community-staging-i686/PKGBUILD 
(from rev 170998, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 13:46:21 UTC (rev 170999)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5bbdc3f535163677825b95f520f0d2f9c63cafff39aabc0f23aecd6b27f99de3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-contravariant-extras/repos/community-staging-i686/haskell-contravariant-extras.install
 (from rev 170998, 
haskell-contravariant-extras/trunk/haskell-contravariant-extras.install)
===
--- community-staging-i686/haskell-contravariant-extras.install 
(rev 0)
+++ community-staging-i686/haskell-contravariant-extras.install 2016-04-14 
13:46:21 UTC (rev 170999)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-contravariant-extras
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD 
(from rev 170998, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 13:46:21 UTC (rev 170999)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:45:36
  Author: fyan
Revision: 170998

upgpkg: haskell-contravariant-extras 0.3.1-2

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  haskell-contravariant-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 13:14:39 UTC (rev 170997)
+++ PKGBUILD2016-04-14 13:45:36 UTC (rev 170998)
@@ -5,7 +5,7 @@
 _hkgname=contravariant-extras
 pkgname=haskell-contravariant-extras
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Extras for the \"contravariant\" package"
 url="https://github.com/nikita-volkov/contravariant-extras;
 license=("MIT")


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:14:39
  Author: fyan
Revision: 170997

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

Added:
  cgrep/repos/community-staging-i686/
  cgrep/repos/community-staging-i686/PKGBUILD
(from rev 170996, cgrep/trunk/PKGBUILD)
  cgrep/repos/community-staging-x86_64/
  cgrep/repos/community-staging-x86_64/PKGBUILD
(from rev 170996, cgrep/trunk/PKGBUILD)

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 170996, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 13:14:39 UTC (rev 170997)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.3
+pkgrel=6
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 170996, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 13:14:39 UTC (rev 170997)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.3
+pkgrel=6
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:13:52
  Author: fyan
Revision: 170996

upgpkg: cgrep 6.6.3-6

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 13:13:15 UTC (rev 170995)
+++ PKGBUILD2016-04-14 13:13:52 UTC (rev 170996)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:13:15
  Author: fyan
Revision: 170995

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 170994, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 170994, git-annex/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   56 
 community-staging-x86_64/PKGBUILD |   56 
 2 files changed, 112 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 170994, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 13:13:15 UTC (rev 170995)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160412
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6bbdabf279a7fd5252eed818018d546ed9326d5feb648e5573976b2d110f5406')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 170994, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 13:13:15 UTC (rev 170995)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160412
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')

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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 15:12:30
  Author: fyan
Revision: 170994

upgpkg: git-annex 6.20160412-1

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 12:59:45 UTC (rev 170993)
+++ PKGBUILD2016-04-14 13:12:30 UTC (rev 170994)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20160318
-pkgrel=18
+pkgver=6.20160412
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")
@@ -33,7 +33,7 @@
  "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b')
+sha256sums=('6bbdabf279a7fd5252eed818018d546ed9326d5feb648e5573976b2d110f5406')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 14:59:45
  Author: fyan
Revision: 170993

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 170992, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.service
(from rev 170992, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   60 +-
 pm2.service |   32 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 12:59:08 UTC (rev 170992)
+++ PKGBUILD2016-04-14 12:59:45 UTC (rev 170993)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'coffee-script' 'semver')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('7bb9d62cd0cb4ef2179706439bcb5655'
- '2f3ffbb78aa64d262d99168c5380b472')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in coffee-script semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 170992, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 12:59:45 UTC (rev 170993)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'coffee-script' 'semver')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('fd1604df1d8aa9dbd04e67b29bd71094'
+ '2f3ffbb78aa64d262d99168c5380b472')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in coffee-script semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: pm2.service
===
--- pm2.service 2016-04-14 12:59:08 UTC (rev 170992)
+++ pm2.service 2016-04-14 12:59:45 UTC (rev 170993)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/community-any/pm2.service (from rev 170992, 
pm2/trunk/pm2.service)
===
--- pm2.service (rev 0)
+++ pm2.service 2016-04-14 12:59:45 UTC (rev 170993)
@@ -0,0 +1,16 @@
+[Unit]
+Description=PM2 next gen process manager for Node.js
+After=network.target remote-fs.target
+
+[Service]
+Type=forking
+
+ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
+ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
+
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
+
+[Install]
+WantedBy=multi-user.target


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 14:59:08
  Author: fyan
Revision: 170992

upgpkg: pm2 1.1.2-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 12:29:10 UTC (rev 170991)
+++ PKGBUILD2016-04-14 12:59:08 UTC (rev 170992)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('7bb9d62cd0cb4ef2179706439bcb5655'
+md5sums=('fd1604df1d8aa9dbd04e67b29bd71094'
  '2f3ffbb78aa64d262d99168c5380b472')
 
 package() {


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

2016-04-14 Thread Sven-Hendrik Haase
Date: Thursday, April 14, 2016 @ 14:29:10
  Author: svenstaro
Revision: 170991

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-14 12:29:00 UTC (rev 170990)
+++ community-i686/PKGBUILD 2016-04-14 12:29:10 UTC (rev 170991)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=glslang
-_gitver=e1cd410
-pkgver=3.0.git.${_gitver}
-pkgrel=1
-pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
-arch=('x86_64' 'i686')
-url='https://github.com/KhronosGroup/glslang'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('cmake' 'git')
-source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-mkdir build && cd build
-   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}/build"
-   make DESTDIR="${pkgdir}" install
-}

Copied: glslang/repos/community-i686/PKGBUILD (from rev 170990, 
glslang/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-14 12:29:10 UTC (rev 170991)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=glslang
+_gitver=e1cd410
+pkgver=3.0.git1.${_gitver}
+pkgrel=1
+pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
+arch=('x86_64' 'i686')
+url='https://github.com/KhronosGroup/glslang'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'git')
+source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+mkdir build && cd build
+   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}/build"
+   make DESTDIR="${pkgdir}" install
+
+cd ..
+mkdir -p "${pkgdir}/usr/include/glslang/SPIRV"
+cp SPIRV/*.h "${pkgdir}/usr/include/glslang/SPIRV"
+
+mkdir -p 
"${pkgdir}/usr/include/glslang/glslang/"{Include,MachineIndependent,OSDependent,Public}
+cp glslang/Include/*.h "${pkgdir}/usr/include/glslang/glslang/Include/"
+cp glslang/MachineIndependent/*.h 
"${pkgdir}/usr/include/glslang/glslang/MachineIndependent/"
+cp glslang/OSDependent/*.h 
"${pkgdir}/usr/include/glslang/glslang/OSDependent/"
+cp glslang/Public/*.h "${pkgdir}/usr/include/glslang/glslang/Public/"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-14 12:29:00 UTC (rev 170990)
+++ community-x86_64/PKGBUILD   2016-04-14 12:29:10 UTC (rev 170991)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=glslang
-_gitver=e1cd410
-pkgver=3.0.git.${_gitver}
-pkgrel=1
-pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
-arch=('x86_64' 'i686')
-url='https://github.com/KhronosGroup/glslang'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('cmake' 'git')
-source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-mkdir build && cd build
-   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}/build"
-   make DESTDIR="${pkgdir}" install
-}

Copied: glslang/repos/community-x86_64/PKGBUILD (from rev 170990, 
glslang/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-14 12:29:10 UTC (rev 170991)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=glslang
+_gitver=e1cd410
+pkgver=3.0.git1.${_gitver}
+pkgrel=1
+pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
+arch=('x86_64' 'i686')
+url='https://github.com/KhronosGroup/glslang'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'git')
+source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+mkdir build && cd build
+   cmake .. -DCMAKE_INSTALL_PREFIX=/usr 

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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 14:28:53
  Author: fyan
Revision: 170989

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

Added:
  hindent/repos/community-staging-i686/
  hindent/repos/community-staging-i686/PKGBUILD
(from rev 170988, hindent/trunk/PKGBUILD)
  hindent/repos/community-staging-x86_64/
  hindent/repos/community-staging-x86_64/PKGBUILD
(from rev 170988, hindent/trunk/PKGBUILD)

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 170988, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 12:28:53 UTC (rev 170989)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=18
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 170988, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 12:28:53 UTC (rev 170989)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=18
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-04-14 Thread Sven-Hendrik Haase
Date: Thursday, April 14, 2016 @ 14:29:00
  Author: svenstaro
Revision: 170990

upgpkg: glslang 3.0.git1.e1cd410-1

Add include

Modified:
  glslang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 12:28:53 UTC (rev 170989)
+++ PKGBUILD2016-04-14 12:29:00 UTC (rev 170990)
@@ -23,4 +23,14 @@
 package() {
cd "${srcdir}/${pkgname}/build"
make DESTDIR="${pkgdir}" install
+
+cd ..
+mkdir -p "${pkgdir}/usr/include/glslang/SPIRV"
+cp SPIRV/*.h "${pkgdir}/usr/include/glslang/SPIRV"
+
+mkdir -p 
"${pkgdir}/usr/include/glslang/glslang/"{Include,MachineIndependent,OSDependent,Public}
+cp glslang/Include/*.h "${pkgdir}/usr/include/glslang/glslang/Include/"
+cp glslang/MachineIndependent/*.h 
"${pkgdir}/usr/include/glslang/glslang/MachineIndependent/"
+cp glslang/OSDependent/*.h 
"${pkgdir}/usr/include/glslang/glslang/OSDependent/"
+cp glslang/Public/*.h "${pkgdir}/usr/include/glslang/glslang/Public/"
 }


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 14:28:11
  Author: fyan
Revision: 170988

upgpkg: hindent 4.6.1-18

rebuild with StateVar-1.1.0.4, authenticate-1.3.3.1, binary-tagged-0.1.4.0, 
bytestring-tree-builder-0.2.6, git-annex-6.20160412, polyparse-1.12

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 12:27:24 UTC (rev 170987)
+++ PKGBUILD2016-04-14 12:28:11 UTC (rev 170988)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 14:27:24
  Author: fyan
Revision: 170987

archrelease: copy trunk to community-testing-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 12:26:51 UTC (rev 170986)
+++ PKGBUILD2016-04-14 12:27:24 UTC (rev 170987)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-pbr
-pkgname=(python-pbr python2-pbr)
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Python Build Reasonableness"
-arch=('any')
-url=https://pypi.python.org/pypi/pbr
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'git')
-checkdepends=('python-testscenarios' 'python2-testscenarios' 
'python-testrepository' 'python2-testrepository'
-  'python-testresources' 'python2-testresources' 'python-mock' 
'python2-mock' 'python-virtualenv'
-  'python2-virtualenv' 'python-wheel' 'python2-wheel' 
'python-sphinx' 'python2-sphinx')
-source=(http://pypi.python.org/packages/source/p/pbr/pbr-$pkgver.tar.gz)
-sha512sums=('1be1c9d610fbde82dcd81892deef3fb7b5b1e16dad6934ff3f41e8f77108b9e807a0ceaeeb2dddabecb243719f562a9701a6bf351f370e2fca4e643e86a75664')
-
-prepare() {
-  cp -a pbr-$pkgver{,-py2}
-
-  find pbr-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir"/pbr-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pbr-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pbr-$pkgver
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir"/pbr-$pkgver-py2
-  PYTHON=python2 python2 setup.py test || warning "Tests failed"
-}
-
-package_python-pbr() {
-  depends=('python-setuptools')
-
-  cd pbr-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pbr() {
-  depends=('python2-setuptools')
-
-  cd pbr-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  
-  mv "$pkgdir"/usr/bin/pbr{,2}
-}

Copied: python-pbr/repos/community-testing-any/PKGBUILD (from rev 170986, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 12:27:24 UTC (rev 170987)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="Python Build Reasonableness"
+arch=('any')
+url=https://pypi.python.org/pypi/pbr
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'git')
+checkdepends=('python-testscenarios' 'python2-testscenarios' 
'python-testrepository' 'python2-testrepository'
+  'python-testresources' 'python2-testresources' 'python-mock' 
'python2-mock' 'python-virtualenv'
+  'python2-virtualenv' 'python-wheel' 'python2-wheel' 
'python-sphinx' 'python2-sphinx')
+source=(http://pypi.python.org/packages/source/p/pbr/pbr-$pkgver.tar.gz)
+sha512sums=('02c05652ee7504ec45330ab281be5880d70aa8017b1181446323d811b97e0c2deb6b3ff693516e32dd9ba2ecc653b13dbe33114e52414e78a478f5374b195cf1')
+
+prepare() {
+  cp -a pbr-$pkgver{,-py2}
+
+  find pbr-$pkgver-py2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir"/pbr-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pbr-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pbr-$pkgver
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir"/pbr-$pkgver-py2
+  PYTHON=python2 python2 setup.py test || warning "Tests failed"
+}
+
+package_python-pbr() {
+  depends=('python-setuptools')
+
+  cd pbr-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pbr() {
+  depends=('python2-setuptools')
+
+  cd pbr-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  
+  mv "$pkgdir"/usr/bin/pbr{,2}
+}


  1   2   3   >