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

2014-10-15 Thread Felix Yan
Date: Thursday, October 16, 2014 @ 08:09:35
  Author: fyan
Revision: 120761

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

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

--+
 /PKGBUILD|  148 +
 /mythbackend.service |   30 ++
 /mythtv.install  |   44 +
 community-i686/PKGBUILD  |   74 
 community-i686/mythbackend.service   |   15 ---
 community-i686/mythtv.install|   22 
 community-x86_64/PKGBUILD|   74 
 community-x86_64/mythbackend.service |   15 ---
 community-x86_64/mythtv.install  |   22 
 9 files changed, 222 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-16 06:08:41 UTC (rev 120760)
+++ community-i686/PKGBUILD 2014-10-16 06:09:35 UTC (rev 120761)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-# Contributor: Juergen Hoetzel 
-# Contributor: 
-# Contributor: dorphell 
-
-pkgname=mythtv
-pkgver=0.27.3
-pkgrel=3
-epoch=1
-pkgdesc="A Homebrew PVR project"
-arch=('i686' 'x86_64')
-url="http://www.mythtv.org/";
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 
'libgl'
- 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'libx264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support'
-'udisks: detect changes to removable media'
-'xmltv: to download tv listings')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz";
-'mythbackend.service'
-
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
-'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
-'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/$pkgname"
-
-  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
-  patch -Np2 -i "$srcdir/libcec-2-support.2.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/$pkgname"
-
-  ARCH="${CARCH/_/-}"
-  ./configure --prefix=/usr \
-  --cpu="$ARCH" \
-  --disable-altivec \
-  --disable-audio-jack \
-  --disable-ccache \
-  --disable-distcc \
-  --enable-libfftw3 \
-  --enable-libmp3lame \
-  --enable-libvpx \
-  --enable-libx264 \
-  --enable-vaapi \
-  --python=python2 \
-  --perl-config-opts=INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/$pkgname"
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -D -m644 "$srcdir/mythbackend.service" 
"$pkgdir/usr/lib/systemd/system/mythbackend.service"
-  install -D -m644 'database/mc.sql' "$pkgdir/usr/share/mythtv/mc.sql"
-
-  mkdir -p "$pkgdir/usr/share/mythtv"
-  cp -R 'contrib' "$pkgdir/usr/share/mythtv"
-  mkdir -p "$pkgdir/var/log/mythtv"
-}

