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

2013-02-20 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 09:05:58
  Author: eric
Revision: 84592

Fix source url

Modified:
  kio-mtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 07:33:23 UTC (rev 84591)
+++ PKGBUILD2013-02-20 08:05:58 UTC (rev 84592)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('kdebase-runtime' 'libmtp')
 makedepends=('cmake' 'automoc4')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz;)
+source=(ftp://ftp.archlinux.org/other/community/kio-mtp/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('1b4670e938acedcf565ef23cea66890e')
 
 build() {



[arch-commits] Commit in kio-mtp/repos/community-i686 (PKGBUILD PKGBUILD)

2013-02-20 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 09:06:49
  Author: eric
Revision: 84593

archrelease: copy trunk to community-i686

Added:
  kio-mtp/repos/community-i686/PKGBUILD
(from rev 84592, kio-mtp/trunk/PKGBUILD)
Deleted:
  kio-mtp/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 08:05:58 UTC (rev 84592)
+++ PKGBUILD2013-02-20 08:06:49 UTC (rev 84593)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-
-pkgname=kio-mtp
-pkgver=0.70
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Provides KIO Access to MTP devices using the mtp:/// protocol
-url='https://projects.kde.org/projects/playground/base/kio-mtp'
-license=('GPL')
-depends=('kdebase-runtime' 'libmtp')
-makedepends=('cmake' 'automoc4')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1b4670e938acedcf565ef23cea66890e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kio-mtp/repos/community-i686/PKGBUILD (from rev 84592, 
kio-mtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 08:06:49 UTC (rev 84593)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kio-mtp
+pkgver=0.70
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Provides KIO Access to MTP devices using the mtp:/// protocol
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=(ftp://ftp.archlinux.org/other/community/kio-mtp/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1b4670e938acedcf565ef23cea66890e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kio-mtp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-02-20 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 09:07:10
  Author: eric
Revision: 84594

archrelease: copy trunk to community-x86_64

Added:
  kio-mtp/repos/community-x86_64/PKGBUILD
(from rev 84593, kio-mtp/trunk/PKGBUILD)
Deleted:
  kio-mtp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 08:06:49 UTC (rev 84593)
+++ PKGBUILD2013-02-20 08:07:10 UTC (rev 84594)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-
-pkgname=kio-mtp
-pkgver=0.70
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Provides KIO Access to MTP devices using the mtp:/// protocol
-url='https://projects.kde.org/projects/playground/base/kio-mtp'
-license=('GPL')
-depends=('kdebase-runtime' 'libmtp')
-makedepends=('cmake' 'automoc4')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('1b4670e938acedcf565ef23cea66890e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kio-mtp/repos/community-x86_64/PKGBUILD (from rev 84593, 
kio-mtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 08:07:10 UTC (rev 84594)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kio-mtp
+pkgver=0.70
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Provides KIO Access to MTP devices using the mtp:/// protocol
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=(ftp://ftp.archlinux.org/other/community/kio-mtp/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1b4670e938acedcf565ef23cea66890e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 09:10:28
  Author: ioni
Revision: 178320

update to 19.0

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 06:23:03 UTC (rev 178319)
+++ PKGBUILD2013-02-20 08:10:28 UTC (rev 178320)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=18.0.2
+pkgver=19.0
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=(!emptydirs)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
-md5sums=('a7a20f52a3ffdd8d2fafa8a1a1db49c7'
+md5sums=('3dc732b6ce177792b43324f4bc7164d8'
  'efdd58626b2f56dea31e26879eb2db3b'
  '6174396b4788deffa399db3f6f010a94'
  '150ac0fb3ac7b2114c8e8851a9e0516c'



[arch-commits] Commit in firefox/repos (28 files)

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 09:11:08
  Author: ioni
Revision: 178321

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 178320, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 178320, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 178320, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 178320, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 178320, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/shared-libs.patch
(from rev 178320, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 178320, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 178320, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 178320, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 178320, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 178320, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 178320, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/shared-libs.patch
(from rev 178320, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 178320, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/shared-libs.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/shared-libs.patch
  firefox/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  176 +++---
 extra-i686/firefox-install-dir.patch   |   60 +++
 extra-i686/firefox.desktop |  242 +++
 extra-i686/firefox.install |   26 +--
 extra-i686/mozconfig   |   68 
 extra-i686/shared-libs.patch   |   24 +--
 extra-i686/vendor.js   |   18 +-
 extra-x86_64/PKGBUILD  |  176 +++---
 extra-x86_64/firefox-install-dir.patch |   60 +++
 extra-x86_64/firefox.desktop   |  242 +++
 extra-x86_64/firefox.install   |   26 +--
 extra-x86_64/mozconfig |   68 
 extra-x86_64/shared-libs.patch |   24 +--
 extra-x86_64/vendor.js |   18 +-
 14 files changed, 614 insertions(+), 614 deletions(-)

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


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

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 09:28:41
  Author: ioni
Revision: 178322

update to 19.0

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 08:11:08 UTC (rev 178321)
+++ PKGBUILD2013-02-20 08:28:41 UTC (rev 178322)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=18.0.2
+pkgver=19.0
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -128,92 +128,92 @@
   install -Dm644 firefox-i18n-$pkgver-$1.xpi \
 $pkgdir/usr/lib/firefox/extensions/langpack-$1...@firefox.mozilla.org.xpi
 }
-md5sums=('6cbe6489c34cc18fb2f18f6013b73a4b'
- 'be17c91001b8104aa5677708b9a38eac'
- '11ad33bc1235b3e40f96bf15d38e544f'
- '9e0590845aa5bff6b68f49c63b224777'
- '248f50e77699ea0493b585a4d5208cfb'
- '7137ce85f0e6efadaf9796197544992f'
- 'c800601e2a9544169de0f6b3159e96ba'
- '8e943b5771fd89ed873aeb2c66ee79ad'
- 'b98f7dad0916857a6acba68dbe4e778d'
- 'e50873310895ccaabd29bd0beee7a1fb'
- 'dfd1a627a178ec71e74d4c33614ece8d'
- '4730c203325bf4267b4ec6bb600b3266'
- '4b6988c2f7a65ed3ca4ffc848ab1abed'
- '29b5bd11bb4109bf76ba30985c923215'
- '1dd501470650378042030669eef469dd'
- 'fda3be2d995e70c2a7105a89b182841e'
- '90e8bf0ee9ca84989cb445644a478753'
- 'e7f8f427b29c4109cc6f9e61bc5d23da'
- '56ae196d42575aaa1b2f6f65e4b1b16d'
- 'bf94bd1426f7bb2a228f84b77f759ff3'
- '249b48b51faac91fb5fd0fb3d632560f'
- 'dc11bfd2b08803bccb8ebc5456f47c5d'
- 'c17fe2450e423c6aa60dbadb3bcb7493'
- 'cdbabb521c42a5435aa73e117d857ba3'
- '9f08a9bb83f87d999ee3f8359d51edac'
- '22b17d5cab8787f5daa99fa75587c844'
- 'fc071c46d5b89c0c5fae886320961f61'
- '929b72d01a4b4662c8771a61db2a0d7f'
- '0c30fcb0dafbe24d0f55cb66ea6cf8b7'
- '544df08e37b25f78f33bbddf0f57a0c3'
- '1ff3bde261ed19634c4f956e9cdff1e4'
- '879c68c2b9d3d19730bedbd83a5dbfc8'
- '307fb28d6d2130a017773c3839f494bf'
- '6d5aaff09de688f8ac66e2f0171840a8'
- 'c175ec1377babe7797504f184aa21bda'
- '54b9b7e70cb58ef481119900b5dd2520'
- '3e4269fe01b1e0839b1c0fe0711bb721'
- '9e723767382ae3fdefbc13e5ce983d42'
- '9185eb8a2dc2dd5df4f94a0f9703ad87'
- 'ed6c7a145ac38d73520cbf600d6d2322'
- '0914458f4c8d3ff343a46f860cb19d6c'
- '12c56163a9fe8658a922e8f43d907357'
- '65605cde5da6d3bb43a06863a494c1dd'
- 'a4f94a6a386688a9e26c1cf6cd365782'
- '248d438b00e5e91c5e39ff1de4629de1'
- '41698a258d7436b0c123f0ec8de3fc6f'
- '507bd43cad7bc2aa874fe6c997eb97c5'
- 'fcdcdce1baf1a0e035d3b2c91caab204'
- 'c5c585b13745ab20b2667f9553023710'
- 'd538e63c61681fd8fb3a05657a7a43d1'
- '3d491133ef638e29be0e819f29d36f17'
- '814faa538d13b563819913aa5391a6b5'
- 'a8417098475031d1beaa5bbc69e1413d'
- '98baece6c7fc754c0974bfa97ce180b8'
- 'ec1ed2709d493ce6dcdde3484960f7a5'
- 'f82f65d61c83d9c6e453f97148c708b6'
- '51b3bf006bbbe3f49530e7a5067cbdcc'
- 'ec025ff36ff6659b9aec01085d18396a'
- 'd4a59e003cc550fbe2b3d9a98fcc72e8'
- '8d21518e98c3480b4d6a040bf7ad24c4'
- 'ae111338f071650f1d077b9cb0fcebbc'
- 'fa36f6b0a82ee3e3793bcac406867ced'
- '4717dedf9759468d703a8dc3711e1222'
- '948114678849588c6c59a9702720f0d6'
- '5b065f0204acaca7dc6c2cec36dadc86'
- '7fbb9e046ba64c59121e51e055f354a7'
- '478560d4fcf5cce14685c62fff790d9d'
- '4c3a531b1681ee089450dd1790bc0368'
- '8c3094e349826af190093e99be7b654f'
- '288e8b966c84e6487b2c5ef625501b7d'
- '36d1bbe180b7923cea9f2d1f9ba68de1'
- '803438a0850030582fa2b694e9404ade'
- '65f2e3b5680f748ade9d74ee905a35df'
- 'ef07d60c56bf4331d3acada706e5d8d6'
- 'dc33bd356d916bd74ba6196eed3ee880'
- '3f94582aaeb2fcbebcba340d9a70ed32'
- '6da005252a96e68fcb3505487f4bbcc0'
- 'e22026478260515423a0249f96359cc5'
- '235ad8de8512a0aa080bc9a2cff311ac'
- '2b257e1ca504d360b18c1c288846f951'
- 'be54fe1b4eb6dad04be3b70d1f98f344'
- 'fa089fcb96703146d180474ca521c9d4'
- 'a1cf8b1c325267f7491c8698cd506ab1'
- '455040dde57107510644e68211281340'
- 'b684e2500570a8e42ee2d6c1bc100855'
- 'baad682ed94b6ddda2460d8dd23a60ff'
- '2429c560d462a8acd706020a2d982c93'
- '78dc64d64a57d931af1b4c3f4e8039af'
- '9a3cf3719615bb0e4794c1ab79e815a3')
+md5sums=('f433bd1af081fdb37d7ef79dd2e21fd8'
+ 'ba564778fe6c773f1071edff08ba4165'
+ '2894f63f0b5d77b5ed64ebbd0684ff8b'
+ '9f6ca5f0ab43789db1932912c32c45c0'
+

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

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 09:58:09
  Author: ioni
Revision: 178323

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 178322, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  438 ++---
 1 file changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 08:28:41 UTC (rev 178322)
+++ PKGBUILD2013-02-20 08:58:09 UTC (rev 178323)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=18.0.2
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-
-_languages=(
-  'achAcoli'
-  'af Afrikaans'
-  'ak Akan'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'bn-IN  Bengali (India)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'csbKashubian'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (United Kingdom)'
-  'en-US  English (United States)'
-  'en-ZA  English (South Africa)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fula'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian (Netherlands)'
-  'ga-IE  Irish'
-  'gd Gaelic'
-  'gl Galician'
-  'gu-IN  Gujarati (India)'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'ku Kurdish'
-  'lg Ganda'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'nb-NO  Norwegian (Bokmal)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'nsoNorthern Sotho (Sesotho sa lebowa)'
-  'or Oriya'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Brazilian Portuguese'
-  'pt-PT  Portuguese'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhalese'
-  'sk Slovak'
-  'sl Slovenian'
-  'sonSonghai'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (simplified)'
-  'zh-TW  Chinese (traditional)'
-  'zu Zulu'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-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 Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-$pkgdir/usr/lib/firefox/extensions/langpack-$1...@firefox.mozilla.org.xpi
-}
-md5sums=('6cbe6489c34cc18fb2f18f6013b73a4b'
- 'be17c91001b8104aa5677708b9a38eac'
- '11ad33bc1235b3e40f96bf15d38e544f'
- '9e0590845aa5bff6b68f49c63b224777'
- '248f50e77699ea0493b585a4d5208cfb'
- '7137ce85f0e6efadaf9796197544992f'
- 'c800601e2a9544169de0f6b3159e96ba'
- '8e943b5771fd89ed873aeb2c66ee79ad'
- 'b98f7dad0916857a6acba68dbe4e778d'
- 'e50873310895ccaabd29bd0beee7a1fb'
- 'dfd1a627a178ec71e74d4c33614ece8d'
- '4730c203325bf4267b4ec6bb600b3266'
- '4b6988c2f7a65ed3ca4ffc848ab1abed'
- '29b5bd11bb4109bf76ba30985c923215'
- '1dd501470650378042030669eef469dd'
- 'fda3be2d995e70c2a7105a89b182841e'
- '90e8bf0ee9ca84989cb445644a478753'
- 'e7f8f427b29c4109cc6f9e61bc5d23da'
- '56ae196d42575aaa1b2f6f65e4b1b16d'
- 'bf94bd1426f7bb2a228f84b77f759ff3'
- '249b48b51faac91fb5fd0fb3d632560f'
- 'dc11bfd2b08803bccb8ebc5456f47c5d'
- 'c17fe2450e423c6aa60dbadb3bcb7493'
- 'cdbabb521c42a5435aa73e117d857ba3'
- '9f08a9bb83f87d999ee3f8359d51edac'
- '22b17d5cab8787f5daa99fa75587c844'
- 'fc071c46d5b89c0c5fae886320961f61'
- '929b72d01a4b4662c8771a61db2a0d7f'
- '0c30fcb0dafbe24d0f55cb66ea6cf8b7'
- 

[arch-commits] Commit in nvidia/trunk (PKGBUILD linux-3.7.6.patch linux-3.7.patch)

2013-02-20 Thread Evangelos Foutras
Date: Wednesday, February 20, 2013 @ 10:12:05
  Author: foutrelis
Revision: 178324

Use more generic patch for building against Linux 3.7.6+.

Added:
  nvidia/trunk/linux-3.7.patch
Modified:
  nvidia/trunk/PKGBUILD
Deleted:
  nvidia/trunk/linux-3.7.6.patch

---+
 PKGBUILD  |   16 +++-
 linux-3.7.6.patch |   11 ---
 linux-3.7.patch   |   24 
 3 files changed, 31 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 08:58:09 UTC (rev 178323)
+++ PKGBUILD2013-02-20 09:12:05 UTC (rev 178324)
@@ -14,21 +14,19 @@
 license=('custom')
 install=nvidia.install
 options=(!strip)
+source=(linux-3.7.patch)
+md5sums=('7c684fab691b15d55a79fd8f9b1a224d')
 
 if [ $CARCH = i686 ]; then
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-linux-3.7.6.patch)
-md5sums=('780c37c28a6e06e9571cafe348b7da64'
- '2627107ebbd930389b00a9a2cd5e6f42')
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('780c37c28a6e06e9571cafe348b7da64')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-linux-3.7.6.patch)
-md5sums=('fa17a260793a38b4b8ae367db2e03b39'
- '2627107ebbd930389b00a9a2cd5e6f42')
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('fa17a260793a38b4b8ae367db2e03b39')
 fi
 
 build() {
@@ -36,7 +34,7 @@
 cd ${srcdir}
 sh ${_pkg}.run --extract-only
 cd ${_pkg}/kernel
-patch -Np3 -i ${srcdir}/linux-3.7.6.patch
+patch -Np3 -i ${srcdir}/linux-3.7.patch
 make SYSSRC=/usr/lib/modules/${_kernver}/build module
 }
 

Deleted: linux-3.7.6.patch
===
--- linux-3.7.6.patch   2013-02-20 08:58:09 UTC (rev 178323)
+++ linux-3.7.6.patch   2013-02-20 09:12:05 UTC (rev 178324)
@@ -1,11 +0,0 @@
 a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
-+++ b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
-@@ -1701,7 +1701,7 @@
- SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
- 
- if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
---a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
-+-a -n $SUBLEVEL -a $SUBLEVEL -le 6 ]; then
- SELECTED_MAKEFILE=Makefile.kbuild
- RET=0
- fi

Added: linux-3.7.patch
===
--- linux-3.7.patch (rev 0)
+++ linux-3.7.patch 2013-02-20 09:12:05 UTC (rev 178324)
@@ -0,0 +1,24 @@
+the nvidia drivers are trying to test for version 2.6.6, but fail to take into
+account the first digit.  so 3.7.0+ ends up failing the test.
+
+https://bugs.gentoo.org/447566
+
+--- a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
 b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
+@@ -1697,13 +1697,15 @@
+ # kernel older than 2.6.6, that's all we require to
+ # build the module.
+ #
++VERSION=$(grep ^VERSION = $MAKEFILE | cut -d   -f 3)
+ PATCHLEVEL=$(grep ^PATCHLEVEL = $MAKEFILE | cut -d   -f 3)
+ SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
+ 
+-if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
++if [ -n $VERSION -a $VERSION -ge 3 ] || \
++   [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
+ -a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
+ SELECTED_MAKEFILE=Makefile.kbuild
+ RET=0
+ fi
+ fi
+ fi



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

2013-02-20 Thread Evangelos Foutras
Date: Wednesday, February 20, 2013 @ 10:13:03
  Author: foutrelis
Revision: 178325

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 178324, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/linux-3.7.patch
(from rev 178324, nvidia/trunk/linux-3.7.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 178324, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 178324, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/linux-3.7.patch
(from rev 178324, nvidia/trunk/linux-3.7.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 178324, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/linux-3.7.6.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/linux-3.7.6.patch
  nvidia/repos/extra-x86_64/nvidia.install

+
 extra-i686/PKGBUILD|   98 +++
 extra-i686/linux-3.7.6.patch   |   11 
 extra-i686/linux-3.7.patch |   24 +
 extra-i686/nvidia.install  |   36 +++---
 extra-x86_64/PKGBUILD  |   98 +++
 extra-x86_64/linux-3.7.6.patch |   11 
 extra-x86_64/linux-3.7.patch   |   24 +
 extra-x86_64/nvidia.install|   36 +++---
 8 files changed, 180 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-20 09:12:05 UTC (rev 178324)
+++ extra-i686/PKGBUILD 2013-02-20 09:13:03 UTC (rev 178325)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=313.18
-_extramodules=extramodules-3.7-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.7' 'linux3.8' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.7' 'linux-headers3.8')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-linux-3.7.6.patch)
-md5sums=('780c37c28a6e06e9571cafe348b7da64'
- '2627107ebbd930389b00a9a2cd5e6f42')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-linux-3.7.6.patch)
-md5sums=('fa17a260793a38b4b8ae367db2e03b39'
- '2627107ebbd930389b00a9a2cd5e6f42')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np3 -i ${srcdir}/linux-3.7.6.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 178324, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-20 09:13:03 UTC (rev 178325)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=313.18
+_extramodules=extramodules-3.7-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.7' 'linux3.8' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.7' 'linux-headers3.8')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=(linux-3.7.patch)
+md5sums=('7c684fab691b15d55a79fd8f9b1a224d')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('780c37c28a6e06e9571cafe348b7da64')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('fa17a260793a38b4b8ae367db2e03b39')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np3 -i ${srcdir}/linux-3.7.patch
+make 

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

2013-02-20 Thread Evangelos Foutras
Date: Wednesday, February 20, 2013 @ 10:18:01
  Author: foutrelis
Revision: 178326

Use single quotes around linux-3.7.patch in source array.

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 09:13:03 UTC (rev 178325)
+++ PKGBUILD2013-02-20 09:18:01 UTC (rev 178326)
@@ -14,7 +14,7 @@
 license=('custom')
 install=nvidia.install
 options=(!strip)
-source=(linux-3.7.patch)
+source=('linux-3.7.patch')
 md5sums=('7c684fab691b15d55a79fd8f9b1a224d')
 
 if [ $CARCH = i686 ]; then



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

2013-02-20 Thread Evangelos Foutras
Date: Wednesday, February 20, 2013 @ 10:18:33
  Author: foutrelis
Revision: 178327

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

Deleted:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   48 
 extra-x86_64/PKGBUILD |   48 
 2 files changed, 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-20 09:18:01 UTC (rev 178326)
+++ extra-i686/PKGBUILD 2013-02-20 09:18:33 UTC (rev 178327)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=313.18
-_extramodules=extramodules-3.7-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.7' 'linux3.8' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.7' 'linux-headers3.8')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(linux-3.7.patch)
-md5sums=('7c684fab691b15d55a79fd8f9b1a224d')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('780c37c28a6e06e9571cafe348b7da64')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('fa17a260793a38b4b8ae367db2e03b39')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np3 -i ${srcdir}/linux-3.7.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-20 09:18:01 UTC (rev 178326)
+++ extra-x86_64/PKGBUILD   2013-02-20 09:18:33 UTC (rev 178327)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=313.18
-_extramodules=extramodules-3.7-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.7' 'linux3.8' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.7' 'linux-headers3.8')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-source=(linux-3.7.patch)
-md5sums=('7c684fab691b15d55a79fd8f9b1a224d')
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('780c37c28a6e06e9571cafe348b7da64')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums+=('fa17a260793a38b4b8ae367db2e03b39')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np3 -i ${srcdir}/linux-3.7.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}



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

2013-02-20 Thread Evangelos Foutras
Date: Wednesday, February 20, 2013 @ 10:19:23
  Author: foutrelis
Revision: 178328

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

Added:
  nvidia/repos/extra-i686/PKGBUILD
(from rev 178327, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-i686/linux-3.7.patch
(from rev 178327, nvidia/trunk/linux-3.7.patch)
  nvidia/repos/extra-i686/nvidia.install
(from rev 178327, nvidia/trunk/nvidia.install)
  nvidia/repos/extra-x86_64/PKGBUILD
(from rev 178327, nvidia/trunk/PKGBUILD)
  nvidia/repos/extra-x86_64/linux-3.7.patch
(from rev 178327, nvidia/trunk/linux-3.7.patch)
  nvidia/repos/extra-x86_64/nvidia.install
(from rev 178327, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/extra-i686/linux-3.7.patch
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/linux-3.7.patch
  nvidia/repos/extra-x86_64/nvidia.install

--+
 extra-i686/PKGBUILD  |   48 +
 extra-i686/linux-3.7.patch   |   48 -
 extra-i686/nvidia.install|   36 +++---
 extra-x86_64/PKGBUILD|   48 +
 extra-x86_64/linux-3.7.patch |   48 -
 extra-x86_64/nvidia.install  |   36 +++---
 6 files changed, 180 insertions(+), 84 deletions(-)

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 178327, 
nvidia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-20 09:19:23 UTC (rev 178328)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=313.18
+_extramodules=extramodules-3.7-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.7' 'linux3.8' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.7' 'linux-headers3.8')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('linux-3.7.patch')
+md5sums=('7c684fab691b15d55a79fd8f9b1a224d')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('780c37c28a6e06e9571cafe348b7da64')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('fa17a260793a38b4b8ae367db2e03b39')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np3 -i ${srcdir}/linux-3.7.patch
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: extra-i686/linux-3.7.patch
===
--- extra-i686/linux-3.7.patch  2013-02-20 09:18:33 UTC (rev 178327)
+++ extra-i686/linux-3.7.patch  2013-02-20 09:19:23 UTC (rev 178328)
@@ -1,24 +0,0 @@
-the nvidia drivers are trying to test for version 2.6.6, but fail to take into
-account the first digit.  so 3.7.0+ ends up failing the test.
-
-https://bugs.gentoo.org/447566
-
 a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
-+++ b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
-@@ -1697,13 +1697,15 @@
- # kernel older than 2.6.6, that's all we require to
- # build the module.
- #
-+VERSION=$(grep ^VERSION = $MAKEFILE | cut -d   -f 3)
- PATCHLEVEL=$(grep ^PATCHLEVEL = $MAKEFILE | cut -d   -f 3)
- SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
- 
--if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
-+if [ -n $VERSION -a $VERSION -ge 3 ] || \
-+   [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
- -a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
- SELECTED_MAKEFILE=Makefile.kbuild
- RET=0
- fi
- fi
- fi

Copied: nvidia/repos/extra-i686/linux-3.7.patch (from rev 178327, 
nvidia/trunk/linux-3.7.patch)
===
--- extra-i686/linux-3.7.patch  

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

2013-02-20 Thread Evangelos Foutras
Date: Wednesday, February 20, 2013 @ 10:25:36
  Author: foutrelis
Revision: 178329

Use more generic patch for building against Linux 3.7.6+.

Added:
  nvidia-304xx/trunk/linux-3.7.patch
Modified:
  nvidia-304xx/trunk/PKGBUILD
Deleted:
  nvidia-304xx/trunk/linux-3.7.6.patch

---+
 PKGBUILD  |   22 +-
 linux-3.7.6.patch |   11 ---
 linux-3.7.patch   |   24 
 3 files changed, 33 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 09:19:23 UTC (rev 178328)
+++ PKGBUILD2013-02-20 09:25:36 UTC (rev 178329)
@@ -14,25 +14,21 @@
 license=('custom')
 install=nvidia.install
 options=(!strip)
+source=('linux-3.7.patch'
+'uapi-3.7.patch')
+md5sums=('7c684fab691b15d55a79fd8f9b1a224d'
+ '502d00dc850148d61fc06c907601498e')
 
 if [ $CARCH = i686 ]; then
 _arch='x86'
 _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-'uapi-3.7.patch'
-linux-3.7.6.patch)
-md5sums=('6964415cf648a5f4f38117b168369de2'
- '502d00dc850148d61fc06c907601498e'
- '2627107ebbd930389b00a9a2cd5e6f42')
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('6964415cf648a5f4f38117b168369de2')
 elif [ $CARCH = x86_64 ]; then
 _arch='x86_64'
_pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-'uapi-3.7.patch'
-linux-3.7.6.patch)
-md5sums=('76007ed4b72afd334e26377b646f5f7e'
- '502d00dc850148d61fc06c907601498e'
- '2627107ebbd930389b00a9a2cd5e6f42')
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('76007ed4b72afd334e26377b646f5f7e')
 fi
 
 build() {
@@ -41,7 +37,7 @@
 sh ${_pkg}.run --extract-only
 cd ${_pkg}/kernel
 patch -Np0 -i ${srcdir}/uapi-3.7.patch
-patch -Np3 -i ${srcdir}/linux-3.7.6.patch
+patch -Np3 -i ${srcdir}/linux-3.7.patch
 make SYSSRC=/usr/lib/modules/${_kernver}/build module
 }
 

Deleted: linux-3.7.6.patch
===
--- linux-3.7.6.patch   2013-02-20 09:19:23 UTC (rev 178328)
+++ linux-3.7.6.patch   2013-02-20 09:25:36 UTC (rev 178329)
@@ -1,11 +0,0 @@
 a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
-+++ b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
-@@ -1701,7 +1701,7 @@
- SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
- 
- if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
---a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
-+-a -n $SUBLEVEL -a $SUBLEVEL -le 6 ]; then
- SELECTED_MAKEFILE=Makefile.kbuild
- RET=0
- fi

Added: linux-3.7.patch
===
--- linux-3.7.patch (rev 0)
+++ linux-3.7.patch 2013-02-20 09:25:36 UTC (rev 178329)
@@ -0,0 +1,24 @@
+the nvidia drivers are trying to test for version 2.6.6, but fail to take into
+account the first digit.  so 3.7.0+ ends up failing the test.
+
+https://bugs.gentoo.org/447566
+
+--- a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
 b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
+@@ -1697,13 +1697,15 @@
+ # kernel older than 2.6.6, that's all we require to
+ # build the module.
+ #
++VERSION=$(grep ^VERSION = $MAKEFILE | cut -d   -f 3)
+ PATCHLEVEL=$(grep ^PATCHLEVEL = $MAKEFILE | cut -d   -f 3)
+ SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
+ 
+-if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
++if [ -n $VERSION -a $VERSION -ge 3 ] || \
++   [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
+ -a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
+ SELECTED_MAKEFILE=Makefile.kbuild
+ RET=0
+ fi
+ fi
+ fi



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

2013-02-20 Thread Evangelos Foutras
Date: Wednesday, February 20, 2013 @ 10:25:57
  Author: foutrelis
Revision: 178330

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 178329, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-i686/linux-3.7.patch
(from rev 178329, nvidia-304xx/trunk/linux-3.7.patch)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 178329, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/extra-i686/uapi-3.7.patch
(from rev 178329, nvidia-304xx/trunk/uapi-3.7.patch)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 178329, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/linux-3.7.patch
(from rev 178329, nvidia-304xx/trunk/linux-3.7.patch)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 178329, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/uapi-3.7.patch
(from rev 178329, nvidia-304xx/trunk/uapi-3.7.patch)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/linux-3.7.6.patch
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-i686/uapi-3.7.patch
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/linux-3.7.6.patch
  nvidia-304xx/repos/extra-x86_64/nvidia.install
  nvidia-304xx/repos/extra-x86_64/uapi-3.7.patch

+
 extra-i686/PKGBUILD|  108 ++-
 extra-i686/linux-3.7.6.patch   |   11 ---
 extra-i686/linux-3.7.patch |   24 
 extra-i686/nvidia.install  |   30 +-
 extra-i686/uapi-3.7.patch  |   84 +++---
 extra-x86_64/PKGBUILD  |  108 ++-
 extra-x86_64/linux-3.7.6.patch |   11 ---
 extra-x86_64/linux-3.7.patch   |   24 
 extra-x86_64/nvidia.install|   30 +-
 extra-x86_64/uapi-3.7.patch|   84 +++---
 10 files changed, 266 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-20 09:25:36 UTC (rev 178329)
+++ extra-i686/PKGBUILD 2013-02-20 09:25:57 UTC (rev 178330)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.64
-_extramodules=extramodules-3.7-ARCH
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.7' 'linux3.8' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.7' 'linux-headers3.8')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-'uapi-3.7.patch'
-linux-3.7.6.patch)
-md5sums=('6964415cf648a5f4f38117b168369de2'
- '502d00dc850148d61fc06c907601498e'
- '2627107ebbd930389b00a9a2cd5e6f42')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;
-'uapi-3.7.patch'
-linux-3.7.6.patch)
-md5sums=('76007ed4b72afd334e26377b646f5f7e'
- '502d00dc850148d61fc06c907601498e'
- '2627107ebbd930389b00a9a2cd5e6f42')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-patch -Np0 -i ${srcdir}/uapi-3.7.patch
-patch -Np3 -i ${srcdir}/linux-3.7.6.patch
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}
-

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 178329, 
nvidia-304xx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-20 09:25:57 UTC (rev 178330)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.64
+_extramodules=extramodules-3.7-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.7' 'linux3.8' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.7' 'linux-headers3.8')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')

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

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 10:26:20
  Author: ioni
