[arch-commits] Commit in dejagnu/repos/extra-any (4 files)

2015-04-01 Thread Allan McRae
Date: Thursday, April 2, 2015 @ 07:09:47
  Author: allan
Revision: 235345

archrelease: copy trunk to extra-any

Added:
  dejagnu/repos/extra-any/PKGBUILD
(from rev 235344, dejagnu/trunk/PKGBUILD)
  dejagnu/repos/extra-any/dejagnu.install
(from rev 235344, dejagnu/trunk/dejagnu.install)
Deleted:
  dejagnu/repos/extra-any/PKGBUILD
  dejagnu/repos/extra-any/dejagnu.install

-+
 PKGBUILD|   64 +++---
 dejagnu.install |   30 -
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-02 05:08:49 UTC (rev 235344)
+++ PKGBUILD2015-04-02 05:09:47 UTC (rev 235345)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-pkgname=dejagnu
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="Framework for testing other programs"
-arch=('any')
-url="http://www.gnu.org/software/dejagnu/";
-license=('GPL')
-depends=('sh' 'expect')
-install=dejagnu.install
-source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('97a86a21c92ac456641a97f712ea40ac'
- 'SKIP')
-validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: dejagnu/repos/extra-any/PKGBUILD (from rev 235344, 
dejagnu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-02 05:09:47 UTC (rev 235345)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=dejagnu
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="Framework for testing other programs"
+arch=('any')
+url="http://www.gnu.org/software/dejagnu/";
+license=('GPL')
+depends=('sh' 'expect')
+install=dejagnu.install
+source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('5bda2cdb1af51a80aecce58d6e42bd2f'
+ 'SKIP')
+validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: dejagnu.install
===
--- dejagnu.install 2015-04-02 05:08:49 UTC (rev 235344)
+++ dejagnu.install 2015-04-02 05:09:47 UTC (rev 235345)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}

Copied: dejagnu/repos/extra-any/dejagnu.install (from rev 235344, 
dejagnu/trunk/dejagnu.install)
===
--- dejagnu.install (rev 0)
+++ dejagnu.install 2015-04-02 05:09:47 UTC (rev 235345)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}


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

2015-04-01 Thread Allan McRae
Date: Thursday, April 2, 2015 @ 07:08:49
  Author: allan
Revision: 235344

upgpkg: dejagnu 1.5.3-1

upstream update

Modified:
  dejagnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-02 04:35:42 UTC (rev 235343)