Copied: mythtv/repos/community-i686/PKGBUILD (from rev 120760, 
mythtv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-16 06:09:35 UTC (rev 120761)
@@ -0,0 +1,74 @@
+# $Id$
+# Ma

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

2014-10-15 Thread Felix Yan
Date: Thursday, October 16, 2014 @ 08:08:41
  Author: fyan
Revision: 120760

upgpkg: mythtv 1:0.27.4-1

upstream new release

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-16 06:00:18 UTC (rev 120759)
+++ PKGBUILD2014-10-16 06:08:41 UTC (rev 120760)
@@ -6,8 +6,8 @@
 # Contributor: dorphell 
 
 pkgname=mythtv
-pkgver=0.27.3
-pkgrel=3
+pkgver=0.27.4
+pkgrel=1
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz";
 'mythbackend.service'
 
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
+sha256sums=('0e9ee768e7e6da8f964742b5bfa3393d84d99d2558d062815b0b212d7930d69c'
 'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
 '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
 


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

2014-10-15 Thread Laurent Carlier
Date: Thursday, October 16, 2014 @ 08:00:18
  Author: lcarlier
Revision: 120759

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-16 06:00:06 UTC (rev 120758)
+++ community-i686/PKGBUILD 2014-10-16 06:00:18 UTC (rev 120759)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh 
-
-pkgname=hatari
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='An Atari ST and STE emulator'
-arch=('i686' 'x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl' 'libpng')
-makedepends=('cmake')
-source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('67b16ec0a0994aa6a935b193254118e0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: hatari/repos/community-i686/PKGBUILD (from rev 120758, 
hatari/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-16 06:00:18 UTC (rev 120759)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh 
+
+pkgname=hatari
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'libpng' 'portaudio')
+makedepends=('cmake')
+source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('f78cf673debbbe2d523415ab605550e1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-16 06:00:06 UTC (rev 120758)
+++ community-x86_64/PKGBUILD   2014-10-16 06:00:18 UTC (rev 120759)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh 
-
-pkgname=hatari
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='An Atari ST and STE emulator'
-arch=('i686' 'x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl' 'libpng')
-makedepends=('cmake')
-source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('67b16ec0a0994aa6a935b193254118e0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: hatari/repos/community-x86_64/PKGBUILD (from rev 120758, 
hatari/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-16 06:00:18 UTC (rev 120759)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh 
+
+pkgname=hatari
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'libpng' 'portaudio')
+makedepends=('cmake')
+source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('f78cf673debbbe2d523415ab605550e1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-15 Thread Laurent Carlier
Date: Thursday, October 16, 2014 @ 08:00:06
  Author: lcarlier
Revision: 120758

upgpkg: hatari 1.8.0-1

upstream update 1.8.0

Modified:
  hatari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-16 05:54:24 UTC (rev 120757)
+++ PKGBUILD2014-10-16 06:00:06 UTC (rev 120758)
@@ -2,16 +2,16 @@
 # Maintainer: Shinlun Hsieh 
 
 pkgname=hatari
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='An Atari ST and STE emulator'
 arch=('i686' 'x86_64')
 url='http://hatari.sourceforge.net/'
 license=('GPL')
-depends=('sdl' 'libpng')
+depends=('sdl' 'libpng' 'portaudio')
 makedepends=('cmake')
 
source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('67b16ec0a0994aa6a935b193254118e0')
+md5sums=('f78cf673debbbe2d523415ab605550e1')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-10-15 Thread Laurent Carlier
Date: Thursday, October 16, 2014 @ 07:54:11
  Author: lcarlier
Revision: 120756

upgpkg: iasl 20140926-1

upstream update 20140926

Modified:
  iasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-16 03:19:35 UTC (rev 120755)
+++ PKGBUILD2014-10-16 05:54:11 UTC (rev 120756)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino 
 
 pkgname=iasl
-pkgver=20140724
+pkgver=20140926
 pkgrel=1
 pkgdesc="Intel ACPI Source Language compiler"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 #install=iasl.install
 source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz
LICENSE)
-md5sums=('ae8e83b353510a73f24dc43840f6a662'
+md5sums=('47496f7abe1a73f5911a1e0d304bb246'
  '8615526144f69ea4e870d9bc37df9b29')
 
 build() {


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

2014-10-15 Thread Laurent Carlier
Date: Thursday, October 16, 2014 @ 07:54:24
  Author: lcarlier
Revision: 120757

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

Added:
  iasl/repos/community-i686/LICENSE
(from rev 120756, iasl/trunk/LICENSE)
  iasl/repos/community-i686/PKGBUILD
(from rev 120756, iasl/trunk/PKGBUILD)
  iasl/repos/community-i686/iasl.install
(from rev 120756, iasl/trunk/iasl.install)
  iasl/repos/community-x86_64/LICENSE
(from rev 120756, iasl/trunk/LICENSE)
  iasl/repos/community-x86_64/PKGBUILD
(from rev 120756, iasl/trunk/PKGBUILD)
  iasl/repos/community-x86_64/iasl.install
(from rev 120756, iasl/trunk/iasl.install)
Deleted:
  iasl/repos/community-i686/LICENSE
  iasl/repos/community-i686/PKGBUILD
  iasl/repos/community-i686/iasl.install
  iasl/repos/community-x86_64/LICENSE
  iasl/repos/community-x86_64/PKGBUILD
  iasl/repos/community-x86_64/iasl.install

---+
 /LICENSE  |   66 +++
 /PKGBUILD |   74 
 /iasl.install |   34 ++
 community-i686/LICENSE|   33 -
 community-i686/PKGBUILD   |   37 
 community-i686/iasl.install   |   17 -
 community-x86_64/LICENSE  |   33 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/iasl.install |   17 -
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-10-16 05:54:11 UTC (rev 120756)
+++ community-i686/LICENSE  2014-10-16 05:54:24 UTC (rev 120757)
@@ -1,33 +0,0 @@
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively, 
the "Software") until you have carefully read the following terms and 
conditions. By loading or using the Software, you agree to the terms of this 
Agreement. If you do not wish to so agree, do not install or use the Software.
-
-1. COPYRIGHT NOTICE
-Some or all of this work - Copyright © 1999-2008, Intel Corp. All rights 
reserved.
-
-2. LICENSE
-
-2.1. This is your license from Intel Corp. under its intellectual property 
rights. You may have additional license terms from the party that provided you 
this software, covering your right to use that party's intellectual property 
rights.
-
-2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a copy 
of the source code appearing in this file ("Covered Code") an irrevocable, 
perpetual, worldwide license under Intel's copyrights in the base code 
distributed originally by Intel ("Original Intel Code") to copy, make 
derivatives, distribute, use and display any portion of the Covered Code in any 
form, with the right to sublicense such rights; and
-
-2.3. Intel grants Licensee a non-exclusive and non-transferable patent license 
(with the right to sublicense), under only those claims of Intel patents that 
are infringed by the Original Intel Code, to make, use, sell, offer to sell, 
and import the Covered Code and derivative works thereof solely to the minimum 
extent necessary to exercise the above copyright license, and in no event shall 
the patent license extend to any additions to or modifications of the Original 
Intel Code. No other license or right is granted directly or by implication, 
estoppel or otherwise; The above copyright and patent license is granted only 
if the following conditions are met:
-
-3. CONDITIONS
-
-3.1. Redistribution of Source with Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification with rights to further distribute source must include the above 
Copyright Notice, the above License, this list of Conditions, and the following 
Disclaimer and Export Compliance provision. In addition, Licensee must cause 
all Covered Code to which Licensee contributes to contain a file documenting 
the changes Licensee made to create that Covered Code and the date of any 
change. Licensee must include in that file the documentation of any changes 
made by any predecessor Licensee. Licensee must include a prominent statement 
that the modification is derived, directly or indirectly, from Original Intel 
Code.
-
-3.2. Redistribution of Source with no Rights to Further Distribute Source. 
Redistribution of source code of any substantial portion of the Covered Code or 
modification without rights to further distribute source must include the 
following Disclaimer and Export Compliance provision in the documentation 
and/or other materials provided with distribution. In addition, Licensee may 
not authorize further sublicense of source of any portion of the Covered Code, 
and must include terms to the effect that the license from Licensee to its 
licensee is limited to the intellectu

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

2014-10-15 Thread Felix Yan
Date: Thursday, October 16, 2014 @ 05:19:35
  Author: fyan
Revision: 120755

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-16 03:18:44 UTC (rev 120754)
+++ community-i686/PKGBUILD 2014-10-16 03:19:35 UTC (rev 120755)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
-  
sha256sums=('fe3991b5be4e748b14648133665ed885db89e0aa9d711ef02ebbd0221b9df4c4')
-else
-  
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-  
sha256sums=('1a8604aaff1f6f16f74c901e5b1c52c9f846e14dd6e6df2927d3bbf36dd2')
-fi
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 120754, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-16 03:19:35 UTC (rev 120755)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
+  
sha256sums=('d29386ff7e416a079b4baa7e010e0f57a196314f455cded882aa17db5519db1a')
+else
+  
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
+  
sha256sums=('d42844a713347f5efb30003f50d3526bdf0de4b55ba19adb6facfd7368ae053c')
+fi
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x "$pkgname-sdk/bin/"*
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
+  setconf docgen BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
+

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

2014-10-15 Thread Felix Yan
Date: Thursday, October 16, 2014 @ 05:18:44
  Author: fyan
Revision: 120754

upgpkg: dart 1.7.2-1

upstream new release

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-16 02:50:08 UTC (rev 120753)
+++ PKGBUILD2014-10-16 03:18:44 UTC (rev 120754)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.6.0
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,10 +17,10 @@
 
 if [[ $CARCH == x86_64 ]]; then
   
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
-  
sha256sums=('fe3991b5be4e748b14648133665ed885db89e0aa9d711ef02ebbd0221b9df4c4')
+  
sha256sums=('d29386ff7e416a079b4baa7e010e0f57a196314f455cded882aa17db5519db1a')
 else
   
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-  
sha256sums=('1a8604aaff1f6f16f74c901e5b1c52c9f846e14dd6e6df2927d3bbf36dd2')
+  
sha256sums=('d42844a713347f5efb30003f50d3526bdf0de4b55ba19adb6facfd7368ae053c')
 fi
 
 prepare() {


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

2014-10-15 Thread Eric Bélanger
Date: Thursday, October 16, 2014 @ 04:50:08
  Author: eric
Revision: 120753

archrelease: copy trunk to community-any

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

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

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

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


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

2014-10-15 Thread Eric Bélanger
Date: Thursday, October 16, 2014 @ 04:48:18
  Author: eric
Revision: 120752

upgpkg: youtube-dl 2014.10.15-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 23:19:06 UTC (rev 120751)
+++ PKGBUILD2014-10-16 02:48:18 UTC (rev 120752)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2014.10.13
+pkgver=2014.10.15
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('6858c98d975a635990cd07dc4a5c96220738befc'
+sha1sums=('35050e7c9c7cffa1997395427d959648d07e11c7'
   'SKIP')
 
 prepare() {


[arch-commits] Commit in (re-alpine)

2014-10-15 Thread Eric Bélanger
Date: Thursday, October 16, 2014 @ 02:39:44
  Author: eric
Revision: 224463

Remove from repo

Deleted:
  re-alpine/


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 22:22:38
  Author: jgc
Revision: 224458

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

Added:
  webkit2gtk/repos/testing-i686/PKGBUILD
(from rev 224457, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/testing-i686/fix-pretty-quotes.patch
(from rev 224457, webkit2gtk/trunk/fix-pretty-quotes.patch)
  webkit2gtk/repos/testing-x86_64/PKGBUILD
(from rev 224457, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/testing-x86_64/fix-pretty-quotes.patch
(from rev 224457, webkit2gtk/trunk/fix-pretty-quotes.patch)
Deleted:
  webkit2gtk/repos/testing-i686/PKGBUILD
  webkit2gtk/repos/testing-i686/fix-pretty-quotes.patch
  webkit2gtk/repos/testing-x86_64/PKGBUILD
  webkit2gtk/repos/testing-x86_64/fix-pretty-quotes.patch

+
 /PKGBUILD  |  108 +++
 /fix-pretty-quotes.patch   |   52 ++
 testing-i686/PKGBUILD  |   54 ---
 testing-i686/fix-pretty-quotes.patch   |   26 ---
 testing-x86_64/PKGBUILD|   54 ---
 testing-x86_64/fix-pretty-quotes.patch |   26 ---
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 20:22:32 UTC (rev 224457)
+++ testing-i686/PKGBUILD   2014-10-15 20:22:38 UTC (rev 224458)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=webkit2gtk
-pkgver=2.6.0
-pkgrel=2
-pkgdesc="GTK+ Web content engine library"
-arch=(i686 x86_64)
-url="http://webkitgtk.org/";
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu gtk3)
-makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc 
cmake python)
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
-fix-pretty-quotes.patch)
-sha256sums=('beb702b3d57d5323b6eecc7f517033777454ea59f1d897d2d96090756aadf4f3'
-'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
-
-prepare() {
-  mkdir build
-
-  cd webkitgtk-$pkgver
-  patch -Np0 -i ../fix-pretty-quotes.patch
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-  rm -r Source/ThirdParty/gtest/
-  rm -r Source/ThirdParty/qunit/
-}
-
-build() {
-  cd build
-  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
-  cd "$srcdir/webkitgtk-$pkgver/Source"
-  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
-echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
-  done
-}

Copied: webkit2gtk/repos/testing-i686/PKGBUILD (from rev 224457, 
webkit2gtk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 20:22:38 UTC (rev 224458)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=webkit2gtk
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/";
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu gtk3)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc 
cmake python)
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('c846a662762dd79c26e77fa36348e706d217d1385bb2dbdcfc28a5a1476c6d54'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  patch -Np0 -i ../fix-pretty-quotes.patch
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+   

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 22:22:32
  Author: jgc
Revision: 224457

upgpkg: webkit2gtk 2.6.1-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 18:53:54 UTC (rev 224456)
+++ PKGBUILD2014-10-15 20:22:32 UTC (rev 224457)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=webkit2gtk
-pkgver=2.6.0
-pkgrel=2
+pkgver=2.6.1
+pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(i686 x86_64)
 url="http://webkitgtk.org/";
@@ -18,7 +18,7 @@
 options=(!emptydirs)
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
 fix-pretty-quotes.patch)
-sha256sums=('beb702b3d57d5323b6eecc7f517033777454ea59f1d897d2d96090756aadf4f3'
+sha256sums=('c846a662762dd79c26e77fa36348e706d217d1385bb2dbdcfc28a5a1476c6d54'
 '56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
 
 prepare() {


[arch-commits] Commit in gsettings-desktop-schemas/repos/testing-any (4 files)

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 20:53:54
  Author: jgc
Revision: 224456

archrelease: copy trunk to testing-any

Added:
  gsettings-desktop-schemas/repos/testing-any/PKGBUILD
(from rev 224455, gsettings-desktop-schemas/trunk/PKGBUILD)
  gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install
(from rev 224455, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/testing-any/PKGBUILD
  gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install

---+
 PKGBUILD  |   58 ++--
 gsettings-desktop-schemas.install |   22 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 18:53:50 UTC (rev 224455)
+++ PKGBUILD2014-10-15 18:53:54 UTC (rev 224456)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=(any)
-url="http://live.gnome.org/";
-license=(GPL)
-depends=(glib2)
-makedepends=(intltool gobject-introspection python2)
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf3ba58f6257155080b1872b4a6ce4a2424bb7af3f08e607b428cb47b065f2d7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gsettings-desktop-schemas/repos/testing-any/PKGBUILD (from rev 224455, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 18:53:54 UTC (rev 224456)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="http://live.gnome.org/";
+license=(GPL)
+depends=(glib2)
+makedepends=(intltool gobject-introspection python2)
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('217eba09f0fb263dcb8ce6efa21c9afaf0504ac1d937732d1af1c6724c05f065')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2014-10-15 18:53:50 UTC (rev 224455)
+++ gsettings-desktop-schemas.install   2014-10-15 18:53:54 UTC (rev 224456)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install 
(from rev 224455, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2014-10-15 18:53:54 UTC (rev 224456)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 20:53:50
  Author: jgc
Revision: 224455

upgpkg: gsettings-desktop-schemas 3.14.1-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 18:50:46 UTC (rev 224454)
+++ PKGBUILD2014-10-15 18:53:50 UTC (rev 224455)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=(intltool gobject-introspection python2)
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf3ba58f6257155080b1872b4a6ce4a2424bb7af3f08e607b428cb47b065f2d7')
+sha256sums=('217eba09f0fb263dcb8ce6efa21c9afaf0504ac1d937732d1af1c6724c05f065')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 20:50:46
  Author: jgc
Revision: 224454

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

Added:
  gnome-sudoku/repos/testing-i686/PKGBUILD
(from rev 224453, gnome-sudoku/trunk/PKGBUILD)
  gnome-sudoku/repos/testing-i686/gnome-sudoku.install
(from rev 224453, gnome-sudoku/trunk/gnome-sudoku.install)
  gnome-sudoku/repos/testing-x86_64/PKGBUILD
(from rev 224453, gnome-sudoku/trunk/PKGBUILD)
  gnome-sudoku/repos/testing-x86_64/gnome-sudoku.install
(from rev 224453, gnome-sudoku/trunk/gnome-sudoku.install)
Deleted:
  gnome-sudoku/repos/testing-i686/PKGBUILD
  gnome-sudoku/repos/testing-i686/gnome-sudoku.install
  gnome-sudoku/repos/testing-x86_64/PKGBUILD
  gnome-sudoku/repos/testing-x86_64/gnome-sudoku.install

-+
 /PKGBUILD   |   68 ++
 /gnome-sudoku.install   |   24 
 testing-i686/PKGBUILD   |   34 -
 testing-i686/gnome-sudoku.install   |   12 --
 testing-x86_64/PKGBUILD |   34 -
 testing-x86_64/gnome-sudoku.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 18:50:41 UTC (rev 224453)
+++ testing-i686/PKGBUILD   2014-10-15 18:50:46 UTC (rev 224454)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-sudoku
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Test your logic skills in this number grid puzzle"
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('hicolor-icon-theme' 'dconf' 'gtk3' 'qqwing' 'libgee' 'json-glib')
-makedepends=('intltool' 'itstool' 'vala')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-sudoku.install
-url="https://live.gnome.org/GnomeSudoku";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5bc27572ccb503858ffecae25442a38f846b23b403e0ffe43365e5cfca73a2fd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
"$pkgdir/usr/bin/gnome-sudoku"
-}

Copied: gnome-sudoku/repos/testing-i686/PKGBUILD (from rev 224453, 
gnome-sudoku/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 18:50:46 UTC (rev 224454)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-sudoku
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Test your logic skills in this number grid puzzle"
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('hicolor-icon-theme' 'dconf' 'gtk3' 'qqwing' 'libgee' 'json-glib')
+makedepends=('intltool' 'itstool' 'vala')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-sudoku.install
+url="https://live.gnome.org/GnomeSudoku";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b167d8bf29f7af0659367cb6f176b4f421c553d3667a13711f5b4b78a3f0e82c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
"$pkgdir/usr/bin/gnome-sudoku"
+}

Deleted: testing-i686/gnome-sudoku.install
===
--- testing-i686/gnome-sudoku.install   2014-10-15 18:50:41 UTC (rev 224453)
+++ testing-i686/gnome-sudoku.install   2014-10-15 18:50:46 UTC (rev 224454)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-sudoku/repos/testing-i686/gnome-sudoku.install (from rev 224453, 
gnome-sudoku/trunk/gnome-sudoku.install)
===
--- testing-i686/gnome-sudoku.install   (rev 0)
+++ testing-i686/gnome-sudoku.install   2014-10-15 18:50:46 UTC (rev 224454)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
---

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 20:50:41
  Author: jgc
Revision: 224453

upgpkg: gnome-sudoku 3.14.1-1

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:55:40 UTC (rev 224452)
+++ PKGBUILD2014-10-15 18:50:41 UTC (rev 224453)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/GnomeSudoku";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5bc27572ccb503858ffecae25442a38f846b23b403e0ffe43365e5cfca73a2fd')
+sha256sums=('b167d8bf29f7af0659367cb6f176b4f421c553d3667a13711f5b4b78a3f0e82c')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-15 Thread Jonathan Steel
Date: Wednesday, October 15, 2014 @ 20:23:10
  Author: jsteel
Revision: 120735

archrelease: copy trunk to community-any

Added:
  clonezilla/repos/community-any/PKGBUILD
(from rev 120734, clonezilla/trunk/PKGBUILD)
  clonezilla/repos/community-any/usrbin.patch
(from rev 120734, clonezilla/trunk/usrbin.patch)
Deleted:
  clonezilla/repos/community-any/PKGBUILD
  clonezilla/repos/community-any/usrbin.patch

--+
 PKGBUILD |   61 -
 usrbin.patch |   26 
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 18:22:57 UTC (rev 120734)
+++ PKGBUILD2014-10-15 18:23:10 UTC (rev 120735)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.10.11
-pkgrel=2
-pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
-arch=('any')
-url="http://clonezilla.org";
-license=('GPL')
-depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
- 'gptfdisk' 'dosfstools')
-backup=('etc/drbl/drbl-ocs.conf')
-source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-md5sums=('3820052fbb32a5b2c1de9e7595c412f0'
- 'a976c9209f7bbccd352a9d0a5c8b41ae')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install  
-}

Copied: clonezilla/repos/community-any/PKGBUILD (from rev 120734, 
clonezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 18:23:10 UTC (rev 120735)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.10.11
+pkgrel=3
+pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
+arch=('any')
+url="http://clonezilla.org";
+license=('GPL2')
+depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
+ 'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
+ 'xz' 'pixz')
+backup=('etc/drbl/drbl-ocs.conf')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('3820052fbb32a5b2c1de9e7595c412f0'
+ 'a976c9209f7bbccd352a9d0a5c8b41ae')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install  
+}

Deleted: usrbin.patch
===
--- usrbin.patch2014-10-15 18:22:57 UTC (rev 120734)
+++ usrbin.patch2014-10-15 18:23:10 UTC (rev 120735)
@@ -1,13 +0,0 @@
 Makefile.orig  2013-05-30 17:42:49.851418658 +0100
-+++ Makefile   2013-05-30 17:44:41.157482402 +0100
-@@ -18,8 +18,8 @@
- 
- install:
-   # install exec files
--  install -d ${DESTDIR}/usr/
--  cp -a sbin bin ${DESTDIR}/usr/
-+  install -d ${DESTDIR}/usr/bin
-+  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
- 
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/

Copied: clonezilla/repos/community-any/usrbin.patch (from rev 120734, 
clonezilla/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2014-10-15 18:23:10 UTC (rev 120735)
@@ -0,0 +1,13 @@
+--- Makefile.orig  2013-05-30 17:42:49.851418658 +0100
 Makefile   2013-05-30 17:44:41.157482402 +0100
+@@ -18,8 +18,8 @@
+ 
+ install:
+   # install exec files
+-  install -d ${DESTDIR}/usr/
+-  cp -a sbin bin ${DESTDIR}/usr/
++  install -d ${DESTDIR}/usr/bin
++  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
+ 
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/


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

2014-10-15 Thread Jonathan Steel
Date: Wednesday, October 15, 2014 @ 20:22:57
  Author: jsteel
Revision: 120734

upgpkg: clonezilla 3.10.11-3

Modified:
  clonezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:45:50 UTC (rev 120733)
+++ PKGBUILD2014-10-15 18:22:57 UTC (rev 120734)
@@ -1,16 +1,17 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Jonathan Steel 
 # Contributor: M0Rf30
 
 pkgname=clonezilla
 pkgver=3.10.11
-pkgrel=2
+pkgrel=3
 pkgdesc="The Free and Open Source Software for Disk Imaging and Cloning"
 arch=('any')
 url="http://clonezilla.org";
-license=('GPL')
+license=('GPL2')
 depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
- 'gptfdisk' 'dosfstools')
+ 'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
+ 'xz' 'pixz')
 backup=('etc/drbl/drbl-ocs.conf')
 source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
 usrbin.patch)


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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:55:40
  Author: bpiotrowski
Revision: 224452

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

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

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/nvidia-lts.install   |   15 +++
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/nvidia-lts.install |   15 +++
 4 files changed, 126 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 224451, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 17:55:40 UTC (rev 224452)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=343.22
+_extramodules=extramodules-3.14-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.21' "nvidia-utils=$pkgver" 'nvidia-libgl')
+makedepends=('linux-lts-headers>=3.14.21')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 224451, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2014-10-15 17:55:40 UTC (rev 224452)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 224451, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-15 17:55:40 UTC (rev 224452)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=343.22
+_extramodules=extramodules-3.14-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.21' "nvidia-utils=$pkgver" 'nvidia-libgl')
+makedepends=('linux-lts-headers>=3.14.21')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+

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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:55:28
  Author: bpiotrowski
Revision: 224451

upgpkg: nvidia-lts 343.22-4

rebuild against linux-lts 3.14.22

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:36:40 UTC (rev 224450)
+++ PKGBUILD2014-10-15 17:55:28 UTC (rev 224451)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=343.22
 _extramodules=extramodules-3.14-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";


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

2014-10-15 Thread Jonathan Steel
Date: Wednesday, October 15, 2014 @ 19:45:32
  Author: jsteel
Revision: 120732

upgpkg: pixz 1.0.2-2

Modified:
  pixz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:38:10 UTC (rev 120731)
+++ PKGBUILD2014-10-15 17:45:32 UTC (rev 120732)
@@ -3,7 +3,7 @@
 
 pkgname=pixz
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel, indexed xz compressor"
 arch=('i686' 'x86_64')
 url="https://github.com/vasi/pixz";


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

2014-10-15 Thread Jonathan Steel
Date: Wednesday, October 15, 2014 @ 19:45:50
  Author: jsteel
Revision: 120733

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

Added:
  pixz/repos/community-i686/
  pixz/repos/community-i686/PKGBUILD
(from rev 120732, pixz/trunk/PKGBUILD)
  pixz/repos/community-x86_64/
  pixz/repos/community-x86_64/PKGBUILD
(from rev 120732, pixz/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   36 
 community-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: pixz/repos/community-i686/PKGBUILD (from rev 120732, 
pixz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-15 17:45:50 UTC (rev 120733)
@@ -0,0 +1,36 @@
+# Maintainer:  Jonathan Steel 
+# Contributor: Christian Krause ("wookietreiber") 

+
+pkgname=pixz
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Parallel, indexed xz compressor"
+arch=('i686' 'x86_64')
+url="https://github.com/vasi/pixz";
+license=('custom')
+depends=('libarchive')
+makedepends=('asciidoc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vasi/pixz/archive/v$pkgver.tar.gz)
+md5sums=('4c6023362d5f9d48939cc4f55daaaeb0')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # fix missing -lm
+  sed -i 's/-llzma/-lm -llzma/' Makefile
+
+  make
+
+  # generate manpage
+  a2x --doctype manpage --format manpage pixz.1.asciidoc
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -Dm 755 pixz   "$pkgdir"/usr/bin/pixz
+  install -Dm 644 pixz.1 "$pkgdir"/usr/share/man/man1/pixz.1
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: pixz/repos/community-x86_64/PKGBUILD (from rev 120732, 
pixz/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-15 17:45:50 UTC (rev 120733)
@@ -0,0 +1,36 @@
+# Maintainer:  Jonathan Steel 
+# Contributor: Christian Krause ("wookietreiber") 

+
+pkgname=pixz
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Parallel, indexed xz compressor"
+arch=('i686' 'x86_64')
+url="https://github.com/vasi/pixz";
+license=('custom')
+depends=('libarchive')
+makedepends=('asciidoc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vasi/pixz/archive/v$pkgver.tar.gz)
+md5sums=('4c6023362d5f9d48939cc4f55daaaeb0')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # fix missing -lm
+  sed -i 's/-llzma/-lm -llzma/' Makefile
+
+  make
+
+  # generate manpage
+  a2x --doctype manpage --format manpage pixz.1.asciidoc
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -Dm 755 pixz   "$pkgdir"/usr/bin/pixz
+  install -Dm 644 pixz.1 "$pkgdir"/usr/share/man/man1/pixz.1
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2014-10-15 Thread Jonathan Steel
Date: Wednesday, October 15, 2014 @ 19:38:03
  Author: jsteel
Revision: 120730

Adding pixz to [community] as a dependency of clonezilla

Added:
  pixz/
  pixz/repos/
  pixz/trunk/
  pixz/trunk/PKGBUILD

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

Added: pixz/trunk/PKGBUILD
===
--- pixz/trunk/PKGBUILD (rev 0)
+++ pixz/trunk/PKGBUILD 2014-10-15 17:38:03 UTC (rev 120730)
@@ -0,0 +1,36 @@
+# Maintainer:  Jonathan Steel 
+# Contributor: Christian Krause ("wookietreiber") 

+
+pkgname=pixz
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Parallel, indexed xz compressor"
+arch=('i686' 'x86_64')
+url="https://github.com/vasi/pixz";
+license=('custom')
+depends=('libarchive')
+makedepends=('asciidoc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vasi/pixz/archive/v$pkgver.tar.gz)
+md5sums=('4c6023362d5f9d48939cc4f55daaaeb0')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # fix missing -lm
+  sed -i 's/-llzma/-lm -llzma/' Makefile
+
+  make
+
+  # generate manpage
+  a2x --doctype manpage --format manpage pixz.1.asciidoc
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -Dm 755 pixz   "$pkgdir"/usr/bin/pixz
+  install -Dm 644 pixz.1 "$pkgdir"/usr/share/man/man1/pixz.1
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:38:10
  Author: bpiotrowski
Revision: 120731

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 120729, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 120729, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 120729, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 120729, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 120730, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 120730, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 120730, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 120730, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  132 ++
 /build.sh |  120 +
 /virtualbox-guest-modules-lts.install |   42 +++
 /virtualbox-host-modules-lts.install  |   46 +++
 community-testing-i686/PKGBUILD   |   66 -
 community-testing-i686/build.sh   |   60 
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 -
 community-testing-i686/virtualbox-host-modules-lts.install|   23 -
 community-testing-x86_64/PKGBUILD |   66 -
 community-testing-x86_64/build.sh |   60 
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 -
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 -
 12 files changed, 340 insertions(+), 340 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-10-15 17:38:03 UTC (rev 120730)
+++ community-testing-i686/PKGBUILD 2014-10-15 17:38:10 UTC (rev 120731)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.18
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts>=3.14' 'linux-lts<3.15'
- 'linux-lts-headers>=3.14' 'linux-lts-headers<3.15'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts>=3.14' 'linux-lts<3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -

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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:37:37
  Author: bpiotrowski
Revision: 120726

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

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

+
 community-testing-i686/PKGBUILD|   35 +++
 community-testing-i686/r8168-lts.install   |   17 +
 community-testing-x86_64/PKGBUILD  |   35 +++
 community-testing-x86_64/r8168-lts.install |   17 +
 4 files changed, 104 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 120725, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-15 17:37:37 UTC (rev 120726)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw";
+url="https://code.google.com/p/r8168/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=3.14.21" "linux-lts<3.15")
+makedepends=("linux-lts-headers>=3.14" "linux-lts-headers<3.15")
+install=$pkgname.install
+source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";
+   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
120725, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-i686/r8168-lts.install(rev 0)
+++ community-testing-i686/r8168-lts.install2014-10-15 17:37:37 UTC (rev 
120726)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.14-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 120725, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-15 17:37:37 UTC (rev 120726)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw";
+url="https://code.google.com/p/r8168/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=3.14.21" "linux-lts<3.15")
+makedepends=("linux-lts-headers>=3.14" "linux-lts-headers<3.15")
+install=$pkgname.install
+source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";
+   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgd

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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:37:39
  Author: bpiotrowski
Revision: 120727

upgpkg: tp_smapi-lts 0.41-34

rebuild against linux-lts 3.14.22

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:37:37 UTC (rev 120726)
+++ PKGBUILD2014-10-15 17:37:39 UTC (rev 120727)
@@ -12,7 +12,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.14-lts
 pkgver=0.41
-pkgrel=33
+pkgrel=34
 pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:37:50
  Author: bpiotrowski
Revision: 120728

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

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

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

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

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 120727, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2014-10-15 17:37:50 UTC (rev 
120728)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.14-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 120727, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-15 17:37:50 UTC (rev 120728)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=34
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=3.14.21' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14' 'linux-lts-headers<3.15')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgv

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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:37:14
  Author: bpiotrowski
Revision: 120725

upgpkg: r8168-lts 8.039.00-4

rebuild against linux-lts 3.14.22

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:36:56 UTC (rev 120724)
+++ PKGBUILD2014-10-15 17:37:14 UTC (rev 120725)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.039.00
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 #url="http://www.realtek.com.tw";
 url="https://code.google.com/p/r8168/";


[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:37:53
  Author: bpiotrowski
Revision: 120729

upgpkg: virtualbox-modules-lts 4.3.18-3

rebuild against linux-lts 3.14.22

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:37:50 UTC (rev 120728)
+++ PKGBUILD2014-10-15 17:37:53 UTC (rev 120729)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.18
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:36:56
  Author: bpiotrowski
Revision: 120724

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

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

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

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

Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from 
rev 120723, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2014-10-15 17:36:56 UTC (rev 
120724)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 120723, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-x86_64/bbswitch-lts.install   
(rev 0)
+++ community-testing-x86_64/bbswitch-lts.i

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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:36:40
  Author: bpiotrowski
Revision: 224450

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

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

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

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 224449, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 17:36:40 UTC (rev 224450)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.123
+_extramodules=extramodules-3.14-lts
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.21' 'nvidia-304xx-libgl' 
"nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.21')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
224449, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2014-10-15 17:36:40 UTC (rev 
224450)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 224449, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-15 17:36:40 UTC (rev 224450)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.123
+_extramodules=extramodules-3.14-lts
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.21' 'nvidia-304xx-libgl' 
"nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.21')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ht

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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:36:33
  Author: bpiotrowski
Revision: 120723

upgpkg: bbswitch-lts 0.8-3

rebuild against linux-lts 3.14.22

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:36:30 UTC (rev 120722)
+++ PKGBUILD2014-10-15 17:36:33 UTC (rev 120723)
@@ -7,7 +7,7 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=2
+pkgrel=3
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)


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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:36:29
  Author: bpiotrowski
Revision: 224449

upgpkg: nvidia-304xx-lts 304.123-6

rebuild against linux-lts 3.14.22

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:13:27 UTC (rev 224448)
+++ PKGBUILD2014-10-15 17:36:29 UTC (rev 224449)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.123
 _extramodules=extramodules-3.14-lts
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";


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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:36:30
  Author: bpiotrowski
Revision: 120722

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

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

+
 community-testing-i686/PKGBUILD|   41 +++
 community-testing-i686/acpi_call.install   |   14 +
 community-testing-x86_64/PKGBUILD  |   41 +++
 community-testing-x86_64/acpi_call.install |   14 +
 4 files changed, 110 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 120721, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-15 17:36:30 UTC (rev 120722)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=12
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*}";
+license=('GPL')
+depends=('linux-lts>=3.14.21')
+makedepends=('linux-lts-headers>=3.14.21')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
120721, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-10-15 17:36:30 UTC (rev 
120722)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.14-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 120721, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-15 17:36:30 UTC (rev 120722)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=12
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*}";
+license=('GPL')
+depends=('linux-lts>=3.14.21')
+makedepends=('linux-lts-headers>=3.14.21')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community

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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 19:36:12
  Author: bpiotrowski
Revision: 120721

upgpkg: acpi_call-lts 1.1.0-12

rebuild against linux-lts 3.14.22

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 16:41:44 UTC (rev 120720)
+++ PKGBUILD2014-10-15 17:36:12 UTC (rev 120721)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=11
+pkgrel=12
 _extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2014-10-15 Thread Andreas Radke
Date: Wednesday, October 15, 2014 @ 19:13:14
  Author: andyrtr
Revision: 224446

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

Added:
  pigeonhole/repos/staging-i686/
  pigeonhole/repos/staging-i686/PKGBUILD
(from rev 224445, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-i686/dovecot.conf
(from rev 224445, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/staging-x86_64/
  pigeonhole/repos/staging-x86_64/PKGBUILD
(from rev 224445, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-x86_64/dovecot.conf
(from rev 224445, pigeonhole/trunk/dovecot.conf)

-+
 staging-i686/PKGBUILD   |   43 ++
 staging-i686/dovecot.conf   |1 
 staging-x86_64/PKGBUILD |   43 ++
 staging-x86_64/dovecot.conf |1 
 4 files changed, 88 insertions(+)

Copied: pigeonhole/repos/staging-i686/PKGBUILD (from rev 224445, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-15 17:13:14 UTC (rev 224446)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.14
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/";
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('d692f4ab077bdf2c43c98829ed24b2e6f148db488ef8ba429b430394d8b4d757'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/staging-i686/dovecot.conf (from rev 224445, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-i686/dovecot.conf   (rev 0)
+++ staging-i686/dovecot.conf   2014-10-15 17:13:14 UTC (rev 224446)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Copied: pigeonhole/repos/staging-x86_64/PKGBUILD (from rev 224445, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-15 17:13:14 UTC (rev 224446)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.14
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/";
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('d692f4ab077bdf2c43c98829ed24b2e6f148db488ef8ba429b430394d8b4d757'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Copied: pigeonhole/repos/staging-x86_64/dovecot.conf (from rev 224445, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-x86_64/dovecot.conf (rev 0)
+++ staging-x86_64/dovecot.conf 2014-10-15 17:13:14 UTC (rev 224446)
@@ -0,0 +1 @@
+/usr/lib/dovecot


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

2014-10-15 Thread Andreas Radke
Date: Wednesday, October 15, 2014 @ 19:13:03
  Author: andyrtr
Revision: 224445

upgpkg: pigeonhole 0.4.3-2

dovecot 2.2.14 rebuild

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:09:36 UTC (rev 22)
+++ PKGBUILD2014-10-15 17:13:03 UTC (rev 224445)
@@ -7,12 +7,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.2.13
+_dcpkgver=2.2.14
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
 url="http://pigeonhole.dovecot.org/";


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

2014-10-15 Thread Andreas Radke
Date: Wednesday, October 15, 2014 @ 19:09:17
  Author: andyrtr
Revision: 224443

upgpkg: dovecot 2.2.14-1

upstream update 2.2.14

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:01:52 UTC (rev 224442)
+++ PKGBUILD2014-10-15 17:09:17 UTC (rev 224443)
@@ -8,7 +8,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.13
+pkgver=2.2.14
 pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.tmpfilesd)
-md5sums=('a3eb1c0b1822c4f2b0fe9247776baa71'
+md5sums=('03315255920ee1c4b11039945246a8af'
  'SKIP'
  '342a28251d40f983c98c0d1f1bf3d07d')
 


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

2014-10-15 Thread Andreas Radke
Date: Wednesday, October 15, 2014 @ 19:09:36
  Author: andyrtr
Revision: 22

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 224443, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 224443, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 224443, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 224443, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 224443, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 224443, dovecot/trunk/dovecot.tmpfilesd)

--+
 staging-i686/PKGBUILD|   88 +
 staging-i686/dovecot.install |   58 
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   88 +
 staging-x86_64/dovecot.install   |   58 
 staging-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 294 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 224443, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-15 17:09:36 UTC (rev 22)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.14
+pkgrel=1
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+arch=('i686' 'x86_64')
+url="http://dovecot.org/";
+license=("LGPL")
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+'postgresql-libs' 'bzip2' 'expat' 'curl')
+makedepends=('pam' 'libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd)
+md5sums=('03315255920ee1c4b11039945246a8af'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib --with-bzlib \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
+}

Copied: dovecot/repos/staging-i686/dovecot.install (from rev 224443, 
dovecot/trunk/dovecot.install)
===
--- staging-i686/dovecot.install(rev 0)
+++ staging-i686/dovecot.install2014-10-15 17:09:36 UTC (rev 22)
@@ -0,0 +1,58 @@
+# arg 1:  the new package version
+post_install() {
+
+  # Make sure the group and user "dovecot"+"dovenull exists on this system and 
have the correct values
+
+  # dovecot
+  if grep -q "^dovecot:" /etc/group &> /dev/null ; then
+groupmod -g 76 -n dovecot dovecot &> /dev/null
+  else
+groupadd -g 76 dovecot &> /dev/null
+  fi
+
+  if grep -q "^dovecot:" /etc/passwd 2> /dev/n

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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 19:01:16
  Author: andrea
Revision: 224439

upgpkg: oxygen 5.1.0.1-1

Upstream release

Modified:
  oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 16:56:29 UTC (rev 224438)
+++ PKGBUILD2014-10-15 17:01:16 UTC (rev 224439)
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=oxygen
-pkgver=5.0.2
+pkgver=5.1.0.1
 pkgrel=1
 pkgdesc='KDE Oxygen style'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('frameworkintegration' 'kwin')
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('plasma-next')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('b9e4e84e68e7b69babd899725ea8bb94')
+source=("http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('24667744ad797a612d0fe57b2b1d30e0')
 
 prepare() {
   mkdir -p build
@@ -26,7 +26,6 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
 -DBUILD_TESTING=OFF
   make
 }


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 19:01:52
  Author: andrea
Revision: 224442

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 224441, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 224441, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   81 +--
 ttf-oxygen.install |   30 +-
 2 files changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 17:01:46 UTC (rev 224441)
+++ PKGBUILD2014-10-15 17:01:52 UTC (rev 224442)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=0.4.0.1
-_plasmaver=5.0.1
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url="https://projects.kde.org/projects/playground/artwork/oxygen-fonts";
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz";)
-md5sums=('06abc724bb0ca5614dc6dd66818b7003')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 224441, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 17:01:52 UTC (rev 224442)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url="https://projects.kde.org/projects/playground/artwork/oxygen-fonts";
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/plasma/5.1.0/oxygen-fonts-${pkgver}.tar.xz";)
+md5sums=('50aa59f14aaf6ae96a3b6015e02c25b2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-5.1.0 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/oxygen-fonts-5.1.0/COPYING-{GPL+FE.txt,OFL} \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-10-15 17:01:46 UTC (rev 224441)
+++ ttf-oxygen.install  2014-10-15 17:01:52 UTC (rev 224442)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 224441, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-10-15 17:01:52 UTC (rev 224442)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -f > /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 19:01:46
  Author: andrea
Revision: 224441

upgpkg: ttf-oxygen 1:5.1.0.1-1

Upstream release

Modified:
  ttf-oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 17:01:27 UTC (rev 224440)
+++ PKGBUILD2014-10-15 17:01:46 UTC (rev 224441)
@@ -4,8 +4,7 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=0.4.0.1
-_plasmaver=5.0.1
+pkgver=5.1.0.1
 pkgrel=1
 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
 arch=('any')
@@ -15,8 +14,8 @@
 makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
 provides=('ttf-font')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/plasma/${_plasmaver}/oxygen-fonts-${pkgver}.tar.xz";)
-md5sums=('06abc724bb0ca5614dc6dd66818b7003')
+source=("http://download.kde.org/stable/plasma/5.1.0/oxygen-fonts-${pkgver}.tar.xz";)
+md5sums=('50aa59f14aaf6ae96a3b6015e02c25b2')
 
 prepare() {
   mkdir build
@@ -24,7 +23,7 @@
 
 build() {
   cd build
-  cmake ../oxygen-fonts-${pkgver} \
+  cmake ../oxygen-fonts-5.1.0 \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DLIB_INSTALL_DIR=lib
@@ -36,6 +35,6 @@
   make DESTDIR="${pkgdir}" install
 
   install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+  install -m644 "${srcdir}"/oxygen-fonts-5.1.0/COPYING-{GPL+FE.txt,OFL} \
 "${pkgdir}"/usr/share/licenses/${pkgname}
 }


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 19:01:27
  Author: andrea
Revision: 224440

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-15 17:01:16 UTC (rev 224439)
+++ extra-i686/PKGBUILD 2014-10-15 17:01:27 UTC (rev 224440)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=oxygen
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='KDE Oxygen style'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-depends=('frameworkintegration' 'kwin')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('plasma-next')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('b9e4e84e68e7b69babd899725ea8bb94')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: oxygen/repos/extra-i686/PKGBUILD (from rev 224439, 
oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-15 17:01:27 UTC (rev 224440)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=oxygen
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='KDE Oxygen style'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+depends=('frameworkintegration' 'kwin')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('plasma-next')
+source=("http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('24667744ad797a612d0fe57b2b1d30e0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-15 17:01:16 UTC (rev 224439)
+++ extra-x86_64/PKGBUILD   2014-10-15 17:01:27 UTC (rev 224440)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=oxygen
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='KDE Oxygen style'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-depends=('frameworkintegration' 'kwin')
-makedepends=('extra-cmake-modules' 'kdoctools')
-groups=('plasma-next')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('b9e4e84e68e7b69babd899725ea8bb94')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: oxygen/repos/extra-x86_64/PKGBUILD (from rev 224439, 
oxygen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-15 17:01:27 UTC (rev 224440)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=oxygen
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='KDE Oxygen style'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+depends=('frameworkintegration' 'kwin')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('plasma-next')
+source=("http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('24667744ad797a612d0fe57b2b1d30e0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-

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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:56:29
  Author: andrea
Revision: 224438

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

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

---+
 /PKGBUILD |   80 
 /kwin.install |   22 
 extra-i686/PKGBUILD   |   40 --
 extra-i686/kwin.install   |   11 --
 extra-x86_64/PKGBUILD |   40 --
 extra-x86_64/kwin.install |   11 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-15 16:56:21 UTC (rev 224437)
+++ extra-i686/PKGBUILD 2014-10-15 16:56:29 UTC (rev 224438)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit' 
'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma-next')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('a340f2bc8fca79ac2d4dd07a0c234e77')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DQML_INSTALL_DIR=lib/qt/qml \
--DBUILD_TESTING=OFF \
--DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 224437, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-15 16:56:29 UTC (rev 224438)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
+ 'hicolor-icon-theme' 'libepoxy' 'kwayland')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma-next')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ab52f7ad3630b4da94b5e5dd09358e66')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kwin.install
===
--- extra-i686/kwin.install 2014-10-15 16:56:21 UTC (rev 224437)
+++ extra-i686/kwin.install 2014-10-15 16:56:29 UTC (rev 224438)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/extra-i686/kwin.install (from rev 224437, 
kwin/trunk/kwin.install)
===
--- extra-i686/kwin.install (rev 0)
+++ extra-i686/kwin.install 2014-10-15 16:56:29 UTC (rev 224438)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-15 16:56:21 UTC (rev 224437)
+++ extra-x86_64/PKGBUILD   2014-10-15 16:56:29 UTC (rev 224438)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia

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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:56:21
  Author: andrea
Revision: 224437

upgpkg: kwin 5.1.0.1-1

Upstream release

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 16:48:58 UTC (rev 224436)
+++ PKGBUILD2014-10-15 16:56:21 UTC (rev 224437)
@@ -2,19 +2,20 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kwin
-pkgver=5.0.2
+pkgver=5.1.0.1
 pkgrel=1
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
 license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit' 
'hicolor-icon-theme')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
+ 'hicolor-icon-theme' 'libepoxy' 'kwayland')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
 groups=('plasma-next')
 install=${pkgname}.install
 conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('a340f2bc8fca79ac2d4dd07a0c234e77')
+source=("http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ab52f7ad3630b4da94b5e5dd09358e66')
 
 prepare() {
   mkdir -p build
@@ -22,7 +23,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-5.1.0 \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
@@ -29,7 +30,6 @@
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DQML_INSTALL_DIR=lib/qt/qml \
 -DBUILD_TESTING=OFF \
--DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
 -DSYSCONF_INSTALL_DIR=/etc
   make
 }


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:48:58
  Author: andrea
Revision: 224436

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

Added:
  kwayland/repos/extra-i686/
  kwayland/repos/extra-i686/PKGBUILD
(from rev 224435, kwayland/trunk/PKGBUILD)
  kwayland/repos/extra-x86_64/
  kwayland/repos/extra-x86_64/PKGBUILD
(from rev 224435, kwayland/trunk/PKGBUILD)

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

Copied: kwayland/repos/extra-i686/PKGBUILD (from rev 224435, 
kwayland/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-15 16:48:58 UTC (rev 224436)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/5.1.0/kwayland-$pkgver.tar.xz";)
+md5sums=('9e1e1192e77bb3312bf9adf867659abf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwayland/repos/extra-x86_64/PKGBUILD (from rev 224435, 
kwayland/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-15 16:48:58 UTC (rev 224436)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/5.1.0/kwayland-$pkgver.tar.xz";)
+md5sums=('9e1e1192e77bb3312bf9adf867659abf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:48:51
  Author: andrea
Revision: 224435

upgpkg: kwayland 5.1.0.1-1

Disable tests

Modified:
  kwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 16:47:09 UTC (rev 224434)
+++ PKGBUILD2014-10-15 16:48:51 UTC (rev 224435)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('LGPL')
-depends=('qt5-base' 'wayland')
+depends=('qt5-base')
 makedepends=('extra-cmake-modules')
 source=("http://download.kde.org/stable/plasma/5.1.0/kwayland-$pkgver.tar.xz";)
 md5sums=('9e1e1192e77bb3312bf9adf867659abf')
@@ -23,7 +23,8 @@
   cmake ../$pkgname-5.1.0 \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
   make
 }
 


[arch-commits] Commit in (4 files)

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:47:09
  Author: andrea
Revision: 224434

Plasma Next 5.1

Added:
  kwayland/
  kwayland/repos/
  kwayland/trunk/
  kwayland/trunk/PKGBUILD

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

Added: kwayland/trunk/PKGBUILD
===
--- kwayland/trunk/PKGBUILD (rev 0)
+++ kwayland/trunk/PKGBUILD 2014-10-15 16:47:09 UTC (rev 224434)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base' 'wayland')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/5.1.0/kwayland-$pkgver.tar.xz";)
+md5sums=('9e1e1192e77bb3312bf9adf867659abf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:44:01
  Author: andrea
Revision: 224432

archrelease: copy trunk to extra-x86_64

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-15 16:42:39 UTC (rev 224431)
+++ extra-i686/PKGBUILD 2014-10-15 16:44:01 UTC (rev 224432)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kfilemetadata5
-pkgver=5.0.2
-pkgrel=2
-pkgdesc="A library for extracting file metadata"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('kservice' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
-makedepends=('extra-cmake-modules' 'python2')
-conflicts=('kfilemetadata-frameworks')
-replaces=('kfilemetadata-frameworks')
-source=("http://download.kde.org/stable/plasma/$pkgver/kfilemetadata-$pkgver.tar.xz";)
-md5sums=('4708babad18d9de25d7d6084352d60bb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kfilemetadata-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kfilemetadata5/repos/extra-i686/PKGBUILD (from rev 224431, 
kfilemetadata5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-15 16:44:01 UTC (rev 224432)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kfilemetadata5
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules' 'python2')
+conflicts=('kfilemetadata-frameworks')
+replaces=('kfilemetadata-frameworks')
+source=("http://download.kde.org/stable/plasma/5.1.0/kfilemetadata-$pkgver.tar.xz";)
+md5sums=('9df0d207c6789c3b9f278de4e85301a6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kfilemetadata-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-15 16:42:39 UTC (rev 224431)
+++ extra-x86_64/PKGBUILD   2014-10-15 16:44:01 UTC (rev 224432)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kfilemetadata5
-pkgver=5.0.2
-pkgrel=2
-pkgdesc="A library for extracting file metadata"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('kservice' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
-makedepends=('extra-cmake-modules' 'python2')
-conflicts=('kfilemetadata-frameworks')
-replaces=('kfilemetadata-frameworks')
-source=("http://download.kde.org/stable/plasma/$pkgver/kfilemetadata-$pkgver.tar.xz";)
-md5sums=('4708babad18d9de25d7d6084352d60bb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kfilemetadata-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kfilemetadata5/repos/extra-x86_64/PKGBUILD (from rev 224431, 
kfilemetadata5/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-15 16:44:01 UTC (rev 224432)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kfilemetadata5
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules' 'python2')
+conflicts=(

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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:44:07
  Author: andrea
Revision: 224433

archrelease: copy trunk to extra-i686

Added:
  kfilemetadata5/repos/extra-i686/PKGBUILD
(from rev 224432, kfilemetadata5/trunk/PKGBUILD)
Deleted:
  kfilemetadata5/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 16:44:01 UTC (rev 224432)
+++ PKGBUILD2014-10-15 16:44:07 UTC (rev 224433)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kfilemetadata5
-pkgver=5.1.0.1
-pkgrel=1
-pkgdesc="A library for extracting file metadata"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
-makedepends=('extra-cmake-modules' 'python2')
-conflicts=('kfilemetadata-frameworks')
-replaces=('kfilemetadata-frameworks')
-source=("http://download.kde.org/stable/plasma/5.1.0/kfilemetadata-$pkgver.tar.xz";)
-md5sums=('9df0d207c6789c3b9f278de4e85301a6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kfilemetadata-5.1.0 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kfilemetadata5/repos/extra-i686/PKGBUILD (from rev 224432, 
kfilemetadata5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 16:44:07 UTC (rev 224433)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kfilemetadata5
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules' 'python2')
+conflicts=('kfilemetadata-frameworks')
+replaces=('kfilemetadata-frameworks')
+source=("http://download.kde.org/stable/plasma/5.1.0/kfilemetadata-$pkgver.tar.xz";)
+md5sums=('9df0d207c6789c3b9f278de4e85301a6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kfilemetadata-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:42:39
  Author: andrea
Revision: 224431

upgpkg: kfilemetadata5 5.1.0.1-1

Upstream release

Modified:
  kfilemetadata5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 14:48:13 UTC (rev 224430)
+++ PKGBUILD2014-10-15 16:42:39 UTC (rev 224431)
@@ -2,18 +2,18 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kfilemetadata5
-pkgver=5.0.2
-pkgrel=2
+pkgver=5.1.0.1
+pkgrel=1
 pkgdesc="A library for extracting file metadata"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
 license=('LGPL')
-depends=('kservice' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
 makedepends=('extra-cmake-modules' 'python2')
 conflicts=('kfilemetadata-frameworks')
 replaces=('kfilemetadata-frameworks')
-source=("http://download.kde.org/stable/plasma/$pkgver/kfilemetadata-$pkgver.tar.xz";)
-md5sums=('4708babad18d9de25d7d6084352d60bb')
+source=("http://download.kde.org/stable/plasma/5.1.0/kfilemetadata-$pkgver.tar.xz";)
+md5sums=('9df0d207c6789c3b9f278de4e85301a6')
 
 prepare() {
   mkdir -p build
@@ -21,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../kfilemetadata-$pkgver \
+  cmake ../kfilemetadata-5.1.0 \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:41:36
  Author: andrea
Revision: 120719

upgpkg: kdeconnect 0.7.3-1

Upstream release

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 15:37:42 UTC (rev 120718)
+++ PKGBUILD2014-10-15 16:41:36 UTC (rev 120719)
@@ -3,18 +3,18 @@
 # Contributor: Kuba Serafinowski 
 
 pkgname=kdeconnect
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.3
+pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('kdelibs' 'qjson' 'qca-ossl')
+depends=('kdelibs' 'qjson' 'qca-ossl' 'libfakekey')
 makedepends=('automoc4' 'cmake')
 optdepends=('sshfs: remote filesystem browser')
 install="${pkgname}.install"
 
source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz";)
-md5sums=('1cd10d54bb3dc6e5b854ec110f63cecb')
+md5sums=('261e2b3412ed28e6f67e0ef2187b1854')
 
 prepare() {
   mkdir build


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

2014-10-15 Thread Andrea Scarpino
Date: Wednesday, October 15, 2014 @ 18:41:44
  Author: andrea
Revision: 120720

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

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

-+
 /PKGBUILD   |   70 ++
 /kdeconnect.install |   22 ++
 community-i686/PKGBUILD |   35 -
 community-i686/kdeconnect.install   |   11 -
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/kdeconnect.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-15 16:41:36 UTC (rev 120719)
+++ community-i686/PKGBUILD 2014-10-15 16:41:44 UTC (rev 120720)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=0.7.2
-pkgrel=2
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdelibs' 'qjson' 'qca-ossl')
-makedepends=('automoc4' 'cmake')
-optdepends=('sshfs: remote filesystem browser')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz";)
-md5sums=('1cd10d54bb3dc6e5b854ec110f63cecb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-kde-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 120719, 
kdeconnect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-15 16:41:44 UTC (rev 120720)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdelibs' 'qjson' 'qca-ossl' 'libfakekey')
+makedepends=('automoc4' 'cmake')
+optdepends=('sshfs: remote filesystem browser')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz";)
+md5sums=('261e2b3412ed28e6f67e0ef2187b1854')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-kde-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/kdeconnect.install
===
--- community-i686/kdeconnect.install   2014-10-15 16:41:36 UTC (rev 120719)
+++ community-i686/kdeconnect.install   2014-10-15 16:41:44 UTC (rev 120720)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeconnect/repos/community-i686/kdeconnect.install (from rev 120719, 
kdeconnect/trunk/kdeconnect.install)
===
--- community-i686/kdeconnect.install   (rev 0)
+++ community-i686/kdeconnect.install   2014-10-15 16:41:44 UTC (rev 120720)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-15 16:41:36 UTC (rev 120719)
+++ community-x86_64/PKGBUILD   2014-10-15 16:41:44 UTC (rev 120720)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=0.7.2
-pkgrel=2
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://projects.kde.org/pr

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

2014-10-15 Thread Bartłomiej Piotrowski
Date: Wednesday, October 15, 2014 @ 17:37:42
  Author: bpiotrowski
Revision: 120718

make belongs to base-devel already

Modified:
  musl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 15:02:58 UTC (rev 120717)
+++ PKGBUILD2014-10-15 15:37:42 UTC (rev 120718)
@@ -9,7 +9,6 @@
 arch=('i686' 'x86_64')
 url='http://www.musl-libc.org/'
 license=('MIT')
-makedepends=('make')
 options=('staticlibs' '!buildflags')
 source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
 md5sums=('94f8aa9dab80229fed68991bb9984cc5')


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

2014-10-15 Thread Evangelos Foutras
Date: Wednesday, October 15, 2014 @ 17:02:58
  Author: foutrelis
Revision: 120717

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 120716, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-r13407.patch
(from rev 120716, squid/trunk/squid-r13407.patch)
  squid/repos/community-i686/squid-rotate.service
(from rev 120716, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 120716, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 120716, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 120716, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 120716, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 120716, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 120716, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 120715, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-r13407.patch
(from rev 120715, squid/trunk/squid-r13407.patch)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 120715, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 120715, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 120715, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 120715, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 120716, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 120716, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 120716, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-r13407.patch
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-r13407.patch
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  216 
 /squid-r13407.patch   |  114 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   18 ++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  108 
 community-i686/squid-r13407.patch |   57 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |8 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  108 
 community-x86_64/squid-r13407.patch   |   57 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|8 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 27 files changed, 418 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-15 15:02:26 UTC (rev 120716)
+++ community-i686/PKGBUILD 2014-10-15 15:02:58 UTC (rev 120717)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=3.4.8
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap')
-makedepends=('libcap' 'krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-insta

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

2014-10-15 Thread Evangelos Foutras
Date: Wednesday, October 15, 2014 @ 17:02:11
  Author: foutrelis
Revision: 120715

upgpkg: squid 3.4.8-2

Make sure /var/{cache,log}/squid are owned by proxy:proxy.

Modified:
  squid/trunk/squid.install

---+
 squid.install |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: squid.install
===
--- squid.install   2014-10-15 14:43:35 UTC (rev 120714)
+++ squid.install   2014-10-15 15:02:11 UTC (rev 120715)
@@ -1,8 +1,9 @@
 post_install() {
   systemd-sysusers squid.conf
   systemd-tmpfiles --create squid.conf
+  chown proxy:proxy var/{cache,log}/squid
 }
 
 post_upgrade() {
-  systemd-sysusers squid.conf
+  post_install
 }


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

2014-10-15 Thread Pierre Schmitz
Date: Wednesday, October 15, 2014 @ 16:47:59
  Author: pierre
Revision: 224429

upgpkg: openssl 1.0.1.j-1

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 14:21:20 UTC (rev 224428)
+++ PKGBUILD2014-10-15 14:47:59 UTC (rev 224429)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=openssl
-_ver=1.0.1i
+_ver=1.0.1j
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -19,7 +19,7 @@
 "https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc";
 'no-rpath.patch'
 'ca-dir.patch')
-md5sums=('c8dc151a671b9b92ff3e4c118b174972'
+md5sums=('f7175c9cd3c39bb1907ac8bba9df8ed3'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90')


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

2014-10-15 Thread Pierre Schmitz
Date: Wednesday, October 15, 2014 @ 16:48:13
  Author: pierre
Revision: 224430

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 224429, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 224429, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 224429, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 224429, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 224429, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 224429, openssl/trunk/no-rpath.patch)

---+
 testing-i686/PKGBUILD |   70 
 testing-i686/ca-dir.patch |   33 ++
 testing-i686/no-rpath.patch   |   11 ++
 testing-x86_64/PKGBUILD   |   70 
 testing-x86_64/ca-dir.patch   |   33 ++
 testing-x86_64/no-rpath.patch |   11 ++
 6 files changed, 228 insertions(+)

Copied: openssl/repos/testing-i686/PKGBUILD (from rev 224429, 
openssl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 14:48:13 UTC (rev 224430)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=openssl
+_ver=1.0.1j
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('zlib' 'perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')
+source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz";
+"https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc";
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('f7175c9cd3c39bb1907ac8bba9df8ed3'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+
+prepare() {
+   cd $srcdir/$pkgname-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$_ver
+
+   if [ "${CARCH}" == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ "${CARCH}" == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared zlib ${optflags} \
+   "${openssltarget}" \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make depend
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+package() {
+   cd $srcdir/$pkgname-$_ver
+   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-i686/ca-dir.patch (from rev 224429, 
openssl/trunk/ca-dir.patch)
===
--- testing-i686/ca-dir.patch   (rev 0)
+++ testing-i686/ca-dir.patch   2014-10-15 14:48:13 UTC (rev 224430)
@@ -0,0 +1,33 @@
+--- apps/CA.pl.in  2006-04-28 02:30:49.0 +0200
 apps/CA.pl.in  2010-04-01 00:35:02.600553509 +0200
+@@ -53,7 +53,7 @@
+ $X509="$openssl x509";
+ $PKCS12="$openssl pkcs12";
+ 
+-$CATOP="./demoCA";
++$CATOP="/etc/ssl";
+ $CAKEY="cakey.pem";
+ $CAREQ="careq.pem";
+ $CACERT="cacert.pem";
+--- apps/CA.sh 2009-10-15 19:27:47.0 +0200
 apps/CA.sh 2010-04-01 00:35:02.600553509 +0200
+@@ -68,7 +68,7 @@
+ X509="$OPENSSL x509"
+ PKCS12="openssl pkcs12"
+ 
+-if [ -z "$CATOP" ] ; then CATOP=./demoCA ; fi
++if [ -z "$CATOP" ] ; then CATOP=/etc/ssl ; fi
+ CAKEY=./cakey.pem
+ CAREQ=./careq.pem
+ CACERT=./cacert.pem
+--- apps/openssl.cnf   2009-04-04 20:09:43.0 +0200
 apps/openssl.cnf   2010-04-01 00:35:02.607220681 +0200
+@@ -39,7 +39,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl  # Where everything is kept
+ ce

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

2014-10-15 Thread Pierre Schmitz
Date: Wednesday, October 15, 2014 @ 16:43:07
  Author: pierre
Revision: 120713

upgpkg: lib32-openssl 1.0.1.j-1

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 14:21:13 UTC (rev 120712)
+++ PKGBUILD2014-10-15 14:43:07 UTC (rev 120713)
@@ -3,7 +3,7 @@
 
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
-_ver=1.0.1i
+_ver=1.0.1j
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -20,7 +20,7 @@
 "https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc";
 'no-rpath.patch'
 'ca-dir.patch')
-md5sums=('c8dc151a671b9b92ff3e4c118b174972'
+md5sums=('f7175c9cd3c39bb1907ac8bba9df8ed3'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90')


[arch-commits] Commit in lib32-openssl/repos/multilib-x86_64 (6 files)

2014-10-15 Thread Pierre Schmitz
Date: Wednesday, October 15, 2014 @ 16:43:35
  Author: pierre
Revision: 120714

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
(from rev 120713, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
(from rev 120713, lib32-openssl/trunk/ca-dir.patch)
  lib32-openssl/repos/multilib-x86_64/no-rpath.patch
(from rev 120713, lib32-openssl/trunk/no-rpath.patch)
Deleted:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
  lib32-openssl/repos/multilib-x86_64/no-rpath.patch

+
 PKGBUILD   |  140 +++
 ca-dir.patch   |   66 -
 no-rpath.patch |   22 
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 14:43:07 UTC (rev 120713)
+++ PKGBUILD2014-10-15 14:43:35 UTC (rev 120714)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-_pkgbasename=openssl
-pkgname=lib32-$_pkgbasename
-_ver=1.0.1i
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
-arch=('x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('lib32-zlib' "${_pkgbasename}")
-optdepends=('ca-certificates')
-makedepends=('gcc-multilib')
-options=('!makeflags')
-source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz";
-"https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc";
-'no-rpath.patch'
-'ca-dir.patch')
-md5sums=('c8dc151a671b9b92ff3e4c118b174972'
- 'SKIP'
- 'dc78d3d06baffc16217519242ce92478'
- '3bf51be3a1bbd262be46dc619f92aa90')
-
-prepare() {
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # remove rpath: http://bugs.archlinux.org/task/14367
-   patch -p0 -i $srcdir/no-rpath.patch
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
-   shared zlib \
-   linux-elf \
-   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-
-   make MAKEDEPPROG="${CC}" depend
-   make
-}
-
-check() {
-   cd $srcdir/$_pkgbasename-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$_pkgbasename-$_ver
-   make INSTALL_PREFIX=$pkgdir install_sw
-
-   rm -rf ${pkgdir}/{usr/{include,bin},etc}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-openssl/repos/multilib-x86_64/PKGBUILD (from rev 120713, 
lib32-openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 14:43:35 UTC (rev 120714)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+_ver=1.0.1j
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-zlib' "${_pkgbasename}")
+optdepends=('ca-certificates')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz";
+"https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc";
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('f7175c9cd3c39bb1907ac8bba9df8ed3'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+
+prepare() {
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared zlib \
+   linux-elf \
+

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 16:21:12
  Author: jgc
Revision: 224427

upgpkg: gnome-shell 3.14.1-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 14:01:47 UTC (rev 224426)
+++ PKGBUILD2014-10-15 14:21:12 UTC (rev 224427)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 nm-libexecdir.patch)
-sha256sums=('4c665fbc8ea1d3c78f184b9e64a87d9cba1c1834167fbd1c0770c91553934011'
+sha256sums=('747fc88c4bce61947207601dfb90384676f4142b2876a6f13b5efb8dabb345a8'
 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
 
 prepare() {


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 16:21:20
  Author: jgc
Revision: 224428

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

Added:
  gnome-shell/repos/testing-i686/PKGBUILD
(from rev 224427, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-i686/gnome-shell.install
(from rev 224427, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
(from rev 224427, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 224427, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 224427, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch
(from rev 224427, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/testing-i686/PKGBUILD
  gnome-shell/repos/testing-i686/gnome-shell.install
  gnome-shell/repos/testing-i686/nm-libexecdir.patch
  gnome-shell/repos/testing-x86_64/PKGBUILD
  gnome-shell/repos/testing-x86_64/gnome-shell.install
  gnome-shell/repos/testing-x86_64/nm-libexecdir.patch

+
 /PKGBUILD  |  104 +++
 /gnome-shell.install   |   38 
 /nm-libexecdir.patch   |   24 
 testing-i686/PKGBUILD  |   52 -
 testing-i686/gnome-shell.install   |   19 --
 testing-i686/nm-libexecdir.patch   |   12 
 testing-x86_64/PKGBUILD|   52 -
 testing-x86_64/gnome-shell.install |   19 --
 testing-x86_64/nm-libexecdir.patch |   12 
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 14:21:12 UTC (rev 224427)
+++ testing-i686/PKGBUILD   2014-10-15 14:21:20 UTC (rev 224428)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab http://live.gnome.org/GnomeShell";
-license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip gstreamer)
-makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
-sha256sums=('4c665fbc8ea1d3c78f184b9e64a87d9cba1c1834167fbd1c0770c91553934011'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Must exist; FS#37412
-  mkdir -p "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/testing-i686/PKGBUILD (from rev 224427, 
gnome-shell/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 14:21:20 UTC (rev 224428)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Flamelab http://live.gnome.org/GnomeShell";
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip gstreamer)
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+nm-libexecdir.patch)
+sha256sums=('747fc88c4bce61947207601dfb90384676f4142b2876a6f13b5efb8dabb345a8'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#30747 FS#32730 Problems due to libexecdir different from NM
+  patch -Np1 -i ../nm

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

2014-10-15 Thread Evangelos Foutras
Date: Wednesday, October 15, 2014 @ 16:21:13
  Author: foutrelis
Revision: 120712

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 120711, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-r13407.patch
(from rev 120711, squid/trunk/squid-r13407.patch)
  squid/repos/community-i686/squid-rotate.service
(from rev 120711, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 120711, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 120711, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 120711, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 120711, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 120711, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 120711, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 120711, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-r13407.patch
(from rev 120711, squid/trunk/squid-r13407.patch)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 120711, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 120711, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 120711, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 120711, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 120711, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 120711, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 120711, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-r13407.patch
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-r13407.patch
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  216 
 /squid-r13407.patch   |  114 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   16 ++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  108 
 community-i686/squid-r13407.patch |   57 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |4 
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  108 
 community-x86_64/squid-r13407.patch   |   57 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|4 
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 27 files changed, 416 insertions(+), 408 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-15 14:20:26 UTC (rev 120711)
+++ community-i686/PKGBUILD 2014-10-15 14:21:13 UTC (rev 120712)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=3.4.8
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap')
-makedepends=('libcap' 'krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install

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

2014-10-15 Thread Evangelos Foutras
Date: Wednesday, October 15, 2014 @ 16:20:26
  Author: foutrelis
Revision: 120711

upgpkg: squid 3.4.8-2

Call 'systemd-sysusers squid.conf' in post_upgrade() as well (FS#42318).

Modified:
  squid/trunk/squid.install

---+
 squid.install |4 
 1 file changed, 4 insertions(+)

Modified: squid.install
===
--- squid.install   2014-10-15 12:45:50 UTC (rev 120710)
+++ squid.install   2014-10-15 14:20:26 UTC (rev 120711)
@@ -2,3 +2,7 @@
   systemd-sysusers squid.conf
   systemd-tmpfiles --create squid.conf
 }
+
+post_upgrade() {
+  systemd-sysusers squid.conf
+}


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 16:01:47
  Author: jgc
Revision: 224426

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

Added:
  gnome-desktop/repos/testing-i686/PKGBUILD
(from rev 224425, gnome-desktop/trunk/PKGBUILD)
  gnome-desktop/repos/testing-x86_64/PKGBUILD
(from rev 224425, gnome-desktop/trunk/PKGBUILD)
Deleted:
  gnome-desktop/repos/testing-i686/PKGBUILD
  gnome-desktop/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 14:01:40 UTC (rev 224425)
+++ testing-i686/PKGBUILD   2014-10-15 14:01:47 UTC (rev 224426)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.14.0
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool python2)
-url="http://www.gnome.org";
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('22ced99396c022b5a8f2d78cdf7ff6227939c4ed36bc5dd806d44735d7b98305')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/testing-i686/PKGBUILD (from rev 224425, 
gnome-desktop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 14:01:47 UTC (rev 224426)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.14.1
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool python2)
+url="http://www.gnome.org";
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b153f40b0b97e908f5a16f19ca665ee602be51ecce5cbbf374dfa35b73b5647')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor="Arch Linux"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-15 14:01:40 UTC (rev 224425)
+++ testing-x86_64/PKGBUILD 2014-10-15 14:01:47 UTC (rev 224426)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.14.0
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
-makedepends=(intltool gobject-introspection itstool python2)
-url="http://www.gnome.org";
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('22ced99396c022b5a8f2d78cdf7ff6227939c4ed36bc5dd806d44735d7b98305')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-gnome-distributor="Arch Linux"
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-desktop/repos/testing-x86_64/PKGBUILD (from rev 224425, 
gnome-desktop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-15 14:01:47 UTC (rev 224426)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.14.1
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool python2)
+url="http://www.gnome.org";
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b153f40b0b97e908f5a16f19ca665ee602be51ecce5cbbf374dfa35b73b5647')
+
+build() {
+  cd $pk

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 16:01:40
  Author: jgc
Revision: 224425

upgpkg: gnome-desktop 1:3.14.1-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 13:59:14 UTC (rev 224424)
+++ PKGBUILD2014-10-15 14:01:40 UTC (rev 224425)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -13,7 +13,7 @@
 url="http://www.gnome.org";
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('22ced99396c022b5a8f2d78cdf7ff6227939c4ed36bc5dd806d44735d7b98305')
+sha256sums=('4b153f40b0b97e908f5a16f19ca665ee602be51ecce5cbbf374dfa35b73b5647')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-15 Thread Evangelos Foutras
Date: Wednesday, October 15, 2014 @ 15:59:14
  Author: foutrelis
Revision: 224424

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 224423, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium.default
(from rev 224423, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 224423, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 224423, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 224423, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 224423, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium.default
(from rev 224423, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 224423, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 224423, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 224423, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

---+
 /PKGBUILD |  352 
 /chromium.default |8 
 /chromium.desktop |  226 +
 /chromium.install |   24 ++
 /chromium.sh  |   32 +++
 extra-i686/PKGBUILD   |  176 
 extra-i686/chromium.default   |4 
 extra-i686/chromium.desktop   |  113 
 extra-i686/chromium.install   |   12 -
 extra-i686/chromium.sh|   16 -
 extra-x86_64/PKGBUILD |  176 
 extra-x86_64/chromium.default |4 
 extra-x86_64/chromium.desktop |  113 
 extra-x86_64/chromium.install |   12 -
 extra-x86_64/chromium.sh  |   16 -
 15 files changed, 642 insertions(+), 642 deletions(-)

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


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

2014-10-15 Thread Evangelos Foutras
Date: Wednesday, October 15, 2014 @ 15:58:40
  Author: foutrelis
Revision: 224423

upgpkg: chromium 38.0.2125.104-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 13:42:38 UTC (rev 224422)
+++ PKGBUILD2014-10-15 13:58:40 UTC (rev 224423)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=38.0.2125.101
+pkgver=38.0.2125.104
 pkgrel=1
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 chromium.desktop
 chromium.default
 chromium.sh)
-sha256sums=('d3303519ab471a3bc831e9b366e64dc2fe651894e52ae5d1e74de60ee2a1198a'
+sha256sums=('fcd35aef570d3304798a44f00751aa5724eba775596a8795df1a10a6db83d454'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9')


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

2014-10-15 Thread Tobias Powalowski
Date: Wednesday, October 15, 2014 @ 15:42:38
  Author: tpowa
Revision: 224422

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 224421, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 224421, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/compal-laptop-hwmon-fix.patch
(from rev 224421, linux/trunk/compal-laptop-hwmon-fix.patch)
  linux/repos/testing-i686/config
(from rev 224421, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 224421, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 224421, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 224421, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 224421, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 224421, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/compal-laptop-hwmon-fix.patch
(from rev 224421, linux/trunk/compal-laptop-hwmon-fix.patch)
  linux/repos/testing-x86_64/config
(from rev 224421, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 224421, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 224421, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 224421, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/compal-laptop-hwmon-fix.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/compal-laptop-hwmon-fix.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /PKGBUILD|  586 
 /change-default-console-loglevel.patch   |   22 
 /compal-laptop-hwmon-fix.patch   |   28 
 /config  |14262 +
 /config.x86_64   |13780 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  292 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/compal-laptop-hwmon-fix.patch   |   14 
 testing-i686/config  | 7130 
 testing-i686/config.x86_64   | 6889 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  292 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/compal-laptop-hwmon-fix.patch |   14 
 testing-x86_64/config| 7130 
 testing-x86_64/config.x86_64 | 6889 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 28780 insertions(+), 28774 deletions(-)

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


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

2014-10-15 Thread Tobias Powalowski
Date: Wednesday, October 15, 2014 @ 15:42:18
  Author: tpowa
Revision: 224421

upgpkg: linux 3.17.1-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 13:27:22 UTC (rev 224420)
+++ PKGBUILD2014-10-15 13:42:18 UTC (rev 224421)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.17
-pkgver=3.17
-pkgrel=2
+pkgver=3.17.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -13,7 +13,7 @@
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz";
-#"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz";
+"https://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
@@ -21,6 +21,7 @@
 'change-default-console-loglevel.patch'
 )
 sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
+'3b0651951cdc0a81a69b46db99239bc9f00d6a5ae403e0e41c7a1cc177544ec2'
 '0f1cd431115a2ce84629298d054d5e6f6e78095a3aeda4d1335740c9402efb7e'
 'fb688bc7ccfa636990b26aecfe62500bc1e0f6c410a837eef03014c161df2ec8'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -32,7 +33,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
@@ -290,8 +291,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
-'0f1cd431115a2ce84629298d054d5e6f6e78095a3aeda4d1335740c9402efb7e'
-'fb688bc7ccfa636990b26aecfe62500bc1e0f6c410a837eef03014c161df2ec8'
-'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 15:27:14
  Author: jgc
Revision: 224419

upgpkg: gnome-control-center 3.14.1-1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 13:08:34 UTC (rev 224418)
+++ PKGBUILD2014-10-15 13:27:14 UTC (rev 224419)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="The Control Center for GNOME"
 license=(GPL)
@@ -23,7 +23,7 @@
 install=gnome-control-center.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a476da984e05b8e5252f2b4f014b30101680e097e5c27697bbfed013c7ba3bc1')
+sha256sums=('be1fa93e5a06d776d3dc6099aab7e4e301603cae3f56c00c09d10d3ebeed8249')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 15:27:22
  Author: jgc
Revision: 224420

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

Added:
  gnome-control-center/repos/testing-i686/PKGBUILD
(from rev 224419, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/testing-i686/gnome-control-center.install
(from rev 224419, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/testing-x86_64/PKGBUILD
(from rev 224419, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/testing-x86_64/gnome-control-center.install
(from rev 224419, gnome-control-center/trunk/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/testing-i686/PKGBUILD
  gnome-control-center/repos/testing-i686/gnome-control-center.install
  gnome-control-center/repos/testing-x86_64/PKGBUILD
  gnome-control-center/repos/testing-x86_64/gnome-control-center.install

-+
 /PKGBUILD   |   96 ++
 /gnome-control-center.install   |   22 +
 testing-i686/PKGBUILD   |   48 -
 testing-i686/gnome-control-center.install   |   11 --
 testing-x86_64/PKGBUILD |   48 -
 testing-x86_64/gnome-control-center.install |   11 --
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 13:27:14 UTC (rev 224419)
+++ testing-i686/PKGBUILD   2014-10-15 13:27:22 UTC (rev 224420)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="The Control Center for GNOME"
-license=(GPL)
-arch=(i686 x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus)
-makedepends=(gnome-doc-utils intltool docbook-xsl modemmanager)
-optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: Bluetooth and WebDAV file sharing'
-'rygel: media sharing'
-'vino: screen sharing'
-'openssh: remote login')
-groups=(gnome)
-url="http://www.gnome.org";
-install=gnome-control-center.install
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a476da984e05b8e5252f2b4f014b30101680e097e5c27697bbfed013c7ba3bc1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Fix a warning
-  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
-  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/testing-i686/PKGBUILD (from rev 224419, 
gnome-control-center/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 13:27:22 UTC (rev 224420)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="The Control Center for GNOME"
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus)
+makedepends=(gnome-doc-utils intltool docbook-xsl modemmanager)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)
+url="http://www.gnome.org";
+install=gnome-control-center.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('be1fa93e5a06d776d3dc6099aab7e4e301603cae3f56c00c09d10d3ebeed8249')
+
+build() {
+  cd

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 15:08:27
  Author: jgc
Revision: 224417

upgpkg: gnome-settings-daemon 3.14.1-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 13:04:57 UTC (rev 224416)
+++ PKGBUILD2014-10-15 13:08:27 UTC (rev 224417)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-settings-daemon
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="The GNOME Settings daemon"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 url="http://www.gnome.org";
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1511bbfbff5fc4aa59cdd4c84d778e6051343853a091a13a9d91024d859658b7')
+sha256sums=('1bcca93d9dab5d5a98d0fdfcd1730d334b12158b06d352070537e418f2d98f96')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 15:08:34
  Author: jgc
Revision: 224418

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

Added:
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 224417, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
(from rev 224417, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 224417, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install
(from rev 224417, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install

--+
 /PKGBUILD|   72 +
 /gnome-settings-daemon.install   |   24 
 testing-i686/PKGBUILD|   36 
 testing-i686/gnome-settings-daemon.install   |   12 
 testing-x86_64/PKGBUILD  |   36 
 testing-x86_64/gnome-settings-daemon.install |   12 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 13:08:27 UTC (rev 224417)
+++ testing-i686/PKGBUILD   2014-10-15 13:08:34 UTC (rev 224418)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="The GNOME Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
- 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
- 'nss')
-makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
-options=('!emptydirs')
-install=gnome-settings-daemon.install
-url="http://www.gnome.org";
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1511bbfbff5fc4aa59cdd4c84d778e6051343853a091a13a9d91024d859658b7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-settings-daemon/repos/testing-i686/PKGBUILD (from rev 224417, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 13:08:34 UTC (rev 224418)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="The GNOME Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
+ 'nss')
+makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+options=('!emptydirs')
+install=gnome-settings-daemon.install
+url="http://www.gnome.org";
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1bcca93d9dab5d5a98d0fdfcd1730d334b12158b06d352070537e418f2d98f96')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gnome-settings-daemon.install
===
--- testing-i686/gnome-settings-daemon.install  2014-10-15 13:08:27 UTC (rev 
224417)
+++ testing-i686/gnome-settings-daemon.install  2014-10-15 13:08:34 UTC (rev 
224418)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install 
(from rev 224417, gnome-settin

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 15:04:57
  Author: jgc
Revision: 224416

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

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

---+
 /PKGBUILD |   78 
 /mutter.install   |   38 +++
 testing-i686/PKGBUILD |   39 
 testing-i686/mutter.install   |   19 -
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/mutter.install |   19 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 13:04:50 UTC (rev 224415)
+++ testing-i686/PKGBUILD   2014-10-15 13:04:57 UTC (rev 224416)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 
'libxkbcommon-x11')
-makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
-conflicts=('mutter-wayland')
-replaces=('mutter-wayland')
-url="http://www.gnome.org";
-groups=('gnome')
-options=('!emptydirs')
-install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0ac00496fdd40c42bf2254c43e5d242d07ddd4d878b7642ca078c60b61ef754f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/mutter \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/testing-i686/PKGBUILD (from rev 224415, 
mutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 13:04:57 UTC (rev 224416)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 
'libxkbcommon-x11')
+makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url="http://www.gnome.org";
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6010d816327ebad1a0e81f0f9ea294517397a5c46128abc0a13d5156fdbfc0bf')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/mutter.install
===
--- testing-i686/mutter.install 2014-10-15 13:04:50 UTC (rev 224415)
+++ testing-i686/mutter.install 2014-10-15 13:04:57 UTC (rev 224416)
@@ -1,19 +0,0 @@
-pkgname=mutter
-
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-/usr/sbin/gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mutter/repos/testing-i686/mutter.install (from rev 224415, 
mutter/trunk/mutter.install)
===
--- testing-i686/mutter.install (rev 0)
+++ testing-i686

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 15:04:50
  Author: jgc
Revision: 224415

upgpkg: mutter 3.14.1-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 13:01:21 UTC (rev 224414)
+++ PKGBUILD2014-10-15 13:04:50 UTC (rev 224415)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0ac00496fdd40c42bf2254c43e5d242d07ddd4d878b7642ca078c60b61ef754f')
+sha256sums=('6010d816327ebad1a0e81f0f9ea294517397a5c46128abc0a13d5156fdbfc0bf')
 
 build() {
   cd "$pkgname-$pkgver"


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 15:01:21
  Author: jgc
Revision: 224414

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

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

---+
 /PKGBUILD |   54 
 /polari.install   |   24 +
 testing-i686/PKGBUILD |   27 
 testing-i686/polari.install   |   12 
 testing-x86_64/PKGBUILD   |   27 
 testing-x86_64/polari.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 13:01:11 UTC (rev 224413)
+++ testing-i686/PKGBUILD   2014-10-15 13:01:21 UTC (rev 224414)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Polari";
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger)
-makedepends=(intltool gobject-introspection python2 desktop-file-utils 
appdata-tools)
-groups=(gnome-extra)
-install=polari.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b9562a78c5b61b0545e3053e4e00022931bd4e2e8b170b230bc0b2ed088f18ed')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: polari/repos/testing-i686/PKGBUILD (from rev 224413, 
polari/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 13:01:21 UTC (rev 224414)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Polari";
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger)
+makedepends=(intltool gobject-introspection python2 desktop-file-utils 
appdata-tools)
+groups=(gnome-extra)
+install=polari.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0c7d8fb990dec08bf4c0f6349cadf1a8f8f4330d1de4794d81f66a779c272c1f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/polari.install
===
--- testing-i686/polari.install 2014-10-15 13:01:11 UTC (rev 224413)
+++ testing-i686/polari.install 2014-10-15 13:01:21 UTC (rev 224414)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: polari/repos/testing-i686/polari.install (from rev 224413, 
polari/trunk/polari.install)
===
--- testing-i686/polari.install (rev 0)
+++ testing-i686/polari.install 2014-10-15 13:01:21 UTC (rev 224414)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-15 13:01:11 UTC (rev 224413)
+++ testing-x86_64/PKGBUILD 2014-10-15 13:01:21 UTC (rev 224414)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Polari";
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger)
-makedepends=(intltool gobject-introspection python2 desktop-file-utils 
appdata-tools)
-groups=(gnome-extra)
-install=polari.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=(

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 15:01:11
  Author: jgc
Revision: 224413

upgpkg: polari 3.14.1-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 12:57:51 UTC (rev 224412)
+++ PKGBUILD2014-10-15 13:01:11 UTC (rev 224413)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=polari.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b9562a78c5b61b0545e3053e4e00022931bd4e2e8b170b230bc0b2ed088f18ed')
+sha256sums=('0c7d8fb990dec08bf4c0f6349cadf1a8f8f4330d1de4794d81f66a779c272c1f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-getting-started-docs/repos/testing-any (2 files)

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 14:57:51
  Author: jgc
Revision: 224412

archrelease: copy trunk to testing-any

Added:
  gnome-getting-started-docs/repos/testing-any/PKGBUILD
(from rev 224411, gnome-getting-started-docs/trunk/PKGBUILD)
Deleted:
  gnome-getting-started-docs/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 12:57:44 UTC (rev 224411)
+++ PKGBUILD2014-10-15 12:57:51 UTC (rev 224412)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-getting-started-docs
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Help a new user get started in GNOME"
-arch=(any)
-license=('CCPL:cc-by-sa-3.0')
-# gst plugins required to decode help videos
-depends=(yelp gst-plugins-base gst-plugins-good)
-makedepends=(yelp-tools)
-url="http://www.gnome.org";
-groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b957d9437e49070dc376a30dc7431f8e74ab0f97eb8eb8edeb7759da5cc6b840')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-getting-started-docs/repos/testing-any/PKGBUILD (from rev 224411, 
gnome-getting-started-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 12:57:51 UTC (rev 224412)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-getting-started-docs
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Help a new user get started in GNOME"
+arch=(any)
+license=('CCPL:cc-by-sa-3.0')
+# gst plugins required to decode help videos
+depends=(yelp gst-plugins-base gst-plugins-good)
+makedepends=(yelp-tools)
+url="http://www.gnome.org";
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('692f62407b412236da0b7b38876bd8e196d5ba0f94160316540753ecca272d79')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-getting-started-docs/trunk (PKGBUILD)

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 14:57:44
  Author: jgc
Revision: 224411

upgpkg: gnome-getting-started-docs 3.14.1-1

Modified:
  gnome-getting-started-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 12:39:43 UTC (rev 224410)
+++ PKGBUILD2014-10-15 12:57:44 UTC (rev 224411)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-getting-started-docs
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Help a new user get started in GNOME"
 arch=(any)
@@ -13,7 +13,7 @@
 url="http://www.gnome.org";
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b957d9437e49070dc376a30dc7431f8e74ab0f97eb8eb8edeb7759da5cc6b840')
+sha256sums=('692f62407b412236da0b7b38876bd8e196d5ba0f94160316540753ecca272d79')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-15 Thread Jaroslav Lichtblau
Date: Wednesday, October 15, 2014 @ 14:45:50
  Author: jlichtblau
Revision: 120710

archrelease: copy trunk to community-x86_64

Added:
  lbzip2/repos/community-x86_64/
  lbzip2/repos/community-x86_64/PKGBUILD
(from rev 120709, lbzip2/trunk/PKGBUILD)

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

Copied: lbzip2/repos/community-x86_64/PKGBUILD (from rev 120709, 
lbzip2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-15 12:45:50 UTC (rev 120710)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Dan Ziemba 
+# Contributor: Christoph Zeiler 
+
+pkgname=lbzip2
+pkgver=2.5
+pkgrel=3
+pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
+arch=('i686' 'x86_64')
+url="http://lbzip2.org";
+license=('GPL3')
+depends=('glibc')
+source=(http://archive.lbzip2.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('eec4ff08376090494fa3710649b73e5412c3687b4b9b758c93f73aa7be27555b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  make DESTDIR="${pkgdir}" install
+}


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

2014-10-15 Thread Jaroslav Lichtblau
Date: Wednesday, October 15, 2014 @ 14:45:22
  Author: jlichtblau
Revision: 120709

archrelease: copy trunk to community-i686

Added:
  lbzip2/repos/community-i686/
  lbzip2/repos/community-i686/PKGBUILD
(from rev 120708, lbzip2/trunk/PKGBUILD)

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

Copied: lbzip2/repos/community-i686/PKGBUILD (from rev 120708, 
lbzip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-15 12:45:22 UTC (rev 120709)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Dan Ziemba 
+# Contributor: Christoph Zeiler 
+
+pkgname=lbzip2
+pkgver=2.5
+pkgrel=3
+pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
+arch=('i686' 'x86_64')
+url="http://lbzip2.org";
+license=('GPL3')
+depends=('glibc')
+source=(http://archive.lbzip2.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('eec4ff08376090494fa3710649b73e5412c3687b4b9b758c93f73aa7be27555b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  make DESTDIR="${pkgdir}" install
+}


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

2014-10-15 Thread Jaroslav Lichtblau
Date: Wednesday, October 15, 2014 @ 14:43:15
  Author: jlichtblau
Revision: 120708

lbzip2 added as dependency of clonezilla having 18 votes at the time of the 
move to [community]

Added:
  lbzip2/
  lbzip2/repos/
  lbzip2/trunk/
  lbzip2/trunk/PKGBUILD

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

Added: lbzip2/trunk/PKGBUILD
===
--- lbzip2/trunk/PKGBUILD   (rev 0)
+++ lbzip2/trunk/PKGBUILD   2014-10-15 12:43:15 UTC (rev 120708)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Dan Ziemba 
+# Contributor: Christoph Zeiler 
+
+pkgname=lbzip2
+pkgver=2.5
+pkgrel=3
+pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
+arch=('i686' 'x86_64')
+url="http://lbzip2.org";
+license=('GPL3')
+depends=('glibc')
+source=(http://archive.lbzip2.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('eec4ff08376090494fa3710649b73e5412c3687b4b9b758c93f73aa7be27555b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  make DESTDIR="${pkgdir}" install
+}


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


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

2014-10-15 Thread Felix Yan
Date: Wednesday, October 15, 2014 @ 14:42:31
  Author: fyan
Revision: 120706

upgpkg: lib32-flashplugin 11.2.202.411-1

upstream new release

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 10:54:07 UTC (rev 120705)
+++ PKGBUILD2014-10-15 12:42:31 UTC (rev 120706)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.406
+pkgver=11.2.202.411
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
-md5sums=('5b1afa315cca86c6c70b05d0797a3516')
+md5sums=('71ab8f2060e3a03698900395cd5bb519')
 
 package() {
   install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"


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

2014-10-15 Thread Felix Yan
Date: Wednesday, October 15, 2014 @ 14:42:44
  Author: fyan
Revision: 120707

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 12:42:31 UTC (rev 120706)
+++ PKGBUILD2014-10-15 12:42:44 UTC (rev 120707)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.406
-pkgrel=1
-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=("flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
-md5sums=('5b1afa315cca86c6c70b05d0797a3516')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 120706, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 12:42:44 UTC (rev 120707)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.411
+pkgrel=1
+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=("flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
+md5sums=('71ab8f2060e3a03698900395cd5bb519')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2014-10-15 Thread Felix Yan
Date: Wednesday, October 15, 2014 @ 14:39:43
  Author: fyan
Revision: 224410

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 224409, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 224409, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 224409, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 224409, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 224409, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 224409, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|  104 +
 /flashplugin.install |   28 +
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   52 --
 extra-i686/flashplugin.install   |   14 
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   52 --
 extra-x86_64/flashplugin.install |   14 
 extra-x86_64/mms.cfg |2 
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-15 12:39:17 UTC (rev 224409)
+++ extra-i686/PKGBUILD 2014-10-15 12:39:43 UTC (rev 224410)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.406
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-
-if [ "$CARCH" = "i686" ]; then
-
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}";
-mms.cfg)
-md5sums=('5b1afa315cca86c6c70b05d0797a3516'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-elif [ "$CARCH" = "x86_64" ]; then
-
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
-mms.cfg)
-md5sums=('72054dbbceabda51bce37137568e2a1b'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-fi
-
-package () {
-install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-if [ "$CARCH" = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-fi
-install -Dm755 usr/bin/flash-player-properties 
"$pkgdir/usr/bin/flash-player-properties"
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
"$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png"
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
"$pkgdir/usr/share/applications/flash-player-properties.desktop"
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
"$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
-install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg"
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 224409, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-15 12:39:43 UTC (rev 224410)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.411
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU accel

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

2014-10-15 Thread Felix Yan
Date: Wednesday, October 15, 2014 @ 14:39:17
  Author: fyan
Revision: 224409

upgpkg: flashplugin 11.2.202.411-1

upstream new release

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 12:27:18 UTC (rev 224408)
+++ PKGBUILD2014-10-15 12:39:17 UTC (rev 224409)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.406
+pkgver=11.2.202.411
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -21,7 +21,7 @@
 
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}";
 mms.cfg)
-md5sums=('5b1afa315cca86c6c70b05d0797a3516'
+md5sums=('71ab8f2060e3a03698900395cd5bb519'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 elif [ "$CARCH" = "x86_64" ]; then
@@ -28,7 +28,7 @@
 
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz";
 "http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
 mms.cfg)
-md5sums=('72054dbbceabda51bce37137568e2a1b'
+md5sums=('af0763db8cfcf58e5522014947000b5a'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 fi


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 14:27:08
  Author: jgc
Revision: 224407

upgpkg: gvfs 1.22.1-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 11:48:58 UTC (rev 224406)
+++ PKGBUILD2014-10-15 12:27:08 UTC (rev 224407)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 
'gvfs-mtp')
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -10,7 +10,7 @@
 makedepends=('avahi' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup' 'smbclient' 
'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 
'libbluray')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('ab4b43514a783ebf5e680bbe87fd788184c3ba03e012346a493687c8f3fdcc94')
+sha256sums=('c4fa236a65dce60e72bdc6bed38ecd7dd74756745f4770e7dcfa069dc8a43572')
 
 build() {
   cd "$pkgbase-$pkgver"


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 14:27:18
  Author: jgc
Revision: 224408

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

Added:
  gvfs/repos/testing-i686/PKGBUILD
(from rev 224407, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-i686/gvfs-module.install
(from rev 224407, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-i686/gvfs-smb.install
(from rev 224407, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-i686/gvfs.install
(from rev 224407, gvfs/trunk/gvfs.install)
  gvfs/repos/testing-x86_64/PKGBUILD
(from rev 224407, gvfs/trunk/PKGBUILD)
  gvfs/repos/testing-x86_64/gvfs-module.install
(from rev 224407, gvfs/trunk/gvfs-module.install)
  gvfs/repos/testing-x86_64/gvfs-smb.install
(from rev 224407, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/testing-x86_64/gvfs.install
(from rev 224407, gvfs/trunk/gvfs.install)
Deleted:
  gvfs/repos/testing-i686/PKGBUILD
  gvfs/repos/testing-i686/gvfs-module.install
  gvfs/repos/testing-i686/gvfs-smb.install
  gvfs/repos/testing-i686/gvfs.install
  gvfs/repos/testing-x86_64/PKGBUILD
  gvfs/repos/testing-x86_64/gvfs-module.install
  gvfs/repos/testing-x86_64/gvfs-smb.install
  gvfs/repos/testing-x86_64/gvfs.install

+
 /PKGBUILD  |  260 +++
 /gvfs-module.install   |   14 +
 /gvfs-smb.install  |   24 +++
 /gvfs.install  |   28 +++
 testing-i686/PKGBUILD  |  130 -
 testing-i686/gvfs-module.install   |7 
 testing-i686/gvfs-smb.install  |   12 -
 testing-i686/gvfs.install  |   14 -
 testing-x86_64/PKGBUILD|  130 -
 testing-x86_64/gvfs-module.install |7 
 testing-x86_64/gvfs-smb.install|   12 -
 testing-x86_64/gvfs.install|   14 -
 12 files changed, 326 insertions(+), 326 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 12:27:08 UTC (rev 224407)
+++ testing-i686/PKGBUILD   2014-10-15 12:27:18 UTC (rev 224408)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 
'gvfs-mtp')
-pkgver=1.22.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('avahi' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup' 'smbclient' 
'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 
'libbluray')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('ab4b43514a783ebf5e680bbe87fd788184c3ba03e012346a493687c8f3fdcc94')
-
-build() {
-  cd "$pkgbase-$pkgver"
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions \
-  --disable-obexftp
-  make
-}
-
-package_gvfs() {
-  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
-  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio-paranoia' 'libsoup' 
'udisks2' 'libsecret' 'libbluray')
-  replaces=('gvfs-obexftp')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-afp: Apple Filing Protocol (AFP) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts support'
-  'gtk3: Recent files support')
-  install=gvfs.install
-
-  cd "$pkgbase-$pkgver"
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -e 's/^am__append_6/#am__append_6/' \
-  -e 's/^am__append_7/#am__append_7/' \
-  -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,mtp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,mtp}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
-  depends=("gvfs=$pkgver" 'smbclient')
-  install=gvfs-smb.install
-
-  cd "$pkgbase-$pkgver/daemon"
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-pa

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 13:48:58
  Author: jgc
Revision: 224406

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

Added:
  gtksourceview3/repos/testing-i686/PKGBUILD
(from rev 224405, gtksourceview3/trunk/PKGBUILD)
  gtksourceview3/repos/testing-x86_64/PKGBUILD
(from rev 224405, gtksourceview3/trunk/PKGBUILD)
Deleted:
  gtksourceview3/repos/testing-i686/PKGBUILD
  gtksourceview3/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 11:48:50 UTC (rev 224405)
+++ testing-i686/PKGBUILD   2014-10-15 11:48:58 UTC (rev 224406)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade' 'vala' 'python2')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('b6a6036af0209cbc591afbae2fb13d2a92898a52cb76f652b94034da1bc0eba4')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

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

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-15 11:48:50 UTC (rev 224405)
+++ testing-x86_64/PKGBUILD 2014-10-15 11:48:58 UTC (rev 224406)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade' 'vala' 'python2')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('b6a6036af0209cbc591afbae2fb13d2a92898a52cb76f652b94034da1bc0eba4')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/testing-x86_64/PKGBUILD (from rev 224405, 
gtksourceview3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-15 11:48:58 UTC (rev 224406)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade' 'vala' 'python2')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('52dc100694a81b16a961c7c2e09f643e8e40a0947e595d5fda62b1ad76b9ae27')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 13:48:50
  Author: jgc
Revision: 224405

upgpkg: gtksourceview3 3.14.1-1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 11:46:27 UTC (rev 224404)
+++ PKGBUILD2014-10-15 11:48:50 UTC (rev 224405)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'glade' 'vala' 'python2')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('b6a6036af0209cbc591afbae2fb13d2a92898a52cb76f652b94034da1bc0eba4')
+sha256sums=('52dc100694a81b16a961c7c2e09f643e8e40a0947e595d5fda62b1ad76b9ae27')
 
 build() {
   cd "$_pkgbasename-$pkgver"


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 13:46:27
  Author: jgc
Revision: 224404

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

Added:
  gnome-music/repos/testing-i686/PKGBUILD
(from rev 224403, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/testing-i686/gnome-music.install
(from rev 224403, gnome-music/trunk/gnome-music.install)
  gnome-music/repos/testing-x86_64/PKGBUILD
(from rev 224403, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/testing-x86_64/gnome-music.install
(from rev 224403, gnome-music/trunk/gnome-music.install)
Deleted:
  gnome-music/repos/testing-i686/PKGBUILD
  gnome-music/repos/testing-i686/gnome-music.install
  gnome-music/repos/testing-x86_64/PKGBUILD
  gnome-music/repos/testing-x86_64/gnome-music.install

+
 /PKGBUILD  |   54 +++
 /gnome-music.install   |   24 +++
 testing-i686/PKGBUILD  |   26 
 testing-i686/gnome-music.install   |   12 ---
 testing-x86_64/PKGBUILD|   26 
 testing-x86_64/gnome-music.install |   12 ---
 6 files changed, 78 insertions(+), 76 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 11:45:33 UTC (rev 224403)
+++ testing-i686/PKGBUILD   2014-10-15 11:46:27 UTC (rev 224404)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Music player and management application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://wiki.gnome.org/Apps/Music";
-depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs 
python-gobject)
-makedepends=(intltool itstool python2)
-groups=('gnome-extra')
-install=gnome-music.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1eb88cf564f276c64ead4751da2f821d0bf2a3380a790d6497f32d1a12f180ed')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-music/repos/testing-i686/PKGBUILD (from rev 224403, 
gnome-music/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 11:46:27 UTC (rev 224404)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="Music player and management application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://wiki.gnome.org/Apps/Music";
+depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus
+ dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo)
+makedepends=(intltool itstool python2)
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d038db9c624bf14ee1dfee330ce1d5324846a0577a819bce63a6835f68e88a80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/gnome-music.install
===
--- testing-i686/gnome-music.install2014-10-15 11:45:33 UTC (rev 224403)
+++ testing-i686/gnome-music.install2014-10-15 11:46:27 UTC (rev 224404)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-music/repos/testing-i686/gnome-music.install (from rev 224403, 
gnome-music/trunk/gnome-music.install)
===
--- testing-i686/gnome-music.install(rev 0)
+++ testing-i686/gnome-music.install2014-10-15 11:46:27 UTC (rev 224404)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-15 11:45:33 UTC (rev 224403)
+++ testing-x86_64/PKGBUILD 2014-10-15 11:46:27 UTC (rev 224404)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="Music player and management application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://wiki.gnome.org/Apps/Music";
-depends=(grilo grilo-plugins tracker python gobject-

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 13:45:33
  Author: jgc
Revision: 224403

upgpkg: gnome-music 3.14.1-1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 11:12:50 UTC (rev 224402)
+++ PKGBUILD2014-10-15 11:45:33 UTC (rev 224403)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Music player and management application"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=gnome-music.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1eb88cf564f276c64ead4751da2f821d0bf2a3380a790d6497f32d1a12f180ed')
+sha256sums=('d038db9c624bf14ee1dfee330ce1d5324846a0577a819bce63a6835f68e88a80')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-15 Thread Guillaume Alaux
Date: Wednesday, October 15, 2014 @ 13:12:50
  Author: guillaume
Revision: 224402

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

Added:
  java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch
(from rev 224401, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
  java8-openjdk/repos/extra-i686/002_gcc.make-4.9.patch
(from rev 224401, java8-openjdk/trunk/002_gcc.make-4.9.patch)
  java8-openjdk/repos/extra-i686/003_nonreparenting-wm.patch
(from rev 224401, java8-openjdk/trunk/003_nonreparenting-wm.patch)
  java8-openjdk/repos/extra-i686/PKGBUILD
(from rev 224401, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
(from rev 224401, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
(from rev 224401, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
(from rev 224401, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/001_adjust-mflags-for-gmake-4.patch
(from rev 224401, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
  java8-openjdk/repos/extra-x86_64/002_gcc.make-4.9.patch
(from rev 224401, java8-openjdk/trunk/002_gcc.make-4.9.patch)
  java8-openjdk/repos/extra-x86_64/003_nonreparenting-wm.patch
(from rev 224401, java8-openjdk/trunk/003_nonreparenting-wm.patch)
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 224401, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 224401, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 224401, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 224401, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-i686/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/repos/extra-i686/002_gcc.make-4.9.patch
  java8-openjdk/repos/extra-i686/003_nonreparenting-wm.patch
  java8-openjdk/repos/extra-i686/PKGBUILD
  java8-openjdk/repos/extra-i686/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-i686/install_jre8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/repos/extra-x86_64/002_gcc.make-4.9.patch
  java8-openjdk/repos/extra-x86_64/003_nonreparenting-wm.patch
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

--+
 /001_adjust-mflags-for-gmake-4.patch |   92 +++
 /002_gcc.make-4.9.patch  |   24 
 /003_nonreparenting-wm.patch |   78 ++
 /PKGBUILD|  586 +
 /install_jdk8-openjdk.sh |  100 +++
 /install_jre8-openjdk-headless.sh|   96 +++
 /install_jre8-openjdk.sh |  110 +++
 extra-i686/001_adjust-mflags-for-gmake-4.patch   |   46 -
 extra-i686/002_gcc.make-4.9.patch|   12 
 extra-i686/003_nonreparenting-wm.patch   |   39 -
 extra-i686/PKGBUILD  |  293 --
 extra-i686/install_jdk8-openjdk.sh   |   50 -
 extra-i686/install_jre8-openjdk-headless.sh  |   48 -
 extra-i686/install_jre8-openjdk.sh   |   55 -
 extra-x86_64/001_adjust-mflags-for-gmake-4.patch |   46 -
 extra-x86_64/002_gcc.make-4.9.patch  |   12 
 extra-x86_64/003_nonreparenting-wm.patch |   39 -
 extra-x86_64/PKGBUILD|  293 --
 extra-x86_64/install_jdk8-openjdk.sh |   50 -
 extra-x86_64/install_jre8-openjdk-headless.sh|   48 -
 extra-x86_64/install_jre8-openjdk.sh |   55 -
 21 files changed, 1086 insertions(+), 1086 deletions(-)

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


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 13:11:57
  Author: jgc
Revision: 224401

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

Added:
  gnome-software/repos/gnome-unstable-i686/PKGBUILD
(from rev 224399, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/gnome-unstable-i686/gnome-software.install
(from rev 224399, gnome-software/trunk/gnome-software.install)
  gnome-software/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 224399, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/gnome-unstable-x86_64/gnome-software.install
(from rev 224399, gnome-software/trunk/gnome-software.install)
Deleted:
  gnome-software/repos/gnome-unstable-i686/PKGBUILD
  gnome-software/repos/gnome-unstable-i686/gnome-software.install
  gnome-software/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-software/repos/gnome-unstable-x86_64/gnome-software.install

--+
 /PKGBUILD|   64 +
 /gnome-software.install  |   26 ++
 gnome-unstable-i686/PKGBUILD |   32 
 gnome-unstable-i686/gnome-software.install   |   13 -
 gnome-unstable-x86_64/PKGBUILD   |   32 
 gnome-unstable-x86_64/gnome-software.install |   13 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-10-15 11:11:57 UTC (rev 224400)
+++ gnome-unstable-i686/PKGBUILD2014-10-15 11:11:57 UTC (rev 224401)
@@ -1,32 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgname=gnome-software
-pkgver=3.14.0
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-arch=(i686 x86_64)
-license=('GPL2')
-url="https://wiki.gnome.org/Apps/Software/";
-depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit desktop-file-utils)
-makedepends=(intltool)
-options=('!libtool' '!emptydirs')
-install=gnome-software.install
-groups=('gnome-extra')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('646cf4ed3274c0a1f60b2ddd1a967f608e96e355a4436e6d6ad00915339e2fa8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # Remove fedora-only plugins
-  rm "${pkgdir}/usr/lib/gs-plugins-6/"libgs_plugin_fedora_tagger*
-}

Copied: gnome-software/repos/gnome-unstable-i686/PKGBUILD (from rev 224399, 
gnome-software/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-10-15 11:11:57 UTC (rev 224401)
@@ -0,0 +1,32 @@
+# Maintainer: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgname=gnome-software
+pkgver=3.14.1
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+arch=(i686 x86_64)
+license=('GPL2')
+url="https://wiki.gnome.org/Apps/Software/";
+depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
packagekit desktop-file-utils)
+makedepends=(intltool)
+options=('!libtool' '!emptydirs')
+install=gnome-software.install
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7c36985fa059f8a153f7e9455cea45fbbacf58b4adbf184fd8050aaba3431e28')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # Remove fedora-only plugins
+  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
+}

Deleted: gnome-unstable-i686/gnome-software.install
===
--- gnome-unstable-i686/gnome-software.install  2014-10-15 11:11:57 UTC (rev 
224400)
+++ gnome-unstable-i686/gnome-software.install  2014-10-15 11:11:57 UTC (rev 
224401)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-software/repos/gnome-unstable-i686/gnome-software.install (from 
rev 224399, gnome-software/trunk/gnome-software.install)
===
--- gnome-unstable-i686/gnome-software.install  (rev 0)
+++ gnome-unstable-i686/gnome-software.install  2014-10-15 11:11:57 UTC (rev 
224401)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /us

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

2014-10-15 Thread Guillaume Alaux
Date: Wednesday, October 15, 2014 @ 13:11:57
  Author: guillaume
Revision: 224400

Upstream release 8.u25

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 11:11:50 UTC (rev 224399)
+++ PKGBUILD2014-10-15 11:11:57 UTC (rev 224400)
@@ -10,11 +10,11 @@
 pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
 pkgbase=java8-openjdk
 _java_ver=8
-_jdk_update=20
-_jdk_build=23
+_jdk_update=25
+_jdk_build=18
 pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
-pkgrel=4
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://openjdk.java.net/'
 license=('custom')
@@ -32,14 +32,14 @@
 001_adjust-mflags-for-gmake-4.patch
 003_nonreparenting-wm.patch)
 
-sha256sums=('ec0b86c0a5883f769cb951a96a0b61734aa7e3c2b62e3b448f7bf6866a36c237'
-'e979396e3d64af94664932a28eb63d3048bdf3595f180bd4bd3fad91bc8b685c'
-'ba0c359bb99b82fb2eca37ba5d2a7e775bd9f67749e41cbbf6a059677f20750a'
-'7f66b915b4ad378710cf1b8e52a3615105457d6a93aaf6183b76d7d6dfa14c14'
-'3d19d5b7fd7a13ed2bf860491731ca6c928ed0d44e10910f2d43340f627714f7'
-'046de26b27cf7f24b77c33af249aac7fa8d14269306ed2e1f9517cce279243c3'
-'05177c5ba5ec95d041d46e871358692ff1e62f8568c8c9580688b39e5165d580'
-'2499b19562e320eb304be8797c2a895f1fe2ab2d16fd7da68aeaed180b3f1899'
+sha256sums=('90eb3f3cb7094e609686168ec52ba462ef0f9832a4264bd1575e5896a6dd85c3'
+'61d0bba710d6803b0368c93bc9182b0b40348eed81d578886a03904baf61ba6f'
+'e574567b48f57c5cdeebae6fa22e2482c05446dbf9133e820f2d95e99459ddf2'
+'8ef05535a0e03c4262d55cc67887e884f3fda8e4872cbc2941dcb216ef1460ca'
+'afbdf119af2ffc0f9cd6eb93e6dac8e6a56a4ed4b68c7ff07f9b0c1a6bd56a8f'
+'2e91c958024e6b64f7484b8225e07edce3bd3bcde43081fb73f32e4b73ef7b87'
+'f292afe8540436090489841771259b274e3c36d42f11d0f58ba8082cd24fcc66'
+'98b4fc2d448920b81404ce745d9c00e9a33b58e123176dec4074caf611c3f9c2'
 '682104f7723c5c543c47b53f51cc5577e273a12343bd04bebd1bcd70dd72ded9'
 'c41cec7415ace2f68a5f9529e6df7e87a8c21993ab9d040b0f8b395f6173d478')
 


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 13:11:50
  Author: jgc
Revision: 224399

upgpkg: gnome-software 3.14.1-1

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 11:06:39 UTC (rev 224398)
+++ PKGBUILD2014-10-15 11:11:50 UTC (rev 224399)
@@ -2,7 +2,7 @@
 # Contributor: Yosef Or Boczko 
 
 pkgname=gnome-software
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=gnome-software.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('646cf4ed3274c0a1f60b2ddd1a967f608e96e355a4436e6d6ad00915339e2fa8')
+sha256sums=('7c36985fa059f8a153f7e9455cea45fbbacf58b4adbf184fd8050aaba3431e28')
 
 build() {
   cd $pkgname-$pkgver
@@ -28,5 +28,5 @@
   make DESTDIR="${pkgdir}" install
 
   # Remove fedora-only plugins
-  rm "${pkgdir}/usr/lib/gs-plugins-6/"libgs_plugin_fedora_tagger*
+  rm "${pkgdir}"/usr/lib/gs-plugins-*/libgs_plugin_fedora_tagger*
 }


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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 13:06:39
  Author: jgc
Revision: 224398

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

Added:
  gnome-maps/repos/testing-i686/PKGBUILD
(from rev 224397, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/testing-i686/gnome-maps.install
(from rev 224397, gnome-maps/trunk/gnome-maps.install)
  gnome-maps/repos/testing-x86_64/PKGBUILD
(from rev 224397, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/testing-x86_64/gnome-maps.install
(from rev 224397, gnome-maps/trunk/gnome-maps.install)
Deleted:
  gnome-maps/repos/testing-i686/PKGBUILD
  gnome-maps/repos/testing-i686/gnome-maps.install
  gnome-maps/repos/testing-x86_64/PKGBUILD
  gnome-maps/repos/testing-x86_64/gnome-maps.install

---+
 /PKGBUILD |   54 
 /gnome-maps.install   |   24 
 testing-i686/PKGBUILD |   27 --
 testing-i686/gnome-maps.install   |   12 
 testing-x86_64/PKGBUILD   |   27 --
 testing-x86_64/gnome-maps.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-15 11:06:32 UTC (rev 224397)
+++ testing-i686/PKGBUILD   2014-10-15 11:06:39 UTC (rev 224398)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.14.1
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://live.gnome.org/Maps";
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e9374d463e21f1f574ec94d198f56088e133894dbc2f46989c695ce2121f704')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: gnome-maps/repos/testing-i686/PKGBUILD (from rev 224397, 
gnome-maps/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-15 11:06:39 UTC (rev 224398)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.14.1.2
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+arch=(i686 x86_64)
+license=('GPL')
+url="https://live.gnome.org/Maps";
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard)
+makedepends=(intltool)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7b3acd6580ef5aad0f4ca7bbaeff8ab9fdccd9300e0af78bbc66d2dcbc88a773')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/gnome-maps.install
===
--- testing-i686/gnome-maps.install 2014-10-15 11:06:32 UTC (rev 224397)
+++ testing-i686/gnome-maps.install 2014-10-15 11:06:39 UTC (rev 224398)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-maps/repos/testing-i686/gnome-maps.install (from rev 224397, 
gnome-maps/trunk/gnome-maps.install)
===
--- testing-i686/gnome-maps.install (rev 0)
+++ testing-i686/gnome-maps.install 2014-10-15 11:06:39 UTC (rev 224398)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-10-15 11:06:32 UTC (rev 224397)
+++ testing-x86_64/PKGBUILD 2014-10-15 11:06:39 UTC (rev 224398)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.14.1
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-arch=(i686 x86_64)
-license=('GPL')
-url="https://live.gnome.org/Maps";
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e9374d463e21f1f574ec94d198f56088e133894dbc2f46989c6

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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 13:06:32
  Author: jgc
Revision: 224397

upgpkg: gnome-maps 3.14.1.2-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-15 11:04:35 UTC (rev 224396)
+++ PKGBUILD2014-10-15 11:06:32 UTC (rev 224397)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.14.1
+pkgver=3.14.1.2
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome-extra')
 install=gnome-maps.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e9374d463e21f1f574ec94d198f56088e133894dbc2f46989c695ce2121f704')
+sha256sums=('7b3acd6580ef5aad0f4ca7bbaeff8ab9fdccd9300e0af78bbc66d2dcbc88a773')
 
 build() {
   cd $pkgname-$pkgver


  1   2   >