Revision: 178331

update to 19.0

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 09:25:57 UTC (rev 178330)
+++ PKGBUILD2013-02-20 09:26:20 UTC (rev 178331)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=xulrunner
-pkgver=18.0
+pkgver=19.0
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 shared-libs.patch)
 options=('!emptydirs')
 replaces=('xulrunner-oss')
-md5sums=('485d02563854c20a3788d89db07b0687'
+md5sums=('3dc732b6ce177792b43324f4bc7164d8'
  'f26710bcf3e65699a0646c47155cb147'
  '27271ce647a83906ef7a24605e840d61'
  '52e52f840a49eb1d14be1c0065b03a93')



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

2013-02-20 Thread Andrea Scarpino
Date: Wednesday, February 20, 2013 @ 10:27:16
  Author: andrea
Revision: 178332

Fix wrong bin path in pkgconfig files

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 09:26:20 UTC (rev 178331)
+++ PKGBUILD2013-02-20 09:27:16 UTC (rev 178332)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.4
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -99,10 +99,14 @@
 install -D -m644 LGPL_EXCEPTION.txt \
   ${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 
-# Fix wrong path in pkgconfig files
+# Fix wrong libs path in pkgconfig files
 find ${pkgdir}/usr/lib/pkgconfig -type f -name '*.pc' \
   -exec perl -pi -e s, -L${srcdir}/?\S+,,g {} \;
 
+# Fix wrong bins path in pkgconfig files
+find ${pkgdir}/usr/lib/pkgconfig -type f -name '*.pc' \
+  -exec sed -i 's|/usr/bin/|/usr/lib/qt4/bin/|g' {} \;
+
 # Fix wrong path in prl files
 find ${pkgdir}/usr/lib -type f -name '*.prl' \
   -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' 
{} \;



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

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 10:27:20
  Author: ioni
Revision: 178333

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

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 178331, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/mozconfig
(from rev 178331, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 178331, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-i686/shared-libs.patch
(from rev 178331, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 178332, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 178332, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 178332, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/shared-libs.patch
(from rev 178332, xulrunner/trunk/shared-libs.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-i686/shared-libs.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/shared-libs.patch

--+
 extra-i686/PKGBUILD  |  118 -
 extra-i686/mozconfig |   58 
 extra-i686/mozilla-pkgconfig.patch   |   80 +++---
 extra-i686/shared-libs.patch |   24 +++---
 extra-x86_64/PKGBUILD|  118 -
 extra-x86_64/mozconfig   |   58 
 extra-x86_64/mozilla-pkgconfig.patch |   80 +++---
 extra-x86_64/shared-libs.patch   |   24 +++---
 8 files changed, 280 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-20 09:27:16 UTC (rev 178332)
+++ extra-i686/PKGBUILD 2013-02-20 09:27:20 UTC (rev 178333)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=18.0
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss=3.14.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('485d02563854c20a3788d89db07b0687'
- 'f26710bcf3e65699a0646c47155cb147'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd $srcdir/mozilla-release
-  cp $srcdir/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  # WebRTC build tries to execute python and expects Python 2
-  # Workaround taken from chromium PKGBUILD
-  mkdir $srcdir/python2-path
-  ln -s /usr/bin/python2 $srcdir/python2-path/python
-  export PATH=$srcdir/python2-path:$PATH
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
-  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
-
-  # add xulrunner library path to ld.so.conf
-  install -d $pkgdir/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
-
-  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-  sed -i 's|!/usr/bin/env python$|!/usr/bin/env python2|' \
-
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 178331, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-20 09:27:20 UTC (rev 178333)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+pkgname=xulrunner
+pkgver=19.0
+pkgrel=1
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 

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

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 10:59:38
  Author: ioni
Revision: 178334

update to 2.77

Modified:
  transmission/trunk/PKGBUILD
Deleted:
  transmission/trunk/transmission-2.76-fix-regression.patch

+
 PKGBUILD   |   16 ++--
 transmission-2.76-fix-regression.patch |   26 --
 2 files changed, 6 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 09:27:20 UTC (rev 178333)
+++ PKGBUILD2013-02-20 09:59:38 UTC (rev 178334)
@@ -3,28 +3,24 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.76
-pkgrel=2
+pkgver=2.77
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')
 makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
 source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
 transmissiond transmissiond.conf transmission.systemd
-transmission.tmpfiles
-transmission-2.76-fix-regression.patch)
-md5sums=('9abbffe29ce9b5ee68a116d293c5'
+transmission.tmpfiles)
+md5sums=('60c0e77a1852656215f7102a437b2a3d'
  '7d6186ee2a852ae3d44980f05063e194'
  'db72b02fee139e8ab416324e6c044d76'
  '5c289c8901221a94be74665368ab5c2c'
- '23f2320361ad54373c3a4551ef634fe8'
- '894b1332cf651c15d593aed0b51dbdd6')
+ '23f2320361ad54373c3a4551ef634fe8')
+
 build() {
   cd $pkgbase-$pkgver
 
-  # https://trac.transmissionbt.com/ticket/5215
-  patch -Np2 -i $srcdir/transmission-2.76-fix-regression.patch
-
   ./configure --prefix=/usr
   make
   pushd qt

Deleted: transmission-2.76-fix-regression.patch
===
--- transmission-2.76-fix-regression.patch  2013-02-20 09:27:20 UTC (rev 
178333)
+++ transmission-2.76-fix-regression.patch  2013-02-20 09:59:38 UTC (rev 
178334)
@@ -1,26 +0,0 @@
-Index: branches/2.7x/cli/cli.c
-===
 branches/2.7x/cli/cli.c(revision 13784)
-+++ branches/2.7x/cli/cli.c(revision 13794)
-@@ -268,14 +268,12 @@
- {
-   if (!tr_fileExists (str, NULL))
--tr_mkdirp (str, 0700);
--
--  if (tr_fileExists (str, NULL))
- {
--  tr_bencDictAddStr (settings, TR_PREFS_KEY_DOWNLOAD_DIR, str);
--}
--  else
--{
--  fprintf (stderr, Unable to create download directory \%s\!\n, 
str);
--  return EXIT_FAILURE;
-+  tr_mkdirp (str, 0700);
-+
-+  if (!tr_fileExists (str, NULL))
-+{
-+  fprintf (stderr, Unable to create download directory 
\%s\!\n, str);
-+  return EXIT_FAILURE;
-+}
- }
- }



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

2013-02-20 Thread Ionuț Mircea Bîru
Date: Wednesday, February 20, 2013 @ 11:00:55
  Author: ioni
Revision: 178335

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

Added:
  transmission/repos/extra-i686/PKGBUILD
(from rev 178334, transmission/trunk/PKGBUILD)
  transmission/repos/extra-i686/transmission-cli.install
(from rev 178334, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-i686/transmission-gtk.install
(from rev 178334, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-i686/transmission-qt.install
(from rev 178334, transmission/trunk/transmission-qt.install)
  transmission/repos/extra-i686/transmission.systemd
(from rev 178334, transmission/trunk/transmission.systemd)
  transmission/repos/extra-i686/transmission.tmpfiles
(from rev 178334, transmission/trunk/transmission.tmpfiles)
  transmission/repos/extra-i686/transmissiond
(from rev 178334, transmission/trunk/transmissiond)
  transmission/repos/extra-i686/transmissiond.conf
(from rev 178334, transmission/trunk/transmissiond.conf)
  transmission/repos/extra-x86_64/PKGBUILD
(from rev 178334, transmission/trunk/PKGBUILD)
  transmission/repos/extra-x86_64/transmission-cli.install
(from rev 178334, transmission/trunk/transmission-cli.install)
  transmission/repos/extra-x86_64/transmission-gtk.install
(from rev 178334, transmission/trunk/transmission-gtk.install)
  transmission/repos/extra-x86_64/transmission-qt.install
(from rev 178334, transmission/trunk/transmission-qt.install)
  transmission/repos/extra-x86_64/transmission.systemd
(from rev 178334, transmission/trunk/transmission.systemd)
  transmission/repos/extra-x86_64/transmission.tmpfiles
(from rev 178334, transmission/trunk/transmission.tmpfiles)
  transmission/repos/extra-x86_64/transmissiond
(from rev 178334, transmission/trunk/transmissiond)
  transmission/repos/extra-x86_64/transmissiond.conf
(from rev 178334, transmission/trunk/transmissiond.conf)
Deleted:
  transmission/repos/extra-i686/PKGBUILD
  transmission/repos/extra-i686/transmission-2.76-fix-regression.patch
  transmission/repos/extra-i686/transmission-cli.install
  transmission/repos/extra-i686/transmission-gtk.install
  transmission/repos/extra-i686/transmission-qt.install
  transmission/repos/extra-i686/transmission.systemd
  transmission/repos/extra-i686/transmission.tmpfiles
  transmission/repos/extra-i686/transmissiond
  transmission/repos/extra-i686/transmissiond.conf
  transmission/repos/extra-x86_64/PKGBUILD
  transmission/repos/extra-x86_64/transmission-2.76-fix-regression.patch
  transmission/repos/extra-x86_64/transmission-cli.install
  transmission/repos/extra-x86_64/transmission-gtk.install
  transmission/repos/extra-x86_64/transmission-qt.install
  transmission/repos/extra-x86_64/transmission.systemd
  transmission/repos/extra-x86_64/transmission.tmpfiles
  transmission/repos/extra-x86_64/transmissiond
  transmission/repos/extra-x86_64/transmissiond.conf

-+
 extra-i686/PKGBUILD |  158 --
 extra-i686/transmission-2.76-fix-regression.patch   |   26 --
 extra-i686/transmission-cli.install |   22 +-
 extra-i686/transmission-gtk.install |   24 +-
 extra-i686/transmission-qt.install  |   22 +-
 extra-i686/transmission.systemd |   28 +--
 extra-i686/transmission.tmpfiles|2 
 extra-i686/transmissiond|   92 +-
 extra-i686/transmissiond.conf   |8 
 extra-x86_64/PKGBUILD   |  158 --
 extra-x86_64/transmission-2.76-fix-regression.patch |   26 --
 extra-x86_64/transmission-cli.install   |   22 +-
 extra-x86_64/transmission-gtk.install   |   24 +-
 extra-x86_64/transmission-qt.install|   22 +-
 extra-x86_64/transmission.systemd   |   28 +--
 extra-x86_64/transmission.tmpfiles  |2 
 extra-x86_64/transmissiond  |   92 +-
 extra-x86_64/transmissiond.conf |8 
 18 files changed, 352 insertions(+), 412 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-20 09:59:38 UTC (rev 178334)
+++ extra-i686/PKGBUILD 2013-02-20 10:00:55 UTC (rev 178335)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgbase=transmission
-pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.76
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.transmissionbt.com/;
-license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
-source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
-transmissiond transmissiond.conf transmission.systemd
-transmission.tmpfiles
-

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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 11:27:23
  Author: spupykin
Revision: 84595

upgpkg: firefox-noscript 2.6.5.7-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 08:07:10 UTC (rev 84594)
+++ PKGBUILD2013-02-20 10:27:23 UTC (rev 84595)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.5.6
+pkgver=2.6.5.7
 pkgrel=1
 pkgdesc=plugin 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=('83fb677cf045bca4df7972bc39069582')
+md5sums=('82816e7d024c71d698dd108c0aec527d')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 11:27:40
  Author: spupykin
Revision: 84596

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 10:27:23 UTC (rev 84595)
+++ PKGBUILD2013-02-20 10:27:40 UTC (rev 84596)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.5.6
-pkgrel=1
-pkgdesc=plugin 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=('83fb677cf045bca4df7972bc39069582')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  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/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 84595, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 10:27:40 UTC (rev 84596)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.5.7
+pkgrel=1
+pkgdesc=plugin 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=('82816e7d024c71d698dd108c0aec527d')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  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/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



[arch-commits] Commit in (11 files)

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 11:28:52
  Author: spupykin
Revision: 84597

qt5 rebuild

Modified:
  canorus/trunk/PKGBUILD
  fbreader/trunk/PKGBUILD
  freemat/trunk/PKGBUILD
  gmic/trunk/PKGBUILD
  gpsbabel/trunk/PKGBUILD
  gwenhywfar/trunk/PKGBUILD
  hedgewars/trunk/PKGBUILD
  kvirc/trunk/PKGBUILD
  mlt/trunk/PKGBUILD
  psimedia/trunk/PKGBUILD
  recoll/trunk/PKGBUILD

---+
 canorus/trunk/PKGBUILD|6 +++---
 fbreader/trunk/PKGBUILD   |9 +
 freemat/trunk/PKGBUILD|4 ++--
 gmic/trunk/PKGBUILD   |6 +++---
 gpsbabel/trunk/PKGBUILD   |6 +++---
 gwenhywfar/trunk/PKGBUILD |6 +++---
 hedgewars/trunk/PKGBUILD  |4 ++--
 kvirc/trunk/PKGBUILD  |4 ++--
 mlt/trunk/PKGBUILD|6 +++---
 psimedia/trunk/PKGBUILD   |4 ++--
 recoll/trunk/PKGBUILD |4 ++--
 11 files changed, 30 insertions(+), 29 deletions(-)

Modified: canorus/trunk/PKGBUILD
===
--- canorus/trunk/PKGBUILD  2013-02-20 10:27:40 UTC (rev 84596)
+++ canorus/trunk/PKGBUILD  2013-02-20 10:28:52 UTC (rev 84597)
@@ -6,12 +6,12 @@
 
 pkgname=canorus
 pkgver=0.7.R1002
-pkgrel=4
+pkgrel=5
 pkgdesc=A free music score editor
 arch=('i686' 'x86_64')
 url=http://www.canorus.org/;
 license=('GPL')
-depends=('qt' 'alsa-lib' 'python2' 'swig')
+depends=('qt4' 'alsa-lib' 'python2' 'swig')
 makedepends=('cmake')
 options=('strip')
 source=(http://download.berlios.de/$pkgname/$pkgname\_$pkgver\_source.tar.bz2)
@@ -19,7 +19,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  export QTDIR=/usr
+  source /etc/profile.d/qt4.sh
   cmake . -DCMAKE_INSTALL_PREFIX=$pkgdir/usr \
-DDEFAULT_DATA_DIR=/usr/share/canorus \
-DNO_SWIG=ON

Modified: fbreader/trunk/PKGBUILD
===
--- fbreader/trunk/PKGBUILD 2013-02-20 10:27:40 UTC (rev 84596)
+++ fbreader/trunk/PKGBUILD 2013-02-20 10:28:52 UTC (rev 84597)
@@ -4,12 +4,12 @@
 
 pkgname=fbreader
 pkgver=0.99.4
-pkgrel=1
+pkgrel=2
 pkgdesc=An e-book reader for Linux
 arch=('i686' 'x86_64')
 url=http://www.fbreader.org/;
 license=('GPL')
-depends=('fribidi' 'bzip2' 'curl' 'qt' 'liblinebreak' 'sqlite')
+depends=('fribidi' 'bzip2' 'curl' 'qt4' 'liblinebreak' 'sqlite')
 makedepends=('ccache')
 source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz)
 md5sums=('ed13a9c3aeb68aaa98a1dd6f7947a31d')
@@ -18,10 +18,11 @@
   export TARGET_ARCH=desktop
   export UI_TYPE=qt4
   export TARGET_STATUS=release
+  source /etc/profile.d/qt4.sh
+
   cd $srcdir/fbreader-$pkgver
-  sed -i 's|moc-qt4|moc|g' makefiles/arch/desktop.mk
   sed -i 's|-lunibreak|-llinebreak|g' makefiles/config.mk 
zlibrary/text/Makefile
-  make ZLSHARED=no
+  make ZLSHARED=no MOC=/usr/lib/qt4/bin/moc
 }
 
 package() {

Modified: freemat/trunk/PKGBUILD
===
--- freemat/trunk/PKGBUILD  2013-02-20 10:27:40 UTC (rev 84596)
+++ freemat/trunk/PKGBUILD  2013-02-20 10:28:52 UTC (rev 84597)
@@ -4,12 +4,12 @@
 
 pkgname=freemat
 pkgver=4.1
-pkgrel=6
+pkgrel=7
 pkgdesc=A free environment for rapid engineering, scientific prototyping and 
data processing
 arch=('i686' 'x86_64')
 url=http://freemat.sourceforge.net;
 license=('GPL')
-depends=('qt' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu')
+depends=('qt4' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu')
 makedepends=('arpack' 'lapack' 'umfpack' 'blas' 'libmatio' 'cmake' 'python2' 
'mesa')
 install=freemat.install
 
source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz

Modified: gmic/trunk/PKGBUILD
===
--- gmic/trunk/PKGBUILD 2013-02-20 10:27:40 UTC (rev 84596)
+++ gmic/trunk/PKGBUILD 2013-02-20 10:28:52 UTC (rev 84597)
@@ -7,11 +7,11 @@
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
 pkgver=1.5.4.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
 license=(custom:CeCILL)
-makedepends=(gimp qt fftw openexr opencv)
+makedepends=(gimp qt4 fftw openexr opencv)
 #options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
 opencv-buildfix.patch)
@@ -39,7 +39,7 @@
 
 package_zart() {
   pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt)
+  depends=(opencv fftw qt4)
 
   cd ${srcdir}/gmic-${pkgver}
   make -C src install DESTDIR=$pkgdir USR=/usr

Modified: gpsbabel/trunk/PKGBUILD
===
--- gpsbabel/trunk/PKGBUILD 2013-02-20 10:27:40 UTC (rev 84596)
+++ gpsbabel/trunk/PKGBUILD 2013-02-20 10:28:52 UTC (rev 84597)
@@ -5,14 +5,14 @@
 
 pkgname=gpsbabel
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Reads, writes, and manipulates GPS waypoints in a variety of formats
 arch=('i686' 'x86_64')
 url=http://www.gpsbabel.org;
 

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

2013-02-20 Thread Florian Pritz
Date: Wednesday, February 20, 2013 @ 11:50:00
  Author: bluewind
Revision: 178336

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

Added:
  qt4/repos/staging-i686/PKGBUILD
(from rev 178335, qt4/trunk/PKGBUILD)
  qt4/repos/staging-i686/improve-cups-support.patch
(from rev 178335, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-i686/ld-gold.patch
(from rev 178335, qt4/trunk/ld-gold.patch)
  qt4/repos/staging-i686/qt4.install
(from rev 178335, qt4/trunk/qt4.install)
  qt4/repos/staging-i686/qt4.profile
(from rev 178335, qt4/trunk/qt4.profile)
  qt4/repos/staging-i686/qtconfig.desktop
(from rev 178335, qt4/trunk/qtconfig.desktop)
  qt4/repos/staging-x86_64/PKGBUILD
(from rev 178335, qt4/trunk/PKGBUILD)
  qt4/repos/staging-x86_64/improve-cups-support.patch
(from rev 178335, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-x86_64/ld-gold.patch
(from rev 178335, qt4/trunk/ld-gold.patch)
  qt4/repos/staging-x86_64/qt4.install
(from rev 178335, qt4/trunk/qt4.install)
  qt4/repos/staging-x86_64/qt4.profile
(from rev 178335, qt4/trunk/qt4.profile)
  qt4/repos/staging-x86_64/qtconfig.desktop
(from rev 178335, qt4/trunk/qtconfig.desktop)
Deleted:
  qt4/repos/staging-i686/PKGBUILD
  qt4/repos/staging-i686/improve-cups-support.patch
  qt4/repos/staging-i686/ld-gold.patch
  qt4/repos/staging-i686/qt4.install
  qt4/repos/staging-i686/qt4.profile
  qt4/repos/staging-i686/qtconfig.desktop
  qt4/repos/staging-x86_64/PKGBUILD
  qt4/repos/staging-x86_64/improve-cups-support.patch
  qt4/repos/staging-x86_64/ld-gold.patch
  qt4/repos/staging-x86_64/qt4.install
  qt4/repos/staging-x86_64/qt4.profile
  qt4/repos/staging-x86_64/qtconfig.desktop

---+
 staging-i686/PKGBUILD |  238 ++--
 staging-i686/improve-cups-support.patch   |  168 +--
 staging-i686/ld-gold.patch|   44 ++---
 staging-i686/qt4.install  |   24 +-
 staging-i686/qt4.profile  |2 
 staging-i686/qtconfig.desktop |   18 +-
 staging-x86_64/PKGBUILD   |  238 ++--
 staging-x86_64/improve-cups-support.patch |  168 +--
 staging-x86_64/ld-gold.patch  |   44 ++---
 staging-x86_64/qt4.install|   24 +-
 staging-x86_64/qt4.profile|2 
 staging-x86_64/qtconfig.desktop   |   18 +-
 12 files changed, 498 insertions(+), 490 deletions(-)

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


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

2013-02-20 Thread Andrea Scarpino
Date: Wednesday, February 20, 2013 @ 12:49:30
  Author: andrea
Revision: 178337

upgpkg: calligra 2.6.1-1

Upstream release; package missing kdgantt library (FS#33892)

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 10:50:00 UTC (rev 178336)
+++ PKGBUILD2013-02-20 11:49:30 UTC (rev 178337)
@@ -17,7 +17,7 @@
  'calligra-handbook'
  'calligra-braindump'
  'calligra-flow')
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
@@ -28,7 +28,7 @@
  'openjpeg' 'kdegraphics-okular' 'pstoedit' 'mesa')
 groups=('calligra')
 
source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('df7c2816d2bbe5e2fe87ea0be3fe668c')
+md5sums=('8ba98f3ccb3c5097eb059d86b51f6139')
 
 build() {
   mkdir build
@@ -132,6 +132,9 @@
 
   cd ${srcdir}/build/plan
   make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/build/3rdparty/kdgantt
+  make DESTDIR=${pkgdir} install
 }
 
 package_calligra-stage() {



[arch-commits] Commit in calligra/repos (56 files)

2013-02-20 Thread Andrea Scarpino
Date: Wednesday, February 20, 2013 @ 12:50:07
  Author: andrea
Revision: 178338

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 178337, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 178337, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 178337, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 178337, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 178337, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 178337, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 178337, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 178337, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-plugins.install
(from rev 178337, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 178337, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 178337, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-tools.install
(from rev 178337, calligra/trunk/calligra-tools.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 178337, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 178337, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 178337, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 178337, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 178337, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 178337, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 178337, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 178337, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 178337, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 178337, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-plugins.install
(from rev 178337, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 178337, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 178337, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-tools.install
(from rev 178337, calligra/trunk/calligra-tools.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 178337, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 178337, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-plugins.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-tools.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-plugins.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-tools.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install

-+
 extra-i686/PKGBUILD |  439 +++---
 extra-i686/calligra-braindump.install   |   24 -
 extra-i686/calligra-filters.install |   22 -
 extra-i686/calligra-flow.install|   24 -
 

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

2013-02-20 Thread Andrea Scarpino
Date: Wednesday, February 20, 2013 @ 12:50:38
  Author: andrea
Revision: 178339

upgpkg: calligra-l10n 2.6.1-1

Upstream release

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 11:50:07 UTC (rev 178338)
+++ PKGBUILD2013-02-20 11:50:38 UTC (rev 178339)
@@ -30,7 +30,7 @@
'calligra-l10n-uk'
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc=Localization for Calligra
 arch=('any')
@@ -66,34 +66,34 @@
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
-md5sums=('ba700e28cfcb84ffaecd019c0a661a0d'
- '0a48370b304ec16404cd740240dc3c2a'
- '8a0562d3469ff8f6346fb537412d7c79'
- 'e50bb54e8e0c52419dbb359ffde956f9'
- '8d3ab8142e663fe1202abbe23f033542'
- 'ffc41282bf0bc5a03ed871c40d20f7f8'
- '57aa16a54821a1c7183358d6e6f98545'
- '998319f89aeaf12812aee752a9fd41d2'
- '21ab9edb5faec99421457827dc864f03'
- '209cd21c3518e658a9fe9ae744077369'
- '3490cb1478257fc066f048759634e40d'
- '73e3d86328f3927bfcffe04affcb277f'
- 'd6b8370ceebb404253fc06b980a922a8'
- '6c5660d978e425662d26372a280f0a13'
- 'db886241f61e18301f428a1a89d9bcdd'
- '254d18050d5ba58559667465bee129bd'
- 'c8131751e9d0d819c9b365fa07d603ca'
- '645585d15cf31c8d6eedd9a752e6f3ff'
- '367bdabf623f240c0ccac9fabb779d76'
- '98b155b2159bd9d7801945c6bf635754'
- '342ab2df7a044086cc3781121717e601'
- '10ac6a7278a1e856fd0b90705726d50e'
- '9b3010a5c303e484412a885d7c0b40fe'
- '23b675f97e0abc9b668a5a087bd749b6'
- 'c63ac38f7ee13d72ea6e44311f097a28'
- '14c8698209dbb4680f823c484dba0099'
- '1df689d88947c85ec86d5aabaa8458b6'
- '8fbc3d708c6f07e35a89d9d2f04c6641')
+md5sums=('47bcae05c6844ae1f45599bf0371e8bb'
+ '88bbb4ba14cd811cce8f233e5f9e5752'
+ 'feb887e8e15bc925b75293718e824826'
+ 'a02b51d7f7ca02e1bf10baf715d5b8df'
+ 'c51d04d3d08115cdbb310f3c92fbdad7'
+ 'd20ee096fe9b2c626100e415f0c210c4'
+ 'b67d675a75c6b59fe50b886cb02afd3c'
+ 'bba041eb8aac79870ccaaa0852961b88'
+ '3e9ea7a892f93275a43f894657680b0a'
+ '1b78b8c7cba14ade8f9ea2039126c845'
+ '6bb491efaddd95393c82c21ef2fdda5a'
+ 'ad44c8d125c0d82cce0e37ac086c0612'
+ '51e47f404487c5eb9474bc495a8ed481'
+ 'c47c1a4ac855a4cd5415e5179a31dc9b'
+ '2d22d02f5a00fa733d47a444c71d5af5'
+ 'ce7218968008da232b20a25393a876a8'
+ 'cae59001ba60aa079182232ddbbfe3d6'
+ '716b0a61c2efa23f63672378bb9cba3c'
+ '5637cb2afda30449c6379c0017067396'
+ '134afd9303034db38e775d9191874d44'
+ 'a75d6d065e48fa8fa491ee3c8efa8ada'
+ '91b33b5ea2beeae2959e9ee25be25624'
+ '5cc0912e6b2fce3865e303ec582e9574'
+ '3da788a02ef983ad3d23218b77b2b3a8'
+ '70ecdd1cb7b2c7896eb1efe24d7be3f4'
+ 'ff0cc2e5a1d458d1139a5aa53b2322f4'
+ 'dbc465f512771c341566c296843c5f96'
+ 'd0d4af3df58327c9bfc7cd4e054f7e7b')
 
 build() {
   for lang in bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds \



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

2013-02-20 Thread Andrea Scarpino
Date: Wednesday, February 20, 2013 @ 12:50:46
  Author: andrea
Revision: 178340

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 178339, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  610 ++---
 1 file changed, 305 insertions(+), 305 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 11:50:38 UTC (rev 178339)
+++ PKGBUILD2013-02-20 11:50:46 UTC (rev 178340)
@@ -1,305 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra-l10n
-pkgname=('calligra-l10n-bs'
-   'calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
-   'calligra-l10n-da'
-   'calligra-l10n-de'
-   'calligra-l10n-el'
-   'calligra-l10n-en_gb'
-   'calligra-l10n-es'
-   'calligra-l10n-et'
-   'calligra-l10n-fi'
-   'calligra-l10n-fr'
-   'calligra-l10n-gl'
-   'calligra-l10n-hu'
-   'calligra-l10n-it'
-   'calligra-l10n-kk'
-   'calligra-l10n-nb'
-   'calligra-l10n-nds'
-   'calligra-l10n-nl'
-   'calligra-l10n-pl'
-   'calligra-l10n-pt'
-   'calligra-l10n-pt_br'
-   'calligra-l10n-ru'
-   'calligra-l10n-sk'
-   'calligra-l10n-sl'
-   'calligra-l10n-sv'
-   'calligra-l10n-uk'
-   'calligra-l10n-zh_cn'
-   'calligra-l10n-zh_tw')
-pkgver=2.6.0
-pkgrel=1
-pkgdesc=Localization for Calligra
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
-md5sums=('ba700e28cfcb84ffaecd019c0a661a0d'
- '0a48370b304ec16404cd740240dc3c2a'
- '8a0562d3469ff8f6346fb537412d7c79'
- 'e50bb54e8e0c52419dbb359ffde956f9'
- '8d3ab8142e663fe1202abbe23f033542'
- 'ffc41282bf0bc5a03ed871c40d20f7f8'
- '57aa16a54821a1c7183358d6e6f98545'
- '998319f89aeaf12812aee752a9fd41d2'
- '21ab9edb5faec99421457827dc864f03'
- '209cd21c3518e658a9fe9ae744077369'
- '3490cb1478257fc066f048759634e40d'
- '73e3d86328f3927bfcffe04affcb277f'
- 'd6b8370ceebb404253fc06b980a922a8'
- '6c5660d978e425662d26372a280f0a13'
- 

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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 12:58:41
  Author: spupykin
Revision: 84598

upgpkg: anki 2.0.8-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 10:28:52 UTC (rev 84597)
+++ PKGBUILD2013-02-20 11:58:41 UTC (rev 84598)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty david dot pretty at gmail dot com
 
 pkgname=anki
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
 url=http://ankisrs.net/;
@@ -19,7 +19,7 @@
'portaudio')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('139d14f705d7e24f659e964117d98b0a')
+md5sums=('ee93fc1d1dce0d0b68431ec117d5f556')
 
 build() {
   cd $srcdir/anki-$pkgver
@@ -37,4 +37,5 @@
 mv anki.desktop ../applications/
 mv anki.1 ../man/man1/
   )
+  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
 }



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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 12:58:54
  Author: spupykin
Revision: 84599

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   81 -
 anki.install |   20 +++---
 2 files changed, 51 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 11:58:41 UTC (rev 84598)
+++ PKGBUILD2013-02-20 11:58:54 UTC (rev 84599)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Timm Preetz t...@preetz.us
-# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
-# Contributor: Dave Pretty david dot pretty at gmail dot com
-
-pkgname=anki
-pkgver=2.0.7
-pkgrel=1
-pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
-url=http://ankisrs.net/;
-license=('GPL')
-arch=('any')
-depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
-'python2-pysqlite' 'python2-beautifulsoup3')
-makedepends=()
-optdepends=('python2-matplotlib: show graphs'
-   'sox: audio recording'
-   'portaudio')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('139d14f705d7e24f659e964117d98b0a')
-
-build() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
-  rm -f anki.bat
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki  (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 84598, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 11:58:54 UTC (rev 84599)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Timm Preetz t...@preetz.us
+# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
+# Contributor: Dave Pretty david dot pretty at gmail dot com
+
+pkgname=anki
+pkgver=2.0.8
+pkgrel=1
+pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
+url=http://ankisrs.net/;
+license=('GPL')
+arch=('any')
+depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
+'python2-pysqlite' 'python2-beautifulsoup3')
+makedepends=()
+optdepends=('python2-matplotlib: show graphs'
+   'sox: audio recording'
+   'portaudio')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('ee93fc1d1dce0d0b68431ec117d5f556')
+
+build() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
+  rm -f anki.bat
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki  (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
+}

Deleted: anki.install
===
--- anki.install2013-02-20 11:58:41 UTC (rev 84598)
+++ anki.install2013-02-20 11:58:54 UTC (rev 84599)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 84598, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2013-02-20 11:58:54 UTC (rev 84599)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



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

2013-02-20 Thread Timothy Redaelli
Date: Wednesday, February 20, 2013 @ 13:04:02
  Author: tredaelli
Revision: 84600

upgpkg: bitcoin 0.8.0-1
Add qrencode support (FS#33904)

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 11:58:54 UTC (rev 84599)
+++ PKGBUILD2013-02-20 12:04:02 UTC (rev 84600)
@@ -4,32 +4,32 @@
 
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'miniupnpc')
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
 conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
 replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
 license=('MIT')
 
source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('23d44161670c521f2aba64f9351b42260baa6bb2981640617c8e2e7683e5855c')
+sha256sums=('e31529147d307b2240e08af3a5a4606fe2c112d1b0e91e3cce4a2bac2583cecc')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver-linux/src
 
   # and make qt gui
-  qmake
+  qmake USE_QRCODE=1
   make
 
   # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS USE_UPNP=1
+  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
 }
 
 
 package_bitcoin-qt() {
   pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
-  depends=(boost-libs qt miniupnpc)
+  depends=(boost-libs qt miniupnpc qrencode)
   install=bitcoin-qt.install
 
   cd $srcdir/$pkgbase-$pkgver-linux/src



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

2013-02-20 Thread Timothy Redaelli
Date: Wednesday, February 20, 2013 @ 13:17:25
  Author: tredaelli
Revision: 84601

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 84600, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 84600, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 84600, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 84600, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 community-i686/PKGBUILD |  118 +-
 community-i686/bitcoin-qt.install   |   22 +++---
 community-x86_64/PKGBUILD   |  118 +-
 community-x86_64/bitcoin-qt.install |   22 +++---
 4 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-20 12:04:02 UTC (rev 84600)
+++ community-i686/PKGBUILD 2013-02-20 12:17:25 UTC (rev 84601)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: shahid hellla...@gmail.com
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.7.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'miniupnpc')
-conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
-replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
-license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('23d44161670c521f2aba64f9351b42260baa6bb2981640617c8e2e7683e5855c')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-
-  # and make qt gui
-  qmake
-  make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS USE_UPNP=1
-}
-
-
-package_bitcoin-qt() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
-  depends=(boost-libs qt miniupnpc)
-  install=bitcoin-qt.install
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
-$pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin80.xpm \
-$pkgdir/usr/share/pixmaps/bitcoin80.xpm
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_bitcoin-daemon() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
-  depends=(boost-libs miniupnpc openssl)
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 src/bitcoind $pkgdir/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
-$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
-$pkgdir/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-$pkgdir/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 84600, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-20 12:17:25 UTC (rev 84601)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: shahid hellla...@gmail.com
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.bitcoin.org/;
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
+replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('e31529147d307b2240e08af3a5a4606fe2c112d1b0e91e3cce4a2bac2583cecc')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+
+  # and make qt gui
+  qmake USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
+  depends=(boost-libs qt miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+$pkgdir/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin80.xpm \
+$pkgdir/usr/share/pixmaps/bitcoin80.xpm
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+package_bitcoin-daemon() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - 

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

2013-02-20 Thread Tobias Powalowski
Date: Wednesday, February 20, 2013 @ 13:25:56
  Author: tpowa
Revision: 178341

bump to 3.8 series

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

---+
 PKGBUILD  |   13 ++--
 config|  162 
 config.x86_64 |  162 +---
 3 files changed, 241 insertions(+), 96 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 11:50:46 UTC (rev 178340)
+++ PKGBUILD2013-02-20 12:25:56 UTC (rev 178341)
@@ -4,8 +4,8 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcname=linux-3.7
-pkgver=3.7.9
+_srcname=linux-3.8
+pkgver=3.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -13,17 +13,16 @@
 makedepends=('xmlto' 'docbook-xsl')
 options=('!strip')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz;
-http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
 'fat-3.6.x.patch')
-md5sums=('21223369d682bcf44bcdfe1521095983'
- '375fa67b3daba9e6040f13a0a29bf543'
- '6a6b620836639fa5f989f9c9c2592d6e'
- '03666db0cd0a1f59c0b71b41eb2353eb'
+md5sums=('1c738edfc54e7c65faeb90c436104e2f'
+ '2e9010a91995b2f127ec8c26edded05d'
+ '09be44e718bf96264d245f2c2892d811'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '88d501404f172dac6fcb248978251560')

Modified: config
===
--- config  2013-02-20 11:50:46 UTC (rev 178340)
+++ config  2013-02-20 12:25:56 UTC (rev 178341)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/i386 3.7.6-1 Kernel Configuration
+# Linux/i386 3.8.0 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -74,7 +74,7 @@
 CONFIG_AUDITSYSCALL=y
 CONFIG_AUDIT_WATCH=y
 CONFIG_AUDIT_TREE=y
-# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set
+CONFIG_AUDIT_LOGINUID_IMMUTABLE=y
 CONFIG_HAVE_GENERIC_HARDIRQS=y
 
 #
@@ -126,10 +126,13 @@
 CONFIG_RCU_FAST_NO_HZ=y
 # CONFIG_TREE_RCU_TRACE is not set
 # CONFIG_RCU_BOOST is not set
+CONFIG_RCU_NOCB_CPU=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=19
 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
+CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
+CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y
 CONFIG_CGROUPS=y
 # CONFIG_CGROUP_DEBUG is not set
 CONFIG_CGROUP_FREEZER=y
@@ -240,13 +243,13 @@
 CONFIG_HAVE_CMPXCHG_LOCAL=y
 CONFIG_HAVE_CMPXCHG_DOUBLE=y
 CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
-CONFIG_GENERIC_KERNEL_THREAD=y
-CONFIG_GENERIC_KERNEL_EXECVE=y
 CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
 CONFIG_SECCOMP_FILTER=y
 CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
 CONFIG_MODULES_USE_ELF_REL=y
+CONFIG_GENERIC_SIGALTSTACK=y
+CONFIG_CLONE_BACKWARDS=y
 
 #
 # GCOV-based kernel profiling
@@ -333,7 +336,6 @@
 # CONFIG_PARAVIRT_DEBUG is not set
 CONFIG_NO_BOOTMEM=y
 # CONFIG_MEMTEST is not set
-# CONFIG_M386 is not set
 # CONFIG_M486 is not set
 # CONFIG_M586 is not set
 # CONFIG_M586TSC is not set
@@ -360,14 +362,8 @@
 # CONFIG_MATOM is not set
 CONFIG_X86_GENERIC=y
 CONFIG_X86_INTERNODE_CACHE_SHIFT=6
-CONFIG_X86_CMPXCHG=y
 CONFIG_X86_L1_CACHE_SHIFT=6
-CONFIG_X86_XADD=y
 # CONFIG_X86_PPRO_FENCE is not set
-CONFIG_X86_WP_WORKS_OK=y
-CONFIG_X86_INVLPG=y
-CONFIG_X86_BSWAP=y
-CONFIG_X86_POPAD_OK=y
 CONFIG_X86_INTEL_USERCOPY=y
 CONFIG_X86_USE_PPRO_CHECKSUM=y
 CONFIG_X86_TSC=y
@@ -430,6 +426,7 @@
 CONFIG_MEMORY_ISOLATION=y
 CONFIG_PAGEFLAGS_EXTENDED=y
 CONFIG_SPLIT_PTLOCK_CPUS=4
+CONFIG_BALLOON_COMPACTION=y
 CONFIG_COMPACTION=y
 CONFIG_MIGRATION=y
 # CONFIG_PHYS_ADDR_T_64BIT is not set
@@ -479,6 +476,8 @@
 CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x10
 CONFIG_HOTPLUG_CPU=y
+# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
+# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
 # CONFIG_COMPAT_VDSO is not set
 # CONFIG_CMDLINE_BOOL is not set
 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
@@ -517,12 +516,14 @@
 CONFIG_ACPI_VIDEO=m
 CONFIG_ACPI_FAN=m
 CONFIG_ACPI_DOCK=y
+CONFIG_ACPI_I2C=m
 CONFIG_ACPI_PROCESSOR=m
 CONFIG_ACPI_IPMI=m
 CONFIG_ACPI_HOTPLUG_CPU=y
 CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
 CONFIG_ACPI_THERMAL=m
 # CONFIG_ACPI_CUSTOM_DSDT is not set
+CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
 CONFIG_ACPI_BLACKLIST_YEAR=0
 # CONFIG_ACPI_DEBUG is not set
 CONFIG_ACPI_PCI_SLOT=m
@@ -552,6 +553,7 @@
 #
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_TABLE=y
+CONFIG_CPU_FREQ_GOV_COMMON=y
 CONFIG_CPU_FREQ_STAT=m
 CONFIG_CPU_FREQ_STAT_DETAILS=y
 # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE 

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

2013-02-20 Thread Tobias Powalowski
Date: Wednesday, February 20, 2013 @ 13:32:29
  Author: tpowa
Revision: 178342

remove fat patch for 3.8

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 12:25:56 UTC (rev 178341)
+++ PKGBUILD2013-02-20 12:32:29 UTC (rev 178342)
@@ -18,14 +18,12 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch'
-'fat-3.6.x.patch')
+'change-default-console-loglevel.patch')
 md5sums=('1c738edfc54e7c65faeb90c436104e2f'
  '2e9010a91995b2f127ec8c26edded05d'
  '09be44e718bf96264d245f2c2892d811'
  'eb14dcfd80c00852ef81ded6e826826a'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '88d501404f172dac6fcb248978251560')
+ '9d3c56a4b999c8bfbd4018089a62f662')
 
 _kernelname=${pkgbase#linux}
 
@@ -33,7 +31,7 @@
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
-  patch -p1 -i ${srcdir}/patch-${pkgver}
+  # patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -43,10 +41,6 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -Np1 -i ${srcdir}/change-default-console-loglevel.patch
 
-  # fix cosmetic fat issue
-  # https://bugs.archlinux.org/task/32916
-  patch -Np1 -i ${srcdir}/fat-3.6.x.patch
-
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else



[arch-commits] Commit in virtualbox/trunk (PKGBUILD linux-3.8.patch)

2013-02-20 Thread Evangelos Foutras
Date: Wednesday, February 20, 2013 @ 13:57:11
  Author: foutrelis
Revision: 84602

Add patch for upcoming Linux 3.8.

Added:
  virtualbox/trunk/linux-3.8.patch
Modified:
  virtualbox/trunk/PKGBUILD

-+
 PKGBUILD|6 --
 linux-3.8.patch |   17 +
 2 files changed, 21 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 12:17:25 UTC (rev 84601)
+++ PKGBUILD2013-02-20 12:57:11 UTC (rev 84602)
@@ -51,7 +51,8 @@
 'vboxservice.service'
 'vboxweb.service'
 '001-vboxdrv-reference.patch'
-'002-change_default_driver_dir.patch')
+'002-change_default_driver_dir.patch'
+'linux-3.8.patch')
 md5sums=('d680aeb3b4379b8281527aeb012b2df5'
  '5cdffabb7ffacfd49dcc93d747ede762'
  '5f85710e0b8606de967716ded7b2d351'
@@ -60,7 +61,8 @@
  '07c5f6d86c4b7839d719c8ee0c53653b'
  'bc9efed88e0469cd7fc460d5a5cd7b4b'
  '6dbd16b9d1530fc42ff6904cd80be91d'
- '97e193f050574dd272a38e5ee5ebe62b')
+ '97e193f050574dd272a38e5ee5ebe62b'
+ 'de327c6c5cec4e5414af75585c2600af')
 
 build() {
 cd VirtualBox-$pkgver

Added: linux-3.8.patch
===
--- linux-3.8.patch (rev 0)
+++ linux-3.8.patch 2013-02-20 12:57:11 UTC (rev 84602)
@@ -0,0 +1,17 @@
+Index: src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
+===
+--- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c(revision 44316)
 b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c(revision 44317)
+@@ -196,7 +196,11 @@
+ 
+ 
+ /** PCI hotplug structure. */
+-static const struct pci_device_id __devinitdata g_VBoxGuestPciId[] =
++static const struct pci_device_id
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3, 8, 0)
++__devinitdata
++#endif
++g_VBoxGuestPciId[] =
+ {
+ {
+ vendor: VMMDEV_VENDORID,



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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 14:15:23
  Author: spupykin
Revision: 84603

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

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

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

Copied: fbreader/repos/community-staging-i686/PKGBUILD (from rev 84602, 
fbreader/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-20 13:15:23 UTC (rev 84603)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fbreader
+pkgver=0.99.4
+pkgrel=2
+pkgdesc=An e-book reader for Linux
+arch=('i686' 'x86_64')
+url=http://www.fbreader.org/;
+license=('GPL')
+depends=('fribidi' 'bzip2' 'curl' 'qt4' 'liblinebreak' 'sqlite')
+makedepends=('ccache')
+source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz)
+md5sums=('ed13a9c3aeb68aaa98a1dd6f7947a31d')
+
+build() {
+  export TARGET_ARCH=desktop
+  export UI_TYPE=qt4
+  export TARGET_STATUS=release
+  source /etc/profile.d/qt4.sh
+
+  cd $srcdir/fbreader-$pkgver
+  sed -i 's|-lunibreak|-llinebreak|g' makefiles/config.mk 
zlibrary/text/Makefile
+  make ZLSHARED=no MOC=/usr/lib/qt4/bin/moc
+}
+
+package() {
+  cd $srcdir/fbreader-$pkgver
+  make ZLSHARED=no DESTDIR=$pkgdir install
+}

Copied: fbreader/repos/community-staging-x86_64/PKGBUILD (from rev 84602, 
fbreader/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-20 13:15:23 UTC (rev 84603)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fbreader
+pkgver=0.99.4
+pkgrel=2
+pkgdesc=An e-book reader for Linux
+arch=('i686' 'x86_64')
+url=http://www.fbreader.org/;
+license=('GPL')
+depends=('fribidi' 'bzip2' 'curl' 'qt4' 'liblinebreak' 'sqlite')
+makedepends=('ccache')
+source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz)
+md5sums=('ed13a9c3aeb68aaa98a1dd6f7947a31d')
+
+build() {
+  export TARGET_ARCH=desktop
+  export UI_TYPE=qt4
+  export TARGET_STATUS=release
+  source /etc/profile.d/qt4.sh
+
+  cd $srcdir/fbreader-$pkgver
+  sed -i 's|-lunibreak|-llinebreak|g' makefiles/config.mk 
zlibrary/text/Makefile
+  make ZLSHARED=no MOC=/usr/lib/qt4/bin/moc
+}
+
+package() {
+  cd $srcdir/fbreader-$pkgver
+  make ZLSHARED=no DESTDIR=$pkgdir install
+}



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

2013-02-20 Thread Tobias Powalowski
Date: Wednesday, February 20, 2013 @ 14:48:57
  Author: tpowa
Revision: 178343

upgpkg: linux 3.8-1

bump to 3.8 series

Modified:
  linux/trunk/linux.install

---+
 linux.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: linux.install
===
--- linux.install   2013-02-20 12:32:29 UTC (rev 178342)
+++ linux.install   2013-02-20 13:48:57 UTC (rev 178343)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.7.9-1-ARCH
+KERNEL_VERSION=3.8.0-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-02-20 Thread Tobias Powalowski
Date: Wednesday, February 20, 2013 @ 14:49:17
  Author: tpowa
Revision: 178344

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 178343, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 178343, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 178343, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 178343, linux/trunk/config.x86_64)
  linux/repos/testing-i686/drm-fix-track-free-areas-3.7.patch
(from rev 178343, linux/trunk/drm-fix-track-free-areas-3.7.patch)
  linux/repos/testing-i686/fat-3.6.x.patch
(from rev 178343, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-i686/fix-watchdog-3.7.patch
(from rev 178343, linux/trunk/fix-watchdog-3.7.patch)
  linux/repos/testing-i686/linux.install
(from rev 178343, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 178343, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 178343, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 178343, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 178343, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 178343, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/drm-fix-track-free-areas-3.7.patch
(from rev 178343, linux/trunk/drm-fix-track-free-areas-3.7.patch)
  linux/repos/testing-x86_64/fat-3.6.x.patch
(from rev 178343, linux/trunk/fat-3.6.x.patch)
  linux/repos/testing-x86_64/fix-watchdog-3.7.patch
(from rev 178343, linux/trunk/fix-watchdog-3.7.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 178343, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 178343, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6110 +
 testing-i686/config.x86_64   | 5889 
 testing-i686/drm-fix-track-free-areas-3.7.patch  |  153 
 testing-i686/fat-3.6.x.patch |   33 
 testing-i686/fix-watchdog-3.7.patch  |   38 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6110 +
 testing-x86_64/config.x86_64 | 5889 
 testing-x86_64/drm-fix-track-free-areas-3.7.patch|  153 
 testing-x86_64/fat-3.6.x.patch   |   33 
 testing-x86_64/fix-watchdog-3.7.patch|   38 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 25262 insertions(+)

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


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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 14:55:30
  Author: spupykin
Revision: 84604

upgpkg: gmic 1.5.4.0-2

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 13:15:23 UTC (rev 84603)
+++ PKGBUILD2013-02-20 13:55:30 UTC (rev 84604)
@@ -11,7 +11,7 @@
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
 license=(custom:CeCILL)
-makedepends=(gimp qt4 fftw openexr opencv)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 #options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
 opencv-buildfix.patch)



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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 14:55:49
  Author: spupykin
Revision: 84605

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

Added:
  gmic/repos/community-staging-i686/
  gmic/repos/community-staging-i686/PKGBUILD
(from rev 84604, gmic/trunk/PKGBUILD)
  gmic/repos/community-staging-i686/opencv-buildfix.patch
(from rev 84604, gmic/trunk/opencv-buildfix.patch)
  gmic/repos/community-staging-x86_64/
  gmic/repos/community-staging-x86_64/PKGBUILD
(from rev 84604, gmic/trunk/PKGBUILD)
  gmic/repos/community-staging-x86_64/opencv-buildfix.patch
(from rev 84604, gmic/trunk/opencv-buildfix.patch)

+
 community-staging-i686/PKGBUILD|   58 +++
 community-staging-i686/opencv-buildfix.patch   |   20 +++
 community-staging-x86_64/PKGBUILD  |   58 +++
 community-staging-x86_64/opencv-buildfix.patch |   20 +++
 4 files changed, 156 insertions(+)

Copied: gmic/repos/community-staging-i686/PKGBUILD (from rev 84604, 
gmic/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-20 13:55:49 UTC (rev 84605)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.4.0
+pkgrel=2
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+#options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
+opencv-buildfix.patch)
+md5sums=('a686719a663b856d4a8b1611d2c90df5'
+ '120319b0d6c81c5af186abe2281b79ca')
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  patch -p1 -i ${srcdir}/opencv-buildfix.patch
+  find ${srcdir}/gmic-${pkgver}/zart -type f -execdir chmod 644 '{}' \;
+  find ${srcdir}/gmic-${pkgver}/zart -type d -execdir chmod 755 '{}' \;
+  make -C src all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/gmic,include,lib,share/{man,bash-completion}}
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: gmic/repos/community-staging-i686/opencv-buildfix.patch (from rev 
84604, gmic/trunk/opencv-buildfix.patch)
===
--- community-staging-i686/opencv-buildfix.patch
(rev 0)
+++ community-staging-i686/opencv-buildfix.patch2013-02-20 13:55:49 UTC 
(rev 84605)
@@ -0,0 +1,20 @@
+diff -wbBur gmic-1.5.1.7/src/Makefile gmic-1.5.1.7.q/src/Makefile
+--- gmic-1.5.1.7/src/Makefile  2012-07-26 12:59:34.0 +0400
 gmic-1.5.1.7.q/src/Makefile2012-08-03 14:03:10.0 +0400
+@@ -296,7 +296,7 @@
+ 
+ zart: lib
+ ifneq ($(OS),Darwin)
+-  cd ../zart  qmake-qt4 zart.pro  $(MAKE)  strip zart
++  cd ../zart  qmake zart.pro  $(MAKE)  strip zart
+ else
+   cd ../zart  qmake zart.pro  $(MAKE) CFLAGS=$(STD_MACOSX_CFLAGS) 
$(OPT_CFLAGS) LDFLAGS=$(STD_MACOSX_LDFLAGS) $(OPT_LDFLAGS)
+ endif
+@@ -403,6 +403,7 @@
+   mkdir -p $(DESTDIR)$(USR)/share/man/fr/man1/
+   cp -f ../man/gmic.1.gz $(DESTDIR)$(USR)/share/man/man1/gmic.1.gz
+   cp -f ../man/gmic.1.gz $(DESTDIR)$(USR)/share/man/fr/man1/gmic.1.gz
++  if test -d /usr/share/bash-completion/completions; then mkdir -p 
$(DESTDIR)/usr/share/bash-completion/completions/; cp -f gmic_bashcompletion.sh 
$(DESTDIR)/usr/share/bash-completion/completions/gmic; fi
+   if test -d /etc/bash_completion.d/; then mkdir -p 
$(DESTDIR)/etc/bash_completion.d/; cp -f gmic_bashcompletion.sh 
$(DESTDIR)/etc/bash_completion.d/gmic; fi
+   if test -d /opt/local/etc/bash_completion.d/; then mkdir -p 

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

2013-02-20 Thread Pierre Schmitz
Date: Wednesday, February 20, 2013 @ 15:56:20
  Author: pierre
Revision: 178345

upgpkg: php 5.4.12-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 13:49:17 UTC (rev 178344)
+++ PKGBUILD2013-02-20 14:56:20 UTC (rev 178345)
@@ -21,8 +21,8 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.4.11
-pkgrel=2
+pkgver=5.4.12
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -33,7 +33,7 @@
 source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('9975e68c22b86b013b934743ad2d2276'
+md5sums=('5c7b614242ae12e9cacca21c8ab84818'
  '0b0bc7a917fc592bdf11dcd3c5c255e9'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '5c1f4c967b66ce3eaf819b46951dcbf5'



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

2013-02-20 Thread Pierre Schmitz
Date: Wednesday, February 20, 2013 @ 15:56:49
  Author: pierre
Revision: 178346

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 178345, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 178345, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 178345, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 178345, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 178345, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 178345, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 178345, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 178345, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 178345, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 178345, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 178345, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 178345, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 178345, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 178345, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 178345, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 178345, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  348 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-x86_64/PKGBUILD  |  348 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 16 files changed, 1132 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 178345, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-20 14:56:49 UTC (rev 178346)
@@ -0,0 +1,348 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.4.12
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('5c7b614242ae12e9cacca21c8ab84818'
+ '0b0bc7a917fc592bdf11dcd3c5c255e9'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '5c1f4c967b66ce3eaf819b46951dcbf5'
+ 'e036c721e5ad927cd1613c7475a58b3a'
+ 'f8b206cb8fecb05cb1ded8bee45633ff'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+build() {
+   phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   
+
+   phpextensions=--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \

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

2013-02-20 Thread Thorsten Töpper
Date: Wednesday, February 20, 2013 @ 16:15:20
  Author: ttoepper
Revision: 84606

upgpkg: mksh R43-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 13:55:49 UTC (rev 84605)
+++ PKGBUILD2013-02-20 15:15:20 UTC (rev 84606)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Hommel dhom...@gmail.com
 
 pkgname=mksh
-pkgver=R42
+pkgver=R43
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -13,7 +13,7 @@
 source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
 'https://www.mirbsd.org/TaC-mksh.txt')
 depends=('gcc-libs')
-md5sums=('f1ad261f79f6ac45e8d5cc5bea191090'
+md5sums=('d57433d86d860b351ee0572800038fe9'
  '2ab409def9e4726f4835077f68c8c28b')
 
 build() {



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

2013-02-20 Thread Thorsten Töpper
Date: Wednesday, February 20, 2013 @ 16:15:25
  Author: ttoepper
Revision: 84607

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

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

---+
 community-i686/PKGBUILD   |   70 
 community-i686/mksh.install   |   26 +++---
 community-x86_64/PKGBUILD |   70 
 community-x86_64/mksh.install |   26 +++---
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-20 15:15:20 UTC (rev 84606)
+++ community-i686/PKGBUILD 2013-02-20 15:15:25 UTC (rev 84607)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-pkgver=R42
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-install=mksh.install
-source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-depends=('gcc-libs')
-md5sums=('f1ad261f79f6ac45e8d5cc5bea191090'
- '2ab409def9e4726f4835077f68c8c28b')
-
-build() {
-  cd $srcdir/$pkgname
-
-  sh Build.sh -r -c lto
-  ./test.sh
-  gzip -n9 mksh.1
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/bin/mksh
-  install -D -m 644 mksh.1.gz $pkgdir/usr/share/man/man1/mksh.1.gz
-  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
-  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 84606, mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-20 15:15:25 UTC (rev 84607)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Daniel Hommel dhom...@gmail.com
+
+pkgname=mksh
+pkgver=R43
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+install=mksh.install
+source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+depends=('gcc-libs')
+md5sums=('d57433d86d860b351ee0572800038fe9'
+ '2ab409def9e4726f4835077f68c8c28b')
+
+build() {
+  cd $srcdir/$pkgname
+
+  sh Build.sh -r -c lto
+  ./test.sh
+  gzip -n9 mksh.1
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 755 mksh $pkgdir/bin/mksh
+  install -D -m 644 mksh.1.gz $pkgdir/usr/share/man/man1/mksh.1.gz
+  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
+  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2013-02-20 15:15:20 UTC (rev 84606)
+++ community-i686/mksh.install 2013-02-20 15:15:25 UTC (rev 84607)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
-  sed -i /^\/bin\/mksh$/d /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 84606, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2013-02-20 15:15:25 UTC (rev 84607)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+  sed -i /^\/bin\/mksh$/d /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-20 15:15:20 UTC (rev 84606)
+++ community-x86_64/PKGBUILD   2013-02-20 15:15:25 UTC (rev 84607)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-pkgver=R42

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

2013-02-20 Thread Dan McGee
Date: Wednesday, February 20, 2013 @ 16:17:43
  Author: dan
Revision: 178347

upgpkg: git 1.8.1.4-1

Also, remove init.d/ script for git-daemon.

Modified:
  git/trunk/PKGBUILD
Deleted:
  git/trunk/git-daemon
  git/trunk/git-daemon.conf

-+
 PKGBUILD|   16 +++-
 git-daemon  |   70 --
 git-daemon.conf |5 ---
 3 files changed, 4 insertions(+), 87 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 14:56:49 UTC (rev 178346)
+++ PKGBUILD2013-02-20 15:17:43 UTC (rev 178347)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.8.1.3
+pkgver=1.8.1.4
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -25,8 +25,6 @@
 install=git.install
 source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
 http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon
-git-daemon.conf
 git-daemon@.service
 git-daemon.socket)
 
@@ -100,18 +98,12 @@
   # remove perllocal.pod, .packlist, and empty directories.
   rm -rf $pkgdir/usr/lib/perl5
 
-  # git daemon script
-  install -D -m755 $srcdir/git-daemon $pkgdir/etc/rc.d/git-daemon
-  install -D -m644 $srcdir/git-daemon.conf 
$pkgdir/etc/conf.d/git-daemon.conf
-
-  # systemd stuff
+  # git-daemon via systemd socket activation
   install -D -m 644 $srcdir/git-daemon@.service 
$pkgdir/usr/lib/systemd/system/git-daemon@.service
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('05fb5ea3792a51cef2becc8d06ea9b87'
- 'b8e050c3c96b0b9fa28a7b7e9413af01'
- '8e2648910fd5dd4f1c41d3c7fa9e9156'
- '2e42bf97779a1c6411d89043334c9e78'
+md5sums=('60f32ef4a6b3fa2143b81a28704333ed'
+ '61d19a9d386c686ee06b493a9df6e61c'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')

Deleted: git-daemon
===
--- git-daemon  2013-02-20 14:56:49 UTC (rev 178346)
+++ git-daemon  2013-02-20 15:17:43 UTC (rev 178347)
@@ -1,70 +0,0 @@
-#!/bin/bash
-
-daemon_bin=/usr/lib/git-core/git-daemon
-daemon_name=$(basename $daemon_bin)
-PIDF=/var/run/$daemon_name.pid
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/$daemon_name.conf
-
-get_pid() {
-   pidof -o %PPID $daemon_name
-}
-
-case $1 in
-  start)
-stat_busy Starting $daemon_name daemon
-
-PID=$(get_pid)
-if [ -z $PID ]; then
-  [ -f $PIDF ]  rm -f $PIDF
-  # RUN
-  $daemon_bin --pid-file=$PIDF $GIT_DAEMON_ARGS
-  #
-  if [ $? -gt 0 ]; then
-stat_fail
-exit 1
-  else
-echo $(get_pid)  $PIDF
-add_daemon $daemon_name
-stat_done
-  fi
-else
-  stat_fail
-  exit 1
-fi
-;;
-
-  stop)
-stat_busy Stopping $daemon_name daemon
-PID=$(get_pid)
-# KILL
-[ ! -z $PID ]  kill $PID  /dev/null
-#
-if [ $? -gt 0 ]; then
-  stat_fail
-  exit 1
-else
-  rm -f $PIDF  /dev/null
-  rm_daemon $daemon_name
-  stat_done
-fi
-;;
-
-  restart)
-$0 stop
-sleep 3
-$0 start
-;;
-
-  status)
-stat_busy Checking $daemon_name status;
-ck_status $daemon_name
-;;
-
-  *)
-echo usage: $0 {start|stop|restart|status}
-esac
-
-exit 0

Deleted: git-daemon.conf
===
--- git-daemon.conf 2013-02-20 14:56:49 UTC (rev 178346)
+++ git-daemon.conf 2013-02-20 15:17:43 UTC (rev 178347)
@@ -1,5 +0,0 @@
-# path to git repositories served
-GIT_REPO=/srv/git/
-# see `man git-daemon` for all available options
-# $GIT_REPO will be present twice in most configs
-GIT_DAEMON_ARGS=--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO



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

2013-02-20 Thread Dan McGee
Date: Wednesday, February 20, 2013 @ 16:17:58
  Author: dan
Revision: 178348

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 178347, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 178347, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 178347, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 178347, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 178347, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 178347, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 178347, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 178347, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 extra-i686/PKGBUILD  |  226 +
 extra-i686/git-daemon|   70 ---
 extra-i686/git-daemon.conf   |5 
 extra-i686/git-daemon.socket |   18 +-
 extra-i686/git-daemon@.service   |   20 +--
 extra-i686/git.install   |   42 +++---
 extra-x86_64/PKGBUILD|  226 +
 extra-x86_64/git-daemon  |   70 ---
 extra-x86_64/git-daemon.conf |5 
 extra-x86_64/git-daemon.socket   |   18 +-
 extra-x86_64/git-daemon@.service |   20 +--
 extra-x86_64/git.install |   42 +++---
 12 files changed, 298 insertions(+), 464 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-20 15:17:43 UTC (rev 178347)
+++ extra-i686/PKGBUILD 2013-02-20 15:17:58 UTC (rev 178348)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.8.1.3
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon
-git-daemon.conf
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env 

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

2013-02-20 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 16:24:59
  Author: dwallace
Revision: 84608

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 15:15:25 UTC (rev 84607)
+++ PKGBUILD2013-02-20 15:24:59 UTC (rev 84608)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84607, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 15:24:59 UTC (rev 84608)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
+http://www.adobe.com/products/eulas/pdfs/${_licensefile};)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
+}
+



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

2013-02-20 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 16:28:24
  Author: dwallace
Revision: 84609

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 15:24:59 UTC (rev 84608)
+++ PKGBUILD2013-02-20 15:28:24 UTC (rev 84609)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84608, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 15:28:24 UTC (rev 84609)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
+http://www.adobe.com/products/eulas/pdfs/${_licensefile};)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
+}
+



[arch-commits] Commit in ndiswrapper/trunk (PKGBUILD linux33.patch linux37.patch)

2013-02-20 Thread Thorsten Töpper
Date: Wednesday, February 20, 2013 @ 16:28:51
  Author: ttoepper
Revision: 84610

upgpkg: ndiswrapper 1.58-1

Modified:
  ndiswrapper/trunk/PKGBUILD
Deleted:
  ndiswrapper/trunk/linux33.patch
  ndiswrapper/trunk/linux37.patch

---+
 PKGBUILD  |   17 -
 linux33.patch |   50 --
 linux37.patch |   12 
 3 files changed, 4 insertions(+), 75 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 15:28:24 UTC (rev 84609)
+++ PKGBUILD2013-02-20 15:28:51 UTC (rev 84610)
@@ -5,8 +5,8 @@
 
 _extramodules=extramodules-3.7-ARCH
 pkgname=ndiswrapper
-pkgver=1.57
-pkgrel=29
+pkgver=1.58
+pkgrel=1
 pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -16,13 +16,9 @@
 makedepends=('linux-headers')
 provides=($pkgname-utils $pkgname-bin)
 replaces=($pkgname-utils $pkgname-bin)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-linux33.patch
-linux37.patch)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
 options=('!strip')
-sha256sums=('208699faa01ab8ca707cb8a28db20417d07887f993c0830dd34c7d9c4f84a56c'
-'05fb73a665567ea4bbc33fb80cb7fa3b6123997a5c46bf24f2bf1bba25725bd0'
-'3e94b838ec38bb43340b4d2b3f887ec3112d93803d4aa51230a6e0b0ff8ef789')
+sha1sums=('a256812b3136648ed93e04146d2276a3ca70957c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -31,12 +27,7 @@
 
   # modinfo path fix
   sed -i /modinfo/s/s/usr\// driver/Makefile
-  patch -i $srcdir/linux33.patch -N -p0
 
-  # fix linux37 - Thanks to Manjaro Linux
-  sed -i 
s|/include/linux/version.h|/include/generated/uapi/linux/version.h|g 
driver/Makefile
-  patch -i $srcdir/linux37.patch -N -p1
-
   # make sure we point to the right build directory
   sed -i /^KBUILD/ s,.*,KBUILD = $(readlink -f 
/usr/lib/modules/$_kver/build), driver/Makefile
 

Deleted: linux33.patch
===
--- linux33.patch   2013-02-20 15:28:24 UTC (rev 84609)
+++ linux33.patch   2013-02-20 15:28:51 UTC (rev 84610)
@@ -1,50 +0,0 @@
 driver/ndis.c  2011-12-31 21:30:16.0 +0100
-+++ driver/ndis.c.new  2012-04-08 11:14:16.746614153 +0200
-@@ -2654,9 +2654,15 @@
-   (ULONG *idle, ULONG *kernel_user, ULONG *index)
- {
-   int cpu = smp_processor_id();
-+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,3,0)
-+  *idle = kcpustat_cpu(cpu).cpustat[CPUTIME_IDLE];
-+  *kernel_user = kcpustat_cpu(cpu).cpustat[CPUTIME_SYSTEM] +
-+   kcpustat_cpu(cpu).cpustat[CPUTIME_USER];
-+#else
-   *idle = kstat_cpu(cpu).cpustat.idle;
-   *kernel_user = kstat_cpu(cpu).cpustat.system +
-   kstat_cpu(cpu).cpustat.user;
-+#endif
-   *index = cpu;
- }
- 
 driver/wrapndis.c  2011-12-31 21:30:16.0 +0100
-+++ driver/wrapndis.c.new  2012-04-08 11:13:00.574116936 +0200
-@@ -1684,6 +1684,7 @@
-   return 0;
- }
- 
-+#if LINUX_VERSION_CODE  KERNEL_VERSION(3,3,0)
- static u32 ndis_get_rx_csum(struct net_device *dev)
- {
-   struct ndis_device *wnd = netdev_priv(dev);
-@@ -1735,18 +1736,21 @@
-   else
-   return -EOPNOTSUPP;
- }
-+#endif
- 
- static struct ethtool_ops ndis_ethtool_ops = {
-   .get_drvinfo= ndis_get_drvinfo,
-   .get_link   = ndis_get_link,
-   .get_wol= ndis_get_wol,
-   .set_wol= ndis_set_wol,
-+#if LINUX_VERSION_CODE  KERNEL_VERSION(3,3,0)
-   .get_tx_csum= ndis_get_tx_csum,
-   .get_rx_csum= ndis_get_rx_csum,
-   .set_tx_csum= ndis_set_tx_csum,
-   .set_rx_csum= ndis_set_rx_csum,
-   .get_sg = ndis_get_sg,
-   .set_sg = ndis_set_sg,
-+#endif
- };
- 
- static int notifier_event(struct notifier_block *notifier, unsigned long 
event,

Deleted: linux37.patch
===
--- linux37.patch   2013-02-20 15:28:24 UTC (rev 84609)
+++ linux37.patch   2013-02-20 15:28:51 UTC (rev 84610)
@@ -1,12 +0,0 @@
-diff -ur a/driver/Makefile b/driver/Makefile
 a/driver/Makefile  2012-04-30 23:54:20.0 -0500
-+++ b/driver/Makefile  2012-12-12 17:15:05.891026637 -0600
-@@ -118,6 +118,8 @@
- EXTRA_CFLAGS += -DENABLE_USB
- endif
- 
-+WRAP_WQ = 1
-+
- ifdef WRAP_WQ
- EXTRA_CFLAGS += -DWRAP_WQ
- OBJS += workqueue.o



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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 17:06:52
  Author: spupykin
Revision: 84612

upgpkg: hedgewars 0.9.18-6

upd

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 15:28:56 UTC (rev 84611)
+++ PKGBUILD2013-02-20 16:06:52 UTC (rev 84612)
@@ -32,8 +32,8 @@
   cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DDATA_INSTALL_DIR=/usr/share \
-   -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake \
-   -DQT_MOC_EXECUTABLE=/usr/bin/moc \
+   -DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake \
+   -DQT_MOC_EXECUTABLE=/usr/lib/qt4/bin/moc \
-DWITH_SERVER=1 .
   make
 }



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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 17:07:16
  Author: spupykin
Revision: 84613

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

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 84612, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/hedgewars.desktop
(from rev 84612, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 84612, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 84612, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/hedgewars.desktop
(from rev 84612, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 84612, hedgewars/trunk/hedgewars.png)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/hedgewars.desktop   |8 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/hedgewars.desktop |8 
 4 files changed, 114 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 84612, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-20 16:07:16 UTC (rev 84613)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=6
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc=7.6.2-1'
+'haskell-network=2.4.1.0-1'
+ 'haskell-bytestring-show=0.3.5.4-3'
+'haskell-utf8-string=0.3.7-4'
+ 'haskell-dataenc=0.14.0.5-1'
+'haskell-hslogger=1.2.1-3'
+ 'haskell-vector=0.10.0.1-2')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2
+   hedgewars.desktop
+   hedgewars.png)
+md5sums=('02465736fdcf48feea1cacaa0aa5960e'
+ '48c66a3204d4fa0a69e9aa46f7c31e0c'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-$pkgver
+  sed -i 's|instance NFData B.ByteString||' gameServer/Actions.hs
+#  sed -i 's|lua51 lua5.1 lua-5.1|lua lua51 lua5.1 lua-5.1|g' 
cmake_modules/FindLua.cmake
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share \
+   -DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake \
+   -DQT_MOC_EXECUTABLE=/usr/lib/qt4/bin/moc \
+   -DWITH_SERVER=1 .
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/hedgewars.desktop (from rev 
84612, hedgewars/trunk/hedgewars.desktop)
===
--- community-staging-i686/hedgewars.desktop(rev 0)
+++ community-staging-i686/hedgewars.desktop2013-02-20 16:07:16 UTC (rev 
84613)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Hedgewars
+GenericName=Platform Game
+Comment=Worms style game
+Exec=hedgewars
+Icon=hedgewars
+Categories=Game;ArcadeGame;
\ No newline at end of file

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 84612, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 84612, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-20 16:07:16 UTC (rev 84613)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=6
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc=7.6.2-1'
+'haskell-network=2.4.1.0-1'
+ 'haskell-bytestring-show=0.3.5.4-3'
+'haskell-utf8-string=0.3.7-4'
+ 'haskell-dataenc=0.14.0.5-1'
+

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

2013-02-20 Thread Andreas Radke
Date: Wednesday, February 20, 2013 @ 17:19:55
  Author: andyrtr
Revision: 178350

upgpkg: xf86-video-intel 2.21.3-1

upstream update 2.21.3

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 16:06:02 UTC (rev 178349)
+++ PKGBUILD2013-02-20 16:19:55 UTC (rev 178350)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.21.2
+pkgver=2.21.3
 pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -19,7 +19,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2e6890ecacc715caa5459581b00b63152e08646ea1b76330bf79b996a139d850')
+sha256sums=('1ce672a042226dba776649e9067827c24fbb27383c78919a372265bb0d939dbb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-intel/repos (6 files)

2013-02-20 Thread Andreas Radke
Date: Wednesday, February 20, 2013 @ 17:20:11
  Author: andyrtr
Revision: 178351

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 178350, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 178350, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 178350, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 178350, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/xf86-video-intel.install   |8 ++
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/xf86-video-intel.install |8 ++
 4 files changed, 88 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 178350, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-20 16:20:11 UTC (rev 178351)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.3
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1ce672a042226dba776649e9067827c24fbb27383c78919a372265bb0d939dbb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
178350, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2013-02-20 16:20:11 UTC (rev 
178351)
@@ -0,0 +1,8 @@
+post_install() {
+  echo  This driver now allows to switch
+  echo  between sna/uxa acceleration methods.
+  echo  Add to the device section in /etc/X11/xorg.conf
+  echoOption \AccelMethod\ \sna\
+  echo  use uxa method if you run into trouble with sna.
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 178350, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-20 16:20:11 UTC (rev 178351)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.3
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1ce672a042226dba776649e9067827c24fbb27383c78919a372265bb0d939dbb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

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

2013-02-20 Thread Felix Yan
Date: Wednesday, February 20, 2013 @ 17:21:02
  Author: fyan
Revision: 84614

upgpkg: fcitx 4.2.7-3 fix a minor error

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 16:07:16 UTC (rev 84613)
+++ PKGBUILD2013-02-20 16:21:02 UTC (rev 84614)
@@ -6,7 +6,7 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.7
-pkgrel=2
+pkgrel=3
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx/;
@@ -102,6 +102,7 @@
   pkgdesc='QT4 IM Module for fcitx'
   depends=('qt4' fcitx=$pkgver)
   replaces=('fcitx-qt')
+  provides=('fcitx-qt')
   conflicts=('fcitx-qt')
 
   cd ${srcdir}/build/src/frontend/qt



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

2013-02-20 Thread Felix Yan
Date: Wednesday, February 20, 2013 @ 17:24:15
  Author: fyan
Revision: 84615

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

Added:
  fcitx/repos/community-staging-i686/PKGBUILD
(from rev 84614, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-staging-i686/fcitx-gtk2.install
(from rev 84614, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-staging-i686/fcitx-gtk3.install
(from rev 84614, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-staging-i686/fcitx.install
(from rev 84614, fcitx/trunk/fcitx.install)
  fcitx/repos/community-staging-x86_64/PKGBUILD
(from rev 84614, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-staging-x86_64/fcitx-gtk2.install
(from rev 84614, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-staging-x86_64/fcitx-gtk3.install
(from rev 84614, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-staging-x86_64/fcitx.install
(from rev 84614, fcitx/trunk/fcitx.install)
Deleted:
  fcitx/repos/community-staging-i686/PKGBUILD
  fcitx/repos/community-staging-i686/fcitx-gtk2.install
  fcitx/repos/community-staging-i686/fcitx-gtk3.install
  fcitx/repos/community-staging-i686/fcitx.install
  fcitx/repos/community-staging-x86_64/PKGBUILD
  fcitx/repos/community-staging-x86_64/fcitx-gtk2.install
  fcitx/repos/community-staging-x86_64/fcitx-gtk3.install
  fcitx/repos/community-staging-x86_64/fcitx.install

-+
 community-staging-i686/PKGBUILD |  235 +-
 community-staging-i686/fcitx-gtk2.install   |   26 +-
 community-staging-i686/fcitx-gtk3.install   |   22 +-
 community-staging-i686/fcitx.install|   28 +--
 community-staging-x86_64/PKGBUILD   |  235 +-
 community-staging-x86_64/fcitx-gtk2.install |   26 +-
 community-staging-x86_64/fcitx-gtk3.install |   22 +-
 community-staging-x86_64/fcitx.install  |   28 +--
 8 files changed, 312 insertions(+), 310 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-02-20 16:21:02 UTC (rev 84614)
+++ community-staging-i686/PKGBUILD 2013-02-20 16:24:15 UTC (rev 84615)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: csslayer wengxt AT gmail com
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
-pkgver=4.2.7
-pkgrel=2
-groups=('fcitx-im')
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx/;
-license=('GPL')
-makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz)
-
-build() {
-  #source /etc/profile.d/qt4.sh
-
-  cd ${srcdir}
-  mkdir -p build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFORCE_OPENCC=ON \
--DFORCE_PRESAGE=ON \
--DFORCE_ENCHANT=ON \
--DENABLE_TEST=ON \
--DENABLE_GTK2_IM_MODULE=ON \
--DENABLE_GTK3_IM_MODULE=ON \
--DENABLE_QT_IM_MODULE=ON
-  make
-}
-
-check() {
-  cd ${srcdir}/build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc=Flexible Context-aware Input Tool with eXtension
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
-   'libxfixes' 'dbus-core' 'icu')
-  optdepends=('enchant: for word predication support'
- 'opencc: optional engine to do chinese convert'
- 'fcitx-anthy: Hiragana text to Kana Kanji mixed text Japanese 
input method'
- 'fcitx-chewing: Intelligent Zhuyin input method library for 
traditional Chinese'
- 'fcitx-cloudpinyin: Standalone module for fcitx that uses pinyin 
API on the internet to provide additional input candidates'
- 'fcitx-configtool: GTK based config tool for Fcitx'
- 'fcitx-fbterm: Fbterm support for Fcitx'
- 'fcitx-googlepinyin: A fork from google pinyin on android for 
Fcitx'
- 'fcitx-gtk2: GTK2 IM Module for fcitx'
- 'fcitx-gtk3: GTK3 IM Module for fcitx'
- 'fcitx-hangul: Hangul (Korean) support for fcitx'
- 'fcitx-libpinyin: Fcitx Wrapper for libpinyin, Library to deal 
with pinyin'
- 'fcitx-m17n: Multilingual text processing library'
- 'fcitx-mozc: Fcitx Module of A Japanese Input Method for Chromium 
OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)'
- 'fcitx-qt4: QT4 IM Module for fcitx'
- 'fcitx-rime: Rime input method engine (Traditional Chinese)'
- 'fcitx-sunpinyin: Statistical Language Model based pinyin IME by 
Sun'
- 'fcitx-table-extra: Extra tables for Fcitx, including 

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

2013-02-20 Thread Sergej Pupykin
Date: Wednesday, February 20, 2013 @ 17:33:02
  Author: spupykin
Revision: 84616

Deleted:
  libextractor/repos/community-staging-i686/
  libextractor/repos/community-staging-x86_64/



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

2013-02-20 Thread Andreas Radke
Date: Wednesday, February 20, 2013 @ 18:00:42
  Author: andyrtr
Revision: 178352

upgpkg: openjdk6 6.b27_1.12.3-1

upstream update 1.12.3

Modified:
  openjdk6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 16:20:11 UTC (rev 178351)
+++ PKGBUILD2013-02-20 17:00:42 UTC (rev 178352)
@@ -5,7 +5,7 @@
 pkgname=('openjdk6' 'openjdk6-src')
 pkgbase=openjdk6
 _javaver=6
-_icedteaver=1.12.2
+_icedteaver=1.12.3
 _openjdk_version=b27
 _openjdk_date=26_oct_2012
 pkgver=${_javaver}.${_openjdk_version}_${_icedteaver}
@@ -33,8 +33,8 @@
jaxp144_04.zip
jdk6-jaxws2_1_6-2011_06_13.zip
jdk6-jaf-b20.zip)
-sha256sums=('897a8834b8ddd6891f0eef46c0f799d11cbecf168c4383cfb26d0dad80328794'
-'5f67865307b7ff905304da4dca1fa0511c884480da0ddff269758bada392c8f4'
+sha256sums=('db9dc14fa537fb22616fcd9e5b80758aa7baa66e0b6f8adfe3d5e80414574b4c'
+'a6cbeccc4f25f72a940b9ac0c3e05ece50edc16c1c13f7a1a82ee895563930e3'
 '044c3877b15940ff04f8aa817337f2878a00cc89674854557f1a02f15b1802a0'
 '490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c'
 '229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3'



[arch-commits] Commit in openjdk6/repos (36 files)

2013-02-20 Thread Andreas Radke
Date: Wednesday, February 20, 2013 @ 18:01:28
  Author: andyrtr
Revision: 178353

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

Added:
  openjdk6/repos/extra-i686/PKGBUILD
(from rev 178352, openjdk6/trunk/PKGBUILD)
  openjdk6/repos/extra-i686/disable_Werror.diff
(from rev 178352, openjdk6/trunk/disable_Werror.diff)
  openjdk6/repos/extra-i686/fix_corba_cmds_path.diff
(from rev 178352, openjdk6/trunk/fix_corba_cmds_path.diff)
  openjdk6/repos/extra-i686/fix_jdk_cmds_path.diff
(from rev 178352, openjdk6/trunk/fix_jdk_cmds_path.diff)
  openjdk6/repos/extra-i686/fontconfig-paths.diff
(from rev 178352, openjdk6/trunk/fontconfig-paths.diff)
  openjdk6/repos/extra-i686/nonreparenting-wm.diff
(from rev 178352, openjdk6/trunk/nonreparenting-wm.diff)
  openjdk6/repos/extra-i686/openjdk6.install
(from rev 178352, openjdk6/trunk/openjdk6.install)
  openjdk6/repos/extra-i686/openjdk6.profile
(from rev 178352, openjdk6/trunk/openjdk6.profile)
  openjdk6/repos/extra-i686/openjdk6.profile.csh
(from rev 178352, openjdk6/trunk/openjdk6.profile.csh)
  openjdk6/repos/extra-x86_64/PKGBUILD
(from rev 178352, openjdk6/trunk/PKGBUILD)
  openjdk6/repos/extra-x86_64/disable_Werror.diff
(from rev 178352, openjdk6/trunk/disable_Werror.diff)
  openjdk6/repos/extra-x86_64/fix_corba_cmds_path.diff
(from rev 178352, openjdk6/trunk/fix_corba_cmds_path.diff)
  openjdk6/repos/extra-x86_64/fix_jdk_cmds_path.diff
(from rev 178352, openjdk6/trunk/fix_jdk_cmds_path.diff)
  openjdk6/repos/extra-x86_64/fontconfig-paths.diff
(from rev 178352, openjdk6/trunk/fontconfig-paths.diff)
  openjdk6/repos/extra-x86_64/nonreparenting-wm.diff
(from rev 178352, openjdk6/trunk/nonreparenting-wm.diff)
  openjdk6/repos/extra-x86_64/openjdk6.install
(from rev 178352, openjdk6/trunk/openjdk6.install)
  openjdk6/repos/extra-x86_64/openjdk6.profile
(from rev 178352, openjdk6/trunk/openjdk6.profile)
  openjdk6/repos/extra-x86_64/openjdk6.profile.csh
(from rev 178352, openjdk6/trunk/openjdk6.profile.csh)
Deleted:
  openjdk6/repos/extra-i686/PKGBUILD
  openjdk6/repos/extra-i686/disable_Werror.diff
  openjdk6/repos/extra-i686/fix_corba_cmds_path.diff
  openjdk6/repos/extra-i686/fix_jdk_cmds_path.diff
  openjdk6/repos/extra-i686/fontconfig-paths.diff
  openjdk6/repos/extra-i686/nonreparenting-wm.diff
  openjdk6/repos/extra-i686/openjdk6.install
  openjdk6/repos/extra-i686/openjdk6.profile
  openjdk6/repos/extra-i686/openjdk6.profile.csh
  openjdk6/repos/extra-x86_64/PKGBUILD
  openjdk6/repos/extra-x86_64/disable_Werror.diff
  openjdk6/repos/extra-x86_64/fix_corba_cmds_path.diff
  openjdk6/repos/extra-x86_64/fix_jdk_cmds_path.diff
  openjdk6/repos/extra-x86_64/fontconfig-paths.diff
  openjdk6/repos/extra-x86_64/nonreparenting-wm.diff
  openjdk6/repos/extra-x86_64/openjdk6.install
  openjdk6/repos/extra-x86_64/openjdk6.profile
  openjdk6/repos/extra-x86_64/openjdk6.profile.csh

---+
 extra-i686/PKGBUILD   |  368 
 extra-i686/disable_Werror.diff|   22 -
 extra-i686/fix_corba_cmds_path.diff   |   58 ++---
 extra-i686/fix_jdk_cmds_path.diff |   58 ++---
 extra-i686/fontconfig-paths.diff  |  268 +++
 extra-i686/nonreparenting-wm.diff |  120 +-
 extra-i686/openjdk6.install   |   48 ++--
 extra-i686/openjdk6.profile   |   12 -
 extra-i686/openjdk6.profile.csh   |   12 -
 extra-x86_64/PKGBUILD |  368 
 extra-x86_64/disable_Werror.diff  |   22 -
 extra-x86_64/fix_corba_cmds_path.diff |   58 ++---
 extra-x86_64/fix_jdk_cmds_path.diff   |   58 ++---
 extra-x86_64/fontconfig-paths.diff|  268 +++
 extra-x86_64/nonreparenting-wm.diff   |  120 +-
 extra-x86_64/openjdk6.install |   48 ++--
 extra-x86_64/openjdk6.profile |   12 -
 extra-x86_64/openjdk6.profile.csh |   12 -
 18 files changed, 966 insertions(+), 966 deletions(-)

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


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

2013-02-20 Thread Bartłomiej Piotrowski
Date: Wednesday, February 20, 2013 @ 18:18:07
  Author: bpiotrowski
Revision: 178354

upgpkg: mysql 5.5.30-4

- don't ship /var/lib/mysql in package
- run mysql_install_db only if MySQL datadir is not present
- enable ARCHIVE and BLACKHOLE storage engines (FS#33935)

Modified:
  mysql/trunk/PKGBUILD
  mysql/trunk/mysql.install

---+
 PKGBUILD  |8 
 mysql.install |   13 ++---
 2 files changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 17:01:28 UTC (rev 178353)
+++ PKGBUILD2013-02-20 17:18:07 UTC (rev 178354)
@@ -5,7 +5,7 @@
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
 pkgver=5.5.30
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('GPL')
 url=https://www.mysql.com/products/community/;
@@ -53,9 +53,9 @@
 -DWITH_EMBEDDED_SERVER=ON \
 -DWITH_INNOBASE_STORAGE_ENGINE=1 \
 -DWITH_PARTITION_STORAGE_ENGINE=1 \
+-DWITH_ARCHIVE_STORAGE_ENGINE=1 \
+-DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
--DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
 -DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
 -DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti
@@ -127,5 +127,5 @@
   rm -r ${pkgdir}/usr/{data,mysql-test,sql-bench}
   rm ${pkgdir}/usr/share/man/man1/mysql-test-run.pl.1
 
-  install -dm700 ${pkgdir}/var/lib/mysql
+  #install -dm700 ${pkgdir}/var/lib/mysql
 }

Modified: mysql.install
===
--- mysql.install   2013-02-20 17:01:28 UTC (rev 178353)
+++ mysql.install   2013-02-20 17:18:07 UTC (rev 178354)
@@ -1,9 +1,16 @@
 post_install(){
+  datadir=$(my_print_defaults mysqld | sed -n s/^--datadir=//p)
+  [[ -z $datadir ]]  datadir=/var/lib/mysql
+
   groupadd -g 89 mysql /dev/null
-  useradd -u 89 -g mysql -d /var/lib/mysql -s /bin/false mysql /dev/null
-  usr/bin/mysql_install_db --user=mysql --basedir=/usr
-  chown -R mysql:mysql var/lib/mysql /dev/null
+  useradd -u 89 -g mysql -d $datadir -s /bin/false mysql /dev/null
 
+  if [[ ! -e $datadir ]]; then
+install -dm700 $datadir
+usr/bin/mysql_install_db --user=mysql --basedir=/usr
+chown -R mysql:mysql var/lib/mysql /dev/null
+  fi
+
   usr/bin/systemd-tmpfiles --create mysqld.conf
 }
 



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

2013-02-20 Thread Bartłomiej Piotrowski
Date: Wednesday, February 20, 2013 @ 18:18:38
  Author: bpiotrowski
Revision: 178355

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

Added:
  mysql/repos/testing-i686/PKGBUILD
(from rev 178354, mysql/trunk/PKGBUILD)
  mysql/repos/testing-i686/mysql.install
(from rev 178354, mysql/trunk/mysql.install)
  mysql/repos/testing-i686/mysqld-post.sh
(from rev 178354, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-i686/mysqld-tmpfile.conf
(from rev 178354, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-i686/mysqld.service
(from rev 178354, mysql/trunk/mysqld.service)
  mysql/repos/testing-x86_64/PKGBUILD
(from rev 178354, mysql/trunk/PKGBUILD)
  mysql/repos/testing-x86_64/mysql.install
(from rev 178354, mysql/trunk/mysql.install)
  mysql/repos/testing-x86_64/mysqld-post.sh
(from rev 178354, mysql/trunk/mysqld-post.sh)
  mysql/repos/testing-x86_64/mysqld-tmpfile.conf
(from rev 178354, mysql/trunk/mysqld-tmpfile.conf)
  mysql/repos/testing-x86_64/mysqld.service
(from rev 178354, mysql/trunk/mysqld.service)
Deleted:
  mysql/repos/testing-i686/PKGBUILD
  mysql/repos/testing-i686/mysql.install
  mysql/repos/testing-i686/mysqld-post.sh
  mysql/repos/testing-i686/mysqld-tmpfile.conf
  mysql/repos/testing-i686/mysqld.service
  mysql/repos/testing-x86_64/PKGBUILD
  mysql/repos/testing-x86_64/mysql.install
  mysql/repos/testing-x86_64/mysqld-post.sh
  mysql/repos/testing-x86_64/mysqld-tmpfile.conf
  mysql/repos/testing-x86_64/mysqld.service

+
 testing-i686/PKGBUILD  |  262 +--
 testing-i686/mysql.install |   63 
 testing-i686/mysqld-post.sh|   16 +-
 testing-i686/mysqld-tmpfile.conf   |2 
 testing-i686/mysqld.service|   32 ++--
 testing-x86_64/PKGBUILD|  262 +--
 testing-x86_64/mysql.install   |   63 
 testing-x86_64/mysqld-post.sh  |   16 +-
 testing-x86_64/mysqld-tmpfile.conf |2 
 testing-x86_64/mysqld.service  |   32 ++--
 10 files changed, 382 insertions(+), 368 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-02-20 17:18:07 UTC (rev 178354)
+++ testing-i686/PKGBUILD   2013-02-20 17:18:38 UTC (rev 178355)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=mysql
-pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.30
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL')
-url=https://www.mysql.com/products/community/;
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz{,.asc}
-mysqld-post.sh
-mysqld-tmpfile.conf
-mysqld.service)
-sha256sums=('909fe596e0044082a02d2757b742a33b8a3ff399b589603940494d3d3d975053'
-'27d3bba7b7f54f9f77cddba81a3fe124aeef918cc09eb28860338e9a4359e6f7'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd'
-'50212165bdb09855b97b15a917464ba34f82edf30a0c43f9a0c93a27071df556')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_MYSQLD_LDFLAGS=${LDFLAGS} \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
--DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
--DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti
-
-  make
-}
-
-package_libmysqlclient(){
-  pkgdesc=MySQL client libraries
-  depends=('openssl')
-  
-  cd build
-  for dir in include libmysql libmysqld libservices; do
-make -C ${dir} DESTDIR=${pkgdir} 

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

2013-02-20 Thread Andreas Radke
Date: Wednesday, February 20, 2013 @ 18:19:24
  Author: andyrtr
Revision: 178356

enable replaces for next update

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 17:18:38 UTC (rev 178355)
+++ PKGBUILD2013-02-20 17:19:24 UTC (rev 178356)
@@ -135,7 +135,6 @@
   'fontconfig: needed for Java Mauve support - libmawt.so')
   provides=('java-runtime-headless=7')
   conflicts=('openjdk6')
-  #  replaces=('openjdk6') # once we remove openjdk6 pkg from the repos
   backup=(etc/profile.d/jre.sh
   etc/profile.d/jre.csh
   etc/java-7-openjdk/calendars.properties
@@ -289,7 +288,7 @@
   depends=('jre7-openjdk')
   provides=('java-environment=7')
   conflicts=('java-environment')
-  #  replaces=('openjdk6')
+  replaces=('openjdk6')
   backup=(etc/profile.d/jdk.sh etc/profile.d/jdk.csh)
 
   cd ${srcdir}/icedtea-${_icedtea_ver}/openjdk.build/j2sdk-image
@@ -337,7 +336,8 @@
 
 package_openjdk7-src() {
   pkgdesc=Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing 
binary plugs - sources
-
+  replaces=('openjdk6-src')
+  
   install -D 
${srcdir}/icedtea-${_icedtea_ver}/openjdk.build/j2sdk-image/src.zip \
  ${pkgdir}/${_jvmdir}/src.zip
 }



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

2013-02-20 Thread Bartłomiej Piotrowski
Date: Wednesday, February 20, 2013 @ 18:54:08
  Author: bpiotrowski
Revision: 84617

upgpkg: oprofile 0.9.8-2

qt4 rebuild

Modified:
  oprofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 16:33:02 UTC (rev 84616)
+++ PKGBUILD2013-02-20 17:54:08 UTC (rev 84617)
@@ -3,20 +3,22 @@
 
 pkgname=oprofile
 pkgver=0.9.8
-pkgrel=1
-pkgdesc=A system-wide profiler for Linux systems, capable of profiling all 
running code at low overhead
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
 arch=('i686' 'x86_64')
 url=http://oprofile.sourceforge.net;
 license=('GPL')
 depends=('popt' 'gcc-libs' 'zlib' 'sh')
-makedepends=('qt')
-optdepends=('qt: for oprof_start gui')
+makedepends=('qt4')
+optdepends=('qt4: for oprof_start gui')
 options=('!libtool')
 install=oprofile.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
   make



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

2013-02-20 Thread Bartłomiej Piotrowski
Date: Wednesday, February 20, 2013 @ 18:55:15
  Author: bpiotrowski
Revision: 84618

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

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

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-i686/oprofile.install   |   21 
 community-staging-x86_64/PKGBUILD |   46 
 community-staging-x86_64/oprofile.install |   21 
 4 files changed, 134 insertions(+)

Copied: oprofile/repos/community-staging-i686/PKGBUILD (from rev 84617, 
oprofile/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-20 17:55:15 UTC (rev 84618)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt4')
+optdepends=('qt4: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/oprofile
+
+# installing development libraries and headers - FS#20089
+  install -d  $pkgdir/usr/include/oprofile
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
$pkgdir/usr/include/oprofile
+  install -m644 libop/libop.a libdb/libodb.a $pkgdir/usr/lib/
+  install -m644 libabi/libabi.a $pkgdir/usr/lib/libopabi.a
+  install -m644 libutil/libutil.a $pkgdir/usr/lib/liboputil.a
+  install -m644 libutil++/libutil++.a $pkgdir/usr/lib/liboputil++.a
+}

Copied: oprofile/repos/community-staging-i686/oprofile.install (from rev 84617, 
oprofile/trunk/oprofile.install)
===
--- community-staging-i686/oprofile.install (rev 0)
+++ community-staging-i686/oprofile.install 2013-02-20 17:55:15 UTC (rev 
84618)
@@ -0,0 +1,21 @@
+post_install(){
+  groupadd -g 492 oprofile /dev/null
+  useradd -u 492 -g oprofile -d /var/lib/oprofile -s /bin/false oprofile 
/dev/null
+}
+
+post_upgrade(){
+  getent group oprofile /dev/null 21 || groupadd -g 492 oprofile /dev/null
+  getent passwd oprofile /dev/null 21 || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile /dev/null
+  if [ $(vercmp $2 0.9.7-2) -lt 0 ] ; then
+usermod -d /var/lib/oprofile oprofile
+  fi
+}
+
+post_remove(){
+  if getent passwd oprofile /dev/null 21; then
+userdel oprofile
+  fi
+  if getent group oprofile /dev/null 21; then
+groupdel oprofile
+  fi
+}

Copied: oprofile/repos/community-staging-x86_64/PKGBUILD (from rev 84617, 
oprofile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-20 17:55:15 UTC (rev 84618)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=oprofile
+pkgver=0.9.8
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
+arch=('i686' 'x86_64')
+url=http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+makedepends=('qt4')
+optdepends=('qt4: for oprof_start gui')
+options=('!libtool')
+install=oprofile.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-kernel-support --with-x --enable-gui=qt4
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d 

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

2013-02-20 Thread Tobias Powalowski
Date: Wednesday, February 20, 2013 @ 19:17:59
  Author: tpowa
Revision: 178357

move testing to staging

Added:
  linux/repos/staging-i686/
  linux/repos/staging-x86_64/
Deleted:
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/



[arch-commits] Commit in mplayer2/trunk (PKGBUILD cdio-api-fixes.patch)

2013-02-20 Thread Bartłomiej Piotrowski
Date: Wednesday, February 20, 2013 @ 19:43:22
  Author: bpiotrowski
Revision: 84619

upgpkg: mplayer2 20130126-1

newest git snapshot

Modified:
  mplayer2/trunk/PKGBUILD
Deleted:
  mplayer2/trunk/cdio-api-fixes.patch

--+
 PKGBUILD |   22 +
 cdio-api-fixes.patch |   50 -
 2 files changed, 10 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 17:55:15 UTC (rev 84618)
+++ PKGBUILD2013-02-20 18:43:22 UTC (rev 84619)
@@ -4,26 +4,26 @@
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=mplayer2
-pkgver=20121128
-pkgrel=3
+pkgver=20130126
+pkgrel=1
 pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.mplayer2.org/;
 install=$pkgname.install
-depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg' 'fontconfig'
- 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray' 'libcaca' 
'libcdio-paranoia' 'libdca' 'libdvdcss'
- 'libdvdnav' 'libdvdread' 'libgl' 'libjpeg' 'libmad' 'libpulse' 
'libquvi' 'libtheora' 'libvdpau'
- 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 
'lirc-utils' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu')
+depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg'
+ 'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray'
+ 'libcaca' 'libcdio-paranoia' 'libdca' 'libdvdcss' 'libdvdnav' 
'libdvdread'
+ 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' 'libvdpau'
+ 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils'
+ 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu')
 makedepends=('mesa' 'unzip' 'yasm' 'python' 'python-docutils')
 backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
 provides=('mplayer')
 conflicts=('mplayer')
 options=(!emptydirs)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-cdio-api-fixes.patch)
-md5sums=('696adb2503b2202fe39de6c98b573cd6'
- '5ff5fa9d0fd50239ed3a1756b31e6a9d')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('53faf18a1bedb76e980255410b56e59ea4cd5f69984832fc5e942e15dc89622b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -31,8 +31,6 @@
   sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
   find -type f -exec sed -e 's/python3/python/' -i {} \;
 
-  patch -Np1 -i $srcdir/cdio-api-fixes.patch
-
   ./configure --prefix=/usr --confdir=/etc/mplayer \
   --enable-translation --language=all \
   --enable-runtime-cpudetection \

Deleted: cdio-api-fixes.patch
===
--- cdio-api-fixes.patch2013-02-20 17:55:15 UTC (rev 84618)
+++ cdio-api-fixes.patch2013-02-20 18:43:22 UTC (rev 84619)
@@ -1,50 +0,0 @@
-diff -upr mplayer2-20121128.orig/stream/stream_cdda.c 
mplayer2-20121128/stream/stream_cdda.c
 mplayer2-20121128.orig/stream/stream_cdda.c2013-01-10 
19:37:31.0 +0200
-+++ mplayer2-20121128/stream/stream_cdda.c 2013-01-10 20:23:25.0 
+0200
-@@ -17,8 +17,8 @@
-  */
- 
- #include config.h
--#include cdio/cdda.h
--#include cdio/paranoia.h
-+#include cdio/paranoia/cdda.h
-+#include cdio/paranoia/paranoia.h
- #include cdio/cdio.h
- 
- #include stdio.h
-@@ -116,25 +116,25 @@ const m_option_t cdda_opts[] = {
- };
- 
- static const char *cdtext_name[] = {
--[CDTEXT_ARRANGER] = Arranger,
--[CDTEXT_COMPOSER] = Composer,
--[CDTEXT_MESSAGE]  =  Message,
--[CDTEXT_ISRC] =  ISRC,
--[CDTEXT_PERFORMER] = Performer,
--[CDTEXT_SONGWRITER] =  Songwriter,
--[CDTEXT_TITLE] =  Title,
--[CDTEXT_UPC_EAN] = UPC_EAN,
-+[CDTEXT_FIELD_ARRANGER] = Arranger,
-+[CDTEXT_FIELD_COMPOSER] = Composer,
-+[CDTEXT_FIELD_MESSAGE]  =  Message,
-+[CDTEXT_FIELD_ISRC] =  ISRC,
-+[CDTEXT_FIELD_PERFORMER] = Performer,
-+[CDTEXT_FIELD_SONGWRITER] =  Songwriter,
-+[CDTEXT_FIELD_TITLE] =  Title,
-+[CDTEXT_FIELD_UPC_EAN] = UPC_EAN,
- };
- 
- static bool print_cdtext(stream_t *s, int track)
- {
- cdda_priv* p = (cdda_priv*)s-priv;
--cdtext_t *text = cdio_get_cdtext(p-cd-p_cdio, track);
-+cdtext_t *text = cdio_get_cdtext(p-cd-p_cdio);
- if (text) {
- mp_msg(MSGT_SEEK, MSGL_INFO, CD-Text (%s):\n, track ? track : 
CD);
- for (int i = 0; i  sizeof(cdtext_name) / sizeof(cdtext_name[0]); 
i++) {
- const char *name = cdtext_name[i];
--const char *value = cdtext_get_const(i, text);
-+const char *value = cdtext_get_const(text, i, track);
- if (name  value)
- mp_msg(MSGT_SEEK, MSGL_INFO,   %s: '%s'\n, name, value);
- }



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

2013-02-20 Thread Bartłomiej Piotrowski
Date: Wednesday, February 20, 2013 @ 19:43:47
  Author: bpiotrowski
Revision: 84620

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

Added:
  mplayer2/repos/community-i686/PKGBUILD
(from rev 84619, mplayer2/trunk/PKGBUILD)
  mplayer2/repos/community-i686/mplayer2.install
(from rev 84619, mplayer2/trunk/mplayer2.install)
  mplayer2/repos/community-x86_64/PKGBUILD
(from rev 84619, mplayer2/trunk/PKGBUILD)
  mplayer2/repos/community-x86_64/mplayer2.install
(from rev 84619, mplayer2/trunk/mplayer2.install)
Deleted:
  mplayer2/repos/community-i686/PKGBUILD
  mplayer2/repos/community-i686/cdio-api-fixes.patch
  mplayer2/repos/community-i686/mplayer2.install
  mplayer2/repos/community-x86_64/PKGBUILD
  mplayer2/repos/community-x86_64/cdio-api-fixes.patch
  mplayer2/repos/community-x86_64/mplayer2.install

---+
 community-i686/PKGBUILD   |  112 +++-
 community-i686/cdio-api-fixes.patch   |   50 --
 community-i686/mplayer2.install   |   22 +++---
 community-x86_64/PKGBUILD |  112 +++-
 community-x86_64/cdio-api-fixes.patch |   50 --
 community-x86_64/mplayer2.install |   22 +++---
 6 files changed, 132 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-20 18:43:22 UTC (rev 84619)
+++ community-i686/PKGBUILD 2013-02-20 18:43:47 UTC (rev 84620)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Martin Panter vadmium+...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=mplayer2
-pkgver=20121128
-pkgrel=3
-pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.mplayer2.org/;
-install=$pkgname.install
-depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg' 'fontconfig'
- 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray' 'libcaca' 
'libcdio-paranoia' 'libdca' 'libdvdcss'
- 'libdvdnav' 'libdvdread' 'libgl' 'libjpeg' 'libmad' 'libpulse' 
'libquvi' 'libtheora' 'libvdpau'
- 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 
'lirc-utils' 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu')
-makedepends=('mesa' 'unzip' 'yasm' 'python' 'python-docutils')
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-provides=('mplayer')
-conflicts=('mplayer')
-options=(!emptydirs)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-cdio-api-fixes.patch)
-md5sums=('696adb2503b2202fe39de6c98b573cd6'
- '5ff5fa9d0fd50239ed3a1756b31e6a9d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
-  find -type f -exec sed -e 's/python3/python/' -i {} \;
-
-  patch -Np1 -i $srcdir/cdio-api-fixes.patch
-
-  ./configure --prefix=/usr --confdir=/etc/mplayer \
-  --enable-translation --language=all \
-  --enable-runtime-cpudetection \
-  --enable-joystick \
-  --disable-speex \
-  --disable-openal \
-  --disable-libdv \
-  --disable-musepack
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 etc/{codecs.conf,input.conf,example.conf} $pkgdir/etc/mplayer/
-  install -dm755 $pkgdir/usr/share/mplayer/
-  ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
-
-  install -dm755 $pkgdir/usr/share/applications/
-  install -m 644 etc/mplayer.desktop $pkgdir/usr/share/applications/
-}

Copied: mplayer2/repos/community-i686/PKGBUILD (from rev 84619, 
mplayer2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-20 18:43:47 UTC (rev 84620)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Martin Panter vadmium+...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=mplayer2
+pkgver=20130126
+pkgrel=1
+pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.mplayer2.org/;
+install=$pkgname.install
+depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg'
+ 'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray'
+ 'libcaca' 'libcdio-paranoia' 'libdca' 'libdvdcss' 'libdvdnav' 
'libdvdread'
+ 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' 'libvdpau'
+ 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils'
+ 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu')
+makedepends=('mesa' 

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

2013-02-20 Thread Andreas Radke
Date: Wednesday, February 20, 2013 @ 20:01:14
  Author: andyrtr
Revision: 178358

upgpkg: java7-openjdk 7.u13_2.3.7-1

upstream update 2.3.7

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 18:17:59 UTC (rev 178357)
+++ PKGBUILD2013-02-20 19:01:14 UTC (rev 178358)
@@ -8,17 +8,17 @@
 pkgbase=java7-openjdk
 _java_ver=7
 _updatever=u13
-_icedtea_ver=2.3.6
+_icedtea_ver=2.3.7
 
 # check ${srcdir}/icedtea7/Makefile.am
-_CORBA_CHANGESET=97a8b625f6e9
-_JAXP_CHANGESET=d7feafb8427b
-_JAXWS_CHANGESET=b900024eb4ba
-_JDK_CHANGESET=6bb01322bb5a
-_LANGTOOLS_CHANGESET=e0739a8783d1
-_OPENJDK_CHANGESET=dd8d1a8f222f
+_CORBA_CHANGESET=82e58144c3fb
+_JAXP_CHANGESET=1d46a56eb51c
+_JAXWS_CHANGESET=b9590aa972b9
+_JDK_CHANGESET=6a3417030605
+_LANGTOOLS_CHANGESET=b5006c3285c6
+_OPENJDK_CHANGESET=506161df1c48
 
-_HOTSPOT_CHANGESET=bc0de5a0ece2 # see ${srcdir}/icedtea7/hotspot.map
+_HOTSPOT_CHANGESET=104e2c65892d # see ${srcdir}/icedtea7/hotspot.map
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
@@ -50,14 +50,14 @@
 jdk7-openjdk.profile.csh
 jre7-openjdk.profile
 jre7-openjdk.profile.csh)
-sha256sums=('f55f2f2e5cdfa8b0429eaa56b4ecba7d63c701e867dbb636883c03cd8e64f4f9'
-'a360299dd869d612b77a016967678716cb03dfddd0f484944a1619fda5fb6092'
-'511f9517374babed86f9d3d60d06f0fb7614cff14431a4eb678967b6f1358b1d'
-'81f30228dfab5669b114841a0b797c6529a5e37ca52eb97c7f9bbfd29aae9941'
-'276fcc2f7609dd5a9346f9faa317331e722c9c015fa19c61a1228d86cf231bc2'
-'a2d4557222eb72b9f1ecf6cfd19c73eb0a02e2f9755eacacabb4c43c682095e2'
-'85170ef7a68ef8e2895edffd9a4209f78b43887e8c782bebfe14997d06619bdb'
-'4b571c99b9dfdca6e8456a7d0d47eedb1a8e3c4863322cc853f959b1cb4bc068'
+sha256sums=('378f67f6f84bfb6c705f600b47b68a61b18d67648dd7eaf8498b152587695940'
+'704bdd40bc328183384272ee282310d8fc3216f3051e504141e7660fe50185a0'
+'c438607d04e04439ca7df3d911f3cf46ac64066a5b21da98bea8070f98abdafe'
+'fca2c95b3e60533a937e4f8d497a2934382d9f1f95cde874d926f3b4841407ce'
+'c6ca4f98b35acdb24a81721de0bee2686bb83917bd84b108775e586c5ae81136'
+'2a8afd9ecb53e255e436885e6fe3e9882e8657c70482a90ef39aa33e024e79b0'
+'44d8bc14b213b7c218465a8859bd551feb6805857077ca6aa68aaa4c1b10b676'
+'203acf2f9737032fe4bb1096e2f81417fa8a92a7016d8220b54a70efd579711a'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '7b2db65bfb9d5014e1522178d65cabf05dfa85e0926cde5648b5a338db376479'
 'b742113dc6debc3eb92a246e442595481c04a2a3973e7902b86037acb50050ea'



[arch-commits] Commit in java7-openjdk/repos (44 files)

2013-02-20 Thread Andreas Radke
Date: Wednesday, February 20, 2013 @ 20:02:07
  Author: andyrtr
Revision: 178359

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 178358, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fix_corba_cmds_path.diff
(from rev 178358, java7-openjdk/trunk/fix_corba_cmds_path.diff)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 178358, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
(from rev 178358, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
(from rev 178358, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 178358, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 178358, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
(from rev 178358, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
(from rev 178358, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/openjdk7_fix_jdk_cmds_path.diff
(from rev 178358, java7-openjdk/trunk/openjdk7_fix_jdk_cmds_path.diff)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 178358, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 178358, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fix_corba_cmds_path.diff
(from rev 178358, java7-openjdk/trunk/fix_corba_cmds_path.diff)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 178358, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
(from rev 178358, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
(from rev 178358, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 178358, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 178358, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
(from rev 178358, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
(from rev 178358, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/openjdk7_fix_jdk_cmds_path.diff
(from rev 178358, java7-openjdk/trunk/openjdk7_fix_jdk_cmds_path.diff)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 178358, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fix_corba_cmds_path.diff
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/openjdk7_fix_jdk_cmds_path.diff
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fix_corba_cmds_path.diff
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/openjdk7_fix_jdk_cmds_path.diff
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 extra-i686/PKGBUILD  |  704 -
 extra-i686/fix_corba_cmds_path.diff  |   58 +-
 extra-i686/fontconfig-paths.diff |  268 -
 extra-i686/jdk7-openjdk.profile  |   12 
 extra-i686/jdk7-openjdk.profile.csh  |2 
 extra-i686/jre7-openjdk-headless.install |   22 
 extra-i686/jre7-openjdk.install  |   36 -
 extra-i686/jre7-openjdk.profile  |   10 
 extra-i686/jre7-openjdk.profile.csh  |   10 
 extra-i686/openjdk7_fix_jdk_cmds_path.diff   |   72 +-
 extra-i686/openjdk7_nonreparenting-wm.diff   |  116 ++--
 extra-x86_64/PKGBUILD|  704 -
 extra-x86_64/fix_corba_cmds_path.diff|   58 +-
 

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

2013-02-20 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 20:35:21
  Author: eric
Revision: 84621

upgpkg: youtube-dl 2013.02.19-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 18:43:47 UTC (rev 84620)
+++ PKGBUILD2013-02-20 19:35:21 UTC (rev 84621)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.02.02
+pkgver=2013.02.19
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('python')
 makedepends=('python-distribute')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('dc577314914968a3cf36153340904cfbccd16531'
-  '15722790cc119961f55e4439406e206daab9e18a')
+sha1sums=('b49c6dae84efe8d836de731a5c01a129a5498537'
+  '220ca0300932022dc0eca921466c6a1af94cdeb5')
 
 package() {
   cd ${srcdir}/${pkgname}



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

2013-02-20 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 20:35:50
  Author: eric
Revision: 84622

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 19:35:21 UTC (rev 84621)
+++ PKGBUILD2013-02-20 19:35:50 UTC (rev 84622)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.02.02
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.com/youtube-dl/;
-license=('custom')
-depends=('python')
-makedepends=('python-distribute')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('dc577314914968a3cf36153340904cfbccd16531'
-  '15722790cc119961f55e4439406e206daab9e18a')
-
-package() {
-  cd ${srcdir}/${pkgname}
-  sed -i -e 's|etc/bash_completion.d|share/bash-completion/completions|' \
- -e 's|youtube-dl.bash-completion|youtube-dl|' setup.py
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 84621, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 19:35:50 UTC (rev 84622)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.02.19
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.com/youtube-dl/;
+license=('custom')
+depends=('python')
+makedepends=('python-distribute')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('b49c6dae84efe8d836de731a5c01a129a5498537'
+  '220ca0300932022dc0eca921466c6a1af94cdeb5')
+
+package() {
+  cd ${srcdir}/${pkgname}
+  sed -i -e 's|etc/bash_completion.d|share/bash-completion/completions|' \
+ -e 's|youtube-dl.bash-completion|youtube-dl|' setup.py
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-02-20 Thread Florian Pritz
Date: Wednesday, February 20, 2013 @ 21:09:52
  Author: bluewind
Revision: 178360

upgpkg: v4l-utils 0.9.3-2

qt5 rebuild

Modified:
  v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 19:02:07 UTC (rev 178359)
+++ PKGBUILD2013-02-20 20:09:52 UTC (rev 178360)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=v4l-utils
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Userspace tools and conversion library for Video 4 Linux
 arch=('i686' 'x86_64')
 url=http://freshmeat.net/projects/libv4l;
@@ -11,8 +11,8 @@
 conflicts=('libv4l')
 backup=(etc/rc_maps.cfg)
 license=('LGPL')
-makedepends=('qt')
-optdepends=('qt')
+makedepends=('qt4')
+optdepends=('qt4')
 depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
 source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
 
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)



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

2013-02-20 Thread Florian Pritz
Date: Wednesday, February 20, 2013 @ 21:10:02
  Author: bluewind
Revision: 178361

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

Added:
  v4l-utils/repos/staging-i686/
  v4l-utils/repos/staging-i686/PKGBUILD
(from rev 178360, v4l-utils/trunk/PKGBUILD)
  v4l-utils/repos/staging-x86_64/
  v4l-utils/repos/staging-x86_64/PKGBUILD
(from rev 178360, v4l-utils/trunk/PKGBUILD)

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

Copied: v4l-utils/repos/staging-i686/PKGBUILD (from rev 178360, 
v4l-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-20 20:10:02 UTC (rev 178361)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=0.9.3
+pkgrel=2
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://freshmeat.net/projects/libv4l;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt4')
+optdepends=('qt4')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+sha256sums=('502db0d865a392d87bff22c4f3bcfb3d0755937b1c18496edd941fd2d1784a3d'
+'120388a92c3b720bd82e7617a908f3f7e1071d3b9075e9b537b7c60fc3575b08')
+options=(!libtool)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
+  rm ${pkgdir}/usr/bin/ivtv-ctl
+}

Copied: v4l-utils/repos/staging-x86_64/PKGBUILD (from rev 178360, 
v4l-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-20 20:10:02 UTC (rev 178361)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=0.9.3
+pkgrel=2
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://freshmeat.net/projects/libv4l;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt4')
+optdepends=('qt4')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+sha256sums=('502db0d865a392d87bff22c4f3bcfb3d0755937b1c18496edd941fd2d1784a3d'
+'120388a92c3b720bd82e7617a908f3f7e1071d3b9075e9b537b7c60fc3575b08')
+options=(!libtool)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
+  rm ${pkgdir}/usr/bin/ivtv-ctl
+}



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

2013-02-20 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 21:46:23
  Author: eric
Revision: 178362

upgpkg: liblastfm 1.0.6-2

Replace qt depends with qt4

Modified:
  liblastfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 20:10:02 UTC (rev 178361)
+++ PKGBUILD2013-02-20 20:46:23 UTC (rev 178362)
@@ -5,12 +5,12 @@
 
 pkgname=liblastfm
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A Qt C++ library for the Last.fm webservices
 arch=('i686' 'x86_64')
 url='https://github.com/lastfm/liblastfm/'
 license=('GPL')
-depends=('qt' 'fftw' 'libsamplerate')
+depends=('qt4' 'fftw' 'libsamplerate')
 makedepends=('cmake')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
 sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')



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

2013-02-20 Thread Eric Bélanger
Date: Wednesday, February 20, 2013 @ 21:46:51
  Author: eric
Revision: 178363

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

Added:
  liblastfm/repos/staging-i686/
  liblastfm/repos/staging-i686/PKGBUILD
(from rev 178362, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/staging-x86_64/
  liblastfm/repos/staging-x86_64/PKGBUILD
(from rev 178362, liblastfm/trunk/PKGBUILD)

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

Copied: liblastfm/repos/staging-i686/PKGBUILD (from rev 178362, 
liblastfm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-20 20:46:51 UTC (rev 178363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=A Qt C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-5826fe6 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: liblastfm/repos/staging-x86_64/PKGBUILD (from rev 178362, 
liblastfm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-20 20:46:51 UTC (rev 178363)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=A Qt C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-5826fe6 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-20 Thread Ike Devolder
Date: Wednesday, February 20, 2013 @ 21:50:21
  Author: idevolder
Revision: 84623

qt4pas :: 2.5

qt4 rebuild

Modified:
  qt4pas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 19:35:50 UTC (rev 84622)
+++ PKGBUILD2013-02-20 20:50:21 UTC (rev 84623)
@@ -4,12 +4,12 @@
 
 pkgname=qt4pas
 pkgver=2.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Free Pascal Qt4 Binding Library
 arch=('i686' 'x86_64')
 url=http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
 license=('LGPL')
-depends=('qtwebkit')
+depends=('qt4')
 
source=(http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz;)
 md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
 



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

2013-02-20 Thread Ike Devolder
Date: Wednesday, February 20, 2013 @ 21:52:15
  Author: idevolder
Revision: 84624

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

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

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

Copied: qt4pas/repos/community-staging-i686/PKGBUILD (from rev 84623, 
qt4pas/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-20 20:52:15 UTC (rev 84624)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: Fabien Wang fabien(dot)wang(at)gmail(dot)com
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=4
+pkgdesc=Free Pascal Qt4 Binding Library
+arch=('i686' 'x86_64')
+url=http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
+license=('LGPL')
+depends=('qt4')
+source=(http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz;)
+md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
+
+build() {
+   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
+
+   qmake -query
+   qmake
+   make
+}
+
+package() {
+   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
+   INSTALL_ROOT=$pkgdir make install
+
+   pushd $pkgdir/usr/lib
+   for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 
'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
+   ln -s libQt4Pas.so.5.2.5 $intflink
+   done
+   popd
+}

Copied: qt4pas/repos/community-staging-x86_64/PKGBUILD (from rev 84623, 
qt4pas/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-20 20:52:15 UTC (rev 84624)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: Fabien Wang fabien(dot)wang(at)gmail(dot)com
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=4
+pkgdesc=Free Pascal Qt4 Binding Library
+arch=('i686' 'x86_64')
+url=http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html;
+license=('LGPL')
+depends=('qt4')
+source=(http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz;)
+md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
+
+build() {
+   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
+
+   qmake -query
+   qmake
+   make
+}
+
+package() {
+   cd $srcdir/qt4pas-V2.5_Qt4.5.3/
+   INSTALL_ROOT=$pkgdir make install
+
+   pushd $pkgdir/usr/lib
+   for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 
'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
+   ln -s libQt4Pas.so.5.2.5 $intflink
+   done
+   popd
+}



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

2013-02-20 Thread Andreas Radke
Date: Wednesday, February 20, 2013 @ 21:59:18
  Author: andyrtr
Revision: 178364

prepare 4.0.1 release

Modified:
  libreoffice/trunk/PKGBUILD.40

-+
 PKGBUILD.40 |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD.40
===
--- PKGBUILD.40 2013-02-20 20:46:51 UTC (rev 178363)
+++ PKGBUILD.40 2013-02-20 20:59:18 UTC (rev 178364)
@@ -19,9 +19,9 @@
'libreoffice-extension-report-builder'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
-_LOver=4.0.0.3
-pkgver=4.0.0
-pkgrel=0.rc3.1
+_LOver=4.0.1.1
+pkgver=4.0.1
+pkgrel=0.rc1.1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -74,8 +74,8 @@

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   ${_additional_source_url}/libcdr-0.0.9.tar.bz2
-   ${_additional_source_url}/libmspub-0.0.3.tar.bz2
+   ${_additional_source_url}/libcdr-0.0.10.tar.bz2
+   ${_additional_source_url}/libmspub-0.0.5.tar.bz2
${_additional_source_url}/libvisio-0.0.24.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-common.sh libreoffice-common.csh)
@@ -108,12 +108,12 @@
54e578c91b1b68e69c72be22adcb2195-liblangtag-0.4.0.tar.bz2
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   libcdr-0.0.9.tar.bz2
-   libmspub-0.0.3.tar.bz2
+   libcdr-0.0.10.tar.bz2
+   libmspub-0.0.5.tar.bz2
libvisio-0.0.24.tar.bz2)
-md5sums=('a3c01489036823e9f5b5caf3a8db1f9e'
- '716f624d7a39b99da8a5d550b6a87875'
- '09ec7331354c6f9a0b2f48efe344ce7d'
+md5sums=('0276eb5fd43c574712fb56ad27e79c0d'
+ 'b008fd9ce3466aed36b7909050519daf'
+ 'c7559ab7cf71f72baa9581cc7eb78e62'
  'f02578f5218f217a9f20e9c30e119c6a'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
@@ -143,8 +143,8 @@
  '0168229624cfac409e766913506961a8'
  '17410483b5b5f267aa18b7e00b65e6e0'
  '185d60944ea767075d27247c3162b3bc'
- '3c0037fb07dea2f0bbae8386fa7c6a9a'
- 'b2db54b6e96287ac995d7ed654ace4fc'
+ 'bfc46d536c39b03563ab2a0e3beaf51b'
+ '881c4628ec5f54d47f35d5d19e335662'
  '1962a4183bac8a247989af17ef8882ea'
  '97bf43dda273d79ff90c848ab53b0e3c'
  'abcb1b0a7deaffe13ab3d7ca70becb49'



[arch-commits] Commit in graphviz/repos (14 files)

2013-02-20 Thread Gaetan Bisson
Date: Wednesday, February 20, 2013 @ 23:51:19
  Author: bisson
Revision: 178365

db-move: moved graphviz from [testing] to [extra] (i686, x86_64)

Added:
  graphviz/repos/extra-i686/LICENSE
(from rev 178364, graphviz/repos/testing-i686/LICENSE)
  graphviz/repos/extra-i686/PKGBUILD
(from rev 178364, graphviz/repos/testing-i686/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 178364, graphviz/repos/testing-i686/install)
  graphviz/repos/extra-x86_64/LICENSE
(from rev 178364, graphviz/repos/testing-x86_64/LICENSE)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 178364, graphviz/repos/testing-x86_64/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 178364, graphviz/repos/testing-x86_64/install)
Deleted:
  graphviz/repos/extra-i686/LICENSE
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/LICENSE
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install
  graphviz/repos/testing-i686/
  graphviz/repos/testing-x86_64/

---+
 extra-i686/LICENSE|  174 
 extra-i686/PKGBUILD   |  117 
 extra-i686/install|   24 +++---
 extra-x86_64/LICENSE  |  174 
 extra-x86_64/PKGBUILD |  117 
 extra-x86_64/install  |   24 +++---
 6 files changed, 318 insertions(+), 312 deletions(-)

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


[arch-commits] Commit in hunspell-fr/trunk (LICENSE PKGBUILD)

2013-02-20 Thread Guillaume Alaux
Date: Wednesday, February 20, 2013 @ 23:57:01
  Author: guillaume
Revision: 178366

Set new license

Added:
  hunspell-fr/trunk/LICENSE
Modified:
  hunspell-fr/trunk/PKGBUILD

--+
 LICENSE  |  373 +
 PKGBUILD |   18 +-
 2 files changed, 384 insertions(+), 7 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2013-02-20 22:57:01 UTC (rev 178366)
@@ -0,0 +1,373 @@
+Mozilla Public License Version 2.0
+==
+
+1. Definitions
+--
+
+1.1. Contributor
+means each individual or legal entity that creates, contributes to
+the creation of, or owns Covered Software.
+
+1.2. Contributor Version
+means the combination of the Contributions of others (if any) used
+by a Contributor and that particular Contributor's Contribution.
+
+1.3. Contribution
+means Covered Software of a particular Contributor.
+
+1.4. Covered Software
+means Source Code Form to which the initial Contributor has attached
+the notice in Exhibit A, the Executable Form of such Source Code
+Form, and Modifications of such Source Code Form, in each case
+including portions thereof.
+
+1.5. Incompatible With Secondary Licenses
+means
+
+(a) that the initial Contributor has attached the notice described
+in Exhibit B to the Covered Software; or
+
+(b) that the Covered Software was made available under the terms of
+version 1.1 or earlier of the License, but not also under the
+terms of a Secondary License.
+
+1.6. Executable Form
+means any form of the work other than Source Code Form.
+
+1.7. Larger Work
+means a work that combines Covered Software with other material, in 
+a separate file or files, that is not Covered Software.
+
+1.8. License
+means this document.
+
+1.9. Licensable
+means having the right to grant, to the maximum extent possible,
+whether at the time of the initial grant or subsequently, any and
+all of the rights conveyed by this License.
+
+1.10. Modifications
+means any of the following:
+
+(a) any file in Source Code Form that results from an addition to,
+deletion from, or modification of the contents of Covered
+Software; or
+
+(b) any new file in Source Code Form that contains any Covered
+Software.
+
+1.11. Patent Claims of a Contributor
+means any patent claim(s), including without limitation, method,
+process, and apparatus claims, in any patent Licensable by such
+Contributor that would be infringed, but for the grant of the
+License, by the making, using, selling, offering for sale, having
+made, import, or transfer of either its Contributions or its
+Contributor Version.
+
+1.12. Secondary License
+means either the GNU General Public License, Version 2.0, the GNU
+Lesser General Public License, Version 2.1, the GNU Affero General
+Public License, Version 3.0, or any later versions of those
+licenses.
+
+1.13. Source Code Form
+means the form of the work preferred for making modifications.
+
+1.14. You (or Your)
+means an individual or a legal entity exercising rights under this
+License. For legal entities, You includes any entity that
+controls, is controlled by, or is under common control with You. For
+purposes of this definition, control means (a) the power, direct
+or indirect, to cause the direction or management of such entity,
+whether by contract or otherwise, or (b) ownership of more than
+fifty percent (50%) of the outstanding shares or beneficial
+ownership of such entity.
+
+2. License Grants and Conditions
+
+
+2.1. Grants
+
+Each Contributor hereby grants You a world-wide, royalty-free,
+non-exclusive license:
+
+(a) under intellectual property rights (other than patent or trademark)
+Licensable by such Contributor to use, reproduce, make available,
+modify, display, perform, distribute, and otherwise exploit its
+Contributions, either on an unmodified basis, with Modifications, or
+as part of a Larger Work; and
+
+(b) under Patent Claims of such Contributor to make, use, sell, offer
+for sale, have made, import, and otherwise transfer either its
+Contributions or its Contributor Version.
+
+2.2. Effective Date
+
+The licenses granted in Section 2.1 with respect to any Contribution
+become effective for each Contribution on the date the Contributor first
+distributes such Contribution.
+
+2.3. Limitations on Grant Scope
+
+The licenses granted in this Section 2 are the only rights granted under
+this License. No additional rights or licenses will be implied from the
+distribution or licensing of Covered Software under this License.
+Notwithstanding Section 2.1(b) above, no patent license is granted by a
+Contributor:
+
+(a) 

[arch-commits] Commit in hunspell-fr/repos/extra-any (LICENSE PKGBUILD PKGBUILD)

2013-02-20 Thread Guillaume Alaux
Date: Wednesday, February 20, 2013 @ 23:58:50
  Author: guillaume
Revision: 178367

archrelease: copy trunk to extra-any

Added:
  hunspell-fr/repos/extra-any/LICENSE
(from rev 178366, hunspell-fr/trunk/LICENSE)
  hunspell-fr/repos/extra-any/PKGBUILD
(from rev 178366, hunspell-fr/trunk/PKGBUILD)
Deleted:
  hunspell-fr/repos/extra-any/PKGBUILD

--+
 LICENSE  |  373 +
 PKGBUILD |   84 +++--
 2 files changed, 417 insertions(+), 40 deletions(-)

Copied: hunspell-fr/repos/extra-any/LICENSE (from rev 178366, 
hunspell-fr/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-02-20 22:58:50 UTC (rev 178367)
@@ -0,0 +1,373 @@
+Mozilla Public License Version 2.0
+==
+
+1. Definitions
+--
+
+1.1. Contributor
+means each individual or legal entity that creates, contributes to
+the creation of, or owns Covered Software.
+
+1.2. Contributor Version
+means the combination of the Contributions of others (if any) used
+by a Contributor and that particular Contributor's Contribution.
+
+1.3. Contribution
+means Covered Software of a particular Contributor.
+
+1.4. Covered Software
+means Source Code Form to which the initial Contributor has attached
+the notice in Exhibit A, the Executable Form of such Source Code
+Form, and Modifications of such Source Code Form, in each case
+including portions thereof.
+
+1.5. Incompatible With Secondary Licenses
+means
+
+(a) that the initial Contributor has attached the notice described
+in Exhibit B to the Covered Software; or
+
+(b) that the Covered Software was made available under the terms of
+version 1.1 or earlier of the License, but not also under the
+terms of a Secondary License.
+
+1.6. Executable Form
+means any form of the work other than Source Code Form.
+
+1.7. Larger Work
+means a work that combines Covered Software with other material, in 
+a separate file or files, that is not Covered Software.
+
+1.8. License
+means this document.
+
+1.9. Licensable
+means having the right to grant, to the maximum extent possible,
+whether at the time of the initial grant or subsequently, any and
+all of the rights conveyed by this License.
+
+1.10. Modifications
+means any of the following:
+
+(a) any file in Source Code Form that results from an addition to,
+deletion from, or modification of the contents of Covered
+Software; or
+
+(b) any new file in Source Code Form that contains any Covered
+Software.
+
+1.11. Patent Claims of a Contributor
+means any patent claim(s), including without limitation, method,
+process, and apparatus claims, in any patent Licensable by such
+Contributor that would be infringed, but for the grant of the
+License, by the making, using, selling, offering for sale, having
+made, import, or transfer of either its Contributions or its
+Contributor Version.
+
+1.12. Secondary License
+means either the GNU General Public License, Version 2.0, the GNU
+Lesser General Public License, Version 2.1, the GNU Affero General
+Public License, Version 3.0, or any later versions of those
+licenses.
+
+1.13. Source Code Form
+means the form of the work preferred for making modifications.
+
+1.14. You (or Your)
+means an individual or a legal entity exercising rights under this
+License. For legal entities, You includes any entity that
+controls, is controlled by, or is under common control with You. For
+purposes of this definition, control means (a) the power, direct
+or indirect, to cause the direction or management of such entity,
+whether by contract or otherwise, or (b) ownership of more than
+fifty percent (50%) of the outstanding shares or beneficial
+ownership of such entity.
+
+2. License Grants and Conditions
+
+
+2.1. Grants
+
+Each Contributor hereby grants You a world-wide, royalty-free,
+non-exclusive license:
+
+(a) under intellectual property rights (other than patent or trademark)
+Licensable by such Contributor to use, reproduce, make available,
+modify, display, perform, distribute, and otherwise exploit its
+Contributions, either on an unmodified basis, with Modifications, or
+as part of a Larger Work; and
+
+(b) under Patent Claims of such Contributor to make, use, sell, offer
+for sale, have made, import, and otherwise transfer either its
+Contributions or its Contributor Version.
+
+2.2. Effective Date
+
+The licenses granted in Section 2.1 with respect to any Contribution
+become effective for each Contribution on the date the Contributor first
+distributes such Contribution.
+
+2.3. Limitations on Grant Scope
+
+The licenses granted in this Section 2 are 

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

2013-02-20 Thread Eric Bélanger
Date: Thursday, February 21, 2013 @ 00:15:57
  Author: eric
Revision: 178368

upgpkg: scribus 1.4.2-2

Replace qt depends with qt4, Replace lcms depends with lcms2, Add mesa 
makedepends, Clean up install scriptlet

Modified:
  scribus/trunk/PKGBUILD
  scribus/trunk/scribus.install

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 22:58:50 UTC (rev 178367)
+++ PKGBUILD2013-02-20 23:15:57 UTC (rev 178368)
@@ -6,20 +6,19 @@
 
 pkgname=scribus
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A desktop publishing program
 arch=('i686' 'x86_64')
 url=http://www.scribus.net;
 license=('GPL')
 install=scribus.install
-depends=('libcups=1.3.11' 'lcms=1.18' 'qt' 'ghostscript=8.70' \
+depends=('libcups=1.3.11' 'lcms2' 'qt4' 'ghostscript=8.70' \
  'libart-lgpl=2.3.20' 'python2' 'libxml2=2.7.3' 'cairo' \
  'desktop-file-utils' 'shared-mime-info' \
  'hyphen' 'aspell' 'boost-libs')
-makedepends=('cmake' 'boost')
+makedepends=('cmake' 'boost' 'mesa')
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-md5sums=('5c2a6bb7107e67a0083e32275bdb1a13')
 sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb')
 
 build() {

Modified: scribus.install
===
--- scribus.install 2013-02-20 22:58:50 UTC (rev 178367)
+++ scribus.install 2013-02-20 23:15:57 UTC (rev 178368)
@@ -1,8 +1,6 @@
-
 post_install() {
-  echo update desktop mime database...
-  update-mime-database usr/share/mime  /dev/null 21
-  update-desktop-database -q  /dev/null 21
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
 }
 post_upgrade() {
   post_install $1



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

2013-02-20 Thread Kyle Keen
Date: Thursday, February 21, 2013 @ 00:16:23
  Author: kkeen
Revision: 84625

upgpkg: seamonkey 2.16-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 20:52:15 UTC (rev 84624)
+++ PKGBUILD2013-02-20 23:16:23 UTC (rev 84625)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen keen...@gmail.com
 
 pkgname=seamonkey
-pkgver=2.15.2
+pkgver=2.16
 pkgrel=1
 pkgdesc=SeaMonkey internet suite
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 mozconfig
 seamonkey.desktop
 seamonkey-2.0-lang.patch)
-md5sums=('1938c5a9673e94e9f5c809f5dbfe8d29'
+md5sums=('29e360eae42d7a9cca7f25c1ad44f1d5'
  'dabc8f517fbff67b8599064bedd32606'
  '6119a2254716752c9d08e366f8d4c048'
  '25b6fe16ac24cd5c852213e5c1adb272')



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

2013-02-20 Thread Eric Bélanger
Date: Thursday, February 21, 2013 @ 00:16:34
  Author: eric
Revision: 178369

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

Added:
  scribus/repos/staging-i686/
  scribus/repos/staging-i686/PKGBUILD
(from rev 178368, scribus/trunk/PKGBUILD)
  scribus/repos/staging-i686/scribus.install
(from rev 178368, scribus/trunk/scribus.install)
  scribus/repos/staging-x86_64/
  scribus/repos/staging-x86_64/PKGBUILD
(from rev 178368, scribus/trunk/PKGBUILD)
  scribus/repos/staging-x86_64/scribus.install
(from rev 178368, scribus/trunk/scribus.install)

+
 staging-i686/PKGBUILD  |   52 +++
 staging-i686/scribus.install   |   11 
 staging-x86_64/PKGBUILD|   52 +++
 staging-x86_64/scribus.install |   11 
 4 files changed, 126 insertions(+)

Copied: scribus/repos/staging-i686/PKGBUILD (from rev 178368, 
scribus/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-20 23:16:34 UTC (rev 178369)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scribus
+pkgver=1.4.2
+pkgrel=2
+pkgdesc=A desktop publishing program
+arch=('i686' 'x86_64')
+url=http://www.scribus.net;
+license=('GPL')
+install=scribus.install
+depends=('libcups=1.3.11' 'lcms2' 'qt4' 'ghostscript=8.70' \
+ 'libart-lgpl=2.3.20' 'python2' 'libxml2=2.7.3' 'cairo' \
+ 'desktop-file-utils' 'shared-mime-info' \
+ 'hyphen' 'aspell' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb')
+
+build() {
+   cd ${srcdir}
+
+   sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+  -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   
scribus-${pkgver}/scribus/plugins/scriptplugin/{samples,scripts}/*
+
+   mkdir build
+   cd build
+   cmake ../scribus-${pkgver} \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_SKIP_RPATH=ON \
+  -DWANT_CAIRO=1 \
+  -DLIB_SUFFIX=
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # fix icon path in .desktop file
+   sed -i 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' \
+  ${srcdir}/scribus-${pkgver}/scribus.desktop
+
+   install -Dm644 ${srcdir}/scribus-${pkgver}/scribus.desktop \
+  ${pkgdir}/usr/share/applications/scribus.desktop
+}

Copied: scribus/repos/staging-i686/scribus.install (from rev 178368, 
scribus/trunk/scribus.install)
===
--- staging-i686/scribus.install(rev 0)
+++ staging-i686/scribus.install2013-02-20 23:16:34 UTC (rev 178369)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: scribus/repos/staging-x86_64/PKGBUILD (from rev 178368, 
scribus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-20 23:16:34 UTC (rev 178369)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scribus
+pkgver=1.4.2
+pkgrel=2
+pkgdesc=A desktop publishing program
+arch=('i686' 'x86_64')
+url=http://www.scribus.net;
+license=('GPL')
+install=scribus.install
+depends=('libcups=1.3.11' 'lcms2' 'qt4' 'ghostscript=8.70' \
+ 'libart-lgpl=2.3.20' 'python2' 'libxml2=2.7.3' 'cairo' \
+ 'desktop-file-utils' 'shared-mime-info' \
+ 'hyphen' 'aspell' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb')
+
+build() {
+   cd ${srcdir}
+
+   sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+  -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   
scribus-${pkgver}/scribus/plugins/scriptplugin/{samples,scripts}/*
+
+   mkdir build
+   cd build
+   cmake ../scribus-${pkgver} \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_SKIP_RPATH=ON \
+  -DWANT_CAIRO=1 \

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

2013-02-20 Thread Kyle Keen
Date: Thursday, February 21, 2013 @ 00:16:56
  Author: kkeen
Revision: 84626

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 84625, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 84625, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 84625, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 84625, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 84625, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 84625, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 84625, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 84625, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 84625, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 84625, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.desktop
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 community-i686/PKGBUILD   |  114 ++--
 community-i686/mozconfig  |   62 +++
 community-i686/seamonkey-2.0-lang.patch   |   22 ++---
 community-i686/seamonkey.desktop  |   22 ++---
 community-i686/seamonkey.install  |   24 ++---
 community-x86_64/PKGBUILD |  114 ++--
 community-x86_64/mozconfig|   62 +++
 community-x86_64/seamonkey-2.0-lang.patch |   22 ++---
 community-x86_64/seamonkey.desktop|   22 ++---
 community-x86_64/seamonkey.install|   24 ++---
 10 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-20 23:16:23 UTC (rev 84625)
+++ community-i686/PKGBUILD 2013-02-20 23:16:56 UTC (rev 84626)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.15.2
-pkgrel=1
-pkgdesc=SeaMonkey internet suite
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey.desktop
-seamonkey-2.0-lang.patch)
-md5sums=('1938c5a9673e94e9f5c809f5dbfe8d29'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-  -i suite/installer/Makefile.in
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell $pkgdir/usr/lib/seamonkey-$pkgver/dictionaries
-  ln -s /usr/share/hyphen $pkgdir/usr/lib/seamonkey-$pkgver/hyphenation
-
-  install -m755 -d $pkgdir/usr/share/applications
-  install -m755 -d $pkgdir/usr/share/pixmaps
-  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
-$pkgdir/usr/share/pixmaps/
-  install -m644 $srcdir/seamonkey.desktop $pkgdir/usr/share/applications/
-
-  rm -f $pkgdir/usr/lib/pkgconfig/seamonkey-ns{s,pr}.pc
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 84625, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2013-02-20 Thread Guillaume Alaux
Date: Thursday, February 21, 2013 @ 00:40:35
  Author: guillaume
Revision: 178370

Upstream release - sources

Added:
  easytag/trunk/easytag-2.1.8-fix_mixed_declarations_and_code.patch
Modified:
  easytag/trunk/PKGBUILD
Deleted:
  easytag/trunk/easytag-2.1.7-new_libmp4v2.patch

-+
 PKGBUILD|   21 
 easytag-2.1.7-new_libmp4v2.patch|  535 --
 easytag-2.1.8-fix_mixed_declarations_and_code.patch |   43 +
 3 files changed, 56 insertions(+), 543 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 23:16:34 UTC (rev 178369)
+++ PKGBUILD2013-02-20 23:40:35 UTC (rev 178370)
@@ -1,25 +1,30 @@
 # $Id$
-# Maintainer:
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
 # Contributor: Kevin Piche ke...@archlinux.org
 # Contributor: Aaron Griffin aa...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=easytag
-pkgver=2.1.7
-pkgrel=3
-pkgdesc=Utility for viewing, editing and writing ID3 tags of your MP3 files
+pkgver=2.1.8
+pkgrel=1
+pkgdesc='Utility for viewing and editing tags for most audio formats'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://easytag.sourceforge.net/'
 depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'libmp4v2' 'desktop-file-utils')
 install=${pkgname}.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 easytag-2.1.7-new_libmp4v2.patch)
-md5sums=('9df3e800d80e754670642f2ba5e03539'
- '0d01887de463585d944777b638a28c85')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz
+easytag-2.1.8-fix_mixed_declarations_and_code.patch)
+sha256sums=('1a2f75c9a70aeb7a404dfaa96e0df0eaaa325df301c58f0f708d0da4c08e65a9'
+'453d2a102cf482d6d1586b11e531bf267f302aab3ee6b8c43b6bcc61cfa2ede5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/easytag-2.1.7-new_libmp4v2.patch
+
+  # Already fixed upstream
+  # 
http://git.gnome.org/browse/easytag/commit/src/wavpack_tag.c?id=17a33964c32035f6b9986e13726ae3582a126244
+  patch -p0 -i ${srcdir}/easytag-2.1.8-fix_mixed_declarations_and_code.patch
+
   ./configure --prefix=/usr
   make
 }

Deleted: easytag-2.1.7-new_libmp4v2.patch
===
--- easytag-2.1.7-new_libmp4v2.patch2013-02-20 23:16:34 UTC (rev 178369)
+++ easytag-2.1.7-new_libmp4v2.patch2013-02-20 23:40:35 UTC (rev 178370)
@@ -1,535 +0,0 @@
-Compability with libmp4v2.so.2 (upstream revision r479)
-
-http://bugs.gentoo.org/409281
-
 src/mp4_header.c
-+++ src/mp4_header.c
-@@ -204,7 +204,7 @@
- /* Get size of file */
- ETFileInfo-size = Get_File_Size(filename);
- 
--if ((file = MP4Read(filename, 0)) == MP4_INVALID_FILE_HANDLE )
-+if ((file = MP4Read(filename)) == MP4_INVALID_FILE_HANDLE )
- {
- gchar *filename_utf8 = filename_to_display(filename);
- //g_print(_(ERROR while opening file: '%s' 
(%s).),filename_utf8,g_strerror(errno));
-@@ -218,7 +218,7 @@
- {
- gchar *filename_utf8 = filename_to_display(filename);
- Log_Print(LOG_ERROR,_(ERROR while opening file: '%s' 
(%s).),filename_utf8,(Contains no audio track));
--MP4Close(file);
-+MP4Close(file, 0);
- g_free(filename_utf8);
- return FALSE;
- }
-@@ -243,7 +243,7 @@
- ETFileInfo-mode = MP4GetTrackAudioChannels(file, trackId);
- ETFileInfo-duration = MP4ConvertFromTrackDuration(file, trackId, 
MP4GetTrackDuration(file, trackId), MP4_SECS_TIME_SCALE);
- 
--MP4Close(file);
-+MP4Close(file, 0);
- return TRUE;
- }
- 
 src/mp4_tag.c
-+++ src/mp4_tag.c
-@@ -80,15 +80,9 @@
- {
- FILE   *file;
- MP4FileHandle mp4file = NULL;
--uint16_t track, track_total;
--uint16_t disk, disktotal;
--u_int8_t *coverArt;
--u_int32_t coverSize;
- Picture *prev_pic = NULL;
--#ifdef NEWMP4
- gint pic_num;
--#endif
--
-+
- if (!filename || !FileTag)
- return FALSE;
- 
-@@ -102,7 +96,7 @@
- fclose(file); // We close it cause mp4 opens/closes file itself
- 
- /* Get data from tag */
--mp4file = MP4Read(filename, 0);
-+mp4file = MP4Read(filename);
- if (mp4file == MP4_INVALID_FILE_HANDLE)
- {
- gchar *filename_utf8 = filename_to_display(filename);
-@@ -111,109 +105,134 @@
- return FALSE;
- }
- 
-+const MP4Tags* tags = MP4TagsAlloc();
-+MP4TagsFetch(tags, mp4file);
-+
- /* TODO Add error detection */
- 
- /*
-  * Title *
-  */
--MP4GetMetadataName(mp4file, FileTag-title);
-+if (tags-name)
-+{
-+FileTag-title = Try_To_Validate_Utf8_String(tags-name);
-+}
- 
- /**
-  * Artist *
-  **/
--MP4GetMetadataArtist(mp4file, FileTag-artist);

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

2013-02-20 Thread Guillaume Alaux
Date: Thursday, February 21, 2013 @ 01:08:49
  Author: guillaume
Revision: 178371

Fixed (opt)deps and .install

Modified:
  easytag/trunk/PKGBUILD
  easytag/trunk/easytag.install

-+
 PKGBUILD|4 +++-
 easytag.install |3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 23:40:35 UTC (rev 178370)
+++ PKGBUILD2013-02-21 00:08:49 UTC (rev 178371)
@@ -11,7 +11,9 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://easytag.sourceforge.net/'
-depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'libmp4v2' 'desktop-file-utils')
+makedepends=('intltool')
+depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac' 'speex' 'wavpack' 
'taglib'
+ 'desktop-file-utils' 'hicolor-icon-theme')
 install=${pkgname}.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz
 easytag-2.1.8-fix_mixed_declarations_and_code.patch)

Modified: easytag.install
===
--- easytag.install 2013-02-20 23:40:35 UTC (rev 178370)
+++ easytag.install 2013-02-21 00:08:49 UTC (rev 178371)
@@ -1,5 +1,6 @@
 post_install() {
-update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-desktop-database -q
 }
 
 post_upgrade() {



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

2013-02-20 Thread Guillaume Alaux
Date: Thursday, February 21, 2013 @ 01:11:38
  Author: guillaume
Revision: 178372

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

Added:
  easytag/repos/extra-i686/PKGBUILD
(from rev 178371, easytag/trunk/PKGBUILD)
  easytag/repos/extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch
(from rev 178371, 
easytag/trunk/easytag-2.1.8-fix_mixed_declarations_and_code.patch)
  easytag/repos/extra-i686/easytag.install
(from rev 178371, easytag/trunk/easytag.install)
  easytag/repos/extra-x86_64/PKGBUILD
(from rev 178371, easytag/trunk/PKGBUILD)
  easytag/repos/extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch
(from rev 178371, 
easytag/trunk/easytag-2.1.8-fix_mixed_declarations_and_code.patch)
  easytag/repos/extra-x86_64/easytag.install
(from rev 178371, easytag/trunk/easytag.install)
Deleted:
  easytag/repos/extra-i686/PKGBUILD
  easytag/repos/extra-i686/easytag-2.1.7-new_libmp4v2.patch
  easytag/repos/extra-i686/easytag.install
  easytag/repos/extra-x86_64/PKGBUILD
  easytag/repos/extra-x86_64/easytag-2.1.7-new_libmp4v2.patch
  easytag/repos/extra-x86_64/easytag.install

--+
 extra-i686/PKGBUILD  |   67 -
 extra-i686/easytag-2.1.7-new_libmp4v2.patch  |  535 
--
 extra-i686/easytag-2.1.8-fix_mixed_declarations_and_code.patch   |   43 
 extra-i686/easytag.install   |   23 
 extra-x86_64/PKGBUILD|   67 -
 extra-x86_64/easytag-2.1.7-new_libmp4v2.patch|  535 
--
 extra-x86_64/easytag-2.1.8-fix_mixed_declarations_and_code.patch |   43 
 extra-x86_64/easytag.install |   23 
 8 files changed, 184 insertions(+), 1152 deletions(-)

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


[arch-commits] Commit in lirc/trunk (PKGBUILD linux-3.8.patch)

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 01:45:43
  Author: foutrelis
Revision: 178373

upgpkg: lirc 1:0.9.0-38

Linux 3.8 rebuild.

Added:
  lirc/trunk/linux-3.8.patch
Modified:
  lirc/trunk/PKGBUILD

-+
 PKGBUILD|   16 ++
 linux-3.8.patch |   80 ++
 2 files changed, 89 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 00:11:38 UTC (rev 178372)
+++ PKGBUILD2013-02-21 00:45:43 UTC (rev 178373)
@@ -4,24 +4,24 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=37
+pkgrel=38
 epoch=1
-_extramodules=extramodules-3.7-ARCH
+_extramodules=extramodules-3.8-ARCH
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
 ### NOTICE don't forget to bump version in depends in package_lirc
-makedepends=('help2man' 'linux-headers=3.7' 'linux-headers3.8' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
+makedepends=('help2man' 'linux-headers=3.8' 'linux-headers3.9' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
 lircd-handle-large-config.patch
 lirc_atiusb-kfifo.patch
 kernel-2.6.39.patch
-   lircd lircmd lirc.logrotate lircd.conf irexec.conf irexecd
-   lirc.service lircm.service irexec.service
-   lirc.tmpfiles
-   )
+linux-3.8.patch
+lircd lircmd lirc.logrotate lircd.conf irexec.conf irexecd
+lirc.service lircm.service irexec.service
+lirc.tmpfiles)
 
 build() {
   _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
@@ -30,6 +30,7 @@
   patch -Np1 -i ${srcdir}/lircd-handle-large-config.patch
   patch -Np1 -i ${srcdir}/lirc_atiusb-kfifo.patch
   patch -Np1 -i ${srcdir}/kernel-2.6.39.patch
+  patch -Np1 -i ${srcdir}/linux-3.8.patch
 
   sed -i '/AC_PATH_XTRA/d' configure.ac
   sed -e 's/@X_CFLAGS@//g' \
@@ -107,6 +108,7 @@
  'b70cc9640505205446ec47b7d4779f38'
  '1f8b104a2365d9f93404b143f499059b'
  '087a7d102e1c96bf1179f38db2b0b237'
+ '9ee196bd03ea44af5a752fb0cc6ca96a'
  '8d0e238dc0eda95e340fe570605da492'
  '85f7fdac55e5256967241864049bf5e9'
  '3deb02604b37811d41816e9b4385fcc3'

Added: linux-3.8.patch
===
--- linux-3.8.patch (rev 0)
+++ linux-3.8.patch 2013-02-21 00:45:43 UTC (rev 178373)
@@ -0,0 +1,80 @@
+diff -upr lirc-0.9.0.orig/drivers/lirc_serial/lirc_serial.c 
lirc-0.9.0/drivers/lirc_serial/lirc_serial.c
+--- lirc-0.9.0.orig/drivers/lirc_serial/lirc_serial.c  2013-02-21 
02:36:25.0 +0200
 lirc-0.9.0/drivers/lirc_serial/lirc_serial.c   2013-02-21 
02:39:55.0 +0200
+@@ -1103,12 +1103,12 @@ static struct lirc_driver driver = {
+ 
+ static struct platform_device *lirc_serial_dev;
+ 
+-static int __devinit lirc_serial_probe(struct platform_device *dev)
++static int lirc_serial_probe(struct platform_device *dev)
+ {
+   return 0;
+ }
+ 
+-static int __devexit lirc_serial_remove(struct platform_device *dev)
++static int lirc_serial_remove(struct platform_device *dev)
+ {
+   return 0;
+ }
+@@ -1159,7 +1159,7 @@ static int lirc_serial_resume(struct pla
+ 
+ static struct platform_driver lirc_serial_driver = {
+   .probe  = lirc_serial_probe,
+-  .remove = __devexit_p(lirc_serial_remove),
++  .remove = lirc_serial_remove,
+   .suspend= lirc_serial_suspend,
+   .resume = lirc_serial_resume,
+   .driver = {
+diff -upr lirc-0.9.0.orig/drivers/lirc_sir/lirc_sir.c 
lirc-0.9.0/drivers/lirc_sir/lirc_sir.c
+--- lirc-0.9.0.orig/drivers/lirc_sir/lirc_sir.c2013-02-21 
02:36:25.0 +0200
 lirc-0.9.0/drivers/lirc_sir/lirc_sir.c 2013-02-21 02:38:24.0 
+0200
+@@ -1290,19 +1290,19 @@ static int init_lirc_sir(void)
+   return 0;
+ }
+ 
+-static int __devinit lirc_sir_probe(struct platform_device *dev)
++static int lirc_sir_probe(struct platform_device *dev)
+ {
+   return 0;
+ }
+ 
+-static int __devexit lirc_sir_remove(struct platform_device *dev)
++static int lirc_sir_remove(struct platform_device *dev)
+ {
+   return 0;
+ }
+ 
+ static struct platform_driver lirc_sir_driver = {
+   .probe  = lirc_sir_probe,
+-  .remove = __devexit_p(lirc_sir_remove),
++  .remove = lirc_sir_remove,
+   .driver =   {
+   .name   = lirc_sir,
+   .owner  = THIS_MODULE,
+diff -upr lirc-0.9.0.orig/drivers/lirc_wpc8769l/lirc_wpc8769l.c 
lirc-0.9.0/drivers/lirc_wpc8769l/lirc_wpc8769l.c
+--- lirc-0.9.0.orig/drivers/lirc_wpc8769l/lirc_wpc8769l.c  2013-02-21 
02:36:25.0 +0200
 lirc-0.9.0/drivers/lirc_wpc8769l/lirc_wpc8769l.c   2013-02-21 

[arch-commits] Commit in lirc/repos (38 files)

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 01:46:53
  Author: foutrelis
Revision: 178374

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

Added:
  lirc/repos/staging-i686/
  lirc/repos/staging-i686/PKGBUILD
(from rev 178373, lirc/trunk/PKGBUILD)
  lirc/repos/staging-i686/irexec.conf
(from rev 178373, lirc/trunk/irexec.conf)
  lirc/repos/staging-i686/irexec.service
(from rev 178373, lirc/trunk/irexec.service)
  lirc/repos/staging-i686/irexecd
(from rev 178373, lirc/trunk/irexecd)
  lirc/repos/staging-i686/kernel-2.6.39.patch
(from rev 178373, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/staging-i686/linux-3.8.patch
(from rev 178373, lirc/trunk/linux-3.8.patch)
  lirc/repos/staging-i686/lirc-utils.install
(from rev 178373, lirc/trunk/lirc-utils.install)
  lirc/repos/staging-i686/lirc.install
(from rev 178373, lirc/trunk/lirc.install)
  lirc/repos/staging-i686/lirc.logrotate
(from rev 178373, lirc/trunk/lirc.logrotate)
  lirc/repos/staging-i686/lirc.service
(from rev 178373, lirc/trunk/lirc.service)
  lirc/repos/staging-i686/lirc.tmpfiles
(from rev 178373, lirc/trunk/lirc.tmpfiles)
  lirc/repos/staging-i686/lirc_atiusb-kfifo.patch
(from rev 178373, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/staging-i686/lirc_wpc8769l.patch
(from rev 178373, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/staging-i686/lircd
(from rev 178373, lirc/trunk/lircd)
  lirc/repos/staging-i686/lircd-handle-large-config.patch
(from rev 178373, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/staging-i686/lircd.conf
(from rev 178373, lirc/trunk/lircd.conf)
  lirc/repos/staging-i686/lircm.service
(from rev 178373, lirc/trunk/lircm.service)
  lirc/repos/staging-i686/lircmd
(from rev 178373, lirc/trunk/lircmd)
  lirc/repos/staging-x86_64/
  lirc/repos/staging-x86_64/PKGBUILD
(from rev 178373, lirc/trunk/PKGBUILD)
  lirc/repos/staging-x86_64/irexec.conf
(from rev 178373, lirc/trunk/irexec.conf)
  lirc/repos/staging-x86_64/irexec.service
(from rev 178373, lirc/trunk/irexec.service)
  lirc/repos/staging-x86_64/irexecd
(from rev 178373, lirc/trunk/irexecd)
  lirc/repos/staging-x86_64/kernel-2.6.39.patch
(from rev 178373, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/staging-x86_64/linux-3.8.patch
(from rev 178373, lirc/trunk/linux-3.8.patch)
  lirc/repos/staging-x86_64/lirc-utils.install
(from rev 178373, lirc/trunk/lirc-utils.install)
  lirc/repos/staging-x86_64/lirc.install
(from rev 178373, lirc/trunk/lirc.install)
  lirc/repos/staging-x86_64/lirc.logrotate
(from rev 178373, lirc/trunk/lirc.logrotate)
  lirc/repos/staging-x86_64/lirc.service
(from rev 178373, lirc/trunk/lirc.service)
  lirc/repos/staging-x86_64/lirc.tmpfiles
(from rev 178373, lirc/trunk/lirc.tmpfiles)
  lirc/repos/staging-x86_64/lirc_atiusb-kfifo.patch
(from rev 178373, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/staging-x86_64/lirc_wpc8769l.patch
(from rev 178373, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/staging-x86_64/lircd
(from rev 178373, lirc/trunk/lircd)
  lirc/repos/staging-x86_64/lircd-handle-large-config.patch
(from rev 178373, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/staging-x86_64/lircd.conf
(from rev 178373, lirc/trunk/lircd.conf)
  lirc/repos/staging-x86_64/lircm.service
(from rev 178373, lirc/trunk/lircm.service)
  lirc/repos/staging-x86_64/lircmd
(from rev 178373, lirc/trunk/lircmd)

+
 staging-i686/PKGBUILD  |  121 +++
 staging-i686/irexec.conf   |5 
 staging-i686/irexec.service|   11 ++
 staging-i686/irexecd   |   38 +++
 staging-i686/kernel-2.6.39.patch   |   54 ++
 staging-i686/linux-3.8.patch   |   80 +++
 staging-i686/lirc-utils.install|7 +
 staging-i686/lirc.install  |   16 +++
 staging-i686/lirc.logrotate|5 
 staging-i686/lirc.service  |   11 ++
 staging-i686/lirc.tmpfiles |1 
 staging-i686/lirc_atiusb-kfifo.patch   |   31 +
 staging-i686/lirc_wpc8769l.patch   |   88 
 staging-i686/lircd |   52 +
 staging-i686/lircd-handle-large-config.patch   |   39 +++
 staging-i686/lircd.conf|8 +
 staging-i686/lircm.service |   11 ++
 staging-i686/lircmd|   36 ++
 staging-x86_64/PKGBUILD|  121 +++
 staging-x86_64/irexec.conf |5 
 staging-x86_64/irexec.service  |   11 ++
 staging-x86_64/irexecd |   38 +++
 staging-x86_64/kernel-2.6.39.patch |   54 ++
 staging-x86_64/linux-3.8.patch   

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

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 01:54:41
  Author: foutrelis
Revision: 178375

upgpkg: nvidia-304xx 304.64-5

Linux 3.8 rebuild.

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 00:46:53 UTC (rev 178374)
+++ PKGBUILD2013-02-21 00:54:41 UTC (rev 178375)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia-304xx
 pkgver=304.64
-_extramodules=extramodules-3.7-ARCH
-pkgrel=4
+_extramodules=extramodules-3.8-ARCH
+pkgrel=5
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.7' 'linux3.8' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.7' 'linux-headers3.8')
+depends=('linux=3.8' 'linux3.9' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install

Modified: nvidia.install
===
--- nvidia.install  2013-02-21 00:46:53 UTC (rev 178374)
+++ nvidia.install  2013-02-21 00:54:41 UTC (rev 178375)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.7-ARCH'
+EXTRAMODULES='extramodules-3.8-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.7-ARCH'
+EXTRAMODULES='extramodules-3.8-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.7-ARCH'
+EXTRAMODULES='extramodules-3.8-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



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

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 01:55:01
  Author: foutrelis
Revision: 178376

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

Added:
  nvidia-304xx/repos/staging-i686/
  nvidia-304xx/repos/staging-i686/PKGBUILD
(from rev 178375, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-i686/linux-3.7.patch
(from rev 178375, nvidia-304xx/trunk/linux-3.7.patch)
  nvidia-304xx/repos/staging-i686/nvidia.install
(from rev 178375, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/staging-i686/uapi-3.7.patch
(from rev 178375, nvidia-304xx/trunk/uapi-3.7.patch)
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 178375, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/linux-3.7.patch
(from rev 178375, nvidia-304xx/trunk/linux-3.7.patch)
  nvidia-304xx/repos/staging-x86_64/nvidia.install
(from rev 178375, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/staging-x86_64/uapi-3.7.patch
(from rev 178375, nvidia-304xx/trunk/uapi-3.7.patch)

+
 staging-i686/PKGBUILD  |   52 +++
 staging-i686/linux-3.7.patch   |   24 ++
 staging-i686/nvidia.install|   15 +++
 staging-i686/uapi-3.7.patch|   42 +++
 staging-x86_64/PKGBUILD|   52 +++
 staging-x86_64/linux-3.7.patch |   24 ++
 staging-x86_64/nvidia.install  |   15 +++
 staging-x86_64/uapi-3.7.patch  |   42 +++
 8 files changed, 266 insertions(+)

Copied: nvidia-304xx/repos/staging-i686/PKGBUILD (from rev 178375, 
nvidia-304xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-21 00:55:01 UTC (rev 178376)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.64
+_extramodules=extramodules-3.8-ARCH
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('linux-3.7.patch'
+'uapi-3.7.patch')
+md5sums=('7c684fab691b15d55a79fd8f9b1a224d'
+ '502d00dc850148d61fc06c907601498e')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('6964415cf648a5f4f38117b168369de2')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('76007ed4b72afd334e26377b646f5f7e')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np0 -i ${srcdir}/uapi-3.7.patch
+patch -Np3 -i ${srcdir}/linux-3.7.patch
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}
+

Copied: nvidia-304xx/repos/staging-i686/linux-3.7.patch (from rev 178375, 
nvidia-304xx/trunk/linux-3.7.patch)
===
--- staging-i686/linux-3.7.patch(rev 0)
+++ staging-i686/linux-3.7.patch2013-02-21 00:55:01 UTC (rev 178376)
@@ -0,0 +1,24 @@
+the nvidia drivers are trying to test for version 2.6.6, but fail to take into
+account the first digit.  so 3.7.0+ ends up failing the test.
+
+https://bugs.gentoo.org/447566
+
+--- a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
 b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
+@@ -1697,13 +1697,15 @@
+ # kernel older than 2.6.6, that's all we require to
+ # build the module.
+ #
++VERSION=$(grep ^VERSION = $MAKEFILE | cut -d   -f 3)
+ PATCHLEVEL=$(grep ^PATCHLEVEL = $MAKEFILE | cut -d   -f 3)
+ SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
+ 
+-if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
++if [ 

[arch-commits] Commit in nvidia/trunk (PKGBUILD linux-3.8.patch nvidia.install)

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 01:58:40
  Author: foutrelis
Revision: 178377

upgpkg: nvidia 313.18-4

Linux 3.8 rebuild.

Added:
  nvidia/trunk/linux-3.8.patch
Modified:
  nvidia/trunk/PKGBUILD
  nvidia/trunk/nvidia.install

-+
 PKGBUILD|   15 +--
 linux-3.8.patch |   12 
 nvidia.install  |6 +++---
 3 files changed, 24 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 00:55:01 UTC (rev 178376)
+++ PKGBUILD2013-02-21 00:58:40 UTC (rev 178377)
@@ -3,19 +3,21 @@
 
 pkgname=nvidia
 pkgver=313.18
-_extramodules=extramodules-3.7-ARCH
-pkgrel=3
+_extramodules=extramodules-3.8-ARCH
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.7' 'linux3.8' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.7' 'linux-headers3.8')
+depends=('linux=3.8' 'linux3.9' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
 options=(!strip)
-source=('linux-3.7.patch')
-md5sums=('7c684fab691b15d55a79fd8f9b1a224d')
+source=('linux-3.7.patch'
+'linux-3.8.patch')
+md5sums=('7c684fab691b15d55a79fd8f9b1a224d'
+ '9b20edcefc8ad28f40bdf9a5e26ef731')
 
 if [ $CARCH = i686 ]; then
 _arch='x86'
@@ -35,6 +37,7 @@
 sh ${_pkg}.run --extract-only
 cd ${_pkg}/kernel
 patch -Np3 -i ${srcdir}/linux-3.7.patch
+patch -Np1 -i ${srcdir}/linux-3.8.patch
 make SYSSRC=/usr/lib/modules/${_kernver}/build module
 }
 

Added: linux-3.8.patch
===
--- linux-3.8.patch (rev 0)
+++ linux-3.8.patch 2013-02-21 00:58:40 UTC (rev 178377)
@@ -0,0 +1,12 @@
+Index: kernel/conftest.sh
+===
+--- kernel/conftest.sh.orig
 kernel/conftest.sh
+@@ -160,6 +160,7 @@ build_cflags() {
+ 
+ if [ $ARCH = i386 -o $ARCH = x86_64 ]; then
+ CFLAGS=$CFLAGS -I$SOURCES/arch/x86/include
++CFLAGS=$CFLAGS -I$SOURCES/arch/x86/include/uapi
+ CFLAGS=$CFLAGS -I$OUTPUT/arch/x86/include/generated
+ CFLAGS=$CFLAGS -I$OUTPUT/arch/x86/include/generated/uapi
+ elif [ $ARCH = arm ]; then

Modified: nvidia.install
===
--- nvidia.install  2013-02-21 00:55:01 UTC (rev 178376)
+++ nvidia.install  2013-02-21 00:58:40 UTC (rev 178377)
@@ -1,11 +1,11 @@
 post_install() {
-EXTRAMODULES='extramodules-3.7-ARCH'
+EXTRAMODULES='extramodules-3.8-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.7-ARCH'
+EXTRAMODULES='extramodules-3.8-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
 echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
@@ -13,6 +13,6 @@
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.7-ARCH'
+EXTRAMODULES='extramodules-3.8-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



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

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 01:58:59
  Author: foutrelis
Revision: 178378

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

Added:
  nvidia/repos/staging-i686/
  nvidia/repos/staging-i686/PKGBUILD
(from rev 178377, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-i686/linux-3.7.patch
(from rev 178377, nvidia/trunk/linux-3.7.patch)
  nvidia/repos/staging-i686/linux-3.8.patch
(from rev 178377, nvidia/trunk/linux-3.8.patch)
  nvidia/repos/staging-i686/nvidia.install
(from rev 178377, nvidia/trunk/nvidia.install)
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 178377, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/linux-3.7.patch
(from rev 178377, nvidia/trunk/linux-3.7.patch)
  nvidia/repos/staging-x86_64/linux-3.8.patch
(from rev 178377, nvidia/trunk/linux-3.8.patch)
  nvidia/repos/staging-x86_64/nvidia.install
(from rev 178377, nvidia/trunk/nvidia.install)

+
 staging-i686/PKGBUILD  |   51 +++
 staging-i686/linux-3.7.patch   |   24 ++
 staging-i686/linux-3.8.patch   |   12 +
 staging-i686/nvidia.install|   18 +
 staging-x86_64/PKGBUILD|   51 +++
 staging-x86_64/linux-3.7.patch |   24 ++
 staging-x86_64/linux-3.8.patch |   12 +
 staging-x86_64/nvidia.install  |   18 +
 8 files changed, 210 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 178377, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-21 00:58:59 UTC (rev 178378)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=313.18
+_extramodules=extramodules-3.8-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('linux-3.7.patch'
+'linux-3.8.patch')
+md5sums=('7c684fab691b15d55a79fd8f9b1a224d'
+ '9b20edcefc8ad28f40bdf9a5e26ef731')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('780c37c28a6e06e9571cafe348b7da64')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('fa17a260793a38b4b8ae367db2e03b39')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np3 -i ${srcdir}/linux-3.7.patch
+patch -Np1 -i ${srcdir}/linux-3.8.patch
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia/repos/staging-i686/linux-3.7.patch (from rev 178377, 
nvidia/trunk/linux-3.7.patch)
===
--- staging-i686/linux-3.7.patch(rev 0)
+++ staging-i686/linux-3.7.patch2013-02-21 00:58:59 UTC (rev 178378)
@@ -0,0 +1,24 @@
+the nvidia drivers are trying to test for version 2.6.6, but fail to take into
+account the first digit.  so 3.7.0+ ends up failing the test.
+
+https://bugs.gentoo.org/447566
+
+--- a/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:20.669633666 -0500
 b/NVIDIA-Linux-x86_64-313.18-no-compat32/kernel/conftest.sh
2013-02-04 15:10:34.283334673 -0500
+@@ -1697,13 +1697,15 @@
+ # kernel older than 2.6.6, that's all we require to
+ # build the module.
+ #
++VERSION=$(grep ^VERSION = $MAKEFILE | cut -d   -f 3)
+ PATCHLEVEL=$(grep ^PATCHLEVEL = $MAKEFILE | cut -d   -f 3)
+ SUBLEVEL=$(grep ^SUBLEVEL = $MAKEFILE | cut -d   -f 3)
+ 
+-if [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
++if [ -n $VERSION -a $VERSION -ge 3 ] || \
++   [ -n $PATCHLEVEL -a $PATCHLEVEL -ge 6 \
+ -a -n $SUBLEVEL -a $SUBLEVEL -le 5 ]; then
+ 

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

2013-02-20 Thread Felix Yan
Date: Thursday, February 21, 2013 @ 02:10:55
  Author: fyan
Revision: 84627

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

Added:
  fcitx-mozc/repos/community-staging-i686/PKGBUILD
(from rev 84626, fcitx-mozc/trunk/PKGBUILD)
  fcitx-mozc/repos/community-staging-x86_64/PKGBUILD
(from rev 84626, fcitx-mozc/trunk/PKGBUILD)
Deleted:
  fcitx-mozc/repos/community-staging-i686/PKGBUILD
  fcitx-mozc/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-02-20 23:16:56 UTC (rev 84626)
+++ community-staging-i686/PKGBUILD 2013-02-21 01:10:55 UTC (rev 84627)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-## Mozc compile option
-_bldtype=Release
-
-_zipcoderel=201301
-_protobuf_ver=2.4.1
-
-_pkgbase=mozc
-pkgname=fcitx-mozc
-pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
-pkgver=1.6.1187.102
-_patchver=${pkgver}.3
-pkgrel=7
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/mozc/;
-license=('custom')
-depends=('qt4' 'fcitx' 'zinnia')
-makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa')
-replaces=('mozc-fcitx')
-conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
-source=(http://mozc.googlecode.com/files/mozc-${pkgver}.tar.bz2
-http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip
-http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
-http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
-http://fcitx.googlecode.com/files/fcitx-mozc-${_patchver}.patch
-)
-
-build() {
-  cd $srcdir
-  ln -sf `which python2` ./python
-  PATH=${srcdir}:${PATH}
-
-  #source /etc/profile.d/qt4.sh
-  
-  # Update: Fix qt4 include path too
-  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
-  #CFLAGS=${CFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
-  #CXXFLAGS=${CXXFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
-  CFLAGS=${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden
-  CXXFLAGS=${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden
-
-  cd ${srcdir}/${_pkgbase}-${pkgver}
-  
-  # Apply fcitx patch
-  rm unix/fcitx -rf
-  patch -Np2 -i ${srcdir}/fcitx-mozc-${_patchver}.patch
-
-  # Fix qt4 binary path
-  sed -i 's$(qt_dir)/bin$/usr/lib/qt4/bin$' gui/*.gyp gui/*.gypi
-  sed -i 's$(qt_dir_env)/bin$/usr/lib/qt4/bin$' gui/*.gyp gui/*.gypi
-
-  # Generate zip code seed
-  msg Generating zip code seed...
-  python2 dictionary/gen_zip_code_seed.py --zip_code=${srcdir}/KEN_ALL.CSV 
--jigyosyo=${srcdir}/JIGYOSYO.CSV  data/dictionary_oss/dictionary09.txt
-  msg Done.
-
-  # Copy protobuf to be linked statically
-  cp -rf ${srcdir}/protobuf-${_protobuf_ver} protobuf/files
-
-  msg Starting make...
-
-  _targets=server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc
-
-  QTDIR=/usr python2 build_mozc.py gyp --channel_dev=0
-  python2 build_mozc.py build_tools -c $_bldtype
-  python2 build_mozc.py build -c $_bldtype $_targets
-
-  # Extract license part of mozc
-  head -n 28 server/mozc_server.cc  LICENSE
-}
-
-package() {
-  cd ${srcdir}/${_pkgbase}-${pkgver}
-  install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
-  install-m 755 out_linux/${_bldtype}/mozc_tool   
${pkgdir}/usr/lib/mozc/mozc_tool
-  install -d ${pkgdir}/usr/lib/mozc/documents/
-  install-m 644 data/installer/*.html ${pkgdir}/usr/lib/mozc/documents/
-
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  for mofile in out_linux/${_bldtype}/obj/gen/unix/fcitx/po/*.mo
-  do
-filename=`basename $mofile`
-lang=${filename/.mo/}
-install -D -m 644 $mofile 
${pkgdir}/usr/share/locale/$lang/LC_MESSAGES/fcitx-mozc.mo
-  done
-
-  install -D -m 755 out_linux/${_bldtype}/fcitx-mozc.so 
${pkgdir}/usr/lib/fcitx/fcitx-mozc.so
-  install -D -m 644 unix/fcitx/fcitx-mozc.conf 
${pkgdir}/usr/share/fcitx/addon/fcitx-mozc.conf
-  install -D -m 644 unix/fcitx/mozc.conf 
${pkgdir}/usr/share/fcitx/inputmethod/mozc.conf
-
-  install -d ${pkgdir}/usr/share/fcitx/mozc/icon
-  install -m 644 data/images/product_icon_32bpp-128.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc.png
-  install -m 644 data/images/unix/ui-alpha_full.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc-alpha_full.png
-  install -m 644 data/images/unix/ui-alpha_half.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc-alpha_half.png
-  install -m 644 data/images/unix/ui-direct.png 

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

2013-02-20 Thread Felix Yan
Date: Thursday, February 21, 2013 @ 02:14:47
  Author: fyan
Revision: 84628

upgpkg: sunpinyin-data 2.0.3.20130220-1

Modified:
  sunpinyin-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 01:10:55 UTC (rev 84627)
+++ PKGBUILD2013-02-21 01:14:47 UTC (rev 84628)
@@ -3,16 +3,16 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=sunpinyin-data
-pkgver=2.0.3.20121025
+pkgver=2.0.3.20130220
 pkgrel=1
 arch=('any')
 pkgdesc=Statistical language model data from open-gram project for sunpinyin
 license=('APACHE')
 provides=(sunpinyin-data-le=$pkgver)
 url=http://sunpinyin.googlecode.com;
-makedepends=(sunpinyin=$pkgver)
+makedepends=(sunpinyin)
 source=('http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-20121025.tar.bz2'
-'http://open-gram.googlecode.com/files/dict.utf8-20120830.tar.bz2')
+'http://open-gram.googlecode.com/files/dict.utf8-20130220.tar.bz2')
 
 build() {
   mkdir -p $srcdir/raw
@@ -30,4 +30,4 @@
 }
 
 md5sums=('0586241ca33359ad176c842c90bf563e'
- '52b9a47861bef707f65b682d52e8117f')
+ '1e95894a4a3d8923e86e7b78c77ac815')



[arch-commits] Commit in open-vm-tools-modules/trunk (3 files)

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 02:15:57
  Author: foutrelis
Revision: 84629

upgpkg: open-vm-tools-modules 1:9.2.2-6

Linux 3.8 rebuild.

Added:
  open-vm-tools-modules/trunk/linux-3.8.patch
Modified:
  open-vm-tools-modules/trunk/PKGBUILD
  open-vm-tools-modules/trunk/open-vm-tools-modules.install

---+
 PKGBUILD  |   10 +--
 linux-3.8.patch   |   53 
 open-vm-tools-modules.install |6 ++--
 3 files changed, 63 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 01:14:47 UTC (rev 84628)
+++ PKGBUILD2013-02-21 01:15:57 UTC (rev 84629)
@@ -6,7 +6,7 @@
 epoch=1
 pkgver=9.2.2
 _pkgsubver=893683
-pkgrel=5
+pkgrel=6
 pkgdesc=kernel modules for the open source implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;
@@ -16,9 +16,11 @@
 install=$pkgname.install
 options=('!strip' '!makeflags')
 
source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
-   modprobe.conf)
+   modprobe.conf
+   linux-3.8.patch)
 md5sums=('7af505681d736d4c9ee6493b1166689f'
- 'bc5518489077e91655489bd04b868584')
+ 'bc5518489077e91655489bd04b868584'
+ 'ff757686649404db0c2c9761eb293174')
 
 build() {
   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
@@ -26,6 +28,8 @@
 
   cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
 
+  patch -Np1 -i ${srcdir}/linux-3.8.patch
+
   sed -i 's|proc-3.2.8|procps|g' configure
   sed -i 's|putname(name);|__putname(name);|' 
modules/linux/vmblock/linux/control.c
 

Added: linux-3.8.patch
===
--- linux-3.8.patch (rev 0)
+++ linux-3.8.patch 2013-02-21 01:15:57 UTC (rev 84629)
@@ -0,0 +1,53 @@
+diff -upr open-vm-tools-9.2.2-893683.orig/modules/linux/shared/compat_mm.h 
open-vm-tools-9.2.2-893683/modules/linux/shared/compat_mm.h
+--- open-vm-tools-9.2.2-893683.orig/modules/linux/shared/compat_mm.h   
2013-02-21 03:02:46.0 +0200
 open-vm-tools-9.2.2-893683/modules/linux/shared/compat_mm.h
2013-02-21 03:10:31.0 +0200
+@@ -99,8 +99,18 @@ static inline struct page * alloc_pages(
+vmtruncate(inode, size);   
\
+result;
\
+ })
+-#else
++#elif LINUX_VERSION_CODE  KERNEL_VERSION(3, 8, 0)
+ #define compat_vmtruncate(inode, size) vmtruncate(inode, size)
++#else
++#define compat_vmtruncate(inode, size)
\
++({
\
++   result = inode_newsize_ok(inode, size);
\
++   if (!result)   
\
++   {  
\
++  truncate_setsize(inode, size);  
\
++   }  
\
++   result;
\
++})
+ #endif
+ 
+ 
+diff -upr open-vm-tools-9.2.2-893683.orig/modules/linux/vmci/linux/driver.c 
open-vm-tools-9.2.2-893683/modules/linux/vmci/linux/driver.c
+--- open-vm-tools-9.2.2-893683.orig/modules/linux/vmci/linux/driver.c  
2013-02-21 03:02:46.0 +0200
 open-vm-tools-9.2.2-893683/modules/linux/vmci/linux/driver.c   
2013-02-21 03:03:20.0 +0200
+@@ -124,7 +124,7 @@ static struct pci_driver vmci_driver = {
+.name = vmci,
+.id_table = vmci_ids,
+.probe = vmci_probe_device,
+-   .remove = __devexit_p(vmci_remove_device),
++   .remove = vmci_remove_device,
+ };
+ 
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2, 6, 19)
+@@ -1750,7 +1750,7 @@ vmci_enable_msix(struct pci_dev *pdev) /
+  
*-
+  */
+ 
+-static int __devinit
++static int
+ vmci_probe_device(struct pci_dev *pdev,   // IN: vmci PCI device
+   const struct pci_device_id *id) // IN: matching device ID
+ {
+@@ -1978,7 +1978,7 @@ vmci_probe_device(struct pci_dev *pdev,
+  
*-
+  */
+ 
+-static void __devexit
++static void
+ vmci_remove_device(struct pci_dev* pdev)
+ {
+struct vmci_device *dev = pci_get_drvdata(pdev);

Modified: open-vm-tools-modules.install
===
--- open-vm-tools-modules.install   2013-02-21 01:14:47 UTC (rev 84628)
+++ open-vm-tools-modules.install   2013-02-21 01:15:57 UTC (rev 84629)
@@ -1,5 +1,5 @@
 post_install() {
-  EXTRAMODULES='extramodules-3.7-ARCH'
+  

[arch-commits] Commit in open-vm-tools-modules/repos (10 files)

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 02:16:15
  Author: foutrelis
Revision: 84630

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

Added:
  open-vm-tools-modules/repos/community-staging-i686/
  open-vm-tools-modules/repos/community-staging-i686/PKGBUILD
(from rev 84629, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-staging-i686/linux-3.8.patch
(from rev 84629, open-vm-tools-modules/trunk/linux-3.8.patch)
  open-vm-tools-modules/repos/community-staging-i686/modprobe.conf
(from rev 84629, open-vm-tools-modules/trunk/modprobe.conf)
  
open-vm-tools-modules/repos/community-staging-i686/open-vm-tools-modules.install
(from rev 84629, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
  open-vm-tools-modules/repos/community-staging-x86_64/
  open-vm-tools-modules/repos/community-staging-x86_64/PKGBUILD
(from rev 84629, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-staging-x86_64/linux-3.8.patch
(from rev 84629, open-vm-tools-modules/trunk/linux-3.8.patch)
  open-vm-tools-modules/repos/community-staging-x86_64/modprobe.conf
(from rev 84629, open-vm-tools-modules/trunk/modprobe.conf)
  
open-vm-tools-modules/repos/community-staging-x86_64/open-vm-tools-modules.install
(from rev 84629, open-vm-tools-modules/trunk/open-vm-tools-modules.install)

+
 community-staging-i686/PKGBUILD|   60 +++
 community-staging-i686/linux-3.8.patch |   53 +
 community-staging-i686/modprobe.conf   |1 
 community-staging-i686/open-vm-tools-modules.install   |   23 +
 community-staging-x86_64/PKGBUILD  |   60 +++
 community-staging-x86_64/linux-3.8.patch   |   53 +
 community-staging-x86_64/modprobe.conf |1 
 community-staging-x86_64/open-vm-tools-modules.install |   23 +
 8 files changed, 274 insertions(+)

Copied: open-vm-tools-modules/repos/community-staging-i686/PKGBUILD (from rev 
84629, open-vm-tools-modules/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-21 01:16:15 UTC (rev 84630)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools-modules
+epoch=1
+pkgver=9.2.2
+_pkgsubver=893683
+pkgrel=6
+pkgdesc=kernel modules for the open source implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=http://open-vm-tools.sourceforge.net/;
+license=('GPL')
+makedepends=('libdnet' 'icu' 'uriparser' 'linux-headers')
+depends=(linux)
+install=$pkgname.install
+options=('!strip' '!makeflags')
+source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
+   modprobe.conf
+   linux-3.8.patch)
+md5sums=('7af505681d736d4c9ee6493b1166689f'
+ 'bc5518489077e91655489bd04b868584'
+ 'ff757686649404db0c2c9761eb293174')
+
+build() {
+  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+  KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
+
+  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
+
+  patch -Np1 -i ${srcdir}/linux-3.8.patch
+
+  sed -i 's|proc-3.2.8|procps|g' configure
+  sed -i 's|putname(name);|__putname(name);|' 
modules/linux/vmblock/linux/control.c
+
+  [ $NOEXTRACT -eq 1 ] || ./configure \
+  --prefix=/usr \
+  --without-x \
+  --with-linuxdir=/usr/lib/modules/$KERNEL_RELEASE
+
+  make -C modules modules
+}
+
+package() {
+  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+  depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+  KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
+  msg Kernel = $KERNEL_VERSION
+
+  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
+  mkdir -p $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/
+
+  find -type f -name '*.ko' \
+-exec install -t $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH 
{} +
+
+  gzip $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/*.ko
+
+  install -D -m 644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
+  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/$pkgname.install
+}

Copied: open-vm-tools-modules/repos/community-staging-i686/linux-3.8.patch 
(from rev 84629, open-vm-tools-modules/trunk/linux-3.8.patch)
===
--- community-staging-i686/linux-3.8.patch  (rev 0)
+++ community-staging-i686/linux-3.8.patch  2013-02-21 01:16:15 UTC (rev 
84630)
@@ -0,0 +1,53 @@
+diff -upr open-vm-tools-9.2.2-893683.orig/modules/linux/shared/compat_mm.h 

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

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 02:19:15
  Author: foutrelis
Revision: 84631

upgpkg: ndiswrapper 1.58-2

Linux 3.8 rebuild.

Modified:
  ndiswrapper/trunk/PKGBUILD
  ndiswrapper/trunk/ndiswrapper.install

-+
 PKGBUILD|6 +++---
 ndiswrapper.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 01:16:15 UTC (rev 84630)
+++ PKGBUILD2013-02-21 01:19:15 UTC (rev 84631)
@@ -3,16 +3,16 @@
 # Contributor: SpepS dreamspepser at yahoo dot it
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
-_extramodules=extramodules-3.7-ARCH
+_extramodules=extramodules-3.8-ARCH
 pkgname=ndiswrapper
 pkgver=1.58
-pkgrel=1
+pkgrel=2
 pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
 license=('GPL')
 arch=('i686' 'x86_64')
 url=http://ndiswrapper.sourceforge.net;
 install=ndiswrapper.install
-depends=('linux=3.7' 'linux3.8' 'wireless_tools' 'perl')
+depends=('linux=3.8' 'linux3.9' 'wireless_tools' 'perl')
 makedepends=('linux-headers')
 provides=($pkgname-utils $pkgname-bin)
 replaces=($pkgname-utils $pkgname-bin)

Modified: ndiswrapper.install
===
--- ndiswrapper.install 2013-02-21 01:16:15 UTC (rev 84630)
+++ ndiswrapper.install 2013-02-21 01:19:15 UTC (rev 84631)
@@ -5,7 +5,7 @@
 
 post_upgrade()
 {
-  EXTRAMODULES='extramodules-3.7-ARCH'
+  EXTRAMODULES='extramodules-3.8-ARCH'
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 02:19:26
  Author: foutrelis
Revision: 84632

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

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

--+
 community-staging-i686/PKGBUILD  |   48 +
 community-staging-i686/ndiswrapper.install   |   17 
 community-staging-x86_64/PKGBUILD|   48 +
 community-staging-x86_64/ndiswrapper.install |   17 
 4 files changed, 130 insertions(+)

Copied: ndiswrapper/repos/community-staging-i686/PKGBUILD (from rev 84631, 
ndiswrapper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-21 01:19:26 UTC (rev 84632)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+_extramodules=extramodules-3.8-ARCH
+pkgname=ndiswrapper
+pkgver=1.58
+pkgrel=2
+pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://ndiswrapper.sourceforge.net;
+install=ndiswrapper.install
+depends=('linux=3.8' 'linux3.9' 'wireless_tools' 'perl')
+makedepends=('linux-headers')
+provides=($pkgname-utils $pkgname-bin)
+replaces=($pkgname-utils $pkgname-bin)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+options=('!strip')
+sha1sums=('a256812b3136648ed93e04146d2276a3ca70957c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  # modinfo path fix
+  sed -i /modinfo/s/s/usr\// driver/Makefile
+
+  # make sure we point to the right build directory
+  sed -i /^KBUILD/ s,.*,KBUILD = $(readlink -f 
/usr/lib/modules/$_kver/build), driver/Makefile
+
+  make KVERS=$_kver
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make INST_DIR=usr/lib/modules/$_extramodules \
+KVERS=$_kver DESTDIR=$pkgdir/ install
+
+  gzip $pkgdir/usr/lib/modules/$_extramodules/$pkgname.ko
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ndiswrapper/repos/community-staging-i686/ndiswrapper.install (from rev 
84631, ndiswrapper/trunk/ndiswrapper.install)
===
--- community-staging-i686/ndiswrapper.install  (rev 0)
+++ community-staging-i686/ndiswrapper.install  2013-02-21 01:19:26 UTC (rev 
84632)
@@ -0,0 +1,17 @@
+post_install()
+{
+  post_upgrade
+}
+
+post_upgrade()
+{
+  EXTRAMODULES='extramodules-3.8-ARCH'
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove()
+{
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ndiswrapper/repos/community-staging-x86_64/PKGBUILD (from rev 84631, 
ndiswrapper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-21 01:19:26 UTC (rev 84632)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+_extramodules=extramodules-3.8-ARCH
+pkgname=ndiswrapper
+pkgver=1.58
+pkgrel=2
+pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://ndiswrapper.sourceforge.net;
+install=ndiswrapper.install
+depends=('linux=3.8' 'linux3.9' 'wireless_tools' 'perl')
+makedepends=('linux-headers')
+provides=($pkgname-utils $pkgname-bin)
+replaces=($pkgname-utils $pkgname-bin)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+options=('!strip')
+sha1sums=('a256812b3136648ed93e04146d2276a3ca70957c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  # modinfo path fix
+  sed -i /modinfo/s/s/usr\// driver/Makefile
+
+  # make sure we point to the right build directory
+  sed -i /^KBUILD/ s,.*,KBUILD = $(readlink -f 
/usr/lib/modules/$_kver/build), driver/Makefile
+
+  make KVERS=$_kver
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat 

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

2013-02-20 Thread Felix Yan
Date: Thursday, February 21, 2013 @ 02:33:19
  Author: fyan
Revision: 84633

archrelease: copy trunk to community-any

Added:
  sunpinyin-data/repos/community-any/PKGBUILD
(from rev 84632, sunpinyin-data/trunk/PKGBUILD)
Deleted:
  sunpinyin-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-21 01:19:26 UTC (rev 84632)
+++ PKGBUILD2013-02-21 01:33:19 UTC (rev 84633)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=sunpinyin-data
-pkgver=2.0.3.20121025
-pkgrel=1
-arch=('any')
-pkgdesc=Statistical language model data from open-gram project for sunpinyin
-license=('APACHE')
-provides=(sunpinyin-data-le=$pkgver)
-url=http://sunpinyin.googlecode.com;
-makedepends=(sunpinyin=$pkgver)
-source=('http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-20121025.tar.bz2'
-'http://open-gram.googlecode.com/files/dict.utf8-20120830.tar.bz2')
-
-build() {
-  mkdir -p $srcdir/raw
-  ln -sf $srcdir/lm_sc.t3g.arpa $srcdir/raw/lm_sc.t3g.arpa
-  ln -sf $srcdir/dict.utf8 $srcdir/raw/dict.utf8
-
-  ln -sf /usr/share/doc/sunpinyin/SLM-inst.mk $srcdir/raw/Makefile
-  cd $srcdir/raw
-  make
-}
-
-package() {
-  cd $srcdir/raw
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('0586241ca33359ad176c842c90bf563e'
- '52b9a47861bef707f65b682d52e8117f')

Copied: sunpinyin-data/repos/community-any/PKGBUILD (from rev 84632, 
sunpinyin-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-21 01:33:19 UTC (rev 84633)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=sunpinyin-data
+pkgver=2.0.3.20130220
+pkgrel=1
+arch=('any')
+pkgdesc=Statistical language model data from open-gram project for sunpinyin
+license=('APACHE')
+provides=(sunpinyin-data-le=$pkgver)
+url=http://sunpinyin.googlecode.com;
+makedepends=(sunpinyin)
+source=('http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-20121025.tar.bz2'
+'http://open-gram.googlecode.com/files/dict.utf8-20130220.tar.bz2')
+
+build() {
+  mkdir -p $srcdir/raw
+  ln -sf $srcdir/lm_sc.t3g.arpa $srcdir/raw/lm_sc.t3g.arpa
+  ln -sf $srcdir/dict.utf8 $srcdir/raw/dict.utf8
+
+  ln -sf /usr/share/doc/sunpinyin/SLM-inst.mk $srcdir/raw/Makefile
+  cd $srcdir/raw
+  make
+}
+
+package() {
+  cd $srcdir/raw
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('0586241ca33359ad176c842c90bf563e'
+ '1e95894a4a3d8923e86e7b78c77ac815')



[arch-commits] Commit in r8168/trunk (PKGBUILD linux-3.8.patch r8168.install)

2013-02-20 Thread Evangelos Foutras
Date: Thursday, February 21, 2013 @ 02:33:26
  Author: foutrelis
Revision: 84634

upgpkg: r8168 8.035.00-5

Linux 3.8 rebuild.

Added:
  r8168/trunk/linux-3.8.patch
Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

-+
 PKGBUILD|   10 +++---
 linux-3.8.patch |   48 
 r8168.install   |2 +-
 3 files changed, 56 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 01:33:19 UTC (rev 84633)
+++ PKGBUILD2013-02-21 01:33:26 UTC (rev 84634)
@@ -5,14 +5,15 @@
 
 pkgname=r8168
 pkgver=8.035.00
-pkgrel=4
+pkgrel=5
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)
 arch=('i686' 'x86_64')
 depends=('glibc' 'linux')
 makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
+linux-3.8.patch)
 install=$pkgname.install
 
 build() {
@@ -21,6 +22,8 @@
 
cd $pkgname-$pkgver
 
+   patch -Np1 -i $srcdir/linux-3.8.patch
+
# avoid using the Makefile directly -- it doesn't understand
# any kernel but the current.
make -C /usr/lib/modules/$KERNEL_RELEASE/build \
@@ -42,4 +45,5 @@
sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
 }
 
-sha256sums=('b904d31fc9bd6c97cc34479a0eba0e3a9bba5351a43b56dd5fff6b7dc1a5df73')
+sha256sums=('b904d31fc9bd6c97cc34479a0eba0e3a9bba5351a43b56dd5fff6b7dc1a5df73'
+'fcf49d6147a7db3e739e6798b41230c13403cdba8ef8db93e7691c4c1e4617c3')

Added: linux-3.8.patch
===
--- linux-3.8.patch (rev 0)
+++ linux-3.8.patch 2013-02-21 01:33:26 UTC (rev 84634)
@@ -0,0 +1,48 @@
+diff -upr r8168-8.035.00.orig/src/r8168_n.c r8168-8.035.00/src/r8168_n.c
+--- r8168-8.035.00.orig/src/r8168_n.c  2013-02-21 03:31:04.0 +0200
 r8168-8.035.00/src/r8168_n.c   2013-02-21 03:31:56.0 +0200
+@@ -14541,7 +14541,7 @@ rtl8168_phy_power_down (struct net_devic
+   spin_unlock_irqrestore(tp-phy_lock, flags);
+ }
+ 
+-static int __devinit
++static int
+ rtl8168_init_board(struct pci_dev *pdev,
+  struct net_device **dev_out,
+  void __iomem **ioaddr_out)
+@@ -14711,7 +14711,7 @@ err_out:
+   goto out;
+ }
+ 
+-static void __devinit
++static void
+ rtl8168_init_sequence(struct rtl8168_private *tp)
+ {
+   void __iomem *ioaddr = tp-mmio_addr;
+@@ -14964,7 +14964,7 @@ static const struct net_device_ops rtl81
+ };
+ #endif
+ 
+-static int __devinit
++static int
+ rtl8168_init_one(struct pci_dev *pdev,
+const struct pci_device_id *ent)
+ {
+@@ -15128,7 +15128,7 @@ rtl8168_init_one(struct pci_dev *pdev,
+   return 0;
+ }
+ 
+-static void __devexit
++static void
+ rtl8168_remove_one(struct pci_dev *pdev)
+ {
+   struct net_device *dev = pci_get_drvdata(pdev);
+@@ -17649,7 +17649,7 @@ static struct pci_driver rtl8168_pci_dri
+   .name   = MODULENAME,
+   .id_table   = rtl8168_pci_tbl,
+   .probe  = rtl8168_init_one,
+-  .remove = __devexit_p(rtl8168_remove_one),
++  .remove = rtl8168_remove_one,
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,11)
+   .shutdown   = rtl8168_shutdown,
+ #endif

Modified: r8168.install
===
--- r8168.install   2013-02-21 01:33:19 UTC (rev 84633)
+++ r8168.install   2013-02-21 01:33:26 UTC (rev 84634)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.7-ARCH'
+   EXTRAMODULES='extramodules-3.8-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



  1   2   >