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

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 09:12:44
  Author: andrea
Revision: 107181

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

Added:
  agg/repos/community-i686/PKGBUILD
(from rev 107180, agg/trunk/PKGBUILD)
  agg/repos/community-i686/agg-2.4-depends.patch
(from rev 107180, agg/trunk/agg-2.4-depends.patch)
  agg/repos/community-i686/agg-2.5-pkgconfig.patch
(from rev 107180, agg/trunk/agg-2.5-pkgconfig.patch)
  agg/repos/community-i686/autotools.patch
(from rev 107180, agg/trunk/autotools.patch)
  agg/repos/community-x86_64/PKGBUILD
(from rev 107180, agg/trunk/PKGBUILD)
  agg/repos/community-x86_64/agg-2.4-depends.patch
(from rev 107180, agg/trunk/agg-2.4-depends.patch)
  agg/repos/community-x86_64/agg-2.5-pkgconfig.patch
(from rev 107180, agg/trunk/agg-2.5-pkgconfig.patch)
  agg/repos/community-x86_64/autotools.patch
(from rev 107180, agg/trunk/autotools.patch)
Deleted:
  agg/repos/community-i686/PKGBUILD
  agg/repos/community-i686/agg-2.4-depends.patch
  agg/repos/community-i686/agg-2.5-pkgconfig.patch
  agg/repos/community-x86_64/PKGBUILD
  agg/repos/community-x86_64/agg-2.4-depends.patch
  agg/repos/community-x86_64/agg-2.5-pkgconfig.patch

--+
 /PKGBUILD|   82 
 /agg-2.4-depends.patch   |   96 +
 /agg-2.5-pkgconfig.patch |   20 ++
 community-i686/PKGBUILD  |   34 --
 community-i686/agg-2.4-depends.patch |   48 --
 community-i686/agg-2.5-pkgconfig.patch   |   10 ---
 community-i686/autotools.patch   |   11 +++
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/agg-2.4-depends.patch   |   48 --
 community-x86_64/agg-2.5-pkgconfig.patch |   10 ---
 community-x86_64/autotools.patch |   11 +++
 11 files changed, 220 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 08:12:33 UTC (rev 107180)
+++ community-i686/PKGBUILD 2014-03-14 08:12:44 UTC (rev 107181)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno dot conder at gmail dot com
-
-pkgname=agg
-pkgver=2.5
-pkgrel=4
-pkgdesc=A High Quality Rendering Engine for C++
-arch=('i686' 'x86_64')
-url=http://www.antigrain.com/;
-license=('GPL')
-depends=('gcc-libs' 'sdl' 'freetype2')
-provides=('antigrain')
-replaces=('antigrain')
-options=('!makeflags')
-source=(http://www.antigrain.com/${pkgname}-${pkgver}.tar.gz;
-agg-2.4-depends.patch
-agg-2.5-pkgconfig.patch)
-md5sums=('0229a488bc47be10a2fee6cf0b2febd6'
- '22f8e48c137d25038181c86d5e40b110'
- '43a19a7b1564c591e56c8d09a0fd8da5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/agg-2.4-depends.patch
-  patch -Np1 -i ${srcdir}/agg-2.5-pkgconfig.patch
-  sh ./autogen.sh
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: agg/repos/community-i686/PKGBUILD (from rev 107180, agg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 08:12:44 UTC (rev 107181)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno dot conder at gmail dot com
+
+pkgname=agg
+pkgver=2.5
+pkgrel=5
+pkgdesc=A High Quality Rendering Engine for C++
+arch=('i686' 'x86_64')
+url=http://www.antigrain.com/;
+license=('GPL')
+depends=('gcc-libs' 'sdl' 'freetype2')
+provides=('antigrain')
+replaces=('antigrain')
+options=('!makeflags')
+source=(http://www.antigrain.com/${pkgname}-${pkgver}.tar.gz;
+agg-2.4-depends.patch
+agg-2.5-pkgconfig.patch
+autotools.patch)
+md5sums=('0229a488bc47be10a2fee6cf0b2febd6'
+ '22f8e48c137d25038181c86d5e40b110'
+ '43a19a7b1564c591e56c8d09a0fd8da5'
+ 'e042231955a8daee5f3cdfa4ee4e866a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/agg-2.4-depends.patch
+  patch -p1 -i ${srcdir}/agg-2.5-pkgconfig.patch
+  patch -p0 -i ${srcdir}/autotools.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sh ./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/agg-2.4-depends.patch
===
--- community-i686/agg-2.4-depends.patch2014-03-14 08:12:33 UTC (rev 
107180)
+++ community-i686/agg-2.4-depends.patch2014-03-14 08:12:44 UTC (rev 
107181)
@@ -1,48 +0,0 @@
 agg-2.4.orig/font_freetype/Makefile.am 2005-10-18 11:45:40.0 
+0100
-+++ agg-2.4/font_freetype/Makefile.am  2006-07-10 15:11:55.0 +0100
-@@ -4,8 +4,9 @@
- 

[arch-commits] Commit in agg/trunk (PKGBUILD autotools.patch)

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 09:12:33
  Author: andrea
Revision: 107180

upgpkg: agg 2.5-5

Fix build; rebuild old package

Added:
  agg/trunk/autotools.patch
Modified:
  agg/trunk/PKGBUILD

-+
 PKGBUILD|   21 ++---
 autotools.patch |   11 +++
 2 files changed, 25 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 05:16:18 UTC (rev 107179)
+++ PKGBUILD2014-03-14 08:12:33 UTC (rev 107180)
@@ -3,7 +3,7 @@
 
 pkgname=agg
 pkgver=2.5
-pkgrel=4
+pkgrel=5
 pkgdesc=A High Quality Rendering Engine for C++
 arch=('i686' 'x86_64')
 url=http://www.antigrain.com/;
@@ -14,15 +14,22 @@
 options=('!makeflags')
 source=(http://www.antigrain.com/${pkgname}-${pkgver}.tar.gz;
 agg-2.4-depends.patch
-agg-2.5-pkgconfig.patch)
+agg-2.5-pkgconfig.patch
+autotools.patch)
 md5sums=('0229a488bc47be10a2fee6cf0b2febd6'
  '22f8e48c137d25038181c86d5e40b110'
- '43a19a7b1564c591e56c8d09a0fd8da5')
+ '43a19a7b1564c591e56c8d09a0fd8da5'
+ 'e042231955a8daee5f3cdfa4ee4e866a')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/agg-2.4-depends.patch
+  patch -p1 -i ${srcdir}/agg-2.5-pkgconfig.patch
+  patch -p0 -i ${srcdir}/autotools.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/agg-2.4-depends.patch
-  patch -Np1 -i ${srcdir}/agg-2.5-pkgconfig.patch
+  cd ${pkgname}-${pkgver}
   sh ./autogen.sh
   ./configure --prefix=/usr --disable-static
   make
@@ -29,6 +36,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }

Added: autotools.patch
===
--- autotools.patch (rev 0)
+++ autotools.patch 2014-03-14 08:12:33 UTC (rev 107180)
@@ -0,0 +1,11 @@
+--- configure.in~  2013-02-22 09:30:00.0 -0600
 configure.in   2013-02-22 09:30:49.030777571 -0600
+@@ -8,7 +8,7 @@
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
++#AM_C_PROTOTYPES
+ if test x$U != x; then
+   AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi



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

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 09:14:15
  Author: andrea
Revision: 207741

upgpkg: kde-meta 4.12-3

Add kdebase-workspace to kdebase meta group

Modified:
  kde-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 04:21:04 UTC (rev 207740)
+++ PKGBUILD2014-03-14 08:14:15 UTC (rev 207741)
@@ -19,7 +19,7 @@
  'kde-meta-kdeutils'
  'kde-meta-kdewebdev')
 pkgver=4.12
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='http://www.archlinux.org/'
 license=('GPL')
@@ -71,7 +71,8 @@
 'kdebase-konsole'
 'kdebase-kwrite'
 'kdebase-plasma'
-   'kde-wallpapers')
+   'kde-wallpapers'
+   'kdebase-workspace')
replaces=('kdebase')
conflicts=('kdebase')
 }



[arch-commits] Commit in kde-meta/repos/extra-any (PKGBUILD PKGBUILD)

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 09:14:22
  Author: andrea
Revision: 207742

archrelease: copy trunk to extra-any

Added:
  kde-meta/repos/extra-any/PKGBUILD
(from rev 207741, kde-meta/trunk/PKGBUILD)
Deleted:
  kde-meta/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  711 ++---
 1 file changed, 356 insertions(+), 355 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-14 08:14:15 UTC (rev 207741)
+++ PKGBUILD2014-03-14 08:14:22 UTC (rev 207742)
@@ -1,355 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kde-meta
-pkgname=('kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdeartwork'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdeplasma-addons'
- 'kde-meta-kdesdk'
- 'kde-meta-kdetoys'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev')
-pkgver=4.12
-pkgrel=2
-arch=('any')
-url='http://www.archlinux.org/'
-license=('GPL')
-groups=('kde-meta')
-
-package_kde-meta-kdeaccessibility() {
-   pkgdesc=('Meta package for kdeaccessibility')
-   depends=('kdeaccessibility-jovie'
- 'kdeaccessibility-kaccessible'
-'kdeaccessibility-kmag'
-'kdeaccessibility-kmousetool'
-'kdeaccessibility-kmouth')
-   replaces=('kdeaccessibility')
-   conflicts=('kdeaccessibility')
-}
-
-package_kde-meta-kdeadmin() {
-   pkgdesc=('Meta package for kdeadmin')
-   depends=('kdeadmin-kcron'
-'kdeadmin-ksystemlog'
- 'kdeadmin-kuser')
-   replaces=('kdeadmin')
-   conflicts=('kdeadmin')
-}
-
-package_kde-meta-kdeartwork() {
-   pkgdesc=('Meta package for kdeartwork')
-   depends=('kdeartwork-colorschemes'
-'kdeartwork-desktopthemes'
-'kdeartwork-emoticons'
-'kdeartwork-iconthemes'
-'kdeartwork-kscreensaver'
-'kdeartwork-styles'
-'kdeartwork-wallpapers'
-'kdeartwork-weatherwallpapers')
-   replaces=('kdeartwork')
-   conflicts=('kdeartwork')
-}
-
-package_kde-meta-kdebase() {
-   pkgdesc=('Meta package for kdebase')
-   depends=('kdebase-dolphin'
-'kdebase-kdepasswd'
-'kdebase-kdialog'
-'kdebase-kfind'
- 'kdebase-keditbookmarks'
-'kdebase-konqueror'
- 'kdebase-konq-plugins'
-'kdebase-konsole'
-'kdebase-kwrite'
-'kdebase-plasma'
-   'kde-wallpapers')
-   replaces=('kdebase')
-   conflicts=('kdebase')
-}
-
-package_kde-meta-kdeedu() {
-   pkgdesc=('Meta package for kdeedu')
-   depends=('kdeedu-blinken'
-'kdeedu-cantor'
-'kdeedu-kalgebra'
-'kdeedu-kalzium'
-'kdeedu-kanagram'
-'kdeedu-kbruch'
-'kdeedu-kgeography'
-'kdeedu-khangman'
-'kdeedu-kig'
-'kdeedu-kiten'
-'kdeedu-klettres'
-'kdeedu-kmplot'
-'kdeedu-kstars'
-'kdeedu-ktouch'
-'kdeedu-kturtle'
-'kdeedu-kwordquiz'
-'kdeedu-marble'
- 'kdeedu-pairs'
-'kdeedu-parley'
-'kdeedu-rocs'
-'kdeedu-step')
-   replaces=('kdeedu')
-   conflicts=('kdeedu')
-}
-
-package_kde-meta-kdegames() {
-   pkgdesc=('Meta package for kdegames')
-   depends=('kdegames-bomber'
-'kdegames-bovo'
-'kdegames-granatier'
-'kdegames-kajongg'
-'kdegames-kapman'
-'kdegames-katomic'
-'kdegames-kblackbox'
-'kdegames-kblocks'
-'kdegames-kbounce'
-'kdegames-kbreakout'
-'kdegames-kdiamond'
-'kdegames-kfourinline'
-'kdegames-kgoldrunner'
-'kdegames-kigo'
-'kdegames-killbots'
-'kdegames-kiriki'
-'kdegames-kjumpingcube'
-'kdegames-klines'
-'kdegames-klickety'
-'kdegames-kmahjongg'
-'kdegames-kmines'
-'kdegames-knavalbattle' 
- 'kdegames-knetwalk'
-'kdegames-kolf'
-'kdegames-kollision'
-'kdegames-konquest'
-'kdegames-kpatience'
-'kdegames-kreversi'
-'kdegames-kshisen'
-'kdegames-ksirk'
-   

[arch-commits] Commit in kde-meta/kde-unstable (PKGBUILD)

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 09:15:20
  Author: andrea
Revision: 207743

upgpkg: kde-meta 4.13-2

Add kdebase-workspace to kdebase meta group

Modified:
  kde-meta/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 08:14:22 UTC (rev 207742)
+++ PKGBUILD2014-03-14 08:15:20 UTC (rev 207743)
@@ -19,7 +19,7 @@
  'kde-meta-kdeutils'
  'kde-meta-kdewebdev')
 pkgver=4.13
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://www.archlinux.org/'
 license=('GPL')
@@ -71,7 +71,8 @@
 'kdebase-konsole'
 'kdebase-kwrite'
 'kdebase-plasma'
-   'kde-wallpapers')
+   'kde-wallpapers'
+   'kdebase-workspace')
replaces=('kdebase')
conflicts=('kdebase')
 }



[arch-commits] Commit in kde-meta/repos (kde-unstable-any kde-unstable-any/PKGBUILD)

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 09:15:26
  Author: andrea
Revision: 207744

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-meta/repos/kde-unstable-any/
  kde-meta/repos/kde-unstable-any/PKGBUILD
(from rev 207743, kde-meta/kde-unstable/PKGBUILD)

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

