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

2015-02-22 Thread Jonathan Steel
Date: Sunday, February 22, 2015 @ 10:48:50
  Author: jsteel
Revision: 128102

upgpkg: mednafen 0.9.38.2-2

Upstream 0.9.38 dropped physical CD support

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 09:45:34 UTC (rev 128101)
+++ PKGBUILD2015-02-22 09:48:50 UTC (rev 128102)
@@ -8,12 +8,12 @@
 
 pkgname=mednafen
 pkgver=0.9.38.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Command-line multi-system gaming emulator
 url=http://mednafen.sourceforge.net;
 license=('GPL2')
 arch=('i686' 'x86_64')
-depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
+depends=('libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
 md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')


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

2015-02-22 Thread Jonathan Steel
Date: Sunday, February 22, 2015 @ 10:49:12
  Author: jsteel
Revision: 128103

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-22 09:48:50 UTC (rev 128102)
+++ community-i686/PKGBUILD 2015-02-22 09:49:12 UTC (rev 128103)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.38.2
-pkgrel=1
-pkgdesc=Command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i $pkgdir/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 128102, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-22 09:49:12 UTC (rev 128103)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.38.2
+pkgrel=2
+pkgdesc=Command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=$pkgdir install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i $pkgdir/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-22 09:48:50 UTC (rev 128102)
+++ community-x86_64/PKGBUILD   2015-02-22 09:49:12 UTC (rev 128103)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.38.2
-pkgrel=1
-pkgdesc=Command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i $pkgdir/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 128102, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-22 09:49:12 UTC (rev 128103)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# 

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

2015-02-22 Thread Felix Yan
Date: Sunday, February 22, 2015 @ 14:42:27
  Author: fyan
Revision: 128109

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

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

--+
 /PKGBUILD|   80 +
 /kphotoalbum.install |   24 +++
 community-testing-i686/PKGBUILD  |   40 
 community-testing-i686/kphotoalbum.install   |   12 ---
 community-testing-x86_64/PKGBUILD|   40 
 community-testing-x86_64/kphotoalbum.install |   12 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-02-22 13:41:47 UTC (rev 128108)
+++ community-testing-i686/PKGBUILD 2015-02-22 13:42:27 UTC (rev 128109)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Gilles CHAUVIN gcnweb ][ gmail ? com
-# Contributor: Jonathan Schaeffer joschaeffer ][ gmail ? com
-# Contributor: chfoxli lg ][ romandie ? com
-
-pkgname=kphotoalbum
-pkgver=4.6
-pkgrel=1
-pkgdesc=KDE Photo Album, picture collection manager
-url=http://www.kphotoalbum.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'libkipi' 'libkdcraw')
-makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
-optdepends=('kdeedu-marble: integration with Marble'
-   'kipi-plugins: add extra functionality'
-   'kdemultimedia-mplayerthumbs: video thumbnails')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kphotoalbum/repos/community-testing-i686/PKGBUILD (from rev 128108, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-22 13:42:27 UTC (rev 128109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Gilles CHAUVIN gcnweb ][ gmail ? com
+# Contributor: Jonathan Schaeffer joschaeffer ][ gmail ? com
+# Contributor: chfoxli lg ][ romandie ? com
+
+pkgname=kphotoalbum
+pkgver=4.6
+pkgrel=2
+pkgdesc=KDE Photo Album, picture collection manager
+url=http://www.kphotoalbum.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface')
+makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
+optdepends=('kdeedu-marble: integration with Marble'
+   'kipi-plugins: add extra functionality'
+   'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-testing-i686/kphotoalbum.install
===
--- community-testing-i686/kphotoalbum.install  2015-02-22 13:41:47 UTC (rev 
128108)
+++ community-testing-i686/kphotoalbum.install  2015-02-22 13:42:27 UTC (rev 
128109)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kphotoalbum/repos/community-testing-i686/kphotoalbum.install (from rev 
128108, 

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

2015-02-22 Thread Felix Yan
Date: Sunday, February 22, 2015 @ 11:40:56
  Author: fyan
Revision: 231797

upgpkg: perl-tk 804.033-1

Modified:
  perl-tk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 03:30:22 UTC (rev 231796)
+++ PKGBUILD2015-02-22 10:40:56 UTC (rev 231797)
@@ -1,40 +1,33 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: François Charette francois ατ archlinux δοτ org
 # Contributor: Jason Chu j...@xentac.net
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=perl-tk
-pkgver=804.032
-pkgrel=3
+pkgver=804.033
+pkgrel=1
 pkgdesc=A graphical user interface toolkit for Perl
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/Tk;
 license=('PerlArtistic' 'GPL' 'custom')
 depends=('libpng' 'libjpeg' 'tk' 'perl')
+checkdepends=('xorg-server-xvfb' 'perl-devel-leak' 'perl-test-pod')
 options=('!emptydirs' '!strip')
-source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz
-
https://github.com/eserte/perl-tk/commit/ba3a92a779f7adcf655b7e45b40ee5b0cb79bc8b.patch
-
https://github.com/eserte/perl-tk/commit/1ca4589ef5a87999ec564081900bc8fdaed83c74.patch)
-md5sums=('47a84c70d1fd254ccece208303e6e9d5'
- 'e567bd0c209ad54004fa57cfac095f14'
- 'f06be3193f64791c134741a6ed2144a9')
+source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz)
+md5sums=('4c6d281ca9c6c2349e5cf84394e638fa')
 
 build() {
   cd Tk-$pkgver
 
-  # FS#40692
-  patch -p1 -i ../1ca4589ef5a87999ec564081900bc8fdaed83c74.patch
-  patch -p1 -i ../ba3a92a779f7adcf655b7e45b40ee5b0cb79bc8b.patch
-
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
-#check() {
-#  cd Tk-$pkgver
-#  make test
-#}
+check() {
+  cd Tk-$pkgver
+  xvfb-run make test
+}
 
 package() {
   cd Tk-$pkgver


[arch-commits] Commit in xorg-server/repos (32 files)

2015-02-22 Thread Laurent Carlier
Date: Sunday, February 22, 2015 @ 14:06:15
  Author: lcarlier
Revision: 231800

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

Added:
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 231799, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 231799, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 231799, xorg-server/trunk/nvidia-drm-outputclass.conf)
  
xorg-server/repos/extra-i686/os-access-fix-regression-in-server-interpreted-auth.patch
(from rev 231799, 
xorg-server/trunk/os-access-fix-regression-in-server-interpreted-auth.patch)
  
xorg-server/repos/extra-i686/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch
(from rev 231799, 
xorg-server/trunk/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch)
  xorg-server/repos/extra-i686/xorg-server.install
(from rev 231799, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 231799, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 231799, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 231799, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 231799, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 231799, xorg-server/trunk/nvidia-drm-outputclass.conf)
  
xorg-server/repos/extra-x86_64/os-access-fix-regression-in-server-interpreted-auth.patch
(from rev 231799, 
xorg-server/trunk/os-access-fix-regression-in-server-interpreted-auth.patch)
  
xorg-server/repos/extra-x86_64/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch
(from rev 231799, 
xorg-server/trunk/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch)
  xorg-server/repos/extra-x86_64/xorg-server.install
(from rev 231799, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 231799, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 231799, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/nvidia-drm-outputclass.conf
  
xorg-server/repos/extra-i686/os-access-fix-regression-in-server-interpreted-auth.patch
  
xorg-server/repos/extra-i686/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch
  xorg-server/repos/extra-i686/xorg-server.install
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/nvidia-drm-outputclass.conf
  
xorg-server/repos/extra-x86_64/os-access-fix-regression-in-server-interpreted-auth.patch
  
xorg-server/repos/extra-x86_64/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch
  xorg-server/repos/extra-x86_64/xorg-server.install
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

+
 /PKGBUILD  |  458 

 /autoconfig-sis.patch  |   42 
 /nvidia-drm-outputclass.conf   |   12 
 /os-access-fix-regression-in-server-interpreted-auth.patch |   60 +
 /v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch |   46 
 /xorg-server.install   |   36 
 /xvfb-run  |  360 
++
 /xvfb-run.1|  564 
++
 extra-i686/PKGBUILD|  227 

 extra-i686/autoconfig-sis.patch|   21 
 extra-i686/nvidia-drm-outputclass.conf |6 
 extra-i686/os-access-fix-regression-in-server-interpreted-auth.patch   |   30 
 extra-i686/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch   |   23 
 extra-i686/xorg-server.install |   18 
 extra-i686/xvfb-run|  180 
---
 extra-i686/xvfb-run.1  |  282 
-
 extra-x86_64/PKGBUILD  |  227 

 extra-x86_64/autoconfig-sis.patch  |   21 
 extra-x86_64/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/os-access-fix-regression-in-server-interpreted-auth.patch |   30 
 extra-x86_64/v2-xserver-Fix-a-crash-with-XDMCP-error-handler.patch |   23 
 extra-x86_64/xorg-server.install   |   18 
 

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

2015-02-22 Thread Laurent Carlier
Date: Sunday, February 22, 2015 @ 14:05:35
  Author: lcarlier
Revision: 231799

upgpkg: xorg-server 1.17.1-3

Add libunwind dependency, to produce better backtrace

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 10:41:33 UTC (rev 231798)
+++ PKGBUILD2015-02-22 13:05:35 UTC (rev 231799)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.17.1
-pkgrel=2 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=3 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -15,7 +15,7 @@
  'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 
'libdmx' 'libxtst' 'libxres'
  'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 
'dri2proto' 'libgcrypt' 'libepoxy'
  'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 
'xcb-util-keysyms' 'dri3proto'
- 'libxshmfence') 
+ 'libxshmfence' 'libunwind') 
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
 nvidia-drm-outputclass.conf
 xvfb-run
@@ -51,6 +51,7 @@
   --enable-xnest \
   --enable-composite \
   --enable-xcsecurity \
+  --enable-libunwind \
   --enable-xorg \
   --enable-xephyr \
   --enable-glamor \
@@ -92,7 +93,8 @@
 
 package_xorg-server-common() {
   pkgdesc=Xorg server common files
-  depends=('xkeyboard-config' 'xorg-xkbcomp' 'xorg-setxkbmap' 
'xorg-fonts-misc')
+  depends=('xkeyboard-config' 'xorg-xkbcomp' 'xorg-setxkbmap' 'xorg-fonts-misc'
+   'libunwind')
 
   cd ${pkgbase}-${pkgver}
   install -m755 -d ${pkgdir}/usr/share/licenses/xorg-server-common


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

2015-02-22 Thread Lukas Fleischer
Date: Sunday, February 22, 2015 @ 11:58:10
  Author: lfleischer
Revision: 128104

upgpkg: calcurse 4.0.0-1

Upstream update.

Modified:
  calcurse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 09:49:12 UTC (rev 128103)
+++ PKGBUILD2015-02-22 10:58:10 UTC (rev 128104)
@@ -4,7 +4,7 @@
 # Contributor: wain wain.at.gmx.net
 
 pkgname=calcurse
-pkgver=3.2.1
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='A text-based personal organizer.'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses')
 install='calcurse.install'
 source=(http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('427652c011bc5314c71c962233d59436'
+md5sums=('3cd414a30e6e1d118ae340bc7cb1a93a'
  'SKIP')
 validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
 
@@ -28,6 +28,5 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
-
   install -Dm0644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }


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

2015-02-22 Thread Felix Yan
Date: Sunday, February 22, 2015 @ 14:41:47
  Author: fyan
Revision: 128108

upgpkg: kphotoalbum 4.6-2

add libkface to depends, enables face recognition (FS#43909)

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 11:00:35 UTC (rev 128107)
+++ PKGBUILD2015-02-22 13:41:47 UTC (rev 128108)
@@ -7,12 +7,12 @@
 
 pkgname=kphotoalbum
 pkgver=4.6
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Photo Album, picture collection manager
 url=http://www.kphotoalbum.org/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('kdebase-runtime' 'libkipi' 'libkdcraw')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface')
 makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
 optdepends=('kdeedu-marble: integration with Marble'
'kipi-plugins: add extra functionality'


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

2015-02-22 Thread Felix Yan
Date: Sunday, February 22, 2015 @ 11:41:33
  Author: fyan
Revision: 231798

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

Added:
  perl-tk/repos/extra-i686/PKGBUILD
(from rev 231797, perl-tk/trunk/PKGBUILD)
  perl-tk/repos/extra-x86_64/PKGBUILD
(from rev 231797, perl-tk/trunk/PKGBUILD)
Deleted:
  perl-tk/repos/extra-i686/PKGBUILD
  perl-tk/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-22 10:40:56 UTC (rev 231797)
+++ extra-i686/PKGBUILD 2015-02-22 10:41:33 UTC (rev 231798)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: François Charette francois ατ archlinux δοτ org
-# Contributor: Jason Chu j...@xentac.net
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=perl-tk
-pkgver=804.032
-pkgrel=3
-pkgdesc=A graphical user interface toolkit for Perl
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Tk;
-license=('PerlArtistic' 'GPL' 'custom')
-depends=('libpng' 'libjpeg' 'tk' 'perl')
-options=('!emptydirs' '!strip')
-source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz
-
https://github.com/eserte/perl-tk/commit/ba3a92a779f7adcf655b7e45b40ee5b0cb79bc8b.patch
-
https://github.com/eserte/perl-tk/commit/1ca4589ef5a87999ec564081900bc8fdaed83c74.patch)
-md5sums=('47a84c70d1fd254ccece208303e6e9d5'
- 'e567bd0c209ad54004fa57cfac095f14'
- 'f06be3193f64791c134741a6ed2144a9')
-
-build() {
-  cd Tk-$pkgver
-
-  # FS#40692
-  patch -p1 -i ../1ca4589ef5a87999ec564081900bc8fdaed83c74.patch
-  patch -p1 -i ../ba3a92a779f7adcf655b7e45b40ee5b0cb79bc8b.patch
-
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-#check() {
-#  cd Tk-$pkgver
-#  make test
-#}
-
-package() {
-  cd Tk-$pkgver
-  make install DESTDIR=$pkgdir
-
-  # license
-  install -D -m644 pTk/license.terms \
-   ${pkgdir}/usr/share/licenses/${pkgname}/tk.license
-  install -D -m644 pTk/Tix.license \
-   ${pkgdir}/usr/share/licenses/${pkgname}/tix.license
-}

Copied: perl-tk/repos/extra-i686/PKGBUILD (from rev 231797, 
perl-tk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-22 10:41:33 UTC (rev 231798)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: François Charette francois ατ archlinux δοτ org
+# Contributor: Jason Chu j...@xentac.net
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=perl-tk
+pkgver=804.033
+pkgrel=1
+pkgdesc=A graphical user interface toolkit for Perl
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Tk;
+license=('PerlArtistic' 'GPL' 'custom')
+depends=('libpng' 'libjpeg' 'tk' 'perl')
+checkdepends=('xorg-server-xvfb' 'perl-devel-leak' 'perl-test-pod')
+options=('!emptydirs' '!strip')
+source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz)
+md5sums=('4c6d281ca9c6c2349e5cf84394e638fa')
+
+build() {
+  cd Tk-$pkgver
+
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Tk-$pkgver
+  xvfb-run make test
+}
+
+package() {
+  cd Tk-$pkgver
+  make install DESTDIR=$pkgdir
+
+  # license
+  install -D -m644 pTk/license.terms \
+   ${pkgdir}/usr/share/licenses/${pkgname}/tk.license
+  install -D -m644 pTk/Tix.license \
+   ${pkgdir}/usr/share/licenses/${pkgname}/tix.license
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-22 10:40:56 UTC (rev 231797)
+++ extra-x86_64/PKGBUILD   2015-02-22 10:41:33 UTC (rev 231798)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: François Charette francois ατ archlinux δοτ org
-# Contributor: Jason Chu j...@xentac.net
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=perl-tk
-pkgver=804.032
-pkgrel=3
-pkgdesc=A graphical user interface toolkit for Perl
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Tk;
-license=('PerlArtistic' 'GPL' 'custom')
-depends=('libpng' 'libjpeg' 'tk' 'perl')
-options=('!emptydirs' '!strip')
-source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz
-
https://github.com/eserte/perl-tk/commit/ba3a92a779f7adcf655b7e45b40ee5b0cb79bc8b.patch
-
https://github.com/eserte/perl-tk/commit/1ca4589ef5a87999ec564081900bc8fdaed83c74.patch)
-md5sums=('47a84c70d1fd254ccece208303e6e9d5'
- 'e567bd0c209ad54004fa57cfac095f14'
- 'f06be3193f64791c134741a6ed2144a9')
-
-build() {
-  cd Tk-$pkgver
-
-  # FS#40692
-  patch -p1 

[arch-commits] Commit in dvtm/trunk (PKGBUILD config.h)

2015-02-22 Thread Lukas Fleischer
Date: Sunday, February 22, 2015 @ 12:00:25
  Author: lfleischer
Revision: 128106

upgpkg: dvtm 0.14-1

Upstream update.

Modified:
  dvtm/trunk/PKGBUILD
  dvtm/trunk/config.h

--+
 PKGBUILD |6 +++---
 config.h |   26 ++
 2 files changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 10:58:21 UTC (rev 128105)
+++ PKGBUILD2015-02-22 11:00:25 UTC (rev 128106)
@@ -4,7 +4,7 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=dvtm
-pkgver=0.13
+pkgver=0.14
 pkgrel=1
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('ncurses')
 
source=(http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'config.h')
-md5sums=('f4ab17eb6e79939182a40f66968ca5d0'
- 'eed9c0af15233b449b1cd8874130f028')
+md5sums=('44ec5176b1996fdffd97cabe9a35ea0c'
+ '6236b8871baef14f55fd75b4aaddc70e')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

Modified: config.h
===
--- config.h2015-02-22 10:58:21 UTC (rev 128105)
+++ config.h2015-02-22 11:00:25 UTC (rev 128106)
@@ -26,6 +26,8 @@
 #define SELECTED_ATTR   (COLOR(BLUE) | A_NORMAL)
 /* curses attributes for normal (not selected) windows */
 #define NORMAL_ATTR (COLOR(DEFAULT) | A_NORMAL)
+/* curses attributes for a window with pending urgent flag */
+#define URGENT_ATTR NORMAL_ATTR
 /* curses attributes for the status bar */
 #define BAR_ATTR(COLOR(BLUE) | A_NORMAL)
 /* status bar (command line option -s) position */
@@ -32,16 +34,10 @@
 #define BAR_POS BAR_TOP /* BAR_BOTTOM, BAR_OFF */
 /* whether status bar should be hidden if only one client exists */
 #define BAR_AUTOHIDEtrue
-/* determines whether the statusbar text should be right or left aligned */
-#define BAR_ALIGN   ALIGN_RIGHT
-/* separator between window title and window number */
-#define SEPARATOR  | 
-/* printf format string for the window title, first %s
- * is replaced by the title, second %s is replaced by
- * the SEPARATOR, %d stands for the window number */
-#define TITLE [%s%s#%d]
 /* master width factor [0.1 .. 0.9] */
 #define MFACT 0.5
+/* number of clients in master area */
+#define NMASTER 1
 /* scroll back buffer size in lines */
 #define SCROLL_HISTORY 500
 /* printf format string for the tag in the status bar */
@@ -52,6 +48,8 @@
 #define TAG_NORMAL   (COLOR(DEFAULT) | A_NORMAL)
 /* curses attributes for not selected tags which contain windows */
 #define TAG_OCCUPIED (COLOR(BLUE) | A_NORMAL)
+/* curses attributes for not selected tags which with urgent windows */
+#define TAG_URGENT (COLOR(BLUE) | A_NORMAL | A_BLINK)
 
 const char tags[][8] = { 1, 2, 3, 4, 5 };
 
@@ -76,20 +74,24 @@
{ { MOD, 'C',  }, { create, { NULL, NULL, $CWD }  
} },
{ { MOD, 'x',  }, { killclient, { NULL }
} },
{ { MOD, 'j',  }, { focusnext,  { NULL }
} },
-   { { MOD, 'u',  }, { focusnextnm,{ NULL }
} },
-   { { MOD, 'i',  }, { focusprevnm,{ NULL }
} },
+   { { MOD, 'J',  }, { focusnextnm,{ NULL }
} },
+   { { MOD, 'K',  }, { focusprevnm,{ NULL }
} },
{ { MOD, 'k',  }, { focusprev,  { NULL }
} },
-   { { MOD, 'd',  }, { setlayout,  { []= }   
} },
+   { { MOD, 'f',  }, { setlayout,  { []= }   
} },
{ { MOD, 'g',  }, { setlayout,  { +++ }   
} },
{ { MOD, 'b',  }, { setlayout,  { TTT }   
} },
{ { MOD, 'm',  }, { setlayout,  { [ ] }   
} },
{ { MOD, ' ',  }, { setlayout,  { NULL }
} },
+   { { MOD, 'i',  }, { incnmaster, { +1 }
} },
+   { { MOD, 'd',  }, { incnmaster, { -1 }
} },
{ { MOD, 'h',  }, { setmfact,   { -0.05 } 
} },
{ { MOD, 'l',  }, { setmfact,   { +0.05 } 
} },
{ { MOD, '.',  }, { toggleminimize, { NULL }
} },
{ { MOD, 's',  }, { togglebar,  { NULL }
} },
+   { { MOD, 'S',  }, { togglebarpos,   { NULL }
} },
{ { MOD, 'M',  }, { togglemouse,{ NULL }
} },
{ { MOD, '\n', }, { zoom ,  { NULL }
} },
+   { { MOD, '\r', }, { zoom ,  { NULL }
} },
{ { MOD, '1',  }, { focusn, { 1 } 
} },

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

2015-02-22 Thread Lukas Fleischer
Date: Sunday, February 22, 2015 @ 11:58:21
  Author: lfleischer
Revision: 128105

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

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

---+
 /PKGBUILD |   64 
 /calcurse.install |   16 +
 community-i686/PKGBUILD   |   32 --
 community-i686/calcurse.install   |8 
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/calcurse.install |8 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-22 10:58:10 UTC (rev 128104)
+++ community-i686/PKGBUILD 2015-02-22 10:58:21 UTC (rev 128105)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: wain wain.at.gmx.net
-
-pkgname=calcurse
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='A text-based personal organizer.'
-arch=('i686' 'x86_64')
-url='http://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-install='calcurse.install'
-source=(http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('427652c011bc5314c71c962233d59436'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm0644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: calcurse/repos/community-i686/PKGBUILD (from rev 128104, 
calcurse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-22 10:58:21 UTC (rev 128105)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: wain wain.at.gmx.net
+
+pkgname=calcurse
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='A text-based personal organizer.'
+arch=('i686' 'x86_64')
+url='http://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+install='calcurse.install'
+source=(http://calcurse.org/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('3cd414a30e6e1d118ae340bc7cb1a93a'
+ 'SKIP')
+validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -Dm0644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: community-i686/calcurse.install
===
--- community-i686/calcurse.install 2015-02-22 10:58:10 UTC (rev 128104)
+++ community-i686/calcurse.install 2015-02-22 10:58:21 UTC (rev 128105)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0)  0 )); then
-cat EOF
-== The configuration file format has changed in calcurse 3.0.0.
-== Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}

Copied: calcurse/repos/community-i686/calcurse.install (from rev 128104, 
calcurse/trunk/calcurse.install)
===
--- community-i686/calcurse.install (rev 0)
+++ community-i686/calcurse.install 2015-02-22 10:58:21 UTC (rev 128105)
@@ -0,0 +1,8 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.0.0)  0 )); then
+cat EOF
+== The configuration file format has changed in calcurse 3.0.0.
+== Run `calcurse-upgrade` to upgrade your configuration files.
+EOF
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-22 10:58:10 UTC (rev 128104)
+++ community-x86_64/PKGBUILD   2015-02-22 10:58:21 UTC (rev 128105)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: wain wain.at.gmx.net
-
-pkgname=calcurse
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='A text-based personal 

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

2015-02-22 Thread Lukas Fleischer
Date: Sunday, February 22, 2015 @ 12:00:35
  Author: lfleischer
Revision: 128107

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

Added:
  dvtm/repos/community-i686/PKGBUILD
(from rev 128106, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-i686/config.h
(from rev 128106, dvtm/trunk/config.h)
  dvtm/repos/community-x86_64/PKGBUILD
(from rev 128106, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-x86_64/config.h
(from rev 128106, dvtm/trunk/config.h)
Deleted:
  dvtm/repos/community-i686/PKGBUILD
  dvtm/repos/community-i686/config.h
  dvtm/repos/community-x86_64/PKGBUILD
  dvtm/repos/community-x86_64/config.h

---+
 /PKGBUILD |   76 +++
 /config.h |  446 
 community-i686/PKGBUILD   |   38 ---
 community-i686/config.h   |  221 -
 community-x86_64/PKGBUILD |   38 ---
 community-x86_64/config.h |  221 -
 6 files changed, 522 insertions(+), 518 deletions(-)

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


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

2015-02-22 Thread Kyle Keen
Date: Sunday, February 22, 2015 @ 19:59:17
  Author: kkeen
Revision: 128115

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

Added:
  hackrf/repos/community-i686/PKGBUILD
(from rev 128114, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-i686/hackrf.conf
(from rev 128114, hackrf/trunk/hackrf.conf)
  hackrf/repos/community-x86_64/PKGBUILD
(from rev 128114, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-x86_64/hackrf.conf
(from rev 128114, hackrf/trunk/hackrf.conf)
Deleted:
  hackrf/repos/community-i686/PKGBUILD
  hackrf/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   78 +
 community-i686/PKGBUILD  |   36 --
 community-i686/hackrf.conf   |2 +
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/hackrf.conf |2 +
 5 files changed, 82 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-22 18:58:57 UTC (rev 128114)
+++ community-i686/PKGBUILD 2015-02-22 18:59:17 UTC (rev 128115)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=hackrf
-pkgver=2014.08.1
-pkgrel=1
-pkgdesc=Driver for HackRF, allowing general purpose software defined radio 
(SDR).
-arch=('i686' 'x86_64')
-url=https://github.com/mossmann/hackrf;
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake')
-
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b2b22d8480bfb79822217fefbe778170')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/host
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  pushd host/build
-  make DESTDIR=$pkgdir install
-  popd
-  pushd host/libhackrf
-  install -vD -m644 53-hackrf.rules 
$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules
-  popd
-  pushd firmware-bin
-  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin
-  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin
-}

Copied: hackrf/repos/community-i686/PKGBUILD (from rev 128114, 
hackrf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-22 18:59:17 UTC (rev 128115)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=hackrf
+pkgver=2014.08.1
+pkgrel=2
+pkgdesc=Driver for HackRF, allowing general purpose software defined radio 
(SDR).
+arch=('i686' 'x86_64')
+url=https://github.com/mossmann/hackrf;
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake')
+
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'hackrf.conf')
+md5sums=('b2b22d8480bfb79822217fefbe778170'
+ '01ad1ba4a27d820e8f9abeb5fa88bfc6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/host
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  pushd host/build
+  make DESTDIR=$pkgdir install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules 
$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules
+  popd
+  pushd firmware-bin
+  install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin
+  install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin
+  install -Dm644 $srcdir/hackrf.conf $pkgdir/etc/modprobe.d/hackrf.conf
+}

Copied: hackrf/repos/community-i686/hackrf.conf (from rev 128114, 
hackrf/trunk/hackrf.conf)
===
--- community-i686/hackrf.conf  (rev 0)
+++ community-i686/hackrf.conf  2015-02-22 18:59:17 UTC (rev 128115)
@@ -0,0 +1,2 @@
+# disable kernel drivers
+blacklist hackrf

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-22 18:58:57 UTC (rev 128114)
+++ community-x86_64/PKGBUILD   2015-02-22 18:59:17 UTC (rev 128115)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=hackrf
-pkgver=2014.08.1
-pkgrel=1
-pkgdesc=Driver for HackRF, allowing general purpose software defined radio 
(SDR).
-arch=('i686' 'x86_64')
-url=https://github.com/mossmann/hackrf;
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake')
-
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b2b22d8480bfb79822217fefbe778170')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/host
-  mkdir -p build
-  cd 

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

2015-02-22 Thread Gaetan Bisson
Date: Sunday, February 22, 2015 @ 17:43:32
  Author: bisson
Revision: 231803

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

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

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

Deleted: extra-i686/7zFM.desktop
===
--- extra-i686/7zFM.desktop 2015-02-22 16:42:46 UTC (rev 231802)
+++ extra-i686/7zFM.desktop 2015-02-22 16:43:32 UTC (rev 231803)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=7-Zip FM
-GenericName=7-Zip File Manager
-Type=Application
-Categories=GTK;Utility;Archiving;Compression;
-Terminal=false
-Icon=p7zip
-Exec=7zFM

Copied: p7zip/repos/extra-i686/7zFM.desktop (from rev 231802, 
p7zip/trunk/7zFM.desktop)
===
--- extra-i686/7zFM.desktop (rev 0)
+++ extra-i686/7zFM.desktop 2015-02-22 16:43:32 UTC (rev 231803)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=7-Zip FM
+GenericName=7-Zip File Manager
+Type=Application
+Categories=GTK;Utility;Archiving;Compression;
+Terminal=false
+Icon=p7zip
+Exec=7zFM

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

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

2015-02-22 Thread Gaetan Bisson
Date: Sunday, February 22, 2015 @ 17:42:46
  Author: bisson
Revision: 231802

fix FS#43911

Modified:
  p7zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 15:23:12 UTC (rev 231801)
+++ PKGBUILD2015-02-22 16:42:46 UTC (rev 231802)
@@ -7,7 +7,7 @@
 
 pkgname=p7zip
 pkgver=9.38
-pkgrel=2
+pkgrel=3
 pkgdesc='Command-line version of the 7zip compressed file archiver'
 url='http://p7zip.sourceforge.net/'
 license=('GPL' 'custom')
@@ -19,7 +19,7 @@
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2;
 'osversion.patch'
 '7zFM.desktop')
-sha1sums=('693bc2a1426df7a12762b4542a8327add23f0dc3'
+sha1sums=('ae7f483799ca463aa5f0a856491a3410907348ed'
   '8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
   'f2c370d6f1b286b7ce9a2804e22541b755616a40')
 
@@ -67,5 +67,5 @@
find GUI/help -type d -exec chmod 755 {} \;
cp -r GUI/help ${pkgdir}/usr/lib/p7zip/
 
-   chmod -R u+w,o+r ${pkgdir}/usr
+   chmod -R a+r,u+w,a+X ${pkgdir}/usr
 }


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

2015-02-22 Thread Alexander Rødseth
Date: Sunday, February 22, 2015 @ 16:43:38
  Author: arodseth
Revision: 128113

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 128112, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 128112, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 128112, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 128112, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  214 ++
 /sysfix.install |   20 +++
 community-i686/PKGBUILD |  107 ---
 community-i686/sysfix.install   |   10 -
 community-x86_64/PKGBUILD   |  107 ---
 community-x86_64/sysfix.install |   10 -
 6 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-22 15:43:26 UTC (rev 128112)
+++ community-i686/PKGBUILD 2015-02-22 15:43:38 UTC (rev 128113)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lex Black autumn-wind at web dot de
-# Contributor: Michael Jakl jakl.mich...@gmail.com
-# Contributor: devmotion nospam-archlinux@devmotion.de
-# Contributor: Valentin Churavy v.chur...@gmail.com
-
-pkgbase=julia
-pkgname=('julia' 'julia-docs')
-pkgver=0.3.5
-pkgrel=2
-epoch=2
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org/'
-license=('GPL')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-source=(git://github.com/JuliaLang/julia.git#tag=v$pkgver)
-sha256sums=('SKIP')
-
-prepare() {
-  # for /etc/ld.so.conf.d/
-  echo '/usr/lib/julia'  julia.conf
-}
-
-build() {
-  make -C $pkgname prefix=/usr sysconfdir=/etc \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package_julia() {
-  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack' 'suitesparse')
-  install='sysfix.install'
-
-  make -C $pkgname DESTDIR=$pkgdir \
-prefix=/usr sysconfdir=/etc  \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=1 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rvf $pkgdir/usr/share/julia/doc/man
-
-  # For /etc/ld.so.conf.d, FS#41731
-  install -Dm644 julia.conf $pkgdir/etc/ld.so.conf.d/julia.conf
-
-  # Documentation and examples are in the julia-docs package
-  rm -rvf $pkgdir/usr/share/doc/
-  rm -rvf $pkgdir/usr/share/julia/doc/
-  rm -rvf $pkgdir/usr/share/julia/examples/
-}
-
-package_julia-docs() {
-  pkgdesc='Documentation and examples for Julia'
-
-  install -d $pkgdir/usr/share/doc
-  cp -rv $srcdir/$pkgbase/doc $pkgdir/usr/share/doc/$pkgbase
-  cp -rv $srcdir/$pkgbase/examples $pkgdir/usr/share/doc/$pkgbase/examples
-}
-
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 128112, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-22 15:43:38 UTC (rev 128113)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lex Black autumn-wind at web dot de
+# Contributor: Michael Jakl jakl.mich...@gmail.com
+# Contributor: devmotion 

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

2015-02-22 Thread Alexander Rødseth
Date: Sunday, February 22, 2015 @ 16:43:26
  Author: arodseth
Revision: 128112

upgpkg: julia 2:0.3.6-1

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 15:23:49 UTC (rev 128111)
+++ PKGBUILD2015-02-22 15:43:26 UTC (rev 128112)
@@ -7,9 +7,9 @@
 
 pkgbase=julia
 pkgname=('julia' 'julia-docs')
-pkgver=0.3.5
-pkgrel=2
 epoch=2
+pkgver=0.3.6
+pkgrel=1
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org/'
@@ -22,7 +22,7 @@
 sha256sums=('SKIP')
 
 prepare() {
-  # for /etc/ld.so.conf.d/
+  # For /etc/ld.so.conf.d/
   echo '/usr/lib/julia'  julia.conf
 }
 


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

2015-02-22 Thread Kyle Keen
Date: Sunday, February 22, 2015 @ 19:58:57
  Author: kkeen
Revision: 128114

upgpkg: hackrf 2014.08.1-2

Added:
  hackrf/trunk/hackrf.conf
Modified:
  hackrf/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 hackrf.conf |2 ++
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 15:43:38 UTC (rev 128113)
+++ PKGBUILD2015-02-22 18:58:57 UTC (rev 128114)
@@ -3,7 +3,7 @@
 # Contributor: Dominik Heidler dheid...@gmail.com
 pkgname=hackrf
 pkgver=2014.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Driver for HackRF, allowing general purpose software defined radio 
(SDR).
 arch=('i686' 'x86_64')
 url=https://github.com/mossmann/hackrf;
@@ -11,8 +11,10 @@
 depends=('libusb')
 makedepends=('cmake')
 
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b2b22d8480bfb79822217fefbe778170')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'hackrf.conf')
+md5sums=('b2b22d8480bfb79822217fefbe778170'
+ '01ad1ba4a27d820e8f9abeb5fa88bfc6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver/host
@@ -33,4 +35,5 @@
   pushd firmware-bin
   install -vD -m644 hackrf_jawbreaker_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_jawbreaker_usb_rom_to_ram.bin
   install -vD -m644 hackrf_one_usb_rom_to_ram.bin 
$pkgdir/usr/share/hackrf/hackrf_usb_rom_to_ram.bin
+  install -Dm644 $srcdir/hackrf.conf $pkgdir/etc/modprobe.d/hackrf.conf
 }

Added: hackrf.conf
===
--- hackrf.conf (rev 0)
+++ hackrf.conf 2015-02-22 18:58:57 UTC (rev 128114)
@@ -0,0 +1,2 @@
+# disable kernel drivers
+blacklist hackrf


[arch-commits] Commit in kcmsystemd (5 files)

2015-02-22 Thread Antonio Rojas
Date: Sunday, February 22, 2015 @ 22:46:34
  Author: arojas
Revision: 128117

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

Added:
  kcmsystemd/repos/
  kcmsystemd/repos/community-i686/
  kcmsystemd/repos/community-i686/PKGBUILD
(from rev 128116, kcmsystemd/trunk/PKGBUILD)
  kcmsystemd/repos/community-x86_64/
  kcmsystemd/repos/community-x86_64/PKGBUILD
(from rev 128116, kcmsystemd/trunk/PKGBUILD)

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

Copied: kcmsystemd/repos/community-i686/PKGBUILD (from rev 128116, 
kcmsystemd/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-02-22 21:46:34 UTC (rev 128117)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcmsystemd
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Systemd control module for KDE
+arch=('i686' 'x86_64')
+url='https://github.com/rthomsen/kcmsystemd'
+license=(GPL)
+depends=(kconfigwidgets boost-libs)
+makedepends=(extra-cmake-modules python boost)
+source=(https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
+md5sums=('6233faf3cd8569b360c21c38d0d06d7f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kcmsystemd/repos/community-x86_64/PKGBUILD (from rev 128116, 
kcmsystemd/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-02-22 21:46:34 UTC (rev 128117)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcmsystemd
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Systemd control module for KDE
+arch=('i686' 'x86_64')
+url='https://github.com/rthomsen/kcmsystemd'
+license=(GPL)
+depends=(kconfigwidgets boost-libs)
+makedepends=(extra-cmake-modules python boost)
+source=(https://github.com/rthomsen/kcmsystemd/archive/$pkgver.tar.gz;)
+md5sums=('6233faf3cd8569b360c21c38d0d06d7f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-02-22 Thread Tobias Powalowski
Date: Monday, February 23, 2015 @ 08:35:30
  Author: tpowa
Revision: 231806

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

Added:
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 231805, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/exports
(from rev 231805, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/id_resolver.conf
(from rev 231805, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-i686/idmapd.conf
(from rev 231805, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 231805, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 231805, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 231805, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.2.1-statd-bg.patch
(from rev 231805, nfs-utils/trunk/nfs-utils-1.2.1-statd-bg.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch
(from rev 231805, nfs-utils/trunk/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.3.2-statd-nowait.patch
(from rev 231805, nfs-utils/trunk/nfs-utils-1.3.2-statd-nowait.patch)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 231805, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 231805, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
(from rev 231805, nfs-utils/trunk/nfs-utils_env.sh)
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 231805, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 231805, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 231805, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-x86_64/idmapd.conf
(from rev 231805, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 231805, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 231805, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 231805, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.2.1-statd-bg.patch
(from rev 231805, nfs-utils/trunk/nfs-utils-1.2.1-statd-bg.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch
(from rev 231805, nfs-utils/trunk/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.2-statd-nowait.patch
(from rev 231805, nfs-utils/trunk/nfs-utils-1.3.2-statd-nowait.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 231805, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 231805, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh
(from rev 231805, nfs-utils/trunk/nfs-utils_env.sh)
Deleted:
  nfs-utils/repos/testing-i686/nfs-utils-1.3.2-statd-nowait.patch
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.2-statd-nowait.patch

---+
 /nfs-utils-1.3.2-statd-nowait.patch   |   70 ++
 testing-i686/PKGBUILD |   95 ++
 testing-i686/exports  |   12 
 testing-i686/id_resolver.conf |2 
 testing-i686/idmapd.conf  |   14 
 testing-i686/nfs-common.conf  |   22 
 testing-i686/nfs-server.conf  |   17 
 testing-i686/nfs-utils-1.1.4-mtab-sym.patch   |   39 +
 testing-i686/nfs-utils-1.2.1-statd-bg.patch   |   25 
 testing-i686/nfs-utils-1.3.1-rc2.patch|  674 
 testing-i686/nfs-utils-1.3.2-statd-nowait.patch   |   35 -
 testing-i686/nfs-utils.conf   |1 
 testing-i686/nfs-utils.install|   32 
 testing-i686/nfs-utils_env.sh |   20 
 testing-x86_64/PKGBUILD   |   95 ++
 testing-x86_64/exports|   12 
 testing-x86_64/id_resolver.conf   |2 
 testing-x86_64/idmapd.conf|   14 
 testing-x86_64/nfs-common.conf|   22 
 testing-x86_64/nfs-server.conf|   17 
 testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch |   39 +
 testing-x86_64/nfs-utils-1.2.1-statd-bg.patch |   25 
 testing-x86_64/nfs-utils-1.3.1-rc2.patch  |  674 
 testing-x86_64/nfs-utils-1.3.2-statd-nowait.patch |   35 -
 testing-x86_64/nfs-utils.conf |1 
 testing-x86_64/nfs-utils.install  |   32 
 testing-x86_64/nfs-utils_env.sh   |   20 
 27 files changed, 1976 insertions(+), 70 deletions(-)

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


[arch-commits] Commit in nfs-utils/trunk (PKGBUILD nfs-utils-1.3.2-statd-nowait.patch)

2015-02-22 Thread Tobias Powalowski
Date: Monday, February 23, 2015 @ 08:31:08
  Author: tpowa
Revision: 231804

upgpkg: nfs-utils 1.3.2-4

add nowait patch for statd

Added:
  nfs-utils/trunk/nfs-utils-1.3.2-statd-nowait.patch
Modified:
  nfs-utils/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 nfs-utils-1.3.2-statd-nowait.patch |   35 +++
 2 files changed, 43 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-22 16:43:32 UTC (rev 231803)
+++ PKGBUILD2015-02-23 07:31:08 UTC (rev 231804)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Support programs for Network File Systems
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -24,7 +24,8 @@
nfs-utils.conf
 id_resolver.conf
 nfs-utils_env.sh
-nfs-utils-1.2.1-statd-bg.patch)
+nfs-utils-1.2.1-statd-bg.patch
+nfs-utils-1.3.2-statd-nowait.patch)
 install=nfs-utils.install
 optdepends=('sqlite: for nfsdcltrack usage')
 md5sums=('1e2f3c1ed468dee02d00c534c002ea10'
@@ -37,7 +38,8 @@
  '8ac484023d786766d287ccbe878ae4ba'
  'a43aabf0b8d02406b1babc3a206d952a'
  'c6c9c32f153dfa6c0477ea6b99354288'
- '45f55a5d581b2527b453c3a0816add24')
+ '45f55a5d581b2527b453c3a0816add24'
+ 'dde4e23776a2425d2a1241eb2daf8b7c')
 validpgpkeys=(
 E1B71E339E20A10A676F7CB69AFB1D681A125177 # Steve Dickson
 )
@@ -47,6 +49,9 @@
   patch -Np1 -i ../nfs-utils-1.1.4-mtab-sym.patch
   # fix rpc.statd starting
   patch -Np1 -i ../nfs-utils-1.2.1-statd-bg.patch
+  # don't wait for online target on statd
+  patch -Np1 -i ../nfs-utils-1.3.2-statd-nowait.patch
+
   ./autogen.sh
 }
 

Added: nfs-utils-1.3.2-statd-nowait.patch
===
--- nfs-utils-1.3.2-statd-nowait.patch  (rev 0)
+++ nfs-utils-1.3.2-statd-nowait.patch  2015-02-23 07:31:08 UTC (rev 231804)
@@ -0,0 +1,35 @@
+From 650633d4e956dc6b628da30c868e39fba76a0b29 Mon Sep 17 00:00:00 2001
+From: Steve Dickson ste...@redhat.com
+Date: Mon, 9 Feb 2015 08:54:54 -0500
+Subject: [PATCH] rpc-statd-notify: Don't wait for the network to come up
+
+rpc-statd-notify only needs to wait for the network
+interface to be configured not to be connected since
+it forks into background and will wait 15mins for
+the network to come up.
+
+This decrease boot times when networks are not
+and will not be connected.
+
+Signed-off-by: Steve Dickson ste...@redhat.com
+Reported-By: Eric Work work.e...@gmail.com
+---
+ systemd/rpc-statd-notify.service | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/systemd/rpc-statd-notify.service 
b/systemd/rpc-statd-notify.service
+index 941afe5..a655445 100644
+--- a/systemd/rpc-statd-notify.service
 b/systemd/rpc-statd-notify.service
+@@ -1,7 +1,7 @@
+ [Unit]
+ Description=Notify NFS peers of a restart
+ Requires=network-online.target
+-After=network-online.target nss-lookup.target
++After=network.target nss-lookup.target
+ 
+ # if we run an nfs server, it needs to be running before we
+ # tell clients that it has restarted.
+-- 
+2.1.0
+


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

2015-02-22 Thread Tobias Powalowski
Date: Monday, February 23, 2015 @ 08:32:30
  Author: tpowa
Revision: 231805

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/nfs-utils-1.3.2-statd-nowait.patch
(from rev 231804, nfs-utils/trunk/nfs-utils-1.3.2-statd-nowait.patch)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.2-statd-nowait.patch
(from rev 231804, nfs-utils/trunk/nfs-utils-1.3.2-statd-nowait.patch)
Deleted:
  nfs-utils/repos/testing-i686/PKGBUILD
  nfs-utils/repos/testing-i686/exports
  nfs-utils/repos/testing-i686/id_resolver.conf
  nfs-utils/repos/testing-i686/idmapd.conf
  nfs-utils/repos/testing-i686/nfs-common.conf
  nfs-utils/repos/testing-i686/nfs-server.conf
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/testing-i686/nfs-utils-1.2.1-statd-bg.patch
  nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/testing-i686/nfs-utils.conf
  nfs-utils/repos/testing-i686/nfs-utils.install
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
  nfs-utils/repos/testing-x86_64/PKGBUILD
  nfs-utils/repos/testing-x86_64/exports
  nfs-utils/repos/testing-x86_64/id_resolver.conf
  nfs-utils/repos/testing-x86_64/idmapd.conf
  nfs-utils/repos/testing-x86_64/nfs-common.conf
  nfs-utils/repos/testing-x86_64/nfs-server.conf
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/testing-x86_64/nfs-utils-1.2.1-statd-bg.patch
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
  nfs-utils/repos/testing-x86_64/nfs-utils.install
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh

---+
 testing-i686/PKGBUILD |   91 --
 testing-i686/exports  |   12 
 testing-i686/id_resolver.conf |2 
 testing-i686/idmapd.conf  |   14 
 testing-i686/nfs-common.conf  |   22 
 testing-i686/nfs-server.conf  |   16 
 testing-i686/nfs-utils-1.1.4-mtab-sym.patch   |   39 -
 testing-i686/nfs-utils-1.2.1-statd-bg.patch   |   25 
 testing-i686/nfs-utils-1.3.1-rc2.patch|  674 
 testing-i686/nfs-utils-1.3.2-statd-nowait.patch   |   35 +
 testing-i686/nfs-utils.conf   |1 
 testing-i686/nfs-utils.install|   32 
 testing-i686/nfs-utils_env.sh |   20 
 testing-x86_64/PKGBUILD   |   91 --
 testing-x86_64/exports|   12 
 testing-x86_64/id_resolver.conf   |2 
 testing-x86_64/idmapd.conf|   14 
 testing-x86_64/nfs-common.conf|   22 
 testing-x86_64/nfs-server.conf|   16 
 testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch |   39 -
 testing-x86_64/nfs-utils-1.2.1-statd-bg.patch |   25 
 testing-x86_64/nfs-utils-1.3.1-rc2.patch  |  674 
 testing-x86_64/nfs-utils-1.3.2-statd-nowait.patch |   35 +
 testing-x86_64/nfs-utils.conf |1 
 testing-x86_64/nfs-utils.install  |   32 
 testing-x86_64/nfs-utils_env.sh   |   20 
 26 files changed, 70 insertions(+), 1896 deletions(-)

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