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

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 20:07:41
  Author: jelle
Revision: 128943

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

Added:
  haskell-http/repos/community-i686/PKGBUILD
(from rev 128942, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-i686/haskell-http.install
(from rev 128942, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-x86_64/PKGBUILD
(from rev 128942, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-x86_64/haskell-http.install
(from rev 128942, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/community-i686/0001-relax-upper-bound-on-network.patch
  haskell-http/repos/community-i686/PKGBUILD
  haskell-http/repos/community-i686/haskell-http.install
  haskell-http/repos/community-x86_64/0001-relax-upper-bound-on-network.patch
  haskell-http/repos/community-x86_64/PKGBUILD
  haskell-http/repos/community-x86_64/haskell-http.install

--+
 /PKGBUILD|   98 +
 /haskell-http.install|   70 +
 community-i686/0001-relax-upper-bound-on-network.patch   |   12 -
 community-i686/PKGBUILD  |   49 --
 community-i686/haskell-http.install  |   35 
 community-x86_64/0001-relax-upper-bound-on-network.patch |   12 -
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/haskell-http.install|   35 
 8 files changed, 168 insertions(+), 192 deletions(-)

Deleted: community-i686/0001-relax-upper-bound-on-network.patch
===
--- community-i686/0001-relax-upper-bound-on-network.patch  2015-03-08 
19:07:27 UTC (rev 128942)
+++ community-i686/0001-relax-upper-bound-on-network.patch  2015-03-08 
19:07:41 UTC (rev 128943)
@@ -1,12 +0,0 @@
-diff -aur HTTP-4000.2.12/HTTP.cabal HTTP-4000.2.12.new/HTTP.cabal
 HTTP-4000.2.12/HTTP.cabal  2005-05-06 06:32:53.0 +0200
-+++ HTTP-4000.2.12.new/HTTP.cabal  2014-07-12 16:22:44.083433261 +0200
-@@ -85,7 +85,7 @@
-  Network.HTTP.Utils
-  Paths_HTTP
-   GHC-options: -fwarn-missing-signatures -Wall
--  Build-depends: base = 2   4.8, network  2.5, parsec
-+  Build-depends: base = 2   4.8, network  2.6, parsec
-   Extensions: FlexibleInstances
-   if flag(old-base)
- Build-depends: base  3

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 19:07:27 UTC (rev 128942)
+++ community-i686/PKGBUILD 2015-03-08 19:07:41 UTC (rev 128943)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.18
-pkgrel=1
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-network=2.6.0.2-2' 
'haskell-parsec=3.1.7-2' 'haskell-mtl=2.1.3.1-4')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('a65de426b472421dc979706aed7f4332')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O -p \
-   --enable-split-objs \
-   --enable-shared \
-   --prefix=/usr \
-   --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-
- runhaskell Setup build
-
- runhaskell Setup haddock
-
- runhaskell Setup register --gen-script
- runhaskell Setup unregister --gen-script
- sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
- cd ${_hkgname}-${pkgver}
-
- install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
- install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
- install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
- ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
- runhaskell Setup copy --destdir=${pkgdir}
-
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-http/repos/community-i686/PKGBUILD (from rev 128942, 
haskell-http/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 19:07:41 UTC (rev 128943)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.19
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.4-1' 'sh' 

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

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 20:07:27
  Author: jelle
Revision: 128942

upgpkg: haskell-http 4000.2.19-1

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:04:28 UTC (rev 128941)
+++ PKGBUILD2015-03-08 19:07:27 UTC (rev 128942)
@@ -2,7 +2,7 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.2.18
+pkgver=4000.2.19
 pkgrel=1
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
@@ -9,10 +9,10 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-network=2.6.0.2-2' 
'haskell-parsec=3.1.7-2' 'haskell-mtl=2.1.3.1-4')
+depends=('ghc=7.8.4-1' 'sh' 'haskell-network=2.6.0.2-5' 
'haskell-parsec=3.1.7-4' 'haskell-mtl=2.1.3.1-4' 'haskell-network-uri')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-md5sums=('a65de426b472421dc979706aed7f4332')
+md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
 
 build() {
  cd ${_hkgname}-${pkgver}


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

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 20:11:24
  Author: jelle
Revision: 128947

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 128946, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 128946, xmobar/trunk/PKGBUILD)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 5 files changed, 62 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 19:11:12 UTC (rev 128946)
+++ community-i686/PKGBUILD 2015-03-08 19:11:24 UTC (rev 128947)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.22.1
-pkgrel=2
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.8.4-1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.8' 'haskell-network-uri'
-'haskell-stm=2.4.3' 'haskell-parsec=3.1.7' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('b63a1d5ad739e0f2b70ba0366a9854b7')
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib with_xpm
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 128946, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 19:11:24 UTC (rev 128947)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.23
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.8.4-1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=0.3.8' 'haskell-network-uri'
+'haskell-stm=2.4.3' 'haskell-parsec=3.1.7' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('5ab73783a6a8f97753a263652e1c141c')
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib with_xpm
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2015-03-08 19:11:12 UTC 
(rev 128946)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2015-03-08 19:11:24 UTC 
(rev 128947)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-08 19:11:12 UTC (rev 128946)
+++ community-x86_64/PKGBUILD   2015-03-08 19:11:24 UTC (rev 128947)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar

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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:20:47
  Author: bgyorgy
Revision: 128948

upgpkg: onboard 1.1.1-1

Update to version 1.1.1

Modified:
  onboard/trunk/PKGBUILD
  onboard/trunk/onboard.install

-+
 PKGBUILD|   17 +++--
 onboard.install |2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:11:24 UTC (rev 128947)
+++ PKGBUILD2015-03-08 19:20:47 UTC (rev 128948)
@@ -2,28 +2,25 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=onboard
-pkgver=1.0.1
-pkgrel=4
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=On-screen keyboard useful on tablet PCs or for mobility impaired 
users
 arch=('i686' 'x86_64')
 url=https://launchpad.net/onboard;
 license=('GPL')
-depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
+depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf')
 makedepends=('python-distutils-extra')
 optdepends=('mousetweaks: hover click with mouse')
-options=('!emptydirs')
 install=$pkgname.install
 
source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('88cc91722238ffd6bee47c8adde3eb11')
+md5sums=('4b4cd0075ff71ee4087d46e7b2e98473')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   python3 setup.py build
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python3 setup.py install --root=$pkgdir/ --optimize=1
+  cd $pkgname-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
 }

Modified: onboard.install
===
--- onboard.install 2015-03-08 19:11:24 UTC (rev 128947)
+++ onboard.install 2015-03-08 19:20:47 UTC (rev 128948)
@@ -1,7 +1,7 @@
 post_install() {
   glib-compile-schemas usr/share/glib-2.0/schemas
   update-desktop-database -q
-  xdg-icon-resource forceupdate
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {


[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD plex-lirc-socket.patch)

2015-03-08 Thread Maxime Gauduin
Date: Sunday, March 8, 2015 @ 20:41:25
  Author: alucryd
Revision: 128954

upgpkg: plex-home-theater 1.3.6.441-1

Modified:
  plex-home-theater/trunk/PKGBUILD
Deleted:
  plex-home-theater/trunk/plex-lirc-socket.patch

+
 PKGBUILD   |   31 ++
 plex-lirc-socket.patch |   56 ---
 2 files changed, 13 insertions(+), 74 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:35:26 UTC (rev 128953)
+++ PKGBUILD2015-03-08 19:41:25 UTC (rev 128954)
@@ -3,9 +3,9 @@
 # Contributor: Daniel Wallace daniel.wall...@gatech.edu
 
 pkgname=plex-home-theater
-_pkgver=1.3.5.431-7966a4df
+_pkgver=1.3.6.441-309e72d1
 pkgver=${_pkgver%-*}
-pkgrel=2
+pkgrel=1
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'
@@ -20,31 +20,24 @@
 'libshairport: AirPlay support'
 'libcec: Pulse-Eight USB-CEC adapter support'
 'pulseaudio: PulseAudio support')
-#source=(https://github.com/plexinc/plex-home-theater-public/archive/v${_pkgver}.tar.gz;
-source=(git+https://github.com/plexinc/plex-home-theater-public.git#commit=${_pkgver##*-};
+source=(https://github.com/plexinc/plex-home-theater-public/archive/v${_pkgver}.tar.gz;
 'plex-ffmpeg-compat.patch'
 'plex-libcec-2.2.0.patch'
-'plex-lirc-socket.patch'
 'plexhometheater.sh')
-#sha256sums=('f119d11e13ce2ea8a31805a5ea91b65d95f0fc9370d49d8da51bda1e028b564c'
-sha256sums=('SKIP'
+sha256sums=('b92ed31c38e9aff4b5a84a9ef5ced6cd4740c2ee91da48299c076254aa2d56b3'
 '5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
 '13032e8da35b0abdd22109f9ee34c63e43e0f9863fe81d4fa503c05ede23a212'
-'630070125ad5239163d89fed5bf7f83abf4a411ac3e24aa2e41f99c5c3c8fb7f'
 'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')
 
 prepare() {
-  #cd plex-home-theater-public-${_pkgver}
-  cd plex-home-theater-public
+  cd plex-home-theater-public-${_pkgver}
 
   patch -Np1 -i ../plex-libcec-2.2.0.patch
-  patch -Np1 -i ../plex-lirc-socket.patch
   patch -Np1 -i ../plex-ffmpeg-compat.patch
 }
 
 build() {
-  #cd plex-home-theater-public-${_pkgver}
-  cd plex-home-theater-public
+  cd plex-home-theater-public-${_pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -54,15 +47,17 @@
   cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_C_FLAGS=$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
-DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
-   -DENABLE_{AUTOUPDATE,DUMP_SYMBOLS}='FALSE' -DENABLE_PYTHON='TRUE' \
-   -DPYTHON_EXEC='/usr/bin/python2' -DUSE_INTERNAL_FFMPEG='FALSE' \
-   -DCREATE_BUNDLE='FALSE'
+   -DCREATE_BUNDLE='FALSE' \
+   -DDUMP_SYMBOLS='FALSE' \
+   -DENABLE_AUTOUPDATE='FALSE' \
+   -DENABLE_PYTHON='TRUE' \
+   -DPYTHON_EXEC='/usr/bin/python2' \
+   -DUSE_INTERNAL_FFMPEG='FALSE'
   make
 }
 
 package() {
-  #cd plex-home-theater-public-${_pkgver}/build
-  cd plex-home-theater-public/build
+  cd plex-home-theater-public-${_pkgver}/build
 
   make DESTDIR=${pkgdir} install
   install -dm 755 
${pkgdir}/usr/{lib/plexhometheater,share/{applications,pixmaps}}

Deleted: plex-lirc-socket.patch
===
--- plex-lirc-socket.patch  2015-03-08 19:35:26 UTC (rev 128953)
+++ plex-lirc-socket.patch  2015-03-08 19:41:25 UTC (rev 128954)
@@ -1,56 +0,0 @@
-From c20e1deb62521acaca945fe6af780cdfb477610b Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin aluc...@gmail.com
-Date: Thu, 30 Oct 2014 09:43:48 +0100
-Subject: [PATCH] Fix lirc socket path
-

- configure.in| 4 ++--
- plex/CMakeModules/PlatformConfigLINUX.cmake | 2 +-
- plex/CMakeModules/PlatformConfigRPI.cmake   | 2 +-
- 3 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index 002245a..85ad398 100644
 a/configure.in
-+++ b/configure.in
-@@ -452,9 +452,9 @@ AC_ARG_ENABLE([texturepacker],
- 
- AC_ARG_WITH([lirc-device],
-   [AS_HELP_STRING([--with-lirc-device=file],
--  [specify the default LIRC device (default is /dev/lircd)])],
-+  [specify the default LIRC device (default is /var/run/lirc/lircd)])],
-   [lirc_device=$withval],
--  [lirc_device=/dev/lircd])
-+  [lirc_device=/var/run/lirc/lircd])
- AC_DEFINE_UNQUOTED([LIRC_DEVICE], [$lirc_device], [Default LIRC device])
- 
- AC_ARG_ENABLE([udev],
-diff --git a/plex/CMakeModules/PlatformConfigLINUX.cmake 
b/plex/CMakeModules/PlatformConfigLINUX.cmake
-index 078fafb..3afa5c1 100644
 a/plex/CMakeModules/PlatformConfigLINUX.cmake
-+++ b/plex/CMakeModules/PlatformConfigLINUX.cmake
-@@ -126,7 +126,7 @@ if(DEFINED OPENGL_FOUND)
- endif()
- 
-  default lircdevice

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

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 20:48:10
  Author: jelle
Revision: 128958

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 128957, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre.install
(from rev 128957, calibre/trunk/calibre.install)
  calibre/repos/community-i686/incompatibility-pyqt5.4.1.patch
(from rev 128957, calibre/trunk/incompatibility-pyqt5.4.1.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 128957, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre.install
(from rev 128957, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/incompatibility-pyqt5.4.1.patch
(from rev 128957, calibre/trunk/incompatibility-pyqt5.4.1.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre.install

--+
 /PKGBUILD|  184 +
 /calibre.install |   24 ++
 community-i686/PKGBUILD  |   91 --
 community-i686/calibre.install   |   12 -
 community-i686/incompatibility-pyqt5.4.1.patch   |   28 +++
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/calibre.install |   12 -
 community-x86_64/incompatibility-pyqt5.4.1.patch |   28 +++
 8 files changed, 264 insertions(+), 206 deletions(-)

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

[arch-commits] Commit in calibre/trunk (PKGBUILD incompatibility-pyqt5.4.1.patch)

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 20:47:53
  Author: jelle
Revision: 128957

upgpkg: calibre 2.20.0-2

Added:
  calibre/trunk/incompatibility-pyqt5.4.1.patch
Modified:
  calibre/trunk/PKGBUILD

-+
 PKGBUILD|   13 +++--
 incompatibility-pyqt5.4.1.patch |   28 
 2 files changed, 35 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:47:18 UTC (rev 128956)
+++ PKGBUILD2015-03-08 19:47:53 UTC (rev 128957)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=2.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64')
 url=http://calibre-ebook.com/;
@@ -25,8 +25,9 @@
 'udisks: required for mounting certain devices'
 )
 install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('94f033006e6cc7b96abf62944368fc83')
+source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz; 
incompatibility-pyqt5.4.1.patch)
+md5sums=('94f033006e6cc7b96abf62944368fc83'
+ 'cb28c339c0ab543a96e56363eeef3e8c')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -33,17 +34,14 @@
 
   # Remove unneeded files and libs
   rm -rf resources/${pkgname}-portable.* \
- src/six.py \
  src/cherrypy \
  src/html5lib \
  src/chardet
 
   sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
 
   # Use python2
   sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
 
   # Desktop integration (e.g. enforce arch defaults)
   sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
@@ -59,6 +57,9 @@
   -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
   -e s/^Name=calibre/Name=Calibre/g \
   -i  src/calibre/linux.py
+
+  # Fixes FS#43934
+  patch -Np1 -i $srcdir/incompatibility-pyqt5.4.1.patch
 }
 
 build() {

Added: incompatibility-pyqt5.4.1.patch
===
--- incompatibility-pyqt5.4.1.patch (rev 0)
+++ incompatibility-pyqt5.4.1.patch 2015-03-08 19:47:53 UTC (rev 128957)
@@ -0,0 +1,28 @@
+From 72d47ba9377d70e786bf3d93b323544188c894bd Mon Sep 17 00:00:00 2001
+From: Kovid Goyal ko...@kovidgoyal.net
+Date: Thu, 5 Mar 2015 07:50:28 +0530
+Subject: [PATCH] =?UTF-8?q?Fix=20incompatibility=20with=20PyQt=205.4.1.=20?=
+ =?UTF-8?q?Fixes=20#1427684=20[TypeError:=20QPixmap():=20argument=201=20h?=
+ =?UTF-8?q?as=20unexpected=20type=20=E2=80=93=20incompatibility=20with=20?=
+ =?UTF-8?q?Qt=205.4.1=3F](https://bugs.launchpad.net/calibre/+bug/1427684)?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ src/calibre/gui2/widgets.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/calibre/gui2/widgets.py b/src/calibre/gui2/widgets.py
+index 0e84267..ed40a97 100644
+--- a/src/calibre/gui2/widgets.py
 b/src/calibre/gui2/widgets.py
+@@ -295,7 +295,7 @@ class ImageView(QWidget, ImageDropMixin):  # {{{
+ def __init__(self, parent=None, show_size_pref_name=None, 
default_show_size=False):
+ QWidget.__init__(self, parent)
+ self.show_size_pref_name = ('show_size_on_cover_' + 
show_size_pref_name) if show_size_pref_name else None
+-self._pixmap = QPixmap(self)
++self._pixmap = QPixmap()
+ self.setMinimumSize(QSize(150, 200))
+ ImageDropMixin.__init__(self)
+ self.draw_border = True


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:57:29
  Author: bgyorgy
Revision: 128937

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

Added:
  gnome-boxes/repos/community-i686/PKGBUILD
(from rev 128936, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-i686/gnome-boxes.install
(from rev 128936, gnome-boxes/trunk/gnome-boxes.install)
  gnome-boxes/repos/community-x86_64/PKGBUILD
(from rev 128936, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-x86_64/gnome-boxes.install
(from rev 128936, gnome-boxes/trunk/gnome-boxes.install)
Deleted:
  gnome-boxes/repos/community-i686/PKGBUILD
  gnome-boxes/repos/community-i686/gnome-boxes.install
  gnome-boxes/repos/community-x86_64/PKGBUILD
  gnome-boxes/repos/community-x86_64/gnome-boxes.install

--+
 /PKGBUILD|   60 +
 /gnome-boxes.install |   24 +
 community-i686/PKGBUILD  |   30 
 community-i686/gnome-boxes.install   |   12 --
 community-x86_64/PKGBUILD|   30 
 community-x86_64/gnome-boxes.install |   12 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 18:57:19 UTC (rev 128936)
+++ community-i686/PKGBUILD 2015-03-08 18:57:29 UTC (rev 128937)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=gnome-boxes
-pkgver=3.14.2
-pkgrel=1
-pkgdesc=Simple GNOME 3 application to access remote or virtual systems
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Boxes;
-license=('LGPL')
-depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
- 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
- 'gnome-themes-standard')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bfa27a4575c3b84e5818358cc554bc1385ef717aaecdb3d7d48c34b0451ea31')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile --enable-smartcard
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-boxes/repos/community-i686/PKGBUILD (from rev 128936, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 18:57:29 UTC (rev 128937)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=gnome-boxes
+pkgver=3.14.3.1
+pkgrel=1
+pkgdesc=Simple GNOME 3 application to access remote or virtual systems
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
+ 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+ 'gnome-themes-standard')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('048df41ce1bcece1d89dfddcb571ed17dfa7f614929cd63f3079d14c66c10f24')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnome-boxes.install
===
--- community-i686/gnome-boxes.install  2015-03-08 18:57:19 UTC (rev 128936)
+++ community-i686/gnome-boxes.install  2015-03-08 18:57:29 UTC (rev 128937)
@@ -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-boxes/repos/community-i686/gnome-boxes.install (from rev 128936, 
gnome-boxes/trunk/gnome-boxes.install)
===
--- community-i686/gnome-boxes.install  (rev 0)
+++ community-i686/gnome-boxes.install  2015-03-08 18:57:29 UTC (rev 128937)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f 

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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:57:19
  Author: bgyorgy
Revision: 128936

upgpkg: gnome-boxes 3.14.3.1-1

Update to version 3.14.3.1

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 18:48:20 UTC (rev 128935)
+++ PKGBUILD2015-03-08 18:57:19 UTC (rev 128936)
@@ -3,7 +3,7 @@
 # Contributor: Stefano Facchini stefano.facch...@gmail.com
 
 pkgname=gnome-boxes
-pkgver=3.14.2
+pkgver=3.14.3.1
 pkgrel=1
 pkgdesc=Simple GNOME 3 application to access remote or virtual systems
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
  'gnome-themes-standard')
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bfa27a4575c3b84e5818358cc554bc1385ef717aaecdb3d7d48c34b0451ea31')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('048df41ce1bcece1d89dfddcb571ed17dfa7f614929cd63f3079d14c66c10f24')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:04:28
  Author: bgyorgy
Revision: 128941

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

Added:
  gnome-pie/repos/community-i686/PKGBUILD
(from rev 128940, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-i686/gnome-pie.install
(from rev 128940, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-i686/gnome-session.patch
(from rev 128940, gnome-pie/trunk/gnome-session.patch)
  gnome-pie/repos/community-x86_64/PKGBUILD
(from rev 128940, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-x86_64/gnome-pie.install
(from rev 128940, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-x86_64/gnome-session.patch
(from rev 128940, gnome-pie/trunk/gnome-session.patch)
Deleted:
  gnome-pie/repos/community-i686/PKGBUILD
  gnome-pie/repos/community-i686/gee-0.8.patch
  gnome-pie/repos/community-i686/gnome-pie.install
  gnome-pie/repos/community-i686/gnome-session.patch
  gnome-pie/repos/community-x86_64/PKGBUILD
  gnome-pie/repos/community-x86_64/gee-0.8.patch
  gnome-pie/repos/community-x86_64/gnome-pie.install
  gnome-pie/repos/community-x86_64/gnome-session.patch

--+
 /PKGBUILD|   72 +++
 /gnome-pie.install   |   22 +++
 /gnome-session.patch |  100 +
 community-i686/PKGBUILD  |   39 
 community-i686/gee-0.8.patch |   29 -
 community-i686/gnome-pie.install |   11 ---
 community-i686/gnome-session.patch   |   50 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/gee-0.8.patch   |   29 -
 community-x86_64/gnome-pie.install   |   11 ---
 community-x86_64/gnome-session.patch |   50 
 11 files changed, 194 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 19:04:06 UTC (rev 128940)
+++ community-i686/PKGBUILD 2015-03-08 19:04:28 UTC (rev 128941)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.5.6
-pkgrel=1
-pkgdesc=Circular application launcher for GNOME
-arch=('i686' 'x86_64')
-url=http://gnome-pie.simonschneegans.de/;
-license=('GPL')
-depends=('libunique3' 'bamf' 'libgee' 'gnome-menus')
-makedepends=('cmake' 'vala')
-install=$pkgname.install
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
-gee-0.8.patch
-gnome-session.patch)
-md5sums=('aeabdb76c1516ccd9afd6e32a70d1fec'
- 'ad0f33d00a2d11bd180714c45651b47f'
- '7e2875e5ace6eb0742389e85c9145871')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  patch -Np1 -i ../gee-0.8.patch
-  patch -Np1 -i ../gnome-session.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  [[ -d build ]] || mkdir build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-pie/repos/community-i686/PKGBUILD (from rev 128940, 
gnome-pie/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 19:04:28 UTC (rev 128941)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.5.7
+pkgrel=1
+pkgdesc=Circular application launcher for GNOME
+arch=('i686' 'x86_64')
+url=http://gnome-pie.simonschneegans.de/;
+license=('GPL')
+depends=('bamf' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
+gnome-session.patch)
+md5sums=('b35994b55a893f3c9ce3ac664d7286db'
+ '7e2875e5ace6eb0742389e85c9145871')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../gnome-session.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gee-0.8.patch
===
--- community-i686/gee-0.8.patch2015-03-08 19:04:06 UTC (rev 128940)
+++ community-i686/gee-0.8.patch2015-03-08 19:04:28 UTC (rev 128941)
@@ -1,29 +0,0 @@
-Description: change gee API to 0.8
-Author: Jörg Frings-Fürst deb...@jff-webhosting.net
-Bug: https://github.com/Simmesimme/Gnome-Pie/issues/77
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753863
-Last-Update: 2014-07-21

-This patch header follows DEP-3: 

[arch-commits] Commit in gnome-initial-setup/trunk (3 files)

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:24:43
  Author: bgyorgy
Revision: 128927

upgpkg: gnome-initial-setup 3.14.3-1

Update to vetsion 3.14.3, do not remove user/group on package removal

Modified:
  gnome-initial-setup/trunk/PKGBUILD
  gnome-initial-setup/trunk/gnome-initial-setup.install
Deleted:
  gnome-initial-setup/trunk/fix-crasher.patch

-+
 PKGBUILD|   13 +++--
 fix-crasher.patch   |   28 
 gnome-initial-setup.install |4 
 3 files changed, 3 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 17:27:07 UTC (rev 128926)
+++ PKGBUILD2015-03-08 18:24:43 UTC (rev 128927)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=gnome-initial-setup
-pkgver=3.14.2.1
+pkgver=3.14.3
 pkgrel=1
 pkgdesc=Simple, easy, and safe way to prepare a new system
 arch=('i686' 'x86_64')
@@ -14,16 +14,9 @@
 optdepends=('gdm: GDM Initial Setup mode'
 'gnome-getting-started-docs: GNOME Welcome Tour')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz
-fix-crasher.patch)
-sha256sums=('a5f36a584c8a727c2fbe76e0022f7027e501ce74d33503b3d67afc9f58459e30'
-'5bc918b45530fb03c793c5637169526e5caf58217c99030ca7fc9335927ccee9')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('11cd0902a4b16c934727d9b1d3b91c3cc030205368ac09f19851cdff2ba40a1e')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-crasher.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname

Deleted: fix-crasher.patch
===
--- fix-crasher.patch   2015-03-08 17:27:07 UTC (rev 128926)
+++ fix-crasher.patch   2015-03-08 18:24:43 UTC (rev 128927)
@@ -1,28 +0,0 @@
-From c62b52a81d5ac9562d78607914736c29124db004 Mon Sep 17 00:00:00 2001
-From: Rui Matos tiagoma...@gmail.com
-Date: Tue, 16 Dec 2014 16:33:49 +
-Subject: keyboard: Fix a crash
-
-If there's no default input source for a given locale, id would go
-uninitialized and then crash further down when accessing it for a
-string comparison.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1172363
-
-diff --git a/gnome-initial-setup/pages/keyboard/cc-input-chooser.c 
b/gnome-initial-setup/pages/keyboard/cc-input-chooser.c
-index c5bd085..4e3400c 100644
 a/gnome-initial-setup/pages/keyboard/cc-input-chooser.c
-+++ b/gnome-initial-setup/pages/keyboard/cc-input-chooser.c
-@@ -397,7 +397,8 @@ static void
- get_locale_infos (CcInputChooser *chooser)
- {
- CcInputChooserPrivate *priv = cc_input_chooser_get_instance_private 
(chooser);
--  const gchar *type, *id;
-+  const gchar *type = NULL;
-+  const gchar *id = NULL;
-   gchar *lang, *country;
-   GList *list;
- 
--- 
-cgit v0.10.1
-

Modified: gnome-initial-setup.install
===
--- gnome-initial-setup.install 2015-03-08 17:27:07 UTC (rev 128926)
+++ gnome-initial-setup.install 2015-03-08 18:24:43 UTC (rev 128927)
@@ -8,7 +8,3 @@
 post_upgrade() {
   post_install
 }
-
-post_remove() {
-  getent passwd gnome-initial-setup  /dev/null 21  userdel 
gnome-initial-setup
-}


[arch-commits] Commit in gnome-initial-setup/repos (10 files)

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:24:51
  Author: bgyorgy
Revision: 128928

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

Added:
  gnome-initial-setup/repos/community-i686/PKGBUILD
(from rev 128927, gnome-initial-setup/trunk/PKGBUILD)
  gnome-initial-setup/repos/community-i686/gnome-initial-setup.install
(from rev 128927, gnome-initial-setup/trunk/gnome-initial-setup.install)
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
(from rev 128927, gnome-initial-setup/trunk/PKGBUILD)
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install
(from rev 128927, gnome-initial-setup/trunk/gnome-initial-setup.install)
Deleted:
  gnome-initial-setup/repos/community-i686/PKGBUILD
  gnome-initial-setup/repos/community-i686/fix-crasher.patch
  gnome-initial-setup/repos/community-i686/gnome-initial-setup.install
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
  gnome-initial-setup/repos/community-x86_64/fix-crasher.patch
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install

--+
 /PKGBUILD|   68 +
 /gnome-initial-setup.install |   20 +++
 community-i686/PKGBUILD  |   41 ---
 community-i686/fix-crasher.patch |   28 --
 community-i686/gnome-initial-setup.install   |   14 -
 community-x86_64/PKGBUILD|   41 ---
 community-x86_64/fix-crasher.patch   |   28 --
 community-x86_64/gnome-initial-setup.install |   14 -
 8 files changed, 88 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 18:24:43 UTC (rev 128927)
+++ community-i686/PKGBUILD 2015-03-08 18:24:51 UTC (rev 128928)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=gnome-initial-setup
-pkgver=3.14.2.1
-pkgrel=1
-pkgdesc=Simple, easy, and safe way to prepare a new system
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/;
-license=('GPL')
-depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
- 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
-makedepends=('intltool')
-optdepends=('gdm: GDM Initial Setup mode'
-'gnome-getting-started-docs: GNOME Welcome Tour')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz
-fix-crasher.patch)
-sha256sums=('a5f36a584c8a727c2fbe76e0022f7027e501ce74d33503b3d67afc9f58459e30'
-'5bc918b45530fb03c793c5637169526e5caf58217c99030ca7fc9335927ccee9')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-crasher.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/var/lib/gnome-initial-setup
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: gnome-initial-setup/repos/community-i686/PKGBUILD (from rev 128927, 
gnome-initial-setup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 18:24:51 UTC (rev 128928)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=gnome-initial-setup
+pkgver=3.14.3
+pkgrel=1
+pkgdesc=Simple, easy, and safe way to prepare a new system
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/;
+license=('GPL')
+depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
+makedepends=('intltool')
+optdepends=('gdm: GDM Initial Setup mode'
+'gnome-getting-started-docs: GNOME Welcome Tour')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('11cd0902a4b16c934727d9b1d3b91c3cc030205368ac09f19851cdff2ba40a1e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/var/lib/gnome-initial-setup
+
+  # Fix a warning
+  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
+  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
+}

Deleted: community-i686/fix-crasher.patch
===
--- community-i686/fix-crasher.patch2015-03-08 18:24:43 UTC (rev 128927)
+++ community-i686/fix-crasher.patch2015-03-08 18:24:51 UTC (rev 128928)
@@ -1,28 +0,0 @@
-From 

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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:35:49
  Author: bgyorgy
Revision: 128929

upgpkg: lxdm 0.5.0-4

Do not remove user/group on package removal

Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/lxdm.install

--+
 PKGBUILD |2 +-
 lxdm.install |4 
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 18:24:51 UTC (rev 128928)
+++ PKGBUILD2015-03-08 18:35:49 UTC (rev 128929)
@@ -6,7 +6,7 @@
 
 pkgname=lxdm
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=https://sourceforge.net/projects/lxdm/;

Modified: lxdm.install
===
--- lxdm.install2015-03-08 18:24:51 UTC (rev 128928)
+++ lxdm.install2015-03-08 18:35:49 UTC (rev 128929)
@@ -11,7 +11,3 @@
 post_upgrade() {
   post_install
 }
-
-post_remove() {
-  getent passwd lxdm  /dev/null 21  userdel lxdm
-}


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:36:01
  Author: bgyorgy
Revision: 128930

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 128929, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/Xsession
(from rev 128929, lxdm/trunk/Xsession)
  lxdm/repos/community-i686/default-config.patch
(from rev 128929, lxdm/trunk/default-config.patch)
  lxdm/repos/community-i686/git-fixes.patch
(from rev 128929, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 128929, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 128929, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 128929, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/Xsession
(from rev 128929, lxdm/trunk/Xsession)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 128929, lxdm/trunk/default-config.patch)
  lxdm/repos/community-x86_64/git-fixes.patch
(from rev 128929, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 128929, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 128929, lxdm/trunk/lxdm.pam)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/Xsession
  lxdm/repos/community-i686/default-config.patch
  lxdm/repos/community-i686/git-fixes.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/git-fixes.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam

---+
 /PKGBUILD |  136 +++
 /Xsession |  128 +++
 /default-config.patch |   42 +++
 /git-fixes.patch  |  366 
 /lxdm.install |   26 ++
 /lxdm.pam |   14 +
 community-i686/PKGBUILD   |   68 -
 community-i686/Xsession   |   64 -
 community-i686/default-config.patch   |   21 -
 community-i686/git-fixes.patch|  183 
 community-i686/lxdm.install   |   17 -
 community-i686/lxdm.pam   |7 
 community-x86_64/PKGBUILD |   68 -
 community-x86_64/Xsession |   64 -
 community-x86_64/default-config.patch |   21 -
 community-x86_64/git-fixes.patch  |  183 
 community-x86_64/lxdm.install |   17 -
 community-x86_64/lxdm.pam |7 
 18 files changed, 712 insertions(+), 720 deletions(-)

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


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:59:49
  Author: bgyorgy
Revision: 128938

upgpkg: cherrytree 0.35.7-1

Update to version 0.35.7

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 18:57:29 UTC (rev 128937)
+++ PKGBUILD2015-03-08 18:59:49 UTC (rev 128938)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.6
+pkgver=0.35.7
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('b22fd13286a705d2525ab752f9375c79e0916bfca8c5c18a9307acaeb8b5d9d9')
+sha256sums=('e311af09fe634dcd8d2934a9bbc8eed546a01ca8b02b006b0e66b0a94f5fe30e')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:59:54
  Author: bgyorgy
Revision: 128939

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +--
 cherrytree.install |   28 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 18:59:49 UTC (rev 128938)
+++ PKGBUILD2015-03-08 18:59:54 UTC (rev 128939)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tomas A. Schertel tscher...@gmail.com
-
-pkgname=cherrytree
-pkgver=0.35.6
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('b22fd13286a705d2525ab752f9375c79e0916bfca8c5c18a9307acaeb8b5d9d9')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Fix file permissions
-  find $pkgdir/usr/share -type f | xargs chmod 644
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 128938, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 18:59:54 UTC (rev 128939)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tomas A. Schertel tscher...@gmail.com
+
+pkgname=cherrytree
+pkgver=0.35.7
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('e311af09fe634dcd8d2934a9bbc8eed546a01ca8b02b006b0e66b0a94f5fe30e')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2015-03-08 18:59:49 UTC (rev 128938)
+++ cherrytree.install  2015-03-08 18:59:54 UTC (rev 128939)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 128938, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2015-03-08 18:59:54 UTC (rev 128939)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:09:49
  Author: bgyorgy
Revision: 128944

upgpkg: pinta 1.6-1

Update to version 1.6

Modified:
  pinta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:07:41 UTC (rev 128943)
+++ PKGBUILD2015-03-08 19:09:49 UTC (rev 128944)
@@ -2,9 +2,9 @@
 # Contributor: Konrad konrad AT knauber DOT name
 
 pkgname=pinta
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
-pkgdesc=A drawing/editing program modeled after Paint.NET. It's goal is to 
provide a simplified alternative to GIMP for casual users
+pkgdesc=Drawing/editing program modeled after Paint.NET. It's goal is to 
provide a simplified alternative to GIMP for casual users
 arch=('any')
 url=http://pinta-project.com/;
 license=('MIT')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(https://github.com/PintaProject/Pinta/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('f3e0d69b3fbda3aec6eeb36b5c94b81f')
+md5sums=('8a33ca030748c88f28ac624334ddf2cd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:31:01
  Author: bgyorgy
Revision: 128950

upgpkg: gtkspell3 3.0.7-1

Update to version 3.0.7

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:20:54 UTC (rev 128949)
+++ PKGBUILD2015-03-08 19:31:01 UTC (rev 128950)
@@ -4,7 +4,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gtkspell3
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 url=http://gtkspell.sourceforge.net/;
 pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
@@ -13,17 +13,15 @@
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('cdc550a06dc424c8c497672bc54649db')
+md5sums=('f15a7c29b71d6ae343c783af3571c8d2')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:31:09
  Author: bgyorgy
Revision: 128951

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 19:31:01 UTC (rev 128950)
+++ community-i686/PKGBUILD 2015-03-08 19:31:09 UTC (rev 128951)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gtkspell3
-pkgver=3.0.6
-pkgrel=1
-url=http://gtkspell.sourceforge.net/;
-pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'enchant')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('cdc550a06dc424c8c497672bc54649db')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gtkspell3/repos/community-i686/PKGBUILD (from rev 128950, 
gtkspell3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 19:31:09 UTC (rev 128951)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gtkspell3
+pkgver=3.0.7
+pkgrel=1
+url=http://gtkspell.sourceforge.net/;
+pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'enchant')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+md5sums=('f15a7c29b71d6ae343c783af3571c8d2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-08 19:31:01 UTC (rev 128950)
+++ community-x86_64/PKGBUILD   2015-03-08 19:31:09 UTC (rev 128951)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gtkspell3
-pkgver=3.0.6
-pkgrel=1
-url=http://gtkspell.sourceforge.net/;
-pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'enchant')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('cdc550a06dc424c8c497672bc54649db')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gtkspell3/repos/community-x86_64/PKGBUILD (from rev 128950, 
gtkspell3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-08 19:31:09 UTC (rev 128951)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gtkspell3
+pkgver=3.0.7
+pkgrel=1
+url=http://gtkspell.sourceforge.net/;
+pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'enchant')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+md5sums=('f15a7c29b71d6ae343c783af3571c8d2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in plex-home-theater/repos (18 files)

2015-03-08 Thread Maxime Gauduin
Date: Sunday, March 8, 2015 @ 20:42:22
  Author: alucryd
Revision: 128955

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

Added:
  plex-home-theater/repos/community-i686/PKGBUILD
(from rev 128954, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
(from rev 128954, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-i686/plex-libcec-2.2.0.patch
(from rev 128954, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-i686/plexhometheater.sh
(from rev 128954, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-x86_64/PKGBUILD
(from rev 128954, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
(from rev 128954, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-x86_64/plex-libcec-2.2.0.patch
(from rev 128954, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-x86_64/plexhometheater.sh
(from rev 128954, plex-home-theater/trunk/plexhometheater.sh)
Deleted:
  plex-home-theater/repos/community-i686/PKGBUILD
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-i686/plex-libcec-2.2.0.patch
  plex-home-theater/repos/community-i686/plex-lirc-socket.patch
  plex-home-theater/repos/community-i686/plexhometheater.sh
  plex-home-theater/repos/community-x86_64/PKGBUILD
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-x86_64/plex-libcec-2.2.0.patch
  plex-home-theater/repos/community-x86_64/plex-lirc-socket.patch
  plex-home-theater/repos/community-x86_64/plexhometheater.sh

---+
 /PKGBUILD |  144 +
 /plex-ffmpeg-compat.patch |   58 +++
 /plex-libcec-2.2.0.patch  |  228 
 /plexhometheater.sh   |   10 +
 community-i686/PKGBUILD   |   77 -
 community-i686/plex-ffmpeg-compat.patch   |   29 ---
 community-i686/plex-libcec-2.2.0.patch|  114 --
 community-i686/plex-lirc-socket.patch |   56 --
 community-i686/plexhometheater.sh |5 
 community-x86_64/PKGBUILD |   77 -
 community-x86_64/plex-ffmpeg-compat.patch |   29 ---
 community-x86_64/plex-libcec-2.2.0.patch  |  114 --
 community-x86_64/plex-lirc-socket.patch   |   56 --
 community-x86_64/plexhometheater.sh   |5 
 14 files changed, 440 insertions(+), 562 deletions(-)

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


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:20:54
  Author: bgyorgy
Revision: 128949

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

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

--+
 /PKGBUILD|   52 +
 /onboard.install |   26 ++
 community-i686/PKGBUILD  |   29 
 community-i686/onboard.install   |   13 -
 community-x86_64/PKGBUILD|   29 
 community-x86_64/onboard.install |   13 -
 6 files changed, 78 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 19:20:47 UTC (rev 128948)
+++ community-i686/PKGBUILD 2015-03-08 19:20:54 UTC (rev 128949)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=onboard
-pkgver=1.0.1
-pkgrel=4
-pkgdesc=On-screen keyboard useful on tablet PCs or for mobility impaired 
users
-arch=('i686' 'x86_64')
-url=https://launchpad.net/onboard;
-license=('GPL')
-depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('python-distutils-extra')
-optdepends=('mousetweaks: hover click with mouse')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('88cc91722238ffd6bee47c8adde3eb11')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python3 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python3 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: onboard/repos/community-i686/PKGBUILD (from rev 128948, 
onboard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 19:20:54 UTC (rev 128949)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=onboard
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=On-screen keyboard useful on tablet PCs or for mobility impaired 
users
+arch=('i686' 'x86_64')
+url=https://launchpad.net/onboard;
+license=('GPL')
+depends=('libxkbfile' 'libcanberra' 'hunspell' 'python-cairo' 'python-dbus' 
'python-gobject' 'gtk3' 'iso-codes' 'librsvg' 'gsettings-desktop-schemas' 
'desktop-file-utils' 'dconf')
+makedepends=('python-distutils-extra')
+optdepends=('mousetweaks: hover click with mouse')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('4b4cd0075ff71ee4087d46e7b2e98473')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: community-i686/onboard.install
===
--- community-i686/onboard.install  2015-03-08 19:20:47 UTC (rev 128948)
+++ community-i686/onboard.install  2015-03-08 19:20:54 UTC (rev 128949)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: onboard/repos/community-i686/onboard.install (from rev 128948, 
onboard/trunk/onboard.install)
===
--- community-i686/onboard.install  (rev 0)
+++ community-i686/onboard.install  2015-03-08 19:20:54 UTC (rev 128949)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-08 19:20:47 UTC (rev 128948)
+++ community-x86_64/PKGBUILD   2015-03-08 19:20:54 UTC (rev 128949)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=onboard
-pkgver=1.0.1

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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:35:26
  Author: bgyorgy
Revision: 128953

archrelease: copy trunk to community-any

Added:
  urlwatch/repos/community-any/PKGBUILD
(from rev 128952, urlwatch/trunk/PKGBUILD)
Deleted:
  urlwatch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 19:35:09 UTC (rev 128952)
+++ PKGBUILD2015-03-08 19:35:26 UTC (rev 128953)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Skydrome skydr...@i2pmail.org
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=urlwatch
-pkgver=1.17
-pkgrel=2
-pkgdesc=A tool for monitoring webpages for updates
-arch=('any')
-url=http://thp.io/2008/urlwatch/;
-license=('BSD')
-depends=('python2-futures')
-source=(http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;)
-md5sums=('fb15ca7d3723e3a385ee149d9b19c262')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/urlwatch/*.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: urlwatch/repos/community-any/PKGBUILD (from rev 128952, 
urlwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 19:35:26 UTC (rev 128953)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Skydrome skydr...@i2pmail.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=urlwatch
+pkgver=1.18
+pkgrel=1
+pkgdesc=A tool for monitoring webpages for updates
+arch=('any')
+url=http://thp.io/2008/urlwatch/;
+license=('BSD')
+depends=('python2-futures')
+source=(http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;)
+md5sums=('d3110c1961c70590f24f346ceae0e67f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/urlwatch/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:35:09
  Author: bgyorgy
Revision: 128952

upgpkg: urlwatch 1.18-1

Update to version 1.18

Modified:
  urlwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:31:09 UTC (rev 128951)
+++ PKGBUILD2015-03-08 19:35:09 UTC (rev 128952)
@@ -4,8 +4,8 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=urlwatch
-pkgver=1.17
-pkgrel=2
+pkgver=1.18
+pkgrel=1
 pkgdesc=A tool for monitoring webpages for updates
 arch=('any')
 url=http://thp.io/2008/urlwatch/;
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('python2-futures')
 source=(http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;)
-md5sums=('fb15ca7d3723e3a385ee149d9b19c262')
+md5sums=('d3110c1961c70590f24f346ceae0e67f')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in lightdm-gtk-greeter/trunk (PKGBUILD)

2015-03-08 Thread Maxime Gauduin
Date: Sunday, March 8, 2015 @ 19:46:56
  Author: alucryd
Revision: 128933

upgpkg: lightdm-gtk-greeter 1:2.0.0-2

Modified:
  lightdm-gtk-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 18:45:48 UTC (rev 128932)
+++ PKGBUILD2015-03-08 18:46:56 UTC (rev 128933)
@@ -4,7 +4,7 @@
 
 pkgname=lightdm-gtk-greeter
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='GTK+ greeter for LightDM'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gtk3' 'lightdm')
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection'
  'intltool')
-replaces=('lightdm-gtk3-greeter')
+replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
 install='lightdm-gtk-greeter.install'
 
source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)


[arch-commits] Commit in haskell-http/trunk (0001-relax-upper-bound-on-network.patch)

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 19:48:14
  Author: jelle
Revision: 128934

remove not required patch

Deleted:
  haskell-http/trunk/0001-relax-upper-bound-on-network.patch

-+
 0001-relax-upper-bound-on-network.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: 0001-relax-upper-bound-on-network.patch
===
--- 0001-relax-upper-bound-on-network.patch 2015-03-08 18:46:56 UTC (rev 
128933)
+++ 0001-relax-upper-bound-on-network.patch 2015-03-08 18:48:14 UTC (rev 
128934)
@@ -1,12 +0,0 @@
-diff -aur HTTP-4000.2.12/HTTP.cabal HTTP-4000.2.12.new/HTTP.cabal
 HTTP-4000.2.12/HTTP.cabal  2005-05-06 06:32:53.0 +0200
-+++ HTTP-4000.2.12.new/HTTP.cabal  2014-07-12 16:22:44.083433261 +0200
-@@ -85,7 +85,7 @@
-  Network.HTTP.Utils
-  Paths_HTTP
-   GHC-options: -fwarn-missing-signatures -Wall
--  Build-depends: base = 2   4.8, network  2.5, parsec
-+  Build-depends: base = 2   4.8, network  2.6, parsec
-   Extensions: FlexibleInstances
-   if flag(old-base)
- Build-depends: base  3


[arch-commits] Commit in lightdm-gtk-greeter/repos (8 files)

2015-03-08 Thread Maxime Gauduin
Date: Sunday, March 8, 2015 @ 19:48:20
  Author: alucryd
Revision: 128935

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

Added:
  lightdm-gtk-greeter/repos/community-i686/PKGBUILD
(from rev 128933, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install
(from rev 128933, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)
  lightdm-gtk-greeter/repos/community-x86_64/PKGBUILD
(from rev 128934, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/community-x86_64/lightdm-gtk-greeter.install
(from rev 128934, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)
Deleted:
  lightdm-gtk-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install
  lightdm-gtk-greeter/repos/community-x86_64/PKGBUILD
  lightdm-gtk-greeter/repos/community-x86_64/lightdm-gtk-greeter.install

--+
 /PKGBUILD|   86 +
 /lightdm-gtk-greeter.install |   26 +++
 community-i686/PKGBUILD  |   43 
 community-i686/lightdm-gtk-greeter.install   |   13 ---
 community-x86_64/PKGBUILD|   43 
 community-x86_64/lightdm-gtk-greeter.install |   13 ---
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 18:48:14 UTC (rev 128934)
+++ community-i686/PKGBUILD 2015-03-08 18:48:20 UTC (rev 128935)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucrydarchlinux.org
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk-greeter
-pkgver=2.0.0
-pkgrel=1
-epoch=1
-pkgdesc='GTK+ greeter for LightDM'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/lightdm-gtk-greeter'
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection'
- 'intltool')
-replaces=('lightdm-gtk3-greeter')
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-install='lightdm-gtk-greeter.install'
-source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
-sha256sums=('4c0a0121d1ec82c85c8aed4ad80ebd48ddc56d9bace31da72423bfd330c26484')
-
-build() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---libexecdir='/usr/lib/lightdm' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---with-libxklavier \
---disable-libido \
---disable-libindicator \
---disable-static
-  make
-}
-
-package() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/community-i686/PKGBUILD (from rev 128933, 
lightdm-gtk-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 18:48:20 UTC (rev 128935)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucrydarchlinux.org
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.0
+pkgrel=2
+epoch=1
+pkgdesc='GTK+ greeter for LightDM'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/lightdm-gtk-greeter'
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection'
+ 'intltool')
+replaces=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+install='lightdm-gtk-greeter.install'
+source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
+sha256sums=('4c0a0121d1ec82c85c8aed4ad80ebd48ddc56d9bace31da72423bfd330c26484')
+
+build() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lightdm' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--with-libxklavier \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
+}
+
+package() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/lightdm-gtk-greeter.install
===
--- community-i686/lightdm-gtk-greeter.install  2015-03-08 18:48:14 UTC (rev 
128934)
+++ community-i686/lightdm-gtk-greeter.install  2015-03-08 18:48:20 UTC (rev 
128935)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_update() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/community-i686/lightdm-gtk-greeter.install 
(from rev 128933, 

[arch-commits] Commit in gnome-pie/trunk (PKGBUILD gee-0.8.patch)

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:04:06
  Author: bgyorgy
Revision: 128940

upgpkg: gnome-pie 0.5.7-1

Update to version 0.5.7

Modified:
  gnome-pie/trunk/PKGBUILD
Deleted:
  gnome-pie/trunk/gee-0.8.patch

---+
 PKGBUILD  |9 +++--
 gee-0.8.patch |   29 -
 2 files changed, 3 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 18:59:54 UTC (rev 128939)
+++ PKGBUILD2015-03-08 19:04:06 UTC (rev 128940)
@@ -3,25 +3,22 @@
 
 pkgname=gnome-pie
 _pkgname=Gnome-Pie
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc=Circular application launcher for GNOME
 arch=('i686' 'x86_64')
 url=http://gnome-pie.simonschneegans.de/;
 license=('GPL')
-depends=('libunique3' 'bamf' 'libgee' 'gnome-menus')
+depends=('bamf' 'libgee' 'gnome-menus')
 makedepends=('cmake' 'vala')
 install=$pkgname.install
 
source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
-gee-0.8.patch
 gnome-session.patch)
-md5sums=('aeabdb76c1516ccd9afd6e32a70d1fec'
- 'ad0f33d00a2d11bd180714c45651b47f'
+md5sums=('b35994b55a893f3c9ce3ac664d7286db'
  '7e2875e5ace6eb0742389e85c9145871')
 
 prepare() {
   cd $_pkgname-$pkgver
-  patch -Np1 -i ../gee-0.8.patch
   patch -Np1 -i ../gnome-session.patch
 }
 

Deleted: gee-0.8.patch
===
--- gee-0.8.patch   2015-03-08 18:59:54 UTC (rev 128939)
+++ gee-0.8.patch   2015-03-08 19:04:06 UTC (rev 128940)
@@ -1,29 +0,0 @@
-Description: change gee API to 0.8
-Author: Jörg Frings-Fürst deb...@jff-webhosting.net
-Bug: https://github.com/Simmesimme/Gnome-Pie/issues/77
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753863
-Last-Update: 2014-07-21

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/CMakeLists.txt
-===
 trunk.orig/CMakeLists.txt  2013-03-17 12:15:02.0 +0100
-+++ trunk/CMakeLists.txt   2014-07-21 17:44:36.814563290 +0200
-@@ -43,7 +43,7 @@
- 
- pkg_check_modules(GIO REQUIRED gio-unix-2.0)
- pkg_check_modules(CAIRO REQUIRED cairo)
--pkg_check_modules(GEE REQUIRED gee-1.0)
-+pkg_check_modules(GEE REQUIRED gee-0.8)
- pkg_check_modules(X11 REQUIRED x11)
- pkg_check_modules(XML REQUIRED libxml-2.0)
- pkg_check_modules(XTST REQUIRED xtst)
-@@ -155,7 +155,7 @@
- 
- set(VALA_PKGS
-   cairo
--  gee-1.0
-+  gee-0.8
-   x11
-   gio-unix-2.0
-   posix


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

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 20:47:18
  Author: jelle
Revision: 128956

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

Added:
  haskell-network-uri/repos/community-i686/PKGBUILD
(from rev 128955, haskell-network-uri/trunk/PKGBUILD)
  haskell-network-uri/repos/community-i686/haskell-network-uri.install
(from rev 128955, haskell-network-uri/trunk/haskell-network-uri.install)
  haskell-network-uri/repos/community-x86_64/PKGBUILD
(from rev 128955, haskell-network-uri/trunk/PKGBUILD)
  haskell-network-uri/repos/community-x86_64/haskell-network-uri.install
(from rev 128955, haskell-network-uri/trunk/haskell-network-uri.install)
Deleted:
  haskell-network-uri/repos/community-i686/PKGBUILD
  haskell-network-uri/repos/community-i686/haskell-network-uri.install
  haskell-network-uri/repos/community-x86_64/PKGBUILD
  haskell-network-uri/repos/community-x86_64/haskell-network-uri.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 19:42:22 UTC (rev 128955)
+++ community-i686/PKGBUILD 2015-03-08 19:47:18 UTC (rev 128956)
@@ -1,49 +0,0 @@
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-_hkgname=network-uri
-pkgname=haskell-network-uri
-pkgver=2.6.0.1
-pkgrel=2
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-4')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('9f7eb108125b67719db88ea7961463ef')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O -p \
-   --enable-split-objs \
-   --enable-shared \
-   --prefix=/usr \
-   --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-
- runhaskell Setup build
-
- runhaskell Setup haddock
-
- runhaskell Setup register --gen-script
- runhaskell Setup unregister --gen-script
- sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
- cd ${_hkgname}-${pkgver}
-
- install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
- install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
- install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
- ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
- runhaskell Setup copy --destdir=${pkgdir}
-
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-network-uri/repos/community-i686/PKGBUILD (from rev 128955, 
haskell-network-uri/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 19:47:18 UTC (rev 128956)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+_hkgname=network-uri
+pkgname=haskell-network-uri
+pkgver=2.6.0.1
+pkgrel=2
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('9f7eb108125b67719db88ea7961463ef')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O -p \
+   --enable-split-objs \
+   --enable-shared \
+   --prefix=/usr \
+   --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/\$pkgid
+
+ runhaskell Setup build
+
+ runhaskell Setup haddock
+
+ runhaskell Setup register --gen-script
+ runhaskell Setup unregister --gen-script
+ sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+ cd ${_hkgname}-${pkgver}
+
+ install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+ install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+ install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+
+ runhaskell Setup copy --destdir=${pkgdir}
+
+ install -D -m644 LICENSE 

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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:09:54
  Author: bgyorgy
Revision: 128945

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   62 
 pinta.install |   24 ++---
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 19:09:49 UTC (rev 128944)
+++ PKGBUILD2015-03-08 19:09:54 UTC (rev 128945)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Konrad konrad AT knauber DOT name
-
-pkgname=pinta
-pkgver=1.5
-pkgrel=1
-pkgdesc=A drawing/editing program modeled after Paint.NET. It's goal is to 
provide a simplified alternative to GIMP for casual users
-arch=('any')
-url=http://pinta-project.com/;
-license=('MIT')
-depends=('gtk-sharp-2' 'mono-addins' 'desktop-file-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(https://github.com/PintaProject/Pinta/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('f3e0d69b3fbda3aec6eeb36b5c94b81f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  install -dm755 $pkgdir/usr/share/licenses/$pkgname
-  install -m644 license-*.txt readme.md $pkgdir/usr/share/licenses/$pkgname/
-}

Copied: pinta/repos/community-any/PKGBUILD (from rev 128944, 
pinta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 19:09:54 UTC (rev 128945)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Konrad konrad AT knauber DOT name
+
+pkgname=pinta
+pkgver=1.6
+pkgrel=1
+pkgdesc=Drawing/editing program modeled after Paint.NET. It's goal is to 
provide a simplified alternative to GIMP for casual users
+arch=('any')
+url=http://pinta-project.com/;
+license=('MIT')
+depends=('gtk-sharp-2' 'mono-addins' 'desktop-file-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(https://github.com/PintaProject/Pinta/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('8a33ca030748c88f28ac624334ddf2cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/licenses/$pkgname
+  install -m644 license-*.txt readme.md $pkgdir/usr/share/licenses/$pkgname/
+}

Deleted: pinta.install
===
--- pinta.install   2015-03-08 19:09:49 UTC (rev 128944)
+++ pinta.install   2015-03-08 19:09:54 UTC (rev 128945)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: pinta/repos/community-any/pinta.install (from rev 128944, 
pinta/trunk/pinta.install)
===
--- pinta.install   (rev 0)
+++ pinta.install   2015-03-08 19:09:54 UTC (rev 128945)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 20:11:12
  Author: jelle
Revision: 128946

upgpkg: xmobar 0.23-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:09:54 UTC (rev 128945)
+++ PKGBUILD2015-03-08 19:11:12 UTC (rev 128946)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=xmobar
-pkgver=0.22.1
-pkgrel=2
+pkgver=0.23
+pkgrel=1
 pkgdesc=A Minimalistic Text Based Status Bar
 url=http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')
@@ -14,7 +14,7 @@
 'haskell-stm=2.4.3' 'haskell-parsec=3.1.7' 'haskell-mtl=2.1.3.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('b63a1d5ad739e0f2b70ba0366a9854b7')
+md5sums=('5ab73783a6a8f97753a263652e1c141c')
 
 build() {
 cd ${srcdir}/xmobar-$pkgver


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

2015-03-08 Thread Andreas Radke
Date: Sunday, March 8, 2015 @ 10:41:03
  Author: andyrtr
Revision: 233077

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-08 09:40:44 UTC (rev 233076)
+++ extra-i686/PKGBUILD 2015-03-08 09:41:03 UTC (rev 233077)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=foomatic
-pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
-arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-pkgver=20141229
-pkgrel=1
-epoch=3
-
-makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
-url=http://www.linuxprinting.org/foomatic.html;
-options=('!emptydirs')
-
-# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
-# for latest commits and development, identical to foomatic-4.0 branch
-
-source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=370
   #2014-11-14
-
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1272
#2014-12-03
-
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=40
  #2013-09-25
-)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP')
-
-pkgver() {
-  date +%Y%m%d
-}
-
-package_foomatic-db() {
-
- pkgdesc=Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files.
-# arch=('any')
- license=('GPL' 'custom')
- depends=('perl' 'libxml2')
- replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
- conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
- provides=('foomatic-db-hpijs')
-
-   cd ${srcdir}/${pkgname}
-   bzr revno
-   echo $pkgver
-   ./make_configure
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_foomatic-db-engine() {
-
- pkgdesc=Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs.
-# arch=('i686' 'x86_64')
- license=('GPL')
- depends=('perl' 'libxml2' cups-filters=1.0.42 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
-
-   export LIB_CUPS=/usr/lib/cups
-   cd ${srcdir}/foomatic-db-engine
-   bzr revno
-   ./make_configure
-   ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-   make
-   eval `perl -V:archname`
-   make DESTDIR=${pkgdir} \
-INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
-INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
-   /usr/bin/find ${pkgdir} -name '.packlist' -delete
-   # fix permissions
-   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
-}
-
-package_foomatic-db-nonfree() {
-
- pkgdesc=Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses
-# arch=('any')
- license=('custom')
- depends=('perl' 'libxml2' foomatic-db-engine 'foomatic-db')
-
-   cd ${srcdir}/foomatic-db-nonfree
-   bzr revno
-   ./make_configure
-   ./configure --prefix=/usr
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: foomatic/repos/extra-i686/PKGBUILD (from rev 233076, 
foomatic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-08 09:41:03 UTC (rev 233077)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=foomatic
+pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
+arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
+pkgver=20150308
+pkgrel=1
+epoch=3
+
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
+url=http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, identical to foomatic-4.0 branch
+
+source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision

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

2015-03-08 Thread Andreas Radke
Date: Sunday, March 8, 2015 @ 10:40:44
  Author: andyrtr
Revision: 233076

upgpkg: foomatic 3:20150308-1

upstream update to current bazaar status, updates some drivers

Modified:
  foomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 09:30:30 UTC (rev 233075)
+++ PKGBUILD2015-03-08 09:40:44 UTC (rev 233076)
@@ -4,7 +4,7 @@
 pkgbase=foomatic
 pkgname=('foomatic-db' 'foomatic-db-engine' 'foomatic-db-nonfree')
 arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-pkgver=20141229
+pkgver=20150308
 pkgrel=1
 epoch=3
 
@@ -16,7 +16,7 @@
 # for latest commits and development, identical to foomatic-4.0 branch
 
 
source=(foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=370
   #2014-11-14
-
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1272
#2014-12-03
+
foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1274
#2015-03-04
 
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=40
  #2013-09-25
 )
 md5sums=('SKIP'


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:05:23
  Author: foutrelis
Revision: 128895

Drop use of uname to allow building in a chroot

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 09:57:25 UTC (rev 128894)
+++ PKGBUILD2015-03-08 10:05:23 UTC (rev 128895)
@@ -10,6 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
+_extramodules=extramodules-3.19-ARCH
 pkgrel=63
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
@@ -24,27 +25,23 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
 
   sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+-e s|^(KBASE\s*:=).*\$|\1 /usr/lib/modules/${_kernver}| Makefile
 
   make HDAPS=1
 }
 
 package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
 
-  make -C ${_extramodules%/*}/${_kernver}/build \
-INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+  make -C /usr/lib/modules/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/usr \
 M=${srcdir}/${pkgname}-${pkgver} modules_install
 
-  cd ${pkgdir}/${_extramodules%/*}
-  mv ${_kernver}/extra ${_extramodules##*/}
+  cd ${pkgdir}/usr/lib/modules
+  mv ${_kernver}/extra ${_extramodules}
   rmdir ${_kernver}
 
   # compress kernel modules
@@ -55,5 +52,6 @@
   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
+  sed -ri s|^(extramodules=).*\$|\1/usr/lib/modules/${_extramodules}| \
+${startdir}/${pkgname}.install
 }


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:06:47
  Author: foutrelis
Revision: 128896

upgpkg: acpi_call 1.1.0-25

Linux 3.19.1 rebuild.

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:05:23 UTC (rev 128895)
+++ PKGBUILD2015-03-08 10:06:47 UTC (rev 128896)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=24
+pkgrel=25
 _extramodules=extramodules-3.19-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2015-03-08 Thread Felix Yan
Date: Sunday, March 8, 2015 @ 09:51:01
  Author: fyan
Revision: 233067

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

Added:
  python-cffi/repos/extra-i686/PKGBUILD
(from rev 233066, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/extra-x86_64/PKGBUILD
(from rev 233066, python-cffi/trunk/PKGBUILD)
Deleted:
  python-cffi/repos/extra-i686/PKGBUILD
  python-cffi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-08 08:50:14 UTC (rev 233066)
+++ extra-i686/PKGBUILD 2015-03-08 08:51:01 UTC (rev 233067)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('76e242a4bc847607488ec20d89a717f490c19e5eff6b76f44d284557926a5181d99050d625a64c523081e850e399fd39a78906773b6c692b2a6efbc113c1a735')
-
-prepare() {
-  cp -a $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py build
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # -x c testing should be removed on next release
-  # https://bitbucket.org/cffi/cffi/issue/184/09-failed-tests-in-python-3
-  cd $srcdir/$_name-$pkgver
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test -x c testing
-
-  cd $srcdir/$_name-$pkgver-py2
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2 -x c 
testing
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cffi() {
-  depends=('python2' 'python2-pycparser')
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cffi/repos/extra-i686/PKGBUILD (from rev 233066, 
python-cffi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-08 08:51:01 UTC (rev 233067)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('8eb484256057f6cc6f12030967a433395f6c2570766aa9bfa2bcacd4181ea49e320c51b885a11f3ed85ca4c4dc7cfb939197c1ebc19effd806efbefe630e0259')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-08 08:50:14 UTC (rev 233066)
+++ extra-x86_64/PKGBUILD   2015-03-08 08:51:01 UTC (rev 233067)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=Foreign 

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

2015-03-08 Thread Felix Yan
Date: Sunday, March 8, 2015 @ 09:50:14
  Author: fyan
Revision: 233066

upgpkg: python-cffi 0.9.1-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 08:15:00 UTC (rev 233065)
+++ PKGBUILD2015-03-08 08:50:14 UTC (rev 233066)
@@ -5,7 +5,7 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc=Foreign Function Interface for Python calling C code
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('76e242a4bc847607488ec20d89a717f490c19e5eff6b76f44d284557926a5181d99050d625a64c523081e850e399fd39a78906773b6c692b2a6efbc113c1a735')
+sha512sums=('8eb484256057f6cc6f12030967a433395f6c2570766aa9bfa2bcacd4181ea49e320c51b885a11f3ed85ca4c4dc7cfb939197c1ebc19effd806efbefe630e0259')
 
 prepare() {
   cp -a $_name-$pkgver{,-py2}
@@ -29,13 +29,11 @@
 }
 
 check() {
-  # -x c testing should be removed on next release
-  # https://bitbucket.org/cffi/cffi/issue/184/09-failed-tests-in-python-3
   cd $srcdir/$_name-$pkgver
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test -x c testing
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
 
   cd $srcdir/$_name-$pkgver-py2
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2 -x c 
testing
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
 }
 
 package_python-cffi() {


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 10:30:30
  Author: foutrelis
Revision: 233075

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

Added:
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 233074, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nv-drm.patch
(from rev 233074, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 233074, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 233074, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nv-drm.patch
(from rev 233074, nvidia-340xx/trunk/nv-drm.patch)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 233074, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/testing-i686/PKGBUILD
  nvidia-340xx/repos/testing-i686/nv-drm.patch
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
  nvidia-340xx/repos/testing-x86_64/nv-drm.patch
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install

-+
 /PKGBUILD   |  102 ++
 /nv-drm.patch   |   54 ++
 /nvidia-340xx.install   |   30 ++
 testing-i686/PKGBUILD   |   51 -
 testing-i686/nv-drm.patch   |   27 -
 testing-i686/nvidia-340xx.install   |   15 -
 testing-x86_64/PKGBUILD |   51 -
 testing-x86_64/nv-drm.patch |   27 -
 testing-x86_64/nvidia-340xx.install |   15 -
 9 files changed, 186 insertions(+), 186 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-08 09:30:20 UTC (rev 233074)
+++ testing-i686/PKGBUILD   2015-03-08 09:30:30 UTC (rev 233075)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-340xx
-pkgver=340.76
-_extramodules=extramodules-3.19-ARCH
-pkgrel=4
-pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.19' 'linux3.20' 'libgl' nvidia-340xx-utils=${pkgver})
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-conflicts=('nvidia')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
-
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
-nv-drm.patch)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c'
- '79671a27131da619a33eb02ed0c2c031')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-patch -p0 -i ../nv-drm.patch
-}
-
-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}/nvidia.ko
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 233074, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-08 09:30:30 UTC (rev 233075)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 221857 2014-09-17 20:29:16Z tpowa $
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-340xx
+pkgver=340.76
+_extramodules=extramodules-3.19-ARCH
+pkgrel=5
+pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.19' 'linux3.20' 'libgl' nvidia-340xx-utils=${pkgver})
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+conflicts=('nvidia')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=(ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+nv-drm.patch)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c'
+ '79671a27131da619a33eb02ed0c2c031')
+
+[[ $CARCH 

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 10:30:17
  Author: foutrelis
Revision: 233073

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

Added:
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 233072, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nv-drm.patch
(from rev 233072, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/testing-i686/nvidia-3.19.patch
(from rev 233072, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 233072, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 233072, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nv-drm.patch
(from rev 233072, nvidia-304xx/trunk/nv-drm.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch
(from rev 233072, nvidia-304xx/trunk/nvidia-3.19.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 233072, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/testing-i686/PKGBUILD
  nvidia-304xx/repos/testing-i686/nv-drm.patch
  nvidia-304xx/repos/testing-i686/nvidia-3.19.patch
  nvidia-304xx/repos/testing-i686/nvidia.install
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
  nvidia-304xx/repos/testing-x86_64/nv-drm.patch
  nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch
  nvidia-304xx/repos/testing-x86_64/nvidia.install

--+
 /PKGBUILD|  116 +
 /nv-drm.patch|   54 +
 /nvidia-3.19.patch   |   42 +
 /nvidia.install  |   30 +
 testing-i686/PKGBUILD|   58 --
 testing-i686/nv-drm.patch|   27 
 testing-i686/nvidia-3.19.patch   |   21 --
 testing-i686/nvidia.install  |   15 
 testing-x86_64/PKGBUILD  |   58 --
 testing-x86_64/nv-drm.patch  |   27 
 testing-x86_64/nvidia-3.19.patch |   21 --
 testing-x86_64/nvidia.install|   15 
 12 files changed, 242 insertions(+), 242 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-08 09:30:05 UTC (rev 233072)
+++ testing-i686/PKGBUILD   2015-03-08 09:30:17 UTC (rev 233073)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.125
-_extramodules=extramodules-3.19-ARCH
-pkgrel=11
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.19' 'linux3.20' 'libgl' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-conflicts=('nvidia')
-license=('custom')
-install=nvidia.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=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-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=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-source+=('nv-drm.patch' 'nvidia-3.19.patch')
-md5sums+=('79671a27131da619a33eb02ed0c2c031' 
'd14e651d20054d18e0360c157ae60ae4')
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-patch -p0 -i $srcdir/nv-drm.patch
-patch -p1 -i $srcdir/nvidia-3.19.patch
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-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.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 233072, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-08 09:30:17 UTC (rev 233073)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.125
+_extramodules=extramodules-3.19-ARCH
+pkgrel=12
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 10:30:05
  Author: foutrelis
Revision: 233072

upgpkg: nvidia-304xx 304.125-12

Linux 3.19.1 rebuild.

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 09:30:02 UTC (rev 233071)
+++ PKGBUILD2015-03-08 09:30:05 UTC (rev 233072)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx
 pkgver=304.125
 _extramodules=extramodules-3.19-ARCH
-pkgrel=11
+pkgrel=12
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 10:30:02
  Author: foutrelis
Revision: 233071

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 233070, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nv-drm-343.36.patch
(from rev 233070, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 233070, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 233070, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nv-drm-343.36.patch
(from rev 233070, nvidia/trunk/nv-drm-343.36.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 233070, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nv-drm-343.36.patch
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nv-drm-343.36.patch
  nvidia/repos/testing-x86_64/nvidia.install

+
 /PKGBUILD  |  108 +++
 /nv-drm-343.36.patch   |   28 +
 /nvidia.install|   36 +++
 testing-i686/PKGBUILD  |   54 -
 testing-i686/nv-drm-343.36.patch   |   14 
 testing-i686/nvidia.install|   18 -
 testing-x86_64/PKGBUILD|   54 -
 testing-x86_64/nv-drm-343.36.patch |   14 
 testing-x86_64/nvidia.install  |   18 -
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-03-08 09:29:49 UTC (rev 233070)
+++ testing-i686/PKGBUILD   2015-03-08 09:30:02 UTC (rev 233071)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Maintainer: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=346.47
-_extramodules=extramodules-3.19-ARCH
-pkgrel=8
-pkgdesc=NVIDIA drivers for linux
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.19' 'linux3.20' nvidia-utils=${pkgver} 'libgl')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-license=('custom')
-install=nvidia.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=('ae61b6c3c081383f991bcc64ee0844b1'
- '115b5b2d136c4b44c658ef823b8a4bab')
-
-[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
-[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd ${_pkg}
-# patches here
-}
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ $CARCH = x86_64 ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-fi
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-if [[ $CARCH = x86_64 ]]; then
-install -D -m644 ${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko
-fi
-
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/*.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 233070, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-08 09:30:02 UTC (rev 233071)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Maintainer: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=346.47
+_extramodules=extramodules-3.19-ARCH
+pkgrel=9
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.19' 'linux3.20' nvidia-utils=${pkgver} 'libgl')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+license=('custom')
+install=nvidia.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=('ae61b6c3c081383f991bcc64ee0844b1'
+ '115b5b2d136c4b44c658ef823b8a4bab')
+
+[[ $CARCH = i686 ]]  _pkg=NVIDIA-Linux-x86-${pkgver}
+[[ $CARCH = x86_64 ]]  _pkg=NVIDIA-Linux-x86_64-${pkgver}-no-compat32
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd ${_pkg}
+# patches here
+}
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${_pkg}/kernel
+   

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 10:29:49
  Author: foutrelis
Revision: 233070

upgpkg: nvidia 346.47-9

Linux 3.19.1 rebuild.

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 09:14:36 UTC (rev 233069)
+++ PKGBUILD2015-03-08 09:29:49 UTC (rev 233070)
@@ -5,7 +5,7 @@
 pkgname=nvidia
 pkgver=346.47
 _extramodules=extramodules-3.19-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 10:30:20
  Author: foutrelis
Revision: 233074

upgpkg: nvidia-340xx 340.76-5

Linux 3.19.1 rebuild.

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 09:30:17 UTC (rev 233073)
+++ PKGBUILD2015-03-08 09:30:20 UTC (rev 233074)
@@ -4,7 +4,7 @@
 pkgname=nvidia-340xx
 pkgver=340.76
 _extramodules=extramodules-3.19-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc=NVIDIA drivers for linux, 340xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:08:13
  Author: foutrelis
Revision: 128909

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

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

---+
 /PKGBUILD |  126 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 
 /virtualbox-host-modules.install  |   46 
 community-testing-i686/PKGBUILD   |   63 --
 community-testing-i686/build.sh   |   61 -
 community-testing-i686/virtualbox-guest-modules.install   |   21 --
 community-testing-i686/virtualbox-host-modules.install|   23 --
 community-testing-x86_64/PKGBUILD |   63 --
 community-testing-x86_64/build.sh |   61 -
 community-testing-x86_64/virtualbox-guest-modules.install |   21 --
 community-testing-x86_64/virtualbox-host-modules.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-08 10:08:00 UTC (rev 128908)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:08:13 UTC (rev 128909)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.24
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.19' 'linux4.0'
- 'linux-headers=3.19' 'linux-headers4.0'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.19-ARCH
-
-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(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.19' 'linux4.0')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.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 -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.19' 'linux4.0')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:08:00
  Author: foutrelis
Revision: 128908

upgpkg: virtualbox-modules 4.3.24-3

Linux 3.19.1 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:07:58 UTC (rev 128907)
+++ PKGBUILD2015-03-08 10:08:00 UTC (rev 128908)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.24
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in coin-or-cbc/repos (4 files)

2015-03-08 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 11:08:44
  Author: arojas
Revision: 128911

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

Added:
  coin-or-cbc/repos/community-i686/PKGBUILD
(from rev 128910, coin-or-cbc/trunk/PKGBUILD)
  coin-or-cbc/repos/community-x86_64/PKGBUILD
(from rev 128910, coin-or-cbc/trunk/PKGBUILD)
Deleted:
  coin-or-cbc/repos/community-i686/PKGBUILD
  coin-or-cbc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 10:08:21 UTC (rev 128910)
+++ community-i686/PKGBUILD 2015-03-08 10:08:44 UTC (rev 128911)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-cbc
-pkgver=2.9.2
-pkgrel=1
-pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/Cbc;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-cgl')
-source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('60c0b9be005f3bfcf21d22167ff9539eaf337876')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-clp-lib=$(pkg-config --libs clp) \
-  --with-clp-incdir=/usr/include/coin/ \
-  --with-cgl-lib=$(pkg-config --libs cgl) \
-  --with-cgl-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --enable-dependency-linking \
-  --enable-cbc-parallel
-  make
-}
-
-check() {
-  cd Cbc-$pkgver/Cbc
-  make test
-}
-
-package() {
-  cd Cbc-$pkgver/Cbc
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-cbc/repos/community-i686/PKGBUILD (from rev 128910, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 10:08:44 UTC (rev 128911)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cbc
+pkgver=2.9.3
+pkgrel=1
+pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('a2decdaca4149d9dbe003e57000132e7f0541539')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-cgl-lib=$(pkg-config --libs cgl) \
+  --with-cgl-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-08 10:08:21 UTC (rev 128910)
+++ community-x86_64/PKGBUILD   2015-03-08 10:08:44 UTC (rev 128911)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-cbc
-pkgver=2.9.2
-pkgrel=1
-pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/Cbc;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-cgl')
-source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('60c0b9be005f3bfcf21d22167ff9539eaf337876')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  

[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2015-03-08 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 11:08:21
  Author: arojas
Revision: 128910

Update to 2.9.3

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:08:13 UTC (rev 128909)
+++ PKGBUILD2015-03-08 10:08:21 UTC (rev 128910)
@@ -4,16 +4,16 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-cbc
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=https://projects.coin-or.org/Cbc;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-cgl')
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
 source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('60c0b9be005f3bfcf21d22167ff9539eaf337876')
+sha1sums=('a2decdaca4149d9dbe003e57000132e7f0541539')
 
 build() {
   cd Cbc-$pkgver/Cbc


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

2015-03-08 Thread Andreas Radke
Date: Sunday, March 8, 2015 @ 10:14:20
  Author: andyrtr
Revision: 233068

upgpkg: xterm 316-1

upstream update 316

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 08:51:01 UTC (rev 233067)
+++ PKGBUILD2015-03-08 09:14:20 UTC (rev 233068)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=315
+pkgver=316
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-md5sums=('20306ba59f6d8e810d718153f8427bdf'
+md5sums=('cb70f35405c346cbb673f3269476f10a'
  'SKIP'
  '10ecc3f8ee91e3189863a172f68282d2')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net


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

2015-03-08 Thread Andreas Radke
Date: Sunday, March 8, 2015 @ 10:14:36
  Author: andyrtr
Revision: 233069

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 233068, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 233068, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 233068, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 233068, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  146 
 /PKGBUILD |  124 
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   62 
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2015-03-08 09:14:20 UTC (rev 233068)
+++ extra-i686/LICENSE  2015-03-08 09:14:36 UTC (rev 233069)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from 

[arch-commits] Commit in coin-or-clp/repos (4 files)

2015-03-08 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 10:50:31
  Author: arojas
Revision: 128892

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

Added:
  coin-or-clp/repos/community-i686/PKGBUILD
(from rev 128891, coin-or-clp/trunk/PKGBUILD)
  coin-or-clp/repos/community-x86_64/PKGBUILD
(from rev 128891, coin-or-clp/trunk/PKGBUILD)
Deleted:
  coin-or-clp/repos/community-i686/PKGBUILD
  coin-or-clp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 09:50:10 UTC (rev 128891)
+++ community-i686/PKGBUILD 2015-03-08 09:50:31 UTC (rev 128892)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-clp
-pkgver=1.16.3
-pkgrel=1
-pkgdesc=COIN-OR linear programming solver
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/Clp;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-osi' 'suitesparse')
-source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('a0d9023479e082ade1a256c49686ffc096e24ee5')
-
-build() {
-  cd Clp-$pkgver/Clp
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
-  make
-}
-
-check() {
-  cd Clp-$pkgver/Clp
-  make test
-}
-
-package() {
-  cd Clp-$pkgver/Clp
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-clp/repos/community-i686/PKGBUILD (from rev 128891, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 09:50:31 UTC (rev 128892)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-clp
+pkgver=1.16.4
+pkgrel=1
+pkgdesc=COIN-OR linear programming solver
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Clp;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
+source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('8ea960fc3be6dd82389bf882f68ce33ddb5ef1df')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+  make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-08 09:50:10 UTC (rev 128891)
+++ community-x86_64/PKGBUILD   2015-03-08 09:50:31 UTC (rev 128892)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-clp
-pkgver=1.16.3
-pkgrel=1
-pkgdesc=COIN-OR linear programming solver
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/Clp;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-osi' 'suitesparse')
-source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('a0d9023479e082ade1a256c49686ffc096e24ee5')
-
-build() {
-  cd Clp-$pkgver/Clp
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
-  make
-}
-
-check() {
-  cd Clp-$pkgver/Clp
-  make test
-}
-
-package() {
-  cd Clp-$pkgver/Clp
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-clp/repos/community-x86_64/PKGBUILD (from rev 128891, 
coin-or-clp/trunk/PKGBUILD)

[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2015-03-08 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 10:50:10
  Author: arojas
Revision: 128891

Update to 1.16.4

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 08:15:05 UTC (rev 128890)
+++ PKGBUILD2015-03-08 09:50:10 UTC (rev 128891)
@@ -4,16 +4,16 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-clp
-pkgver=1.16.3
+pkgver=1.16.4
 pkgrel=1
 pkgdesc=COIN-OR linear programming solver
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=https://projects.coin-or.org/Clp;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-osi' 'suitesparse')
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
 source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('a0d9023479e082ade1a256c49686ffc096e24ee5')
+sha1sums=('8ea960fc3be6dd82389bf882f68ce33ddb5ef1df')
 
 build() {
   cd Clp-$pkgver/Clp


[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2015-03-08 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 10:56:57
  Author: arojas
Revision: 128893

Update to 0.59.3

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 09:50:31 UTC (rev 128892)
+++ PKGBUILD2015-03-08 09:56:57 UTC (rev 128893)
@@ -4,16 +4,16 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-cgl
-pkgver=0.59.2
+pkgver=0.59.3
 pkgrel=1
 pkgdesc=COIN-OR Cut Generation Library
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=https://projects.coin-or.org/Cgl;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-clp')
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
 source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('f0635faecfb43c7140cb3f7b6fd09ab4372cdf2f')
+sha1sums=('8b5d95d2a1c2f59880665e897a783dd7683efb87')
 
 build() {
   cd Cgl-$pkgver/Cgl


[arch-commits] Commit in coin-or-cgl/repos (4 files)

2015-03-08 Thread Antonio Rojas
Date: Sunday, March 8, 2015 @ 10:57:25
  Author: arojas
Revision: 128894

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

Added:
  coin-or-cgl/repos/community-i686/PKGBUILD
(from rev 128893, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 128893, coin-or-cgl/trunk/PKGBUILD)
Deleted:
  coin-or-cgl/repos/community-i686/PKGBUILD
  coin-or-cgl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 09:56:57 UTC (rev 128893)
+++ community-i686/PKGBUILD 2015-03-08 09:57:25 UTC (rev 128894)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-cgl
-pkgver=0.59.2
-pkgrel=1
-pkgdesc=COIN-OR Cut Generation Library
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/Cgl;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-clp')
-source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('f0635faecfb43c7140cb3f7b6fd09ab4372cdf2f')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-clp-lib=$(pkg-config --libs clp) \
-  --with-clp-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-cgl/repos/community-i686/PKGBUILD (from rev 128893, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 09:57:25 UTC (rev 128894)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cgl
+pkgver=0.59.3
+pkgrel=1
+pkgdesc=COIN-OR Cut Generation Library
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('8b5d95d2a1c2f59880665e897a783dd7683efb87')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-08 09:56:57 UTC (rev 128893)
+++ community-x86_64/PKGBUILD   2015-03-08 09:57:25 UTC (rev 128894)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-cgl
-pkgver=0.59.2
-pkgrel=1
-pkgdesc=COIN-OR Cut Generation Library
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/Cgl;
-license=('EPL')
-groups=('coin-or')
-depends=('coin-or-clp')
-source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('f0635faecfb43c7140cb3f7b6fd09ab4372cdf2f')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-clp-lib=$(pkg-config --libs clp) \
-  --with-clp-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:36
  Author: foutrelis
Revision: 128904

upgpkg: tp_smapi 0.41-64

Linux 3.19.1 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:07:33 UTC (rev 128903)
+++ PKGBUILD2015-03-08 10:07:36 UTC (rev 128904)
@@ -11,7 +11,7 @@
 pkgname=tp_smapi
 pkgver=0.41
 _extramodules=extramodules-3.19-ARCH
-pkgrel=63
+pkgrel=64
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:23
  Author: foutrelis
Revision: 128902

upgpkg: rt3562sta 2.4.1.1_r1-21

Linux 3.19.1 rebuild.

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:07:21 UTC (rev 128901)
+++ PKGBUILD2015-03-08 10:07:23 UTC (rev 128902)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=20
+pkgrel=21
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:02
  Author: foutrelis
Revision: 128898

upgpkg: bbswitch 0.8-27

Linux 3.19.1 rebuild.

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:07:00 UTC (rev 128897)
+++ PKGBUILD2015-03-08 10:07:02 UTC (rev 128898)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
-pkgrel=26
+pkgrel=27
 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 tp_smapi/repos (8 files)

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:45
  Author: foutrelis
Revision: 128905

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

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

---+
 /PKGBUILD |  114 
 /tp_smapi.install |   26 ++
 community-testing-i686/PKGBUILD   |   59 --
 community-testing-i686/tp_smapi.install   |   13 ---
 community-testing-x86_64/PKGBUILD |   59 --
 community-testing-x86_64/tp_smapi.install |   13 ---
 6 files changed, 140 insertions(+), 144 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-08 10:07:36 UTC (rev 128904)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:45 UTC (rev 128905)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
-# Contributor: Nick B Shirakawasuna ð gmail đ com
-# Contributor: Christof Musik christof ð senfdax đ de
-# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
-# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
-
-pkgname=tp_smapi
-pkgver=0.41
-pkgrel=63
-pkgdesc=Modules for ThinkPad's SMAPI functionality
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-install=${pkgname}.install
-source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _kernver=$( ${_extramodules}/version)
-
-  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
- -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=${_kernver:-$(uname -r)}
-  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
-  _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/repos/community-testing-i686/PKGBUILD (from rev 128904, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:45 UTC (rev 128905)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+_extramodules=extramodules-3.19-ARCH
+pkgrel=64
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+-e s|^(KBASE\s*:=).*\$|\1 

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:33
  Author: foutrelis
Revision: 128903

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

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

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +++
 community-testing-i686/PKGBUILD|   60 -
 community-testing-i686/rt3562sta.install   |   16 ---
 community-testing-x86_64/PKGBUILD  |   60 -
 community-testing-x86_64/rt3562sta.install |   16 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-08 10:07:23 UTC (rev 128902)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:33 UTC (rev 128903)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=20
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 128902, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:33 UTC (rev 128903)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=21
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+  

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:47
  Author: foutrelis
Revision: 128906

upgpkg: vhba-module 20140928-8

Linux 3.19.1 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:07:45 UTC (rev 128905)
+++ PKGBUILD2015-03-08 10:07:47 UTC (rev 128906)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140928
 _extramodules=extramodules-3.19-ARCH
-pkgrel=7
+pkgrel=8
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:21
  Author: foutrelis
Revision: 128901

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

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

+
 /PKGBUILD  |   90 +++
 /r8168.install |   34 +++
 community-testing-i686/PKGBUILD|   45 ---
 community-testing-i686/r8168.install   |   17 -
 community-testing-x86_64/PKGBUILD  |   45 ---
 community-testing-x86_64/r8168.install |   17 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-08 10:07:13 UTC (rev 128900)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:21 UTC (rev 128901)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.039.00
-pkgrel=10
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 128900, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:21 UTC (rev 128901)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=11
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:58
  Author: foutrelis
Revision: 128907

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

Added:
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 128906, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 128906, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 128906, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 128906, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 128906, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 128906, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-testing-i686/60-vhba.rules
  vhba-module/repos/community-testing-i686/PKGBUILD
  vhba-module/repos/community-testing-i686/vhba-module.install
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   42 +++
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 
 community-testing-i686/vhba-module.install   |   21 -
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 
 community-testing-x86_64/vhba-module.install |   21 -
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2015-03-08 10:07:47 UTC (rev 
128906)
+++ community-testing-i686/60-vhba.rules2015-03-08 10:07:58 UTC (rev 
128907)
@@ -1 +0,0 @@
-ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
128906, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2015-03-08 10:07:58 UTC (rev 
128907)
@@ -0,0 +1 @@
+ACTION==add, KERNEL==vhba_ctl, NAME=vhba_ctl, MODE=0660, OWNER=root, 
GROUP=cdemu, TAG+=uaccess

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-08 10:07:47 UTC (rev 128906)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:58 UTC (rev 128907)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Charles Lindsay char...@chaoslizard.org
-
-pkgname=vhba-module
-pkgver=20140928
-_extramodules=extramodules-3.19-ARCH
-pkgrel=7
-pkgdesc=Kernel module that emulates SCSI devices
-arch=('i686' 'x86_64')
-url=http://cdemu.sourceforge.net/;
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-options=(!makeflags)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-'60-vhba.rules')
-md5sums=('967007230bb028424216d9b35da422c0'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko $pkgdir/usr/lib/modules/$_extramodules/vhba.ko
-  install -Dm644 ../60-vhba.rules $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true  install=${install}.pkg
-  sed -i s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/ $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 128906, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:58 UTC (rev 128907)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-3.19-ARCH
+pkgrel=8
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:11
  Author: foutrelis
Revision: 128899

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

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

---+
 /PKGBUILD |   66 
 /bbswitch.install |   24 ++
 community-testing-i686/PKGBUILD   |   33 --
 community-testing-i686/bbswitch.install   |   12 -
 community-testing-x86_64/PKGBUILD |   33 --
 community-testing-x86_64/bbswitch.install |   12 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-08 10:07:02 UTC (rev 128898)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:11 UTC (rev 128899)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
-pkgrel=26
-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=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-install=bbswitch.install
-source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 128898, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:11 UTC (rev 128899)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.19-ARCH # Don't forget to update bbswitch.install
+pkgrel=27
+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=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install=bbswitch.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-testing-i686/bbswitch.install
===
--- community-testing-i686/bbswitch.install 2015-03-08 10:07:02 UTC (rev 
128898)
+++ community-testing-i686/bbswitch.install 2015-03-08 10:07:11 UTC (rev 
128899)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.19-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
128898, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2015-03-08 10:07:11 UTC (rev 
128899)
@@ -0,0 +1,12 @@
+post_install() {
+

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:13
  Author: foutrelis
Revision: 128900

upgpkg: r8168 8.039.00-11

Linux 3.19.1 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:07:11 UTC (rev 128899)
+++ PKGBUILD2015-03-08 10:07:13 UTC (rev 128900)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.039.00
-pkgrel=10
+pkgrel=11
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:00
  Author: foutrelis
Revision: 128897

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

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

+
 /PKGBUILD  |   94 +++
 /acpi_call.install |   28 
 community-testing-i686/PKGBUILD|   47 -
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 -
 community-testing-x86_64/acpi_call.install |   14 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-08 10:06:47 UTC (rev 128896)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:00 UTC (rev 128897)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: mortzu m...@mortzu.de
-# Contributor: fnord0 fno...@riseup.net
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=24
-_extramodules=extramodules-3.19-ARCH
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url='http://github.com/mkottman/acpi_call'
-license=('GPL')
-depends=('linux=3.19' 'linux3.20')
-makedepends=('linux-headers=3.19' 'linux-headers3.20')
-install='acpi_call.install'
-source=(http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-prepare() {
-  cd acpi_call-${pkgver}
-
-  # Fix build with Linux = 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-}
-
-build() {
-  cd acpi_call-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make KVERSION=${_kernver}
-}
-
-package() {
-  cd acpi_call-${pkgver}
-
-  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 acpi_call.ko ${pkgdir}/usr/lib/modules/${_extramodules}
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/acpi_call.ko
-  echo acpi_call  ${pkgdir}/usr/lib/modules-load.d/acpi_call.conf
-
-  install -dm 755 ${pkgdir}/usr/share/acpi_call
-  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/acpi_call/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 128896, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:00 UTC (rev 128897)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: mortzu m...@mortzu.de
+# Contributor: fnord0 fno...@riseup.net
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=25
+_extramodules=extramodules-3.19-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='http://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux=3.19' 'linux3.20')
+makedepends=('linux-headers=3.19' 'linux-headers3.20')
+install='acpi_call.install'
+source=($pkgname-$pkgver.tar.gz::http://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux = 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make KVERSION=${_kernver}
+}
+
+package() {
+  cd acpi_call-${pkgver}
+
+  install -dm 755 ${pkgdir}/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 acpi_call.ko ${pkgdir}/usr/lib/modules/${_extramodules}
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/acpi_call.ko
+  echo acpi_call  ${pkgdir}/usr/lib/modules-load.d/acpi_call.conf
+
+  install -dm 755 ${pkgdir}/usr/share/acpi_call
+  cp -dr --no-preserve='ownership' {examples,support} 
${pkgdir}/usr/share/acpi_call/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-i686/acpi_call.install
===
--- community-testing-i686/acpi_call.install

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

2015-03-08 Thread Eric Bélanger
Date: Monday, March 9, 2015 @ 02:45:33
  Author: eric
Revision: 233097

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

Added:
  avidemux/repos/staging-i686/
  avidemux/repos/staging-i686/PKGBUILD
(from rev 233096, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-i686/PKGBUILD.WIP
(from rev 233096, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/staging-i686/avidemux.install
(from rev 233096, avidemux/trunk/avidemux.install)
  avidemux/repos/staging-x86_64/
  avidemux/repos/staging-x86_64/PKGBUILD
(from rev 233096, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-x86_64/PKGBUILD.WIP
(from rev 233096, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/staging-x86_64/avidemux.install
(from rev 233096, avidemux/trunk/avidemux.install)

-+
 staging-i686/PKGBUILD   |  118 ++
 staging-i686/PKGBUILD.WIP   |   84 +++
 staging-i686/avidemux.install   |   11 +++
 staging-x86_64/PKGBUILD |  118 ++
 staging-x86_64/PKGBUILD.WIP |   84 +++
 staging-x86_64/avidemux.install |   11 +++
 6 files changed, 426 insertions(+)

Copied: avidemux/repos/staging-i686/PKGBUILD (from rev 233096, 
avidemux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-09 01:45:33 UTC (rev 233097)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
+pkgver=2.5.6
+pkgrel=10
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://fixounet.free.fr/avidemux/;
+makedepends=('cmake' 'libxslt' 'gtk2' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264-dev' 
'libsamplerate'
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5')
+
+build() {
+  cd ${pkgbase}_${pkgver}
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 \
+-D LRELEASE_EXECUTABLE=/usr/lib/qt4/bin/lrelease ..
+  make
+
+# plugin build expects libraries to be already installed; we fake a prefix
+# in build/ by symlinking all libraries to build/lib/
+  cd lib
+  find ../avidemux -name '*.so*' | xargs ln -sft .
+  cd ../../plugins
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D 
AVIDEMUX_SOURCE_DIR=${srcdir}/avidemux_${pkgver} \
+-D AVIDEMUX_CORECONFIG_DIR=${srcdir}/avidemux_${pkgver}/build/config \
+-D AVIDEMUX_INSTALL_PREFIX=${srcdir}/avidemux_${pkgver}/build \
+-D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package_avidemux-cli() {
+  pkgdesc=A graphical tool to edit video (filter/re-encode/split)
+  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva')
+  optdepends=('lame: for the corresponding audio encoder plugin'
+  'faac: for the corresponding audio encoder plugin'
+  'faad2: for the corresponding audio decoder plugin'
+  'opencore-amr: for the corresponding audio decoder plugin'
+  'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
+  'sdl: for the corresponding audio device plugin'
+  'x264: for the corresponding video encoder plugin'
+  'xvidcore: for the corresponding video encoder plugin')
+  provides=('avidemux')
+  conflicts=('avidemux')
+  replaces=('avidemux')
+
+  cd ${pkgbase}_${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/${pkgbase}_${pkgver}/plugins/build
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/share/avidemux
+  rm ${pkgdir}/usr/share/ADM_addons/avsfilter/{avsload.exe,pipe_source.dll}
+  rm ${pkgdir}/usr/bin/avidemux2_{gtk,qt4}
+  rm ${pkgdir}/usr/lib/*{_gtk,_qt4,Gtk,QT4}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/x264/*{Gtk,Qt}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoEncoder/xvid/*{Gtk,Qt}.so
+  rm ${pkgdir}/usr/lib/ADM_plugins/videoFilter/*{_gtk,_qt4}.so
+
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so 
${pkgdir}/usr/lib/libADM_vidEnc_xvid.so
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so 
${pkgdir}/usr/lib/libADM_vidEnc_x264.so
+
+  install -D -m644 ../../avidemux_icon.png 
${pkgdir}/usr/share/pixmaps/avidemux.png
+  install -D -m644 ../../man/avidemux.1 
${pkgdir}/usr/share/man/man1/avidemux.1
+}
+
+package_avidemux-gtk() {
+  pkgdesc=A graphical tool to edit video (filter/re-encode/split) - GTK GUI
+  depends=(avidemux-cli=${pkgver} 'gtk2' 'libxv' 'desktop-file-utils')
+  install=avidemux.install
+
+  cd ${pkgbase}_${pkgver}

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

2015-03-08 Thread Tobias Powalowski
Date: Sunday, March 8, 2015 @ 12:21:55
  Author: tpowa
Revision: 233078

upgpkg: refind-efi 0.8.7-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 09:41:03 UTC (rev 233077)
+++ PKGBUILD2015-03-08 11:21:55 UTC (rev 233078)
@@ -13,7 +13,7 @@
 ###
 
 pkgname=refind-efi
-pkgver=0.8.5
+pkgver=0.8.7
 pkgrel=1
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager
 url=http://www.rodsbooks.com/refind/index.html;
@@ -30,7 +30,7 @@
 
 source=(http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip;
 'refind_linux.conf')
-md5sums=('dedb0b3d7d9c5cab81ab333850cd73c4'
+md5sums=('d30fd02a46924a18b316e7f930d6a57c'
  '12ce3e22a216e7b25c253478a34713b4')
 
 if [[ ${_USE_GNU_EFI} == 1 ]]; then
@@ -240,7 +240,7 @@
echo
fi

-   cd ${srcdir}/refind-${pkgver}/filesystems/
+   cd ${srcdir}/refind-${pkgver}/

msg Unset all compiler FLAGS
unset CFLAGS
@@ -251,47 +251,12 @@

msg Compile UEFI FS drivers
if [[ ${_USE_GNU_EFI} == 1 ]]; then
-   make btrfs_gnuefi
+   make fs_gnuefi
echo
-   
-   make ext4_gnuefi
-   echo
-   
-   make ext2_gnuefi
-   echo
-   
-   make hfs_gnuefi
-   echo
-   
-   make iso9660_gnuefi
-   echo
-   
-   make reiserfs_gnuefi
-   echo
-   
-   # make xfs_gnuefi
-   # echo
else
-   make btrfs
+   make fs
echo

-   make ext4
-   echo
-   
-   make ext2
-   echo
-   
-   make hfs
-   echo
-   
-   make iso9660
-   echo
-   
-   make reiserfs
-   echo
-   
-   # make xfs
-   # echo
fi
 if [[ ${CARCH} == x86_64 ]];then
 cd ${srcdir}/refind-${pkgver}/net


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

2015-03-08 Thread Tobias Powalowski
Date: Sunday, March 8, 2015 @ 12:22:11
  Author: tpowa
Revision: 233079

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

Added:
  refind-efi/repos/extra-i686/PKGBUILD
(from rev 233078, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-i686/refind-efi.install
(from rev 233078, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-i686/refind_linux.conf
(from rev 233078, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/extra-x86_64/PKGBUILD
(from rev 233078, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-x86_64/refind-efi.install
(from rev 233078, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-x86_64/refind_linux.conf
(from rev 233078, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-i686/PKGBUILD
  refind-efi/repos/extra-i686/refind-efi.install
  refind-efi/repos/extra-i686/refind_linux.conf
  refind-efi/repos/extra-x86_64/PKGBUILD
  refind-efi/repos/extra-x86_64/refind-efi.install
  refind-efi/repos/extra-x86_64/refind_linux.conf

-+
 /PKGBUILD   |  684 ++
 /refind-efi.install |   64 +++
 /refind_linux.conf  |   10 
 extra-i686/PKGBUILD |  377 
 extra-i686/refind-efi.install   |   32 -
 extra-i686/refind_linux.conf|5 
 extra-x86_64/PKGBUILD   |  377 
 extra-x86_64/refind-efi.install |   32 -
 extra-x86_64/refind_linux.conf  |5 
 9 files changed, 758 insertions(+), 828 deletions(-)

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


[arch-commits] Commit in syncthing/repos/community-i686 (6 files)

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 14:06:50
  Author: jlichtblau
Revision: 128914

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 128913, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 128913, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 128913, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install

---+
 PKGBUILD  |   96 +-
 syncthing.1   |  188 ++--
 syncthing.install |   18 ++--
 3 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 13:03:29 UTC (rev 128913)
+++ PKGBUILD2015-03-08 13:06:50 UTC (rev 128914)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.24
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 128913, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 13:06:50 UTC (rev 128914)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.25
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-03-08 13:03:29 UTC (rev 128913)
+++ syncthing.1 2015-03-08 13:06:50 UTC (rev 128914)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  

[arch-commits] Commit in intel-ucode/repos (9 files)

2015-03-08 Thread Tobias Powalowski
Date: Sunday, March 8, 2015 @ 12:34:44
  Author: tpowa
Revision: 233080

db-move: moved intel-ucode from [testing] to [extra] (any)

Added:
  intel-ucode/repos/extra-any/LICENSE
(from rev 233079, intel-ucode/repos/testing-any/LICENSE)
  intel-ucode/repos/extra-any/PKGBUILD
(from rev 233079, intel-ucode/repos/testing-any/PKGBUILD)
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
(from rev 233079, intel-ucode/repos/testing-any/intel-microcode2ucode.c)
  intel-ucode/repos/extra-any/intel-ucode.install
(from rev 233079, intel-ucode/repos/testing-any/intel-ucode.install)
Deleted:
  intel-ucode/repos/extra-any/LICENSE
  intel-ucode/repos/extra-any/PKGBUILD
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
  intel-ucode/repos/extra-any/intel-ucode.install
  intel-ucode/repos/testing-any/

---+
 /LICENSE  |  123 
 /PKGBUILD |   37 
 /intel-microcode2ucode.c  |  154 
 /intel-ucode.install  |   12 ++
 extra-any/LICENSE |  123 
 extra-any/PKGBUILD|   38 
 extra-any/intel-microcode2ucode.c |  154 
 extra-any/intel-ucode.install |   12 --
 8 files changed, 326 insertions(+), 327 deletions(-)

Deleted: extra-any/LICENSE
===
--- extra-any/LICENSE   2015-03-08 11:22:11 UTC (rev 233079)
+++ extra-any/LICENSE   2015-03-08 11:34:44 UTC (rev 233080)
@@ -1,123 +0,0 @@
-INTEL SOFTWARE LICENSE AGREEMENT
-
-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.
-
-LICENSES: Please Note:
-- If you are a network administrator, the Site License below shall
-apply to you.
-- If you are an end user, the Single User License shall apply to you.
-- If you are an original equipment manufacturer (OEM), the OEM License
-shall apply to you.
-
-SITE LICENSE. You may copy the Software onto your organization's computers
-for your organization's use, and you may make a reasonable number of
-back-up copies of the Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-SINGLE USER LICENSE. You may copy the Software onto a single computer for
-your personal, noncommercial use, and you may make one back-up copy of the
-Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-OEM LICENSE: You may reproduce and distribute the Software only as an
-integral part of or incorporated in Your product or as a standalone
-Software maintenance update for existing end users of Your products,
-excluding any other standalone products, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may only distribute the Software to your customers pursuant to a
-written license agreement. Such license agreement may be a break-the-
-seal license 

[arch-commits] Commit in syncthing/repos/community-x86_64 (6 files)

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 14:03:29
  Author: jlichtblau
Revision: 128913

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 128912, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 128912, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 128912, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install

---+
 PKGBUILD  |   96 +-
 syncthing.1   |  188 ++--
 syncthing.install |   18 ++--
 3 files changed, 151 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 13:03:20 UTC (rev 128912)
+++ PKGBUILD2015-03-08 13:03:29 UTC (rev 128913)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.10.24
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-go run build.go -no-upgrade build
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#go run build.go -no-upgrade test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 128912, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 13:03:29 UTC (rev 128913)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.10.25
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}
+mkdir -p src/github.com/syncthing
+mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+go run build.go -no-upgrade build
+}
+
+check() {
+export GOPATH=${srcdir}
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#go run build.go -no-upgrade test
+}
+
+package() {
+cd ${srcdir}/src/github.com/syncthing/${pkgname}
+install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-03-08 13:03:20 UTC (rev 128912)
+++ syncthing.1 2015-03-08 13:03:29 UTC (rev 128913)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  

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

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 14:03:20
  Author: jlichtblau
Revision: 128912

upgpkg: syncthing 0.10.25-1

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 10:08:44 UTC (rev 128911)
+++ PKGBUILD2015-03-08 13:03:20 UTC (rev 128912)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.24
+pkgver=0.10.25
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
@@ -40,9 +40,9 @@
 
 package() {
 cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
 }


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

2015-03-08 Thread Eric Bélanger
Date: Monday, March 9, 2015 @ 02:43:05
  Author: eric
Revision: 233096

upgpkg: avidemux 2.5.6-10

Rebuild against  x264 144.20150223

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 18:01:25 UTC (rev 233095)
+++ PKGBUILD2015-03-09 01:43:05 UTC (rev 233096)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.6
-pkgrel=9
+pkgrel=10
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fixounet.free.fr/avidemux/;


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

2015-03-08 Thread Felix Yan
Date: Monday, March 9, 2015 @ 03:38:01
  Author: fyan
Revision: 128959

upgpkg: jenkins 1.602-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:48:10 UTC (rev 128958)
+++ PKGBUILD2015-03-09 02:38:01 UTC (rev 128959)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.601
+pkgver=1.602
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('95077c60de22ea9cfe3051d121904a5fdb9148ef5e0a26dd5178baa57ef5e05c380220e99e96e7db61c83fdc05840fc2026d38fa4c72b76b82636e81d4f3194a'
+sha512sums=('fc65ac6cb2b1ef90d9fcdfb869f0378a6aa5cce77e3084b07e3aa984941902fd672da2119b284e760450bf1c9d7a25d871868e26699f75ff24114991bc9e3e87'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-03-08 Thread Felix Yan
Date: Monday, March 9, 2015 @ 03:38:40
  Author: fyan
Revision: 128960

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 128959, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 128959, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 128959, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 128959, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 128959, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 128959, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-03-09 02:38:01 UTC (rev 128959)
+++ LICENSE 2015-03-09 02:38:40 UTC (rev 128960)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 128959, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-03-09 02:38:40 UTC (rev 128960)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-09 02:38:01 UTC (rev 128959)
+++ PKGBUILD2015-03-09 02:38:40 UTC (rev 128960)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.601
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in cinnamon-control-center/repos (10 files)

2015-03-08 Thread Balló György
Date: Monday, March 9, 2015 @ 04:00:55
  Author: bgyorgy
Revision: 128962

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 128961, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 128961, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/networkmanager.patch
(from rev 128961, cinnamon-control-center/trunk/networkmanager.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 128961, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 128961, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/networkmanager.patch
(from rev 128961, cinnamon-control-center/trunk/networkmanager.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install

--+
 /PKGBUILD|  120 +
 /cinnamon-control-center.install |   22 +++
 community-i686/PKGBUILD  |   56 -
 community-i686/cinnamon-control-center.install   |   11 -
 community-i686/networkmanager.patch  |   56 +
 community-x86_64/PKGBUILD|   56 -
 community-x86_64/cinnamon-control-center.install |   11 -
 community-x86_64/networkmanager.patch|   56 +
 8 files changed, 254 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-09 03:00:47 UTC (rev 128961)
+++ community-i686/PKGBUILD 2015-03-09 03:00:55 UTC (rev 128962)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=2.4.2
-pkgrel=1
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('7d25193a3cc13c12f22864f3c9a907acfaa616392cb2b7ab4e0624f0d200f188')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #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
-
-  # Remove unused stuff
-  make -C panels/sound DESTDIR=$pkgdir uninstall
-  make -C panels/sound/data DESTDIR=$pkgdir install
-  make -C shell DESTDIR=$pkgdir uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  rm 
$pkgdir/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  rm -R $pkgdir/etc
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 128961, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-09 03:00:55 UTC (rev 128962)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-control-center
+pkgver=2.4.2
+pkgrel=2
+pkgdesc=The Control Center for Cinnamon
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet')

[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD networkmanager.patch)

2015-03-08 Thread Balló György
Date: Monday, March 9, 2015 @ 04:00:47
  Author: bgyorgy
Revision: 128961

upgpkg: cinnamon-control-center 2.4.2-2

Fix compatibility with networkmanager 1.0

Added:
  cinnamon-control-center/trunk/networkmanager.patch
Modified:
  cinnamon-control-center/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++--
 networkmanager.patch |   56 +
 2 files changed, 63 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-09 02:38:40 UTC (rev 128960)
+++ PKGBUILD2015-03-09 03:00:47 UTC (rev 128961)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon-control-center
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
@@ -17,12 +17,16 @@
 install=cinnamon-control-center.install
 license=('GPL')
 options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('7d25193a3cc13c12f22864f3c9a907acfaa616392cb2b7ab4e0624f0d200f188')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
+networkmanager.patch)
+sha256sums=('7d25193a3cc13c12f22864f3c9a907acfaa616392cb2b7ab4e0624f0d200f188'
+'c26d5c76121891643a21c3bb5a14cd114aada77b6aa260ab5f753ffd8ff5afee')
 
 prepare() {
   cd $pkgname-$pkgver
 
+  # Fix compatibility with networkmanager 1.0
+  patch -Np1 -i ../networkmanager.patch
 }
 
 build() {

Added: networkmanager.patch
===
--- networkmanager.patch(rev 0)
+++ networkmanager.patch2015-03-09 03:00:47 UTC (rev 128961)
@@ -0,0 +1,56 @@
+From c53b915aec80928a1be96c6d0eb6645e415e18f9 Mon Sep 17 00:00:00 2001
+From: leigh123linux leigh123li...@googlemail.com
+Date: Sun, 1 Mar 2015 08:35:52 +
+Subject: [PATCH] Remove the NetworkManager version checking altogether
+
+---
+ panels/network/cc-network-panel.c | 19 +++
+ 1 file changed, 3 insertions(+), 16 deletions(-)
+
+diff --git a/panels/network/cc-network-panel.c 
b/panels/network/cc-network-panel.c
+index df64bd1..d247c90 100644
+--- a/panels/network/cc-network-panel.c
 b/panels/network/cc-network-panel.c
+@@ -1311,30 +1311,17 @@ static gboolean
+ panel_check_network_manager_version (CcNetworkPanel *panel)
+ {
+ const gchar *version;
+-gchar **split = NULL;
+-guint major = 0;
+-guint micro = 0;
+-guint minor = 0;
+ gboolean ret = TRUE;
+ 
+ /* parse running version */
+ version = nm_client_get_version (panel-priv-client);
+-if (version != NULL) {
+-split = g_strsplit (version, ., -1);
+-major = atoi (split[0]);
+-minor = atoi (split[1]);
+-micro = atoi (split[2]);
+-}
+-
+-/* is it too new or old */
+-if (major  0 || minor  9 || (minor = 8  micro  992)) {
++if (version == NULL) {
+ ret = FALSE;
+ 
+ /* do modal dialog in idle so we don't block startup */
+ panel-priv-nm_warning_idle = g_idle_add 
((GSourceFunc)display_version_warning_idle, panel);
+ }
+ 
+-g_strfreev (split);
+ return ret;
+ }
+ 
+@@ -1381,8 +1368,8 @@ on_toplevel_map (GtkWidget  *widget,
+ {
+ gboolean ret;
+ 
+-/* is the user compiling against a new version, but running an
+- * old daemon version? */
++/* is the user compiling against a new version, but not running
++ * the daemon? */
+ ret = panel_check_network_manager_version (panel);
+ if (ret) {
+ manager_running (panel-priv-client, NULL, panel);


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

2015-03-08 Thread Gaetan Bisson
Date: Monday, March 9, 2015 @ 04:36:16
  Author: bisson
Revision: 233098

upstream update

Modified:
  p7zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-09 01:45:33 UTC (rev 233097)
+++ PKGBUILD2015-03-09 03:36:16 UTC (rev 233098)
@@ -6,8 +6,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=p7zip
-pkgver=9.38
-pkgrel=3
+pkgver=9.38.1
+pkgrel=1
 pkgdesc='Command-line version of the 7zip compressed file archiver'
 url='http://p7zip.sourceforge.net/'
 license=('GPL' 'custom')
@@ -19,7 +19,7 @@
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2;
 'osversion.patch'
 '7zFM.desktop')
-sha1sums=('ae7f483799ca463aa5f0a856491a3410907348ed'
+sha1sums=('6b1eccf272d8b141a94758f80727ae633568ba69'
   '8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
   'f2c370d6f1b286b7ce9a2804e22541b755616a40')
 


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

2015-03-08 Thread Gaetan Bisson
Date: Monday, March 9, 2015 @ 04:37:30
  Author: bisson
Revision: 233099

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

Added:
  p7zip/repos/extra-i686/7zFM.desktop
(from rev 233098, p7zip/trunk/7zFM.desktop)
  p7zip/repos/extra-i686/PKGBUILD
(from rev 233098, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-i686/install
(from rev 233098, p7zip/trunk/install)
  p7zip/repos/extra-i686/osversion.patch
(from rev 233098, p7zip/trunk/osversion.patch)
  p7zip/repos/extra-x86_64/7zFM.desktop
(from rev 233098, p7zip/trunk/7zFM.desktop)
  p7zip/repos/extra-x86_64/PKGBUILD
(from rev 233098, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-x86_64/install
(from rev 233098, p7zip/trunk/install)
  p7zip/repos/extra-x86_64/osversion.patch
(from rev 233098, p7zip/trunk/osversion.patch)
Deleted:
  p7zip/repos/extra-i686/7zFM.desktop
  p7zip/repos/extra-i686/PKGBUILD
  p7zip/repos/extra-i686/install
  p7zip/repos/extra-i686/osversion.patch
  p7zip/repos/extra-x86_64/7zFM.desktop
  p7zip/repos/extra-x86_64/PKGBUILD
  p7zip/repos/extra-x86_64/install
  p7zip/repos/extra-x86_64/osversion.patch

--+
 /7zFM.desktop|   18 +
 /PKGBUILD|  142 +
 /install |   26 +++
 /osversion.patch |   56 
 extra-i686/7zFM.desktop  |9 --
 extra-i686/PKGBUILD  |   71 
 extra-i686/install   |   13 ---
 extra-i686/osversion.patch   |   28 
 extra-x86_64/7zFM.desktop|9 --
 extra-x86_64/PKGBUILD|   71 
 extra-x86_64/install |   13 ---
 extra-x86_64/osversion.patch |   28 
 12 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/7zFM.desktop
===
--- extra-i686/7zFM.desktop 2015-03-09 03:36:16 UTC (rev 233098)
+++ extra-i686/7zFM.desktop 2015-03-09 03:37:30 UTC (rev 233099)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=7-Zip FM
-GenericName=7-Zip File Manager
-Type=Application
-Categories=GTK;Utility;Archiving;Compression;
-Terminal=false
-Icon=p7zip
-Exec=7zFM

Copied: p7zip/repos/extra-i686/7zFM.desktop (from rev 233098, 
p7zip/trunk/7zFM.desktop)
===
--- extra-i686/7zFM.desktop (rev 0)
+++ extra-i686/7zFM.desktop 2015-03-09 03:37:30 UTC (rev 233099)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=7-Zip FM
+GenericName=7-Zip File Manager
+Type=Application
+Categories=GTK;Utility;Archiving;Compression;
+Terminal=false
+Icon=p7zip
+Exec=7zFM

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-09 03:36:16 UTC (rev 233098)
+++ extra-i686/PKGBUILD 2015-03-09 03:37:30 UTC (rev 233099)
@@ -1,71 +0,0 @@
-# $Id$
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-# Contributor: TuxSpirittuxspi...@archlinux.fr  2007/11/17 21:22:36 UTC
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=p7zip
-pkgver=9.38
-pkgrel=3
-pkgdesc='Command-line version of the 7zip compressed file archiver'
-url='http://p7zip.sourceforge.net/'
-license=('GPL' 'custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'bash')
-optdepends=('wxgtk: GUI'
-'desktop-file-utils: desktop entries')
-makedepends=('yasm' 'nasm' 'wxgtk')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2;
-'osversion.patch'
-'7zFM.desktop')
-sha1sums=('ae7f483799ca463aa5f0a856491a3410907348ed'
-  '8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
-  'f2c370d6f1b286b7ce9a2804e22541b755616a40')
-
-options=('!makeflags')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}_${pkgver}
-   [[ $CARCH = x86_64 ]] 
-   cp makefile.linux_amd64_asm makefile.machine ||
-   cp makefile.linux_x86_asm_gcc_4.X makefile.machine
-
-   patch -p1 -i ../osversion.patch
-   sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend
-
-   rm GUI/kde4/p7zip_compress.desktop # FS#43766
-}
-
-build() {
-   cd ${srcdir}/${pkgname}_${pkgver}
-   make all4 OPTFLAGS=${CXXFLAGS}
-}
-
-package() {
-   cd ${srcdir}/${pkgname}_${pkgver}
-   make install \
-   DEST_DIR=${pkgdir} \
-   DEST_HOME=/usr \
-   DEST_MAN=/usr/share/man
-
-   # Doc and licenses
-   cp -a DOC/* ${pkgdir}/usr/share/doc/p7zip
-   install -d ${pkgdir}/usr/share/licenses/p7zip
-   ln -s -t ${pkgdir}/usr/share/licenses/p7zip \
-   /usr/share/doc/p7zip/License.txt \
-   /usr/share/doc/p7zip/unRarLicense.txt
-
-   # Integration with stuff...
-   install -Dm644 GUI/p7zip_32.png 

[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 15:22:39
  Author: jlichtblau
Revision: 128915

upgpkg: nzbget 14.2-1

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |   10 +-
 nzbget.changelog |3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 13:06:50 UTC (rev 128914)
+++ PKGBUILD2015-03-08 14:22:39 UTC (rev 128915)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=nzbget
-pkgver=14.1
+pkgver=14.2
 pkgrel=1
 pkgdesc=Download from Usenet using .nzb files
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 license=('GPL')
 depends=('libxml2' 'python')
 changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a16b816b61f7035cc373e9b77094ca474d5b7b7f7ceff5fa8818249181db4b18')
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('bb24afb47dc01766c5e5c02d7565190082c6e13ffed565969a2ec52e21104677')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
   make
@@ -22,7 +22,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   make DESTDIR=${pkgdir} install
 

Modified: nzbget.changelog
===
--- nzbget.changelog2015-03-08 13:06:50 UTC (rev 128914)
+++ nzbget.changelog2015-03-08 14:22:39 UTC (rev 128915)
@@ -1,3 +1,6 @@
+2015-03-08 Jaroslav Lichtblau svetlemod...@archlinux.org
+  * nzbget 14.2-1
+
 2014-11-28 Jaroslav Lichtblau svetlemod...@archlinux.org
   * nzbget 14.1-1
 


[arch-commits] Commit in nzbget/repos/community-x86_64 (4 files)

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 15:22:47
  Author: jlichtblau
Revision: 128916

archrelease: copy trunk to community-x86_64

Added:
  nzbget/repos/community-x86_64/PKGBUILD
(from rev 128915, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-x86_64/nzbget.changelog
(from rev 128915, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-x86_64/PKGBUILD
  nzbget/repos/community-x86_64/nzbget.changelog

--+
 PKGBUILD |   62 ++---
 nzbget.changelog |  111 +++--
 2 files changed, 88 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 14:22:39 UTC (rev 128915)
+++ PKGBUILD2015-03-08 14:22:47 UTC (rev 128916)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=nzbget
-pkgver=14.1
-pkgrel=1
-pkgdesc=Download from Usenet using .nzb files
-arch=('i686' 'x86_64')
-url=http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('libxml2' 'python')
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a16b816b61f7035cc373e9b77094ca474d5b7b7f7ceff5fa8818249181db4b18')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/$pkgname
-  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
-}

Copied: nzbget/repos/community-x86_64/PKGBUILD (from rev 128915, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 14:22:47 UTC (rev 128916)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=nzbget
+pkgver=14.2
+pkgrel=1
+pkgdesc=Download from Usenet using .nzb files
+arch=('i686' 'x86_64')
+url=http://nzbget.sourceforge.net/;
+license=('GPL')
+depends=('libxml2' 'python')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('bb24afb47dc01766c5e5c02d7565190082c6e13ffed565969a2ec52e21104677')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/$pkgname
+  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2015-03-08 14:22:39 UTC (rev 128915)
+++ nzbget.changelog2015-03-08 14:22:47 UTC (rev 128916)
@@ -1,54 +0,0 @@
-2014-11-28 Jaroslav Lichtblau svetlemod...@archlinux.org
-  * nzbget 14.1-1
-
-2014-11-10 Jaroslav Lichtblau svetlemod...@archlinux.org
-  * nzbget 14.0-1
-
-2014-07-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 13.0-1
-
-2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin aluc...@gmail.com
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Package moved to [community]
-  * Update to major release 0.5.0

Copied: nzbget/repos/community-x86_64/nzbget.changelog (from rev 128915, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2015-03-08 

[arch-commits] Commit in sleuthkit/repos/community-x86_64 (4 files)

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 15:47:04
  Author: jlichtblau
Revision: 128920

archrelease: copy trunk to community-x86_64

Added:
  sleuthkit/repos/community-x86_64/PKGBUILD
(from rev 128919, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-x86_64/sleuthkit.changelog
(from rev 128919, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
  sleuthkit/repos/community-x86_64/PKGBUILD
  sleuthkit/repos/community-x86_64/sleuthkit.changelog

-+
 PKGBUILD|   66 --
 sleuthkit.changelog |   40 +++---
 2 files changed, 52 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 14:46:55 UTC (rev 128919)
+++ PKGBUILD2015-03-08 14:47:04 UTC (rev 128920)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=sleuthkit
-pkgver=4.1.3
-pkgrel=2
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url=http://www.sleuthkit.org/sleuthkit;
-license=('GPL2' 'CPL' 'custom:IBM Public Licence')
-depends=('perl')
-makedepends=('libewf')
-optdepends=('libewf: support of the Expert Witness Compression Format')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-#licenses
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 128919, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 14:47:04 UTC (rev 128920)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=sleuthkit
+pkgver=4.1.3
+pkgrel=3
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url=http://www.sleuthkit.org/sleuthkit;
+license=('GPL2' 'CPL' 'custom:IBM Public Licence')
+depends=('perl' 'libewf')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+#licenses
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2015-03-08 14:46:55 UTC (rev 128919)
+++ sleuthkit.changelog 2015-03-08 14:47:04 UTC (rev 128920)
@@ -1,20 +0,0 @@
-2014-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.3-2 added libewf support on request from ArchAssault
-
-2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-x86_64/sleuthkit.changelog (from rev 128919, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- sleuthkit.changelog (rev 0)
+++ sleuthkit.changelog 2015-03-08 14:47:04 UTC (rev 128920)
@@ -0,0 +1,20 @@
+2015-03-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.3-3 libewf as dependency
+
+2014-02-06 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 3.2.3-1


[arch-commits] Commit in sleuthkit/trunk (PKGBUILD sleuthkit.changelog)

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 15:46:55
  Author: jlichtblau
Revision: 128919

upgpkg: sleuthkit 4.1.3-3

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

-+
 PKGBUILD|8 +++-
 sleuthkit.changelog |   16 
 2 files changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 14:32:00 UTC (rev 128918)
+++ PKGBUILD2015-03-08 14:46:55 UTC (rev 128919)
@@ -1,17 +1,15 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=sleuthkit
 pkgver=4.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='File system and media management forensic analysis tools'
 arch=('i686' 'x86_64')
 url=http://www.sleuthkit.org/sleuthkit;
 license=('GPL2' 'CPL' 'custom:IBM Public Licence')
-depends=('perl')
-makedepends=('libewf')
-optdepends=('libewf: support of the Expert Witness Compression Format')
+depends=('perl' 'libewf')
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')

Modified: sleuthkit.changelog
===
--- sleuthkit.changelog 2015-03-08 14:32:00 UTC (rev 128918)
+++ sleuthkit.changelog 2015-03-08 14:46:55 UTC (rev 128919)
@@ -1,20 +1,20 @@
-2014-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.3-2 added libewf support on request from ArchAssault
+2015-03-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.3-3 libewf as dependency
 
-2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-02-06 Jaroslav Lichtblau svetlemo...@archlinux.org
* sleuthkit 4.1.3-1
 
-2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-12-25 Jaroslav Lichtblau svetlemo...@archlinux.org
* sleuthkit 4.1.2-2 static library removed
 
-2013-10-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-10-13 Jaroslav Lichtblau svetlemo...@archlinux.org
* sleuthkit 4.1.2-1
 
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-03-12 Jaroslav Lichtblau svetlemo...@archlinux.org
* sleuthkit 4.0.2-1
 
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-01-05 Jaroslav Lichtblau svetlemo...@archlinux.org
* sleuthkit 4.0.1-1
 
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-10-09 Jaroslav Lichtblau svetlemo...@archlinux.org
* sleuthkit 3.2.3-1


[arch-commits] Commit in sleuthkit/repos/community-i686 (4 files)

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 15:52:46
  Author: jlichtblau
Revision: 128921

archrelease: copy trunk to community-i686

Added:
  sleuthkit/repos/community-i686/PKGBUILD
(from rev 128920, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-i686/sleuthkit.changelog
(from rev 128920, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
  sleuthkit/repos/community-i686/PKGBUILD
  sleuthkit/repos/community-i686/sleuthkit.changelog

-+
 PKGBUILD|   66 --
 sleuthkit.changelog |   40 +++---
 2 files changed, 52 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 14:47:04 UTC (rev 128920)
+++ PKGBUILD2015-03-08 14:52:46 UTC (rev 128921)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=sleuthkit
-pkgver=4.1.3
-pkgrel=2
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url=http://www.sleuthkit.org/sleuthkit;
-license=('GPL2' 'CPL' 'custom:IBM Public Licence')
-depends=('perl')
-makedepends=('libewf')
-optdepends=('libewf: support of the Expert Witness Compression Format')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-#licenses
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-i686/PKGBUILD (from rev 128920, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 14:52:46 UTC (rev 128921)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=sleuthkit
+pkgver=4.1.3
+pkgrel=3
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url=http://www.sleuthkit.org/sleuthkit;
+license=('GPL2' 'CPL' 'custom:IBM Public Licence')
+depends=('perl' 'libewf')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+#licenses
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2015-03-08 14:47:04 UTC (rev 128920)
+++ sleuthkit.changelog 2015-03-08 14:52:46 UTC (rev 128921)
@@ -1,20 +0,0 @@
-2014-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.3-2 added libewf support on request from ArchAssault
-
-2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-i686/sleuthkit.changelog (from rev 128920, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- sleuthkit.changelog (rev 0)
+++ sleuthkit.changelog 2015-03-08 14:52:46 UTC (rev 128921)
@@ -0,0 +1,20 @@
+2015-03-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.3-3 libewf as dependency
+
+2014-02-06 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * sleuthkit 3.2.3-1


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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 15:59:37
  Author: foutrelis
Revision: 233082

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 233081, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/check-last-modified.sh
(from rev 233081, geoip-database/trunk/check-last-modified.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/check-last-modified.sh

+
 PKGBUILD   |   96 +++
 check-last-modified.sh |   44 ++---
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 14:59:28 UTC (rev 233081)
+++ PKGBUILD2015-03-08 14:59:37 UTC (rev 233082)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=geoip-database
-pkgver=20150203
-pkgrel=1
-pkgdesc=GeoLite country geolocation database compiled by MaxMind
-arch=('any')
-url=http://dev.maxmind.com/geoip/legacy/downloadable/;
-license=('custom:OPEN DATA LICENSE')
-source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('5c899f6237d8694833c43e0f4d3772c648663b77f662dd320f0ecf65e0954eb9'
-'ddf37b71e903a4ee4b2b9adec1fd12cb7be1c7cd0ce0cef324db6b95bd3567ae'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd $srcdir
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
-  done
-}
-
-check() {
-  cd $srcdir
-
-  for _database in {GeoIP,GeoIPv6}.dat; do
-if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
-  error Copyright notice is missing from $_database; something is fishy!
-  return 1
-fi
-  done
-}
-
-package() {
-  cd $srcdir
-
-  install -d $pkgdir/usr/share/GeoIP
-  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 233081, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 14:59:37 UTC (rev 233082)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=geoip-database
+pkgver=20150303
+pkgrel=1
+pkgdesc=GeoLite country geolocation database compiled by MaxMind
+arch=('any')
+url=http://dev.maxmind.com/geoip/legacy/downloadable/;
+license=('custom:OPEN DATA LICENSE')
+source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz)
+sha256sums=('79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07'
+'a009b0f21968d2868e6dd19d14f3c3b8cd60ae84a4bfc2970df34d771a04811e'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+prepare() {
+  cd $srcdir
+
+  for _database_name in GeoIP GeoIPv6; do
+gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
+  done
+}
+
+check() {
+  cd $srcdir
+
+  for _database in {GeoIP,GeoIPv6}.dat; do
+if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
+  error Copyright notice is missing from $_database; something is fishy!
+  return 1
+fi
+  done
+}
+
+package() {
+  cd $srcdir
+
+  install -d $pkgdir/usr/share/GeoIP
+  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: check-last-modified.sh
===
--- check-last-modified.sh  2015-03-08 14:59:28 UTC (rev 233081)
+++ check-last-modified.sh  2015-03-08 14:59:37 UTC (rev 233082)
@@ -1,22 +0,0 @@
-#!/bin/bash -e
-
-# Unicode characters taken from pactree.c
-UNICODE_IS_FUN=\u2514\u2500
-
-verbose=0
-if [[ $1 == -v ]]; then
-   verbose=1
-fi
-
-URLS=(https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-  https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz)
-
-for url in ${URLS[@]}; do
-   last_mod=$(curl -sI $url | grep ^Last-Modified: | cut -d' ' -f2- | tr 
-d '\r')
-   echo $last_mod (${url##*/})
-
-   if ((verbose)); then
-   

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 15:59:28
  Author: foutrelis
Revision: 233081

upgpkg: geoip-database 20150303-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 11:34:44 UTC (rev 233080)
+++ PKGBUILD2015-03-08 14:59:28 UTC (rev 233081)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=geoip-database
-pkgver=20150203
+pkgver=20150303
 pkgrel=1
 pkgdesc=GeoLite country geolocation database compiled by MaxMind
 arch=('any')
@@ -13,8 +13,8 @@
 http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
 noextract=(GeoIP-$pkgver.dat.gz
GeoIPv6-$pkgver.dat.gz)
-sha256sums=('5c899f6237d8694833c43e0f4d3772c648663b77f662dd320f0ecf65e0954eb9'
-'ddf37b71e903a4ee4b2b9adec1fd12cb7be1c7cd0ce0cef324db6b95bd3567ae'
+sha256sums=('79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07'
+'a009b0f21968d2868e6dd19d14f3c3b8cd60ae84a4bfc2970df34d771a04811e'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {


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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:18:43
  Author: jgc
Revision: 233083

upgpkg: gnome-themes-standard 3.15.90-1

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 14:59:37 UTC (rev 233082)
+++ PKGBUILD2015-03-08 15:18:43 UTC (rev 233083)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.14.2.3
+pkgver=3.15.90
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d82a1cf90be3397deadea46d3ba396a46943c7e141ebc70cf833956b5794e479')
+sha256sums=('cb5c5bd235f8c71d69632225c9918fc57d60f5348c7c3cbaad010955870c19d1')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-08 Thread Felix Yan
Date: Sunday, March 8, 2015 @ 16:27:39
  Author: fyan
Revision: 233088

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

Added:
  grantlee-qt4/repos/testing-i686/
  grantlee-qt4/repos/testing-i686/PKGBUILD
(from rev 233087, grantlee-qt4/trunk/PKGBUILD)
  grantlee-qt4/repos/testing-x86_64/
  grantlee-qt4/repos/testing-x86_64/PKGBUILD
(from rev 233087, grantlee-qt4/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: grantlee-qt4/repos/testing-i686/PKGBUILD (from rev 233087, 
grantlee-qt4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-08 15:27:39 UTC (rev 233088)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt4
+pkgver=0.5.1
+pkgrel=2
+pkgdesc=A string template engine based on the Django template system and 
written in Qt4
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+replaces=('grantlee')
+conflicts=('grantlee')
+provides=('grantlee')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('775f22dac0953029b414ed3b7379098c')
+
+prepare() {
+  mkdir build
+
+  sed -e 's|INCLUDE_INSTALL_DIR include|INCLUDE_INSTALL_DIR 
include/grantlee-qt4|' -i grantlee-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: grantlee-qt4/repos/testing-x86_64/PKGBUILD (from rev 233087, 
grantlee-qt4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-08 15:27:39 UTC (rev 233088)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee-qt4
+pkgver=0.5.1
+pkgrel=2
+pkgdesc=A string template engine based on the Django template system and 
written in Qt4
+arch=('i686' 'x86_64')
+url=https://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+replaces=('grantlee')
+conflicts=('grantlee')
+provides=('grantlee')
+source=(http://downloads.grantlee.org/grantlee-${pkgver}.tar.gz;)
+md5sums=('775f22dac0953029b414ed3b7379098c')
+
+prepare() {
+  mkdir build
+
+  sed -e 's|INCLUDE_INSTALL_DIR include|INCLUDE_INSTALL_DIR 
include/grantlee-qt4|' -i grantlee-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../grantlee-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in xmobar/trunk (xmobar-0.15-haskell-mtl.patch)

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 17:28:58
  Author: jelle
Revision: 128922

remove unused patch

Deleted:
  xmobar/trunk/xmobar-0.15-haskell-mtl.patch

---+
 xmobar-0.15-haskell-mtl.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: xmobar-0.15-haskell-mtl.patch
===
--- xmobar-0.15-haskell-mtl.patch   2015-03-08 14:52:46 UTC (rev 128921)
+++ xmobar-0.15-haskell-mtl.patch   2015-03-08 16:28:58 UTC (rev 128922)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 


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

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 15:32:00
  Author: jlichtblau
Revision: 128918

FS#43815 - [syncthing-gtk] Missing Dependencies fix

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 14:29:50 UTC (rev 128917)
+++ PKGBUILD2015-03-08 14:32:00 UTC (rev 128918)
@@ -13,7 +13,8 @@
 depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing')
 makedepends=('python2-setuptools')
 optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja')
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
 sha256sums=('838186313056392c9f006bd3ec8f936c2f886f1afe655c839106b80cbea7e775')
 


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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:18:49
  Author: jgc
Revision: 233084

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

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

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

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

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


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

2015-03-08 Thread Felix Yan
Date: Sunday, March 8, 2015 @ 16:27:14
  Author: fyan
Revision: 233087

upgpkg: grantlee-qt4 0.5.1-2

make qt4 and qt5 versions coinstallable (FS#44093)

Modified:
  grantlee-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 15:20:23 UTC (rev 233086)
+++ PKGBUILD2015-03-08 15:27:14 UTC (rev 233087)
@@ -3,7 +3,7 @@
 
 pkgname=grantlee-qt4
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A string template engine based on the Django template system and 
written in Qt4
 arch=('i686' 'x86_64')
 url=https://www.gitorious.org/grantlee/pages/Home;
@@ -18,10 +18,12 @@
 
 prepare() {
   mkdir build
+
+  sed -e 's|INCLUDE_INSTALL_DIR include|INCLUDE_INSTALL_DIR 
include/grantlee-qt4|' -i grantlee-$pkgver/CMakeLists.txt
 }
 
 build() {
-  cd ../build
+  cd build
   cmake ../grantlee-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \


[arch-commits] Commit in nzbget/repos/community-i686 (4 files)

2015-03-08 Thread Jaroslav Lichtblau
Date: Sunday, March 8, 2015 @ 15:29:50
  Author: jlichtblau
Revision: 128917

archrelease: copy trunk to community-i686

Added:
  nzbget/repos/community-i686/PKGBUILD
(from rev 128916, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-i686/nzbget.changelog
(from rev 128916, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-i686/PKGBUILD
  nzbget/repos/community-i686/nzbget.changelog

--+
 PKGBUILD |   62 ++---
 nzbget.changelog |  111 +++--
 2 files changed, 88 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-08 14:22:47 UTC (rev 128916)
+++ PKGBUILD2015-03-08 14:29:50 UTC (rev 128917)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=nzbget
-pkgver=14.1
-pkgrel=1
-pkgdesc=Download from Usenet using .nzb files
-arch=('i686' 'x86_64')
-url=http://nzbget.sourceforge.net/;
-license=('GPL')
-depends=('libxml2' 'python')
-changelog=$pkgname.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a16b816b61f7035cc373e9b77094ca474d5b7b7f7ceff5fa8818249181db4b18')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/$pkgname
-  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
-}

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 128916, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-08 14:29:50 UTC (rev 128917)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=nzbget
+pkgver=14.2
+pkgrel=1
+pkgdesc=Download from Usenet using .nzb files
+arch=('i686' 'x86_64')
+url=http://nzbget.sourceforge.net/;
+license=('GPL')
+depends=('libxml2' 'python')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('bb24afb47dc01766c5e5c02d7565190082c6e13ffed565969a2ec52e21104677')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/$pkgname
+  install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2015-03-08 14:22:47 UTC (rev 128916)
+++ nzbget.changelog2015-03-08 14:29:50 UTC (rev 128917)
@@ -1,54 +0,0 @@
-2014-11-28 Jaroslav Lichtblau svetlemod...@archlinux.org
-  * nzbget 14.1-1
-
-2014-11-10 Jaroslav Lichtblau svetlemod...@archlinux.org
-  * nzbget 14.0-1
-
-2014-07-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 13.0-1
-
-2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin aluc...@gmail.com
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * Package moved to [community]
-  * Update to major release 0.5.0

Copied: nzbget/repos/community-i686/nzbget.changelog (from rev 128916, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2015-03-08 14:29:50 UTC 

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

2015-03-08 Thread Bartłomiej Piotrowski
Date: Sunday, March 8, 2015 @ 16:20:13
  Author: bpiotrowski
Revision: 233085

upgpkg: ffmpeg-compat 1:0.10.15-2

rebuild against x264 2:144.20150223-1

Modified:
  ffmpeg-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 15:18:49 UTC (rev 233084)
+++ PKGBUILD2015-03-08 15:20:13 UTC (rev 233085)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg-compat
 pkgver=0.10.15
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -17,11 +17,13 @@
   'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass'
   'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
   'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib'
+  'v4l-utils' 'libx264.so' 'xvidcore' 'zlib'
 )
 makedepends=('libvdpau' 'yasm' 'x264')
-source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2)
-sha256sums=('8b6dbf73c192d2217e6ded8e0dd560c678f362e373d87c28ed9fc8eb52293d5d')
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+sha256sums=('8b6dbf73c192d2217e6ded8e0dd560c678f362e373d87c28ed9fc8eb52293d5d'
+'SKIP')
 
 build() {
   cd ffmpeg-$pkgver


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

2015-03-08 Thread Bartłomiej Piotrowski
Date: Sunday, March 8, 2015 @ 16:20:23
  Author: bpiotrowski
Revision: 233086

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

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

-+
 staging-i686/PKGBUILD   |   75 ++
 staging-x86_64/PKGBUILD |   75 ++
 2 files changed, 150 insertions(+)

Copied: ffmpeg-compat/repos/staging-i686/PKGBUILD (from rev 233085, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-08 15:20:23 UTC (rev 233086)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=0.10.15
+pkgrel=2
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass'
+  'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
+  'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264.so' 'xvidcore' 'zlib'
+)
+makedepends=('libvdpau' 'yasm' 'x264')
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+sha256sums=('8b6dbf73c192d2217e6ded8e0dd560c678f362e373d87c28ed9fc8eb52293d5d'
+'SKIP')
+
+build() {
+  cd ffmpeg-$pkgver
+
+  CFLAGS+= -I/usr/include/openjpeg-1.5 \
+  ./configure \
+--prefix=/usr \
+--incdir=/usr/include/ffmpeg-compat \
+--libdir=/usr/lib/ffmpeg-compat \
+--shlibdir=/usr/lib/ffmpeg-compat \
+--disable-debug \
+--disable-static \
+--enable-gpl \
+--enable-libass \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-vdpau \
+--enable-version3 \
+--enable-x11grab
+
+  make
+}
+
+package() {
+  cd ffmpeg-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/{bin,share}
+
+  install -dm755 $pkgdir/etc/ld.so.conf.d/
+  echo -e '/usr/lib/\n/usr/lib/ffmpeg-compat/'  
$pkgdir/etc/ld.so.conf.d/$pkgname.conf
+}

Copied: ffmpeg-compat/repos/staging-x86_64/PKGBUILD (from rev 233085, 
ffmpeg-compat/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-08 15:20:23 UTC (rev 233086)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg-compat
+pkgver=0.10.15
+pkgrel=2
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'gsm' 'lame' 'libass'
+  'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 'libvpx'
+  'opencore-amr' 'openjpeg' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264.so' 'xvidcore' 'zlib'
+)
+makedepends=('libvdpau' 'yasm' 'x264')
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+sha256sums=('8b6dbf73c192d2217e6ded8e0dd560c678f362e373d87c28ed9fc8eb52293d5d'
+'SKIP')
+
+build() {
+  cd ffmpeg-$pkgver
+
+  CFLAGS+= -I/usr/include/openjpeg-1.5 \
+  ./configure \
+--prefix=/usr \
+--incdir=/usr/include/ffmpeg-compat \
+--libdir=/usr/lib/ffmpeg-compat \
+--shlibdir=/usr/lib/ffmpeg-compat \
+--disable-debug \
+--disable-static \
+--enable-gpl \
+--enable-libass \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+

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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:31:21
  Author: jgc
Revision: 233089

upgpkg: vala 0.27.1-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 15:27:39 UTC (rev 233088)
+++ PKGBUILD2015-03-08 15:31:21 UTC (rev 233089)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz t...@preetz.us
 
 pkgname=vala
-pkgver=0.26.2
+pkgver=0.27.1
 pkgrel=1
 pkgdesc=Compiler for the GObject type system
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libxslt')
 checkdepends=('dbus' 'libx11' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('37f13f430c56a93b6dac85239084681fd8f31c407d386809c43bc2f2836e03c4')
+sha256sums=('0bce939c011c34478da840f869b3c24d02e8f1c92691c587c1fe289a5533cd77')
 
 build() {
 cd $pkgname-$pkgver


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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:31:27
  Author: jgc
Revision: 233090

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

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

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

Copied: vala/repos/gnome-unstable-i686/PKGBUILD (from rev 233089, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-08 15:31:27 UTC (rev 233090)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.27.1
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0bce939c011c34478da840f869b3c24d02e8f1c92691c587c1fe289a5533cd77')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: vala/repos/gnome-unstable-x86_64/PKGBUILD (from rev 233089, 
vala/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-08 15:31:27 UTC (rev 233090)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.27.1
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0bce939c011c34478da840f869b3c24d02e8f1c92691c587c1fe289a5533cd77')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}


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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:36:16
  Author: jgc
Revision: 233091

upgpkg: gcr 3.15.90-1

Added:
  gcr/trunk/skip-annotation-gck_object_cache_get_attributes.patch
Modified:
  gcr/trunk/PKGBUILD

---+
 PKGBUILD  |   19 ++---
 skip-annotation-gck_object_cache_get_attributes.patch |   33 
 2 files changed, 46 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 15:31:27 UTC (rev 233090)
+++ PKGBUILD2015-03-08 15:36:16 UTC (rev 233091)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gcr
-pkgver=3.14.0
+pkgver=3.15.90
 pkgrel=1
 pkgdesc=A library for bits of crypto UI and parsing
 arch=(i686 x86_64)
@@ -10,14 +10,21 @@
 license=('GPL2')
 depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
  'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt' 
'python2')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
 options=('!makeflags')
 install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-10-gcr.conf)
-sha256sums=('2a2231147a01e2061f57fa9ca77557ff97bc6ceab028cee5528079f4b2fca63d'
-'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+10-gcr.conf
+skip-annotation-gck_object_cache_get_attributes.patch)
+sha256sums=('b0ad0cfb9f504cda67e740f79a53b5d19c9814a07b7f257d47fbf0409376efe2'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc'
+'cc4056b4cdb79ce7804ae7562d62ff108a39244bd0fe673fec8c1aa4bf193411')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../skip-annotation-gck_object_cache_get_attributes.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \

Added: skip-annotation-gck_object_cache_get_attributes.patch
===
--- skip-annotation-gck_object_cache_get_attributes.patch   
(rev 0)
+++ skip-annotation-gck_object_cache_get_attributes.patch   2015-03-08 
15:36:16 UTC (rev 233091)
@@ -0,0 +1,33 @@
+From 05ab60fb80ec9e1eafb6859f050de32269cdddc2 Mon Sep 17 00:00:00 2001
+From: Christophe Fergeau cferg...@redhat.com
+Date: Thu, 5 Mar 2015 09:17:41 +0100
+Subject: Add (skip) annotation to gck_object_cache_get_attributes
+
+This works around a bug in vala 0.27.1/git master where it would call
+this method in the implementation of Pkcs11Certificate::set_property in
+seahorse. This causes an infinite loop as
+Pkcs11Certificate is an implementation of the GckObjectCacheInterface,
+so calling gck_object_cache_get_attributes() for ::set_property which in
+turn calls g_object_set(self, attributes, value, NULL); is going to
+loop.
+
+This can be reverted once vala is fixed.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=745629
+
+diff --git a/gck/gck-object-cache.c b/gck/gck-object-cache.c
+index 2325bfa..8da15cb 100644
+--- a/gck/gck-object-cache.c
 b/gck/gck-object-cache.c
+@@ -83,7 +83,7 @@ gck_object_cache_default_init (GckObjectCacheIface *iface)
+ }
+ 
+ /**
+- * gck_object_cache_get_attributes:
++ * gck_object_cache_get_attributes: (skip):
+  * @object: an object with an attribute cache
+  *
+  * Gets the attributes cached on this object.
+-- 
+cgit v0.10.2
+


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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:36:23
  Author: jgc
Revision: 233092

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

Added:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 233091, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 233091, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 233091, gcr/trunk/gcr.install)
  
gcr/repos/gnome-unstable-i686/skip-annotation-gck_object_cache_get_attributes.patch
(from rev 233091, 
gcr/trunk/skip-annotation-gck_object_cache_get_attributes.patch)
  gcr/repos/gnome-unstable-x86_64/
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 233091, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 233091, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 233091, gcr/trunk/gcr.install)
  
gcr/repos/gnome-unstable-x86_64/skip-annotation-gck_object_cache_get_attributes.patch
(from rev 233091, 
gcr/trunk/skip-annotation-gck_object_cache_get_attributes.patch)

-+
 gnome-unstable-i686/10-gcr.conf |  
  3 
 gnome-unstable-i686/PKGBUILD|  
 48 ++
 gnome-unstable-i686/gcr.install |  
 14 ++
 gnome-unstable-i686/skip-annotation-gck_object_cache_get_attributes.patch   |  
 33 ++
 gnome-unstable-x86_64/10-gcr.conf   |  
  3 
 gnome-unstable-x86_64/PKGBUILD  |  
 48 ++
 gnome-unstable-x86_64/gcr.install   |  
 14 ++
 gnome-unstable-x86_64/skip-annotation-gck_object_cache_get_attributes.patch |  
 33 ++
 8 files changed, 196 insertions(+)

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 233091, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2015-03-08 15:36:23 UTC (rev 233092)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 233091, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-08 15:36:23 UTC (rev 233092)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.15.90
+pkgrel=1
+pkgdesc=A library for bits of crypto UI and parsing
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
+ 'p11-kit')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+10-gcr.conf
+skip-annotation-gck_object_cache_get_attributes.patch)
+sha256sums=('b0ad0cfb9f504cda67e740f79a53b5d19c9814a07b7f257d47fbf0409376efe2'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc'
+'cc4056b4cdb79ce7804ae7562d62ff108a39244bd0fe673fec8c1aa4bf193411')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../skip-annotation-gck_object_cache_get_attributes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 ../10-gcr.conf $pkgdir/etc/security/limits.d/10-gcr.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/gcr.install (from rev 233091, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2015-03-08 15:36:23 UTC (rev 233092)
@@ -0,0 +1,14 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database /usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: 
gcr/repos/gnome-unstable-i686/skip-annotation-gck_object_cache_get_attributes.patch
 (from rev 233091, 
gcr/trunk/skip-annotation-gck_object_cache_get_attributes.patch)

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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:38:11
  Author: jgc
Revision: 233094

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-08 15:38:04 UTC (rev 233093)
+++ extra-i686/PKGBUILD 2015-03-08 15:38:11 UTC (rev 233094)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libgsf
-pkgver=1.14.31
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
-url=http://www.gnome.org/;
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('ec8f48059fc56ff4cb3757ba53fe43eea3c51e21254d4416448102ffa4057982')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgsf/repos/extra-i686/PKGBUILD (from rev 233093, 
libgsf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-08 15:38:11 UTC (rev 233094)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libgsf
+pkgver=1.14.32
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
+url=http://www.gnome.org/;
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('13bf38b848c01e20eb89a48150b6f864434ee4dfbb6301ddf6f4080a36cd99e9')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package_libgsf() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-03-08 15:38:04 UTC (rev 233093)
+++ extra-x86_64/PKGBUILD   2015-03-08 15:38:11 UTC (rev 233094)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libgsf
-pkgver=1.14.31
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
-url=http://www.gnome.org/;
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection' 'python2')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('ec8f48059fc56ff4cb3757ba53fe43eea3c51e21254d4416448102ffa4057982')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 233093, 
libgsf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-03-08 15:38:11 UTC (rev 233094)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libgsf
+pkgver=1.14.32
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
+url=http://www.gnome.org/;
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('13bf38b848c01e20eb89a48150b6f864434ee4dfbb6301ddf6f4080a36cd99e9')
+
+build() {
+  cd $pkgname-$pkgver
+  

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

2015-03-08 Thread Jan de Groot
Date: Sunday, March 8, 2015 @ 16:38:04
  Author: jgc
Revision: 233093

upgpkg: libgsf 1.14.32-1

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 15:36:23 UTC (rev 233092)
+++ PKGBUILD2015-03-08 15:38:04 UTC (rev 233093)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay sarah...@mb.sympatico.ca
 
 pkgname=libgsf
-pkgver=1.14.31
+pkgver=1.14.32
 pkgrel=1
 arch=(i686 x86_64)
 pkgdesc=The GNOME Structured File Library is a utility library for reading 
and writing structured file formats
@@ -12,7 +12,7 @@
 depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
 makedepends=('intltool' 'gobject-introspection' 'python2')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('ec8f48059fc56ff4cb3757ba53fe43eea3c51e21254d4416448102ffa4057982')
+sha256sums=('13bf38b848c01e20eb89a48150b6f864434ee4dfbb6301ddf6f4080a36cd99e9')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-08 Thread Jelle van der Waa
Date: Sunday, March 8, 2015 @ 17:37:37
  Author: jelle
Revision: 128924

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

Added:
  haskell-network-uri/repos/community-i686/PKGBUILD
(from rev 128923, haskell-network-uri/trunk/PKGBUILD)
  haskell-network-uri/repos/community-i686/haskell-network-uri.install
(from rev 128923, haskell-network-uri/trunk/haskell-network-uri.install)
  haskell-network-uri/repos/community-x86_64/PKGBUILD
(from rev 128923, haskell-network-uri/trunk/PKGBUILD)
  haskell-network-uri/repos/community-x86_64/haskell-network-uri.install
(from rev 128923, haskell-network-uri/trunk/haskell-network-uri.install)
Deleted:
  haskell-network-uri/repos/community-i686/PKGBUILD
  haskell-network-uri/repos/community-i686/haskell-network-uri.install
  haskell-network-uri/repos/community-x86_64/PKGBUILD
  haskell-network-uri/repos/community-x86_64/haskell-network-uri.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-08 16:37:23 UTC (rev 128923)
+++ community-i686/PKGBUILD 2015-03-08 16:37:37 UTC (rev 128924)
@@ -1,49 +0,0 @@
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-_hkgname=network-uri
-pkgname=haskell-network-uri
-pkgver=2.6.0.1
-pkgrel=1
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-2')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('9f7eb108125b67719db88ea7961463ef')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O -p \
-   --enable-split-objs \
-   --enable-shared \
-   --prefix=/usr \
-   --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-
- runhaskell Setup build
-
- runhaskell Setup haddock
-
- runhaskell Setup register --gen-script
- runhaskell Setup unregister --gen-script
- sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
- cd ${_hkgname}-${pkgver}
-
- install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
- install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
- install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
- ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
- runhaskell Setup copy --destdir=${pkgdir}
-
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-network-uri/repos/community-i686/PKGBUILD (from rev 128923, 
haskell-network-uri/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-08 16:37:37 UTC (rev 128924)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+_hkgname=network-uri
+pkgname=haskell-network-uri
+pkgver=2.6.0.1
+pkgrel=2
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.4-1' 'sh' 'haskell-parsec=3.1.7-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('9f7eb108125b67719db88ea7961463ef')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O -p \
+   --enable-split-objs \
+   --enable-shared \
+   --prefix=/usr \
+   --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/\$pkgid
+
+ runhaskell Setup build
+
+ runhaskell Setup haddock
+
+ runhaskell Setup register --gen-script
+ runhaskell Setup unregister --gen-script
+ sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+ cd ${_hkgname}-${pkgver}
+
+ install -D -m744 register.sh 
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+ install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+ install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+
+ runhaskell Setup copy --destdir=${pkgdir}
+
+ install -D -m644 LICENSE 

  1   2   >