Copied: kde-meta/repos/kde-unstable-any/PKGBUILD (from rev 207743, 
kde-meta/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2014-03-14 08:15:26 UTC (rev 207744)
@@ -0,0 +1,357 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kde-meta
+pkgname=('kde-meta-kdeaccessibility'
+ 'kde-meta-kdeadmin'
+ 'kde-meta-kdeartwork'
+ 'kde-meta-kdebase'
+ 'kde-meta-kdeedu'
+ 'kde-meta-kdegames'
+ 'kde-meta-kdegraphics'
+ 'kde-meta-kdemultimedia'
+ 'kde-meta-kdenetwork'
+ 'kde-meta-kdepim'
+ 'kde-meta-kdeplasma-addons'
+ 'kde-meta-kdesdk'
+ 'kde-meta-kdetoys'
+ 'kde-meta-kdeutils'
+ 'kde-meta-kdewebdev')
+pkgver=4.13
+pkgrel=2
+arch=('any')
+url='http://www.archlinux.org/'
+license=('GPL')
+groups=('kde-meta')
+
+package_kde-meta-kdeaccessibility() {
+   pkgdesc=('Meta package for kdeaccessibility')
+   depends=('kdeaccessibility-jovie'
+ 'kdeaccessibility-kaccessible'
+'kdeaccessibility-kmag'
+'kdeaccessibility-kmousetool'
+'kdeaccessibility-kmouth')
+   replaces=('kdeaccessibility')
+   conflicts=('kdeaccessibility')
+}
+
+package_kde-meta-kdeadmin() {
+   pkgdesc=('Meta package for kdeadmin')
+   depends=('kdeadmin-kcron'
+'kdeadmin-ksystemlog'
+ 'kdeadmin-kuser')
+   replaces=('kdeadmin')
+   conflicts=('kdeadmin')
+}
+
+package_kde-meta-kdeartwork() {
+   pkgdesc=('Meta package for kdeartwork')
+   depends=('kdeartwork-colorschemes'
+'kdeartwork-desktopthemes'
+'kdeartwork-emoticons'
+'kdeartwork-iconthemes'
+'kdeartwork-kscreensaver'
+'kdeartwork-styles'
+'kdeartwork-wallpapers'
+'kdeartwork-weatherwallpapers')
+   replaces=('kdeartwork')
+   conflicts=('kdeartwork')
+}
+
+package_kde-meta-kdebase() {
+   pkgdesc=('Meta package for kdebase')
+   depends=('kdebase-dolphin'
+'kdebase-kdepasswd'
+'kdebase-kdialog'
+'kdebase-kfind'
+ 'kdebase-keditbookmarks'
+'kdebase-konqueror'
+ 'kdebase-konq-plugins'
+'kdebase-konsole'
+'kdebase-kwrite'
+'kdebase-plasma'
+   'kde-wallpapers'
+   'kdebase-workspace')
+   replaces=('kdebase')
+   conflicts=('kdebase')
+}
+
+package_kde-meta-kdeedu() {
+   pkgdesc=('Meta package for kdeedu')
+   depends=('kdeedu-artikulate'
+   'kdeedu-blinken'
+'kdeedu-cantor'
+'kdeedu-kalgebra'
+'kdeedu-kalzium'
+'kdeedu-kanagram'
+'kdeedu-kbruch'
+'kdeedu-kgeography'
+'kdeedu-khangman'
+'kdeedu-kig'
+'kdeedu-kiten'
+'kdeedu-klettres'
+'kdeedu-kmplot'
+'kdeedu-kstars'
+'kdeedu-ktouch'
+'kdeedu-kturtle'
+'kdeedu-kwordquiz'
+'kdeedu-marble'
+ 'kdeedu-pairs'
+'kdeedu-parley'
+'kdeedu-rocs'
+'kdeedu-step')
+   replaces=('kdeedu')
+   conflicts=('kdeedu')
+}
+
+package_kde-meta-kdegames() {
+   pkgdesc=('Meta package for kdegames')
+   depends=('kdegames-bomber'
+'kdegames-bovo'
+'kdegames-granatier'
+'kdegames-kajongg'
+'kdegames-kapman'
+'kdegames-katomic'
+'kdegames-kblackbox'
+'kdegames-kblocks'
+'kdegames-kbounce'
+'kdegames-kbreakout'
+'kdegames-kdiamond'
+'kdegames-kfourinline'
+'kdegames-kgoldrunner'
+'kdegames-kigo'
+'kdegames-killbots'
+'kdegames-kiriki'
+'kdegames-kjumpingcube'
+'kdegames-klines'
+'kdegames-klickety'
+'kdegames-kmahjongg'
+'kdegames-kmines'
+'kdegames-knavalbattle' 
+ 'kdegames-knetwalk'
+'kdegames-kolf'
+'kdegames-kollision'
+

[arch-commits] Commit in kdeedu-ktouch/trunk (PKGBUILD slovenian.patch)

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 09:20:31
  Author: andrea
Revision: 207745

upgpkg: kdeedu-ktouch 4.12.3-2

Fix slovenian input key (FS#38625)

Added:
  kdeedu-ktouch/trunk/slovenian.patch
Modified:
  kdeedu-ktouch/trunk/PKGBUILD

-+
 PKGBUILD|   19 +--
 slovenian.patch |   22 ++
 2 files changed, 35 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 08:15:26 UTC (rev 207744)
+++ PKGBUILD2014-03-14 08:20:31 UTC (rev 207745)
@@ -3,7 +3,7 @@
 
 pkgname=kdeedu-ktouch
 pkgver=4.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Touch Typing Tutor
 url=http://kde.org/applications/education/ktouch/;
 arch=('i686' 'x86_64')
@@ -12,12 +12,19 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('1fa7b166fe47d9895758417e717859625a043f0f')
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;
+'slovenian.patch')
+sha1sums=('1fa7b166fe47d9895758417e717859625a043f0f'
+  '8bc82fae5ae871253bc11c4778884966d6d4b58a')
 
+prepare() {
+  mkdir build
+
+  cd ktouch-${pkgver}
+  patch -p1 -i ${srcdir}/slovenian.patch
+}
+
 build() {
-  cd ${srcdir}
-  mkdir build
   cd build
   cmake ../ktouch-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
@@ -27,6 +34,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }

Added: slovenian.patch
===
--- slovenian.patch (rev 0)
+++ slovenian.patch 2014-03-14 08:20:31 UTC (rev 207745)
@@ -0,0 +1,22 @@
+commit e787d72ada78a1dac1654c4d3d530f50334e7846
+Author: Sebastian Gottfried sebastiangottfr...@web.de
+Date:   Mon Mar 10 11:51:31 2014 +0100
+
+data: remove an untypable charaber from the Slovanian course
+
+BUG: 331945
+FIXED-IN: 4.12.4
+
+diff --git a/data/courses/si.xml b/data/courses/si.xml
+index fc5f3c2..07feeb1 100644
+--- a/data/courses/si.xml
 b/data/courses/si.xml
+@@ -201,7 +201,7 @@ odejo ne#x10D;kinjin na#x10D;#x10D;ajo oljili oskalek
+ naslednika na#x10D;njajo#x10D; noska oson#x10D;a neodlo#x10D;i#x10D;ne
+ nalijejo neolikank nanos oslinjeni ni#x10D;li
+ ojekleni nenadni ondi nadela neonkine okajen
+-ni#x10D;a nasekala naslada one#x10D;dena neonka neidili#xFFFD;n
++ni#x10D;a nasekala naslada one#x10D;dena neonka neidilin
+ nasi#x10D;nje na#x10D;ne odsko#x10D;le na#x10D;kana osedlalo
+ naslonijo oken#x10D;a naslonilo okisalo odnosni
+ naseljenkina odlo#x10D;la nasilnik nedojena nenaklonjeni



[arch-commits] Commit in kdeedu-ktouch (11 files)

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 09:20:40
  Author: andrea
Revision: 207746

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

Added:
  kdeedu-ktouch/repos/extra-i686/PKGBUILD
(from rev 207745, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
(from rev 207745, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/extra-i686/slovenian.patch
(from rev 207745, kdeedu-ktouch/trunk/slovenian.patch)
  kdeedu-ktouch/repos/extra-x86_64/PKGBUILD
(from rev 207745, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install
(from rev 207745, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/extra-x86_64/slovenian.patch
(from rev 207745, kdeedu-ktouch/trunk/slovenian.patch)
Modified:
  kdeedu-ktouch/kde-unstable/PKGBUILD
Deleted:
  kdeedu-ktouch/repos/extra-i686/PKGBUILD
  kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
  kdeedu-ktouch/repos/extra-x86_64/PKGBUILD
  kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install

--+
 /extra-i686/PKGBUILD |   39 +
 /extra-i686/kdeedu-ktouch.install|   11 
 /extra-x86_64/PKGBUILD   |   39 +
 /extra-x86_64/kdeedu-ktouch.install  |   11 
 kde-unstable/PKGBUILD|4 +-
 repos/extra-i686/PKGBUILD|   32 ---
 repos/extra-i686/kdeedu-ktouch.install   |   11 
 repos/extra-i686/slovenian.patch |   22 
 repos/extra-x86_64/PKGBUILD  |   32 ---
 repos/extra-x86_64/kdeedu-ktouch.install |   11 
 repos/extra-x86_64/slovenian.patch   |   22 
 11 files changed, 146 insertions(+), 88 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2014-03-14 08:20:31 UTC (rev 207745)
+++ kde-unstable/PKGBUILD   2014-03-14 08:20:40 UTC (rev 207746)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdeedu-ktouch
-pkgver=4.12.80
+pkgver=4.12.90
 pkgrel=1
 pkgdesc=Touch Typing Tutor
 url=http://kde.org/applications/education/ktouch/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('a9829272b5023cd0989a9b61611eb24593f1ba04')
+sha1sums=('23653578a2c8c840cb29318412b4becd1b30c969')
 
 build() {
   cd ${srcdir}

Deleted: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2014-03-14 08:20:31 UTC (rev 207745)
+++ repos/extra-i686/PKGBUILD   2014-03-14 08:20:40 UTC (rev 207746)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-ktouch
-pkgver=4.12.3
-pkgrel=1
-pkgdesc=Touch Typing Tutor
-url=http://kde.org/applications/education/ktouch/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('1fa7b166fe47d9895758417e717859625a043f0f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ktouch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-ktouch/repos/extra-i686/PKGBUILD (from rev 207745, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2014-03-14 08:20:40 UTC (rev 207746)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.12.3
+pkgrel=2
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;
+'slovenian.patch')
+sha1sums=('1fa7b166fe47d9895758417e717859625a043f0f'
+  '8bc82fae5ae871253bc11c4778884966d6d4b58a')
+
+prepare() {
+  mkdir build
+
+  cd ktouch-${pkgver}
+  patch -p1 -i ${srcdir}/slovenian.patch
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/extra-i686/kdeedu-ktouch.install

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

2014-03-14 Thread Laurent Carlier
Date: Friday, March 14, 2014 @ 09:32:27
  Author: lcarlier
Revision: 107182

upgpkg: lib32-sqlite 3.8.4.1-1

upstream update 3.8.4.1

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 08:12:44 UTC (rev 107181)
+++ PKGBUILD2014-03-14 08:32:27 UTC (rev 107182)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3080300
+_amalgamationver=3080401
 _docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.3.1
+#_docver=3080401
+pkgver=3.8.4.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine (32-bit)
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2')
+sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c')
 provides=(lib32-sqlite3=$pkgver)
 replaces=(lib32-sqlite3)
 conflicts=(lib32-sqlite3)



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

2014-03-14 Thread Laurent Carlier
Date: Friday, March 14, 2014 @ 09:32:34
  Author: lcarlier
Revision: 107183

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-14 08:32:27 UTC (rev 107182)
+++ PKGBUILD2014-03-14 08:32:34 UTC (rev 107183)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Contributor: Kaos  gianlucaatlas dot gmail dot com 
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3080300
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.3.1
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine (32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('c2a21d71d0c7dc3af71cf90f04dfd22ecfb280c2')
-provides=(lib32-sqlite3=$pkgver)
-replaces=(lib32-sqlite3)
-conflicts=(lib32-sqlite3)
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 107182, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-14 08:32:34 UTC (rev 107183)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080401
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.4.1
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:52:57
  Author: spupykin
Revision: 107188

upgpkg: schroot 1.6.8-1

upd

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 08:52:54 UTC (rev 107187)
+++ PKGBUILD2014-03-14 08:52:57 UTC (rev 107188)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
 
 pkgname=schroot
-pkgver=1.6.5
-pkgrel=5
+pkgver=1.6.8
+pkgrel=1
 pkgdesc=Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot).
 url=http://packages.qa.debian.org/s/schroot.html;
 license=('GPL3')
@@ -28,7 +28,7 @@
'pam.d.schroot.patch'
'colon-completion.patch'
'fix-bash-completion.patch')
-md5sums=('99f679d68f180a56289b3ec40d214ae4'
+md5sums=('ab584352cb73c8e137d47ef8d160a275'
  '54239847f89b9a4772910415bde6276a'
  '5a3f7b839c7e0b8933748da7c5b6385b'
  'ddb2f09c02b24dab777110f9808472e1'



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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:52:36
  Author: spupykin
Revision: 107185

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-14 08:52:24 UTC (rev 107184)
+++ PKGBUILD2014-03-14 08:52:36 UTC (rev 107185)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Schönfelder passtschu at freenet dot de
-
-pkgname=phoronix-test-suite
-pkgver=4.8.6
-pkgrel=1
-pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
-arch=('any')
-license=('GPL3')
-url=http://www.phoronix-test-suite.com/;
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd'
-   'php-curl')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('93197df8276650f6a820f170ef10a36e')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/phoronix-test-suite
-  sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
-  install -m755 phoronix-test-suite $pkgdir/usr/bin/
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 107184, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-14 08:52:36 UTC (rev 107185)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Schönfelder passtschu at freenet dot de
+
+pkgname=phoronix-test-suite
+pkgver=5.0.0
+pkgrel=1
+pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
+arch=('any')
+license=('GPL3')
+url=http://www.phoronix-test-suite.com/;
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('83f17243e05bc93c83e74a22135f22dc')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
+  sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2014-03-14 08:52:24 UTC (rev 107184)
+++ phoronix-test-suite.install 2014-03-14 08:52:36 UTC (rev 107185)
@@ -1,12 +0,0 @@
-post_install() {
-  echo 
-  echo  To complete the installation you should edit /etc/php/php.ini.
-  echo  - Add / to the open_basedir list.
-  echo  - Enable zip.so
-  echo 
-  echo  EXAMPLE:
-  echo  open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
-  echo  extension=zip.so
-  echo 
-  echo  To enable the GUI make sure you install php-gtk from aur
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 107184, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2014-03-14 08:52:36 UTC (rev 107185)
@@ -0,0 +1,12 @@
+post_install() {
+  echo 
+  echo  To complete the installation you should edit /etc/php/php.ini.
+  echo  - Add / to the open_basedir list.
+  echo  - Enable zip.so
+  echo 
+  echo  EXAMPLE:
+  echo  open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
+  echo  extension=zip.so
+  echo 
+  echo  To enable the GUI make sure you install php-gtk from aur
+}



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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:52:24
  Author: spupykin
Revision: 107184

upgpkg: phoronix-test-suite 5.0.0-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 08:32:34 UTC (rev 107183)
+++ PKGBUILD2014-03-14 08:52:24 UTC (rev 107184)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder passtschu at freenet dot de
 
 pkgname=phoronix-test-suite
-pkgver=4.8.6
+pkgver=5.0.0
 pkgrel=1
 pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
 arch=('any')
@@ -14,7 +14,7 @@
'php-gd')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('93197df8276650f6a820f170ef10a36e')
+md5sums=('83f17243e05bc93c83e74a22135f22dc')
 
 package() {
   cd $srcdir/phoronix-test-suite



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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:52:39
  Author: spupykin
Revision: 107186

upgpkg: rsyslog 7.6.1-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 08:52:36 UTC (rev 107185)
+++ PKGBUILD2014-03-14 08:52:39 UTC (rev 107186)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=7.6.0
+pkgver=7.6.1
 pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('26a12cb6d6693839aea07d29f8654bc9'
+md5sums=('093c462a5245012bd9e7b82dd8aedffb'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 



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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:52:54
  Author: spupykin
Revision: 107187

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 107186, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 107186, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 107186, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 107186, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 107186, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 107186, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  116 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   58 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 08:52:39 UTC (rev 107186)
+++ community-i686/PKGBUILD 2014-03-14 08:52:54 UTC (rev 107187)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=7.6.0
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('26a12cb6d6693839aea07d29f8654bc9'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm tools/Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 107186, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 08:52:54 UTC (rev 107187)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=7.6.1
+pkgrel=1
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')

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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:53:27
  Author: spupykin
Revision: 107189

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

Added:
  schroot/repos/community-i686/PKGBUILD
(from rev 107188, schroot/trunk/PKGBUILD)
  schroot/repos/community-i686/arch32-config
(from rev 107188, schroot/trunk/arch32-config)
  schroot/repos/community-i686/arch32-copyfiles
(from rev 107188, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-i686/arch32-example
(from rev 107188, schroot/trunk/arch32-example)
  schroot/repos/community-i686/arch32-mount
(from rev 107188, schroot/trunk/arch32-mount)
  schroot/repos/community-i686/arch32-nssdatabases
(from rev 107188, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-i686/colon-completion.patch
(from rev 107188, schroot/trunk/colon-completion.patch)
  schroot/repos/community-i686/fix-bash-completion.patch
(from rev 107188, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-i686/pam.d.schroot.patch
(from rev 107188, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-x86_64/PKGBUILD
(from rev 107188, schroot/trunk/PKGBUILD)
  schroot/repos/community-x86_64/arch32-config
(from rev 107188, schroot/trunk/arch32-config)
  schroot/repos/community-x86_64/arch32-copyfiles
(from rev 107188, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-x86_64/arch32-example
(from rev 107188, schroot/trunk/arch32-example)
  schroot/repos/community-x86_64/arch32-mount
(from rev 107188, schroot/trunk/arch32-mount)
  schroot/repos/community-x86_64/arch32-nssdatabases
(from rev 107188, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-x86_64/colon-completion.patch
(from rev 107188, schroot/trunk/colon-completion.patch)
  schroot/repos/community-x86_64/fix-bash-completion.patch
(from rev 107188, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-x86_64/pam.d.schroot.patch
(from rev 107188, schroot/trunk/pam.d.schroot.patch)
Deleted:
  schroot/repos/community-i686/PKGBUILD
  schroot/repos/community-i686/arch32-config
  schroot/repos/community-i686/arch32-copyfiles
  schroot/repos/community-i686/arch32-example
  schroot/repos/community-i686/arch32-mount
  schroot/repos/community-i686/arch32-nssdatabases
  schroot/repos/community-i686/colon-completion.patch
  schroot/repos/community-i686/fix-bash-completion.patch
  schroot/repos/community-i686/pam.d.schroot.patch
  schroot/repos/community-x86_64/PKGBUILD
  schroot/repos/community-x86_64/arch32-config
  schroot/repos/community-x86_64/arch32-copyfiles
  schroot/repos/community-x86_64/arch32-example
  schroot/repos/community-x86_64/arch32-mount
  schroot/repos/community-x86_64/arch32-nssdatabases
  schroot/repos/community-x86_64/colon-completion.patch
  schroot/repos/community-x86_64/fix-bash-completion.patch
  schroot/repos/community-x86_64/pam.d.schroot.patch

+
 /PKGBUILD  |  152 +++
 /arch32-config |   22 +++
 /arch32-copyfiles  |   12 ++
 /arch32-example|   20 +++
 /arch32-mount  |   24 
 /arch32-nssdatabases   |   12 ++
 /colon-completion.patch|   40 +++
 /fix-bash-completion.patch |   22 +++
 /pam.d.schroot.patch   |   30 +
 community-i686/PKGBUILD|   76 -
 community-i686/arch32-config   |   11 -
 community-i686/arch32-copyfiles|6 -
 community-i686/arch32-example  |   10 -
 community-i686/arch32-mount|   12 --
 community-i686/arch32-nssdatabases |6 -
 community-i686/colon-completion.patch  |   20 ---
 community-i686/fix-bash-completion.patch   |   11 -
 community-i686/pam.d.schroot.patch |   15 --
 community-x86_64/PKGBUILD  |   76 -
 community-x86_64/arch32-config |   11 -
 community-x86_64/arch32-copyfiles  |6 -
 community-x86_64/arch32-example|   10 -
 community-x86_64/arch32-mount  |   12 --
 community-x86_64/arch32-nssdatabases   |6 -
 community-x86_64/colon-completion.patch|   20 ---
 community-x86_64/fix-bash-completion.patch |   11 -
 community-x86_64/pam.d.schroot.patch   |   15 --
 27 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 08:52:57 UTC (rev 107188)
+++ community-i686/PKGBUILD 2014-03-14 08:53:27 UTC (rev 107189)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
-
-pkgname=schroot
-pkgver=1.6.5
-pkgrel=5
-pkgdesc=Allows users 

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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:53:30
  Author: spupykin
Revision: 107190

upgpkg: xdebug 2.2.4-1

upd

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 08:53:27 UTC (rev 107189)
+++ PKGBUILD2014-03-14 08:53:30 UTC (rev 107190)
@@ -5,8 +5,8 @@
 # Contributor: sracker smb@gmail.com
 
 pkgname=xdebug
-pkgver=2.2.3
-pkgrel=3
+pkgver=2.2.4
+pkgrel=1
 pkgdesc=PHP debugging extension
 arch=('i686' 'x86_64')
 url=http://www.xdebug.org;
@@ -15,7 +15,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
xdebug.ini)
-md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
+md5sums=('a2edd77f112ab47286c280df041c396a'
  '6a1f2ef91c632d4c9b7b218cd2e278ef')
 
 build() {



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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:53:43
  Author: spupykin
Revision: 107191

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

Added:
  xdebug/repos/community-i686/PKGBUILD
(from rev 107190, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-i686/xdebug.ini
(from rev 107190, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 107190, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 107190, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-i686/PKGBUILD
  xdebug/repos/community-i686/xdebug.ini
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

-+
 /PKGBUILD   |   82 ++
 /xdebug.ini |   10 +
 community-i686/PKGBUILD |   41 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 08:53:30 UTC (rev 107190)
+++ community-i686/PKGBUILD 2014-03-14 08:53:43 UTC (rev 107191)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: sracker smb@gmail.com
-
-pkgname=xdebug
-pkgver=2.2.3
-pkgrel=3
-pkgdesc=PHP debugging extension
-arch=('i686' 'x86_64')
-url=http://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  cd $srcdir/$pkgname-$pkgver/debugclient
-  make DESTDIR=$pkgdir install
-
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-i686/PKGBUILD (from rev 107190, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 08:53:43 UTC (rev 107191)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma arch aur at jonw dot org
+# Contributor: Jonathan Wiersma arch aur at jonw dot org
+# Contributor: sracker smb@gmail.com
+
+pkgname=xdebug
+pkgver=2.2.4
+pkgrel=1
+pkgdesc=PHP debugging extension
+arch=('i686' 'x86_64')
+url=http://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('a2edd77f112ab47286c280df041c396a'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  cd $srcdir/$pkgname-$pkgver/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
+}

Deleted: community-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2014-03-14 08:53:30 UTC (rev 107190)
+++ community-i686/xdebug.ini   2014-03-14 08:53:43 UTC (rev 107191)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-i686/xdebug.ini (from rev 107190, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2014-03-14 08:53:43 UTC (rev 107191)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-14 08:53:30 UTC (rev 107190)
+++ community-x86_64/PKGBUILD   2014-03-14 08:53:43 UTC (rev 107191)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma arch aur at jonw dot org
-# Contributor: 

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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 10:38:48
  Author: spupykin
Revision: 107192

upgpkg: denemo 20140314-1

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 08:53:43 UTC (rev 107191)
+++ PKGBUILD2014-03-14 09:38:48 UTC (rev 107192)
@@ -5,7 +5,7 @@
 # Contributor: Gnud ach.g...@gmail.com
 
 pkgname=denemo
-pkgver=1.1.0
+pkgver=20140314
 pkgrel=1
 pkgdesc=A music score editor
 arch=('i686' 'x86_64')
@@ -14,13 +14,14 @@
 depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
 'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
 'rubberband')
-makedepends=('intltool')
-backup=('etc/denemo/denemo.conf')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5e708247b2abd9b3b196e8e2e033bf11')
+makedepends=('intltool' 'git')
+#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
+md5sums=('SKIP')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }



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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 10:39:02
  Author: spupykin
Revision: 107193

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

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

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   31 -
 community-x86_64/PKGBUILD |   31 -
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 09:38:48 UTC (rev 107192)
+++ community-i686/PKGBUILD 2014-03-14 09:39:02 UTC (rev 107193)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool')
-backup=('etc/denemo/denemo.conf')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5e708247b2abd9b3b196e8e2e033bf11')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 107192, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 09:39:02 UTC (rev 107193)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+pkgver=20140314
+pkgrel=1
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-14 09:38:48 UTC (rev 107192)
+++ community-x86_64/PKGBUILD   2014-03-14 09:39:02 UTC (rev 107193)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool')
-backup=('etc/denemo/denemo.conf')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('5e708247b2abd9b3b196e8e2e033bf11')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-x86_64/PKGBUILD (from rev 107192, 
denemo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-14 09:39:02 UTC (rev 107193)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+pkgver=20140314
+pkgrel=1
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio

[arch-commits] Commit in (3 files)

2014-03-14 Thread Massimiliano Torromeo
Date: Friday, March 14, 2014 @ 11:56:14
  Author: mtorromeo
Revision: 107194

Moved python/python2 iso8601 to [community]

Added:
  python-iso8601/
  python-iso8601/trunk/
  python-iso8601/trunk/PKGBUILD

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

Added: python-iso8601/trunk/PKGBUILD
===
--- python-iso8601/trunk/PKGBUILD   (rev 0)
+++ python-iso8601/trunk/PKGBUILD   2014-03-14 10:56:14 UTC (rev 107194)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 106746 2014-03-07 08:11:41Z mtorromeo $
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-iso8601
+pkgname=(python-iso8601 python2-iso8601)
+_libname=iso8601
+pkgver=0.1.10
+pkgrel=1
+pkgdesc=Simple module to parse ISO 8601 dates
+arch=(any)
+url=http://pypi.python.org/pypi/iso8601;
+license=('MIT')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-iso8601() {
+   depends=(python)
+
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-iso8601() {
+   depends=(python2)
+
+   cd $srcdir/$_libname-$pkgver
+   #cd $srcdir/sybren-python-rsa-8f50f506b4a2
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha256sums=('e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1')



[arch-commits] Commit in python-iso8601 (3 files)

2014-03-14 Thread Massimiliano Torromeo
Date: Friday, March 14, 2014 @ 11:58:25
  Author: mtorromeo
Revision: 107195

archrelease: copy trunk to community-any

Added:
  python-iso8601/repos/
  python-iso8601/repos/community-any/
  python-iso8601/repos/community-any/PKGBUILD
(from rev 107194, python-iso8601/trunk/PKGBUILD)

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

Copied: python-iso8601/repos/community-any/PKGBUILD (from rev 107194, 
python-iso8601/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-03-14 10:58:25 UTC (rev 107195)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 106746 2014-03-07 08:11:41Z mtorromeo $
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-iso8601
+pkgname=(python-iso8601 python2-iso8601)
+_libname=iso8601
+pkgver=0.1.10
+pkgrel=1
+pkgdesc=Simple module to parse ISO 8601 dates
+arch=(any)
+url=http://pypi.python.org/pypi/iso8601;
+license=('MIT')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-iso8601() {
+   depends=(python)
+
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-iso8601() {
+   depends=(python2)
+
+   cd $srcdir/$_libname-$pkgver
+   #cd $srcdir/sybren-python-rsa-8f50f506b4a2
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+sha256sums=('e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1')



[arch-commits] Commit in (4 files)

2014-03-14 Thread Martin Wimpress
Date: Friday, March 14, 2014 @ 13:29:10
  Author: flexiondotorg
Revision: 107196

Added lib32-nss-mdns

Added:
  lib32-nss-mdns/
  lib32-nss-mdns/repos/
  lib32-nss-mdns/trunk/
  lib32-nss-mdns/trunk/PKGBUILD

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

Added: lib32-nss-mdns/trunk/PKGBUILD
===
--- lib32-nss-mdns/trunk/PKGBUILD   (rev 0)
+++ lib32-nss-mdns/trunk/PKGBUILD   2014-03-14 12:29:10 UTC (rev 107196)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+_pkgname=nss-mdns
+pkgname=lib32-${_pkgname}
+pkgver=0.10
+pkgrel=4
+pkgdesc=glibc plugin providing host name resolution via mDNS
+arch=('x86_64')
+url=http://0pointer.de/lennart/projects/nss-mdns/;
+license=('LGPL')
+depends=('lib32-glibc')
+makedepends=('gcc-multilib')
+source=(http://0pointer.de/lennart/projects/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('03938f17646efbb50aa70ba5f99f51d7')
+
+build() {
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libdir=/usr/lib32 \
+--disable-lynx
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


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


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

2014-03-14 Thread Alexander Rødseth
Date: Friday, March 14, 2014 @ 13:49:43
  Author: arodseth
Revision: 107197

Updating the patches from tint2-svn, after a user request

Added:
  tint2/trunk/clock.patch
  tint2/trunk/freespace.patch
  tint2/trunk/graph.patch
  tint2/trunk/launcher_apps_dir-v2.patch
  tint2/trunk/src-task-align.patch
  tint2/trunk/zombie-fix.patch
Modified:
  tint2/trunk/PKGBUILD
Deleted:
  tint2/trunk/fix_defunct_processes.patch
  tint2/trunk/middle_click_on_clock.patch

-+
 PKGBUILD|   45 +-
 clock.patch |   78 
 fix_defunct_processes.patch |   31 -
 freespace.patch |  213 +++
 graph.patch |  753 ++
 launcher_apps_dir-v2.patch  |  100 +
 middle_click_on_clock.patch |   75 
 src-task-align.patch|  115 ++
 zombie-fix.patch|   33 +
 9 files changed, 1321 insertions(+), 122 deletions(-)

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


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

2014-03-14 Thread Massimiliano Torromeo
Date: Friday, March 14, 2014 @ 14:09:17
  Author: mtorromeo
Revision: 107198

upgpkg: xtrabackup 2.1.8-1

Updated to 2.1.8

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 12:49:43 UTC (rev 107197)
+++ PKGBUILD2014-03-14 13:09:17 UTC (rev 107198)
@@ -4,8 +4,8 @@
 
 
 pkgname=xtrabackup
-pkgver=2.1.7
-pkgrel=3
+pkgver=2.1.8
+pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
 url='http://www.percona.com/software/percona-xtrabackup/'
@@ -40,5 +40,5 @@
   done
 }
 
-sha256sums=('b0a89dd805fe25d1fd00c3f84b43d59e88173a19e2075d444a116118e2623587'
+sha256sums=('2a397372aaa42228b48e74b89c41265d0b0c4be815069a86feb855bc8fbf2ffa'
 'e6f329c061c921be6e44e16fd64d79bcca8c61ea1ce4a1d2f923408d30318b25')



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

2014-03-14 Thread Massimiliano Torromeo
Date: Friday, March 14, 2014 @ 14:12:14
  Author: mtorromeo
Revision: 107199

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

Added:
  xtrabackup/repos/community-i686/PKGBUILD
(from rev 107198, xtrabackup/trunk/PKGBUILD)
  xtrabackup/repos/community-i686/build.patch
(from rev 107198, xtrabackup/trunk/build.patch)
  xtrabackup/repos/community-x86_64/PKGBUILD
(from rev 107198, xtrabackup/trunk/PKGBUILD)
  xtrabackup/repos/community-x86_64/build.patch
(from rev 107198, xtrabackup/trunk/build.patch)
Deleted:
  xtrabackup/repos/community-i686/PKGBUILD
  xtrabackup/repos/community-i686/build.patch
  xtrabackup/repos/community-x86_64/PKGBUILD
  xtrabackup/repos/community-x86_64/build.patch

--+
 /PKGBUILD|   88 +
 /build.patch |   22 ++
 community-i686/PKGBUILD  |   43 
 community-i686/build.patch   |   11 -
 community-x86_64/PKGBUILD|   43 
 community-x86_64/build.patch |   11 -
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 13:09:17 UTC (rev 107198)
+++ community-i686/PKGBUILD 2014-03-14 13:12:14 UTC (rev 107199)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=xtrabackup
-pkgver=2.1.7
-pkgrel=3
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz
-build.patch)
-
-build() {
-  cd percona-xtrabackup-$pkgver
-
-  utils/build.sh xtradb55
-  cp src/xtrabackup_55 src/xbstream src/xbcrypt .
-  utils/build.sh xtradb56
-  cp src/xtrabackup_56 .
-
-  cd doc
-  make man
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-
-  for file in innobackupex xtrabackup_55 xtrabackup_56 xbcrypt xbstream; do
-install -Dm0755 $file $pkgdir/usr/bin/$file
-  done
-
-  cd doc/build/man
-  for file in *.1; do
-install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
-  done
-}
-
-sha256sums=('b0a89dd805fe25d1fd00c3f84b43d59e88173a19e2075d444a116118e2623587'
-'e6f329c061c921be6e44e16fd64d79bcca8c61ea1ce4a1d2f923408d30318b25')

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 107198, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 13:12:14 UTC (rev 107199)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+
+pkgname=xtrabackup
+pkgver=2.1.8
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://percona.com/redir/downloads/XtraBackup/XtraBackup-$pkgver/source/percona-xtrabackup-$pkgver.tar.gz
+build.patch)
+
+build() {
+  cd percona-xtrabackup-$pkgver
+
+  utils/build.sh xtradb55
+  cp src/xtrabackup_55 src/xbstream src/xbcrypt .
+  utils/build.sh xtradb56
+  cp src/xtrabackup_56 .
+
+  cd doc
+  make man
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+
+  for file in innobackupex xtrabackup_55 xtrabackup_56 xbcrypt xbstream; do
+install -Dm0755 $file $pkgdir/usr/bin/$file
+  done
+
+  cd doc/build/man
+  for file in *.1; do
+install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
+  done
+}
+
+sha256sums=('2a397372aaa42228b48e74b89c41265d0b0c4be815069a86feb855bc8fbf2ffa'
+'e6f329c061c921be6e44e16fd64d79bcca8c61ea1ce4a1d2f923408d30318b25')

Deleted: community-i686/build.patch
===
--- community-i686/build.patch  2014-03-14 13:09:17 UTC (rev 107198)
+++ community-i686/build.patch  2014-03-14 13:12:14 UTC (rev 107199)
@@ -1,11 +0,0 @@
 utils/build.sh.orig 2014-01-24 10:37:41.206535420 +0100
-+++ utils/build.sh  2014-01-24 10:44:00.841407894 +0100
-@@ -167,6 +167,9 @@
- tar xzf $top_dir/$1
- cd $dirname
- patch -p1  $top_dir/patches/$2
-+sed 's|srv_buf_size|srv_sort_buf_size|g' -i \
-+sql/sql_planner.cc \
-+storage/innobase/row/row0log.cc
- cd -
- }

Copied: xtrabackup/repos/community-i686/build.patch (from rev 107198, 
xtrabackup/trunk/build.patch)
===
--- community-i686/build.patch

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

2014-03-14 Thread Jelle van der Waa
Date: Friday, March 14, 2014 @ 14:17:51
  Author: jelle
Revision: 107201

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 107200, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 107200, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 107200, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 107200, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
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 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 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 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 13:17:42 UTC (rev 107200)
+++ community-i686/PKGBUILD 2014-03-14 13:17:51 UTC (rev 107201)
@@ -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.20
-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')
-makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('09483ed2ff57b81d46aa3eb1ac6d89e4')
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-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 107200, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 13:17:51 UTC (rev 107201)
@@ -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.20.1
+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')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+md5sums=('cee66bfa9aa36d25329ffd5ac044aeaf')
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+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.patch2014-03-14 13:17:42 UTC 
(rev 107200)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2014-03-14 13:17:51 UTC 
(rev 107201)
@@ -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.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
107200, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)

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

2014-03-14 Thread Jelle van der Waa
Date: Friday, March 14, 2014 @ 14:17:42
  Author: jelle
Revision: 107200

upgpkg: xmobar 0.20.1-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 13:12:14 UTC (rev 107199)
+++ PKGBUILD2014-03-14 13:17:42 UTC (rev 107200)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=xmobar
-pkgver=0.20
+pkgver=0.20.1
 pkgrel=1
 pkgdesc=A Minimalistic Text Based Status Bar
 url=http://hackage.haskell.org/package/xmobar;
@@ -14,7 +14,7 @@
 'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('09483ed2ff57b81d46aa3eb1ac6d89e4')
+md5sums=('cee66bfa9aa36d25329ffd5ac044aeaf')
 
 build() {
 cd ${srcdir}/xmobar-$pkgver



[arch-commits] Commit in (lib32-nss-mdns mx mx/repos mx/trunk mx/trunk/PKGBUILD)

2014-03-14 Thread Martin Wimpress
Date: Friday, March 14, 2014 @ 14:50:54
  Author: flexiondotorg
Revision: 107202

Added mx

Added:
  mx/
  mx/repos/
  mx/trunk/
  mx/trunk/PKGBUILD
Deleted:
  lib32-nss-mdns/

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

Added: mx/trunk/PKGBUILD
===
--- mx/trunk/PKGBUILD   (rev 0)
+++ mx/trunk/PKGBUILD   2014-03-14 13:50:54 UTC (rev 107202)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer : Martin Wimpress c...@flexion.org
+#Contributor: GGR gaby.greboval at yahoo dot com
+
+pkgname=mx
+pkgver=1.4.7
+pkgrel=2
+pkgdesc=A widget toolkit using Clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org;
+license=('LGPL')
+depends=('clutter' 'dbus-glib' 'gtk2' 'startup-notification')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'libtool' 'vala')
+source=(https://github.com/clutter-project/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('8a7514ea33c1dec7251d0141e24a702e7701dc9f00348cbcf1816925b7f74dbc')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+# patch to resolv GL errors
+# source : https://github.com/clutter-project/mx/pull/62
+sed -i 's/GLushort/gushort/g' mx/mx-deform-texture.c
+sed -i 's/GLfloat/gfloat/g' mx/mx-texture-frame.c
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


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


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

2014-03-14 Thread Martin Wimpress
Date: Friday, March 14, 2014 @ 14:54:54
  Author: flexiondotorg
Revision: 107203

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

Added:
  mx/repos/community-i686/
  mx/repos/community-i686/PKGBUILD
(from rev 107202, mx/trunk/PKGBUILD)
  mx/repos/community-x86_64/
  mx/repos/community-x86_64/PKGBUILD
(from rev 107202, mx/trunk/PKGBUILD)

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

Copied: mx/repos/community-i686/PKGBUILD (from rev 107202, mx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 13:54:54 UTC (rev 107203)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer : Martin Wimpress c...@flexion.org
+#Contributor: GGR gaby.greboval at yahoo dot com
+
+pkgname=mx
+pkgver=1.4.7
+pkgrel=2
+pkgdesc=A widget toolkit using Clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org;
+license=('LGPL')
+depends=('clutter' 'dbus-glib' 'gtk2' 'startup-notification')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'libtool' 'vala')
+source=(https://github.com/clutter-project/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('8a7514ea33c1dec7251d0141e24a702e7701dc9f00348cbcf1816925b7f74dbc')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+# patch to resolv GL errors
+# source : https://github.com/clutter-project/mx/pull/62
+sed -i 's/GLushort/gushort/g' mx/mx-deform-texture.c
+sed -i 's/GLfloat/gfloat/g' mx/mx-texture-frame.c
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mx/repos/community-x86_64/PKGBUILD (from rev 107202, mx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-14 13:54:54 UTC (rev 107203)
@@ -0,0 +1,36 @@
+# $Id$
+#Maintainer : Martin Wimpress c...@flexion.org
+#Contributor: GGR gaby.greboval at yahoo dot com
+
+pkgname=mx
+pkgver=1.4.7
+pkgrel=2
+pkgdesc=A widget toolkit using Clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org;
+license=('LGPL')
+depends=('clutter' 'dbus-glib' 'gtk2' 'startup-notification')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'libtool' 'vala')
+source=(https://github.com/clutter-project/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('8a7514ea33c1dec7251d0141e24a702e7701dc9f00348cbcf1816925b7f74dbc')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+# patch to resolv GL errors
+# source : https://github.com/clutter-project/mx/pull/62
+sed -i 's/GLushort/gushort/g' mx/mx-deform-texture.c
+sed -i 's/GLfloat/gfloat/g' mx/mx-texture-frame.c
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}



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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 15:37:38
  Author: anatolik
Revision: 207748

upgpkg: dhcpcd 6.3.2-1

Modified:
  dhcpcd/trunk/PKGBUILD
Deleted:
  dhcpcd/trunk/commit_9eaeccdf1d.diff
  dhcpcd/trunk/commit_e348e99776.diff

+
 PKGBUILD   |   21 +
 commit_9eaeccdf1d.diff |  191 ---
 commit_e348e99776.diff |   17 
 3 files changed, 5 insertions(+), 224 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 14:31:40 UTC (rev 207747)
+++ PKGBUILD2014-03-14 14:37:38 UTC (rev 207748)
@@ -4,8 +4,8 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.3.1
-pkgrel=2
+pkgver=6.3.2
+pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
 arch=('i686' 'x86_64')
@@ -17,22 +17,11 @@
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dhcpcd_.service'
-'dhcpcd.service'
-'commit_9eaeccdf1d.diff'
-'commit_e348e99776.diff')
-sha1sums=('4db014c7eeca57fea7f954640e68feaa1d249c79'
+'dhcpcd.service')
+sha1sums=('ff8ef22b7305795eff52b8b41b81e2999a5923ff'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
-  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9'
-  '6a381ec2638eba6812a76b0f362e59f283c30168'
-  'c81283b4918370992f2f717a3139a23748c6a46d')
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
- 
-  patch -p0 -i ${srcdir}/commit_9eaeccdf1d.diff
-  patch -p0 -i ${srcdir}/commit_e348e99776.diff
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 

Deleted: commit_9eaeccdf1d.diff
===
--- commit_9eaeccdf1d.diff  2014-03-14 14:31:40 UTC (rev 207747)
+++ commit_9eaeccdf1d.diff  2014-03-14 14:37:38 UTC (rev 207748)
@@ -1,191 +0,0 @@
-Index: auth.c
-==
 auth.c
-+++ auth.c
-@@ -229,10 +229,15 @@
-   errno = EINVAL;
-   return NULL;
-   }
-   if (state-reconf == NULL)
-   errno = ENOENT;
-+  /* Free the old token so we log acceptance */
-+  if (state-token) {
-+  free(state-token);
-+  state-token = NULL;
-+  }
-   /* Nothing to validate, just accepting the key */
-   return state-reconf;
-   case 2:
-   if (!((mp == 4  mt == DHCP_FORCERENEW) ||
-   (mp == 6  mt == DHCP6_RECONFIGURE)))
-
-Index: dhcp.c
-==
 dhcp.c
-+++ dhcp.c
-@@ -1059,12 +1059,16 @@
-   syslog(LOG_DEBUG, %s: dhcp_auth_validate: %m,
-   ifp-name);
-   free(dhcp);
-   return NULL;
-   }
--  syslog(LOG_DEBUG, %s: validated using 0x%08 PRIu32,
--  ifp-name, state-auth.token-secretid);
-+  if (state-auth.token)
-+  syslog(LOG_DEBUG, %s: validated using 0x%08 PRIu32,
-+  ifp-name, state-auth.token-secretid);
-+  else
-+  syslog(LOG_DEBUG, %s: accepted reconfigure key,
-+  ifp-name);
-   }
- 
-   return dhcp;
- }
- 
-@@ -2195,12 +2199,16 @@
-   iface-name);
-   log_dhcp1(LOG_ERR, authentication failed,
-   iface, dhcp, from, 0);
-   return;
-   }
--  syslog(LOG_DEBUG, %s: validated using 0x%08 PRIu32,
--  iface-name, state-auth.token-secretid);
-+  if (state-auth.token)
-+  syslog(LOG_DEBUG, %s: validated using 0x%08 PRIu32,
-+  iface-name, state-auth.token-secretid);
-+  else
-+  syslog(LOG_DEBUG, %s: accepted reconfigure key,
-+  iface-name);
-   } else if (ifo-auth.options  DHCPCD_AUTH_REQUIRE) {
-   log_dhcp1(LOG_ERR, no authentication, iface, dhcp, from, 0);
-   return;
-   } else if (ifo-auth.options  DHCPCD_AUTH_SEND)
-   log_dhcp1(LOG_WARNING, no authentication,
-
-Index: dhcp6.c
-==
 dhcp6.c
-+++ dhcp6.c
-@@ -1458,18 +1458,18 @@
- {
-   struct dhcp6_state *state;
-   const struct if_options *ifo;
-   const struct dhcp6_option *o;
-   const uint8_t *p;
--  int i;
-+  int i, e;
-   

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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 15:38:20
  Author: anatolik
Revision: 207749

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 207748, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 207748, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 207748, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 207748, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 207748, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 207748, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 176 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 207748, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-14 14:38:20 UTC (rev 207749)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.3.2
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
+'dhcpcd_.service'
+'dhcpcd.service')
+sha1sums=('ff8ef22b7305795eff52b8b41b81e2999a5923ff'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 207748, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2014-03-14 14:38:20 UTC (rev 207749)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 207748, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2014-03-14 14:38:20 UTC (rev 207749)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 207748, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-14 14:38:20 UTC (rev 207749)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.3.2
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;

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

2014-03-14 Thread Jelle van der Waa
Date: Friday, March 14, 2014 @ 15:47:48
  Author: jelle
Revision: 107204

upgpkg: calibre 1.28.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 13:54:54 UTC (rev 107203)
+++ PKGBUILD2014-03-14 14:47:48 UTC (rev 107204)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.27.0
+pkgver=1.28.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,7 +25,7 @@
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('d30d39d8a63cb77c8fe04b99ef092dd9'
+md5sums=('7f435bb4b4613c9a1642ce3a8414392d'
  'ece36dfd737fa4a346f0a0e59395e949'
  '675cd87d41342119827ef706055491e7')
 



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

2014-03-14 Thread Jelle van der Waa
Date: Friday, March 14, 2014 @ 15:48:01
  Author: jelle
Revision: 107205

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 107204, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 107204, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 107204, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 107204, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 107204, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 107204, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 107204, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 107204, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 +++
 /calibre-mount-helper  |   56 +++
 /calibre.install   |   24 +++
 /desktop_integration.patch |  202 +++
 community-i686/PKGBUILD|   89 ---
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  101 -
 community-x86_64/PKGBUILD  |   89 ---
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  101 -
 12 files changed, 460 insertions(+), 460 deletions(-)

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


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

2014-03-14 Thread Alexander Rødseth
Date: Friday, March 14, 2014 @ 16:02:30
  Author: arodseth
Revision: 107206

Only some patches applies. Work in progress.

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 14:48:01 UTC (rev 107205)
+++ PKGBUILD2014-03-14 15:02:30 UTC (rev 107206)
@@ -37,9 +37,16 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  # various patches (used by tint2-svn, and by request from users)
-  for f in ../*.patch; do
-patch -Np0 -i $f
+  # making all the patches apply is a work in progress
+  for f in $srcdir/*.patch; do
+echo
+echo --- ${f##*/} ---
+echo
+if [[ ${f##*/} == add-power-now-support.patch ]]; then
+  patch -Np2 -i $f  echo ${f##*/} OK!
+else
+  patch -Np1 -i $f  echo ${f##*/} OK!
+fi
   done
 
   # python2 fix
@@ -52,7 +59,10 @@
 
   mkdir -p build
   cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_TINT2CONF=0
   make 
 }
 



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

2014-03-14 Thread Maxime Gauduin
Date: Friday, March 14, 2014 @ 16:04:04
  Author: alucryd
Revision: 107207

upgpkg: lightdm 1:1.8.8-1

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 15:02:30 UTC (rev 107206)
+++ PKGBUILD2014-03-14 15:04:04 UTC (rev 107207)
@@ -4,7 +4,7 @@
 
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
-pkgver=1.8.7
+pkgver=1.8.8
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight display manager'
@@ -20,7 +20,7 @@
 'lightdm.rules'
 'lightdm-default-config.patch'
 'Xsession')
-sha256sums=('6a56b98224f147e27e0c26ce586ae9b7380dd23291b38a625fcc79a50cc63e39'
+sha256sums=('b366c7580574766f40d5b24dbaaecdc5e332be6df44bd4b3df0c04a729b493ba'
 '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'



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

2014-03-14 Thread Maxime Gauduin
Date: Friday, March 14, 2014 @ 16:04:38
  Author: alucryd
Revision: 107208

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 107207, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 107207, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 107207, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 107207, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 107207, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 107207, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 107207, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 107207, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 107207, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 107207, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 107207, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 107207, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 107207, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 107207, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 107207, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 107207, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 107207, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 107207, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/Xsession
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/Xsession
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles

---+
 /PKGBUILD |  240 
 /Xsession |  114 +++
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |  116 +++
 /lightdm.install  |   46 
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 +++
 /lightdm.service  |   28 ++
 /lightdm.tmpfiles |2 
 community-i686/PKGBUILD   |  120 
 community-i686/Xsession   |   57 -
 community-i686/lightdm-autologin.pam  |   13 -
 community-i686/lightdm-default-config.patch   |   58 -
 community-i686/lightdm.install|   23 --
 community-i686/lightdm.pam|7 
 community-i686/lightdm.rules  |   15 -
 community-i686/lightdm.service|   14 -
 community-i686/lightdm.tmpfiles   |1 
 community-x86_64/PKGBUILD |  120 
 community-x86_64/Xsession |   57 -
 community-x86_64/lightdm-autologin.pam|   13 -
 community-x86_64/lightdm-default-config.patch |   58 -
 community-x86_64/lightdm.install  |   23 --
 community-x86_64/lightdm.pam  |7 
 community-x86_64/lightdm.rules|   15 -
 community-x86_64/lightdm.service  |   14 -
 community-x86_64/lightdm.tmpfiles |1 
 27 files changed, 616 insertions(+), 616 deletions(-)

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


[arch-commits] Commit in (8 files)

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 16:08:44
  Author: anatolik
Revision: 107209

Move fossil from AUR to [community]

Added:
  fossil/
  fossil/repos/
  fossil/trunk/
  fossil/trunk/PKGBUILD
  fossil/trunk/bash.completion
  fossil/trunk/fossil-xinetd
  fossil/trunk/fossil.service
  fossil/trunk/fossil.socket

-+
 PKGBUILD|   46 ++
 bash.completion |   33 +
 fossil-xinetd   |   23 +++
 fossil.service  |   11 +++
 fossil.socket   |   10 ++
 5 files changed, 123 insertions(+)

Added: fossil/trunk/PKGBUILD
===
--- fossil/trunk/PKGBUILD   (rev 0)
+++ fossil/trunk/PKGBUILD   2014-03-14 15:08:44 UTC (rev 107209)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol pomozov at gmail 
+# Contributor: Daniel YC Lin dlin.tw at gmail
+# Contributor: Konstantin Plotnikov kostyapl at gmail dot com
+
+pkgname=fossil
+pkgver=1.28
+_date_pkgver=20140127173344
+# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
+pkgrel=3
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  bash.completion
+  http://www.fossil-scm.org/download/fossil-src-$_date_pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'e22e19dba1a4be6a62af0b77ff0267c2a0f19edf2f6a9133ee64246fae5d87da'
+'aca7c5a7c39ae2880712020e089c9c12543ba656c71d8cf8ac50e3c8871baa80')
+
+build() {
+  cd fossil-src-$_date_pkgver
+  ./configure --prefix=/usr
+  # headers and translate targets are problematic with parallel jobs
+  make -j1 bld bld/headers
+  make
+}
+
+package() {
+  install -Dm644 fossil-xinetd $pkgdir/etc/xinetd.d/fossil
+  install -Dm644 fossil.socket $pkgdir/usr/lib/systemd/system/fossil.socket
+  install -Dm644 fossil.service 
$pkgdir/usr/lib/systemd/system/fossil@.service
+  install -Dm644 bash.completion 
$pkgdir/usr/share/bash-completion/completions/fossil
+
+  cd fossil-src-$_date_pkgver
+  install -Dm755 fossil $pkgdir/usr/bin/fossil
+  install -Dm644 COPYRIGHT-BSD2.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: fossil/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: fossil/trunk/bash.completion
===
--- fossil/trunk/bash.completion(rev 0)
+++ fossil/trunk/bash.completion2014-03-14 15:08:44 UTC (rev 107209)
@@ -0,0 +1,33 @@
+_fossil()
+{
+local cur prev opts
+
+#Var used by BASH
+COMPREPLY=()
+#word we are trying to complete
+cur=${COMP_WORDS[COMP_CWORD]}
+#word before the one we're trying to complete
+prev=${COMP_WORDS[COMP_CWORD-1]}
+#list of word that fossil know
+opts=add addremove all annotate bisect branch cat changes checkout 
+opts=$opts ci clean clone close co commit delete diff export extras 
+opts=$opts finfo gdiff help import info init ls merge mv new open 
+opts=$opts pull push rebuild remote-url revert rm settings sqlite3 
+opts=$opts stash status sync tag timeline ui undo unset update version
+
+case ${prev} in
+add) opts=--dotfiles --ignore ;;
+addremove) opts=--dotfiles --ignore --test ;;
+all) opts=list ls pull push rebuild sync ;;
+annotate) opts=--limit --log --filevers ;;
+bisect) opts=bad good next options reset vlist ;;
+branch) opts=list ls -R --repository ;;
+merge) opts=--nochange -n --force -f --detail
+esac
+
+compopt -o filenames
+COMPREPLY=($(compgen -fW ${opts} -- ${cur}) \
+$(compgen -d -- $cur))
+}
+
+complete -F _fossil fossil


Property changes on: fossil/trunk/bash.completion
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: fossil/trunk/fossil-xinetd
===
--- fossil/trunk/fossil-xinetd  (rev 0)
+++ fossil/trunk/fossil-xinetd  2014-03-14 15:08:44 UTC (rev 107209)
@@ -0,0 +1,23 @@
+service fossil
+{
+#better not change any of these
+type = UNLISTED
+socket_type = stream
+protocol = tcp
+wait = no
+user = root
+server = /usr/bin/fossil
+
+#only change these
+#http port, fossil will listen
+port = 8055
+
+#change this path to where your fossil repositories are
+server_args = http /var/fossil
+
+#comment next line to enable remote access
+only_from = 127.0.0.1 localhost
+
+#change to `no` to activate fossil
+disable = yes
+}

Added: 

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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 16:09:48
  Author: anatolik
Revision: 107210

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

Added:
  fossil/repos/community-i686/
  fossil/repos/community-i686/PKGBUILD
(from rev 107209, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/bash.completion
(from rev 107209, fossil/trunk/bash.completion)
  fossil/repos/community-i686/fossil-xinetd
(from rev 107209, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 107209, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 107209, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/
  fossil/repos/community-x86_64/PKGBUILD
(from rev 107209, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/bash.completion
(from rev 107209, fossil/trunk/bash.completion)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 107209, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 107209, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 107209, fossil/trunk/fossil.socket)

--+
 community-i686/PKGBUILD  |   46 +
 community-i686/bash.completion   |   33 ++
 community-i686/fossil-xinetd |   23 ++
 community-i686/fossil.service|   11 
 community-i686/fossil.socket |   10 
 community-x86_64/PKGBUILD|   46 +
 community-x86_64/bash.completion |   33 ++
 community-x86_64/fossil-xinetd   |   23 ++
 community-x86_64/fossil.service  |   11 
 community-x86_64/fossil.socket   |   10 
 10 files changed, 246 insertions(+)

Copied: fossil/repos/community-i686/PKGBUILD (from rev 107209, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 15:09:48 UTC (rev 107210)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol pomozov at gmail 
+# Contributor: Daniel YC Lin dlin.tw at gmail
+# Contributor: Konstantin Plotnikov kostyapl at gmail dot com
+
+pkgname=fossil
+pkgver=1.28
+_date_pkgver=20140127173344
+# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
+pkgrel=3
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  bash.completion
+  http://www.fossil-scm.org/download/fossil-src-$_date_pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'e22e19dba1a4be6a62af0b77ff0267c2a0f19edf2f6a9133ee64246fae5d87da'
+'aca7c5a7c39ae2880712020e089c9c12543ba656c71d8cf8ac50e3c8871baa80')
+
+build() {
+  cd fossil-src-$_date_pkgver
+  ./configure --prefix=/usr
+  # headers and translate targets are problematic with parallel jobs
+  make -j1 bld bld/headers
+  make
+}
+
+package() {
+  install -Dm644 fossil-xinetd $pkgdir/etc/xinetd.d/fossil
+  install -Dm644 fossil.socket $pkgdir/usr/lib/systemd/system/fossil.socket
+  install -Dm644 fossil.service 
$pkgdir/usr/lib/systemd/system/fossil@.service
+  install -Dm644 bash.completion 
$pkgdir/usr/share/bash-completion/completions/fossil
+
+  cd fossil-src-$_date_pkgver
+  install -Dm755 fossil $pkgdir/usr/bin/fossil
+  install -Dm644 COPYRIGHT-BSD2.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: fossil/repos/community-i686/bash.completion (from rev 107209, 
fossil/trunk/bash.completion)
===
--- community-i686/bash.completion  (rev 0)
+++ community-i686/bash.completion  2014-03-14 15:09:48 UTC (rev 107210)
@@ -0,0 +1,33 @@
+_fossil()
+{
+local cur prev opts
+
+#Var used by BASH
+COMPREPLY=()
+#word we are trying to complete
+cur=${COMP_WORDS[COMP_CWORD]}
+#word before the one we're trying to complete
+prev=${COMP_WORDS[COMP_CWORD-1]}
+#list of word that fossil know
+opts=add addremove all annotate bisect branch cat changes checkout 
+opts=$opts ci clean clone close co commit delete diff export extras 
+opts=$opts finfo gdiff help import info init ls merge mv new open 
+opts=$opts pull push rebuild remote-url revert rm settings sqlite3 
+opts=$opts stash status sync tag timeline ui undo unset update version
+
+case ${prev} in
+add) opts=--dotfiles --ignore ;;
+addremove) opts=--dotfiles --ignore --test ;;
+all) opts=list ls pull push rebuild sync ;;
+annotate) opts=--limit --log --filevers ;;
+bisect) 

[arch-commits] Commit in (4 files)

2014-03-14 Thread Martin Wimpress
Date: Friday, March 14, 2014 @ 16:30:07
  Author: flexiondotorg
Revision: 107211

Added python-qrencode

Added:
  python-qrencode/
  python-qrencode/repos/
  python-qrencode/trunk/
  python-qrencode/trunk/PKGBUILD

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

Added: python-qrencode/trunk/PKGBUILD
===
--- python-qrencode/trunk/PKGBUILD  (rev 0)
+++ python-qrencode/trunk/PKGBUILD  2014-03-14 15:30:07 UTC (rev 107211)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python-qrencode
+pkgver=1.01
+pkgrel=5
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+


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


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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 16:30:21
  Author: anatolik
Revision: 107212

Add etc/xinetd.d/fossil to backup

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 15:30:07 UTC (rev 107211)
+++ PKGBUILD2014-03-14 15:30:21 UTC (rev 107212)
@@ -13,6 +13,7 @@
 license=(BSD)
 url='http://www.fossil-scm.org'
 depends=(openssl zlib)
+backup=(etc/xinetd.d/fossil)
 source=(
   fossil.socket
   fossil.service



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

2014-03-14 Thread Martin Wimpress
Date: Friday, March 14, 2014 @ 16:30:46
  Author: flexiondotorg
Revision: 107213

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

Added:
  python-qrencode/repos/community-i686/
  python-qrencode/repos/community-i686/PKGBUILD
(from rev 107212, python-qrencode/trunk/PKGBUILD)
  python-qrencode/repos/community-x86_64/
  python-qrencode/repos/community-x86_64/PKGBUILD
(from rev 107212, python-qrencode/trunk/PKGBUILD)

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

Copied: python-qrencode/repos/community-i686/PKGBUILD (from rev 107212, 
python-qrencode/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 15:30:46 UTC (rev 107213)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python-qrencode
+pkgver=1.01
+pkgrel=5
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+

Copied: python-qrencode/repos/community-x86_64/PKGBUILD (from rev 107212, 
python-qrencode/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-14 15:30:46 UTC (rev 107213)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python-qrencode
+pkgver=1.01
+pkgrel=5
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+



[arch-commits] Commit in (4 files)

2014-03-14 Thread Martin Wimpress
Date: Friday, March 14, 2014 @ 16:31:09
  Author: flexiondotorg
Revision: 107214

Added python2-qrencode

Added:
  python2-qrencode/
  python2-qrencode/repos/
  python2-qrencode/trunk/
  python2-qrencode/trunk/PKGBUILD

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

Added: python2-qrencode/trunk/PKGBUILD
===
--- python2-qrencode/trunk/PKGBUILD (rev 0)
+++ python2-qrencode/trunk/PKGBUILD 2014-03-14 15:31:09 UTC (rev 107214)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python2-qrencode
+pkgver=1.01
+pkgrel=5
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python2-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python2 setup.py install --prefix=/usr --root=${pkgdir}
+}


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


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

2014-03-14 Thread Martin Wimpress
Date: Friday, March 14, 2014 @ 16:31:57
  Author: flexiondotorg
Revision: 107215

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

Added:
  python2-qrencode/repos/community-i686/
  python2-qrencode/repos/community-i686/PKGBUILD
(from rev 107214, python2-qrencode/trunk/PKGBUILD)
  python2-qrencode/repos/community-x86_64/
  python2-qrencode/repos/community-x86_64/PKGBUILD
(from rev 107214, python2-qrencode/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   24 
 community-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: python2-qrencode/repos/community-i686/PKGBUILD (from rev 107214, 
python2-qrencode/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 15:31:57 UTC (rev 107215)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python2-qrencode
+pkgver=1.01
+pkgrel=5
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python2-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python2 setup.py install --prefix=/usr --root=${pkgdir}
+}

Copied: python2-qrencode/repos/community-x86_64/PKGBUILD (from rev 107214, 
python2-qrencode/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-14 15:31:57 UTC (rev 107215)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+
+pkgname=python2-qrencode
+pkgver=1.01
+pkgrel=5
+pkgdesc=A simple wrapper for the C qrencode library
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/qrencode;
+license=('Apache')
+depends=('python2-pillow' 'qrencode')
+makedepends=('gcc')
+source=(http://pypi.python.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz;)
+sha256sums=('fd8cdabd743e2db7a1ad332d4f0fe037e5a7807cb2f1d32da3e39439088bb610')
+
+prepare() {
+cd ${srcdir}/qrencode-${pkgver}
+sed -i 's/import Image/from PIL import Image/' qrencode/__init__.py
+}
+
+package() {
+cd ${srcdir}/qrencode-${pkgver}
+python2 setup.py install --prefix=/usr --root=${pkgdir}
+}



[arch-commits] Commit in ruby-mime-types/trunk (PKGBUILD)

2014-03-14 Thread Maxime Gauduin
Date: Friday, March 14, 2014 @ 16:40:09
  Author: alucryd
Revision: 107216

upgpkg: ruby-mime-types 2.2-1

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 15:31:57 UTC (rev 107215)
+++ PKGBUILD2014-03-14 15:40:09 UTC (rev 107216)
@@ -3,7 +3,7 @@
 # Contributor: Alexsandr Pavlov ki...@mail.ru
 
 pkgname=ruby-mime-types
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc='MIME Content-Type database'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('9ab591babcb268cd8ad4a7a6f9ebcfeab5f8c5332b47a587cade7224f921e448')
+sha256sums=('fb20b5fb6b25c2b8abbf74b21b82c6e14ae1e3ed5146ec23d305333c9c360bc6')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')



[arch-commits] Commit in ruby-mime-types/repos/community-any (PKGBUILD PKGBUILD)

2014-03-14 Thread Maxime Gauduin
Date: Friday, March 14, 2014 @ 16:40:18
  Author: alucryd
Revision: 107217

archrelease: copy trunk to community-any

Added:
  ruby-mime-types/repos/community-any/PKGBUILD
(from rev 107216, ruby-mime-types/trunk/PKGBUILD)
Deleted:
  ruby-mime-types/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-14 15:40:09 UTC (rev 107216)
+++ PKGBUILD2014-03-14 15:40:18 UTC (rev 107217)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Alexsandr Pavlov ki...@mail.ru
-
-pkgname=ruby-mime-types
-pkgver=2.1
-pkgrel=1
-pkgdesc='MIME Content-Type database'
-arch=('any')
-url='http://mime-types.rubyforge.org'
-license=('GPL2' 'MIT' 'PerlArtistic')
-depends=('ruby')
-options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('9ab591babcb268cd8ad4a7a6f9ebcfeab5f8c5332b47a587cade7224f921e448')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/${pkgname}/
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mime-types/repos/community-any/PKGBUILD (from rev 107216, 
ruby-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-14 15:40:18 UTC (rev 107217)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Alexsandr Pavlov ki...@mail.ru
+
+pkgname=ruby-mime-types
+pkgver=2.2
+pkgrel=1
+pkgdesc='MIME Content-Type database'
+arch=('any')
+url='http://mime-types.rubyforge.org'
+license=('GPL2' 'MIT' 'PerlArtistic')
+depends=('ruby')
+options=('!emptydirs')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-${pkgver}.gem)
+sha256sums=('fb20b5fb6b25c2b8abbf74b21b82c6e14ae1e3ed5146ec23d305333c9c360bc6')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in tint2/trunk (PKGBUILD freespace.patch)

2014-03-14 Thread Alexander Rødseth
Date: Friday, March 14, 2014 @ 17:16:03
  Author: arodseth
Revision: 107218

Does not currently build. Trying to figure out which patches should be 
included. Work in progress.

Modified:
  tint2/trunk/PKGBUILD
Deleted:
  tint2/trunk/freespace.patch

-+
 PKGBUILD|   10 ++
 freespace.patch |  213 --
 2 files changed, 8 insertions(+), 215 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 15:40:18 UTC (rev 107217)
+++ PKGBUILD2014-03-14 16:16:03 UTC (rev 107218)
@@ -19,7 +19,6 @@
 source=(http://tint2.googlecode.com/files/tint2-$pkgver.tar.bz2;
 'add-power-now-support.patch'
 'clock.patch'
-'freespace.patch'
 'graph.patch'
 'launcher_apps_dir-v2.patch'
 'src-task-align.patch'
@@ -28,7 +27,6 @@
 md5sums=('6fc5731e7425125fa84a2add5cef4bff'
  '6cfcad028f1bd2f69812167f5395f890'
  'bc0bab2979dacff551a97bdf2c2fdedc'
- 'deb1ff7fafdde77f76c890b1adca83d4'
  '2866ebde44be8d48efd1e59ded5c5534'
  '13218765dd684ae825967d3ffb4f4a75'
  'f0d7f51ec8dbf2e7b6bcca942f0fd6c0'
@@ -44,6 +42,14 @@
 echo
 if [[ ${f##*/} == add-power-now-support.patch ]]; then
   patch -Np2 -i $f  echo ${f##*/} OK!
+elif [[ ${f##*/} == src-task-align.patch ]]; then
+  continue
+elif [[ ${f##*/} == launcher_apps_dir-v2.patch ]]; then
+  continue
+elif [[ ${f##*/} == graph.patch ]]; then
+  continue
+elif [[ ${f##*/} == clock.patch ]]; then
+  continue
 else
   patch -Np1 -i $f  echo ${f##*/} OK!
 fi

Deleted: freespace.patch
===
--- freespace.patch 2014-03-14 15:40:18 UTC (rev 107217)
+++ freespace.patch 2014-03-14 16:16:03 UTC (rev 107218)
@@ -1,213 +0,0 @@
-Index: trunk/src/panel.c
-===
 trunk/src/panel.c  (revision 646)
-+++ trunk/src/panel.c  (working copy)
-@@ -190,6 +190,9 @@
-   }
-   if (panel_items_order[k] == 'C')
-   init_clock_panel(p);
-+
-+  if (panel_items_order[k] == 'F')
-+  init_freespace_panel(p);
-   }
-   set_panel_items_order(p);
- 
-@@ -409,6 +412,9 @@
-   }
-   if (panel_items_order[k] == 'C')
-   p-area.list = g_slist_append(p-area.list, p-clock);
-+
-+  if (panel_items_order[k] == 'F')
-+  p-area.list = g_slist_append(p-area.list, 
p-freespace);
-   }
-   init_rendering(p-area, 0);
- }
-Index: trunk/src/panel.h
-===
 trunk/src/panel.h  (revision 646)
-+++ trunk/src/panel.h  (working copy)
-@@ -20,6 +20,7 @@
- #include taskbar.h
- #include systraybar.h
- #include launcher.h
-+#include freespace.h
- 
- #ifdef ENABLE_BATTERY
- #include battery.h
-@@ -111,6 +112,8 @@
- 
-   Launcher launcher;
- 
-+  FreeSpace freespace;
-+
-   // autohide
-   int is_hidden;
-   int hidden_width, hidden_height;
-Index: trunk/src/freespace/freespace.h
-===
 trunk/src/freespace/freespace.h(revision 0)
-+++ trunk/src/freespace/freespace.h(working copy)
-@@ -0,0 +1,20 @@
-+/**
-+* Copyright (C) 2011 Mishael A Sibiryakov (de...@junki.org)
-+**/
-+
-+#ifndef FREESPACE_H
-+#define FREESPACE_H
-+
-+#include common.h
-+#include area.h
-+
-+typedef struct FreeSpace {
-+  Area area;
-+} FreeSpace;
-+
-+void cleanup_freespace();
-+void init_freespace_panel(void *panel);
-+
-+int resize_freespace(void *obj);
-+
-+#endif
-
-Property changes on: trunk/src/freespace/freespace.h
-___
-Added: svn:mime-type
-## -0,0 +1 ##
-+text/x-csrc
-Added: svn:eol-style
-## -0,0 +1 ##
-+native
-Index: trunk/src/freespace/freespace.c
-===
 trunk/src/freespace/freespace.c(revision 0)
-+++ trunk/src/freespace/freespace.c(working copy)
-@@ -0,0 +1,100 @@
-+/**
-+*
-+* Tint2 : freespace
-+*
-+* Copyright (C) 2011 Mishael A Sibiryakov (de...@junki.org)
-+*
-+* This program is free software; you can redistribute it and/or
-+* modify it under the terms of the GNU General Public License version 2
-+* as published by the Free Software Foundation.
-+*
-+* This program is distributed in the hope that it will be useful,
-+* but WITHOUT ANY WARRANTY; without even the implied warranty of
-+* MERCHANTABILITY or 

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

2014-03-14 Thread Gaetan Bisson
Date: Friday, March 14, 2014 @ 17:29:11
  Author: bisson
Revision: 107219

upstream update

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 16:16:03 UTC (rev 107218)
+++ PKGBUILD2014-03-14 16:29:11 UTC (rev 107219)
@@ -4,7 +4,7 @@
 # Contributor: Roberto Alsina rals...@kde.org
 
 pkgname=nsd
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='http://www.nlnetlabs.nl/nsd/'
@@ -15,7 +15,7 @@
 
source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'tmpfiles.d'
 'service')
-sha1sums=('0855a3a9613e36381cbc36bfc451fb5c92189acc'
+sha1sums=('8e5d53fd59c102854470b9b17f54cc1e7dc854b6'
   '7ad2b8da961a893095eede8963cf8026b13186a1'
   '3dbe300d834a32c9a339a6c76c58f5c240239e9b')
 



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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 17:30:21
  Author: anatolik
Revision: 207750

Use link to 2.4 version of upgrade instructions

Modified:
  apache/trunk/apache.install

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

Modified: apache.install
===
--- apache.install  2014-03-14 14:38:20 UTC (rev 207749)
+++ apache.install  2014-03-14 16:30:21 UTC (rev 207750)
@@ -11,6 +11,6 @@
 
   if [[ $2 == 2\.2\.* ]]; then
 # it is a major upgrade, show a useful link to upgrade instructions
-echo 'Check Apache upgrade instructions: 
https://httpd.apache.org/docs/trunk/upgrading.html'
+echo 'Check Apache upgrade instructions: 
https://httpd.apache.org/docs/2.4/upgrading.html'
   fi
 }



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

2014-03-14 Thread Gaetan Bisson
Date: Friday, March 14, 2014 @ 17:30:47
  Author: bisson
Revision: 107220

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

Added:
  nsd/repos/community-i686/PKGBUILD
(from rev 107219, nsd/trunk/PKGBUILD)
  nsd/repos/community-i686/install
(from rev 107219, nsd/trunk/install)
  nsd/repos/community-i686/service
(from rev 107219, nsd/trunk/service)
  nsd/repos/community-i686/tmpfiles.d
(from rev 107219, nsd/trunk/tmpfiles.d)
  nsd/repos/community-x86_64/PKGBUILD
(from rev 107219, nsd/trunk/PKGBUILD)
  nsd/repos/community-x86_64/install
(from rev 107219, nsd/trunk/install)
  nsd/repos/community-x86_64/service
(from rev 107219, nsd/trunk/service)
  nsd/repos/community-x86_64/tmpfiles.d
(from rev 107219, nsd/trunk/tmpfiles.d)
Deleted:
  nsd/repos/community-i686/PKGBUILD
  nsd/repos/community-i686/install
  nsd/repos/community-i686/service
  nsd/repos/community-i686/tmpfiles.d
  nsd/repos/community-x86_64/PKGBUILD
  nsd/repos/community-x86_64/install
  nsd/repos/community-x86_64/service
  nsd/repos/community-x86_64/tmpfiles.d

-+
 /PKGBUILD   |   92 ++
 /install|   34 +++
 /service|   24 ++
 /tmpfiles.d |2 
 community-i686/PKGBUILD |   46 -
 community-i686/install  |   17 ---
 community-i686/service  |   12 -
 community-i686/tmpfiles.d   |1 
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/install|   17 ---
 community-x86_64/service|   12 -
 community-x86_64/tmpfiles.d |1 
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 16:29:11 UTC (rev 107219)
+++ community-i686/PKGBUILD 2014-03-14 16:30:47 UTC (rev 107220)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=nsd
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libevent')
-makedepends=('flex')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'tmpfiles.d'
-'service')
-sha1sums=('0855a3a9613e36381cbc36bfc451fb5c92189acc'
-  '7ad2b8da961a893095eede8963cf8026b13186a1'
-  '3dbe300d834a32c9a339a6c76c58f5c240239e9b')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/ \
-   --sbindir=/usr/bin \
-   --datarootdir=/usr/share \
-   --with-pidfile=/run/nsd/nsd.pid \
-   --enable-ratelimit
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/nsd.conf
-   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
-   rmdir ${pkgdir}/{tmp,run/{nsd,}}
-
-   rm doc/differences.pdf
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
-   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nsd/repos/community-i686/PKGBUILD (from rev 107219, nsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 16:30:47 UTC (rev 107220)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=nsd
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.d'
+'service')
+sha1sums=('8e5d53fd59c102854470b9b17f54cc1e7dc854b6'
+  '7ad2b8da961a893095eede8963cf8026b13186a1'
+  '3dbe300d834a32c9a339a6c76c58f5c240239e9b')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \
+   --with-pidfile=/run/nsd/nsd.pid \
+   --enable-ratelimit
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../tmpfiles.d 

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

2014-03-14 Thread Balló György
Date: Friday, March 14, 2014 @ 17:43:44
  Author: bgyorgy
Revision: 107222

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

Added:
  nautilus-actions/repos/community-i686/PKGBUILD
(from rev 107221, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-i686/nautilus-actions.install
(from rev 107221, nautilus-actions/trunk/nautilus-actions.install)
  nautilus-actions/repos/community-x86_64/PKGBUILD
(from rev 107221, nautilus-actions/trunk/PKGBUILD)
  nautilus-actions/repos/community-x86_64/nautilus-actions.install
(from rev 107221, nautilus-actions/trunk/nautilus-actions.install)
Deleted:
  nautilus-actions/repos/community-i686/PKGBUILD
  nautilus-actions/repos/community-i686/nautilus-actions.install
  nautilus-actions/repos/community-x86_64/PKGBUILD
  nautilus-actions/repos/community-x86_64/nautilus-actions.install

---+
 /PKGBUILD |   84 
 /nautilus-actions.install |   48 
 community-i686/PKGBUILD   |   42 --
 community-i686/nautilus-actions.install   |   24 
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/nautilus-actions.install |   24 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 16:43:36 UTC (rev 107221)
+++ community-i686/PKGBUILD 2014-03-14 16:43:44 UTC (rev 107222)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tor Krill t...@krill.nu
-
-pkgname=nautilus-actions
-pkgver=3.2.3
-pkgrel=1
-pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
-arch=('i686' 'x86_64')
-url=http://www.nautilus-actions.org/;
-license=('GPL')
-depends=('nautilus' 'libunique3' 'libgtop' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils')
-install=nautilus-actions.install
-source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
-sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GConf schemas
-  mkdir -p $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain nautilus-actions \
- 
$pkgdir/usr/share/nautilus-actions/gconf-schemas/*.schemas
-  rm -r $pkgdir/usr/share/nautilus-actions/gconf-schemas/
-
-  # Remove redundant documentation
-  rm -r $pkgdir/usr/share/doc/
-}

Copied: nautilus-actions/repos/community-i686/PKGBUILD (from rev 107221, 
nautilus-actions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 16:43:44 UTC (rev 107222)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Tor Krill t...@krill.nu
+
+pkgname=nautilus-actions
+pkgver=3.2.3
+pkgrel=2
+pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
+arch=('i686' 'x86_64')
+url=http://www.nautilus-actions.org/;
+license=('GPL')
+depends=('nautilus' 'libunique3' 'libgtop' 'libsm' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils')
+install=nautilus-actions.install
+source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)
+sha1sums=('af3b8017a13feeda221a52cfef4e61bea659e436')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GConf schemas
+  mkdir -p $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain nautilus-actions \
+ 
$pkgdir/usr/share/nautilus-actions/gconf-schemas/*.schemas
+  rm -r $pkgdir/usr/share/nautilus-actions/gconf-schemas/
+
+  # Remove redundant documentation
+  rm -r $pkgdir/usr/share/doc/
+}

Deleted: community-i686/nautilus-actions.install
===
--- community-i686/nautilus-actions.install 2014-03-14 16:43:36 UTC (rev 
107221)
+++ 

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

2014-03-14 Thread Balló György
Date: Friday, March 14, 2014 @ 17:43:36
  Author: bgyorgy
Revision: 107221

upgpkg: nautilus-actions 3.2.3-2

Add missing libsm dependency (FS#39422)

Modified:
  nautilus-actions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 16:30:47 UTC (rev 107220)
+++ PKGBUILD2014-03-14 16:43:36 UTC (rev 107221)
@@ -6,12 +6,12 @@
 
 pkgname=nautilus-actions
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
 arch=('i686' 'x86_64')
 url=http://www.nautilus-actions.org/;
 license=('GPL')
-depends=('nautilus' 'libunique3' 'libgtop' 'gconf')
+depends=('nautilus' 'libunique3' 'libgtop' 'libsm' 'gconf')
 makedepends=('intltool' 'gnome-doc-utils')
 install=nautilus-actions.install
 source=(http://www.nautilus-actions.org/downloads/$pkgname-$pkgver.tar.gz)



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

2014-03-14 Thread Balló György
Date: Friday, March 14, 2014 @ 17:48:58
  Author: bgyorgy
Revision: 107223

upgpkg: galculator 2.1.3-1

Update to version 2.1.3

Modified:
  galculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 16:43:44 UTC (rev 107222)
+++ PKGBUILD2014-03-14 16:48:58 UTC (rev 107223)
@@ -6,8 +6,8 @@
 
 pkgbase=galculator
 pkgname=(galculator galculator-gtk2)
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.1.3
+pkgrel=1
 pkgdesc='GTK+ based scientific calculator'
 arch=('i686' 'x86_64')
 url='http://galculator.sourceforge.net/'
@@ -16,7 +16,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2)
-sha256sums=('23e7e8d02ec49bf06e061e7fa56c779fd0f353ec294c30fd88858786d8e4a79b')
+sha256sums=('91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235')
 
 build() {
   # GTK3 version



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

2014-03-14 Thread Balló György
Date: Friday, March 14, 2014 @ 17:49:24
  Author: bgyorgy
Revision: 107224

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

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

-+
 /PKGBUILD   |  102 ++
 /galculator.install |   22 +++
 community-i686/PKGBUILD |   51 -
 community-i686/galculator.install   |   11 ---
 community-x86_64/PKGBUILD   |   51 -
 community-x86_64/galculator.install |   11 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 16:48:58 UTC (rev 107223)
+++ community-i686/PKGBUILD 2014-03-14 16:49:24 UTC (rev 107224)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgbase=galculator
-pkgname=(galculator galculator-gtk2)
-pkgver=2.1.2
-pkgrel=2
-pkgdesc='GTK+ based scientific calculator'
-arch=('i686' 'x86_64')
-url='http://galculator.sourceforge.net/'
-license=('GPL')
-depends=('gtk3' 'gtk2')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2)
-sha256sums=('23e7e8d02ec49bf06e061e7fa56c779fd0f353ec294c30fd88858786d8e4a79b')
-
-build() {
-  # GTK3 version
-  cd $pkgname-$pkgver
-  [ -e gtk3 ] || mkdir gtk3
-  cd gtk3
-  ../configure --prefix=/usr
-  make
-
-  # GTK2 version
-  cd $srcdir/$pkgname-$pkgver
-  [ -e gtk2 ] || mkdir gtk2
-  cd gtk2
-  ../configure --prefix=/usr --disable-gtk3
-  make
-}
-
-package_galculator() {
-  depends=('gtk3')
-
-  cd $pkgbase-$pkgver/gtk3
-  make DESTDIR=$pkgdir install
-}
-
-package_galculator-gtk2() {
-  pkgdesc+=' (GTK2 version)'
-  depends=('gtk2')
-  conflicts=('galculator')
-
-  cd $pkgbase-$pkgver/gtk2
-  make DESTDIR=$pkgdir install
-}

Copied: galculator/repos/community-i686/PKGBUILD (from rev 107223, 
galculator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 16:49:24 UTC (rev 107224)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=galculator
+pkgname=(galculator galculator-gtk2)
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='GTK+ based scientific calculator'
+arch=('i686' 'x86_64')
+url='http://galculator.sourceforge.net/'
+license=('GPL')
+depends=('gtk3' 'gtk2')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2)
+sha256sums=('91ac62d6d74da910cb79c68f7bf3f4505ac0efe51091150c4ea54fe1c1306235')
+
+build() {
+  # GTK3 version
+  cd $pkgname-$pkgver
+  [ -e gtk3 ] || mkdir gtk3
+  cd gtk3
+  ../configure --prefix=/usr
+  make
+
+  # GTK2 version
+  cd $srcdir/$pkgname-$pkgver
+  [ -e gtk2 ] || mkdir gtk2
+  cd gtk2
+  ../configure --prefix=/usr --disable-gtk3
+  make
+}
+
+package_galculator() {
+  depends=('gtk3')
+
+  cd $pkgbase-$pkgver/gtk3
+  make DESTDIR=$pkgdir install
+}
+
+package_galculator-gtk2() {
+  pkgdesc+=' (GTK2 version)'
+  depends=('gtk2')
+  conflicts=('galculator')
+
+  cd $pkgbase-$pkgver/gtk2
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/galculator.install
===
--- community-i686/galculator.install   2014-03-14 16:48:58 UTC (rev 107223)
+++ community-i686/galculator.install   2014-03-14 16:49:24 UTC (rev 107224)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: galculator/repos/community-i686/galculator.install (from rev 107223, 
galculator/trunk/galculator.install)
===
--- community-i686/galculator.install   (rev 0)
+++ 

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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 17:58:10
  Author: anatolik
Revision: 207751

upgpkg: serf 1.3.4-1

Modified:
  serf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 16:30:21 UTC (rev 207750)
+++ PKGBUILD2014-03-14 16:58:10 UTC (rev 207751)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=serf
-pkgver=1.3.2
+pkgver=1.3.4
 pkgrel=1
 pkgdesc=High-performance asynchronous HTTP client library
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('apr-util')
 makedepends=('scons')
 options=('!staticlibs')
-source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('43ce30fccf39ab0186a7590e2733e3ec')
+source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
+md5sums=('f2d469ac03db98781c9d414fed5368ae')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 17:58:44
  Author: anatolik
Revision: 207752

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

Added:
  serf/repos/testing-i686/
  serf/repos/testing-i686/PKGBUILD
(from rev 207751, serf/trunk/PKGBUILD)
  serf/repos/testing-i686/serf-ssl-allocator-v2.patch
(from rev 207751, serf/trunk/serf-ssl-allocator-v2.patch)
  serf/repos/testing-x86_64/
  serf/repos/testing-x86_64/PKGBUILD
(from rev 207751, serf/trunk/PKGBUILD)
  serf/repos/testing-x86_64/serf-ssl-allocator-v2.patch
(from rev 207751, serf/trunk/serf-ssl-allocator-v2.patch)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/serf-ssl-allocator-v2.patch   |   57 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/serf-ssl-allocator-v2.patch |   57 +++
 4 files changed, 178 insertions(+)

Copied: serf/repos/testing-i686/PKGBUILD (from rev 207751, serf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-14 16:58:44 UTC (rev 207752)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=serf
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=High-performance asynchronous HTTP client library
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/serf/;
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
+md5sums=('f2d469ac03db98781c9d414fed5368ae')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d ${pkgdir}/usr
+  scons PREFIX=${pkgdir}/usr install
+}

Copied: serf/repos/testing-i686/serf-ssl-allocator-v2.patch (from rev 207751, 
serf/trunk/serf-ssl-allocator-v2.patch)
===
--- testing-i686/serf-ssl-allocator-v2.patch(rev 0)
+++ testing-i686/serf-ssl-allocator-v2.patch2014-03-14 16:58:44 UTC (rev 
207752)
@@ -0,0 +1,57 @@
+Index: buckets/ssl_buckets.c
+===
+--- buckets/ssl_buckets.c   (revision 2130)
 buckets/ssl_buckets.c   (working copy)
+@@ -1192,21 +1192,16 @@
+ context-server_cert_userdata = data;
+ }
+ 
+-static serf_ssl_context_t *ssl_init_context(void)
++static serf_ssl_context_t *ssl_init_context(serf_bucket_alloc_t *allocator)
+ {
+ serf_ssl_context_t *ssl_ctx;
+-apr_pool_t *pool;
+-serf_bucket_alloc_t *allocator;
+ 
+ init_ssl_libraries();
+ 
+-apr_pool_create(pool, NULL);
+-allocator = serf_bucket_allocator_create(pool, NULL, NULL);
+-
+ ssl_ctx = serf_bucket_mem_alloc(allocator, sizeof(*ssl_ctx));
+ 
+ ssl_ctx-refcount = 0;
+-ssl_ctx-pool = pool;
++ssl_ctx-pool = serf_bucket_allocator_get_pool(allocator);
+ ssl_ctx-allocator = allocator;
+ 
+ ssl_ctx-ctx = SSL_CTX_new(SSLv23_client_method());
+@@ -1263,8 +1258,6 @@
+ static apr_status_t ssl_free_context(
+ serf_ssl_context_t *ssl_ctx)
+ {
+-apr_pool_t *p;
+-
+ /* If never had the pending buckets, don't try to free them. */
+ if (ssl_ctx-decrypt.pending != NULL) {
+ serf_bucket_destroy(ssl_ctx-decrypt.pending);
+@@ -1277,10 +1270,7 @@
+ SSL_free(ssl_ctx-ssl);
+ SSL_CTX_free(ssl_ctx-ctx);
+ 
+-p = ssl_ctx-pool;
+-
+ serf_bucket_mem_free(ssl_ctx-allocator, ssl_ctx);
+-apr_pool_destroy(p);
+ 
+ return APR_SUCCESS;
+ }
+@@ -1294,7 +1284,7 @@
+ 
+ ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
+ if (!ssl_ctx) {
+-ctx-ssl_ctx = ssl_init_context();
++ctx-ssl_ctx = ssl_init_context(allocator);
+ }
+ else {
+ ctx-ssl_ctx = ssl_ctx;

Copied: serf/repos/testing-x86_64/PKGBUILD (from rev 207751, 
serf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-14 16:58:44 UTC (rev 207752)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=serf
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=High-performance asynchronous HTTP client library
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/serf/;
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
+md5sums=('f2d469ac03db98781c9d414fed5368ae')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+

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

2014-03-14 Thread Tobias Powalowski
Date: Friday, March 14, 2014 @ 18:07:15
  Author: tpowa
Revision: 207753

upgpkg: samba 4.1.6-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 16:58:44 UTC (rev 207752)
+++ PKGBUILD2014-03-14 17:07:15 UTC (rev 207753)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.5
+pkgver=4.1.6
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.5
+_realver=4.1.6
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
@@ -32,7 +32,8 @@
 nmbd.service
 smbd@.service
 winbindd.service
-samba.conf)
+samba.conf
+readline-6.3.patch)
 ### UNINSTALL dmapi package before building!!!
 
 build() {
@@ -62,6 +63,7 @@
 
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
 
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
  cd ${srcdir}/samba-${_realver}
+  patch -Np1 -i ${srcdir}/readline-6.3.patch
   ./configure --enable-fhs \
   --prefix=/usr \
   --sbindir=/usr/bin \
@@ -240,7 +242,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('71658f34cfdcffe3f48c0df5f4b08d79'
+md5sums=('9dc64658c0cc81e7637f9b975c19638c'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'
@@ -251,3 +253,15 @@
  '70afd2db60a2e8eff7615dbdecd887ac'
  'd5f56f43e1280bba20f6bbd88d16fa41'
  '49abd7b719e3713a3f75a8a50958e381')
+md5sums=('9dc64658c0cc81e7637f9b975c19638c'
+ '5697da77590ec092cc8a883bae06093c'
+ '96f82c38f3f540b53f3e5144900acf17'
+ 'ee4763a656cf00d92bfda31b6bb2c5cb'
+ '6c447748a064d631435dbef0a3dcf32f'
+ 'e4ae6a3cac080602120aa151918c4a36'
+ 'a78b9aa93eb14b0ac445897395693225'
+ 'df6380c73cb73163968eabc8650f7358'
+ '70afd2db60a2e8eff7615dbdecd887ac'
+ 'd5f56f43e1280bba20f6bbd88d16fa41'
+ '49abd7b719e3713a3f75a8a50958e381'
+ '1179c1dcdb95f79b0d5813698d010d2c')



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

2014-03-14 Thread Tobias Powalowski
Date: Friday, March 14, 2014 @ 18:08:39
  Author: tpowa
Revision: 207754

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

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/PKGBUILD
(from rev 207753, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 207753, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 207753, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-i686/samba.conf
(from rev 207753, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 207753, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 207753, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 207753, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 207753, samba/trunk/samba.pam)
  samba/repos/testing-i686/samba.service
(from rev 207753, samba/trunk/samba.service)
  samba/repos/testing-i686/smbd.service
(from rev 207753, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 207753, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 207753, samba/trunk/smbd@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 207753, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/
  samba/repos/testing-x86_64/PKGBUILD
(from rev 207753, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 207753, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 207753, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-x86_64/samba.conf
(from rev 207753, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 207753, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 207753, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 207753, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 207753, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/samba.service
(from rev 207753, samba/trunk/samba.service)
  samba/repos/testing-x86_64/smbd.service
(from rev 207753, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 207753, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 207753, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 207753, samba/trunk/winbindd.service)

--+
 testing-i686/PKGBUILD|  267 +
 testing-i686/nmbd.service|   12 
 testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 +++
 testing-i686/samba.conf  |2 
 testing-i686/samba.conf.d|   18 +
 testing-i686/samba.install   |   14 
 testing-i686/samba.logrotate |9 
 testing-i686/samba.pam   |3 
 testing-i686/samba.service   |   14 
 testing-i686/smbd.service|   12 
 testing-i686/smbd.socket |9 
 testing-i686/smbd@.service   |7 
 testing-i686/winbindd.service|   12 
 testing-x86_64/PKGBUILD  |  267 +
 testing-x86_64/nmbd.service  |   12 
 testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch |   60 +++
 testing-x86_64/samba.conf|2 
 testing-x86_64/samba.conf.d  |   18 +
 testing-x86_64/samba.install |   14 
 testing-x86_64/samba.logrotate   |9 
 testing-x86_64/samba.pam |3 
 testing-x86_64/samba.service |   14 
 testing-x86_64/smbd.service  |   12 
 testing-x86_64/smbd.socket   |9 
 testing-x86_64/smbd@.service |7 
 testing-x86_64/winbindd.service  |   12 
 26 files changed, 878 insertions(+)

Copied: samba/repos/testing-i686/PKGBUILD (from rev 207753, 
samba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-14 17:08:39 UTC (rev 207754)
@@ -0,0 +1,267 @@
+
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+# Contributor: Michael Hansen zrax0111 gmail com
+# Contributor: Marco A Rojas marquicus at gmail.com
+# Contributor: Netanel Shine netanel at archlinux.org.il 
+# Contributor: ngoonee ngoonee.t...@gmail.com
+# Contributor: Adam Russell 

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

2014-03-14 Thread Sven-Hendrik Haase
Date: Friday, March 14, 2014 @ 19:17:09
  Author: svenstaro
Revision: 107226

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 107225, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 107225, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/icon.xpm
(from rev 107225, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 107225, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 107225, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 107225, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 107225, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/icon.xpm
(from rev 107225, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 107225, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 107225, teamspeak3/trunk/teamspeak3.launcher)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 /PKGBUILD|  132 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   65 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   65 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 166 insertions(+), 164 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 107225, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 18:16:52 UTC (rev 107225)
+++ community-i686/PKGBUILD 2014-03-14 18:17:09 UTC (rev 107226)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Slash demodevil5[at]yahoo[dot]com
-# Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
-
-pkgname=teamspeak3
-pkgver=3.0.14
-pkgrel=1
-pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
-url=http://www.teamspeak.com/;
-license=('custom')
-depends=('qt4')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'icon.xpm'
-'teamspeak3.launcher')
-md5sums=('e6d84ca4efd1e03b9b4ab26c18afa904'
- '0bc84d59aecf857d1c3e6cd52e7058d7'
- '98e987a42511f159fa2228f5e0bffed1'
- '19f103384e4c1a0aafc8fed44de0c87b'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ $CARCH == i686 ]]  _TSARCH='x86'
-[[ $CARCH == x86_64 ]]  _TSARCH='amd64'
-
-package() {
-  cd ${srcdir}
-
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
-
-  # Run Installer
-  sh ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
-  # Fix FS#34190
-  sed -i /export QTDIR.*/d ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  sed -i /export QT_PLUGIN_PATH*/d 
${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm ${pkgdir}/opt/teamspeak3/qt.conf
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/icon.xpm 

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

2014-03-14 Thread Sven-Hendrik Haase
Date: Friday, March 14, 2014 @ 19:16:52
  Author: svenstaro
Revision: 107225

upgpkg: teamspeak3 3.0.14-2

Fix FS#39393 and FS#39390

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 16:49:24 UTC (rev 107224)
+++ PKGBUILD2014-03-14 18:16:52 UTC (rev 107225)
@@ -4,11 +4,11 @@
 
 pkgname=teamspeak3
 pkgver=3.0.14
-pkgrel=1
+pkgrel=2
 pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
 url=http://www.teamspeak.com/;
 license=('custom')
-depends=('qt4')
+depends=('qt5-base')
 optdepends=('libpulse')
 arch=('i686' 'x86_64')
 
source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
@@ -25,31 +25,32 @@
 [[ $CARCH == i686 ]]  _TSARCH='x86'
 [[ $CARCH == x86_64 ]]  _TSARCH='amd64'
 
-package() {
-  cd ${srcdir}
+prepare() {
+  mkdir archive  cd archive
+  sh ../TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --tar -xf 2/dev/null
 
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
+  # Delete bundled Qt libs to use system-wide ones
+  rm libQt5*
 
-  # Run Installer
-  sh ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
   # Fix FS#34190
-  sed -i /export QTDIR.*/d ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  sed -i /export QT_PLUGIN_PATH*/d 
${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
+  sed -i /export QTDIR.*/d ts3client_runscript.sh
+  sed -i /export QT_PLUGIN_PATH*/d ts3client_runscript.sh
   
   # Fix FS#34189
-  rm ${pkgdir}/opt/teamspeak3/qt.conf
+  rm qt.conf
 
+  # Fix permissions
+  find -type d | xargs chmod 755
+  find -type f | xargs chmod 644
+  find -name *.so | xargs chmod 755
+  chmod +x ts3client*
+}
+
+package() {
+  install -d ${pkgdir}/{usr/bin/,opt/teamspeak3}
+
+  cp -r archive/* ${pkgdir}/opt/teamspeak3/
+
   # Install Desktop File
   install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
 



[arch-commits] Commit in (169 files)

2014-03-14 Thread Andrea Scarpino
Date: Friday, March 14, 2014 @ 19:33:53
  Author: andrea
Revision: 207755

KDE 4.13 Beta2

Modified:
  baloo-widgets/kde-unstable/PKGBUILD
  baloo/kde-unstable/PKGBUILD
  kactivities/kde-unstable/PKGBUILD
  kde-base-artwork/kde-unstable/PKGBUILD
  kde-wallpapers/kde-unstable/PKGBUILD
  kdeaccessibility-jovie/kde-unstable/PKGBUILD
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD
  kdeaccessibility-kmag/kde-unstable/PKGBUILD
  kdeaccessibility-kmousetool/kde-unstable/PKGBUILD
  kdeaccessibility-kmouth/kde-unstable/PKGBUILD
  kdeadmin-kcron/kde-unstable/PKGBUILD
  kdeadmin-ksystemlog/kde-unstable/PKGBUILD
  kdeadmin-kuser/kde-unstable/PKGBUILD
  kdeartwork/kde-unstable/PKGBUILD
  kdebase-konsole/kde-unstable/PKGBUILD
  kdebase-runtime/kde-unstable/PKGBUILD
  kdebase/kde-unstable/PKGBUILD
  kdebindings-kimono/kde-unstable/PKGBUILD
  kdebindings-korundum/kde-unstable/PKGBUILD
  kdebindings-kross/kde-unstable/PKGBUILD
  kdebindings-perlkde/kde-unstable/PKGBUILD
  kdebindings-perlqt/kde-unstable/PKGBUILD
  kdebindings-python/kde-unstable/PKGBUILD
  kdebindings-qtruby/kde-unstable/PKGBUILD
  kdebindings-qyoto/kde-unstable/PKGBUILD
  kdebindings-smokegen/kde-unstable/PKGBUILD
  kdebindings-smokekde/kde-unstable/PKGBUILD
  kdebindings-smokeqt/kde-unstable/PKGBUILD
  kdeedu-analitza/kde-unstable/PKGBUILD
  kdeedu-artikulate/kde-unstable/PKGBUILD
  kdeedu-blinken/kde-unstable/PKGBUILD
  kdeedu-cantor/kde-unstable/PKGBUILD
  kdeedu-kalgebra/kde-unstable/PKGBUILD
  kdeedu-kalzium/kde-unstable/PKGBUILD
  kdeedu-kanagram/kde-unstable/PKGBUILD
  kdeedu-kbruch/kde-unstable/PKGBUILD
  kdeedu-kgeography/kde-unstable/PKGBUILD
  kdeedu-khangman/kde-unstable/PKGBUILD
  kdeedu-kig/kde-unstable/PKGBUILD
  kdeedu-kiten/kde-unstable/PKGBUILD
  kdeedu-klettres/kde-unstable/PKGBUILD
  kdeedu-kmplot/kde-unstable/PKGBUILD
  kdeedu-kstars/kde-unstable/PKGBUILD
  kdeedu-kturtle/kde-unstable/PKGBUILD
  kdeedu-kwordquiz/kde-unstable/PKGBUILD
  kdeedu-marble/kde-unstable/PKGBUILD
  kdeedu-pairs/kde-unstable/PKGBUILD
  kdeedu-parley/kde-unstable/PKGBUILD
  kdeedu-rocs/kde-unstable/PKGBUILD
  kdeedu-step/kde-unstable/PKGBUILD
  kdegames-bomber/kde-unstable/PKGBUILD
  kdegames-bovo/kde-unstable/PKGBUILD
  kdegames-granatier/kde-unstable/PKGBUILD
  kdegames-kajongg/kde-unstable/PKGBUILD
  kdegames-kapman/kde-unstable/PKGBUILD
  kdegames-katomic/kde-unstable/PKGBUILD
  kdegames-kblackbox/kde-unstable/PKGBUILD
  kdegames-kblocks/kde-unstable/PKGBUILD
  kdegames-kbounce/kde-unstable/PKGBUILD
  kdegames-kbreakout/kde-unstable/PKGBUILD
  kdegames-kdiamond/kde-unstable/PKGBUILD
  kdegames-kfourinline/kde-unstable/PKGBUILD
  kdegames-kgoldrunner/kde-unstable/PKGBUILD
  kdegames-kigo/kde-unstable/PKGBUILD
  kdegames-killbots/kde-unstable/PKGBUILD
  kdegames-kiriki/kde-unstable/PKGBUILD
  kdegames-kjumpingcube/kde-unstable/PKGBUILD
  kdegames-klickety/kde-unstable/PKGBUILD
  kdegames-klines/kde-unstable/PKGBUILD
  kdegames-kmahjongg/kde-unstable/PKGBUILD
  kdegames-kmines/kde-unstable/PKGBUILD
  kdegames-knavalbattle/kde-unstable/PKGBUILD
  kdegames-knetwalk/kde-unstable/PKGBUILD
  kdegames-kolf/kde-unstable/PKGBUILD
  kdegames-kollision/kde-unstable/PKGBUILD
  kdegames-konquest/kde-unstable/PKGBUILD
  kdegames-kpatience/kde-unstable/PKGBUILD
  kdegames-kreversi/kde-unstable/PKGBUILD
  kdegames-kshisen/kde-unstable/PKGBUILD
  kdegames-ksirk/kde-unstable/PKGBUILD
  kdegames-ksnakeduel/kde-unstable/PKGBUILD
  kdegames-kspaceduel/kde-unstable/PKGBUILD
  kdegames-ksquares/kde-unstable/PKGBUILD
  kdegames-ksudoku/kde-unstable/PKGBUILD
  kdegames-ktuberling/kde-unstable/PKGBUILD
  kdegames-kubrick/kde-unstable/PKGBUILD
  kdegames-lskat/kde-unstable/PKGBUILD
  kdegames-palapeli/kde-unstable/PKGBUILD
  kdegames-picmi/kde-unstable/PKGBUILD
  kdegraphics-gwenview/kde-unstable/PKGBUILD
  kdegraphics-kamera/kde-unstable/PKGBUILD
  kdegraphics-kcolorchooser/kde-unstable/PKGBUILD
  kdegraphics-kgamma/kde-unstable/PKGBUILD
  kdegraphics-kolourpaint/kde-unstable/PKGBUILD
  kdegraphics-kruler/kde-unstable/PKGBUILD
  kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
  kdegraphics-ksnapshot/kde-unstable/PKGBUILD
  kdegraphics-mobipocket/kde-unstable/PKGBUILD
  kdegraphics-okular/kde-unstable/PKGBUILD
  kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
  kdegraphics-svgpart/kde-unstable/PKGBUILD
  kdegraphics-thumbnailers/kde-unstable/PKGBUILD
  kdelibs/kde-unstable/PKGBUILD
  kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD
  kdemultimedia-dragonplayer/kde-unstable/PKGBUILD
  kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD
  kdemultimedia-juk/kde-unstable/PKGBUILD
  kdemultimedia-kmix/kde-unstable/PKGBUILD
  kdemultimedia-kscd/kde-unstable/PKGBUILD
  kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD
  kdenetwork-filesharing/kde-unstable/PKGBUILD
  kdenetwork-kdnssd/kde-unstable/PKGBUILD
  kdenetwork-kget/kde-unstable/PKGBUILD
  kdenetwork-kopete/kde-unstable/PKGBUILD
  kdenetwork-kppp/kde-unstable/PKGBUILD
  kdenetwork-krdc/kde-unstable/PKGBUILD
  

[arch-commits] Commit in coreutils/trunk (PKGBUILD coreutils-8.22-shuf-segfault.patch)

2014-03-14 Thread Bartłomiej Piotrowski
Date: Friday, March 14, 2014 @ 19:34:52
  Author: bpiotrowski
Revision: 207756

upgpkg: coreutils 8.22-3

fix segmentation fault when running shuf -e (FS#39425)

Added:
  coreutils/trunk/coreutils-8.22-shuf-segfault.patch
Modified:
  coreutils/trunk/PKGBUILD

+
 PKGBUILD   |   33 +--
 coreutils-8.22-shuf-segfault.patch |   74 +++
 2 files changed, 95 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 18:33:53 UTC (rev 207755)
+++ PKGBUILD2014-03-14 18:34:52 UTC (rev 207756)
@@ -1,34 +1,43 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer:  Sébastien Seblu Luttringer
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=coreutils
 pkgver=8.22
-pkgrel=2
-pkgdesc=The basic file, shell and text manipulation utilities of the GNU 
operating system
+pkgrel=3
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
 arch=('i686' 'x86_64')
 license=('GPL3')
-url=http://www.gnu.org/software/coreutils;
+url='http://www.gnu.org/software/coreutils'
 groups=('base')
 depends=('glibc' 'pam' 'acl' 'gmp' 'libcap' 'openssl')
-install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+coreutils-8.22-shuf-segfault.patch)
 md5sums=('8fb0ae2267aa6e728958adc38f8163a2'
- 'SKIP')
+ 'SKIP'
+ '94f7e6f373f37beb236caabed8fcdb52')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../coreutils-8.22-shuf-segfault.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --libexecdir=/usr/lib --with-openssl \
-  --enable-no-install-program=groups,hostname,kill,uptime
+--enable-no-install-program=groups,hostname,kill,uptime
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make RUN_EXPENSIVE_TESTS=yes check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }

Added: coreutils-8.22-shuf-segfault.patch
===
--- coreutils-8.22-shuf-segfault.patch  (rev 0)
+++ coreutils-8.22-shuf-segfault.patch  2014-03-14 18:34:52 UTC (rev 207756)
@@ -0,0 +1,74 @@
+From 24eb395471176e24762b08bfcef7562911537504 Mon Sep 17 00:00:00 2001
+From: Paul Eggert egg...@cs.ucla.edu
+Date: Sun, 23 Feb 2014 15:34:48 -0800
+Subject: [PATCH] shuf: with -r, don't dump core if the input is empty
+
+Problem reported by valiant xiao in http://bugs.gnu.org/16855.
+* NEWS: Document this.
+* src/shuf.c (main): With -r, report an error if the input is empty.
+* tests/misc/shuf.sh: Test for the bug.
+---
+ NEWS   |  3 +++
+ src/shuf.c | 15 +++
+ tests/misc/shuf.sh |  4 
+ 3 files changed, 18 insertions(+), 4 deletions(-)
+
+diff --git a/NEWS b/NEWS
+index e72942b..2df246d 100644
+--- a/NEWS
 b/NEWS
+@@ -22,6 +22,9 @@ GNU coreutils NEWS-*- 
outline -*-
+   it would display an error, requiring --no-dereference to avoid the issue.
+   [bug introduced in coreutils-5.3.0]
+ 
++  shuf -r no longer dumps core if the input is empty.
++  [bug introduced in coreutils-8.22]
++
+ ** New features
+ 
+   od accepts a new option: --endian=TYPE to handle inputs with different byte
+diff --git a/src/shuf.c b/src/shuf.c
+index d4641fe..2a91072 100644
+--- a/src/shuf.c
 b/src/shuf.c
+@@ -576,11 +576,18 @@ main (int argc, char **argv)
+   /* Generate output according to requested method */
+   if (repeat)
+ {
+-  if (input_range)
+-i = write_random_numbers (randint_source, head_lines,
+-  lo_input, hi_input, eolbyte);
++  if (head_lines == 0)
++i = 0;
+   else
+-i = write_random_lines (randint_source, head_lines, line, n_lines);
++{
++  if (n_lines == 0)
++error (EXIT_FAILURE, 0, _(No lines to repeat));
++  if (input_range)
++i = write_random_numbers (randint_source, head_lines,
++  lo_input, hi_input, eolbyte);
++  else
++i = write_random_lines (randint_source, head_lines, line, 
n_lines);
++}
+ }
+   else
+ {
+diff --git a/tests/misc/shuf.sh b/tests/misc/shuf.sh
+index d3ea1f2..d7251d1 100755
+--- a/tests/misc/shuf.sh
 b/tests/misc/shuf.sh
+@@ -43,6 +43,10 @@ compare in out1 || { fail=1; echo not a permutation 12; 
}
+ t=$(shuf -e a b c d e | sort | fmt)
+ test $t = 'a b c d e' || { fail=1; echo not a 

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

2014-03-14 Thread Bartłomiej Piotrowski
Date: Friday, March 14, 2014 @ 19:35:02
  Author: bpiotrowski
Revision: 207757

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

Added:
  coreutils/repos/testing-i686/
  coreutils/repos/testing-i686/PKGBUILD
(from rev 207756, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-i686/coreutils-8.22-shuf-segfault.patch
(from rev 207756, coreutils/trunk/coreutils-8.22-shuf-segfault.patch)
  coreutils/repos/testing-i686/coreutils.install
(from rev 207756, coreutils/trunk/coreutils.install)
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 207756, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-x86_64/coreutils-8.22-shuf-segfault.patch
(from rev 207756, coreutils/trunk/coreutils-8.22-shuf-segfault.patch)
  coreutils/repos/testing-x86_64/coreutils.install
(from rev 207756, coreutils/trunk/coreutils.install)

---+
 testing-i686/PKGBUILD |   43 +++
 testing-i686/coreutils-8.22-shuf-segfault.patch   |   74 
 testing-i686/coreutils.install|   17 
 testing-x86_64/PKGBUILD   |   43 +++
 testing-x86_64/coreutils-8.22-shuf-segfault.patch |   74 
 testing-x86_64/coreutils.install  |   17 
 6 files changed, 268 insertions(+)

Copied: coreutils/repos/testing-i686/PKGBUILD (from rev 207756, 
coreutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-14 18:35:02 UTC (rev 207757)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Sébastien Seblu Luttringer
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=coreutils
+pkgver=8.22
+pkgrel=3
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/coreutils'
+groups=('base')
+depends=('glibc' 'pam' 'acl' 'gmp' 'libcap' 'openssl')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+coreutils-8.22-shuf-segfault.patch)
+md5sums=('8fb0ae2267aa6e728958adc38f8163a2'
+ 'SKIP'
+ '94f7e6f373f37beb236caabed8fcdb52')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../coreutils-8.22-shuf-segfault.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib --with-openssl \
+--enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make RUN_EXPENSIVE_TESTS=yes check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: coreutils/repos/testing-i686/coreutils-8.22-shuf-segfault.patch (from 
rev 207756, coreutils/trunk/coreutils-8.22-shuf-segfault.patch)
===
--- testing-i686/coreutils-8.22-shuf-segfault.patch 
(rev 0)
+++ testing-i686/coreutils-8.22-shuf-segfault.patch 2014-03-14 18:35:02 UTC 
(rev 207757)
@@ -0,0 +1,74 @@
+From 24eb395471176e24762b08bfcef7562911537504 Mon Sep 17 00:00:00 2001
+From: Paul Eggert egg...@cs.ucla.edu
+Date: Sun, 23 Feb 2014 15:34:48 -0800
+Subject: [PATCH] shuf: with -r, don't dump core if the input is empty
+
+Problem reported by valiant xiao in http://bugs.gnu.org/16855.
+* NEWS: Document this.
+* src/shuf.c (main): With -r, report an error if the input is empty.
+* tests/misc/shuf.sh: Test for the bug.
+---
+ NEWS   |  3 +++
+ src/shuf.c | 15 +++
+ tests/misc/shuf.sh |  4 
+ 3 files changed, 18 insertions(+), 4 deletions(-)
+
+diff --git a/NEWS b/NEWS
+index e72942b..2df246d 100644
+--- a/NEWS
 b/NEWS
+@@ -22,6 +22,9 @@ GNU coreutils NEWS-*- 
outline -*-
+   it would display an error, requiring --no-dereference to avoid the issue.
+   [bug introduced in coreutils-5.3.0]
+ 
++  shuf -r no longer dumps core if the input is empty.
++  [bug introduced in coreutils-8.22]
++
+ ** New features
+ 
+   od accepts a new option: --endian=TYPE to handle inputs with different byte
+diff --git a/src/shuf.c b/src/shuf.c
+index d4641fe..2a91072 100644
+--- a/src/shuf.c
 b/src/shuf.c
+@@ -576,11 +576,18 @@ main (int argc, char **argv)
+   /* Generate output according to requested method */
+   if (repeat)
+ {
+-  if (input_range)
+-i = write_random_numbers (randint_source, head_lines,
+-  lo_input, hi_input, eolbyte);
++  if (head_lines == 0)
++i = 0;
+   else
+-i = write_random_lines (randint_source, head_lines, line, n_lines);
++{
++  if (n_lines == 0)
++error (EXIT_FAILURE, 0, _(No lines to 

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

2014-03-14 Thread Balló György
Date: Friday, March 14, 2014 @ 20:05:30
  Author: bgyorgy
Revision: 107227

Adopt package

Modified:
  gpicview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 18:17:09 UTC (rev 107226)
+++ PKGBUILD2014-03-14 19:05:30 UTC (rev 107227)
@@ -1,4 +1,5 @@
 # $Id$ 
+# Maintainer: Balló György ballogyor+arch at gmail dot com
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Angel Velasquez an...@archlinux.org 
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
@@ -13,25 +14,25 @@
 groups=('lxde')
 depends=('gtk2' 'desktop-file-utils' 'xdg-utils')
 install=$pkgname.install
-makedepends=('pkgconfig' 'intltool')
+makedepends=('intltool')
 optdepends=('librsvg: For SVG support')
 
source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
 md5sums=('b209e36531f89c48e3067b389699d4c7')
 
 prepare() {
-   cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-   # Apply only one main category (FS#34684)
-   sed -i '/^Categories=/ s/Utility;//' gpicview.desktop.in
+  # Apply only one main category (FS#34684)
+  sed -i '/^Categories=/ s/Utility;//' gpicview.desktop.in
 }
 
 build() {
-   cd $pkgname-$pkgver
-   ./configure --sysconfdir=/etc --prefix=/usr
-   make
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
 }
 
 package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 21:19:22
  Author: anatolik
Revision: 207759

upgpkg: nspr 4.10.4-1

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 20:00:10 UTC (rev 207758)
+++ PKGBUILD2014-03-14 20:19:22 UTC (rev 207759)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=nspr
-pkgver=4.10.3
+pkgver=4.10.4
 pkgrel=1
 pkgdesc=Netscape Portable Runtime
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=('zip')
 options=('!emptydirs')
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('afcb28ed2b159cb059141bdf5f2e001374a845cf')
-md5sums=('bf298e874cf454a3c2f8fe7e671c5d2e')
+md5sums=('db8e5c40dadcf3f71a20c01f503c573a')
+sha1sums=('43b2029d990515f952c89d2921397c064fbbe2e7')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 21:20:01
  Author: anatolik
Revision: 207760

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

Added:
  nspr/repos/testing-i686/
  nspr/repos/testing-i686/PKGBUILD
(from rev 207759, nspr/trunk/PKGBUILD)
  nspr/repos/testing-x86_64/
  nspr/repos/testing-x86_64/PKGBUILD
(from rev 207759, nspr/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   44 
 testing-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: nspr/repos/testing-i686/PKGBUILD (from rev 207759, nspr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-14 20:20:01 UTC (rev 207760)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=nspr
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=Netscape Portable Runtime
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('db8e5c40dadcf3f71a20c01f503c573a')
+sha1sums=('43b2029d990515f952c89d2921397c064fbbe2e7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ $CARCH = x86_64 ]; then
+_confflags=--enable-64bit
+  else
+_confflags=
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  ln -s nspr.pc $pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+ $pkgdir/usr/include/nspr/md
+}

Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 207759, 
nspr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-14 20:20:01 UTC (rev 207760)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=nspr
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=Netscape Portable Runtime
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('db8e5c40dadcf3f71a20c01f503c573a')
+sha1sums=('43b2029d990515f952c89d2921397c064fbbe2e7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ $CARCH = x86_64 ]; then
+_confflags=--enable-64bit
+  else
+_confflags=
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  ln -s nspr.pc $pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+ $pkgdir/usr/include/nspr/md
+}



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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 21:23:37
  Author: anatolik
Revision: 207761

upgpkg: nss 3.15.5-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 20:20:01 UTC (rev 207760)
+++ PKGBUILD2014-03-14 20:23:37 UTC (rev 207761)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=nss
-pkgver=3.15.4
+pkgver=3.15.5
 pkgrel=1
 pkgdesc=Mozilla Network Security Services
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 nss-config.in
 ssl-renegotiate-transitional.patch
 add_spi+cacert_ca_certs.patch)
-sha1sums=('c164fac83fcbaff010786767e2a858ca23a89a5b'
+sha1sums=('c8d34a33cf5782d35df1aa78cdb38707d7bfc5fe'
   'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
   'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c'
   '8a964a744ba098711b80c0d279a2993524e8eb92'



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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 21:24:09
  Author: anatolik
Revision: 207762

archrelease: copy trunk to testing-x86_64

Added:
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 207761, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/add_spi+cacert_ca_certs.patch
(from rev 207761, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 207761, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 207761, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch
(from rev 207761, nss/trunk/ssl-renegotiate-transitional.patch)

+
 PKGBUILD   |   97 +
 add_spi+cacert_ca_certs.patch  |  624 +++
 nss-config.in  |  145 
 nss.pc.in  |   11 
 ssl-renegotiate-transitional.patch |   21 +
 5 files changed, 898 insertions(+)

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


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

2014-03-14 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 21:27:44
  Author: anatolik
Revision: 207763

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

Added:
  nss/repos/testing-i686/
  nss/repos/testing-i686/PKGBUILD
(from rev 207762, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/add_spi+cacert_ca_certs.patch
(from rev 207762, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 207762, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.pc.in
(from rev 207762, nss/trunk/nss.pc.in)
  nss/repos/testing-i686/ssl-renegotiate-transitional.patch
(from rev 207762, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/testing-x86_64/PKGBUILD
(from rev 207762, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/add_spi+cacert_ca_certs.patch
(from rev 207762, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 207762, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 207762, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch
(from rev 207762, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/testing-x86_64/PKGBUILD
  nss/repos/testing-x86_64/add_spi+cacert_ca_certs.patch
  nss/repos/testing-x86_64/nss-config.in
  nss/repos/testing-x86_64/nss.pc.in
  nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch

---+
 /PKGBUILD |   97 +++
 /add_spi+cacert_ca_certs.patch|  624 
 /nss-config.in|  145 
 /nss.pc.in|   11 
 /ssl-renegotiate-transitional.patch   |   21 
 testing-i686/PKGBUILD |   97 +++
 testing-i686/add_spi+cacert_ca_certs.patch|  624 
 testing-i686/nss-config.in|  145 
 testing-i686/nss.pc.in|   11 
 testing-i686/ssl-renegotiate-transitional.patch   |   21 
 testing-x86_64/PKGBUILD   |   97 ---
 testing-x86_64/add_spi+cacert_ca_certs.patch  |  624 
 testing-x86_64/nss-config.in  |  145 
 testing-x86_64/nss.pc.in  |   11 
 testing-x86_64/ssl-renegotiate-transitional.patch |   21 
 15 files changed, 1796 insertions(+), 898 deletions(-)

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


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

2014-03-14 Thread Pierre Schmitz
Date: Friday, March 14, 2014 @ 22:55:02
  Author: pierre
Revision: 107228

upgpkg: lib32-openssl 1.0.1.f-2

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 19:05:30 UTC (rev 107227)
+++ PKGBUILD2014-03-14 21:55:02 UTC (rev 107228)
@@ -7,7 +7,7 @@
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=1
+pkgrel=2
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
 arch=('x86_64')
 url='https://www.openssl.org'
@@ -48,7 +48,7 @@
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
shared zlib \
linux-elf \
-   -Wa,--noexecstack ${CFLAGS} ${LDFLAGS}
+   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
 
make MAKEDEPPROG=${CC} depend
make



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

2014-03-14 Thread Pierre Schmitz
Date: Friday, March 14, 2014 @ 22:55:20
  Author: pierre
Revision: 107229

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-openssl/repos/multilib-testing-x86_64/
  
lib32-openssl/repos/multilib-testing-x86_64/Makefile.org-Fix-usage-of-CC-gcc-m32.patch
(from rev 107228, 
lib32-openssl/trunk/Makefile.org-Fix-usage-of-CC-gcc-m32.patch)
  lib32-openssl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 107228, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-testing-x86_64/ca-dir.patch
(from rev 107228, lib32-openssl/trunk/ca-dir.patch)
  lib32-openssl/repos/multilib-testing-x86_64/no-rpath.patch
(from rev 107228, lib32-openssl/trunk/no-rpath.patch)

+
 Makefile.org-Fix-usage-of-CC-gcc-m32.patch |   31 +++
 PKGBUILD   |   73 +++
 ca-dir.patch   |   33 
 no-rpath.patch |   11 
 4 files changed, 148 insertions(+)

Copied: 
lib32-openssl/repos/multilib-testing-x86_64/Makefile.org-Fix-usage-of-CC-gcc-m32.patch
 (from rev 107228, 
lib32-openssl/trunk/Makefile.org-Fix-usage-of-CC-gcc-m32.patch)
===
--- multilib-testing-x86_64/Makefile.org-Fix-usage-of-CC-gcc-m32.patch  
(rev 0)
+++ multilib-testing-x86_64/Makefile.org-Fix-usage-of-CC-gcc-m32.patch  
2014-03-14 21:55:20 UTC (rev 107229)
@@ -0,0 +1,31 @@
+From 57bf275b260d74e9a1a6d84e180629b671e95fbe Mon Sep 17 00:00:00 2001
+From: Pierre Schmitz pie...@archlinux.de
+Date: Sun, 12 Jan 2014 11:31:05 +0100
+Subject: [PATCH] Makefile.org: Fix usage of CC=gcc -m32
+
+Commit 60adefa61025ffd7d56cf7ff8491008f783282bf introduced the use of the CC
+variable without quoting. This breaks e.g. multilib builds where CC is set to
+gcc -m32.
+
+Signed-off-by: Pierre Schmitz pie...@archlinux.de
+---
+ Makefile.org | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.org b/Makefile.org
+index a9e2727..65a686d 100644
+--- a/Makefile.org
 b/Makefile.org
+@@ -302,7 +302,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a 
fips_premain_dso$(EXE_EXT)
+   FIPSLD_CC=$(CC); CC=$(FIPSDIR)/bin/fipsld; \
+   export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
+   fi; \
+-  $(MAKE) -e SHLIBDIRS=crypto  CC=$${CC:-$(CC)} build-shared; \
++  $(MAKE) -e SHLIBDIRS=crypto  CC=$${CC:-$(CC)} build-shared; \
+   touch -c fips_premain_dso$(EXE_EXT); \
+   else \
+   echo There's no support for shared libraries on this platform 
2; \
+
+-- 
+1.8.5.2
+

Copied: lib32-openssl/repos/multilib-testing-x86_64/PKGBUILD (from rev 107228, 
lib32-openssl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-03-14 21:55:20 UTC (rev 107229)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+_ver=1.0.1f
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=2
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-zlib' ${_pkgbasename})
+optdepends=('ca-certificates')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=(https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
+https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch'
+'Makefile.org-Fix-usage-of-CC-gcc-m32.patch')
+md5sums=('f26b09c028a0541cab33da697d522b25'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90'
+ '538d32f38705a24789c86e7a5be771d1')
+
+prepare() {
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+   patch -p1 -i $srcdir/Makefile.org-Fix-usage-of-CC-gcc-m32.patch
+}
+
+build() {
+   export CC=gcc -m32
+   export CXX=g++ -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared zlib \
+   linux-elf \
+   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
+
+   make MAKEDEPPROG=${CC} depend
+   make
+}
+
+check() {
+   cd $srcdir/$_pkgbasename-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert 

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

2014-03-14 Thread Pierre Schmitz
Date: Friday, March 14, 2014 @ 22:55:53
  Author: pierre
Revision: 207764

upgpkg: openssl 1.0.1.f-2

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 20:27:44 UTC (rev 207763)
+++ PKGBUILD2014-03-14 21:55:53 UTC (rev 207764)
@@ -6,12 +6,12 @@
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=1
+pkgrel=2
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('i686' 'x86_64')
 url='https://www.openssl.org'
 license=('custom:BSD')
-depends=('perl')
+depends=('zlib' 'perl')
 optdepends=('ca-certificates')
 options=('!makeflags')
 backup=('etc/ssl/openssl.cnf')
@@ -52,7 +52,7 @@
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
shared zlib ${optflags} \
${openssltarget} \
-   -Wa,--noexecstack ${CFLAGS} ${LDFLAGS}
+   -Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
 
make depend
make



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

2014-03-14 Thread Pierre Schmitz
Date: Friday, March 14, 2014 @ 22:56:09
  Author: pierre
Revision: 207765

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 207764, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 207764, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 207764, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-i686/openssl-1.0.1f-perl-5.18.patch
(from rev 207764, openssl/trunk/openssl-1.0.1f-perl-5.18.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 207764, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 207764, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 207764, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/openssl-1.0.1f-perl-5.18.patch
(from rev 207764, openssl/trunk/openssl-1.0.1f-perl-5.18.patch)

---+
 testing-i686/PKGBUILD |   74 
 testing-i686/ca-dir.patch |   33 ++
 testing-i686/no-rpath.patch   |   11 
 testing-i686/openssl-1.0.1f-perl-5.18.patch   |  356 
 testing-x86_64/PKGBUILD   |   74 
 testing-x86_64/ca-dir.patch   |   33 ++
 testing-x86_64/no-rpath.patch |   11 
 testing-x86_64/openssl-1.0.1f-perl-5.18.patch |  356 
 8 files changed, 948 insertions(+)

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

Copied: openssl/repos/testing-i686/ca-dir.patch (from rev 207764, 
openssl/trunk/ca-dir.patch)
===
--- testing-i686/ca-dir.patch   (rev 0)
+++ testing-i686/ca-dir.patch   2014-03-14 21:56:09 UTC (rev 207765)
@@ -0,0 +1,33 @@
+--- apps/CA.pl.in  2006-04-28 02:30:49.0 +0200
 apps/CA.pl.in  2010-04-01 00:35:02.600553509 +0200
+@@ -53,7 +53,7 @@
+ $X509=$openssl x509;
+ $PKCS12=$openssl pkcs12;
+ 
+-$CATOP=./demoCA;
++$CATOP=/etc/ssl;
+ $CAKEY=cakey.pem;
+ $CAREQ=careq.pem;
+ $CACERT=cacert.pem;
+--- apps/CA.sh 2009-10-15 19:27:47.0 +0200
 apps/CA.sh 2010-04-01 00:35:02.600553509 +0200
+@@ -68,7 +68,7 @@
+ X509=$OPENSSL x509
+ 

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

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 03:42:31
  Author: fyan
Revision: 207766

upgpkg: libwacom 0.9-1

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 21:56:09 UTC (rev 207765)
+++ PKGBUILD2014-03-15 02:42:31 UTC (rev 207766)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libwacom
-pkgver=0.8
+pkgver=0.9
 pkgrel=1
 pkgdesc=Library to identify Wacom tablets and their features
 arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('glib2' 'systemd')
 
source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8a7490b960595366d011787ca4285b8e8b371324849f72c6488f92b2f313d442')
+sha256sums=('7a5848b5f069e526257a00ce2d409e2018c17f5a968bdec256423bcb54f2f097')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 03:43:55
  Author: fyan
Revision: 207767

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

Added:
  libwacom/repos/testing-i686/
  libwacom/repos/testing-i686/PKGBUILD
(from rev 207766, libwacom/trunk/PKGBUILD)
  libwacom/repos/testing-x86_64/
  libwacom/repos/testing-x86_64/PKGBUILD
(from rev 207766, libwacom/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libwacom/repos/testing-i686/PKGBUILD (from rev 207766, 
libwacom/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-15 02:43:55 UTC (rev 207767)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.9
+pkgrel=1
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7a5848b5f069e526257a00ce2d409e2018c17f5a968bdec256423bcb54f2f097')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libwacom/repos/testing-x86_64/PKGBUILD (from rev 207766, 
libwacom/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-15 02:43:55 UTC (rev 207767)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.9
+pkgrel=1
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7a5848b5f069e526257a00ce2d409e2018c17f5a968bdec256423bcb54f2f097')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 03:49:58
  Author: fyan
Revision: 207769

upgpkg: nvidia-304xx 304.121-2

- fix dependency on nvidia-304xx-libgl, address FS#39408

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-15 02:49:42 UTC (rev 207768)
+++ PKGBUILD2014-03-15 02:49:58 UTC (rev 207769)
@@ -5,11 +5,11 @@
 pkgname=nvidia-304xx
 pkgver=304.121
 _extramodules=extramodules-3.13-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux=3.13' 'linux3.14' nvidia-304xx-utils=${pkgver})
+depends=('linux=3.13' 'linux3.14' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
 makedepends=('linux-headers=3.13' 'linux-headers3.14')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')



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

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 03:49:42
  Author: fyan
Revision: 207768

upgpkg: nvidia-304xx-lts 304.121-2

- fix dependency on nvidia-304xx-libgl, address FS#39408

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-15 02:43:55 UTC (rev 207767)
+++ PKGBUILD2014-03-15 02:49:42 UTC (rev 207768)
@@ -5,11 +5,11 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.121
 _extramodules=extramodules-3.10-lts
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.26' nvidia-304xx-utils=${pkgver})
+depends=('linux-lts=3.10.26' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
 makedepends=('linux-lts-headers=3.10.26')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')



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

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 03:51:37
  Author: fyan
Revision: 207770

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 207769, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 207769, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 207769, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 207769, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia.install

-+
 /PKGBUILD   |  104 ++
 /nvidia.install |   30 
 extra-i686/PKGBUILD |   52 -
 extra-i686/nvidia.install   |   15 --
 extra-x86_64/PKGBUILD   |   52 -
 extra-x86_64/nvidia.install |   15 --
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-15 02:49:58 UTC (rev 207769)
+++ extra-i686/PKGBUILD 2014-03-15 02:51:37 UTC (rev 207770)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.121
-_extramodules=extramodules-3.13-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.13' 'linux3.14' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.13' 'linux-headers3.14')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
-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=('41e6d2b6325e5b0ae9889cfbd6bec696')
-fi
-
-
-prepare() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-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/extra-i686/PKGBUILD (from rev 207769, 
nvidia-304xx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-15 02:51:37 UTC (rev 207770)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.121
+_extramodules=extramodules-3.13-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.13' 'linux3.14' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.13' 'linux-headers3.14')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+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=('41e6d2b6325e5b0ae9889cfbd6bec696')
+fi
+
+
+prepare() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+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
+  

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

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 03:53:18
  Author: fyan
Revision: 207771

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

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

---+
 /PKGBUILD |   94 
 /nvidia-304xx-lts.install |   30 ++
 extra-i686/PKGBUILD   |   47 
 extra-i686/nvidia-304xx-lts.install   |   15 -
 extra-x86_64/PKGBUILD |   47 
 extra-x86_64/nvidia-304xx-lts.install |   15 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-15 02:51:37 UTC (rev 207770)
+++ extra-i686/PKGBUILD 2014-03-15 02:53:18 UTC (rev 207771)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=nvidia-304xx-lts
-pkgver=304.121
-_extramodules=extramodules-3.10-lts
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.26' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.10.26')
-conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
-provides=('nvidia-304xx')
-license=('custom')
-install=nvidia-304xx-lts.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
-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=('41e6d2b6325e5b0ae9889cfbd6bec696')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
-echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -D -m644 ${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE
-}

Copied: nvidia-304xx-lts/repos/extra-i686/PKGBUILD (from rev 207770, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-15 02:53:18 UTC (rev 207771)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.121
+_extramodules=extramodules-3.10-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.26' 'nvidia-304xx-libgl' 
nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.26')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
+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=('41e6d2b6325e5b0ae9889cfbd6bec696')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+

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

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 04:55:31
  Author: fyan
Revision: 207772

upgpkg: python-setuptools 3.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-15 02:53:18 UTC (rev 207771)
+++ PKGBUILD2014-03-15 03:55:31 UTC (rev 207772)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('425c2fa9329fc000e8c5ff947df001c3')
+md5sums=('d354131f1bcf6fcc62b4de3d71b45189')
 
 check() {
# Check python3 module
@@ -36,7 +36,7 @@
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
 
-   cd ../setuptools-${pkgver}-python2
+   cd ${srcdir}/setuptools-${pkgver}-python2
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
 }
@@ -47,7 +47,7 @@
python3 setup.py build
  
# Build python 2 module
-   cd ../setuptools-${pkgver}-python2
+   cd ${srcdir}/setuptools-${pkgver}-python2
python2 setup.py build
 }
  



[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 04:56:32
  Author: fyan
Revision: 207773

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 207772, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-15 03:55:31 UTC (rev 207772)
+++ PKGBUILD2014-03-15 03:56:32 UTC (rev 207773)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.1
-pkgrel=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('425c2fa9329fc000e8c5ff947df001c3')
-
-check() {
-   # Check python3 module
-   cd ${srcdir}/setuptools-${pkgver}
-   python3 setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/setuptools-${pkgver}-python2
-   python2 setup.py test
-}
- 
-prepare() {
-   cd ${srcdir}
- 
-   pushd setuptools-${pkgver}
-   popd
- 
-   cp -a setuptools-${pkgver}{,-python2}
- 
-   cd ${srcdir}/setuptools-${pkgver}
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-   cd ../setuptools-${pkgver}-python2
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-   # Build python 3 module
-   cd ${srcdir}/setuptools-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../setuptools-${pkgver}-python2
-   python2 setup.py build
-}
- 
-package_python-setuptools() {
-   depends=('python=3.3')
-   provides=('python-distribute')
-   replaces=('python-distribute')
- 
-   cd ${srcdir}/setuptools-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-   depends=('python2=2.7')
-   provides=('python2-distribute' 'setuptools')
-   replaces=('python2-distribute' 'setuptools')
- 
-   cd ${srcdir}/setuptools-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-   rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 207772, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-15 03:56:32 UTC (rev 207773)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=3.2
+pkgrel=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+md5sums=('d354131f1bcf6fcc62b4de3d71b45189')
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+prepare() {
+   cd ${srcdir}
+ 
+   pushd setuptools-${pkgver}
+   popd
+ 
+   cp -a setuptools-${pkgver}{,-python2}
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-setuptools() {
+   depends=('python=3.3')
+   provides=('python-distribute')
+   replaces=('python-distribute')
+ 
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+   depends=('python2=2.7')
+   provides=('python2-distribute'