+++ PKGBUILD2015-04-02 05:08:49 UTC (rev 235344)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae 
 
 pkgname=dejagnu
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="Framework for testing other programs"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('sh' 'expect')
 install=dejagnu.install
 source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('97a86a21c92ac456641a97f712ea40ac'
+md5sums=('5bda2cdb1af51a80aecce58d6e42bd2f'
  'SKIP')
 validpgpkeys=('CB0B31452BBE862933013D9176362888B55988D4')   # Ben Elliston
 


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

2015-04-01 Thread Evangelos Foutras
Date: Thursday, April 2, 2015 @ 06:35:42
  Author: foutrelis
Revision: 235343

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 235342, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-webkit-buffer-overflow.patch
(from rev 235342, chromium/trunk/chromium-webkit-buffer-overflow.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 235342, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 235342, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 235342, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 235342, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 235342, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-webkit-buffer-overflow.patch
(from rev 235342, chromium/trunk/chromium-webkit-buffer-overflow.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 235342, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 235342, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 235342, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 235342, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-webkit-buffer-overflow.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-webkit-buffer-overflow.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

+
 /PKGBUILD  |  396 +++
 /chromium-webkit-buffer-overflow.patch |   46 ++
 /chromium.default  |8 
 /chromium.desktop  |  226 ++
 /chromium.install  |   24 +
 /chromium.sh   |   50 ++
 extra-i686/PKGBUILD|  198 -
 extra-i686/chromium-webkit-buffer-overflow.patch   |   23 -
 extra-i686/chromium.default|4 
 extra-i686/chromium.desktop|  113 -
 extra-i686/chromium.install|   12 
 extra-i686/chromium.sh |   25 -
 extra-x86_64/PKGBUILD  |  198 -
 extra-x86_64/chromium-webkit-buffer-overflow.patch |   23 -
 extra-x86_64/chromium.default  |4 
 extra-x86_64/chromium.desktop  |  113 -
 extra-x86_64/chromium.install  |   12 
 extra-x86_64/chromium.sh   |   25 -
 18 files changed, 750 insertions(+), 750 deletions(-)

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


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

2015-04-01 Thread Evangelos Foutras
Date: Thursday, April 2, 2015 @ 06:35:16
  Author: foutrelis
Revision: 235342

upgpkg: chromium 41.0.2272.118-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 23:20:51 UTC (rev 235341)
+++ PKGBUILD2015-04-02 04:35:16 UTC (rev 235342)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=41.0.2272.101
+pkgver=41.0.2272.118
 pkgrel=1
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 chromium.default
 chromium.sh
 chromium-webkit-buffer-overflow.patch)
-sha256sums=('02d6eccaa10f2dc705e04190e3459ff2f01a0331a6d6421752eb50764bf9'
+sha256sums=('c043d2eca41acaabd4f7068a5d9a21835dac2ca7705dd865d376c8a732ec8c3c'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 'db3a2ea59c64f5aa4618a385b9db0ac488e900664126af578676b5f09939f9f6'


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

2015-04-01 Thread Evangelos Foutras
Date: Thursday, April 2, 2015 @ 01:20:51
  Author: foutrelis
Revision: 235341

archrelease: copy trunk to testing-any

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

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

Copied: thunderbird-i18n/repos/testing-any/PKGBUILD (from rev 235340, 
thunderbird-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-01 23:20:51 UTC (rev 235341)
@@ -0,0 +1,151 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Thomas Baechler 
+
+pkgbase=thunderbird-i18n
+pkgver=31.6.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"'
+  'da "Danish"'
+  'de "German"'
+  '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"'
+  '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=('5f779cba0c53d4f7b7ed189de331b788'
+ 'cd85ed453f43cd79ddb70322d088f71a'
+ '9a36f39e150cd673eb6f3c8f1cedb0f2'
+ '15ad72ce6b20c7b91f14943004d3e32a'
+ '367042ddb5bea1175011d273aeb5a78a'
+ '38b1f102616b520f22a41a1fcd32466e'
+ '4cec728b3b18a5cb4e977f5a63292b98'
+ '303a287beaba42d1778a304856d56059'
+ '253059271ea35500f2c354791b633add'
+ 'd900d54be633b1b4c7d4a5b966d267af'
+ '8b08dc87bec83b2b5760dc898b77e111'
+ 'c2c24328e1831b0958964c44217713bf'
+ 'a624ca67288b992a01a03f5425b10e3e'
+ '438d664d561e6afa2e71af2cd509f474'
+ 'b1f1a71ac568369b18dbb28e9969a546'
+ '2e97bd1433ede6bd5a5a469c0dfdd0ec'
+ '9e489205abf513905daee7017a7c5225'
+ 'd007ad7f67cc55057be08dcef17da816'
+ '9fa264bb3876b79e9ed027889fe1c285'
+ '3c61716c0bc286f7fd77b5c5a343f883'
+ '0e201a9cefb686f4859eca21baf1e84e'
+ 'e5aa002cc2e8bc9fcc944ed20f84d1d3'
+ '703c3515be36714cfd96c1abf17f47ff'
+ '609f83900fe8dc1a0c7104ae054a9652'
+ '365cc77021f3972bb27f25cc4a25293d'
+ 'a0915f19818210f72f54097341cfa63b'
+ 'bea4f5a505a71c01760363da654a4ddf'
+ 'cdda18970873c7d2b443dd5f0fe5183a'
+ 'ee510d0c277de20c296155c19f40f4eb'
+ 'c1f657fd14477699343db1d750698767'
+ '2c49883b3dc002103e627ce8e8b4ac48'
+ '8db76ba56cbe68b96e4dab5c454c95f9'
+ '196d1f4a4964528c3d63c75791cae35e'
+ '061c01418066852ba11654de6af20ff3'
+ 'b1859c7e189b2bf18d81814d1eb1139b'
+ 'a211151764f024e688310180889e9380'
+ 'ab4395a1b5e858a5ffa285098a34a6be'
+ '34d74054ef9e6cd607d2f3bb034751ad'
+ 'a397a2bd541f1d456b399bc6ca1909ac'
+ '8905943705c5092b6c0dfe5f57759e6e'
+ 'cf931f91105ff11212575f1cbbb238b1'
+ '36da7b4fca3ade1d7df9bd88807f63e7'
+ 'f6f05474254549bad5a6af183fdbde0

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

2015-04-01 Thread Evangelos Foutras
Date: Thursday, April 2, 2015 @ 01:20:30
  Author: foutrelis
Revision: 235340

upgpkg: thunderbird-i18n 31.6.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 23:07:45 UTC (rev 235339)
+++ PKGBUILD2015-04-01 23:20:30 UTC (rev 235340)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=31.5.0
+pkgver=31.6.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -94,58 +94,58 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('c41c82f2c6f5ce6212136995cc0694b4'
- '289a1615898c0207f04418a0cee241f9'
- '587da71f4516dd7ab91a39f9b92e735a'
- '85e123e01cda05fa1490fb667e110988'
- '99315066a9a9ce5980aa3e5d3dda43c9'
- '5f03496ee71093f9aa7ac6ae14e45e75'
- 'ed25e432b9e3ab60e2d5f30ce8cbcb89'
- '54743a07d8cc335164e9fed98a1b3d20'
- '894a85b04b6c67b5c305410c88597b3f'
- 'f2d658c37bb9ccfb767cce169010bf90'
- 'f92d7d3ff9e8df7f394f80605a5144b7'
- 'f30b0e2a22d26f6f322e5e2cf69d1588'
- '0a27cac747700d58792ec68fa5dfc2cd'
- '9bdb1515941bf966cdedbc8fe62d0a8a'
- 'ccfbe8e04c90a41756031f71a2d46f0e'
- '3f090f5794e2c01e7035964e470b0cae'
- '675db329745af692aa9d0e7acb546c14'
- 'd344705ac0332d38e6f385a4fa725a4b'
- 'e622eb934428efb1140116dc7d06ff64'
- '81edb964a7d5843be337ee166eb11e44'
- '45998917a3d106bd652cd3ecee9f1f73'
- 'f52869135e93c22165c765eac2dc3f69'
- 'a180deb362af9f7d64234f971136d71d'
- '691b4e289aa512e2a9ad3ed641297a54'
- 'c2402ee67fe02722688c63489b2ad326'
- '97799005b110190b9bf6977a16dec214'
- '7da13a73d9ba09d37812519b9ae45f4c'
- 'e3223f16f56b51214ea9782973c41c4e'
- '45812a78bbf84e2695f2eb5c649b29da'
- 'dba5d242d99b06ba6c8bb58cb3c1a465'
- '893a9bbe7ff34018ca9ef1ecac8bc687'
- '5912fd4ca87785f979f4ab558d4a2350'
- 'c5e95599e795ce97fe86aad5196cdf8a'
- '46568aad66781c689eda0528a86738cb'
- 'f3051bb5f2325eb1bdd59a38c028a11f'
- 'bc3ace6cfaf566f0d23f5eb1fe3bcc78'
- 'b46670853f043de93e9638344761fc29'
- '1004393a0867eb61dff39f1521cb029d'
- 'feafac251b51a277941f5d4fa9a7182d'
- '483fbe2ddd3d40612532a7ac81412bb5'
- '75933b26fa86a908032f423091ae74ba'
- '06ef304b2b8114dcf1421130d084fdb6'
- '57bf3eb0b646f14af6c340efcc958856'
- '4f6acc6fab63be5a13c1270fd229a3a4'
- '14171088491739f2ddead49408b03db4'
- '324137939a1a7505bfb3cb965eea3792'
- 'c8db6f66d93069812fd0847950cf9ef4'
- '1e66c8ce6dc14a2a5e7008575ba7a260'
- '55ff47eb22d07360e9852a80e98f67b4'
- '70dc538c322f6737978bf3228d2cdb67'
- '7b3359cda31662cd9bdd48fa0b165e45'
- 'c39121c9c7448b5516f3424018f07ef4'
- '661588b54e30e731676d6a08fb975f4d'
- 'f3e21c881bf555aafc9af547349d8560'
- '92deac4b8deb0957430ed711d5071649')
+md5sums=('5f779cba0c53d4f7b7ed189de331b788'
+ 'cd85ed453f43cd79ddb70322d088f71a'
+ '9a36f39e150cd673eb6f3c8f1cedb0f2'
+ '15ad72ce6b20c7b91f14943004d3e32a'
+ '367042ddb5bea1175011d273aeb5a78a'
+ '38b1f102616b520f22a41a1fcd32466e'
+ '4cec728b3b18a5cb4e977f5a63292b98'
+ '303a287beaba42d1778a304856d56059'
+ '253059271ea35500f2c354791b633add'
+ 'd900d54be633b1b4c7d4a5b966d267af'
+ '8b08dc87bec83b2b5760dc898b77e111'
+ 'c2c24328e1831b0958964c44217713bf'
+ 'a624ca67288b992a01a03f5425b10e3e'
+ '438d664d561e6afa2e71af2cd509f474'
+ 'b1f1a71ac568369b18dbb28e9969a546'
+ '2e97bd1433ede6bd5a5a469c0dfdd0ec'
+ '9e489205abf513905daee7017a7c5225'
+ 'd007ad7f67cc55057be08dcef17da816'
+ '9fa264bb3876b79e9ed027889fe1c285'
+ '3c61716c0bc286f7fd77b5c5a343f883'
+ '0e201a9cefb686f4859eca21baf1e84e'
+ 'e5aa002cc2e8bc9fcc944ed20f84d1d3'
+ '703c3515be36714cfd96c1abf17f47ff'
+ '609f83900fe8dc1a0c7104ae054a9652'
+ '365cc77021f3972bb27f25cc4a25293d'
+ 'a0915f19818210f72f54097341cfa63b'
+ 'bea4f5a505a71c01760363da654a4ddf'
+ 'cdda18970873c7d2b443dd5f0fe5183a'
+ 'ee510d0c277de20c296155c19f40f4eb'
+ 'c1f657fd14477699343db1d750698767'
+ '2c49883b3dc002103e627ce8e8b4ac48'
+ '8db76ba56cbe68b96e4dab5c454c95f9'
+ '196d1f4a4964528c3d63c75791cae35e'
+ '061c01418066852ba11654de6af20ff3'
+ 'b1859c7e189b2bf18d81814d1eb1139b'
+ 'a211151764f024e688310180889e9380'
+ 'ab4395a1b5e858a5ffa285098a34a6be'
+ '34d74054ef9e6cd607d2f3bb034751ad'
+   

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

2015-04-01 Thread Evangelos Foutras
Date: Thursday, April 2, 2015 @ 01:07:45
  Author: foutrelis
Revision: 235339

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

Added:
  thunderbird/repos/testing-i686/
  thunderbird/repos/testing-i686/PKGBUILD
(from rev 235338, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-i686/mozconfig
(from rev 235338, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-i686/rhbz-966424.patch
(from rev 235338, thunderbird/trunk/rhbz-966424.patch)
  thunderbird/repos/testing-i686/thunderbird-install-dir.patch
(from rev 235338, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-i686/thunderbird.desktop
(from rev 235338, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-i686/thunderbird.install
(from rev 235338, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/testing-i686/vendor.js
(from rev 235338, thunderbird/trunk/vendor.js)
  thunderbird/repos/testing-x86_64/
  thunderbird/repos/testing-x86_64/PKGBUILD
(from rev 235338, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-x86_64/mozconfig
(from rev 235338, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-x86_64/rhbz-966424.patch
(from rev 235338, thunderbird/trunk/rhbz-966424.patch)
  thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch
(from rev 235338, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-x86_64/thunderbird.desktop
(from rev 235338, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-x86_64/thunderbird.install
(from rev 235338, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/testing-x86_64/vendor.js
(from rev 235338, thunderbird/trunk/vendor.js)

--+
 testing-i686/PKGBUILD|   77 +++
 testing-i686/mozconfig   |   42 
 testing-i686/rhbz-966424.patch   |   23 ++
 testing-i686/thunderbird-install-dir.patch   |   23 ++
 testing-i686/thunderbird.desktop |  245 +
 testing-i686/thunderbird.install |   12 +
 testing-i686/vendor.js   |9 
 testing-x86_64/PKGBUILD  |   77 +++
 testing-x86_64/mozconfig |   42 
 testing-x86_64/rhbz-966424.patch |   23 ++
 testing-x86_64/thunderbird-install-dir.patch |   23 ++
 testing-x86_64/thunderbird.desktop   |  245 +
 testing-x86_64/thunderbird.install   |   12 +
 testing-x86_64/vendor.js |9 
 14 files changed, 862 insertions(+)

Copied: thunderbird/repos/testing-i686/PKGBUILD (from rev 235338, 
thunderbird/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-01 23:07:45 UTC (rev 235339)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Alexander Baldeck 
+# Contributor: Dale Blount 
+# Contributor: Anders Bostrom 
+
+pkgname=thunderbird
+pkgver=31.6.0
+pkgrel=1
+pkgdesc="Standalone Mail/News reader"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url="http://www.mozilla.org/thunderbird/";
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libvpx' 'libxt' 'mime-types' 
'mozilla-common' 'nss' 'sqlite' 'startup-notification')
+makedepends=('unzip' 'zip' 'python2' 'wireless_tools' 'yasm' 'mesa' 'libpulse')
+optdepends=('libcanberra: for sound support')
+install=thunderbird.install
+source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2{,.asc}
+mozconfig
+thunderbird.desktop
+thunderbird-install-dir.patch
+vendor.js
+rhbz-966424.patch)
+options=(!emptydirs)
+sha256sums=('ccbf8cbb740bc1b30ecf4fe39aab226607f9a41e23a07e994c508a90e8b70508'
+'SKIP'
+'7021a0907ebaffec7cad2928a773d8a0763a9790b9b97b58f72fad52e981296b'
+'3fba5066b1f48b48e6eca0cbafa5b5fbb58f83593fe2f55a924c4b56bf17f259'
+'9049ab3f9600a1592a54c41a166c76e046c393e1cfe7c4e769155b7317d197ee'
+'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed'
+'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
+validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
+
+prepare() {
+  cd comm-esr31
+  patch -Np1 -i "$srcdir/thunderbird-install-dir.patch"
+
+  cp "$srcdir/mozconfig" .mozconfig
+
+  # https://bugs.archlinux.org/task/41689
+  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
+
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' mozilla/configure
+}
+
+build() {
+  cd comm-esr31
+
+  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird"
+  export PYTHON="/u

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

2015-04-01 Thread Evangelos Foutras
Date: Thursday, April 2, 2015 @ 01:07:05
  Author: foutrelis
Revision: 235338

upgpkg: thunderbird 31.6.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 23:00:00 UTC (rev 235337)
+++ PKGBUILD2015-04-01 23:07:05 UTC (rev 235338)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=31.5.0
+pkgver=31.6.0
 pkgrel=1
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 vendor.js
 rhbz-966424.patch)
 options=(!emptydirs)
-sha256sums=('17ca8904ac2cc4815b145074b0f2b5729e22e8d3f635c3afe12913b35893e2d9'
+sha256sums=('ccbf8cbb740bc1b30ecf4fe39aab226607f9a41e23a07e994c508a90e8b70508'
 'SKIP'
 '7021a0907ebaffec7cad2928a773d8a0763a9790b9b97b58f72fad52e981296b'
 '3fba5066b1f48b48e6eca0cbafa5b5fbb58f83593fe2f55a924c4b56bf17f259'


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

2015-04-01 Thread Eric Bélanger
Date: Thursday, April 2, 2015 @ 01:00:00
  Author: eric
Revision: 235337

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

Added:
  sbsms/repos/extra-i686/
  sbsms/repos/extra-i686/PKGBUILD
(from rev 235336, sbsms/trunk/PKGBUILD)
  sbsms/repos/extra-x86_64/
  sbsms/repos/extra-x86_64/PKGBUILD
(from rev 235336, sbsms/trunk/PKGBUILD)

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

Copied: sbsms/repos/extra-i686/PKGBUILD (from rev 235336, sbsms/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-01 23:00:00 UTC (rev 235337)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Devin J. Pohly 
+
+pkgname=sbsms
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Library for time stretching and pitch scaling of audio"
+arch=('i686' 'x86_64')
+url="http://sbsms.sourceforge.net/";
+license=('GPL')
+depends=('gcc-libs')
+options=('!staticlibs')
+source=(http://downloads.sourceforge.net/project/sbsms/$pkgname/$pkgver/lib$pkgname-$pkgver.tar.gz)
+sha1sums=('1842d0eae3cf5ac355d754e68fcdfd9391cd2fb7')
+
+build() {
+  cd lib$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd lib$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: sbsms/repos/extra-x86_64/PKGBUILD (from rev 235336, 
sbsms/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-01 23:00:00 UTC (rev 235337)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Devin J. Pohly 
+
+pkgname=sbsms
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Library for time stretching and pitch scaling of audio"
+arch=('i686' 'x86_64')
+url="http://sbsms.sourceforge.net/";
+license=('GPL')
+depends=('gcc-libs')
+options=('!staticlibs')
+source=(http://downloads.sourceforge.net/project/sbsms/$pkgname/$pkgver/lib$pkgname-$pkgver.tar.gz)
+sha1sums=('1842d0eae3cf5ac355d754e68fcdfd9391cd2fb7')
+
+build() {
+  cd lib$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd lib$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2015-04-01 Thread Eric Bélanger
Date: Thursday, April 2, 2015 @ 00:57:57
  Author: eric
Revision: 235336

upgpkg: sbsms 2.0.2-1

New depends for audacity

Modified:
  sbsms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 22:39:47 UTC (rev 235335)
+++ PKGBUILD2015-04-01 22:57:57 UTC (rev 235336)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 url="http://sbsms.sourceforge.net/";
 license=('GPL')
+depends=('gcc-libs')
 options=('!staticlibs')
-source=("http://downloads.sourceforge.net/project/sbsms/$pkgname/$pkgver/lib$pkgname-$pkgver.tar.gz";)
+source=(http://downloads.sourceforge.net/project/sbsms/$pkgname/$pkgver/lib$pkgname-$pkgver.tar.gz)
 sha1sums=('1842d0eae3cf5ac355d754e68fcdfd9391cd2fb7')
 
 build() {


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

2015-04-01 Thread Eric Bélanger
Date: Thursday, April 2, 2015 @ 00:39:47
  Author: eric
Revision: 235335

New depends for audacity

Added:
  sbsms/
  sbsms/repos/
  sbsms/trunk/
  sbsms/trunk/PKGBUILD

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

Added: sbsms/trunk/PKGBUILD
===
--- sbsms/trunk/PKGBUILD(rev 0)
+++ sbsms/trunk/PKGBUILD2015-04-01 22:39:47 UTC (rev 235335)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Devin J. Pohly 
+
+pkgname=sbsms
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Library for time stretching and pitch scaling of audio"
+arch=('i686' 'x86_64')
+url="http://sbsms.sourceforge.net/";
+license=('GPL')
+options=('!staticlibs')
+source=("http://downloads.sourceforge.net/project/sbsms/$pkgname/$pkgver/lib$pkgname-$pkgver.tar.gz";)
+sha1sums=('1842d0eae3cf5ac355d754e68fcdfd9391cd2fb7')
+
+build() {
+  cd lib$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd lib$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Thursday, April 2, 2015 @ 00:08:17
  Author: svenstaro
Revision: 130506

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 22:08:06 UTC (rev 130505)
+++ community-i686/PKGBUILD 2015-04-01 22:08:17 UTC (rev 130506)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Denis Martinez 
-
-pkgname=wt
-pkgver=3.3.3
-_pkgver=3.3.3
-pkgrel=6
-pkgdesc="a C++ library and application server for developing and deploying web 
applications"
-arch=('i686' 'x86_64')
-url="http://www.webtoolkit.eu/";
-license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
-optdepends=('openssl: for SSL support in built-in webserver'
-   'fcgi: for FastCGI support'
-   'postgresql-libs: for PostgreSQL Dbo support'
-   'sqlite: for Sqlite Dbo support'
-   'mysql++: for the hangman example'
-   'qt4: for the Wt/Qt interopability example (wtwithqt)')
-backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz
-
boost-wt.patch::http://pastie.org/pastes/9478732/download?key=q3jk2mfp0ovfipigt8qsaw)
-md5sums=('90211e80d0e14ef7ff2e3152380bd05d'
- '2d5d39f230c99355be7c20a5cc9aa409')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  patch -Np1 < $srcdir/boost-wt.patch
-
-  [[ -d build ]] && rm -r build
-  mkdir -p build && cd build
-  cmake \
-  -DCONNECTOR_HTTP=ON \
-  -DWT_CPP_11_MODE=-std=c++11 \
-  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWEBUSER=http \
-  -DWEBGROUP=http \
-  -DUSE_SYSTEM_SQLITE3=ON \
-  -DINSTALL_EXAMPLES=ON \
-  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.1/Modules/FindWt.cmake
-  rm -r ${pkgdir}/usr/cmake
-  rm -rf $pkgdir/var/run
-}

Copied: wt/repos/community-i686/PKGBUILD (from rev 130505, wt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 22:08:17 UTC (rev 130506)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.4
+_pkgver=3.3.4
+pkgrel=1
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('fdbb6042c7d6901e254685966ff55fac')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.1/Modules/FindWt.cmake
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-01 22:08:06 UTC (rev 130505)
+++ community-x86_64/PKGBUILD   2015-04-01 22:08:17 UTC (rev 130506)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupyki

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

2015-04-01 Thread Sven-Hendrik Haase
Date: Thursday, April 2, 2015 @ 00:08:06
  Author: svenstaro
Revision: 130505

upgpkg: wt 3.3.4-1

upstream release 3.3.4

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 21:45:20 UTC (rev 130504)
+++ PKGBUILD2015-04-01 22:08:06 UTC (rev 130505)
@@ -4,9 +4,9 @@
 # Contributor: Denis Martinez 
 
 pkgname=wt
-pkgver=3.3.3
-_pkgver=3.3.3
-pkgrel=6
+pkgver=3.3.4
+_pkgver=3.3.4
+pkgrel=1
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/";
@@ -20,16 +20,12 @@
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz
-
boost-wt.patch::http://pastie.org/pastes/9478732/download?key=q3jk2mfp0ovfipigt8qsaw)
-md5sums=('90211e80d0e14ef7ff2e3152380bd05d'
- '2d5d39f230c99355be7c20a5cc9aa409')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('fdbb6042c7d6901e254685966ff55fac')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
 
-  patch -Np1 < $srcdir/boost-wt.patch
-
   [[ -d build ]] && rm -r build
   mkdir -p build && cd build
   cmake \


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

2015-04-01 Thread Bartłomiej Piotrowski
Date: Wednesday, April 1, 2015 @ 23:45:09
  Author: bpiotrowski
Revision: 130503

upgpkg: yaml-cpp 0.5.2-2

The package doesn't depend on whole boost, just on boost-libs for building.

Modified:
  yaml-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 20:42:40 UTC (rev 130502)
+++ PKGBUILD2015-04-01 21:45:09 UTC (rev 130503)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Markus Martin 
+
 pkgname=yaml-cpp
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
 url="http://code.google.com/p/yaml-cpp/";
 arch=('i686' 'x86_64')
 license=('MIT')
-makedepends=('cmake')
-depends=('boost')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake')
 source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
 md5sums=('2728af8a15e2b2c407730c45b99b274b')
 


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

2015-04-01 Thread Bartłomiej Piotrowski
Date: Wednesday, April 1, 2015 @ 23:45:20
  Author: bpiotrowski
Revision: 130504

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

Added:
  yaml-cpp/repos/community-i686/PKGBUILD
(from rev 130503, yaml-cpp/trunk/PKGBUILD)
  yaml-cpp/repos/community-x86_64/PKGBUILD
(from rev 130503, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-i686/PKGBUILD
  yaml-cpp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 21:45:09 UTC (rev 130503)
+++ community-i686/PKGBUILD 2015-04-01 21:45:20 UTC (rev 130504)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Markus Martin 
-pkgname=yaml-cpp
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="http://code.google.com/p/yaml-cpp/";
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-depends=('boost')
-source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
-md5sums=('2728af8a15e2b2c407730c45b99b274b')
-
-build() {
-cd $srcdir/$pkgname-release-$pkgver
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$pkgname-release-$pkgver
-
-make DESTDIR=$pkgdir install
-
-install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaml-cpp/repos/community-i686/PKGBUILD (from rev 130503, 
yaml-cpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 21:45:20 UTC (rev 130504)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Markus Martin 
+
+pkgname=yaml-cpp
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="http://code.google.com/p/yaml-cpp/";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake')
+source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
+md5sums=('2728af8a15e2b2c407730c45b99b274b')
+
+build() {
+cd $srcdir/$pkgname-release-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname-release-$pkgver
+
+make DESTDIR=$pkgdir install
+
+install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-01 21:45:09 UTC (rev 130503)
+++ community-x86_64/PKGBUILD   2015-04-01 21:45:20 UTC (rev 130504)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Markus Martin 
-pkgname=yaml-cpp
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="http://code.google.com/p/yaml-cpp/";
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-depends=('boost')
-source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
-md5sums=('2728af8a15e2b2c407730c45b99b274b')
-
-build() {
-cd $srcdir/$pkgname-release-$pkgver
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$pkgname-release-$pkgver
-
-make DESTDIR=$pkgdir install
-
-install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaml-cpp/repos/community-x86_64/PKGBUILD (from rev 130503, 
yaml-cpp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-01 21:45:20 UTC (rev 130504)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Markus Martin 
+
+pkgname=yaml-cpp
+pkgver=0.5.2
+pkgrel=2
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="http://code.google.com/p/yaml-cpp/";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake')
+source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
+md5sums=('2728af8a15e2b2c407730c45b99b274b')
+
+build() {
+cd $srcdir/$pkgname-release-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname-release-$pkgver
+
+make DESTDIR=$pkgdir install
+
+install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-04-01 Thread Kyle Keen
Date: Wednesday, April 1, 2015 @ 22:42:40
  Author: kkeen
Revision: 130502

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 20:42:26 UTC (rev 130501)
+++ PKGBUILD2015-04-01 20:42:40 UTC (rev 130502)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Angel Velasquez 
-# Contributor: Andrew Antle 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgbase=python-markdown
-pkgname=('python-markdown' 'python2-markdown')
-_pkgbasename=Markdown
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="Python implementation of John Gruber's Markdown."
-arch=('any')
-url='http://pypi.python.org/pypi/Markdown'
-license=('BSD')
-makedepends=('python' 'python2')
-source=("http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz";)
-md5sums=('db9e3175f4638bfd1574996bf471ea96')
-
-build() {
-  # bug in 2.4, some DOS line endings slipped in
-  find "$_pkgbasename-$pkgver/" -name '*py' | xargs sed -i 's|\r||g'
-
-  cp -r $_pkgbasename-$pkgver "$srcdir/python2-markdown"
-  cd "$srcdir/python2-markdown"
-  find "$srcdir/python2-markdown" -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|&2|'
-}
-
-package_python-markdown() {
-  depends=('python')
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python-markdown/LICENSE"
-}
-
-package_python2-markdown() {
-  depends=('python2')
-  cd "$srcdir/python2-markdown"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-  mv "$pkgdir/usr/bin/markdown_py" "$pkgdir/usr/bin/markdown_py2"
-  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python2-markdown/LICENSE"
-}

Copied: python-markdown/repos/community-any/PKGBUILD (from rev 130501, 
python-markdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 20:42:40 UTC (rev 130502)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Angel Velasquez 
+# Contributor: Andrew Antle 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgbase=python-markdown
+pkgname=('python-markdown' 'python2-markdown')
+_pkgbasename=Markdown
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Python implementation of John Gruber's Markdown."
+arch=('any')
+url='http://pypi.python.org/pypi/Markdown'
+license=('BSD')
+makedepends=('python' 'python2')
+source=("http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz";)
+md5sums=('c084f9d2fd0a839639fd9aa8c442d5cd')
+
+build() {
+  # bug in 2.4, some DOS line endings slipped in
+  find "$_pkgbasename-$pkgver/" -name '*py' | xargs sed -i 's|\r||g'
+
+  cp -r $_pkgbasename-$pkgver "$srcdir/python2-markdown"
+  cd "$srcdir/python2-markdown"
+  find "$srcdir/python2-markdown" -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|&2|'
+}
+
+package_python-markdown() {
+  depends=('python')
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python-markdown/LICENSE"
+}
+
+package_python2-markdown() {
+  depends=('python2')
+  cd "$srcdir/python2-markdown"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+  mv "$pkgdir/usr/bin/markdown_py" "$pkgdir/usr/bin/markdown_py2"
+  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python2-markdown/LICENSE"
+}


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

2015-04-01 Thread Kyle Keen
Date: Wednesday, April 1, 2015 @ 22:42:26
  Author: kkeen
Revision: 130501

upgpkg: python-markdown 2.6.1-1

Modified:
  python-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 20:34:26 UTC (rev 130500)
+++ PKGBUILD2015-04-01 20:42:26 UTC (rev 130501)
@@ -8,7 +8,7 @@
 pkgbase=python-markdown
 pkgname=('python-markdown' 'python2-markdown')
 _pkgbasename=Markdown
-pkgver=2.5.2
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="Python implementation of John Gruber's Markdown."
 arch=('any')
@@ -16,7 +16,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 
source=("http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz";)
-md5sums=('db9e3175f4638bfd1574996bf471ea96')
+md5sums=('c084f9d2fd0a839639fd9aa8c442d5cd')
 
 build() {
   # bug in 2.4, some DOS line endings slipped in


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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 22:34:26
  Author: spupykin
Revision: 130500

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 20:34:10 UTC (rev 130499)
+++ community-i686/PKGBUILD 2015-04-01 20:34:26 UTC (rev 130500)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=stalonetray
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: 
the Xlib only."
-arch=('i686' 'x86_64')
-url="http://stalonetray.sourceforge.net";
-license=('GPL')
-depends=('libx11' 'libxpm')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('aaaf7502547a812cde4f16f786825c1d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 stalonetrayrc.sample $pkgdir/etc/stalonetrayrc
-}

Copied: stalonetray/repos/community-i686/PKGBUILD (from rev 130499, 
stalonetray/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 20:34:26 UTC (rev 130500)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=stalonetray
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: 
the Xlib only."
+arch=('i686' 'x86_64')
+url="http://stalonetray.sourceforge.net";
+license=('GPL')
+depends=('libx11' 'libxpm')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('ae95dbbacc2620e032acea8abab8c9ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 stalonetrayrc.sample $pkgdir/etc/stalonetrayrc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-01 20:34:10 UTC (rev 130499)
+++ community-x86_64/PKGBUILD   2015-04-01 20:34:26 UTC (rev 130500)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=stalonetray
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: 
the Xlib only."
-arch=('i686' 'x86_64')
-url="http://stalonetray.sourceforge.net";
-license=('GPL')
-depends=('libx11' 'libxpm')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('aaaf7502547a812cde4f16f786825c1d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 stalonetrayrc.sample $pkgdir/etc/stalonetrayrc
-}

Copied: stalonetray/repos/community-x86_64/PKGBUILD (from rev 130499, 
stalonetray/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-01 20:34:26 UTC (rev 130500)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=stalonetray
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: 
the Xlib only."
+arch=('i686' 'x86_64')
+url="http://stalonetray.sourceforge.net";
+license=('GPL')
+depends=('libx11' 'libxpm')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('ae95dbbacc2620e032acea8abab8c9ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 stalonetrayrc.sample $pkgdir/etc/stalonetrayrc
+}


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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 22:34:10
  Author: spupykin
Revision: 130499

upgpkg: stalonetray 0.8.3-1

upd

Modified:
  stalonetray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 19:47:10 UTC (rev 130498)
+++ PKGBUILD2015-04-01 20:34:10 UTC (rev 130499)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=stalonetray
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: 
the Xlib only."
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'libxpm')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('aaaf7502547a812cde4f16f786825c1d')
+md5sums=('ae95dbbacc2620e032acea8abab8c9ef')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2015-04-01 Thread Lukas Jirkovsky
Date: Wednesday, April 1, 2015 @ 21:47:04
  Author: stativ
Revision: 130497

upgpkg: intellij-idea-community-edition 1:14.1.1-1

update to 14.1.1

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 19:35:08 UTC (rev 130496)
+++ PKGBUILD2015-04-01 19:47:04 UTC (rev 130497)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-community-edition
-pkgver=14.1
-_pkgver=141.177.4
+pkgver=14.1.1
+_pkgver=141.178.9
 pkgrel=1
 epoch=1
 pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
@@ -13,7 +13,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-md5sums=('fb66f42c7a38fc16427e4e03e08f8a34'
+md5sums=('9c9bbdfbaf88b79009bb2a87aa8f0376'
  '074bca11876cd1129e74feafd6271670'
  'f27bad35ee8e6445ca2f8a591bca895a')
 


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2015-04-01 Thread Lukas Jirkovsky
Date: Wednesday, April 1, 2015 @ 21:47:10
  Author: stativ
Revision: 130498

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 130497, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 130497, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 130497, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 130497, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   88 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 idea.sh  |8 ++---
 4 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 19:47:04 UTC (rev 130497)
+++ PKGBUILD2015-04-01 19:47:10 UTC (rev 130498)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-community-edition
-pkgver=14.1
-_pkgver=141.177.4
-pkgrel=1
-epoch=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
-arch=('any')
-url="http://www.jetbrains.org/";
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-md5sums=('fb66f42c7a38fc16427e4e03e08f8a34'
- '074bca11876cd1129e74feafd6271670'
- 'f27bad35ee8e6445ca2f8a591bca895a')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-   "$pkgdir"/usr/share/pixmaps/idea.png
-
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
130497, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 19:47:10 UTC (rev 130498)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-community-edition
+pkgver=14.1.1
+_pkgver=141.178.9
+pkgrel=1
+epoch=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced 
refactoring features"
+arch=('any')
+url="http://www.jetbrains.org/";
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+md5sums=('9c9bbdfbaf88b79009bb2a87aa8f0376'
+ '074bca11876cd1129e74feafd6271670'
+ 'f27bad35ee8e6445ca2f8a591bca895a')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop 
"$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+   "$pkgdir"/usr/share/pixmaps/idea.png
+
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===
--- idea.desktop2015-04-01 19:47:04 UTC (rev 1304

[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2015-04-01 Thread Lukas Jirkovsky
Date: Wednesday, April 1, 2015 @ 21:35:08
  Author: stativ
Revision: 130496

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 130495, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 130495, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 19:34:32 UTC (rev 130495)
+++ community-i686/PKGBUILD 2015-04-01 19:35:08 UTC (rev 130496)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=14.1
-_pkgver=141.177.4
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="http://www.jetbrains.org/";
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('fb66f42c7a38fc16427e4e03e08f8a34')
-
-package() {
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 "idea-IC-$_pkgver"/bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 "idea-IC-$_pkgver"/bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 "idea-IC-$_pkgver"/lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 130495, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 19:35:08 UTC (rev 130496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=14.1.1
+_pkgver=141.178.9
+pkgrel=1
+epoch=1
+pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
+arch=('i686' 'x86_64')
+url="http://www.jetbrains.org/";
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+md5sums=('9c9bbdfbaf88b79009bb2a87aa8f0376')
+
+package() {
+  [ $CARCH == "x86_64" ] && SUFFIX=64
+  install -D -m755 "idea-IC-$_pkgver"/bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 "idea-IC-$_pkgver"/bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 "idea-IC-$_pkgver"/lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-01 19:34:32 UTC (rev 130495)
+++ community-x86_64/PKGBUILD   2015-04-01 19:35:08 UTC (rev 130496)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=intellij-idea-libs
-pkgver=14.1
-_pkgver=141.177.4
-pkgrel=1
-epoch=1
-pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
-arch=('i686' 'x86_64')
-url="http://www.jetbrains.org/";
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('fb66f42c7a38fc16427e4e03e08f8a34')
-
-package() {
-  [ $CARCH == "x86_64" ] && SUFFIX=64
-  install -D -m755 "idea-IC-$_pkgver"/bin/fsnotifier${SUFFIX} 
"$pkgdir"/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 "idea-IC-$_pkgver"/bin/libbreakgen${SUFFIX}.so 
"$pkgdir"/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == "x86_64" ] && _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 "idea-IC-$_pkgver"/lib/libpty/linux/$_ARCH/libpty.so 
"$pkgdir"/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 130495, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-01 19:35:08 UTC (rev 130496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=intellij-idea-libs
+pkgver=14.1.1
+_pkgver=141.178.9
+pkgrel=1
+epoch=1
+pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"

[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2015-04-01 Thread Lukas Jirkovsky
Date: Wednesday, April 1, 2015 @ 21:34:32
  Author: stativ
Revision: 130495

upgpkg: intellij-idea-libs 1:14.1.1-1

update to 14.1.1

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 19:19:25 UTC (rev 130494)
+++ PKGBUILD2015-04-01 19:34:32 UTC (rev 130495)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=intellij-idea-libs
-pkgver=14.1
-_pkgver=141.177.4
+pkgver=14.1.1
+_pkgver=141.178.9
 pkgrel=1
 epoch=1
 pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('fb66f42c7a38fc16427e4e03e08f8a34')
+md5sums=('9c9bbdfbaf88b79009bb2a87aa8f0376')
 
 package() {
   [ $CARCH == "x86_64" ] && SUFFIX=64


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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 21:19:25
  Author: jelle
Revision: 130494

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

Added:
  xmobar/repos/community-staging-i686/
  xmobar/repos/community-staging-i686/PKGBUILD
(from rev 130493, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-staging-i686/disable-ewmh-plugin.patch
(from rev 130493, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-staging-i686/ghc-7.10.1-update-haskell-deps.patch
(from rev 130493, xmobar/trunk/ghc-7.10.1-update-haskell-deps.patch)
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 130493, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-staging-x86_64/disable-ewmh-plugin.patch
(from rev 130493, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-staging-x86_64/ghc-7.10.1-update-haskell-deps.patch
(from rev 130493, xmobar/trunk/ghc-7.10.1-update-haskell-deps.patch)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/disable-ewmh-plugin.patch  |   46 ++
 community-staging-i686/ghc-7.10.1-update-haskell-deps.patch   |   18 +++
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/disable-ewmh-plugin.patch|   46 ++
 community-staging-x86_64/ghc-7.10.1-update-haskell-deps.patch |   18 +++
 6 files changed, 204 insertions(+)

Copied: xmobar/repos/community-staging-i686/PKGBUILD (from rev 130493, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-01 19:19:25 UTC (rev 130494)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23
+pkgrel=2
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
+'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz
 ghc-7.10.1-update-haskell-deps.patch disable-ewmh-plugin.patch)
+
+prepare() {
+  cd ${srcdir}/xmobar-$pkgver
+  patch -Np1 -i $srcdir/ghc-7.10.1-update-haskell-deps.patch
+  patch -Np1 -i $srcdir/disable-ewmh-plugin.patch
+}
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('5ab73783a6a8f97753a263652e1c141c'
+ 'c2229e749626ae28132129fc2cb80bad'
+ '9d3951d4a6e12f48b5bd9735575ee2a4')

Copied: xmobar/repos/community-staging-i686/disable-ewmh-plugin.patch (from rev 
130493, xmobar/trunk/disable-ewmh-plugin.patch)
===
--- community-staging-i686/disable-ewmh-plugin.patch
(rev 0)
+++ community-staging-i686/disable-ewmh-plugin.patch2015-04-01 19:19:25 UTC 
(rev 130494)
@@ -0,0 +1,46 @@
+diff --git a/src/Config.hs b/src/Config.hs
+index 59d6bd4..c788e6a 100644
+--- a/src/Config.hs
 b/src/Config.hs
+@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
+ import Plugins.CommandReader
+ import Plugins.StdinReader
+ import Plugins.XMonadLog
+-import Plugins.EWMH
+ import Plugins.Kbd
+ import Plugins.Locks
+
+@@ -147,7 +146,7 @@ infixr :*:
+ -- the 'Runnable.Runnable' Read instance. To install a plugin just add
+ -- the plugin's type to the list of types (separated by ':*:') appearing in
+ -- this function's type signature.
+-runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: 
Kbd :*: Locks :*:
++runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: 
Locks :*:
+  Mail :*: MBox :*:
+  DateZone :*: MarqueePipeReader :*:
+  ()
+diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
+index a263536..37e603f 100644
+--- a/src/Plugins/Date.hs
 b/src/Plugins/Date.hs
+@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
+
+ import Plugins
+
+-import System.Locale
+ import Control.Monad (liftM)
+ import Data.Time
+

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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 21:19:16
  Author: jelle
Revision: 130493

upgpkg: xmobar 0.23-2

ghc 7.10.1 rebuild

Added:
  xmobar/trunk/disable-ewmh-plugin.patch
  xmobar/trunk/ghc-7.10.1-update-haskell-deps.patch
Modified:
  xmobar/trunk/PKGBUILD

--+
 PKGBUILD |   19 +
 disable-ewmh-plugin.patch|   46 +
 ghc-7.10.1-update-haskell-deps.patch |   18 
 3 files changed, 77 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 19:17:41 UTC (rev 130492)
+++ PKGBUILD2015-04-01 19:19:16 UTC (rev 130493)
@@ -4,22 +4,26 @@
 
 pkgname=xmobar
 pkgver=0.23
-pkgrel=1
+pkgrel=2
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.8.4-1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.8' 'haskell-network-uri'
-'haskell-stm=2.4.3' 'haskell-parsec=3.1.7' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
+'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('5ab73783a6a8f97753a263652e1c141c')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz
 ghc-7.10.1-update-haskell-deps.patch disable-ewmh-plugin.patch)
 
+prepare() {
+  cd ${srcdir}/xmobar-$pkgver
+  patch -Np1 -i $srcdir/ghc-7.10.1-update-haskell-deps.patch
+  patch -Np1 -i $srcdir/disable-ewmh-plugin.patch
+}
 build() {
 cd ${srcdir}/xmobar-$pkgver
 
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
+runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
 runhaskell Setup build
 }
 
@@ -29,3 +33,6 @@
 install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
 
+md5sums=('5ab73783a6a8f97753a263652e1c141c'
+ 'c2229e749626ae28132129fc2cb80bad'
+ '9d3951d4a6e12f48b5bd9735575ee2a4')

Added: disable-ewmh-plugin.patch
===
--- disable-ewmh-plugin.patch   (rev 0)
+++ disable-ewmh-plugin.patch   2015-04-01 19:19:16 UTC (rev 130493)
@@ -0,0 +1,46 @@
+diff --git a/src/Config.hs b/src/Config.hs
+index 59d6bd4..c788e6a 100644
+--- a/src/Config.hs
 b/src/Config.hs
+@@ -34,7 +34,6 @@ import Plugins.MarqueePipeReader
+ import Plugins.CommandReader
+ import Plugins.StdinReader
+ import Plugins.XMonadLog
+-import Plugins.EWMH
+ import Plugins.Kbd
+ import Plugins.Locks
+
+@@ -147,7 +146,7 @@ infixr :*:
+ -- the 'Runnable.Runnable' Read instance. To install a plugin just add
+ -- the plugin's type to the list of types (separated by ':*:') appearing in
+ -- this function's type signature.
+-runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: EWMH :*: 
Kbd :*: Locks :*:
++runnableTypes :: Command :*: Monitors :*: Date :*: PipeReader :*: 
BufferedPipeReader :*: CommandReader :*: StdinReader :*: XMonadLog :*: Kbd :*: 
Locks :*:
+  Mail :*: MBox :*:
+  DateZone :*: MarqueePipeReader :*:
+  ()
+diff --git a/src/Plugins/Date.hs b/src/Plugins/Date.hs
+index a263536..37e603f 100644
+--- a/src/Plugins/Date.hs
 b/src/Plugins/Date.hs
+@@ -20,7 +20,6 @@ module Plugins.Date (Date(..)) where
+
+ import Plugins
+
+-import System.Locale
+ import Control.Monad (liftM)
+ import Data.Time
+
+diff --git a/xmobar.cabal b/xmobar.cabal
+index db0d130..c76b355 100644
+--- a/xmobar.cabal
 b/xmobar.cabal
+@@ -81,7 +81,7 @@ executable xmobar
+   Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize,
+   XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal,
+   Plugins, Plugins.BufferedPipeReader,
+-  Plugins.CommandReader, Plugins.Date, Plugins.EWMH,
++  Plugins.CommandReader, Plugins.Date,
+   Plugins.PipeReader, Plugins.MarqueePipeReader,
+   Plugins.StdinReader, Plugins.XMonadLog,
+   Plugins.Utils, Plugins.Kbd, Plugins.Locks, Plugins.Monitors,

Added: ghc-7.10.1-update-haskell-deps.patch
===
--- ghc-7.10.1-update-haskell-deps.patch(rev 0)
+++ ghc-7.10.1-update-haskell-deps.patch2015-04-01 19:19:16 UTC (rev 
130493)

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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 21:17:41
  Author: jelle
Revision: 130492

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

Added:
  haskell-http/repos/community-staging-i686/PKGBUILD
(from rev 130491, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-staging-i686/haskell-http.install
(from rev 130491, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-staging-x86_64/PKGBUILD
(from rev 130491, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-staging-x86_64/haskell-http.install
(from rev 130491, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/community-staging-i686/PKGBUILD
  haskell-http/repos/community-staging-i686/haskell-http.install
  haskell-http/repos/community-staging-x86_64/PKGBUILD
  haskell-http/repos/community-staging-x86_64/haskell-http.install

---+
 /PKGBUILD |   98 
 /haskell-http.install |   70 +
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-http.install   |   35 
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-http.install |   35 
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-04-01 19:17:28 UTC (rev 130491)
+++ community-staging-i686/PKGBUILD 2015-04-01 19:17:41 UTC (rev 130492)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.19
-pkgrel=2
-pkgdesc="A library for client-side HTTP"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' )
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O  \
-   --enable-split-objs \
-   --enable-shared \
-   --prefix=/usr \
-   --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-
- runhaskell Setup build
-
- runhaskell Setup haddock
-
- runhaskell Setup register --gen-script
- runhaskell Setup unregister --gen-script
- sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
- cd ${_hkgname}-${pkgver}
-
- install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
- install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
- install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
- ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
- runhaskell Setup copy --destdir=${pkgdir}
-
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-http/repos/community-staging-i686/PKGBUILD (from rev 130491, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-01 19:17:41 UTC (rev 130492)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.19
+pkgrel=3
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O  \
+   --enable-split-objs \
+   --enable-shared \
+   --prefix=/usr \
+   --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/\$pkgid
+
+ runhaskell Setup build
+
+ runhaskell Setup haddock
+
+ runhaskell Setup register --gen-script
+ runhaskell Setup unregister --gen-script
+ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+ cd ${_hkgname}-${pkgver}
+
+ install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+ install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+ install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgnam

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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 21:17:28
  Author: jelle
Revision: 130491

upgpkg: haskell-http 4000.2.19-3

ghc 7.10.1 rebuild, needed for haskell-old-time

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 19:09:07 UTC (rev 130490)
+++ PKGBUILD2015-04-01 19:17:28 UTC (rev 130491)
@@ -3,7 +3,7 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.2.19
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 21:09:07
  Author: jelle
Revision: 130490

Add missing dep

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 16:23:01 UTC (rev 130489)
+++ PKGBUILD2015-04-01 19:09:07 UTC (rev 130490)
@@ -9,7 +9,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' )
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')


[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-04-01 Thread Jürgen Hötzel
Date: Wednesday, April 1, 2015 @ 21:04:10
  Author: juergen
Revision: 235334

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 235333, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 235333, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|   97 +++---
 gnucash.install |   72 
 2 files changed, 85 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 18:21:47 UTC (rev 235333)
+++ PKGBUILD2015-04-01 19:04:10 UTC (rev 235334)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.5
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org";
-license=("GPL")
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c9a5184603e41c6582f8342d4be9e392eceef33f')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 235333, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 19:04:10 UTC (rev 235334)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.6
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org";
+license=("GPL")
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7a508743047202cc4c648ff188f92741010105a1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
+
+}

Deleted: gnucash.install
===
--- gnucash.install 2015-04-01 18:21:47 UTC (rev 235333)
+++ gnucash.install 2015-04-01 19:04:10 UTC (rev 235334)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnucash-design.i

[arch-commits] Commit in gnucash/repos/extra-x86_64 (4 files)

2015-04-01 Thread Jürgen Hötzel
Date: Wednesday, April 1, 2015 @ 20:21:47
  Author: juergen
Revision: 235333

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 235332, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/gnucash.install
(from rev 235332, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-x86_64/PKGBUILD
  gnucash/repos/extra-x86_64/gnucash.install

-+
 PKGBUILD|   97 +++---
 gnucash.install |   72 
 2 files changed, 85 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 18:21:37 UTC (rev 235332)
+++ PKGBUILD2015-04-01 18:21:47 UTC (rev 235333)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.5
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org";
-license=("GPL")
-depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c9a5184603e41c6582f8342d4be9e392eceef33f')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-}

Copied: gnucash/repos/extra-x86_64/PKGBUILD (from rev 235332, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 18:21:47 UTC (rev 235333)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.6
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org";
+license=("GPL")
+depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('7a508743047202cc4c648ff188f92741010105a1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
+
+}

Deleted: gnucash.install
===
--- gnucash.install 2015-04-01 18:21:37 UTC (rev 235332)
+++ gnucash.install 2015-04-01 18:21:47 UTC (rev 235333)
@@ -1,36 +0,0 @@
-pkgname=gnucash
-info_dir=usr/share/info
-info_files=(gnuc

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

2015-04-01 Thread Jürgen Hötzel
Date: Wednesday, April 1, 2015 @ 20:21:37
  Author: juergen
Revision: 235332

upgpkg: gnucash 2.6.6-1

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 18:08:44 UTC (rev 235331)
+++ PKGBUILD2015-04-01 18:21:37 UTC (rev 235332)
@@ -3,7 +3,7 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=2.6.5
+pkgver=2.6.6
 pkgrel=1
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c9a5184603e41c6582f8342d4be9e392eceef33f')
+sha1sums=('7a508743047202cc4c648ff188f92741010105a1')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-04-01 Thread Jürgen Hötzel
Date: Wednesday, April 1, 2015 @ 20:08:44
  Author: juergen
Revision: 235331

archrelease: copy trunk to extra-any

Added:
  gnucash-docs/repos/extra-any/PKGBUILD
(from rev 235330, gnucash-docs/trunk/PKGBUILD)
Deleted:
  gnucash-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 18:08:23 UTC (rev 235330)
+++ PKGBUILD2015-04-01 18:08:44 UTC (rev 235331)
@@ -1,32 +0,0 @@
-# Maintainer: Juergen Hoetzel 
-pkgname=gnucash-docs
-pkgver=2.6.5
-pkgrel=1
-pkgdesc="GnuCash documentation package"
-arch=('any')
-url="http://www.gnucash.org/docs.phtml";
-license=('GPL')
-makedepends=('rarian' 'libxslt')
-source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
-md5sums=('2a389ddb82c48a9658fd6a6929daaf99')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnucash-docs/repos/extra-any/PKGBUILD (from rev 235330, 
gnucash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 18:08:44 UTC (rev 235331)
@@ -0,0 +1,33 @@
+# Maintainer: Juergen Hoetzel 
+pkgname=gnucash-docs
+pkgver=2.6.6
+pkgrel=1
+pkgdesc="GnuCash documentation package"
+arch=('any')
+url="http://www.gnucash.org/docs.phtml";
+license=('GPL')
+depends=('yelp')
+makedepends=('rarian' 'libxslt')
+source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
+md5sums=('f84c4c1b14020df8c3161ff4365574eb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-01 Thread Jürgen Hötzel
Date: Wednesday, April 1, 2015 @ 20:08:23
  Author: juergen
Revision: 235330

upgpkg: gnucash-docs 2.6.6-1

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 18:05:49 UTC (rev 235329)
+++ PKGBUILD2015-04-01 18:08:23 UTC (rev 235330)
@@ -1,6 +1,6 @@
 # Maintainer: Juergen Hoetzel 
 pkgname=gnucash-docs
-pkgver=2.6.5
+pkgver=2.6.6
 pkgrel=1
 pkgdesc="GnuCash documentation package"
 arch=('any')
@@ -9,7 +9,7 @@
 depends=('yelp')
 makedepends=('rarian' 'libxslt')
 
source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
-md5sums=('2a389ddb82c48a9658fd6a6929daaf99')
+md5sums=('f84c4c1b14020df8c3161ff4365574eb')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-01 Thread Jürgen Hötzel
Date: Wednesday, April 1, 2015 @ 20:05:49
  Author: juergen
Revision: 235329

Summary: depends on yelp, fixes #41838

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 17:56:34 UTC (rev 235328)
+++ PKGBUILD2015-04-01 18:05:49 UTC (rev 235329)
@@ -6,6 +6,7 @@
 arch=('any')
 url="http://www.gnucash.org/docs.phtml";
 license=('GPL')
+depends=('yelp')
 makedepends=('rarian' 'libxslt')
 
source=("gnucash-docs-$pkgver.tar.gz::http://sourceforge.net/projects/gnucash/files/gnucash-docs/$pkgver/gnucash-docs-$pkgver.tar.gz/download";)
 md5sums=('2a389ddb82c48a9658fd6a6929daaf99')


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

2015-04-01 Thread Jürgen Hötzel
Date: Wednesday, April 1, 2015 @ 19:56:34
  Author: juergen
Revision: 235328

Summary: optdepends on yelp, fixes #43687

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 14:34:03 UTC (rev 235327)
+++ PKGBUILD2015-04-01 17:56:34 UTC (rev 235328)
@@ -12,6 +12,7 @@
 depends=('slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
 makedepends=('intltool')
 optdepends=('evince: for print preview'
+   'yelp: help browser'
 'perl-finance-quote: for stock information lookups'
 'perl-date-manip: for stock information lookups')
 options=('!makeflags' '!emptydirs')


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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 18:23:01
  Author: spupykin
Revision: 130489

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 130488, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 130488, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 130488, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 130488, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 130488, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 130488, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 130488, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 130488, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 130488, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 130488, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 130488, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 130488, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   42 +
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   21 --
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   21 --
 18 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 16:22:31 UTC (rev 130488)
+++ community-i686/PKGBUILD 2015-04-01 16:23:01 UTC (rev 130489)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=2.8.19
-pkgrel=5
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('3794107224043465603f48941f5c86a7'
- 'b557e370dcf35d8844b77d278e7be0a5'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 'b1beae6954b780da261b4056fd7f918a'
- '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with inst

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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 18:22:31
  Author: spupykin
Revision: 130488

upgpkg: redis 3.0.0-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 12:42:40 UTC (rev 130487)
+++ PKGBUILD2015-04-01 16:22:31 UTC (rev 130488)
@@ -5,8 +5,8 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=2.8.19
-pkgrel=5
+pkgver=3.0.0
+pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
 url='http://redis.io/'
@@ -20,7 +20,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('3794107224043465603f48941f5c86a7'
+md5sums=('cd8487159459d7575ba2664cb2a4819e'
  'b557e370dcf35d8844b77d278e7be0a5'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'b1beae6954b780da261b4056fd7f918a'


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

2015-04-01 Thread Dave Reisner
Date: Wednesday, April 1, 2015 @ 16:34:03
  Author: dreisner
Revision: 235327

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

Added:
  ed/repos/testing-i686/
  ed/repos/testing-i686/PKGBUILD
(from rev 235326, ed/trunk/PKGBUILD)
  ed/repos/testing-i686/ed.install
(from rev 235326, ed/trunk/ed.install)
  ed/repos/testing-x86_64/
  ed/repos/testing-x86_64/PKGBUILD
(from rev 235326, ed/trunk/PKGBUILD)
  ed/repos/testing-x86_64/ed.install
(from rev 235326, ed/trunk/ed.install)

---+
 testing-i686/PKGBUILD |   39 +++
 testing-i686/ed.install   |   18 ++
 testing-x86_64/PKGBUILD   |   39 +++
 testing-x86_64/ed.install |   18 ++
 4 files changed, 114 insertions(+)

Copied: ed/repos/testing-i686/PKGBUILD (from rev 235326, ed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-01 14:34:03 UTC (rev 235327)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Andreas Radke 
+
+pkgname=ed
+pkgver=1.11
+pkgrel=1
+pkgdesc="A POSIX-compliant line-oriented text editor"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnu.org/software/ed/ed.html";
+depends=('glibc' 'sh')
+options=('!emptydirs')
+install='ed.install'
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz
+source=("ftp://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
+md5sums=('891635e76c661611bfb7e963bde38856'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/ \
+  --bindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  "CFLAGS=$CFLAGS" \
+  "LDFLAGS=$LDFLAGS"
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" "DESTDIR=$pkgdir" install
+}

Copied: ed/repos/testing-i686/ed.install (from rev 235326, ed/trunk/ed.install)
===
--- testing-i686/ed.install (rev 0)
+++ testing-i686/ed.install 2015-04-01 14:34:03 UTC (rev 235327)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+filelist=(ed.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2>/dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2>/dev/null
+  done
+}

Copied: ed/repos/testing-x86_64/PKGBUILD (from rev 235326, ed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-01 14:34:03 UTC (rev 235327)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Andreas Radke 
+
+pkgname=ed
+pkgver=1.11
+pkgrel=1
+pkgdesc="A POSIX-compliant line-oriented text editor"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnu.org/software/ed/ed.html";
+depends=('glibc' 'sh')
+options=('!emptydirs')
+install='ed.install'
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz
+source=("ftp://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
+md5sums=('891635e76c661611bfb7e963bde38856'
+ 'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/ \
+  --bindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  "CFLAGS=$CFLAGS" \
+  "LDFLAGS=$LDFLAGS"
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" "DESTDIR=$pkgdir" install
+}

Copied: ed/repos/testing-x86_64/ed.install (from rev 235326, 
ed/trunk/ed.install)
===
--- testing-x86_64/ed.install   (rev 0)
+++ testing-x86_64/ed.install   2015-04-01 14:34:03 UTC (rev 235327)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+filelist=(ed.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2>/dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2>/dev/null
+  done
+}


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

2015-04-01 Thread Dave Reisner
Date: Wednesday, April 1, 2015 @ 16:33:36
  Author: dreisner
Revision: 235326

upgpkg: ed 1.11-1

Modified:
  ed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 10:14:30 UTC (rev 235325)
+++ PKGBUILD2015-04-01 14:33:36 UTC (rev 235326)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=ed
-pkgver=1.10
+pkgver=1.11
 pkgrel=1
 pkgdesc="A POSIX-compliant line-oriented text editor"
 arch=('i686' 'x86_64')
@@ -11,9 +11,10 @@
 url="http://www.gnu.org/software/ed/ed.html";
 depends=('glibc' 'sh')
 options=('!emptydirs')
+install='ed.install'
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz
 source=("ftp://ftp.gnu.org/gnu/ed/$pkgname-$pkgver.tar.lz"{,.sig})
-install='ed.install'
-md5sums=('d1e51bb6e78417af8fb12684c31fd9eb'
+md5sums=('891635e76c661611bfb7e963bde38856'
  'SKIP')
 
 build() {


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

2015-04-01 Thread Massimiliano Torromeo
Date: Wednesday, April 1, 2015 @ 14:42:40
  Author: mtorromeo
Revision: 130487

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 12:42:21 UTC (rev 130486)
+++ community-i686/PKGBUILD 2015-04-01 12:42:40 UTC (rev 130487)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.2.9
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('d4a65c425262e55d3c0c4316a7acf861e2822c1321637ba5350dc68fc4af')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd  "$pkgdir"
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 130486, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 12:42:40 UTC (rev 130487)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=xtrabackup
+pkgver=2.2.10
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
+sha256sums=('16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd  "$pkgdir"
+  rm -rf usr/xtrabackup-test
+  install -dm755 usr/share
+  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
+  rm -rf build
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-01 12:42:21 UTC (rev 130486)
+++ community-x86_64/PKGBUILD   2015-04-01 12:42:40 UTC (rev 130487)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=xtrabackup
-pkgver=2.2.9
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('d4a65c425262e55d3c0c4316a7acf861e2822c1321637ba5350dc68fc4af')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd  "$pkgdir"
-  rm -rf usr/xtrabackup-test
-  install -dm755 usr/share
-  mv build/$pkgname/src/percona-xtrabackup-$pkgver/man usr/share
-  rm -rf build
-}

Copied: xtrabackup/repos/community-x86_64/PKGBUILD (from rev 130486, 
xtrabackup/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-01 12:42:40 UTC (rev 130487)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=xtrabackup
+pkgver=2.2.10
+pkgrel=1
+pkgdesc='Non-blocking backu

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

2015-04-01 Thread Massimiliano Torromeo
Date: Wednesday, April 1, 2015 @ 14:42:21
  Author: mtorromeo
Revision: 130486

upgpkg: xtrabackup 2.2.10-1

Updated to 2.2.10

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 10:01:47 UTC (rev 130485)
+++ PKGBUILD2015-04-01 12:42:21 UTC (rev 130486)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=xtrabackup
-pkgver=2.2.9
+pkgver=2.2.10
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-sha256sums=('d4a65c425262e55d3c0c4316a7acf861e2822c1321637ba5350dc68fc4af')
+sha256sums=('16f66995196b96edeaa03243e0cc007c8fd62c1217aea224efcd1e48d80f47b4')
 
 build() {
   cd percona-xtrabackup-$pkgver


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

2015-04-01 Thread Jan Steffens
Date: Wednesday, April 1, 2015 @ 12:14:30
  Author: heftig
Revision: 235325

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

Added:
  gnutls/repos/testing-i686/PKGBUILD
(from rev 235324, gnutls/trunk/PKGBUILD)
  gnutls/repos/testing-i686/gnutls.install
(from rev 235324, gnutls/trunk/gnutls.install)
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 235324, gnutls/trunk/PKGBUILD)
  gnutls/repos/testing-x86_64/gnutls.install
(from rev 235324, gnutls/trunk/gnutls.install)
Deleted:
  gnutls/repos/testing-i686/PKGBUILD
  gnutls/repos/testing-i686/gnutls.install
  gnutls/repos/testing-x86_64/PKGBUILD
  gnutls/repos/testing-x86_64/gnutls.install

---+
 /PKGBUILD |  108 
 /gnutls.install   |   40 ++
 testing-i686/PKGBUILD |   53 ---
 testing-i686/gnutls.install   |   20 ---
 testing-x86_64/PKGBUILD   |   53 ---
 testing-x86_64/gnutls.install |   20 ---
 6 files changed, 148 insertions(+), 146 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-01 09:55:19 UTC (rev 235324)
+++ testing-i686/PKGBUILD   2015-04-01 10:14:30 UTC (rev 235325)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-
-pkgname=gnutls
-pkgver=3.3.14
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url="http://www.gnutls.org/";
-install=gnutls.install
-options=('!zipman')
-depends=('gcc-libs' 'libidn' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-optdepends=('guile: for use with Guile bindings')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('7f4465f8c564cf9cb8f5cb38b909f7ca'
- 'SKIP')
-validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
-  '1F42418905D8206AA754CCDC29EE58B996865171')
-   # "Simon Josefsson "
-   # "Nikos Mavrogiannopoulos 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --enable-guile --with-guile-site-dir=no
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -j1 check  || /bin/true
-  
-  # one test segfaults (guile bindings - this is known since the last release.
-#  PASS: x509-certificates.scm
-#  ../../build-aux/test-driver: line 107:  5507 Segmentation fault  (core 
dumped) "$@" > $log_file 2>&1
-#  FAIL: x509-auth.scm
-
-  #|| make -j1 check # || /bin/true
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
-  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
-}

Copied: gnutls/repos/testing-i686/PKGBUILD (from rev 235324, 
gnutls/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-01 10:14:30 UTC (rev 235325)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.3.14
+pkgrel=2
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://www.gnutls.org/";
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libidn' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7f4465f8c564cf9cb8f5cb38b909f7ca'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 check  || /bin/true
+  
+  # one test segfaults (guile bindings - this is known since the last release.
+#  PASS: x509-certificates.scm
+#  ../../build-aux/test-driver: line 107:  5507 Segmentation fault  (core 
dumped) "$@" > $log_file 2>&1
+#  FAIL: x509-auth.scm
+
+  #|| make -j1 check # || /bin/true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by

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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 12:01:36
  Author: jelle
Revision: 130484

upgpkg: haskell-old-time 1.1.0.3-4

ghc 7.10.1 rebuild, work damnit

Modified:
  haskell-old-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 09:48:59 UTC (rev 130483)
+++ PKGBUILD2015-04-01 10:01:36 UTC (rev 130484)
@@ -2,7 +2,7 @@
 _hkgname=old-time
 pkgname=haskell-old-time
 pkgver=1.1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 12:01:47
  Author: jelle
Revision: 130485

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

Added:
  haskell-old-time/repos/community-staging-i686/PKGBUILD
(from rev 130484, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-i686/haskell-old-time.install
(from rev 130484, haskell-old-time/trunk/haskell-old-time.install)
  haskell-old-time/repos/community-staging-x86_64/PKGBUILD
(from rev 130484, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-x86_64/haskell-old-time.install
(from rev 130484, haskell-old-time/trunk/haskell-old-time.install)
Deleted:
  haskell-old-time/repos/community-staging-i686/PKGBUILD
  haskell-old-time/repos/community-staging-i686/haskell-old-time.install
  haskell-old-time/repos/community-staging-x86_64/PKGBUILD
  haskell-old-time/repos/community-staging-x86_64/haskell-old-time.install

---+
 /PKGBUILD |   74 
 /haskell-old-time.install |   36 +
 community-staging-i686/PKGBUILD   |   37 --
 community-staging-i686/haskell-old-time.install   |   18 
 community-staging-x86_64/PKGBUILD |   37 --
 community-staging-x86_64/haskell-old-time.install |   18 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-04-01 10:01:36 UTC (rev 130484)
+++ community-staging-i686/PKGBUILD 2015-04-01 10:01:47 UTC (rev 130485)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa 
-_hkgname=old-time
-pkgname=haskell-old-time
-pkgver=1.1.0.3
-pkgrel=3
-pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=7.10.1' 'haskell-old-locale')
-options=('strip')
-source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('1868eaf39e616176d898bcd5510e1f09')
-options=('staticlibs')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-old-time/repos/community-staging-i686/PKGBUILD (from rev 
130484, haskell-old-time/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-01 10:01:47 UTC (rev 130485)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-time
+pkgname=haskell-old-time
+pkgver=1.1.0.3
+pkgrel=4
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.1' 'haskell-old-locale')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1868eaf39e616176d898bcd5510e1f09')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unreg

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

2015-04-01 Thread Giovanni Scafora
Date: Wednesday, April 1, 2015 @ 11:55:19
  Author: giovanni
Revision: 235324

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

Added:
  source-highlight/repos/extra-i686/PKGBUILD
(from rev 235323, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-i686/source-highlight.install
(from rev 235323, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 235323, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-x86_64/source-highlight.install
(from rev 235323, source-highlight/trunk/source-highlight.install)
Deleted:
  source-highlight/repos/extra-i686/PKGBUILD
  source-highlight/repos/extra-i686/source-highlight.install
  source-highlight/repos/extra-x86_64/PKGBUILD
  source-highlight/repos/extra-x86_64/source-highlight.install

---+
 /PKGBUILD |   68 
 /source-highlight.install |   36 
 extra-i686/PKGBUILD   |   34 
 extra-i686/source-highlight.install   |   18 
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/source-highlight.install |   18 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-01 09:55:10 UTC (rev 235323)
+++ extra-i686/PKGBUILD 2015-04-01 09:55:19 UTC (rev 235324)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=source-highlight
-pkgver=3.1.7
-pkgrel=11
-pkgdesc="Convert source code to syntax highlighted document"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/src-highlite/";
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('0ff81588d3536b4c4e571122ba940595')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-bash-completion=/usr/share/bash-completion/completions
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
-
-  # PKGBUILD syntax highlighting
-  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
-}

Copied: source-highlight/repos/extra-i686/PKGBUILD (from rev 235323, 
source-highlight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-01 09:55:19 UTC (rev 235324)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.8
+pkgrel=1
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}/usr" 
bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install
+
+  # PKGBUILD syntax highlighting
+  echo -e "\npkgbuild = sh.lang" >> "${pkgdir}"/usr/share/${pkgname}/lang.map
+}

Deleted: extra-i686/source-highlight.install
===
--- extra-i686/source-highlight.install 2015-04-01 09:55:10 UTC (rev 235323)
+++ extra-i686/source-highlight.install 2015-04-01 09:55:19 UTC (rev 235324)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: source-highlight/repos/extra-i686/source-highlight.install (from rev 
235323, source-highlight/trunk/source-highlight.install)
===
--- extra-i686/source-highlight.install (rev 0)
+++ extra-i686/source-highlight.install 2015-04-01 09:55:19 UTC (rev 235324)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${in

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

2015-04-01 Thread Giovanni Scafora
Date: Wednesday, April 1, 2015 @ 11:55:10
  Author: giovanni
Revision: 235323

upgpkg: source-highlight 3.1.8-1

Upstream release

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 09:50:14 UTC (rev 235322)
+++ PKGBUILD2015-04-01 09:55:10 UTC (rev 235323)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=source-highlight
-pkgver=3.1.7
-pkgrel=11
+pkgver=3.1.8
+pkgrel=1
 pkgdesc="Convert source code to syntax highlighted document"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/src-highlite/";
@@ -13,7 +13,7 @@
 makedepends=('ctags' 'boost')
 install=$pkgname.install
 source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('0ff81588d3536b4c4e571122ba940595')
+md5sums=('3243470706ef5fefdc3e43b5306a4e41')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-04-01 Thread Giovanni Scafora
Date: Wednesday, April 1, 2015 @ 11:50:04
  Author: giovanni
Revision: 235321

upgpkg: whois 5.2.7-1

Upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 09:47:00 UTC (rev 235320)
+++ PKGBUILD2015-04-01 09:50:04 UTC (rev 235321)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.2.6
+pkgver=5.2.7
 pkgrel=1
 pkgdesc="The whois client by Marco d'Itri"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('perl')
 backup=('etc/whois.conf')
 
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-md5sums=('20bfee4d10f850fe28bcc5fd8342e7bb')
+md5sums=('5dc3d9d77224109f61b5dd1e7cfafebc')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-04-01 Thread Giovanni Scafora
Date: Wednesday, April 1, 2015 @ 11:50:14
  Author: giovanni
Revision: 235322

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-01 09:50:04 UTC (rev 235321)
+++ extra-i686/PKGBUILD 2015-04-01 09:50:14 UTC (rev 235322)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.2.6
-pkgrel=1
-pkgdesc="The whois client by Marco d'Itri"
-arch=('i686' 'x86_64')
-url="http://www.linux.it/~md/software/";
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-md5sums=('20bfee4d10f850fe28bcc5fd8342e7bb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr BASEDIR="${pkgdir}" install-whois
-  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 235321, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-01 09:50:14 UTC (rev 235322)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.2.7
+pkgrel=1
+pkgdesc="The whois client by Marco d'Itri"
+arch=('i686' 'x86_64')
+url="http://www.linux.it/~md/software/";
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
+md5sums=('5dc3d9d77224109f61b5dd1e7cfafebc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
+  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-01 09:50:04 UTC (rev 235321)
+++ extra-x86_64/PKGBUILD   2015-04-01 09:50:14 UTC (rev 235322)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.2.6
-pkgrel=1
-pkgdesc="The whois client by Marco d'Itri"
-arch=('i686' 'x86_64')
-url="http://www.linux.it/~md/software/";
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-md5sums=('20bfee4d10f850fe28bcc5fd8342e7bb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   CONFIG_FILE=/etc/whois.conf \
-   HAVE_LIBIDN=1 \
-   HAVE_ICONV=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr BASEDIR="${pkgdir}" install-whois
-  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 235321, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-01 09:50:14 UTC (rev 235322)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.2.7
+pkgrel=1
+pkgdesc="The whois client by Marco d'Itri"
+arch=('i686' 'x86_64')
+url="http://www.linux.it/~md/software/";
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
+md5sums=('5dc3d9d77224109f61b5dd1e7cfafebc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   CONFIG_FILE=/etc/whois.conf \
+   HAVE_LIBIDN=1 \
+   HAVE_ICONV=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
+  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in mailman/repos (84 files)

2015-04-01 Thread Sébastien Luttringer
Date: Wednesday, April 1, 2015 @ 11:48:59
  Author: seblu
Revision: 130483

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

Added:
  mailman/repos/community-i686/01-mailman-2.1-build.patch
(from rev 130482, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-i686/PKGBUILD
(from rev 130482, mailman/trunk/PKGBUILD)
  mailman/repos/community-i686/mailman-checkdbs.service
(from rev 130482, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-i686/mailman-checkdbs.timer
(from rev 130482, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-i686/mailman-cullbadshunt.service
(from rev 130482, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-i686/mailman-cullbadshunt.timer
(from rev 130482, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-i686/mailman-disabled.service
(from rev 130482, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-i686/mailman-disabled.timer
(from rev 130482, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-i686/mailman-gatenews.service
(from rev 130482, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-i686/mailman-gatenews.timer
(from rev 130482, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-i686/mailman-mailpasswds.service
(from rev 130482, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-i686/mailman-mailpasswds.timer
(from rev 130482, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-i686/mailman-nightlygzip.service
(from rev 130482, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-i686/mailman-nightlygzip.timer
(from rev 130482, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-i686/mailman-senddigests.service
(from rev 130482, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-i686/mailman-senddigests.timer
(from rev 130482, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-i686/mailman.install
(from rev 130482, mailman/trunk/mailman.install)
  mailman/repos/community-i686/mailman.profile.csh
(from rev 130482, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-i686/mailman.profile.sh
(from rev 130482, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-i686/mailman.service
(from rev 130482, mailman/trunk/mailman.service)
  mailman/repos/community-i686/mailman.sysusers
(from rev 130482, mailman/trunk/mailman.sysusers)
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
(from rev 130482, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 130482, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-checkdbs.service
(from rev 130482, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-x86_64/mailman-checkdbs.timer
(from rev 130482, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
(from rev 130482, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
(from rev 130482, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-x86_64/mailman-disabled.service
(from rev 130482, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-x86_64/mailman-disabled.timer
(from rev 130482, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-x86_64/mailman-gatenews.service
(from rev 130482, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-x86_64/mailman-gatenews.timer
(from rev 130482, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-x86_64/mailman-mailpasswds.service
(from rev 130482, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
(from rev 130482, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-x86_64/mailman-nightlygzip.service
(from rev 130482, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
(from rev 130482, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-x86_64/mailman-senddigests.service
(from rev 130482, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-x86_64/mailman-senddigests.timer
(from rev 130482, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-x86_64/mailman.install
(from rev 130482, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 130482, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 130482, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-x86_64/mailman.service
(from rev 130482, mailman/trunk/mailman.service)
  mailman/repos/community-x86_64/mailman.sysusers
(from rev 130482, mailman/trunk/mailman.sysusers)
Deleted:

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

2015-04-01 Thread Sébastien Luttringer
Date: Wednesday, April 1, 2015 @ 11:47:00
  Author: seblu
Revision: 235320

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

Added:
  lz4/repos/testing-i686/
  lz4/repos/testing-i686/PKGBUILD
(from rev 235319, lz4/trunk/PKGBUILD)
  lz4/repos/testing-x86_64/
  lz4/repos/testing-x86_64/PKGBUILD
(from rev 235319, lz4/trunk/PKGBUILD)

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

Copied: lz4/repos/testing-i686/PKGBUILD (from rev 235319, lz4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-01 09:47:00 UTC (rev 235320)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=128
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('subversion')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lz4/repos/testing-x86_64/PKGBUILD (from rev 235319, lz4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-01 09:47:00 UTC (rev 235320)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=128
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('subversion')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in mailman/trunk (02-fix-CVE-2015-2775.patch PKGBUILD)

2015-04-01 Thread Sébastien Luttringer
Date: Wednesday, April 1, 2015 @ 11:47:14
  Author: seblu
Revision: 130482

upgpkg: mailman 2.1.20-1

Modified:
  mailman/trunk/PKGBUILD
Deleted:
  mailman/trunk/02-fix-CVE-2015-2775.patch

+
 02-fix-CVE-2015-2775.patch |   17 -
 PKGBUILD   |   12 +---
 2 files changed, 5 insertions(+), 24 deletions(-)

Deleted: 02-fix-CVE-2015-2775.patch
===
--- 02-fix-CVE-2015-2775.patch  2015-04-01 09:25:08 UTC (rev 130481)
+++ 02-fix-CVE-2015-2775.patch  2015-04-01 09:47:14 UTC (rev 130482)
@@ -1,17 +0,0 @@
 a/Mailman/Utils.py 2015-01-23 23:50:47 +
-+++ b/Mailman/Utils.py 2015-03-27 18:14:06 +
-@@ -100,6 +100,12 @@
- #
- # The former two are for 2.1alpha3 and beyond, while the latter two are
- # for all earlier versions.
-+#
-+# But first ensure the list name doesn't contain a path traversal
-+# attack.
-+if len(re.sub(mm_cfg.ACCEPTABLE_LISTNAME_CHARACTERS, '', listname)) > 0:
-+syslog('mischief', 'Hostile listname: %s', listname)
-+return False
- basepath = Site.get_listpath(listname)
- for ext in ('.pck', '.pck.last', '.db', '.db.last'):
- dbfile = os.path.join(basepath, 'config' + ext)
-
-

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 09:25:08 UTC (rev 130481)
+++ PKGBUILD2015-04-01 09:47:14 UTC (rev 130482)
@@ -3,9 +3,9 @@
 # Contributor: Paul Mattal 
 
 pkgname=mailman
-_pkgver=2.1.19
+_pkgver=2.1.20
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 pkgdesc='The GNU Mailing List Manager'
 arch=(i686 x86_64)
 license=('GPL')
@@ -35,9 +35,8 @@
 'mailman-nightlygzip.timer'
 'mailman-senddigests.service'
 'mailman-senddigests.timer'
-'01-mailman-2.1-build.patch'
-'02-fix-CVE-2015-2775.patch')
-md5sums=('13a33d758f8a6308c91dd267fc3ba123'
+'01-mailman-2.1-build.patch')
+md5sums=('96819640406f90a12bc28edd3dc09d4a'
  'a9c71ec940c56173415fbd49087d10b0'
  '85a8c30ffc444e677b286f54df530482'
  '5ced9364c38ee40046007ee9587b1228'
@@ -56,8 +55,7 @@
  '3af65082d3cd4d5746944890c7a72962'
  '350dac1e350691e3d9cb8f99fd4b669a'
  '52917f62441ac5d950789e8f8af28f09'
- 'ed04d062379eb21e39ce1e70e6b1ade2'
- 'c80ee5b3e14df0a0c6a499b81e0726b4')
+ 'ed04d062379eb21e39ce1e70e6b1ade2')
 
 prepare() {
   # some files in mailman doesn't use configure parameter


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

2015-04-01 Thread Sébastien Luttringer
Date: Wednesday, April 1, 2015 @ 11:46:41
  Author: seblu
Revision: 235319

upgpkg: lz4 128-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:20:07 UTC (rev 235318)
+++ PKGBUILD2015-04-01 09:46:41 UTC (rev 235319)
@@ -5,13 +5,13 @@
 # He only push tested release code into svn and support using revision as 
version
 
 pkgname=lz4
-pkgver=127
+pkgver=128
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')
 url='https://code.google.com/p/lz4/'
 license=('GPL2')
-makedepends=('svn')
+makedepends=('subversion')
 checkdepends=('diffutils')
 depends=('glibc')
 source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname
-  make
+  make PREFIX=/usr
 }
 
 check() {
@@ -31,7 +31,7 @@
 
 package() {
   cd $pkgname
-  make install DESTDIR="$pkgdir"
+  make install PREFIX=/usr DESTDIR="$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 11:20:18
  Author: svenstaro
Revision: 130478

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

Added:
  ogre/repos/community-testing-i686/
  ogre/repos/community-testing-i686/PKGBUILD
(from rev 130477, ogre/trunk/PKGBUILD)
  ogre/repos/community-testing-i686/ogre.install
(from rev 130477, ogre/trunk/ogre.install)
  ogre/repos/community-testing-x86_64/
  ogre/repos/community-testing-x86_64/PKGBUILD
(from rev 130477, ogre/trunk/PKGBUILD)
  ogre/repos/community-testing-x86_64/ogre.install
(from rev 130477, ogre/trunk/ogre.install)

---+
 community-testing-i686/PKGBUILD   |   87 
 community-testing-i686/ogre.install   |4 +
 community-testing-x86_64/PKGBUILD |   87 
 community-testing-x86_64/ogre.install |4 +
 4 files changed, 182 insertions(+)

Copied: ogre/repos/community-testing-i686/PKGBUILD (from rev 130477, 
ogre/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-01 09:20:18 UTC (rev 130478)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=9
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}";
+
cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
+md5sums=('SKIP'
+ '116fb8009c8d4b499f9a885052cc0ea6')
+
+prepare() {
+  cd ogre
+
+  patch -Np1 < $srcdir/cmake30.patch
+}
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre/build
+
+  make DESTDIR=${pkgdir} install
+
+  # fix up samples
+  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+
+  # make sample launcher
+  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
+  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
+  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
+  
+  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
+
+  # move docs out of this package
+  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
+}
+
+package_ogre-docs() {
+  pkgdesc="Documentation for ogre"
+  depends=()
+
+  cd ogre/build
+
+  # move docs into this package
+  install -dm755 ${pkgdir}/usr/share/doc
+  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
+
+  # symlink for docs
+  install -dm755 ${pkgdir}/usr/share/OGRE/
+  cd ${pkgdir}/usr/share
+  ln -s /usr/share/doc/OGRE/ OGRE/docs
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-testing-i686/ogre.install (from rev 130477, 
ogre/trunk/ogre.install)
===
--- community-testing-i686/ogre.install (rev 0)
+++ community-testing-i686/ogre.install 2015-04-01 09:20:18 UTC (rev 130478)
@@ -0,0 +1,4 @@
+post_install() {
+echo "To view the OGRE samples just run OgreSampleBrowser or launch"
+echo "it directly in /opt/OGRE/samples/"
+}

Copied: ogre/repos/community-testing-x86_64/PKGBUILD (from rev 130477, 
ogre/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-01 09:20:18 UTC (rev 130478)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=9
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg

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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 11:20:10
  Author: svenstaro
Revision: 130477

upgpkg: ogre 1.9.0-9

rebuild for freeimage 3.17.0

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 09:02:46 UTC (rev 130476)
+++ PKGBUILD2015-04-01 09:20:10 UTC (rev 130477)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=8
+pkgrel=9
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 11:02:41
  Author: svenstaro
Revision: 130475

upgpkg: luxrender 1.4-4

rebuild for freeimage 3.17.0

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:56:30 UTC (rev 130474)
+++ PKGBUILD2015-04-01 09:02:41 UTC (rev 130475)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.4
 _pkgver=dfd211d6faa0
-pkgrel=3
+pkgrel=4
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('i686' 'x86_64')
 url="http://www.luxrender.net/";


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 11:02:46
  Author: svenstaro
Revision: 130476

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

Added:
  luxrender/repos/community-testing-i686/
  luxrender/repos/community-testing-i686/PKGBUILD
(from rev 130475, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-testing-i686/force_python3.diff
(from rev 130475, luxrender/trunk/force_python3.diff)
  luxrender/repos/community-testing-x86_64/
  luxrender/repos/community-testing-x86_64/PKGBUILD
(from rev 130475, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-testing-x86_64/force_python3.diff
(from rev 130475, luxrender/trunk/force_python3.diff)

-+
 community-testing-i686/PKGBUILD |   56 ++
 community-testing-i686/force_python3.diff   |   12 +
 community-testing-x86_64/PKGBUILD   |   56 ++
 community-testing-x86_64/force_python3.diff |   12 +
 4 files changed, 136 insertions(+)

Copied: luxrender/repos/community-testing-i686/PKGBUILD (from rev 130475, 
luxrender/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-01 09:02:46 UTC (rev 130476)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.4
+_pkgver=dfd211d6faa0
+pkgrel=4
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('i686' 'x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 
'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: pylux Python interface'
+'opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
+force_python3.diff)
+md5sums=('7591ac4e86d0232245af38f6cf932c02'
+ '42692e65eabc5828693e2682e94b7c64')
+
+prepare() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+.
+  make
+}
+
+package() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix library path on x86_64
+  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-testing-i686/force_python3.diff (from rev 
130475, luxrender/trunk/force_python3.diff)
===
--- community-testing-i686/force_python3.diff   (rev 0)
+++ community-testing-i686/force_python3.diff   2015-04-01 09:02:46 UTC (rev 
130476)
@@ -0,0 +1,12 @@
+diff -rup luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake 
luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake
+--- luxrender-lux-d0b0e20c47cc/cmake/Dependencies.cmake2013-11-04 
22:25:45.0 +0100
 luxrender-lux-d0b0e20c47cc.new/cmake/Dependencies.cmake2013-12-05 
19:43:23.414625854 +0100
+@@ -156,7 +156,7 @@ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR "${BOOST_python_LIBRARYDIR}")
+ ENDIF(MSVC AND BOOST_python_LIBRARYDIR)
+ 
+-FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python REQUIRED)
++FIND_PACKAGE(Boost ${Boost_MINIMUM_VERSION} COMPONENTS python3 REQUIRED)
+ 
+ IF(MSVC AND BOOST_python_LIBRARYDIR)
+   SET(BOOST_LIBRARYDIR "${_boost_libdir}")

Copied: luxrender/repos/community-testing-x86_64/PKGBUILD (from rev 130475, 
luxrender/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-01 09:02:46 UTC (rev 130476)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.4
+_pkgver=dfd211d6faa0
+pkgrel=4
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('i686' 'x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 
'libgl' 'fftw')
+optdepends=('luxblend25: B

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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 10:55:54
  Author: spupykin
Revision: 130470

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 130469, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 130469, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 130469, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  152 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |   10 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 08:55:45 UTC (rev 130469)
+++ PKGBUILD2015-04-01 08:55:54 UTC (rev 130470)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.24.1
-_basever=1.24
-pkgrel=2
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="http://www.mediawiki.org/wiki/MediaWiki";
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz";
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_}";
-   apache.example.conf)
-md5sums=('fb1a48c777c17df8f20a95061b3a483c'
- '1e7724847829653beb75f844db21f555'
- '1b34e53d7be9a124377ac34d9821d574')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-2ab9fb0 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 130469, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 08:55:54 UTC (rev 130470)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.24.2
+_basever=1.24
+pkgrel=1
+pkgdesc="MediaWiki engine"
+arch=('any')
+url="http://www.mediawiki.org/wiki/MediaWiki";
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=("GPL")
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+#  'php-mysql: for MySQL database support'
+   'php-pgsql: for PostgreSQL database support'
+   'php-sqlite: for sqlite database support'
+   'php-apc: for cache support'
+   'php-xcache: for cache support'
+   'memcached: for cache support'
+   'php-gd: for thumbnails rendering'

[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 10:56:12
  Author: spupykin
Revision: 130472

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 130471, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 130471, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   54 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 08:56:04 UTC (rev 130471)
+++ PKGBUILD2015-04-01 08:56:12 UTC (rev 130472)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Schönfelder 
-
-pkgname=phoronix-test-suite
-pkgver=5.4.1
-pkgrel=1
-pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
-arch=('any')
-license=('GPL3')
-url="http://www.phoronix-test-suite.com/";
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('a4d1148d228a7ca9e18363806926a0ee')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -dm755 $pkgdir/usr/share/phoronix-test-suite
-  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
-  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 130471, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 08:56:12 UTC (rev 130472)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Schönfelder 
+
+pkgname=phoronix-test-suite
+pkgver=5.6.0
+pkgrel=1
+pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
+arch=('any')
+license=('GPL3')
+url="http://www.phoronix-test-suite.com/";
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('fc92f0e50342b10ccfafde83a1ae11b0')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
+  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2015-04-01 08:56:04 UTC (rev 130471)
+++ phoronix-test-suite.install 2015-04-01 08:56:12 UTC (rev 130472)
@@ -1,12 +0,0 @@
-post_install() {
-  echo ">>>"
-  echo ">>> To complete the installation you should edit /etc/php/php.ini."
-  echo ">>> - Add / to the open_basedir list or comment this variable out."
-  echo ">>> - Enable zip.so"
-  echo ">>>"
-  echo ">>> EXAMPLE:"
-  echo ">>> ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
-  echo ">>> extension=zip.so"
-  echo ">>>"
-  echo ">>> To enable the GUI make sure you install php-gtk from aur"
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 130471, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2015-04-01 08:56:12 UTC (rev 130472)
@@ -0,0 +1,12 @@
+post_install() {
+  echo ">>>"
+  echo ">>> To complete the installation you should edit /etc/php/php.ini."
+  echo ">>> - Add / to the open_basedir list or comment this variable out."
+  echo ">>> - Enable zip.so"
+  echo ">>>"
+  echo ">>> EXAMPLE:"
+  echo ">>> ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
+  echo ">>> extension=zip.so"
+  echo ">>>"
+  echo ">>> To enable the GUI make sure you install php-gtk from aur"
+}


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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 10:56:30
  Author: spupykin
Revision: 130474

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

Added:
  tea/repos/community-i686/PKGBUILD
(from rev 130473, tea/trunk/PKGBUILD)
  tea/repos/community-i686/tea.desktop
(from rev 130473, tea/trunk/tea.desktop)
  tea/repos/community-i686/tea.install
(from rev 130473, tea/trunk/tea.install)
  tea/repos/community-x86_64/PKGBUILD
(from rev 130473, tea/trunk/PKGBUILD)
  tea/repos/community-x86_64/tea.desktop
(from rev 130473, tea/trunk/tea.desktop)
  tea/repos/community-x86_64/tea.install
(from rev 130473, tea/trunk/tea.install)
Deleted:
  tea/repos/community-i686/PKGBUILD
  tea/repos/community-i686/tea.desktop
  tea/repos/community-i686/tea.install
  tea/repos/community-x86_64/PKGBUILD
  tea/repos/community-x86_64/tea.desktop
  tea/repos/community-x86_64/tea.install

--+
 /PKGBUILD|   78 +
 /tea.desktop |   20 ++
 /tea.install |8 
 community-i686/PKGBUILD  |   39 
 community-i686/tea.desktop   |   10 -
 community-i686/tea.install   |4 --
 community-x86_64/PKGBUILD|   39 
 community-x86_64/tea.desktop |   10 -
 community-x86_64/tea.install |4 --
 9 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 08:56:15 UTC (rev 130473)
+++ community-i686/PKGBUILD 2015-04-01 08:56:30 UTC (rev 130474)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-# Contributor: Michal Kaliszka 
-# Contributor: Zsolt Varadi 
-
-pkgname=tea
-pkgver=40.0.0
-pkgrel=1
-pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
-arch=('i686' 'x86_64')
-url="http://semiletov.org/tea/";
-license=('GPL')
-depends=('qt4' 'aspell' 'hunspell')
-install=tea.install
-source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
-tea.desktop)
-md5sums=('e96e241874c424bcfb35f1992776f98d'
- '377ace3363124f4c086de0babb820761')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-#  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  sed -i 's|/usr/local|/usr|g' src.pro
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  qmake-qt4
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  install -Dm644 "${srcdir}/tea.desktop" 
"${pkgdir}/usr/share/applications/tea.desktop"
-  install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png"
-}

Copied: tea/repos/community-i686/PKGBUILD (from rev 130473, tea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 08:56:30 UTC (rev 130474)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Michal Kaliszka 
+# Contributor: Zsolt Varadi 
+
+pkgname=tea
+pkgver=41.0.0
+pkgrel=1
+pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
+arch=('i686' 'x86_64')
+url="http://semiletov.org/tea/";
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('36e0504ccfeef676ee04cf41aede33b5'
+ '377ace3363124f4c086de0babb820761')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+#  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  sed -i 's|/usr/local|/usr|g' src.pro
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  qmake-qt4
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make INSTALL_ROOT="${pkgdir}" install
+  install -Dm644 "${srcdir}/tea.desktop" 
"${pkgdir}/usr/share/applications/tea.desktop"
+  install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png"
+}

Deleted: community-i686/tea.desktop
===
--- community-i686/tea.desktop  2015-04-01 08:56:15 UTC (rev 130473)
+++ community-i686/tea.desktop  2015-04-01 08:56:30 UTC (rev 130474)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tea
-Comment=A small programmer's QT editor
-Exec=tea %U
-Terminal=false
-Type=Application
-StartupNotify=true
-Icon=tea.png
-Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-i686/tea.desktop (from rev 130473, 
tea/trunk/tea.desktop)
===
--- community-i686/tea.desktop  (rev 0)
+++ community-i686/tea.desktop  2015-04-01 08:56:30 UTC (rev 130474)
@@ -0,0 +1,1

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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 10:56:15
  Author: spupykin
Revision: 130473

upgpkg: tea 41.0.0-1

upd

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:56:12 UTC (rev 130472)
+++ PKGBUILD2015-04-01 08:56:15 UTC (rev 130473)
@@ -6,7 +6,7 @@
 # Contributor: Zsolt Varadi 
 
 pkgname=tea
-pkgver=40.0.0
+pkgver=41.0.0
 pkgrel=1
 pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=tea.install
 source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
 tea.desktop)
-md5sums=('e96e241874c424bcfb35f1992776f98d'
+md5sums=('36e0504ccfeef676ee04cf41aede33b5'
  '377ace3363124f4c086de0babb820761')
 
 prepare() {


[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 10:56:04
  Author: spupykin
Revision: 130471

upgpkg: phoronix-test-suite 5.6.0-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:55:54 UTC (rev 130470)
+++ PKGBUILD2015-04-01 08:56:04 UTC (rev 130471)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder 
 
 pkgname=phoronix-test-suite
-pkgver=5.4.1
+pkgver=5.6.0
 pkgrel=1
 pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
 arch=('any')
@@ -14,7 +14,7 @@
'php-gd')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('a4d1148d228a7ca9e18363806926a0ee')
+md5sums=('fc92f0e50342b10ccfafde83a1ae11b0')
 
 package() {
   cd $srcdir/phoronix-test-suite


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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 10:55:42
  Author: spupykin
Revision: 130468

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 130467, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-01 08:55:29 UTC (rev 130467)
+++ PKGBUILD2015-04-01 08:55:42 UTC (rev 130468)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-noscript
-pkgver=2.6.9.19
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="http://noscript.net/";
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('bfc8b7e81b46bfc1159e1b995a108c01')
-
-package() {
-  depends=("firefox")
-
-  cd $srcdir
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 130467, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-01 08:55:42 UTC (rev 130468)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-noscript
+pkgver=2.6.9.20
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="http://noscript.net/";
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('a126534bf28c1561cf6a06ac58113769')
+
+package() {
+  depends=("firefox")
+
+  cd $srcdir
+  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 10:55:45
  Author: spupykin
Revision: 130469

upgpkg: mediawiki 1.24.2-1

upd

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:55:42 UTC (rev 130468)
+++ PKGBUILD2015-04-01 08:55:45 UTC (rev 130469)
@@ -4,9 +4,9 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.24.1
+pkgver=1.24.2
 _basever=1.24
-pkgrel=2
+pkgrel=1
 pkgdesc="MediaWiki engine"
 arch=('any')
 url="http://www.mediawiki.org/wiki/MediaWiki";
@@ -33,7 +33,7 @@
 
source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz";

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_}";
apache.example.conf)
-md5sums=('fb1a48c777c17df8f20a95061b3a483c'
+md5sums=('6832bba1b9407245ec9f63b10845d0c1'
  '1e7724847829653beb75f844db21f555'
  '1b34e53d7be9a124377ac34d9821d574')
 


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

2015-04-01 Thread Sergej Pupykin
Date: Wednesday, April 1, 2015 @ 10:55:29
  Author: spupykin
Revision: 130467

upgpkg: firefox-noscript 2.6.9.20-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:21:44 UTC (rev 130466)
+++ PKGBUILD2015-04-01 08:55:29 UTC (rev 130467)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=firefox-noscript
-pkgver=2.6.9.19
+pkgver=2.6.9.20
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('bfc8b7e81b46bfc1159e1b995a108c01')
+md5sums=('a126534bf28c1561cf6a06ac58113769')
 
 package() {
   depends=("firefox")


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 10:21:44
  Author: svenstaro
Revision: 130466

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

Added:
  freeimage/repos/community-testing-i686/
  freeimage/repos/community-testing-i686/PKGBUILD
(from rev 130465, freeimage/trunk/PKGBUILD)
  freeimage/repos/community-testing-x86_64/
  freeimage/repos/community-testing-x86_64/PKGBUILD
(from rev 130465, freeimage/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   40 
 community-testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: freeimage/repos/community-testing-i686/PKGBUILD (from rev 130465, 
freeimage/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-01 08:21:44 UTC (rev 130466)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Stefan Husmann 
+# Contributor: Mihai Militaru 
+# Contributor: scippio 
+
+pkgname=freeimage
+pkgver=3.17.0
+pkgrel=1
+pkgdesc="Library project for developers who would like to support popular 
graphics image formats"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom:FIPL')
+url="http://freeimage.sourceforge.net/";
+depends=('gcc-libs')
+makedepends=('dos2unix')
+source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip";)
+md5sums=('459e15f0ec75d6efa3c7bd63277ead86')
+
+build() {
+  cp -r FreeImage FreeImagefip
+
+  export CFLAGS+=" -O3 -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
+  export CXXFLAGS+=" -O3 -fPIC -fexceptions -fvisibility=hidden 
-Wno-ctor-dtor-privacy"
+
+  cd FreeImage
+  make
+
+  cd ${srcdir}/FreeImagefip
+  make -f Makefile.fip 
+}
+
+package() {
+  cd FreeImage
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/FreeImagefip
+  make -f Makefile.fip DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/FreeImage/license-fi.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: freeimage/repos/community-testing-x86_64/PKGBUILD (from rev 130465, 
freeimage/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-01 08:21:44 UTC (rev 130466)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Stefan Husmann 
+# Contributor: Mihai Militaru 
+# Contributor: scippio 
+
+pkgname=freeimage
+pkgver=3.17.0
+pkgrel=1
+pkgdesc="Library project for developers who would like to support popular 
graphics image formats"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom:FIPL')
+url="http://freeimage.sourceforge.net/";
+depends=('gcc-libs')
+makedepends=('dos2unix')
+source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip";)
+md5sums=('459e15f0ec75d6efa3c7bd63277ead86')
+
+build() {
+  cp -r FreeImage FreeImagefip
+
+  export CFLAGS+=" -O3 -fPIC -fexceptions -fvisibility=hidden -DNO_LCMS"
+  export CXXFLAGS+=" -O3 -fPIC -fexceptions -fvisibility=hidden 
-Wno-ctor-dtor-privacy"
+
+  cd FreeImage
+  make
+
+  cd ${srcdir}/FreeImagefip
+  make -f Makefile.fip 
+}
+
+package() {
+  cd FreeImage
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/FreeImagefip
+  make -f Makefile.fip DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/FreeImage/license-fi.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 10:21:39
  Author: svenstaro
Revision: 130465

upgpkg: freeimage 3.17.0-1

upstream release 3.17

Modified:
  freeimage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:14:31 UTC (rev 130464)
+++ PKGBUILD2015-04-01 08:21:39 UTC (rev 130465)
@@ -5,8 +5,8 @@
 # Contributor: scippio 
 
 pkgname=freeimage
-pkgver=3.16.0
-pkgrel=3
+pkgver=3.17.0
+pkgrel=1
 pkgdesc="Library project for developers who would like to support popular 
graphics image formats"
 arch=('i686' 'x86_64')
 license=('GPL' 'custom:FIPL')
@@ -14,7 +14,7 @@
 depends=('gcc-libs')
 makedepends=('dos2unix')
 
source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip";)
-md5sums=('1a2d1fff6204adbd479cc98818892fc1')
+md5sums=('459e15f0ec75d6efa3c7bd63277ead86')
 
 build() {
   cp -r FreeImage FreeImagefip
@@ -36,8 +36,5 @@
   cd ${srcdir}/FreeImagefip
   make -f Makefile.fip DESTDIR=${pkgdir} install
 
-  ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so
-  ln -s libfreeimageplus-${pkgver}.so ${pkgdir}/usr/lib/libfreeimageplus.so.3
-
   install -D -m644 ${srcdir}/FreeImage/license-fi.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }


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

2015-04-01 Thread Jan Steffens
Date: Wednesday, April 1, 2015 @ 10:20:07
  Author: heftig
Revision: 235318

release

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:12:34 UTC (rev 235317)
+++ PKGBUILD2015-04-01 08:20:07 UTC (rev 235318)
@@ -4,7 +4,7 @@
 
 pkgname=gnutls
 pkgver=3.3.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 10:14:31
  Author: svenstaro
Revision: 130464

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

Added:
  yaml-cpp/repos/community-i686/PKGBUILD
(from rev 130463, yaml-cpp/trunk/PKGBUILD)
  yaml-cpp/repos/community-x86_64/PKGBUILD
(from rev 130463, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-i686/PKGBUILD
  yaml-cpp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 08:14:24 UTC (rev 130463)
+++ community-i686/PKGBUILD 2015-04-01 08:14:31 UTC (rev 130464)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Markus Martin 
-pkgname=yaml-cpp
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="http://code.google.com/p/yaml-cpp/";
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-depends=('boost')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('0fa47a5ed8fedefab766592785c85ee7')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-
-make DESTDIR=$pkgdir install
-
-install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaml-cpp/repos/community-i686/PKGBUILD (from rev 130463, 
yaml-cpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 08:14:31 UTC (rev 130464)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Markus Martin 
+pkgname=yaml-cpp
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="http://code.google.com/p/yaml-cpp/";
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake')
+depends=('boost')
+source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
+md5sums=('2728af8a15e2b2c407730c45b99b274b')
+
+build() {
+cd $srcdir/$pkgname-release-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname-release-$pkgver
+
+make DESTDIR=$pkgdir install
+
+install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-01 08:14:24 UTC (rev 130463)
+++ community-x86_64/PKGBUILD   2015-04-01 08:14:31 UTC (rev 130464)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Markus Martin 
-pkgname=yaml-cpp
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="http://code.google.com/p/yaml-cpp/";
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('cmake')
-depends=('boost')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('0fa47a5ed8fedefab766592785c85ee7')
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
-make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-
-make DESTDIR=$pkgdir install
-
-install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaml-cpp/repos/community-x86_64/PKGBUILD (from rev 130463, 
yaml-cpp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-01 08:14:31 UTC (rev 130464)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Markus Martin 
+pkgname=yaml-cpp
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="http://code.google.com/p/yaml-cpp/";
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('cmake')
+depends=('boost')
+source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
+md5sums=('2728af8a15e2b2c407730c45b99b274b')
+
+build() {
+cd $srcdir/$pkgname-release-$pkgver
+
+cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+make
+}
+
+package() {
+cd $srcdir/$pkgname-release-$pkgver
+
+make DESTDIR=$pkgdir install
+
+install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 10:14:24
  Author: svenstaro
Revision: 130463

upgpkg: yaml-cpp 0.5.2-1

upstream release 0.5.2

Modified:
  yaml-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 08:07:07 UTC (rev 130462)
+++ PKGBUILD2015-04-01 08:14:24 UTC (rev 130463)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Markus Martin 
 pkgname=yaml-cpp
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
 url="http://code.google.com/p/yaml-cpp/";
@@ -10,11 +10,11 @@
 license=('MIT')
 makedepends=('cmake')
 depends=('boost')
-source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('0fa47a5ed8fedefab766592785c85ee7')
+source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
+md5sums=('2728af8a15e2b2c407730c45b99b274b')
 
 build() {
-cd $srcdir/$pkgname-$pkgver
+cd $srcdir/$pkgname-release-$pkgver
 
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
 make
@@ -21,7 +21,7 @@
 }
 
 package() {
-cd $srcdir/$pkgname-$pkgver
+cd $srcdir/$pkgname-release-$pkgver
 
 make DESTDIR=$pkgdir install
 


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

2015-04-01 Thread Jan Steffens
Date: Wednesday, April 1, 2015 @ 10:12:34
  Author: heftig
Revision: 235317

Set p11-kit as default trust store. Only seems to affect the CLI apps and not 
the library; users of gnutls need to be changed as well

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 07:30:18 UTC (rev 235316)
+++ PKGBUILD2015-04-01 08:12:34 UTC (rev 235317)
@@ -26,7 +26,8 @@
   ./configure --prefix=/usr \
--with-zlib \
--disable-static \
-   --enable-guile --with-guile-site-dir=no
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
   make
 }
 


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 10:07:07
  Author: svenstaro
Revision: 130462

archrelease: copy trunk to community-staging-any

Added:
  megaglest-data/repos/community-staging-any/
  megaglest-data/repos/community-staging-any/PKGBUILD
(from rev 130461, megaglest-data/trunk/PKGBUILD)

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

Copied: megaglest-data/repos/community-staging-any/PKGBUILD (from rev 130461, 
megaglest-data/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-04-01 08:07:07 UTC (rev 130462)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=megaglest-data
+_pkgbasename=megaglest
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world 
(data files)"
+arch=('any')
+url="http://sourceforge.net/projects/megaglest/";
+license=('custom:CCBYSA3.0')
+makedepends=('cmake' 'xz' 'git')
+source=("git+https://github.com/MegaGlest/megaglest-data#tag=${pkgver}";)
+md5sums=('SKIP')
+
+build() {
+  cd megaglest-data
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+}
+
+package() {
+  cd megaglest-data
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 ../docs/README.data-license.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim: sw=2:ts=2 et:


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

2015-04-01 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 10:06:57
  Author: svenstaro
Revision: 130461

upgpkg: megaglest-data 3.11.1-1

upstream release 3.11.1

Modified:
  megaglest-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 07:57:08 UTC (rev 130460)
+++ PKGBUILD2015-04-01 08:06:57 UTC (rev 130461)
@@ -3,7 +3,7 @@
 
 pkgname=megaglest-data
 _pkgbasename=megaglest
-pkgver=3.11.0
+pkgver=3.11.1
 pkgrel=1
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world 
(data files)"
 arch=('any')


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

2015-04-01 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 09:57:08
  Author: fyan
Revision: 130460

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 07:56:41 UTC (rev 130459)
+++ community-i686/PKGBUILD 2015-04-01 07:57:08 UTC (rev 130460)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.15.20150225
-_commit=fe7cca5c81ecfe2bb8a54fa60d9190732b50dcc7
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 130459, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 07:57:08 UTC (rev 130460)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.16.20150326
+_commit=64f97239e409e49fc6198b1849f8e2e8ad35d24c
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-04-01 07:56:41 UTC (rev 130459)
+++ community-i686/wiznote.install  2015-04-01 07:57:08 UTC (rev 130460)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 130459, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2015-04-01 07:57:08 UTC (rev 130460)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remo

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

2015-04-01 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 09:56:41
  Author: fyan
Revision: 130459

upgpkg: wiznote 2.1.16.20150326-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 02:51:16 UTC (rev 130458)
+++ PKGBUILD2015-04-01 07:56:41 UTC (rev 130459)
@@ -3,14 +3,15 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.15.20150225
-_commit=fe7cca5c81ecfe2bb8a54fa60d9190732b50dcc7
+pkgver=2.1.16.20150326
+_commit=64f97239e409e49fc6198b1849f8e2e8ad35d24c
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com";
 license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
 makedepends=('cmake' 'qt5-tools' 'git' 'boost')
 install=wiznote.install
 _wiznote_project_name="WizQTClient"
@@ -20,6 +21,12 @@
 prepare() {
   rm $_wiznote_project_name/share/skins/default/Thumbs.db
 
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
   rm -rf build; mkdir build
 }
 


[arch-commits] Commit in iptables/trunk (ip6tables.service iptables.service)

2015-04-01 Thread Ronald van Haren
Date: Wednesday, April 1, 2015 @ 09:30:18
  Author: ronald
Revision: 235316

FS#33478: iptables should be started as early as possible

Modified:
  iptables/trunk/ip6tables.service
  iptables/trunk/iptables.service

---+
 ip6tables.service |2 ++
 iptables.service  |2 ++
 2 files changed, 4 insertions(+)

Modified: ip6tables.service
===
--- ip6tables.service   2015-04-01 06:33:53 UTC (rev 235315)
+++ ip6tables.service   2015-04-01 07:30:18 UTC (rev 235316)
@@ -1,5 +1,7 @@
 [Unit]
 Description=IPv6 Packet Filtering Framework
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot

Modified: iptables.service
===
--- iptables.service2015-04-01 06:33:53 UTC (rev 235315)
+++ iptables.service2015-04-01 07:30:18 UTC (rev 235316)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Packet Filtering Framework
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot