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

2014-03-11 Thread Bartłomiej Piotrowski
Date: Tuesday, March 11, 2014 @ 07:23:39
  Author: bpiotrowski
Revision: 207492

upgpkg: readline 6.3-3

update patch fixing various issues in ipython

Modified:
  readline/trunk/PKGBUILD
  readline/trunk/readline-6.3-dispatch-multikey.patch

--+
 PKGBUILD |4 ++--
 readline-6.3-dispatch-multikey.patch |7 ---
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 04:40:40 UTC (rev 207491)
+++ PKGBUILD2014-03-11 06:23:39 UTC (rev 207492)
@@ -7,7 +7,7 @@
 _basever=6.3
 _patchlevel=000 #prepare for some patches
 pkgver=$_basever #.$_patchlevel
-pkgrel=2
+pkgrel=3
 pkgdesc='GNU readline library'
 arch=('i686' 'x86_64')
 url='http://tiswww.case.edu/php/chet/readline/rltop.html'
@@ -31,7 +31,7 @@
  'SKIP'
  '58d54966c1191db45973cb3191ac621a'
  'fcfe0a50c69f56f66ad04127a927862e'
- '5daf0ad2a175ccd43d7791ee3ce3d520')
+ 'ee4e0df0dbf7e80783b7aa198c67fb45')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: readline-6.3-dispatch-multikey.patch
===
--- readline-6.3-dispatch-multikey.patch2014-03-11 04:40:40 UTC (rev 
207491)
+++ readline-6.3-dispatch-multikey.patch2014-03-11 06:23:39 UTC (rev 
207492)
@@ -1,5 +1,5 @@
 *** ../bash-4.3/lib/readline/readline.c2013-10-28 14:58:06.0 
-0400
 lib/readline/readline.c2014-03-10 11:01:19.0 -0400
+--- lib/readline/readline.c2014-03-10 14:15:02.0 -0400
 ***
 *** 745,749 
   
@@ -7,9 +7,10 @@
 !   if (r == 0)/* success! */
   {
 _rl_keyseq_chain_dispose ();
 745,749 
+--- 745,750 
   
 RL_CHECK_SIGNALS ();
-!   if (r == 0 || (r == -1  (cxt-flags  KSEQ_SUBSEQ) == 0))/* 
success! or failure! */
+!   /* We only treat values  0 specially to simulate recursion. */
+!   if (r = 0 || (r == -1  (cxt-flags  KSEQ_SUBSEQ) == 0))/* 
success! or failure! */
   {
 _rl_keyseq_chain_dispose ();



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

2014-03-11 Thread Bartłomiej Piotrowski
Date: Tuesday, March 11, 2014 @ 07:23:51
  Author: bpiotrowski
Revision: 207493

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

Deleted:
  readline/repos/testing-i686/PKGBUILD
  readline/repos/testing-i686/inputrc
  readline/repos/testing-i686/readline-6.3-vi-last.patch
  readline/repos/testing-i686/readline.install
  readline/repos/testing-x86_64/PKGBUILD
  readline/repos/testing-x86_64/inputrc
  readline/repos/testing-x86_64/readline-6.3-vi-last.patch
  readline/repos/testing-x86_64/readline.install

---+
 testing-i686/PKGBUILD |   66 
 testing-i686/inputrc  |   36 ---
 testing-i686/readline-6.3-vi-last.patch   |   15 --
 testing-i686/readline.install |   17 ---
 testing-x86_64/PKGBUILD   |   66 
 testing-x86_64/inputrc|   36 ---
 testing-x86_64/readline-6.3-vi-last.patch |   15 --
 testing-x86_64/readline.install   |   17 ---
 8 files changed, 268 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-03-11 06:23:39 UTC (rev 207492)
+++ testing-i686/PKGBUILD   2014-03-11 06:23:51 UTC (rev 207493)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=readline
-_basever=6.3
-_patchlevel=000 #prepare for some patches
-pkgver=$_basever #.$_patchlevel
-pkgrel=2
-pkgdesc='GNU readline library'
-arch=('i686' 'x86_64')
-url='http://tiswww.case.edu/php/chet/readline/rltop.html'
-license=('GPL')
-depends=('glibc' 'ncurses')
-backup=('etc/inputrc')
-options=('!emptydirs')
-install=readline.install
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-inputrc
-readline-6.3-vi-last.patch
-readline-6.3-dispatch-multikey.patch)
-
-if [[ $_patchlevel -gt 0 ]]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
-done
-fi
-
-md5sums=('33c8fb279e981274f485fd91da77e94a'
- 'SKIP'
- '58d54966c1191db45973cb3191ac621a'
- 'fcfe0a50c69f56f66ad04127a927862e'
- '5daf0ad2a175ccd43d7791ee3ce3d520')
-
-prepare() {
-  cd $pkgname-$pkgver
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch readline${_basever//./}-$(printf %03d $p)
-patch -p0 -i ../readline${_basever//./}-$(printf %03d $p)
-  done
-
-  # patch from upstream mailing list to fix vi mode
-  patch -p2 -i ../readline-6.3-vi-last.patch
-
-  # patch from upstream mailing list to fix the crash after pressing Delete 
twice
-  patch -p2 -i ../readline-6.3-dispatch-multikey.patch
-
-  # remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # build with -fPIC for x86_64 (FS#15634)
-  [[ $CARCH == x86_64 ]]  CFLAGS=$CFLAGS -fPIC
-
-  ./configure --prefix=/usr
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 inputrc $pkgdir/etc/inputrc
-}

Deleted: testing-i686/inputrc
===
--- testing-i686/inputrc2014-03-11 06:23:39 UTC (rev 207492)
+++ testing-i686/inputrc2014-03-11 06:23:51 UTC (rev 207493)
@@ -1,36 +0,0 @@
-# do not bell on tab-completion
-#set bell-style none
-
-set meta-flag on
-set input-meta on
-set convert-meta off
-set output-meta on
-
-$if mode=emacs
-
-# for linux console and RH/Debian xterm
-\e[1~: beginning-of-line
-\e[4~: end-of-line
-\e[5~: beginning-of-history
-\e[6~: end-of-history
-\e[7~: beginning-of-line
-\e[3~: delete-char
-\e[2~: quoted-insert
-\e[5C: forward-word
-\e[5D: backward-word
-\e\e[C: forward-word
-\e\e[D: backward-word
-\e[1;5C: forward-word
-\e[1;5D: backward-word
-
-# for rxvt
-\e[8~: end-of-line
-
-# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
-\eOH: beginning-of-line
-\eOF: end-of-line
-
-# for freebsd console
-\e[H: beginning-of-line
-\e[F: end-of-line
-$endif

Deleted: testing-i686/readline-6.3-vi-last.patch
===
--- testing-i686/readline-6.3-vi-last.patch 2014-03-11 06:23:39 UTC (rev 
207492)
+++ testing-i686/readline-6.3-vi-last.patch 2014-03-11 06:23:51 UTC (rev 
207493)
@@ -1,15 +0,0 @@
-*** ../bash-4.3/lib/readline/readline.c2013-10-28 14:58:06.0 
-0400
 lib/readline/readline.c2014-03-07 15:20:33.0 -0500
-***
-*** 965,969 
-if (rl_editing_mode == vi_mode  _rl_keymap == vi_movement_keymap 
-key != ANYOTHERKEY 
-!   rl_key_sequence_length 

[arch-commits] Commit in readline/repos (testing-i686 testing-x86_64)

2014-03-11 Thread Bartłomiej Piotrowski
Date: Tuesday, March 11, 2014 @ 07:25:14
  Author: bpiotrowski
Revision: 207494

Make svn happy.

Deleted:
  readline/repos/testing-i686/
  readline/repos/testing-x86_64/



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

2014-03-11 Thread Bartłomiej Piotrowski
Date: Tuesday, March 11, 2014 @ 07:25:22
  Author: bpiotrowski
Revision: 207495

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

Added:
  readline/repos/testing-i686/
  readline/repos/testing-i686/PKGBUILD
(from rev 207494, readline/trunk/PKGBUILD)
  readline/repos/testing-i686/inputrc
(from rev 207494, readline/trunk/inputrc)
  readline/repos/testing-i686/readline-6.3-dispatch-multikey.patch
(from rev 207494, readline/trunk/readline-6.3-dispatch-multikey.patch)
  readline/repos/testing-i686/readline-6.3-vi-last.patch
(from rev 207494, readline/trunk/readline-6.3-vi-last.patch)
  readline/repos/testing-i686/readline.install
(from rev 207494, readline/trunk/readline.install)
  readline/repos/testing-x86_64/
  readline/repos/testing-x86_64/PKGBUILD
(from rev 207494, readline/trunk/PKGBUILD)
  readline/repos/testing-x86_64/inputrc
(from rev 207494, readline/trunk/inputrc)
  readline/repos/testing-x86_64/readline-6.3-dispatch-multikey.patch
(from rev 207494, readline/trunk/readline-6.3-dispatch-multikey.patch)
  readline/repos/testing-x86_64/readline-6.3-vi-last.patch
(from rev 207494, readline/trunk/readline-6.3-vi-last.patch)
  readline/repos/testing-x86_64/readline.install
(from rev 207494, readline/trunk/readline.install)

-+
 testing-i686/PKGBUILD   |   66 ++
 testing-i686/inputrc|   36 +
 testing-i686/readline-6.3-dispatch-multikey.patch   |   16 
 testing-i686/readline-6.3-vi-last.patch |   15 
 testing-i686/readline.install   |   17 
 testing-x86_64/PKGBUILD |   66 ++
 testing-x86_64/inputrc  |   36 +
 testing-x86_64/readline-6.3-dispatch-multikey.patch |   16 
 testing-x86_64/readline-6.3-vi-last.patch   |   15 
 testing-x86_64/readline.install |   17 
 10 files changed, 300 insertions(+)

Copied: readline/repos/testing-i686/PKGBUILD (from rev 207494, 
readline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-11 06:25:22 UTC (rev 207495)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=readline
+_basever=6.3
+_patchlevel=000 #prepare for some patches
+pkgver=$_basever #.$_patchlevel
+pkgrel=3
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses')
+backup=('etc/inputrc')
+options=('!emptydirs')
+install=readline.install
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc
+readline-6.3-vi-last.patch
+readline-6.3-dispatch-multikey.patch)
+
+if [[ $_patchlevel -gt 0 ]]; then
+for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
+done
+fi
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ 'fcfe0a50c69f56f66ad04127a927862e'
+ 'ee4e0df0dbf7e80783b7aa198c67fb45')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+msg applying patch readline${_basever//./}-$(printf %03d $p)
+patch -p0 -i ../readline${_basever//./}-$(printf %03d $p)
+  done
+
+  # patch from upstream mailing list to fix vi mode
+  patch -p2 -i ../readline-6.3-vi-last.patch
+
+  # patch from upstream mailing list to fix the crash after pressing Delete 
twice
+  patch -p2 -i ../readline-6.3-dispatch-multikey.patch
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == x86_64 ]]  CFLAGS=$CFLAGS -fPIC
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 inputrc $pkgdir/etc/inputrc
+}

Copied: readline/repos/testing-i686/inputrc (from rev 207494, 
readline/trunk/inputrc)
===
--- testing-i686/inputrc(rev 0)
+++ testing-i686/inputrc2014-03-11 06:25:22 UTC (rev 207495)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+\e[1~: beginning-of-line
+\e[4~: end-of-line
+\e[5~: beginning-of-history
+\e[6~: 

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

2014-03-11 Thread Felix Yan
Date: Tuesday, March 11, 2014 @ 08:18:38
  Author: fyan
Revision: 106966

upgpkg: xmind 3.4.1-2

- upstream replaced files

Modified:
  xmind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 04:56:41 UTC (rev 106965)
+++ PKGBUILD2014-03-11 07:18:38 UTC (rev 106966)
@@ -6,7 +6,7 @@
 pkgname=xmind
 pkgver=3.4.1
 _pkgdate=201401221918
-pkgrel=1
+pkgrel=2
 pkgdesc=Brainstorming and Mind Mapping Software
 arch=('i686' 'x86_64')
 [ ${CARCH} = i686 ]  _arch=i386
@@ -13,12 +13,12 @@
 [ ${CARCH} = x86_64 ]  _arch=amd64
 url=http://www.xmind.net;
 license=('EPL' 'LGPL')
-depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info' 'libxext')
 optdepends=('lame: needed for the feature audio notes')
 install=xmind.install
 
source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
-[ ${CARCH} = i686 ]  
sha512sums=('780fb661d51d68326d4478810d806eab4312b6f21538d4f2dde786f63bd2b9527ec73c25414b83e5aecf496ef78da932697cab2ef099005966a9b13d0f0c5413')
-[ ${CARCH} = x86_64 ]  
sha512sums=('bfa6f4f3b07091c667fb05fcb4a9f22594f474c6dc34d1439f60bb3769c3c62d583366c2ebd61779c152461553537a2422627f8ad7006be5400f59d4553583f6')
+[ ${CARCH} = i686 ]  
sha512sums=('4c020c2eca0646fc18c0066a198e1fb0af1ac18c2e2534968d69d36e78fc1fe6a0b831107d27cd7db642a459d379d4b051f6db1ddaa254de935db4f81e1fa9b8')
+[ ${CARCH} = x86_64 ]  
sha512sums=('a42c1ce8d4d786940c82d438ceeeca40cc4d742a6bb0943a65d7097ac254cb80a40c0c1cc016931d7479720a8b1543a534154c4ed513cb23acdf32b8cacdeefa')
 
 build() {
   ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb



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

2014-03-11 Thread Felix Yan
Date: Tuesday, March 11, 2014 @ 08:19:47
  Author: fyan
Revision: 106967

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

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

+
 /PKGBUILD  |  112 +++
 /xmind.install |   32 +++
 community-i686/PKGBUILD|   56 ---
 community-i686/xmind.install   |   16 -
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/xmind.install |   16 -
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 07:18:38 UTC (rev 106966)
+++ community-i686/PKGBUILD 2014-03-11 07:19:47 UTC (rev 106967)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Christoph Drexler chrdr at gmx dot at
-# Contributor: Jelle van der Waa jellevd...@gmail.com
-
-pkgname=xmind
-pkgver=3.4.1
-_pkgdate=201401221918
-pkgrel=1
-pkgdesc=Brainstorming and Mind Mapping Software
-arch=('i686' 'x86_64')
-[ ${CARCH} = i686 ]  _arch=i386
-[ ${CARCH} = x86_64 ]  _arch=amd64
-url=http://www.xmind.net;
-license=('EPL' 'LGPL')
-depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info')
-optdepends=('lame: needed for the feature audio notes')
-install=xmind.install
-source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
-[ ${CARCH} = i686 ]  
sha512sums=('780fb661d51d68326d4478810d806eab4312b6f21538d4f2dde786f63bd2b9527ec73c25414b83e5aecf496ef78da932697cab2ef099005966a9b13d0f0c5413')
-[ ${CARCH} = x86_64 ]  
sha512sums=('bfa6f4f3b07091c667fb05fcb4a9f22594f474c6dc34d1439f60bb3769c3c62d583366c2ebd61779c152461553537a2422627f8ad7006be5400f59d4553583f6')
-
-build() {
-  ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb
-  bsdtar -xf data.tar.gz
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/xmind/
-  cp -a ${srcdir}/usr/local/xmind/* ${pkgdir}/usr/share/xmind/
-  cp -a ${srcdir}/usr/share/* ${pkgdir}/usr/share/
-  install -d ${pkgdir}/usr/bin/
-  cd ${pkgdir}/usr/bin/
-  ln -s ../../usr/share/xmind/XMind .
-
-  # getting the config files to the right place...
-  install -d ${pkgdir}/etc/xmind/
-  mv ${pkgdir}/usr/share/xmind/configuration/* \
-${pkgdir}/etc/xmind/
-  cd ${pkgdir}/usr/share/xmind/configuration/
-  ln -s ../../../../etc/xmind/* .
-  mv ${pkgdir}/usr/share/xmind/XMind.ini \
-${pkgdir}/etc/xmind/
-  cd ../
-  ln -s ../../../etc/xmind/XMind.ini .
-
-  # putting the png file where it belongs to
-  install -d ${pkgdir}/usr/share/pixmaps/
-  mv ${pkgdir}/usr/share/xmind/xmind-logo-36.png \
-${pkgdir}/usr/share/pixmaps/xmind.png
-  sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \
-${pkgdir}/usr/share/applications/xmind.desktop
-  sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
-${pkgdir}/usr/share/applications/xmind.desktop
-}
-

Copied: xmind/repos/community-i686/PKGBUILD (from rev 106966, 
xmind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 07:19:47 UTC (rev 106967)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Christoph Drexler chrdr at gmx dot at
+# Contributor: Jelle van der Waa jellevd...@gmail.com
+
+pkgname=xmind
+pkgver=3.4.1
+_pkgdate=201401221918
+pkgrel=2
+pkgdesc=Brainstorming and Mind Mapping Software
+arch=('i686' 'x86_64')
+[ ${CARCH} = i686 ]  _arch=i386
+[ ${CARCH} = x86_64 ]  _arch=amd64
+url=http://www.xmind.net;
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info' 'libxext')
+optdepends=('lame: needed for the feature audio notes')
+install=xmind.install
+source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
+[ ${CARCH} = i686 ]  
sha512sums=('4c020c2eca0646fc18c0066a198e1fb0af1ac18c2e2534968d69d36e78fc1fe6a0b831107d27cd7db642a459d379d4b051f6db1ddaa254de935db4f81e1fa9b8')
+[ ${CARCH} = x86_64 ]  
sha512sums=('a42c1ce8d4d786940c82d438ceeeca40cc4d742a6bb0943a65d7097ac254cb80a40c0c1cc016931d7479720a8b1543a534154c4ed513cb23acdf32b8cacdeefa')
+
+build() {
+  ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb
+  bsdtar -xf data.tar.gz
+}
+
+package() {
+  

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

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 10:34:16
  Author: arodseth
Revision: 106968

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

Added:
  swi-prolog/repos/community-i686/PKGBUILD
(from rev 106967, swi-prolog/trunk/PKGBUILD)
  swi-prolog/repos/community-x86_64/PKGBUILD
(from rev 106967, swi-prolog/trunk/PKGBUILD)
Deleted:
  swi-prolog/repos/community-i686/PKGBUILD
  swi-prolog/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 07:19:47 UTC (rev 106967)
+++ community-i686/PKGBUILD 2014-03-11 09:34:16 UTC (rev 106968)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jachym Barvinek jach...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=swi-prolog
-pkgver=6.6.0
-pkgrel=1
-pkgdesc='Prolog environment'
-arch=('x86_64' 'i686')
-url='http://www.swi-prolog.org/'
-license=('GPL' 'LGPL')
-depends=('gmp' 'readline' 'openssl' 'libarchive')
-makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
-optdepends=('unixodbc: for using the odbc4pl library'
-'libjpeg: for using the pl2xpce library'
-'libxpm: for using the pl2xpce library'
-'libxinerama: for using the pl2xpce library'
-'libxft: for using the pl2xpce library')
-options=('!makeflags')
-source=(http://www.swi-prolog.org/download/stable/src/pl-$pkgver.tar.gz;)
-sha256sums=('b85ac27a8afeb29640fe2b98c088e5f9c753adacb20114f8c10ba4835b26f9cd')
-
-build() {
-  cd pl-$pkgver
-
-  ./configure --prefix=/usr --with-world
-  make
-}
-
-check() {
-  make -C pl-$pkgver check || true
-}
-
-package() {
-  make -C pl-$pkgver DESTDIR=$pkgdir install
-
-  # fix https://bugs.archlinux.org/task/20873
-  chmod +x $pkgdir/usr/lib/swipl-$pkgver/library/dialect/sicstus/swipl-lfr.pl
-}
-
-# vim:set ts=2 sw=2 et:

Copied: swi-prolog/repos/community-i686/PKGBUILD (from rev 106967, 
swi-prolog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 09:34:16 UTC (rev 106968)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jachym Barvinek jach...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=swi-prolog
+pkgver=6.6.2
+pkgrel=1
+pkgdesc='Prolog environment'
+arch=('x86_64' 'i686')
+url='http://www.swi-prolog.org/'
+license=('GPL' 'LGPL')
+depends=('gmp' 'readline' 'openssl' 'libarchive')
+makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
+optdepends=('unixodbc: for using the odbc4pl library'
+'libjpeg: for using the pl2xpce library'
+'libxpm: for using the pl2xpce library'
+'libxinerama: for using the pl2xpce library'
+'libxft: for using the pl2xpce library')
+#options=('!makeflags')
+source=(http://www.swi-prolog.org/download/stable/src/pl-$pkgver.tar.gz;)
+sha256sums=('e4996e363a19353f8b4eb1c19284fa73612b0137b32ba3cb066210567260b6cd')
+
+build() {
+  cd pl-$pkgver
+
+  ./configure --prefix=/usr --with-world
+  cd src
+  ./configure --disable-readline --prefix=/usr
+  cd ..
+  make
+}
+
+check() {
+  make -C pl-$pkgver check || true
+}
+
+package() {
+  make -C pl-$pkgver DESTDIR=$pkgdir install
+
+  # Fix for FS#20873
+  chmod +x $pkgdir/usr/lib/swipl-$pkgver/library/dialect/sicstus/swipl-lfr.pl
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-11 07:19:47 UTC (rev 106967)
+++ community-x86_64/PKGBUILD   2014-03-11 09:34:16 UTC (rev 106968)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jachym Barvinek jach...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=swi-prolog
-pkgver=6.6.0
-pkgrel=1
-pkgdesc='Prolog environment'
-arch=('x86_64' 'i686')
-url='http://www.swi-prolog.org/'
-license=('GPL' 'LGPL')
-depends=('gmp' 'readline' 'openssl' 'libarchive')
-makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
-optdepends=('unixodbc: for using the odbc4pl library'
-'libjpeg: for using the pl2xpce library'
-'libxpm: for using the pl2xpce library'
-

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

2014-03-11 Thread Lukas Jirkovsky
Date: Tuesday, March 11, 2014 @ 10:35:54
  Author: stativ
Revision: 106969

Disable static build, because Arch no longer ships the required static 
libraries.

Modified:
  aide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:34:16 UTC (rev 106968)
+++ PKGBUILD2014-03-11 09:35:54 UTC (rev 106969)
@@ -28,7 +28,8 @@
 --with-prelink \
 --with-xattr \
 --with-zlib \
---with-e2fsattrs
+--with-e2fsattrs \
+--disable-static
make
 }
 



[arch-commits] Commit in emacs-lua-mode/trunk (PKGBUILD)

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 10:44:36
  Author: spupykin
Revision: 106972

upgpkg: emacs-lua-mode 20130419-1

upd

Modified:
  emacs-lua-mode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:44:33 UTC (rev 106971)
+++ PKGBUILD2014-03-11 09:44:36 UTC (rev 106972)
@@ -3,7 +3,7 @@
 # Contributor: opqdonut joel.kaasi...@gmail.com
 
 pkgname=emacs-lua-mode
-pkgver=2007
+pkgver=20130419
 pkgrel=1
 pkgdesc=Emacs lua-mode
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('emacs')
 install=$pkgname.install
 
source=(lua-mode-$pkgver.zip::https://github.com/immerrr/lua-mode/zipball/rel-$pkgver)
-md5sums=('8d476db7937ed449b2e2aea3a6ffa4db')
+md5sums=('1a7de56873e5a88ea2d29710fb01a36c')
 
 build() {
   cd $srcdir/immerrr-lua-mode-*



[arch-commits] Commit in emacs-lua-mode/repos/community-any (4 files)

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 10:44:44
  Author: spupykin
Revision: 106973

archrelease: copy trunk to community-any

Added:
  emacs-lua-mode/repos/community-any/PKGBUILD
(from rev 106972, emacs-lua-mode/trunk/PKGBUILD)
  emacs-lua-mode/repos/community-any/emacs-lua-mode.install
(from rev 106972, emacs-lua-mode/trunk/emacs-lua-mode.install)
Deleted:
  emacs-lua-mode/repos/community-any/PKGBUILD
  emacs-lua-mode/repos/community-any/emacs-lua-mode.install

+
 PKGBUILD   |   54 +++
 emacs-lua-mode.install |   26 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 09:44:36 UTC (rev 106972)
+++ PKGBUILD2014-03-11 09:44:44 UTC (rev 106973)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: opqdonut joel.kaasi...@gmail.com
-
-pkgname=emacs-lua-mode
-pkgver=2007
-pkgrel=1
-pkgdesc=Emacs lua-mode
-arch=('any')
-url=http://lua-mode.luaforge.net;
-license=('GPL')
-depends=()
-makedepends=('emacs')
-install=$pkgname.install
-source=(lua-mode-$pkgver.zip::https://github.com/immerrr/lua-mode/zipball/rel-$pkgver)
-md5sums=('8d476db7937ed449b2e2aea3a6ffa4db')
-
-build() {
-  cd $srcdir/immerrr-lua-mode-*
-  make compile
-}
-
-package() {
-  cd $srcdir/immerrr-lua-mode-*
-  mkdir -p $pkgdir/usr/share/emacs/site-lisp
-  cp *.el{c,} $pkgdir/usr/share/emacs/site-lisp/
-}

Copied: emacs-lua-mode/repos/community-any/PKGBUILD (from rev 106972, 
emacs-lua-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 09:44:44 UTC (rev 106973)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: opqdonut joel.kaasi...@gmail.com
+
+pkgname=emacs-lua-mode
+pkgver=20130419
+pkgrel=1
+pkgdesc=Emacs lua-mode
+arch=('any')
+url=http://lua-mode.luaforge.net;
+license=('GPL')
+depends=()
+makedepends=('emacs')
+install=$pkgname.install
+source=(lua-mode-$pkgver.zip::https://github.com/immerrr/lua-mode/zipball/rel-$pkgver)
+md5sums=('1a7de56873e5a88ea2d29710fb01a36c')
+
+build() {
+  cd $srcdir/immerrr-lua-mode-*
+  make compile
+}
+
+package() {
+  cd $srcdir/immerrr-lua-mode-*
+  mkdir -p $pkgdir/usr/share/emacs/site-lisp
+  cp *.el{c,} $pkgdir/usr/share/emacs/site-lisp/
+}

Deleted: emacs-lua-mode.install
===
--- emacs-lua-mode.install  2014-03-11 09:44:36 UTC (rev 106972)
+++ emacs-lua-mode.install  2014-03-11 09:44:44 UTC (rev 106973)
@@ -1,13 +0,0 @@
-post_install() {
-  cat  EOF
-== To set up Emacs to automatically edit files ending in .lua using Lua-mode
-add the following to your ~/.emacs file (GNU Emacs) or ~/.xemacs/init.el
-file (XEmacs):
-(setq auto-mode-alist (cons '(\\.lua$ . lua-mode) auto-mode-alist))
-(autoload 'lua-mode lua-mode Lua editing mode. t)
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-lua-mode/repos/community-any/emacs-lua-mode.install (from rev 
106972, emacs-lua-mode/trunk/emacs-lua-mode.install)
===
--- emacs-lua-mode.install  (rev 0)
+++ emacs-lua-mode.install  2014-03-11 09:44:44 UTC (rev 106973)
@@ -0,0 +1,13 @@
+post_install() {
+  cat  EOF
+== To set up Emacs to automatically edit files ending in .lua using Lua-mode
+add the following to your ~/.emacs file (GNU Emacs) or ~/.xemacs/init.el
+file (XEmacs):
+(setq auto-mode-alist (cons '(\\.lua$ . lua-mode) auto-mode-alist))
+(autoload 'lua-mode lua-mode Lua editing mode. t)
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 10:44:24
  Author: spupykin
Revision: 106970

upgpkg: bash-docs 10-1

upd

Modified:
  bash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:35:54 UTC (rev 106969)
+++ PKGBUILD2014-03-11 09:44:24 UTC (rev 106970)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=bash-docs
-pkgver=6.5
+pkgver=10
 pkgrel=1
 pkgdesc=Advanced Bash-Scripting Guide in HTML
 arch=('any')
@@ -12,7 +12,7 @@
 license=('GPL')
 options=('docs')
 source=(http://www.tldp.org/LDP/abs/abs-guide.html.tar.gz;)
-md5sums=('51b7e41adc4aee54bd3fe20caf0b86c6')
+md5sums=('7014ea02a91ada997373fd12053b4061')
 
 package(){
   cd $srcdir/abs-guide



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 10:44:33
  Author: spupykin
Revision: 106971

archrelease: copy trunk to community-any

Added:
  bash-docs/repos/community-any/PKGBUILD
(from rev 106970, bash-docs/trunk/PKGBUILD)
Deleted:
  bash-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 09:44:24 UTC (rev 106970)
+++ PKGBUILD2014-03-11 09:44:33 UTC (rev 106971)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: jason ryan jasonwr...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=bash-docs
-pkgver=6.5
-pkgrel=1
-pkgdesc=Advanced Bash-Scripting Guide in HTML
-arch=('any')
-url=http://tldp.org/LDP/abs/html/;
-license=('GPL')
-options=('docs')
-source=(http://www.tldp.org/LDP/abs/abs-guide.html.tar.gz;)
-md5sums=('51b7e41adc4aee54bd3fe20caf0b86c6')
-
-package(){
-  cd $srcdir/abs-guide
-  install -d ${pkgdir}/usr/share/doc/bash
-  cp -rf * ${pkgdir}/usr/share/doc/bash
-}

Copied: bash-docs/repos/community-any/PKGBUILD (from rev 106970, 
bash-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 09:44:33 UTC (rev 106971)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: jason ryan jasonwr...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=bash-docs
+pkgver=10
+pkgrel=1
+pkgdesc=Advanced Bash-Scripting Guide in HTML
+arch=('any')
+url=http://tldp.org/LDP/abs/html/;
+license=('GPL')
+options=('docs')
+source=(http://www.tldp.org/LDP/abs/abs-guide.html.tar.gz;)
+md5sums=('7014ea02a91ada997373fd12053b4061')
+
+package(){
+  cd $srcdir/abs-guide
+  install -d ${pkgdir}/usr/share/doc/bash
+  cp -rf * ${pkgdir}/usr/share/doc/bash
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 10:45:04
  Author: spupykin
Revision: 106975

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 09:44:54 UTC (rev 106974)
+++ PKGBUILD2014-03-11 09:45:04 UTC (rev 106975)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.16
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('03c72e88e22a392174a395cb3563f0fa')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 106974, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 09:45:04 UTC (rev 106975)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.17
+pkgrel=1
+pkgdesc=plugin for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('11a37854aeda9eae8de3a822633a369d')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 10:44:54
  Author: spupykin
Revision: 106974

upgpkg: firefox-noscript 2.6.8.17-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:44:44 UTC (rev 106973)
+++ PKGBUILD2014-03-11 09:44:54 UTC (rev 106974)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.16
+pkgver=2.6.8.17
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('03c72e88e22a392174a395cb3563f0fa')
+md5sums=('11a37854aeda9eae8de3a822633a369d')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2014-03-11 Thread Lukas Jirkovsky
Date: Tuesday, March 11, 2014 @ 10:58:07
  Author: stativ
Revision: 106976

aide: add gpg verification.

Modified:
  aide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:45:04 UTC (rev 106975)
+++ PKGBUILD2014-03-11 09:58:07 UTC (rev 106976)
@@ -6,7 +6,7 @@
 
 pkgname=aide
 pkgver=0.15.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('i686' 'x86_64')
 url=http://aide.sourceforge.net/;
@@ -14,8 +14,10 @@
 makedepends=('mhash' 'elfutils')
 backup=('etc/aide.conf')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 \
+
http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz.asc
 \
 aide.conf)
 md5sums=('d0b72535ff68b93a648e4d08b0ed7f07'
+ 'SKIP'
  'd3ac69ad7c12c1686f8accf2717139f6')
 
 build() {



[arch-commits] Commit in awesome/repos (testing-i686 testing-x86_64)

2014-03-11 Thread Bartłomiej Piotrowski
Date: Tuesday, March 11, 2014 @ 10:59:04
  Author: bpiotrowski
Revision: 106979

Yet another repos/ cleanup.

Deleted:
  awesome/repos/testing-i686/
  awesome/repos/testing-x86_64/



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

2014-03-11 Thread Bartłomiej Piotrowski
Date: Tuesday, March 11, 2014 @ 10:58:29
  Author: bpiotrowski
Revision: 106978

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

Added:
  awesome/repos/testing-i686/
  awesome/repos/testing-i686/PKGBUILD
(from rev 106977, awesome/trunk/PKGBUILD)
  awesome/repos/testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch
(from rev 106977, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)
  awesome/repos/testing-x86_64/
  awesome/repos/testing-x86_64/PKGBUILD
(from rev 106977, awesome/trunk/PKGBUILD)
  awesome/repos/testing-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch
(from rev 106977, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)

-+
 testing-i686/PKGBUILD   |   48 ++
 testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch   |   27 ++
 testing-x86_64/PKGBUILD |   48 ++
 testing-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch |   27 ++
 4 files changed, 150 insertions(+)

Copied: awesome/repos/testing-i686/PKGBUILD (from rev 106977, 
awesome/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-11 09:58:29 UTC (rev 106978)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='Highly configurable framework window manager'
+arch=('i686' 'x86_64')
+url='http://awesome.naquadah.org/'
+license=('GPL2')
+depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi'
+ 'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms'
+ 'xcb-util-wm' 'xorg-xmessage')
+makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 
'xmlto')
+optdepends=('rlwrap: readline support for awesome-client'
+'dex: autostart your desktop files'
+'vicious: widgets for the Awesome window manager')
+provides=('notification-daemon')
+backup=('etc/xdg/awesome/rc.lua')
+source=($url/download/$pkgname-$pkgver.tar.xz
+awesome-3.5.2-naughty-fix-ldoc.patch)
+md5sums=('c16eaaaddf6f56b4e041007952e2a4fe'
+ 'f4ed09b1e75e191e503f482575bf640e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc \
+-DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 awesome.desktop $pkgdir/usr/share/xsessions/awesome.desktop
+}

Copied: awesome/repos/testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch (from 
rev 106977, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)
===
--- testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch   
(rev 0)
+++ testing-i686/awesome-3.5.2-naughty-fix-ldoc.patch   2014-03-11 09:58:29 UTC 
(rev 106978)
@@ -0,0 +1,27 @@
+From 019f55a1daabb4b15632f3b49aceaa03a2b93c89 Mon Sep 17 00:00:00 2001
+From: Uli Schlachter psyc...@znc.in
+Date: Sat, 22 Feb 2014 16:35:17 +0100
+Subject: [PATCH] naughty: fix ldoc
+
+lib/naughty.lua:65: ?: 'class' cannot have multiple values; {table,table}
+
+Signed-off-by: Uli Schlachter psyc...@znc.in
+---
+ lib/naughty.lua.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in
+index 6e77b5f..16dc384 100644
+--- a/lib/naughty.lua.in
 b/lib/naughty.lua.in
+@@ -61,7 +61,6 @@ naughty.config.notify_callback = nil
+ -- @field low The preset for notifications with low urgency level
+ -- @field normal The default preset for every notification without a preset 
that will also be used for normal urgency level
+ -- @field critical The preset for notifications with a critical urgency level
+--- @class table
+ naughty.config.presets = {
+ normal = {},
+ low = {
+-- 
+1.9.0
+

Copied: awesome/repos/testing-x86_64/PKGBUILD (from rev 106977, 
awesome/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-11 09:58:29 UTC (rev 106978)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='Highly configurable framework window manager'
+arch=('i686' 'x86_64')
+url='http://awesome.naquadah.org/'
+license=('GPL2')
+depends=('cairo' 'dbus' 

[arch-commits] Commit in awesome/trunk (awesome-3.5.2-naughty-fix-ldoc.patch)

2014-03-11 Thread Bartłomiej Piotrowski
Date: Tuesday, March 11, 2014 @ 10:58:21
  Author: bpiotrowski
Revision: 106977

Add missing patch.

Added:
  awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch

--+
 awesome-3.5.2-naughty-fix-ldoc.patch |   27 +++
 1 file changed, 27 insertions(+)

Added: awesome-3.5.2-naughty-fix-ldoc.patch
===
--- awesome-3.5.2-naughty-fix-ldoc.patch(rev 0)
+++ awesome-3.5.2-naughty-fix-ldoc.patch2014-03-11 09:58:21 UTC (rev 
106977)
@@ -0,0 +1,27 @@
+From 019f55a1daabb4b15632f3b49aceaa03a2b93c89 Mon Sep 17 00:00:00 2001
+From: Uli Schlachter psyc...@znc.in
+Date: Sat, 22 Feb 2014 16:35:17 +0100
+Subject: [PATCH] naughty: fix ldoc
+
+lib/naughty.lua:65: ?: 'class' cannot have multiple values; {table,table}
+
+Signed-off-by: Uli Schlachter psyc...@znc.in
+---
+ lib/naughty.lua.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in
+index 6e77b5f..16dc384 100644
+--- a/lib/naughty.lua.in
 b/lib/naughty.lua.in
+@@ -61,7 +61,6 @@ naughty.config.notify_callback = nil
+ -- @field low The preset for notifications with low urgency level
+ -- @field normal The default preset for every notification without a preset 
that will also be used for normal urgency level
+ -- @field critical The preset for notifications with a critical urgency level
+--- @class table
+ naughty.config.presets = {
+ normal = {},
+ low = {
+-- 
+1.9.0
+



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

2014-03-11 Thread Bartłomiej Piotrowski
Date: Tuesday, March 11, 2014 @ 10:59:18
  Author: bpiotrowski
Revision: 106980

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

Added:
  awesome/repos/community-i686/PKGBUILD
(from rev 106979, awesome/trunk/PKGBUILD)
  awesome/repos/community-i686/awesome-3.5.2-naughty-fix-ldoc.patch
(from rev 106979, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)
  awesome/repos/community-x86_64/PKGBUILD
(from rev 106979, awesome/trunk/PKGBUILD)
  awesome/repos/community-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch
(from rev 106979, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)
Deleted:
  awesome/repos/community-i686/PKGBUILD
  awesome/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   48 
 community-i686/awesome-3.5.2-naughty-fix-ldoc.patch   |   27 
 community-x86_64/PKGBUILD |   48 
 community-x86_64/awesome-3.5.2-naughty-fix-ldoc.patch |   27 
 5 files changed, 150 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 09:59:04 UTC (rev 106979)
+++ community-i686/PKGBUILD 2014-03-11 09:59:18 UTC (rev 106980)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Ronald van Haren ronald.archlinux.org
-# Contributor: Vesa Kaihlavirta
-
-pkgname=awesome
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='Highly configurable framework window manager'
-arch=('i686' 'x86_64')
-url='http://awesome.naquadah.org/'
-license=('GPL2')
-depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi'
- 'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms'
- 'xcb-util-wm' 'xorg-xmessage')
-makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 
'xmlto')
-optdepends=('rlwrap: readline support for awesome-client'
-'dex: autostart your desktop files'
-'vicious: widgets for the Awesome window manager')
-provides=('notification-daemon')
-backup=('etc/xdg/awesome/rc.lua')
-source=($url/download/$pkgname-$pkgver.tar.xz
-awesome-3.5.2-naughty-fix-ldoc.patch)
-md5sums=('c16eaaaddf6f56b4e041007952e2a4fe'
- 'f4ed09b1e75e191e503f482575bf640e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake \
--DCMAKE_BUILD_TYPE=RELEASE \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc \
--DLUA_LIBRARY=/usr/lib/liblua.so.5.2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 awesome.desktop $pkgdir/usr/share/xsessions/awesome.desktop
-}

Copied: awesome/repos/community-i686/PKGBUILD (from rev 106979, 
awesome/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 09:59:18 UTC (rev 106980)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Vesa Kaihlavirta
+
+pkgname=awesome
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='Highly configurable framework window manager'
+arch=('i686' 'x86_64')
+url='http://awesome.naquadah.org/'
+license=('GPL2')
+depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi'
+ 'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms'
+ 'xcb-util-wm' 'xorg-xmessage')
+makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 
'xmlto')
+optdepends=('rlwrap: readline support for awesome-client'
+'dex: autostart your desktop files'
+'vicious: widgets for the Awesome window manager')
+provides=('notification-daemon')
+backup=('etc/xdg/awesome/rc.lua')
+source=($url/download/$pkgname-$pkgver.tar.xz
+awesome-3.5.2-naughty-fix-ldoc.patch)
+md5sums=('c16eaaaddf6f56b4e041007952e2a4fe'
+ 'f4ed09b1e75e191e503f482575bf640e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cmake \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc \
+-DLUA_LIBRARY=/usr/lib/liblua.so.5.2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 awesome.desktop $pkgdir/usr/share/xsessions/awesome.desktop
+}

Copied: awesome/repos/community-i686/awesome-3.5.2-naughty-fix-ldoc.patch (from 
rev 106979, awesome/trunk/awesome-3.5.2-naughty-fix-ldoc.patch)

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

2014-03-11 Thread Lukas Jirkovsky
Date: Tuesday, March 11, 2014 @ 11:00:26
  Author: stativ
Revision: 106981

upgpkg: aide 0.15.1-4

aide: rebuild with dynamic libs

Modified:
  aide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:59:18 UTC (rev 106980)
+++ PKGBUILD2014-03-11 10:00:26 UTC (rev 106981)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url=http://aide.sourceforge.net/;
 license=('GPL')
-makedepends=('mhash' 'elfutils')
+depends=('mhash' 'elfutils')
 backup=('etc/aide.conf')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 \
 
http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz.asc
 \



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

2014-03-11 Thread Lukas Jirkovsky
Date: Tuesday, March 11, 2014 @ 11:00:32
  Author: stativ
Revision: 106982

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

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

+
 /PKGBUILD  |   88 
 /aide.conf |  292 +++
 community-i686/PKGBUILD|   41 --
 community-i686/aide.conf   |  146 -
 community-x86_64/PKGBUILD  |   41 --
 community-x86_64/aide.conf |  146 -
 6 files changed, 380 insertions(+), 374 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 10:00:26 UTC (rev 106981)
+++ community-i686/PKGBUILD 2014-03-11 10:00:32 UTC (rev 106982)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.copm
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us 
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=aide
-pkgver=0.15.1
-pkgrel=3
-pkgdesc='A file integrity checker and intrusion detection program.'
-arch=('i686' 'x86_64')
-url=http://www.cs.tut.fi/~rammer/aide.html;
-license=('GPL')
-makedepends=('mhash' 'elfutils')
-backup=('etc/aide.conf')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 \
-aide.conf)
-md5sums=('d0b72535ff68b93a648e4d08b0ed7f07'
- 'd3ac69ad7c12c1686f8accf2717139f6')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-mhash \
---with-posix-acl \
---with-prelink \
---with-xattr \
---with-zlib \
---with-e2fsattrs
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
-mkdir -p $pkgdir/var/{log,lib}/aide/
-}

Copied: aide/repos/community-i686/PKGBUILD (from rev 106981, 
aide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 10:00:32 UTC (rev 106982)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.copm
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us 
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=aide
+pkgver=0.15.1
+pkgrel=4
+pkgdesc='A file integrity checker and intrusion detection program.'
+arch=('i686' 'x86_64')
+url=http://aide.sourceforge.net/;
+license=('GPL')
+depends=('mhash' 'elfutils')
+backup=('etc/aide.conf')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 \
+
http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz.asc
 \
+aide.conf)
+md5sums=('d0b72535ff68b93a648e4d08b0ed7f07'
+ 'SKIP'
+ 'd3ac69ad7c12c1686f8accf2717139f6')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-mhash \
+--with-posix-acl \
+--with-prelink \
+--with-xattr \
+--with-zlib \
+--with-e2fsattrs \
+--disable-static
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
+mkdir -p $pkgdir/var/{log,lib}/aide/
+}

Deleted: community-i686/aide.conf
===
--- community-i686/aide.conf2014-03-11 10:00:26 UTC (rev 106981)
+++ community-i686/aide.conf2014-03-11 10:00:32 UTC (rev 106982)
@@ -1,146 +0,0 @@
-# Example configuration file for AIDE.
-#
-@@define DBDIR /var/lib/aide
-@@define LOGDIR /var/log/aide
-
-# The location of the database to be read.
-database=file:@@{DBDIR}/aide.db.gz
-
-# The location of the database to be written.
-#database_out=sql:host:port:database:login_name:passwd:table
-#database_out=file:aide.db.new
-database_out=file:@@{DBDIR}/aide.db.new.gz
-
-# Whether to gzip the output to database
-gzip_dbout=yes
-
-# Default.
-verbose=5
-
-report_url=file:@@{LOGDIR}/aide.log
-report_url=stdout
-#report_url=stderr
-# 
-# Here are all the attributes we can check
-#p:   permissions
-#i:   inode
-#n:   number of links
-#l:   link name

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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:05:09
  Author: spupykin
Revision: 106984

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

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

+
 /PKGBUILD  |   60 +++
 /hevea.install |   26 
 community-i686/PKGBUILD|   30 ---
 community-i686/hevea.install   |   13 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/hevea.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 10:04:51 UTC (rev 106983)
+++ community-i686/PKGBUILD 2014-03-11 10:05:09 UTC (rev 106984)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brian Nguyen bhngu...@gmail.com
-# Original Packager: Tom K t...@runbox.com
-
-pkgname=hevea
-pkgver=2.02
-pkgrel=1
-pkgdesc=A quite complete and fast LATEX to HTML translator
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url=http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('b0331fdf123c21ce02f15c890d268306')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 106983, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 10:05:09 UTC (rev 106984)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brian Nguyen bhngu...@gmail.com
+# Original Packager: Tom K t...@runbox.com
+
+pkgname=hevea
+pkgver=2.12
+pkgrel=1
+pkgdesc=A quite complete and fast LATEX to HTML translator
+arch=(i686 x86_64)
+depends=('ocaml')
+license=('GPL')
+url=http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('8330f7c1c1615242b13a894737ca5992')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2014-03-11 10:04:51 UTC (rev 106983)
+++ community-i686/hevea.install2014-03-11 10:05:09 UTC (rev 106984)
@@ -1,13 +0,0 @@
-post_install() {
-  echo HEVEA is fully functional when other software are installed:
-  echo * A modern LaTeX installation including dvips.
-  echo * The ghostscript PostScript interpreter.
-  echo * The netpbm image processing package.
-  echo However, these are optional and hevea runs without them.
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 106983, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2014-03-11 10:05:09 UTC (rev 106984)
@@ -0,0 +1,13 @@
+post_install() {
+  echo HEVEA is fully functional when other software are installed:
+  echo * A modern LaTeX installation including dvips.
+  echo * The ghostscript PostScript interpreter.
+  echo * The netpbm image processing package.
+  echo However, these are optional and hevea runs without them.
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-11 10:04:51 UTC (rev 106983)
+++ community-x86_64/PKGBUILD   2014-03-11 10:05:09 UTC (rev 106984)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej 

[arch-commits] Commit in java-commons-logging/trunk (PKGBUILD)

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:05:12
  Author: spupykin
Revision: 106985

upgpkg: java-commons-logging 1.1.3-1

upd

Modified:
  java-commons-logging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 10:05:09 UTC (rev 106984)
+++ PKGBUILD2014-03-11 10:05:12 UTC (rev 106985)
@@ -4,7 +4,7 @@
 # Maintainer: Stefan Husmann  stefan-husm...@t-online.de
 
 pkgname=java-commons-logging
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc=Wrapper interface for logging APIs in Java
 arch=('any')
@@ -13,8 +13,8 @@
 depends=('java-runtime')
 
source=(http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz;

http://apache.crihan.fr/dist/commons/logging/source/commons-logging-$pkgver-src.tar.gz;)
-md5sums=('0fd3ed7847618ae8ca281f2259bc2866'
- '8928a44ded8fb362974fa303900773d6')
+md5sums=('b132f9a1e875677ae6b449406cff2a78'
+ 'e8e197d628436490886d17cffa108fe3')
 
 build() {
   # TODO: build from sources



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:04:51
  Author: spupykin
Revision: 106983

upgpkg: hevea 2.12-1

upd

Modified:
  hevea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 10:00:32 UTC (rev 106982)
+++ PKGBUILD2014-03-11 10:04:51 UTC (rev 106983)
@@ -4,7 +4,7 @@
 # Original Packager: Tom K t...@runbox.com
 
 pkgname=hevea
-pkgver=2.02
+pkgver=2.12
 pkgrel=1
 pkgdesc=A quite complete and fast LATEX to HTML translator
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=http://pauillac.inria.fr/~maranget/hevea/;
 install=hevea.install
 
source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('b0331fdf123c21ce02f15c890d268306')
+md5sums=('8330f7c1c1615242b13a894737ca5992')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in java-commons-logging/repos/community-any (PKGBUILD PKGBUILD)

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:05:21
  Author: spupykin
Revision: 106986

archrelease: copy trunk to community-any

Added:
  java-commons-logging/repos/community-any/PKGBUILD
(from rev 106985, java-commons-logging/trunk/PKGBUILD)
Deleted:
  java-commons-logging/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 10:05:12 UTC (rev 106985)
+++ PKGBUILD2014-03-11 10:05:21 UTC (rev 106986)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Simon Lipp sloonz+...@gmail.com
-# Maintainer: Stefan Husmann  stefan-husm...@t-online.de
-
-pkgname=java-commons-logging
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=Wrapper interface for logging APIs in Java
-arch=('any')
-url=http://commons.apache.org/logging/;
-license=(APACHE)
-depends=('java-runtime')
-source=(http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz;
-   
http://apache.crihan.fr/dist/commons/logging/source/commons-logging-$pkgver-src.tar.gz;)
-md5sums=('0fd3ed7847618ae8ca281f2259bc2866'
- '8928a44ded8fb362974fa303900773d6')
-
-build() {
-  # TODO: build from sources
-  true
-}
-
-package() {
-  install -d $pkgdir/usr/share/java/commons-logging/
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-$pkgver.jar \
-$pkgdir/usr/share/java/commons-logging/commons-logging.jar
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-api-$pkgver.jar \
-$pkgdir/usr/share/java/commons-logging/commons-logging-api.jar
-  install --mode=644 \
-$srcdir/commons-logging-$pkgver/commons-logging-adapters-$pkgver.jar \
-$pkgdir/usr/share/java/commons-logging/commons-logging-adapters.jar
-}

Copied: java-commons-logging/repos/community-any/PKGBUILD (from rev 106985, 
java-commons-logging/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 10:05:21 UTC (rev 106986)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Simon Lipp sloonz+...@gmail.com
+# Maintainer: Stefan Husmann  stefan-husm...@t-online.de
+
+pkgname=java-commons-logging
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=Wrapper interface for logging APIs in Java
+arch=('any')
+url=http://commons.apache.org/logging/;
+license=(APACHE)
+depends=('java-runtime')
+source=(http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz;
+   
http://apache.crihan.fr/dist/commons/logging/source/commons-logging-$pkgver-src.tar.gz;)
+md5sums=('b132f9a1e875677ae6b449406cff2a78'
+ 'e8e197d628436490886d17cffa108fe3')
+
+build() {
+  # TODO: build from sources
+  true
+}
+
+package() {
+  install -d $pkgdir/usr/share/java/commons-logging/
+  install --mode=644 \
+$srcdir/commons-logging-$pkgver/commons-logging-$pkgver.jar \
+$pkgdir/usr/share/java/commons-logging/commons-logging.jar
+  install --mode=644 \
+$srcdir/commons-logging-$pkgver/commons-logging-api-$pkgver.jar \
+$pkgdir/usr/share/java/commons-logging/commons-logging-api.jar
+  install --mode=644 \
+$srcdir/commons-logging-$pkgver/commons-logging-adapters-$pkgver.jar \
+$pkgdir/usr/share/java/commons-logging/commons-logging-adapters.jar
+}



[arch-commits] Commit in mate-sensors-applet/repos (8 files)

2014-03-11 Thread Martin Wimpress
Date: Tuesday, March 11, 2014 @ 11:09:51
  Author: flexiondotorg
Revision: 106988

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

Added:
  mate-sensors-applet/repos/community-i686/PKGBUILD
(from rev 106987, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
(from rev 106987, mate-sensors-applet/trunk/mate-sensors-applet.install)
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 106987, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install
(from rev 106987, mate-sensors-applet/trunk/mate-sensors-applet.install)
Deleted:
  mate-sensors-applet/repos/community-i686/PKGBUILD
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install

--+
 /PKGBUILD|   62 +
 /mate-sensors-applet.install |   24 +
 community-i686/PKGBUILD  |   32 
 community-i686/mate-sensors-applet.install   |   12 
 community-x86_64/PKGBUILD|   32 
 community-x86_64/mate-sensors-applet.install |   12 
 6 files changed, 86 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 10:09:32 UTC (rev 106987)
+++ community-i686/PKGBUILD 2014-03-11 10:09:51 UTC (rev 106988)
@@ -1,32 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-sensors-applet
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings.
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors'
- 'mate-panel' 'yelp')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 
'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0526400ad88b306fc74b2e219ce4aea34476577f')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---disable-static
-  make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 106987, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 10:09:51 UTC (rev 106988)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-sensors-applet
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 
'mate-panel')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 
'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0526400ad88b306fc74b2e219ce4aea34476577f')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-static
+  make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-sensors-applet.install
===
--- community-i686/mate-sensors-applet.install  2014-03-11 10:09:32 UTC (rev 
106987)
+++ community-i686/mate-sensors-applet.install  2014-03-11 10:09:51 UTC (rev 
106988)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-sensors-applet/repos/community-i686/mate-sensors-applet.install 
(from rev 106987, mate-sensors-applet/trunk/mate-sensors-applet.install)
===
--- community-i686/mate-sensors-applet.install  (rev 0)
+++ community-i686/mate-sensors-applet.install  2014-03-11 10:09:51 UTC (rev 
106988)
@@ -0,0 +1,12 @@

[arch-commits] Commit in mate-sensors-applet/trunk (PKGBUILD)

2014-03-11 Thread Martin Wimpress
Date: Tuesday, March 11, 2014 @ 11:09:32
  Author: flexiondotorg
Revision: 106987

upgpkg: mate-sensors-applet 1.8.0-2 - Remove duplicate reference to 'yelp'.

Modified:
  mate-sensors-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 10:05:21 UTC (rev 106986)
+++ PKGBUILD2014-03-11 10:09:32 UTC (rev 106987)
@@ -2,13 +2,12 @@
 
 pkgname=mate-sensors-applet
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings.
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors'
- 'mate-panel' 'yelp')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 
'mate-panel')
 makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 
'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 options=('!emptydirs')



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:19:09
  Author: spupykin
Revision: 106990

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 106989, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 106989, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 106989, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 106989, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 106989, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 106989, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 106989, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 106989, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 106989, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 106989, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  232 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 ++
 /libvirtd.conf.d|6 
 community-i686/PKGBUILD |  118 ---
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |  118 ---
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 298 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 10:18:49 UTC (rev 106989)
+++ community-i686/PKGBUILD 2014-03-11 10:19:09 UTC (rev 106990)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.2.1
-pkgrel=4
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'audit' 'numactl')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self.xml'
-   'etc/libvirt/qemu-lockd.conf'
-   'etc/libvirt/qemu.conf'
-   

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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:18:49
  Author: spupykin
Revision: 106989

upgpkg: libvirt 1.2.2-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 10:09:51 UTC (rev 106988)
+++ PKGBUILD2014-03-11 10:18:49 UTC (rev 106989)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.2.2
+pkgrel=1
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -60,17 +60,15 @@
 source=(http://libvirt.org/sources/$pkgname-$pkgver.tar.gz;
libvirtd.conf.d
libvirtd-guests.conf.d
-   libvirt.tmpfiles.d
-   
FS#38546.patch::http://libvirt.org/git/?p=libvirt.git;a=commitdiff_plain;h=7f0fd427413fe04963b1bcb158cf70e980ad1842;)
-md5sums=('cce374220f67895afb6331bd2ddedbfd'
+   libvirt.tmpfiles.d)
+md5sums=('592958ad1ddce7574d8cb0a31e635acd'
  '3ed0e24f5b5e25bf553f5427d64915e6'
  '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f'
- 'f579805e75956d32992c6934346ee740')
+ '020971887442ebbf1b6949e031c8dd3f')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/FS#38546.patch
+#  patch -p1 $srcdir/FS#38546.patch
 }
 
 build() {
@@ -107,7 +105,7 @@
 
   # systemd stuff
   install -D -m644 $srcdir/libvirt.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/libvirt.conf
-  mv $pkgdir/lib/* $pkgdir/usr/lib/
+#  mv $pkgdir/lib/* $pkgdir/usr/lib/
 
   rm -rf \
$pkgdir/var/run \



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:19:24
  Author: spupykin
Revision: 106991

upgpkg: lxc 1:1.0.1-1

upd

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 10:19:09 UTC (rev 106990)
+++ PKGBUILD2014-03-11 10:19:24 UTC (rev 106991)
@@ -6,9 +6,9 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=lxc
-pkgver=1.0.0
+pkgver=1.0.1
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc=Linux Containers
 arch=('i686' 'x86_64')
 url=http://linuxcontainers.org;
@@ -21,7 +21,7 @@
 source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
lxc.tmpfiles.d
lxc@.service)
-md5sums=('87a9d168a6e55326303cce3b2cb7f82e'
+md5sums=('3c7379891e45713817ec873a167070b0'
  'df94c9fb8a753011c86ee664e9f521ff'
  '32db4ef06b27f36e15ff4b67c049dfeb')
 



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:19:42
  Author: spupykin
Revision: 106992

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

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

-+
 /PKGBUILD   |  122 ++
 /lxc.install|   16 
 /lxc.tmpfiles.d |2 
 /lxc@.service   |   22 ++
 community-i686/PKGBUILD |   61 ---
 community-i686/lxc.install  |8 --
 community-i686/lxc.tmpfiles.d   |1 
 community-i686/lxc@.service |   11 ---
 community-x86_64/PKGBUILD   |   61 ---
 community-x86_64/lxc.install|8 --
 community-x86_64/lxc.tmpfiles.d |1 
 community-x86_64/lxc@.service   |   11 ---
 12 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 10:19:24 UTC (rev 106991)
+++ community-i686/PKGBUILD 2014-03-11 10:19:42 UTC (rev 106992)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Jonathan Liu net...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=lxc
-pkgver=1.0.0
-epoch=1
-pkgrel=2
-pkgdesc=Linux Containers
-arch=('i686' 'x86_64')
-url=http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python')
-makedepends=('docbook2x')
-optdepends=('arch-install-scripts: for archlinux template')
-license=('LGPL')
-install=lxc.install
-options=('emptydirs')
-source=(http://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz;
-   lxc.tmpfiles.d
-   lxc@.service)
-md5sums=('87a9d168a6e55326303cce3b2cb7f82e'
- 'df94c9fb8a753011c86ee664e9f521ff'
- '32db4ef06b27f36e15ff4b67c049dfeb')
-
-prepare() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  sed -i \
--e 's|\\-//Davenport//DTD DocBook V3.0//EN\\|\\-//OASIS//DTD DocBook 
XML\\ \\http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\;|' \
-configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/-}
-
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/var/lib/lxc
-  install -d -m755 $pkgdir/usr/lib/lxc/rootfs/dev
-  install -D -m644 ${srcdir}/lxc@.service 
${pkgdir}/usr/lib/systemd/system/lxc@.service
-  install -D -m644 ${srcdir}/lxc.tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man1/{} \;
-  find . -type f -name '*.5' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man5/{} \;
-  find . -type f -name '*.7' -exec install -D -m644 {} 
$pkgdir/usr/share/man/man7/{} \;
-}

Copied: lxc/repos/community-i686/PKGBUILD (from rev 106991, lxc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 10:19:42 UTC (rev 106992)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Jonathan Liu net...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=lxc
+pkgver=1.0.1
+epoch=1
+pkgrel=1
+pkgdesc=Linux Containers
+arch=('i686' 'x86_64')
+url=http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python')
+makedepends=('docbook2x')
+optdepends=('arch-install-scripts: for archlinux template')
+license=('LGPL')
+install=lxc.install
+options=('emptydirs')

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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:19:46
  Author: spupykin
Revision: 106993

upgpkg: squid 3.4.4-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 10:19:42 UTC (rev 106992)
+++ PKGBUILD2014-03-11 10:19:46 UTC (rev 106993)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=squid
-pkgver=3.4.3
-pkgrel=2
+pkgver=3.4.4
+pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -22,7 +22,7 @@
 'squid.cron'
 'squid.service'
 'squid.tmpfiles')
-md5sums=('4c4c53d2260afd6e7e2dd7c445c92920'
+md5sums=('f9c7dd495e45042cc162d89cfbb97cc0'
  '270977cdd9b47ef44c0c427ab9034777'
  'a71425c4951f2e5b640d19e6a5048531'
  'ceeb57c69ebb165676219222f109a24e'



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:20:13
  Author: spupykin
Revision: 106994

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 106993, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid.cron
(from rev 106993, squid/trunk/squid.cron)
  squid/repos/community-i686/squid.install
(from rev 106993, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 106993, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 106993, squid/trunk/squid.service)
  squid/repos/community-i686/squid.tmpfiles
(from rev 106993, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 106993, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid.cron
(from rev 106993, squid/trunk/squid.cron)
  squid/repos/community-x86_64/squid.install
(from rev 106993, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 106993, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 106993, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 106993, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid.cron
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid.cron
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.tmpfiles

-+
 /PKGBUILD   |  174 ++
 /squid.cron |   18 +++
 /squid.install  |   30 ++
 /squid.pam  |8 +
 /squid.service  |   26 +
 /squid.tmpfiles |2 
 community-i686/PKGBUILD |   87 ---
 community-i686/squid.cron   |9 -
 community-i686/squid.install|   15 ---
 community-i686/squid.pam|4 
 community-i686/squid.service|   13 --
 community-i686/squid.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   87 ---
 community-x86_64/squid.cron |9 -
 community-x86_64/squid.install  |   15 ---
 community-x86_64/squid.pam  |4 
 community-x86_64/squid.service  |   13 --
 community-x86_64/squid.tmpfiles |1 
 18 files changed, 258 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 10:19:46 UTC (rev 106993)
+++ community-i686/PKGBUILD 2014-03-11 10:20:13 UTC (rev 106994)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.4.3
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'cron' 'perl' 'libltdl')
-makedepends=('libcap' 'krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2;
-'squid.pam'
-'squid.cron'
-'squid.service'
-'squid.tmpfiles')
-md5sums=('4c4c53d2260afd6e7e2dd7c445c92920'
- '270977cdd9b47ef44c0c427ab9034777'
- 'a71425c4951f2e5b640d19e6a5048531'
- 'ceeb57c69ebb165676219222f109a24e'
- 'd243da117c1aee03c0cc6052f023a380')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies=lru,heap \
---enable-storeio=aufs,ufs,diskd \
---enable-delay-pools \
---enable-arp-acl \
---enable-ssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking

[arch-commits] Commit in (guisu)

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 11:40:34
  Author: arodseth
Revision: 106996

Moved to AUR, no packages uses this now and packages should use polkit instead.

Deleted:
  guisu/



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:43:41
  Author: spupykin
Revision: 106997

Modified:
  xxkb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 10:40:34 UTC (rev 106996)
+++ PKGBUILD2014-03-11 10:43:41 UTC (rev 106997)
@@ -22,7 +22,7 @@
 build() {
   cd ${srcdir}/${pkgname}
   xmkmf
-  make PROJECTROOT=/usr PIXMAPDIR=/usr/share/$pkgname LOCAL_LIBRARIES='-lXext 
-lXt -lXpm'
+  make PROJECTROOT=/usr PIXMAPDIR=/usr/share/$pkgname LOCAL_LIBRARIES='-lXext 
-lXt -lXpm -lX11'
 }
 
 package() {



[arch-commits] Commit in xxkb/repos/community-x86_64 (8 files)

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:44:10
  Author: spupykin
Revision: 106999

archrelease: copy trunk to community-x86_64

Added:
  xxkb/repos/community-x86_64/PKGBUILD
(from rev 106998, xxkb/trunk/PKGBUILD)
  xxkb/repos/community-x86_64/XXkb
(from rev 106998, xxkb/trunk/XXkb)
  xxkb/repos/community-x86_64/en22.xpm
(from rev 106998, xxkb/trunk/en22.xpm)
  xxkb/repos/community-x86_64/ru22.xpm
(from rev 106998, xxkb/trunk/ru22.xpm)
Deleted:
  xxkb/repos/community-x86_64/PKGBUILD
  xxkb/repos/community-x86_64/XXkb
  xxkb/repos/community-x86_64/en22.xpm
  xxkb/repos/community-x86_64/ru22.xpm

--+
 PKGBUILD |   84 
 XXkb |   32 -
 en22.xpm |  210 ++---
 ru22.xpm |   62 +-
 4 files changed, 194 insertions(+), 194 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 10:44:01 UTC (rev 106998)
+++ PKGBUILD2014-03-11 10:44:10 UTC (rev 106999)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=xxkb
-pkgver=1.11
-pkgrel=4
-pkgdesc=keyboard layout switcher/indicator
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/xxkb/;
-license=('PerlArtistic')
-depends=('libxpm')
-makedepends=('imake')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver-src.tar.gz;
-   XXkb
-   en22.xpm
-   ru22.xpm)
-md5sums=('c2e5c7f3285033f0e26b358ef95a7c89'
- 'f181b7a017d3d2524ecf10638317d341'
- '649c6d378fe12853d457b768bd273dc5'
- 'f1692f0be5fc697b3b792d0098bdb42f')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  xmkmf
-  make PROJECTROOT=/usr PIXMAPDIR=/usr/share/$pkgname LOCAL_LIBRARIES='-lXext 
-lXt -lXpm'
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/man/man1
-  install -d $pkgdir/usr/share/X11/app-defaults
-
-  install -m 0755 xxkb $pkgdir/usr/bin
-  install -m 0644 ../XXkb $pkgdir/usr/share/X11/app-defaults/XXkb
-  install -m 0644 pixmaps/*.xpm $pkgdir/usr/share/$pkgname
-  install -m 0644 $pkgname.man $pkgdir/usr/man/man1/$pkgname.1
-  install -m 0644 ../*.xpm $pkgdir/usr/share/$pkgname/
-
-  mv $pkgdir/usr/man $pkgdir/usr/share/
-}

Copied: xxkb/repos/community-x86_64/PKGBUILD (from rev 106998, 
xxkb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 10:44:10 UTC (rev 106999)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=xxkb
+pkgver=1.11
+pkgrel=4
+pkgdesc=keyboard layout switcher/indicator
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/xxkb/;
+license=('PerlArtistic')
+depends=('libxpm')
+makedepends=('imake')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver-src.tar.gz;
+   XXkb
+   en22.xpm
+   ru22.xpm)
+md5sums=('c2e5c7f3285033f0e26b358ef95a7c89'
+ 'f181b7a017d3d2524ecf10638317d341'
+ '649c6d378fe12853d457b768bd273dc5'
+ 'f1692f0be5fc697b3b792d0098bdb42f')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  xmkmf
+  make PROJECTROOT=/usr PIXMAPDIR=/usr/share/$pkgname LOCAL_LIBRARIES='-lXext 
-lXt -lXpm -lX11'
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/man/man1
+  install -d $pkgdir/usr/share/X11/app-defaults
+
+  install -m 0755 xxkb $pkgdir/usr/bin
+  install -m 0644 ../XXkb $pkgdir/usr/share/X11/app-defaults/XXkb
+  install -m 0644 pixmaps/*.xpm $pkgdir/usr/share/$pkgname
+  install -m 0644 $pkgname.man $pkgdir/usr/man/man1/$pkgname.1
+  install -m 0644 ../*.xpm $pkgdir/usr/share/$pkgname/
+
+  mv $pkgdir/usr/man $pkgdir/usr/share/
+}

Deleted: XXkb
===
--- XXkb2014-03-11 10:44:01 UTC (rev 106998)
+++ XXkb2014-03-11 10:44:10 UTC (rev 106999)
@@ -1,16 +0,0 @@
-XXkb.controls.add_when_start:  yes
-XXkb.controls.add_when_create: yes
-XXkb.controls.add_when_change: yes
-XXkb.controls.focusout:yes
-XXkb.controls.two_state:   yes
-XXkb.controls.button_delete:   yes
-XXkb.controls.button_delete_and_forget:no
-XXkb.controls.mainwindow_delete:   no
-XXkb.group.base:   1
-XXkb.group.alt:2
-XXkb.bell.enable:  no
-XXkb.mainwindow.enable:no
-XXkb.button.enable:no
-XXkb.ignore.reverse:   no
-XXkb.mousebutton.1.reverse:no
-XXkb.mousebutton.3.reverse:no

Copied: xxkb/repos/community-x86_64/XXkb (from rev 106998, xxkb/trunk/XXkb)
===
--- XXkb(rev 0)
+++ XXkb2014-03-11 10:44:10 UTC (rev 106999)
@@ -0,0 +1,16 @@

[arch-commits] Commit in xxkb/repos/community-i686 (8 files)

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:44:01
  Author: spupykin
Revision: 106998

archrelease: copy trunk to community-i686

Added:
  xxkb/repos/community-i686/PKGBUILD
(from rev 106997, xxkb/trunk/PKGBUILD)
  xxkb/repos/community-i686/XXkb
(from rev 106997, xxkb/trunk/XXkb)
  xxkb/repos/community-i686/en22.xpm
(from rev 106997, xxkb/trunk/en22.xpm)
  xxkb/repos/community-i686/ru22.xpm
(from rev 106997, xxkb/trunk/ru22.xpm)
Deleted:
  xxkb/repos/community-i686/PKGBUILD
  xxkb/repos/community-i686/XXkb
  xxkb/repos/community-i686/en22.xpm
  xxkb/repos/community-i686/ru22.xpm

--+
 PKGBUILD |   84 
 XXkb |   32 -
 en22.xpm |  210 ++---
 ru22.xpm |   62 +-
 4 files changed, 194 insertions(+), 194 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 10:43:41 UTC (rev 106997)
+++ PKGBUILD2014-03-11 10:44:01 UTC (rev 106998)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=xxkb
-pkgver=1.11
-pkgrel=4
-pkgdesc=keyboard layout switcher/indicator
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/xxkb/;
-license=('PerlArtistic')
-depends=('libxpm')
-makedepends=('imake')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver-src.tar.gz;
-   XXkb
-   en22.xpm
-   ru22.xpm)
-md5sums=('c2e5c7f3285033f0e26b358ef95a7c89'
- 'f181b7a017d3d2524ecf10638317d341'
- '649c6d378fe12853d457b768bd273dc5'
- 'f1692f0be5fc697b3b792d0098bdb42f')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  xmkmf
-  make PROJECTROOT=/usr PIXMAPDIR=/usr/share/$pkgname LOCAL_LIBRARIES='-lXext 
-lXt -lXpm'
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/man/man1
-  install -d $pkgdir/usr/share/X11/app-defaults
-
-  install -m 0755 xxkb $pkgdir/usr/bin
-  install -m 0644 ../XXkb $pkgdir/usr/share/X11/app-defaults/XXkb
-  install -m 0644 pixmaps/*.xpm $pkgdir/usr/share/$pkgname
-  install -m 0644 $pkgname.man $pkgdir/usr/man/man1/$pkgname.1
-  install -m 0644 ../*.xpm $pkgdir/usr/share/$pkgname/
-
-  mv $pkgdir/usr/man $pkgdir/usr/share/
-}

Copied: xxkb/repos/community-i686/PKGBUILD (from rev 106997, 
xxkb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 10:44:01 UTC (rev 106998)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=xxkb
+pkgver=1.11
+pkgrel=4
+pkgdesc=keyboard layout switcher/indicator
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/xxkb/;
+license=('PerlArtistic')
+depends=('libxpm')
+makedepends=('imake')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver-src.tar.gz;
+   XXkb
+   en22.xpm
+   ru22.xpm)
+md5sums=('c2e5c7f3285033f0e26b358ef95a7c89'
+ 'f181b7a017d3d2524ecf10638317d341'
+ '649c6d378fe12853d457b768bd273dc5'
+ 'f1692f0be5fc697b3b792d0098bdb42f')
+
+build() {
+  cd ${srcdir}/${pkgname}
+  xmkmf
+  make PROJECTROOT=/usr PIXMAPDIR=/usr/share/$pkgname LOCAL_LIBRARIES='-lXext 
-lXt -lXpm -lX11'
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/man/man1
+  install -d $pkgdir/usr/share/X11/app-defaults
+
+  install -m 0755 xxkb $pkgdir/usr/bin
+  install -m 0644 ../XXkb $pkgdir/usr/share/X11/app-defaults/XXkb
+  install -m 0644 pixmaps/*.xpm $pkgdir/usr/share/$pkgname
+  install -m 0644 $pkgname.man $pkgdir/usr/man/man1/$pkgname.1
+  install -m 0644 ../*.xpm $pkgdir/usr/share/$pkgname/
+
+  mv $pkgdir/usr/man $pkgdir/usr/share/
+}

Deleted: XXkb
===
--- XXkb2014-03-11 10:43:41 UTC (rev 106997)
+++ XXkb2014-03-11 10:44:01 UTC (rev 106998)
@@ -1,16 +0,0 @@
-XXkb.controls.add_when_start:  yes
-XXkb.controls.add_when_create: yes
-XXkb.controls.add_when_change: yes
-XXkb.controls.focusout:yes
-XXkb.controls.two_state:   yes
-XXkb.controls.button_delete:   yes
-XXkb.controls.button_delete_and_forget:no
-XXkb.controls.mainwindow_delete:   no
-XXkb.group.base:   1
-XXkb.group.alt:2
-XXkb.bell.enable:  no
-XXkb.mainwindow.enable:no
-XXkb.button.enable:no
-XXkb.ignore.reverse:   no
-XXkb.mousebutton.1.reverse:no
-XXkb.mousebutton.3.reverse:no

Copied: xxkb/repos/community-i686/XXkb (from rev 106997, xxkb/trunk/XXkb)
===
--- XXkb(rev 0)
+++ XXkb2014-03-11 10:44:01 UTC (rev 106998)
@@ -0,0 +1,16 @@
+XXkb.controls.add_when_start:  yes

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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:03:48
  Author: spupykin
Revision: 107001

archrelease: copy trunk to community-i686

Added:
  idesk/repos/community-i686/PKGBUILD
(from rev 107000, idesk/trunk/PKGBUILD)
Deleted:
  idesk/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:03:40 UTC (rev 107000)
+++ PKGBUILD2014-03-11 11:03:48 UTC (rev 107001)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Claudio Sabattoli gasherbr...@alice.it
-
-pkgname=idesk
-pkgver=0.7.5
-pkgrel=4
-pkgdesc=iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
-arch=(i686 x86_64)
-url=http://idesk.sourceforge.net/wiki/index.php;
-license=('GPL')
-depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
-md5sums=('beb48c97815c7b085e3b3d601297fbb8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i \
--e '1,1i#include unistd.h' \
--e '1,1i#include sys/stat.h' \
--e '1,1i#include sys/types.h' \
-src/DesktopConfig.cpp
-  sed -i 's#usr/local#usr#' examples/default.lnk
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: idesk/repos/community-i686/PKGBUILD (from rev 107000, 
idesk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:03:48 UTC (rev 107001)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Claudio Sabattoli gasherbr...@alice.it
+
+pkgname=idesk
+pkgver=0.7.5
+pkgrel=4
+pkgdesc=iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
+arch=(i686 x86_64)
+url=http://idesk.sourceforge.net/wiki/index.php;
+license=('GPL')
+depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
+source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
+md5sums=('beb48c97815c7b085e3b3d601297fbb8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i \
+-e '1,1i#include unistd.h' \
+-e '1,1i#include sys/stat.h' \
+-e '1,1i#include sys/types.h' \
+src/DesktopConfig.cpp
+  sed -i 's#usr/local#usr#' examples/default.lnk
+  sed -i 's#IMLIB2_LIBS=.*#IMLIB2_LIBS=-lImlib2#g' configure
+  sed -i 's#IMLIB_LIBS=.*#IMLIB_LIBS=-L/usr/lib -lImlib 
-Wl,-O1,--sort-common,--as-needed,-z,relro -ljpeg -ltiff -lgif -lpng -lz -lm 
-lXext -lXext -lX11 -lImlib2#g' configure
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:03:40
  Author: spupykin
Revision: 107000

Modified:
  idesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 10:44:10 UTC (rev 106999)
+++ PKGBUILD2014-03-11 11:03:40 UTC (rev 107000)
@@ -13,9 +13,8 @@
 
source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
 md5sums=('beb48c97815c7b085e3b3d601297fbb8')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
-
   sed -i \
 -e '1,1i#include unistd.h' \
 -e '1,1i#include sys/stat.h' \
@@ -22,7 +21,12 @@
 -e '1,1i#include sys/types.h' \
 src/DesktopConfig.cpp
   sed -i 's#usr/local#usr#' examples/default.lnk
+  sed -i 's#IMLIB2_LIBS=.*#IMLIB2_LIBS=-lImlib2#g' configure
+  sed -i 's#IMLIB_LIBS=.*#IMLIB_LIBS=-L/usr/lib -lImlib 
-Wl,-O1,--sort-common,--as-needed,-z,relro -ljpeg -ltiff -lgif -lpng -lz -lm 
-lXext -lXext -lX11 -lImlib2#g' configure
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:04:01
  Author: spupykin
Revision: 107002

archrelease: copy trunk to community-x86_64

Added:
  idesk/repos/community-x86_64/PKGBUILD
(from rev 107001, idesk/trunk/PKGBUILD)
Deleted:
  idesk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:03:48 UTC (rev 107001)
+++ PKGBUILD2014-03-11 11:04:01 UTC (rev 107002)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Claudio Sabattoli gasherbr...@alice.it
-
-pkgname=idesk
-pkgver=0.7.5
-pkgrel=4
-pkgdesc=iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
-arch=(i686 x86_64)
-url=http://idesk.sourceforge.net/wiki/index.php;
-license=('GPL')
-depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
-md5sums=('beb48c97815c7b085e3b3d601297fbb8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i \
--e '1,1i#include unistd.h' \
--e '1,1i#include sys/stat.h' \
--e '1,1i#include sys/types.h' \
-src/DesktopConfig.cpp
-  sed -i 's#usr/local#usr#' examples/default.lnk
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: idesk/repos/community-x86_64/PKGBUILD (from rev 107001, 
idesk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:04:01 UTC (rev 107002)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Claudio Sabattoli gasherbr...@alice.it
+
+pkgname=idesk
+pkgver=0.7.5
+pkgrel=4
+pkgdesc=iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
+arch=(i686 x86_64)
+url=http://idesk.sourceforge.net/wiki/index.php;
+license=('GPL')
+depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
+source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
+md5sums=('beb48c97815c7b085e3b3d601297fbb8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i \
+-e '1,1i#include unistd.h' \
+-e '1,1i#include sys/stat.h' \
+-e '1,1i#include sys/types.h' \
+src/DesktopConfig.cpp
+  sed -i 's#usr/local#usr#' examples/default.lnk
+  sed -i 's#IMLIB2_LIBS=.*#IMLIB2_LIBS=-lImlib2#g' configure
+  sed -i 's#IMLIB_LIBS=.*#IMLIB_LIBS=-L/usr/lib -lImlib 
-Wl,-O1,--sort-common,--as-needed,-z,relro -ljpeg -ltiff -lgif -lpng -lz -lm 
-lXext -lXext -lX11 -lImlib2#g' configure
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in xbmc/trunk (PKGBUILD xbmc.service)

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:04:53
  Author: spupykin
Revision: 107003

upgpkg: xbmc 12.3-12

upd

Modified:
  xbmc/trunk/PKGBUILD
  xbmc/trunk/xbmc.service

--+
 PKGBUILD |4 ++--
 xbmc.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:04:01 UTC (rev 107002)
+++ PKGBUILD2014-03-11 11:04:53 UTC (rev 107003)
@@ -10,7 +10,7 @@
 pkgname=xbmc
 pkgver=12.3
 _codename=Frodo
-pkgrel=11
+pkgrel=12
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;
@@ -35,7 +35,7 @@
polkit.rules
libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
 md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
- 'b643ab67e4675c6aa88af1857f35baf2'
+ '03e9a33e15714d1fd1f2a516abea5393'
  '02f7951824ee13103344f36009c0ef2a'
  '7fd6399d2ffbdf06b724f0cc2efa0784')
 

Modified: xbmc.service
===
--- xbmc.service2014-03-11 11:04:01 UTC (rev 107002)
+++ xbmc.service2014-03-11 11:04:53 UTC (rev 107003)
@@ -1,6 +1,6 @@
 [Unit]
 Description = Starts instance of XBMC using xinit
-After = remote-fs.target
+After = systemd-user-sessions.service
 Conflicts=getty@tty7.service
 
 [Service]



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:05:15
  Author: spupykin
Revision: 107004

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

Added:
  xbmc/repos/community-i686/PKGBUILD
(from rev 107003, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/polkit.rules
(from rev 107003, xbmc/trunk/polkit.rules)
  xbmc/repos/community-i686/xbmc.install
(from rev 107003, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 107003, xbmc/trunk/xbmc.service)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 107003, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/polkit.rules
(from rev 107003, xbmc/trunk/polkit.rules)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 107003, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 107003, xbmc/trunk/xbmc.service)
Deleted:
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/polkit.rules
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/polkit.rules
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

---+
 /PKGBUILD |  246 
 /polkit.rules |   24 +++
 /xbmc.install |   38 ++
 /xbmc.service |   32 +
 community-i686/PKGBUILD   |  123 
 community-i686/polkit.rules   |   12 -
 community-i686/xbmc.install   |   19 ---
 community-i686/xbmc.service   |   16 --
 community-x86_64/PKGBUILD |  123 
 community-x86_64/polkit.rules |   12 -
 community-x86_64/xbmc.install |   19 ---
 community-x86_64/xbmc.service |   16 --
 12 files changed, 340 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 11:04:53 UTC (rev 107003)
+++ community-i686/PKGBUILD 2014-03-11 11:05:15 UTC (rev 107004)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
-# Contributor: Zeqadious zeqadious.at.gmail.dot.com
-# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-
-_prefix=/usr
-
-pkgname=xbmc
-pkgver=12.3
-_codename=Frodo
-pkgrel=11
-pkgdesc=A software media player and entertainment hub for digital media
-arch=('i686' 'x86_64')
-url=http://xbmc.org;
-license=('GPL' 'custom')
-depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva'
-'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 
'libsamplerate'
-'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 
'python2'
-'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos'
-'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 
'bluez-libs' 'glu'
-'tinyxml' 'taglib' 'ffmpeg-compat')
-makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 
'libcec'
-'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
-optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
-   'lirc: remote controller support'
-   'udisks: automount external drives'
-   'upower: used to trigger power management functionality'
-   'unrar: access compressed files without unpacking them'
-   'xorg-xinit: autostart xbmc')
-install=${pkgname}.install
-source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
-   xbmc.service
-   polkit.rules
-   libass.patch::https://bugs.archlinux.org/index.php?getfile=11285;)
-md5sums=('7ae385ebf8e5cfcb917393235e6efbdb'
- 'b643ab67e4675c6aa88af1857f35baf2'
- '02f7951824ee13103344f36009c0ef2a'
- '7fd6399d2ffbdf06b724f0cc2efa0784')
-
-prepare() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  patch -p0 $srcdir/libass.patch
-
-  # fix lsb_release dependency
-  sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
-  sed -i -e 's:#include libsmbclient.h:#include samba-4.0/libsmbclient.h:' 
xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
-}
-
-build() {
-  cd ${srcdir}/xbmc-$pkgver-$_codename
-
-  # Bootstrapping XBMC
-  ./bootstrap
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
---disable-debug \
---enable-optimizations \
---enable-gl \
---enable-sdl \
---enable-vaapi \
---enable-vdpau \
---enable-xvba \
---enable-joystick \
---enable-xrandr \
---enable-rsxs \
---enable-projectm \
---enable-x11 \
---enable-rtmp \
---enable-samba \
---enable-nfs \
---enable-afpclient \

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

2014-03-11 Thread Florian Pritz
Date: Tuesday, March 11, 2014 @ 12:09:51
  Author: bluewind
Revision: 207496

upgpkg: netctl 1.6-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 06:25:22 UTC (rev 207495)
+++ PKGBUILD2014-03-11 11:09:51 UTC (rev 207496)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netctl
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
@@ -20,8 +20,8 @@
)
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('69d3711d3444a8668a2fd18be9445748'
- '52631979acadb59b23693e0be6d9b6e4')
+md5sums=('c888a5f29cb6bbd9b75173903e8d39f8'
+ '80f86617ca988bcdab856e06bf51254b')
 
 package() {
   cd $srcdir/netctl-${pkgver}



[arch-commits] Commit in netctl/repos/testing-any (4 files)

2014-03-11 Thread Florian Pritz
Date: Tuesday, March 11, 2014 @ 12:09:54
  Author: bluewind
Revision: 207497

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch
(from rev 207496, netctl/trunk/0001-Fix-typo-in-detection-of-hex-keys.patch)
  netctl/repos/testing-any/PKGBUILD
(from rev 207496, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch
  netctl/repos/testing-any/PKGBUILD

--+
 0001-Fix-typo-in-detection-of-hex-keys.patch |   70 -
 PKGBUILD |   68 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: 0001-Fix-typo-in-detection-of-hex-keys.patch
===
--- 0001-Fix-typo-in-detection-of-hex-keys.patch2014-03-11 11:09:51 UTC 
(rev 207496)
+++ 0001-Fix-typo-in-detection-of-hex-keys.patch2014-03-11 11:09:54 UTC 
(rev 207497)
@@ -1,35 +0,0 @@
-From 3dc6d75f5fa4813fe5c998b13582912fffd88159 Mon Sep 17 00:00:00 2001
-From: Jouke Witteveen j.wittev...@gmail.com
-Date: Sat, 16 Nov 2013 23:12:11 +0100
-Subject: [PATCH] Fix typo in detection of hex keys
-
-Errata to f5065. $Key has a capital.

- src/lib/wpa | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/lib/wpa b/src/lib/wpa
-index 6f21c0f..ff869db 100644
 a/src/lib/wpa
-+++ b/src/lib/wpa
-@@ -218,7 +218,7 @@ wpa_make_config_block() {
-   wep)
- echo key_mgmt=NONE
- echo wep_tx_keyidx=0
--if (( ${#Key} % 2 == 0 ))  [[ $key = +([[:xdigit:]]) ]]; then
-+if (( ${#Key} % 2 == 0 ))  [[ $Key = +([[:xdigit:]]) ]]; then
- echo wep_key0=$Key
- else
- echo wep_key0=$(wpa_quote $Key)
-@@ -226,7 +226,7 @@ wpa_make_config_block() {
-   ;;
-   wpa)
- echo proto=RSN WPA
--if [[ ${#key} -eq 64  $key = +([[:xdigit:]]) ]]; then
-+if [[ ${#Key} -eq 64  $Key = +([[:xdigit:]]) ]]; then
- echo psk=$Key
- else
- echo psk=$(wpa_quote $Key)
--- 
-1.8.4.2
-

Copied: netctl/repos/testing-any/0001-Fix-typo-in-detection-of-hex-keys.patch 
(from rev 207496, netctl/trunk/0001-Fix-typo-in-detection-of-hex-keys.patch)
===
--- 0001-Fix-typo-in-detection-of-hex-keys.patch
(rev 0)
+++ 0001-Fix-typo-in-detection-of-hex-keys.patch2014-03-11 11:09:54 UTC 
(rev 207497)
@@ -0,0 +1,35 @@
+From 3dc6d75f5fa4813fe5c998b13582912fffd88159 Mon Sep 17 00:00:00 2001
+From: Jouke Witteveen j.wittev...@gmail.com
+Date: Sat, 16 Nov 2013 23:12:11 +0100
+Subject: [PATCH] Fix typo in detection of hex keys
+
+Errata to f5065. $Key has a capital.
+---
+ src/lib/wpa | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/lib/wpa b/src/lib/wpa
+index 6f21c0f..ff869db 100644
+--- a/src/lib/wpa
 b/src/lib/wpa
+@@ -218,7 +218,7 @@ wpa_make_config_block() {
+   wep)
+ echo key_mgmt=NONE
+ echo wep_tx_keyidx=0
+-if (( ${#Key} % 2 == 0 ))  [[ $key = +([[:xdigit:]]) ]]; then
++if (( ${#Key} % 2 == 0 ))  [[ $Key = +([[:xdigit:]]) ]]; then
+ echo wep_key0=$Key
+ else
+ echo wep_key0=$(wpa_quote $Key)
+@@ -226,7 +226,7 @@ wpa_make_config_block() {
+   ;;
+   wpa)
+ echo proto=RSN WPA
+-if [[ ${#key} -eq 64  $key = +([[:xdigit:]]) ]]; then
++if [[ ${#Key} -eq 64  $Key = +([[:xdigit:]]) ]]; then
+ echo psk=$Key
+ else
+ echo psk=$(wpa_quote $Key)
+-- 
+1.8.4.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:09:51 UTC (rev 207496)
+++ PKGBUILD2014-03-11 11:09:54 UTC (rev 207497)
@@ -1,34 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=1.5
-pkgrel=1
-pkgdesc='Profile based systemd network management'
-url='http://projects.archlinux.org/netctl.git/'
-license=('GPL')
-groups=('base')
-depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
-# The source tarball includes pre-built (using asciidoc) documentation.
-makedepends=('pkg-config')
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ppp: for pppoe connections'
-   )
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=('any')
-md5sums=('69d3711d3444a8668a2fd18be9445748'
- '52631979acadb59b23693e0be6d9b6e4')
-
-package() {
-  cd 

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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:16:08
  Author: spupykin
Revision: 107007

archrelease: copy trunk to community-x86_64

Added:
  xfe/repos/community-x86_64/PKGBUILD
(from rev 107006, xfe/trunk/PKGBUILD)
Deleted:
  xfe/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:16:00 UTC (rev 107006)
+++ PKGBUILD2014-03-11 11:16:08 UTC (rev 107007)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Ravi Desai ravst...@hotmail.com
-
-pkgname=xfe
-pkgver=1.37
-pkgrel=1
-pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
-arch=('i686' 'x86_64')
-url=http://roland65.free.fr/xfe;
-license=(GPL)
-depends=('fox')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ce2a317ab4f7d728878d815afe13c1be')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-#  LDFLAGS=-lX11 ./configure --prefix=/usr
-  ./configure --prefix=/usr
-#  sed -i 's|inline||' src/xfeutils.cpp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-x86_64/PKGBUILD (from rev 107006, 
xfe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:16:08 UTC (rev 107007)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Ravi Desai ravst...@hotmail.com
+
+pkgname=xfe
+pkgver=1.37
+pkgrel=1
+pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
+arch=('i686' 'x86_64')
+url=http://roland65.free.fr/xfe;
+license=(GPL)
+depends=('fox')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('ce2a317ab4f7d728878d815afe13c1be')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:15:52
  Author: spupykin
Revision: 107005

Modified:
  xfe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:05:15 UTC (rev 107004)
+++ PKGBUILD2014-03-11 11:15:52 UTC (rev 107005)
@@ -17,9 +17,11 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-#  LDFLAGS=-lX11 ./configure --prefix=/usr
+  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+  aclocal
+  automake --add-missing
+  autoreconf
   ./configure --prefix=/usr
-#  sed -i 's|inline||' src/xfeutils.cpp
   make
 }
 



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:16:00
  Author: spupykin
Revision: 107006

archrelease: copy trunk to community-i686

Added:
  xfe/repos/community-i686/PKGBUILD
(from rev 107005, xfe/trunk/PKGBUILD)
Deleted:
  xfe/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:15:52 UTC (rev 107005)
+++ PKGBUILD2014-03-11 11:16:00 UTC (rev 107006)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Ravi Desai ravst...@hotmail.com
-
-pkgname=xfe
-pkgver=1.37
-pkgrel=1
-pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
-arch=('i686' 'x86_64')
-url=http://roland65.free.fr/xfe;
-license=(GPL)
-depends=('fox')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ce2a317ab4f7d728878d815afe13c1be')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-#  LDFLAGS=-lX11 ./configure --prefix=/usr
-  ./configure --prefix=/usr
-#  sed -i 's|inline||' src/xfeutils.cpp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-i686/PKGBUILD (from rev 107005, xfe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:16:00 UTC (rev 107006)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Ravi Desai ravst...@hotmail.com
+
+pkgname=xfe
+pkgver=1.37
+pkgrel=1
+pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
+arch=('i686' 'x86_64')
+url=http://roland65.free.fr/xfe;
+license=(GPL)
+depends=('fox')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('ce2a317ab4f7d728878d815afe13c1be')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:17:48
  Author: spupykin
Revision: 107009

archrelease: copy trunk to community-any

Added:
  flyspray/repos/community-any/PKGBUILD
(from rev 107008, flyspray/trunk/PKGBUILD)
Deleted:
  flyspray/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:17:39 UTC (rev 107008)
+++ PKGBUILD2014-03-11 11:17:48 UTC (rev 107009)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=flyspray
-pkgver=0.9.9.7
-pkgrel=1
-pkgdesc=A PHP web-based bug tracker
-arch=('any')
-url=http://www.flyspray.org/;
-license=('GPL')
-depends=('php')
-makedepends=('unzip')
-backup=('etc/webapps/flyspray/.htaccess')
-options=('!strip')
-noextract=(flyspray-$pkgver.zip)
-source=(http://flyspray.org/flyspray-$pkgver.zip
-   
flyspray-php-5.4.patch::https://projects.archlinux.org/vhosts/bugs.archlinux.org.git/patch/?id=aaeeeb05f6d81ce88131239126b9da189fd1f904;)
-md5sums=('3a218c5447d64af18f19bc63bb825e58'
- '1e5fdc4d2ae316e840960afd39d36061')
-
-build() {
-  mkdir $srcdir/flyspray-${pkgver}
-  (cd $srcdir/flyspray-${pkgver}  \
-   unzip ../flyspray-$pkgver.zip)
-
-  _instdir=$pkgdir/usr/share/webapps/flyspray
-  mkdir -p ${_instdir} $pkgdir/etc/webapps/flyspray
-  cd ${_instdir}
-  cp -ra $srcdir/flyspray-${pkgver}/* .
-  echo deny from all  $pkgdir/etc/webapps/flyspray/.htaccess
-  ln -s /etc/webapps/flyspray/.htaccess .htaccess
-}

Copied: flyspray/repos/community-any/PKGBUILD (from rev 107008, 
flyspray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:17:48 UTC (rev 107009)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=flyspray
+pkgver=0.9.9.7
+pkgrel=1
+pkgdesc=A PHP web-based bug tracker
+arch=('any')
+url=http://www.flyspray.org/;
+license=('GPL')
+depends=('php')
+makedepends=('unzip')
+backup=('etc/webapps/flyspray/.htaccess')
+options=('!strip')
+noextract=(flyspray-$pkgver.zip)
+source=(http://flyspray.org/flyspray-$pkgver.zip
+   
flyspray-php-5.4.patch::https://projects.archlinux.org/vhosts/bugs.archlinux.org.git/patch/?id=aaeeeb05f6d81ce88131239126b9da189fd1f904;)
+md5sums=('3a218c5447d64af18f19bc63bb825e58'
+ 'b278362976074d963f74767c7e79bf11')
+
+package() {
+  mkdir $srcdir/flyspray-${pkgver}
+  (cd $srcdir/flyspray-${pkgver}  \
+   unzip ../flyspray-$pkgver.zip)
+
+  _instdir=$pkgdir/usr/share/webapps/flyspray
+  mkdir -p ${_instdir} $pkgdir/etc/webapps/flyspray
+  cd ${_instdir}
+  cp -ra $srcdir/flyspray-${pkgver}/* .
+  echo deny from all  $pkgdir/etc/webapps/flyspray/.htaccess
+  ln -s /etc/webapps/flyspray/.htaccess .htaccess
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:17:39
  Author: spupykin
Revision: 107008

Modified:
  flyspray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:16:08 UTC (rev 107007)
+++ PKGBUILD2014-03-11 11:17:39 UTC (rev 107008)
@@ -16,7 +16,7 @@
 source=(http://flyspray.org/flyspray-$pkgver.zip

flyspray-php-5.4.patch::https://projects.archlinux.org/vhosts/bugs.archlinux.org.git/patch/?id=aaeeeb05f6d81ce88131239126b9da189fd1f904;)
 md5sums=('3a218c5447d64af18f19bc63bb825e58'
- '1e5fdc4d2ae316e840960afd39d36061')
+ 'b278362976074d963f74767c7e79bf11')
 
 package() {
   mkdir $srcdir/flyspray-${pkgver}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:24:03
  Author: spupykin
Revision: 107010

Modified:
  emacs-apel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:17:48 UTC (rev 107009)
+++ PKGBUILD2014-03-11 11:24:03 UTC (rev 107010)
@@ -10,15 +10,15 @@
 url=https://github.com/jeffgran/APEL;
 license=('GPL')
 depends=('emacs')
-source=(apel-$pkgver.zip::https://github.com/jeffgran/APEL/zipball/master)
-md5sums=('bc8c0f370e5add7f6e1624e1f17fe606')
+source=(apel-$pkgver::git://github.com/jeffgran/APEL.git#commit=0b9f4177bbe20e0422b6413d6d21dd73275da832)
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/jeffgran-APEL-*
+  cd $srcdir/apel-$pkgver
   make
 }
 
 package() {
-  cd $srcdir/jeffgran-APEL-*
+  cd $srcdir/apel-$pkgver
   make install PREFIX=$pkgdir/usr
 }



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:24:11
  Author: spupykin
Revision: 107011

archrelease: copy trunk to community-any

Added:
  emacs-apel/repos/community-any/PKGBUILD
(from rev 107010, emacs-apel/trunk/PKGBUILD)
Deleted:
  emacs-apel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:24:03 UTC (rev 107010)
+++ PKGBUILD2014-03-11 11:24:11 UTC (rev 107011)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Ismael Barros (RazZziel) razielm...@gmail.com
-
-pkgname=emacs-apel
-pkgver=10.8.20121102
-pkgrel=1
-pkgdesc=A library for making portable Emacs Lisp programs.
-arch=(any)
-url=https://github.com/jeffgran/APEL;
-license=('GPL')
-depends=('emacs')
-source=(apel-$pkgver.zip::https://github.com/jeffgran/APEL/zipball/master)
-md5sums=('bc8c0f370e5add7f6e1624e1f17fe606')
-
-build() {
-  cd $srcdir/jeffgran-APEL-*
-  make
-  make install PREFIX=$pkgdir/usr
-}

Copied: emacs-apel/repos/community-any/PKGBUILD (from rev 107010, 
emacs-apel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:24:11 UTC (rev 107011)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ismael Barros (RazZziel) razielm...@gmail.com
+
+pkgname=emacs-apel
+pkgver=10.8.20121102
+pkgrel=1
+pkgdesc=A library for making portable Emacs Lisp programs.
+arch=(any)
+url=https://github.com/jeffgran/APEL;
+license=('GPL')
+depends=('emacs')
+source=(apel-$pkgver::git://github.com/jeffgran/APEL.git#commit=0b9f4177bbe20e0422b6413d6d21dd73275da832)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/apel-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/apel-$pkgver
+  make install PREFIX=$pkgdir/usr
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:26:16
  Author: spupykin
Revision: 107012

upgpkg: freedesktop-docs 20140311-1

upd

Modified:
  freedesktop-docs/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:24:11 UTC (rev 107011)
+++ PKGBUILD2014-03-11 11:26:16 UTC (rev 107012)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=freedesktop-docs
-pkgver=20120220
+pkgver=20140311
 pkgrel=1
 pkgdesc=Specifications from freedesktop.org
 arch=('any')
@@ -24,20 +24,20 @@
http://standards.freedesktop.org/wm-spec/wm-spec-latest.html
http://standards.freedesktop.org/xembed-spec/xembed-spec-latest.xml
http://standards.freedesktop.org/xsettings-spec/xsettings-spec-0.5.html)
-md5sums=('5c58adf1a0c0393d841581ae41fc2cf3'
- '7e228838b1b1c3855424fdb7208f093c'
- '8851fcddaf764c31f690b8cacc40d512'
- '8851fcddaf764c31f690b8cacc40d512'
- '3b7107af016e4428e17234892f48f76f'
- '2093880aa1d1ff4c222fe90f0b7533db'
- '01611306f131657fa09e35107566f51b'
- 'c2fd8dc4d466982566c81845ec173892'
- '8851fcddaf764c31f690b8cacc40d512'
- 'd95793dde04a37490a2b73ebdbcade42'
- '13875bd85e3e8a0e7c08cbbf8c5fb12d'
- '6a3040a7b822ce8233844901d13af60e'
- '6406cfcfaee04c1a1012ce28ae341e29'
- '8851fcddaf764c31f690b8cacc40d512'
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
  '0fa70364077e6de341ce50db8a684ebe')
 
 package() {



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:26:24
  Author: spupykin
Revision: 107013

archrelease: copy trunk to community-any

Added:
  freedesktop-docs/repos/community-any/PKGBUILD
(from rev 107012, freedesktop-docs/trunk/PKGBUILD)
Deleted:
  freedesktop-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:26:16 UTC (rev 107012)
+++ PKGBUILD2014-03-11 11:26:24 UTC (rev 107013)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=freedesktop-docs
-pkgver=20120220
-pkgrel=1
-pkgdesc=Specifications from freedesktop.org
-arch=('any')
-url=http://standards.freedesktop.org;
-license=('GPL')
-options=('docs')
-source=(http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
-   http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
-   
http://standards.freedesktop.org/clipboard-extensions-spec/clipboard-extensions-latest.txt
-   http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt
-   
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
-   
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
-   
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
-   http://standards.freedesktop.org/menu-spec/menu-spec-latest.html
-   
http://standards.freedesktop.org/recent-file-spec/recent-file-spec-latest.xml
-   
http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html
-   
http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt
-   
http://standards.freedesktop.org/systemtray-spec/systemtray-spec-latest.html
-   http://standards.freedesktop.org/wm-spec/wm-spec-latest.html
-   http://standards.freedesktop.org/xembed-spec/xembed-spec-latest.xml
-   http://standards.freedesktop.org/xsettings-spec/xsettings-spec-0.5.html)
-md5sums=('5c58adf1a0c0393d841581ae41fc2cf3'
- '7e228838b1b1c3855424fdb7208f093c'
- '8851fcddaf764c31f690b8cacc40d512'
- '8851fcddaf764c31f690b8cacc40d512'
- '3b7107af016e4428e17234892f48f76f'
- '2093880aa1d1ff4c222fe90f0b7533db'
- '01611306f131657fa09e35107566f51b'
- 'c2fd8dc4d466982566c81845ec173892'
- '8851fcddaf764c31f690b8cacc40d512'
- 'd95793dde04a37490a2b73ebdbcade42'
- '13875bd85e3e8a0e7c08cbbf8c5fb12d'
- '6a3040a7b822ce8233844901d13af60e'
- '6406cfcfaee04c1a1012ce28ae341e29'
- '8851fcddaf764c31f690b8cacc40d512'
- '0fa70364077e6de341ce50db8a684ebe')
-
-build() {
-  cd $srcdir/
-  mkdir -p $pkgdir/usr/share/doc/freedesktop.org
-  cp -L * $pkgdir/usr/share/doc/freedesktop.org/
-}

Copied: freedesktop-docs/repos/community-any/PKGBUILD (from rev 107012, 
freedesktop-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:26:24 UTC (rev 107013)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=freedesktop-docs
+pkgver=20140311
+pkgrel=1
+pkgdesc=Specifications from freedesktop.org
+arch=('any')
+url=http://standards.freedesktop.org;
+license=('GPL')
+options=('docs')
+source=(http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
+   http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
+   
http://standards.freedesktop.org/clipboard-extensions-spec/clipboard-extensions-latest.txt
+   http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt
+   
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
+   
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
+   
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
+   http://standards.freedesktop.org/menu-spec/menu-spec-latest.html
+   
http://standards.freedesktop.org/recent-file-spec/recent-file-spec-latest.xml
+   
http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html
+   
http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt
+   
http://standards.freedesktop.org/systemtray-spec/systemtray-spec-latest.html
+   http://standards.freedesktop.org/wm-spec/wm-spec-latest.html
+   http://standards.freedesktop.org/xembed-spec/xembed-spec-latest.xml
+   http://standards.freedesktop.org/xsettings-spec/xsettings-spec-0.5.html)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP

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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:33:02
  Author: spupykin
Revision: 107014

upgpkg: cpulimit 20140311-1

upd

Modified:
  cpulimit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:26:24 UTC (rev 107013)
+++ PKGBUILD2014-03-11 11:33:02 UTC (rev 107014)
@@ -3,23 +3,24 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=cpulimit
-pkgver=20120918
+pkgver=20140311
 pkgrel=1
 pkgdesc=Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT
 arch=('i686' 'x86_64')
-url=http://cpulimit.sourceforge.net/;
+url=https://github.com/opsengine/cpulimit;
 license=(GPL)
 depends=()
-source=($pkgname-$pkgver.tar.gz::https://github.com/opsengine/cpulimit/tarball/master;)
-md5sums=('a80b8ec21b668d1c15a29ab1f795d1ba')
+makedepends=('git')
+source=($pkgname-$pkgver::git://github.com/opsengine/cpulimit.git)
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/opsengine-cpulimit-*
+  cd $srcdir/$pkgname-$pkgver
   make
 }
 
 package() {
-  cd $srcdir/opsengine-cpulimit-*
+  cd $srcdir/$pkgname-$pkgver
   install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
   install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
 }



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:33:20
  Author: spupykin
Revision: 107016

upgpkg: dzen2 0.9.5git-2

upd

Modified:
  dzen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:33:17 UTC (rev 107015)
+++ PKGBUILD2014-03-11 11:33:20 UTC (rev 107016)
@@ -4,19 +4,18 @@
 
 pkgname=dzen2
 pkgver=0.9.5git
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 pkgdesc=X notification utility
 url=https://github.com/robm/dzen;
 license=(MIT)
 depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc')
-source=($pkgname-$pkgver.zip::https://github.com/robm/dzen/zipball/master)
-md5sums=('bcaa565ebd8c3c7f3d06f8f20de6340a')
+makedepends=('gcc' 'git')
+source=($pkgname-$pkgver::git://github.com/robm/dzen)
+md5sums=('SKIP')
 
-build()
-{
-  cd $srcdir/robm-dzen-*
+build() {
+  cd $srcdir/$pkgname-$pkgver
 
   CFLAGS= -Wall -Os ${INCS} -DVERSION=\${VERSION}\ -DDZEN_XINERAMA 
-DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
   LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
@@ -30,7 +29,7 @@
 }
 
 package() {
-  cd $srcdir/robm-dzen-*
+  cd $srcdir/$pkgname-$pkgver
   make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
   (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
   install -m644 -D LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:33:17
  Author: spupykin
Revision: 107015

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

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

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   21 -
 community-x86_64/PKGBUILD |   21 -
 3 files changed, 52 insertions(+), 42 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 11:33:02 UTC (rev 107014)
+++ community-i686/PKGBUILD 2014-03-11 11:33:17 UTC (rev 107015)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=cpulimit
-pkgver=20120918
-pkgrel=1
-pkgdesc=Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT
-arch=('i686' 'x86_64')
-url=http://cpulimit.sourceforge.net/;
-license=(GPL)
-depends=()
-source=($pkgname-$pkgver.tar.gz::https://github.com/opsengine/cpulimit/tarball/master;)
-md5sums=('a80b8ec21b668d1c15a29ab1f795d1ba')
-
-build() {
-  cd $srcdir/opsengine-cpulimit-*
-  make
-  install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
-  install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
-}

Copied: cpulimit/repos/community-i686/PKGBUILD (from rev 107014, 
cpulimit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 11:33:17 UTC (rev 107015)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=cpulimit
+pkgver=20140311
+pkgrel=1
+pkgdesc=Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT
+arch=('i686' 'x86_64')
+url=https://github.com/opsengine/cpulimit;
+license=(GPL)
+depends=()
+makedepends=('git')
+source=($pkgname-$pkgver::git://github.com/opsengine/cpulimit.git)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
+  install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-11 11:33:02 UTC (rev 107014)
+++ community-x86_64/PKGBUILD   2014-03-11 11:33:17 UTC (rev 107015)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=cpulimit
-pkgver=20120918
-pkgrel=1
-pkgdesc=Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT
-arch=('i686' 'x86_64')
-url=http://cpulimit.sourceforge.net/;
-license=(GPL)
-depends=()
-source=($pkgname-$pkgver.tar.gz::https://github.com/opsengine/cpulimit/tarball/master;)
-md5sums=('a80b8ec21b668d1c15a29ab1f795d1ba')
-
-build() {
-  cd $srcdir/opsengine-cpulimit-*
-  make
-  install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
-  install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
-}

Copied: cpulimit/repos/community-x86_64/PKGBUILD (from rev 107014, 
cpulimit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-11 11:33:17 UTC (rev 107015)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=cpulimit
+pkgver=20140311
+pkgrel=1
+pkgdesc=Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT
+arch=('i686' 'x86_64')
+url=https://github.com/opsengine/cpulimit;
+license=(GPL)
+depends=()
+makedepends=('git')
+source=($pkgname-$pkgver::git://github.com/opsengine/cpulimit.git)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
+  install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:33:34
  Author: spupykin
Revision: 107017

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 11:33:20 UTC (rev 107016)
+++ community-i686/PKGBUILD 2014-03-11 11:33:34 UTC (rev 107017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Mark Taylor sky...@gmail.com
-
-pkgname=dzen2
-pkgver=0.9.5git
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc=X notification utility
-url=https://github.com/robm/dzen;
-license=(MIT)
-depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc')
-source=($pkgname-$pkgver.zip::https://github.com/robm/dzen/zipball/master)
-md5sums=('bcaa565ebd8c3c7f3d06f8f20de6340a')
-
-build()
-{
-  cd $srcdir/robm-dzen-*
-
-  CFLAGS= -Wall -Os ${INCS} -DVERSION=\${VERSION}\ -DDZEN_XINERAMA 
-DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
-  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
-
-  echo CFLAGS=$CFLAGS config.mk
-  echo LIBS=$LIBS config.mk
-  echo LDFLAGS=$LIBS config.mk
-
-  make X11INC=/usr/include X11LIB=/usr/lib
-  (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
-}
-
-package() {
-  cd $srcdir/robm-dzen-*
-  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
-  (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
-}

Copied: dzen2/repos/community-i686/PKGBUILD (from rev 107016, 
dzen2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 11:33:34 UTC (rev 107017)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Mark Taylor sky...@gmail.com
+
+pkgname=dzen2
+pkgver=0.9.5git
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc=X notification utility
+url=https://github.com/robm/dzen;
+license=(MIT)
+depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
+makedepends=('gcc' 'git')
+source=($pkgname-$pkgver::git://github.com/robm/dzen)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  CFLAGS= -Wall -Os ${INCS} -DVERSION=\${VERSION}\ -DDZEN_XINERAMA 
-DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
+  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
+
+  echo CFLAGS=$CFLAGS config.mk
+  echo LIBS=$LIBS config.mk
+  echo LDFLAGS=$LIBS config.mk
+
+  make X11INC=/usr/include X11LIB=/usr/lib
+  (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
+  (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-11 11:33:20 UTC (rev 107016)
+++ community-x86_64/PKGBUILD   2014-03-11 11:33:34 UTC (rev 107017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Mark Taylor sky...@gmail.com
-
-pkgname=dzen2
-pkgver=0.9.5git
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc=X notification utility
-url=https://github.com/robm/dzen;
-license=(MIT)
-depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc')
-source=($pkgname-$pkgver.zip::https://github.com/robm/dzen/zipball/master)
-md5sums=('bcaa565ebd8c3c7f3d06f8f20de6340a')
-
-build()
-{
-  cd $srcdir/robm-dzen-*
-
-  CFLAGS= -Wall -Os ${INCS} -DVERSION=\${VERSION}\ -DDZEN_XINERAMA 
-DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
-  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
-
-  echo CFLAGS=$CFLAGS config.mk
-  echo LIBS=$LIBS config.mk
-  echo LDFLAGS=$LIBS config.mk
-
-  make X11INC=/usr/include X11LIB=/usr/lib
-  (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
-}
-
-package() {
-  cd $srcdir/robm-dzen-*
-  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
-  (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
-}

Copied: dzen2/repos/community-x86_64/PKGBUILD (from rev 107016, 
dzen2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD  

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

2014-03-11 Thread Timothy Redaelli
Date: Tuesday, March 11, 2014 @ 12:34:11
  Author: tredaelli
Revision: 107018

upgpkg: argyllcms 1.6.3-3

Proper fix for FS#39235

Modified:
  argyllcms/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:33:34 UTC (rev 107017)
+++ PKGBUILD2014-03-11 11:34:11 UTC (rev 107018)
@@ -6,7 +6,7 @@
 _pkgname=Argyll
 pkgver=1.6.3
 _pkgver=V${pkgver}
-pkgrel=2
+pkgrel=3
 pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
 arch=(i686 x86_64)
 depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
@@ -18,6 +18,10 @@
 install=${pkgname}.install
 sha256sums=('188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84')
 
+prepare() {
+  sed -i 's:^TEST==/lib/udev/usb-db, IMPORT{program}=usb-db 
%p:IMPORT{builtin}=hwdb --subsystem=usb:' 
${_pkgname}_${_pkgver}/usb/55-Argyll.rules
+}
+
 build() {
   cd ${_pkgname}_${_pkgver}
   echo ***running makeall.sh***
@@ -43,15 +47,6 @@
   install -m644 ${_pkgname}_${_pkgver}/doc/*.* 
${pkgdir}/usr/share/${pkgname}/doc
   mkdir -p ${pkgdir}/usr/lib/udev/rules.d
   install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-  sed -i 's|^IMPORT{program}=usb|#IMPORT{program}=usb|' 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-  cat EOF ${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-
-# As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589
-# I've commented out the line:
-# IMPORT{program}=usb-db %p
-# to prevent the error messages:
-# systemd-udevd[242]: failed to execute '/usr/lib/udev/usb-db'...
-EOF
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-03-11 Thread Timothy Redaelli
Date: Tuesday, March 11, 2014 @ 12:34:21
  Author: tredaelli
Revision: 107019

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

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

+
 /PKGBUILD  |  104 +++
 /argyllcms.install |   78 ++
 community-i686/PKGBUILD|   57 ---
 community-i686/argyllcms.install   |   39 -
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/argyllcms.install |   39 -
 6 files changed, 182 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 11:34:11 UTC (rev 107018)
+++ community-i686/PKGBUILD 2014-03-11 11:34:21 UTC (rev 107019)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=argyllcms
-_pkgname=Argyll
-pkgver=1.6.3
-_pkgver=V${pkgver}
-pkgrel=2
-pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
-arch=(i686 x86_64)
-depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
-makedepends=('ftjam' 'zip' 'unzip')
-# You need to fake an UserAgent or it doesn't download
-source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
-url=http://www.argyllcms.com/;
-license=(GPL AGPL)
-install=${pkgname}.install
-sha256sums=('188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84')
-
-build() {
-  cd ${_pkgname}_${_pkgver}
-  echo ***running makeall.sh***
-  sh ./makeall.sh
-  echo ***running makeinstall.sh***
-  sh ./makeinstall.sh
-  echo ***running makepackagebin.sh***
-  sh ./makepackagebin.sh
-  rm {bin,ref}/License.txt
-  rm {doc,ref}/afiles
-}
-
-package() {
-  mkdir -p ${pkgdir}/usr/bin
-  install -m755 ${_pkgname}_${_pkgver}/bin/* ${pkgdir}/usr/bin
-  mkdir -p ${pkgdir}/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/ref/*.* 
${pkgdir}/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/profile/*.sp 
${pkgdir}/usr/share/${pkgname}/ref
-  install -m644 ${_pkgname}_${_pkgver}/scanin/*.c?? 
${pkgdir}/usr/share/${pkgname}/ref
-  # Because there is just html documentation we have to move it
-  mkdir -p ${pkgdir}/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/ccmxs/*.ccmx 
${pkgdir}/usr/share/${pkgname}/doc/ccmxs
-  install -m644 ${_pkgname}_${_pkgver}/doc/*.* 
${pkgdir}/usr/share/${pkgname}/doc
-  mkdir -p ${pkgdir}/usr/lib/udev/rules.d
-  install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-  sed -i 's|^IMPORT{program}=usb|#IMPORT{program}=usb|' 
${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-  cat EOF ${pkgdir}/usr/lib/udev/rules.d/55-Argyll.rules
-
-# As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and 
https://bbs.archlinux.org/viewtopic.php?id=155589
-# I've commented out the line:
-# IMPORT{program}=usb-db %p
-# to prevent the error messages:
-# systemd-udevd[242]: failed to execute '/usr/lib/udev/usb-db'...
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: argyllcms/repos/community-i686/PKGBUILD (from rev 107018, 
argyllcms/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 11:34:21 UTC (rev 107019)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=argyllcms
+_pkgname=Argyll
+pkgver=1.6.3
+_pkgver=V${pkgver}
+pkgrel=3
+pkgdesc=An ICC compatible color management system with support for different 
colorimeter hardware
+arch=(i686 x86_64)
+depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
+makedepends=('ftjam' 'zip' 'unzip')
+# You need to fake an UserAgent or it doesn't download
+source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
+url=http://www.argyllcms.com/;
+license=(GPL AGPL)
+install=${pkgname}.install
+sha256sums=('188beaa03dd2459403415023f8f8f9aab362bf3062a9822b3622dde6902e4b84')
+
+prepare() {
+  sed -i 's:^TEST==/lib/udev/usb-db, IMPORT{program}=usb-db 
%p:IMPORT{builtin}=hwdb --subsystem=usb:' 

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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:36:57
  Author: spupykin
Revision: 107020

Modified:
  cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:34:21 UTC (rev 107019)
+++ PKGBUILD2014-03-11 11:36:57 UTC (rev 107020)
@@ -7,15 +7,14 @@
 pkgrel=5
 pkgdesc=TCP/IP Connection cutting on Linux Firewalls and Routers
 arch=('i686' 'x86_64')
-url=http://www.lowth.com/cutter/;
+url=http://www.digitage.co.uk/digitage/software/linux-security/cutter;
 license=('GPL')
-depends=(glibc)
-source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz)
+depends=()
+source=(http://www.digitage.co.uk/digitage/files/cutter/cutter-$pkgver.tgz;)
 md5sums=('50093db9b64277643969ee75b83ebbd1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/proc/net/ip_conntrack|/proc/net/nf_conntrack|g' cutter.c
   make
 }
 



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:37:13
  Author: spupykin
Revision: 107022

archrelease: copy trunk to community-x86_64

Added:
  cutter/repos/community-x86_64/ChangeLog
(from rev 107021, cutter/trunk/ChangeLog)
  cutter/repos/community-x86_64/PKGBUILD
(from rev 107021, cutter/trunk/PKGBUILD)
Deleted:
  cutter/repos/community-x86_64/ChangeLog
  cutter/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |6 +++---
 PKGBUILD  |   45 -
 2 files changed, 27 insertions(+), 24 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-03-11 11:37:05 UTC (rev 107021)
+++ ChangeLog   2014-03-11 11:37:13 UTC (rev 107022)
@@ -1,3 +0,0 @@
-2007-07-02 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: cutter/repos/community-x86_64/ChangeLog (from rev 107021, 
cutter/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-03-11 11:37:13 UTC (rev 107022)
@@ -0,0 +1,3 @@
+2007-07-02 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:37:05 UTC (rev 107021)
+++ PKGBUILD2014-03-11 11:37:13 UTC (rev 107022)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=cutter
-pkgver=1.03
-pkgrel=5
-pkgdesc=TCP/IP Connection cutting on Linux Firewalls and Routers
-arch=('i686' 'x86_64')
-url=http://www.lowth.com/cutter/;
-license=('GPL')
-depends=(glibc)
-source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz)
-md5sums=('50093db9b64277643969ee75b83ebbd1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/proc/net/ip_conntrack|/proc/net/nf_conntrack|g' cutter.c
-  make
-  install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter
-}

Copied: cutter/repos/community-x86_64/PKGBUILD (from rev 107021, 
cutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:37:13 UTC (rev 107022)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=cutter
+pkgver=1.03
+pkgrel=5
+pkgdesc=TCP/IP Connection cutting on Linux Firewalls and Routers
+arch=('i686' 'x86_64')
+url=http://www.digitage.co.uk/digitage/software/linux-security/cutter;
+license=('GPL')
+depends=()
+source=(http://www.digitage.co.uk/digitage/files/cutter/cutter-$pkgver.tgz;)
+md5sums=('50093db9b64277643969ee75b83ebbd1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m 0755 cutter $pkgdir/usr/bin/tcp-cutter
+}



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

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 12:37:05
  Author: spupykin
Revision: 107021

archrelease: copy trunk to community-i686

Added:
  cutter/repos/community-i686/ChangeLog
(from rev 107020, cutter/trunk/ChangeLog)
  cutter/repos/community-i686/PKGBUILD
(from rev 107020, cutter/trunk/PKGBUILD)
Deleted:
  cutter/repos/community-i686/ChangeLog
  cutter/repos/community-i686/PKGBUILD

---+
 ChangeLog |6 +++---
 PKGBUILD  |   45 -
 2 files changed, 27 insertions(+), 24 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-03-11 11:36:57 UTC (rev 107020)
+++ ChangeLog   2014-03-11 11:37:05 UTC (rev 107021)
@@ -1,3 +0,0 @@
-2007-07-02 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: cutter/repos/community-i686/ChangeLog (from rev 107020, 
cutter/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-03-11 11:37:05 UTC (rev 107021)
@@ -0,0 +1,3 @@
+2007-07-02 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 11:36:57 UTC (rev 107020)
+++ PKGBUILD2014-03-11 11:37:05 UTC (rev 107021)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=cutter
-pkgver=1.03
-pkgrel=5
-pkgdesc=TCP/IP Connection cutting on Linux Firewalls and Routers
-arch=('i686' 'x86_64')
-url=http://www.lowth.com/cutter/;
-license=('GPL')
-depends=(glibc)
-source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz)
-md5sums=('50093db9b64277643969ee75b83ebbd1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/proc/net/ip_conntrack|/proc/net/nf_conntrack|g' cutter.c
-  make
-  install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter
-}

Copied: cutter/repos/community-i686/PKGBUILD (from rev 107020, 
cutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 11:37:05 UTC (rev 107021)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=cutter
+pkgver=1.03
+pkgrel=5
+pkgdesc=TCP/IP Connection cutting on Linux Firewalls and Routers
+arch=('i686' 'x86_64')
+url=http://www.digitage.co.uk/digitage/software/linux-security/cutter;
+license=('GPL')
+depends=()
+source=(http://www.digitage.co.uk/digitage/files/cutter/cutter-$pkgver.tgz;)
+md5sums=('50093db9b64277643969ee75b83ebbd1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m 0755 cutter $pkgdir/usr/bin/tcp-cutter
+}



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

2014-03-11 Thread Massimiliano Torromeo
Date: Tuesday, March 11, 2014 @ 12:40:04
  Author: mtorromeo
Revision: 107023

upgpkg: percona-server 5.6.16_64.0-1

Updated to 5.6.16-64.0

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:37:13 UTC (rev 107022)
+++ PKGBUILD2014-03-11 11:40:04 UTC (rev 107023)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=percona-server
-pkgver=5.6.15_rel63.0
+pkgver=5.6.16_64.0
 pkgrel=1
 pkgdesc=A backwards-compatible drop-in replacement for MySQL that provides 
improved performance, diagnostics and instrumentation
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('emptydirs')
 backup=('etc/mysql/my.cnf')
 install=percona.install
-source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-${pkgver/_/-}/source/Percona-Server-${pkgver/_/-}.tar.gz;
+source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-${pkgver/_/-rel}/source/tarball/percona-server-${pkgver/_/-}.tar.gz;
 'mysqld-post.sh'
 'mysqld.service'
 'mysqld-tmpfile.conf'
@@ -26,9 +26,11 @@
 'mysql56-bison3.patch')
 
 prepare() {
-   cd $srcdir/Percona-Server-${pkgver/_/-}
+   cd $srcdir/percona-server-${pkgver/_/-}
patch -p0 -i $srcdir/mysql56-bufsize.patch
patch -p1 -i $srcdir/mysql56-bison3.patch
+
+   rm -v sql/sql_yacc.{cc,h}
 }
 
 build() {
@@ -37,7 +39,7 @@
mkdir build
cd build
 
-   cmake ${srcdir}/Percona-Server-${pkgver/_/-} \
+   cmake ${srcdir}/percona-server-${pkgver/_/-} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc/mysql \
@@ -62,9 +64,9 @@
-DWITH_LIBWRAP=OFF \
-DWITH_LIBEDIT=OFF \
-DWITH_UNIT_TESTS=OFF \
-   -DWITH_MYSQLD_LDFLAGS=${LDFLAGS} \
-DWITH_EXTRA_CHARSETS=complex \
-DWITH_EMBEDDED_SERVER=ON \
+   -DWITH_INNODB_MEMCACHED=ON \
-DWITH_INNOBASE_STORAGE_ENGINE=ON \
-DWITH_PARTITION_STORAGE_ENGINE=ON \
-DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
@@ -72,8 +74,9 @@
-DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-DWITH_FEDERATED_STORAGE_ENGINE=OFF \
-DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
-   -DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing 
-DBIG_JOINS=1 -fomit-frame-pointer \
-   -DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing 
-DBIG_JOINS=1 -felide-constructors -fno-rtti
+   -DCMAKE_C_FLAGS=-fPIC $CFLAGS -fno-strict-aliasing 
-DBIG_JOINS=1 -fomit-frame-pointer \
+   -DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing 
-DBIG_JOINS=1 -felide-constructors -fno-rtti \
+   -DWITH_MYSQLD_LDFLAGS=$LDFLAGS
 
make
 }
@@ -102,7 +105,7 @@
rm ${pkgdir}/usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('0d433310c374025e4aae05038b1542a5c90b35d01842c5b9718dcc0ed66ea0cc'
+sha256sums=('b2585f37c5451b46a098df1c41ed09f94ce3c3ea7886872c26fe6f779695987d'
 '82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48'
 '9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869'
 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60'



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

2014-03-11 Thread Martin Wimpress
Date: Tuesday, March 11, 2014 @ 12:44:54
  Author: flexiondotorg
Revision: 107024

upgpkg: mate-desktop 1.8.0-2 - Added onboard as an optdepends

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 11:40:04 UTC (rev 107023)
+++ PKGBUILD2014-03-11 11:44:54 UTC (rev 107024)
@@ -2,7 +2,7 @@
 
 pkgname=mate-desktop
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Library with common API for various MATE modules
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -11,6 +11,7 @@
  'startup-notification' 'ttf-dejavu')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
 'orca: Screen reader for blind or visually impaired individuals'
 'yelp: for reading MATE help documents')
 options=('!emptydirs')



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

2014-03-11 Thread Martin Wimpress
Date: Tuesday, March 11, 2014 @ 12:45:17
  Author: flexiondotorg
Revision: 107025

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

Added:
  mate-desktop/repos/community-i686/PKGBUILD
(from rev 107024, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-i686/mate-desktop.install
(from rev 107024, mate-desktop/trunk/mate-desktop.install)
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 107024, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-x86_64/mate-desktop.install
(from rev 107024, mate-desktop/trunk/mate-desktop.install)
Deleted:
  mate-desktop/repos/community-i686/PKGBUILD
  mate-desktop/repos/community-i686/mate-desktop.install
  mate-desktop/repos/community-x86_64/PKGBUILD
  mate-desktop/repos/community-x86_64/mate-desktop.install

---+
 /PKGBUILD |   80 
 /mate-desktop.install |   22 
 community-i686/PKGBUILD   |   39 ---
 community-i686/mate-desktop.install   |   11 
 community-x86_64/PKGBUILD |   39 ---
 community-x86_64/mate-desktop.install |   11 
 6 files changed, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 11:44:54 UTC (rev 107024)
+++ community-i686/PKGBUILD 2014-03-11 11:45:17 UTC (rev 107025)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-desktop
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Library with common API for various MATE modules
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=(GPL LGPL)
-depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
- 'startup-notification' 'ttf-dejavu')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
-'orca: Screen reader for blind or visually impaired individuals'
-'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
-install=${pkgname}.install
-
-build() {
-# See the following for '--disable-desktop-docs' justification
-#  - https://github.com/mate-desktop/mate-desktop/issues/68
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=2.0 \
---disable-static \
---disable-schemas-compile \
---disable-desktop-docs \
---enable-gtk-doc
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 107024, 
mate-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 11:45:17 UTC (rev 107025)
@@ -0,0 +1,40 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-desktop
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Library with common API for various MATE modules
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=(GPL LGPL)
+depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
+ 'startup-notification' 'ttf-dejavu')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
+install=${pkgname}.install
+
+build() {
+# See the following for '--disable-desktop-docs' justification
+#  - https://github.com/mate-desktop/mate-desktop/issues/68
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--disable-static \
+--disable-schemas-compile \
+--disable-desktop-docs \
+--enable-gtk-doc
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-desktop.install
===
--- community-i686/mate-desktop.install 2014-03-11 11:44:54 UTC (rev 107024)
+++ community-i686/mate-desktop.install 2014-03-11 11:45:17 UTC (rev 107025)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2014-03-11 Thread Massimiliano Torromeo
Date: Tuesday, March 11, 2014 @ 12:45:43
  Author: mtorromeo
Revision: 107026

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 107023, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/mysql56-bison3.patch
(from rev 107023, percona-server/trunk/mysql56-bison3.patch)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 107023, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 107023, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 107023, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 107023, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 107023, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 107023, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/mysql56-bison3.patch
(from rev 107023, percona-server/trunk/mysql56-bison3.patch)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 107023, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 107023, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 107023, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 107023, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 107024, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/mysql56-bison3.patch
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/mysql56-bison3.patch
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  226 
 /mysql56-bison3.patch  | 7804 +++
 /mysql56-bufsize.patch |   40 
 /mysqld-post.sh|   16 
 /mysqld-tmpfile.conf   |2 
 /mysqld.service|   32 
 /percona.install   |   74 
 community-i686/PKGBUILD|  110 
 community-i686/mysql56-bison3.patch| 3902 ---
 community-i686/mysql56-bufsize.patch   |   20 
 community-i686/mysqld-post.sh  |8 
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/mysqld.service  |   16 
 community-i686/percona.install |   37 
 community-x86_64/PKGBUILD  |  110 
 community-x86_64/mysql56-bison3.patch  | 3902 ---
 community-x86_64/mysql56-bufsize.patch |   20 
 community-x86_64/mysqld-post.sh|8 
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/mysqld.service|   16 
 community-x86_64/percona.install   |   37 
 21 files changed, 8194 insertions(+), 8188 deletions(-)

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


[arch-commits] Commit in (5 files)

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 13:01:05
  Author: arodseth
Revision: 107027

Adding a great colortheme

Added:
  vim-jellybeans/
  vim-jellybeans/repos/
  vim-jellybeans/repos/community-any/
  vim-jellybeans/trunk/
  vim-jellybeans/trunk/PKGBUILD

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

Added: vim-jellybeans/trunk/PKGBUILD
===
--- vim-jellybeans/trunk/PKGBUILD   (rev 0)
+++ vim-jellybeans/trunk/PKGBUILD   2014-03-11 12:01:05 UTC (rev 107027)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname='vim-jellybeans'
+_name=jellybeans.vim
+pkgver=1.5
+pkgrel=1
+pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
+arch=('any')
+url=https://github.com/nanotech/$_name;
+license=('MIT')
+groups=('vim-plugins')
+depends=('vim')
+source=(https://github.com/nanotech/$_name/archive/v$pkgver.zip;)
+sha256sums=('5a6ec1d4d722b3db7b7f0a3cddc4f752f5eb915e76fe34471444d4c554883d52')
+
+prepare() {
+  head -41 $_name-$pkgver/colors/$_name | tail -21 | cut -b2-  LICENSE
+}
+
+package() {
+  install -Dm644 $_name-$pkgver/colors/$_name \
+$pkgdir/usr/share/vim/vimfiles/colors/$_name
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 13:03:30
  Author: arodseth
Revision: 107028

archrelease: copy trunk to community-any

Added:
  vim-jellybeans/repos/community-any/PKGBUILD
(from rev 107027, vim-jellybeans/trunk/PKGBUILD)

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

Copied: vim-jellybeans/repos/community-any/PKGBUILD (from rev 107027, 
vim-jellybeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 12:03:30 UTC (rev 107028)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname='vim-jellybeans'
+_name=jellybeans.vim
+pkgver=1.5
+pkgrel=1
+pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
+arch=('any')
+url=https://github.com/nanotech/$_name;
+license=('MIT')
+groups=('vim-plugins')
+depends=('vim')
+source=(https://github.com/nanotech/$_name/archive/v$pkgver.zip;)
+sha256sums=('5a6ec1d4d722b3db7b7f0a3cddc4f752f5eb915e76fe34471444d4c554883d52')
+
+prepare() {
+  head -41 $_name-$pkgver/colors/$_name | tail -21 | cut -b2-  LICENSE
+}
+
+package() {
+  install -Dm644 $_name-$pkgver/colors/$_name \
+$pkgdir/usr/share/vim/vimfiles/colors/$_name
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 13:30:25
  Author: arodseth
Revision: 107029

Upgrading to the latest version.

Also handling differences in how the files are now downloaded.

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 12:03:30 UTC (rev 107028)
+++ PKGBUILD2014-03-11 12:30:25 UTC (rev 107029)
@@ -9,7 +9,7 @@
 
 pkgname=hwinfo
 pkgver=21.0
-_subver=1.2
+_subver=1.3
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64' 'i686')
@@ -16,14 +16,14 @@
 url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
 license=('GPL2')
 depends=('perl' 'libx86emu')
-makedepends=('sysfsutils' 'rpmextract' 'flex')
+makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
 options=('!emptydirs')
-source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
+source=(hwinfo.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
 'custom_ioctl.patch')
-sha256sums=('4126875621a935a450cf616b69a1f922047f241cedc3ac02ece54cd78b23a9fb'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+sha256sums=('SKIP' 
'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {
+  aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
   rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
   tar jxf $pkgname-$pkgver.tar.bz2
   cd $pkgname-$pkgver



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

2014-03-11 Thread Anatol Pomozov
Date: Tuesday, March 11, 2014 @ 14:00:46
  Author: anatolik
Revision: 107030

upgpkg: mldonkey 3.1.4-1

Added:
  mldonkey/trunk/fix_compile_error.patch
Modified:
  mldonkey/trunk/PKGBUILD
Deleted:
  mldonkey/trunk/gd_version.patch

-+
 PKGBUILD|   14 +-
 fix_compile_error.patch |  254 ++
 gd_version.patch|   40 ---
 3 files changed, 262 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 12:30:25 UTC (rev 107029)
+++ PKGBUILD2014-03-11 13:00:46 UTC (rev 107030)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 
 pkgname=mldonkey
-pkgver=3.1.3
-pkgrel=3
+pkgver=3.1.4
+pkgrel=1
 pkgdesc='A multi-network P2P client'
 arch=(i686 x86_64)
 url='http://mldonkey.sourceforge.net/'
@@ -18,17 +18,19 @@
 mldonkey.conf
 mldonkey.service
 mldonkey.tmpfiles
-gd_version.patch)
-sha256sums=('7c259f9f41cc12899045710ddce02e6d25962b2cb5c22f9cf58af0483f06d9e2'
+fix_compile_error.patch)
+sha256sums=('1e454be51fec346d650a72049e4dc4471036d129a488443a67436af62ef375fe'
 'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
 '778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
 '45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
-'0b6f523848790627fb8020dae788e33132bbb7fdd76d6385b012b1b0ad7a2457')
+'172d1b129a068caafcb1e48c861b4b78b129b4ba50bb5e692b61cf00dcc66215')
 
 prepare() {
   cd mldonkey-$pkgver
-  patch -p0  $srcdir/gd_version.patch # a fix from upstream 
http://cvs.savannah.gnu.org/viewvc/mldonkey/config/configure.in?root=mldonkeyr1=1.357r2=1.358view=patch
 
+  # http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=32462#32462
+  patch -p1  $srcdir/fix_compile_error.patch
+
   rm config/configure  # remove this file to force its regeneration, we've 
just changed ./config/configure.in
 }
 

Added: fix_compile_error.patch
===
--- fix_compile_error.patch (rev 0)
+++ fix_compile_error.patch 2014-03-11 13:00:46 UTC (rev 107030)
@@ -0,0 +1,254 @@
+commit 64cf1e7eabf3087c111b54d7df490c5763d0546b
+Author: ygrek yg...@autistici.org
+Date:   Tue Mar 11 16:15:09 2014 +0800
+
+Revert gettext: reduce complexity, drop unused code
+
+This reverts commit 6a094b4381dacdc9043c8348002179eb87846e16.
+Unused code is actually used in gui
+
+Conflicts:
+   src/utils/lib/gettext.ml4
+
+diff --git a/src/daemon/common/commonMessages.ml 
b/src/daemon/common/commonMessages.ml
+index ebae333..0cffed2 100644
+--- a/src/daemon/common/commonMessages.ml
 b/src/daemon/common/commonMessages.ml
+@@ -1399,9 +1399,11 @@ let bad_login = _s  Bad login/password
+ 
+ let full_access = _s Full access enabled
+ 
+-let download_started n = _s (Printf.sprintf Download of file %d startedbr 
n)
++let download_started = message download_started
++(T.boption (T.int T.bformat)) Download of file %d startedbr
+ 
+-let no_such_command s = _s (Printf.sprintf No such command %s\n s)
++let no_such_command  = message no_such_command
++(T.boption (T.string T.bformat))   No such command %s\n
+ 
+ let bad_number_of_args cmd help = _s (Printf.sprintf Bad number of 
arguments, see help for correct use:\n%s %s cmd help)
+ 
+diff --git a/src/daemon/driver/driverCommands.ml 
b/src/daemon/driver/driverCommands.ml
+index 6085073..c24be04 100644
+--- a/src/daemon/driver/driverCommands.ml
 b/src/daemon/driver/driverCommands.ml
+@@ -87,7 +87,7 @@ let execute_command arg_list output cmd args =
+ let rec iter list =
+   match list with
+ [] -
+-  Buffer.add_string buf (no_such_command cmd)
++  Gettext.buftext buf no_such_command cmd
+   | (command, _, arg_kind, help) :: tail -
+   if command = cmd then begin
+ if !verbose_user_commands  not (user2_is_admin 
output.conn_user.ui_user) then
+diff --git a/src/daemon/driver/driverControlers.ml 
b/src/daemon/driver/driverControlers.ml
+index e07ba77..69a1751 100644
+--- a/src/daemon/driver/driverControlers.ml
 b/src/daemon/driver/driverControlers.ml
+@@ -1296,7 +1296,7 @@ let http_handler o t r =
+ List.iter CommonInteractive.start_download files;
+ 
+ let module M = CommonMessages in
+-Buffer.add_string buf (M.download_started num)
++Gettext.buftext buf M.download_started num
+   with  e -
+   Printf.bprintf buf Error %s with %sbr
+ (Printexc2.to_string e) value;
+diff --git a/src/utils/lib/gettext.ml4 b/src/utils/lib/gettext.ml4
+index 91a9fbb..fcfe50d 100644
+--- a/src/utils/lib/gettext.ml4
 b/src/utils/lib/gettext.ml4
+@@ 

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

2014-03-11 Thread Anatol Pomozov
Date: Tuesday, March 11, 2014 @ 14:02:02
  Author: anatolik
Revision: 107031

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

Added:
  mldonkey/repos/testing-i686/
  mldonkey/repos/testing-i686/PKGBUILD
(from rev 107030, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/testing-i686/fix_compile_error.patch
(from rev 107030, mldonkey/trunk/fix_compile_error.patch)
  mldonkey/repos/testing-i686/mldonkey.conf
(from rev 107030, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/testing-i686/mldonkey.install
(from rev 107030, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/testing-i686/mldonkey.service
(from rev 107030, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/testing-i686/mldonkey.tmpfiles
(from rev 107030, mldonkey/trunk/mldonkey.tmpfiles)
  mldonkey/repos/testing-x86_64/
  mldonkey/repos/testing-x86_64/PKGBUILD
(from rev 107030, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/testing-x86_64/fix_compile_error.patch
(from rev 107030, mldonkey/trunk/fix_compile_error.patch)
  mldonkey/repos/testing-x86_64/mldonkey.conf
(from rev 107030, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/testing-x86_64/mldonkey.install
(from rev 107030, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/testing-x86_64/mldonkey.service
(from rev 107030, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/testing-x86_64/mldonkey.tmpfiles
(from rev 107030, mldonkey/trunk/mldonkey.tmpfiles)

+
 testing-i686/PKGBUILD  |   53 ++
 testing-i686/fix_compile_error.patch   |  254 +++
 testing-i686/mldonkey.conf |2 
 testing-i686/mldonkey.install  |   27 +++
 testing-i686/mldonkey.service  |   10 +
 testing-i686/mldonkey.tmpfiles |1 
 testing-x86_64/PKGBUILD|   53 ++
 testing-x86_64/fix_compile_error.patch |  254 +++
 testing-x86_64/mldonkey.conf   |2 
 testing-x86_64/mldonkey.install|   27 +++
 testing-x86_64/mldonkey.service|   10 +
 testing-x86_64/mldonkey.tmpfiles   |1 
 12 files changed, 694 insertions(+)

Copied: mldonkey/repos/testing-i686/PKGBUILD (from rev 107030, 
mldonkey/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-11 13:02:02 UTC (rev 107031)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=mldonkey
+pkgver=3.1.4
+pkgrel=1
+pkgdesc='A multi-network P2P client'
+arch=(i686 x86_64)
+url='http://mldonkey.sourceforge.net/'
+license=(GPL)
+depends=(file gd)
+makedepends=(lablgtk2 librsvg ocaml)
+optdepends=('librsvg: GUI support'
+'gtk2: GUI support')
+backup=(etc/conf.d/mldonkey)
+install=mldonkey.install
+source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
+mldonkey.conf
+mldonkey.service
+mldonkey.tmpfiles
+fix_compile_error.patch)
+sha256sums=('1e454be51fec346d650a72049e4dc4471036d129a488443a67436af62ef375fe'
+'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
+'778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
+'45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
+'172d1b129a068caafcb1e48c861b4b78b129b4ba50bb5e692b61cf00dcc66215')
+
+prepare() {
+  cd mldonkey-$pkgver
+
+  # http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=32462#32462
+  patch -p1  $srcdir/fix_compile_error.patch
+
+  rm config/configure  # remove this file to force its regeneration, we've 
just changed ./config/configure.in
+}
+
+build() {
+  cd mldonkey-$pkgver
+  ./configure --prefix=/usr --enable-gui=newgui2
+  make
+}
+
+package() {
+  cd mldonkey-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 icons/rsvg/type_source_normal.svg 
$pkgdir/usr/share/icons/mldonkey.svg
+  install -Dm644 distrib/mldonkey.desktop 
$pkgdir/usr/share/applications/mldonkey.desktop
+
+  install -Dm644 $srcdir/mldonkey.conf $pkgdir/etc/conf.d/mldonkey
+  install -Dm644 $srcdir/mldonkey.service 
$pkgdir/usr/lib/systemd/system/mldonkey.service
+  install -Dm644 $srcdir/mldonkey.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/mldonkey.conf
+}

Copied: mldonkey/repos/testing-i686/fix_compile_error.patch (from rev 107030, 
mldonkey/trunk/fix_compile_error.patch)
===
--- testing-i686/fix_compile_error.patch(rev 0)
+++ testing-i686/fix_compile_error.patch2014-03-11 13:02:02 UTC (rev 
107031)
@@ -0,0 +1,254 @@
+commit 64cf1e7eabf3087c111b54d7df490c5763d0546b
+Author: ygrek yg...@autistici.org
+Date:   Tue Mar 11 16:15:09 2014 +0800
+
+Revert gettext: reduce complexity, drop unused code
+
+This reverts commit 6a094b4381dacdc9043c8348002179eb87846e16.
+Unused 

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

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 14:04:16
  Author: arodseth
Revision: 107032

Changing pkgver to reflect the weird versioning scheme of upstream.

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 13:02:02 UTC (rev 107031)
+++ PKGBUILD2014-03-11 13:04:16 UTC (rev 107032)
@@ -2,42 +2,43 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Kaiting Chen kaitocr...@gmail.com
 # Contributor: Gergely Imreh imrehgATgmailDOTcom
-# Contributor: champus
-# Contributor: madeye
-# Contributor: Ranguvar
-# Contributor: ninja_pt
+# Contributor: champus, madeye, ranguvar and ninja_pt
 
 pkgname=hwinfo
-pkgver=21.0
-_subver=1.3
+pkgver=21.0.1.3
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64' 'i686')
 url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
 license=('GPL2')
-depends=('perl' 'libx86emu')
+depends=('libx86emu')
 makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
 options=('!emptydirs')
-source=(hwinfo.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
+source=(hwinfo.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
 'custom_ioctl.patch')
 sha256sums=('SKIP' 
'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {
+  # Downloading the source rpm file, using meta4
   aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
-  rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
+
+  # Wish they would just provide a normal $pkgname-$pkgvar.tar.gz...
+  rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
   tar jxf $pkgname-$pkgver.tar.bz2
-  cd $pkgname-$pkgver
+
+  # Patching
+  cd $pkgname-${pkgver%.*.*}
   patch -p0 -i ../custom_ioctl.patch
 }
 
 build() {
-  make -C $pkgname-$pkgver -j1 \
-CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd \
+  make -C $pkgname-${pkgver%.*.*} -j1 \
+CFLAGS+=-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd \
 LIBDIR=/usr/lib
 }
 
 package() {
-  make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR=$pkgdir install
+  make -C $pkgname-${pkgver%.*.*} LIBDIR=/usr/lib DESTDIR=$pkgdir install
   mv $pkgdir/usr/sbin $pkgdir/usr/bin
 }
 



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

2014-03-11 Thread Anatol Pomozov
Date: Tuesday, March 11, 2014 @ 14:07:26
  Author: anatolik
Revision: 107033

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

Added:
  mldonkey/repos/community-testing-i686/
  mldonkey/repos/community-testing-i686/PKGBUILD
(from rev 107032, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-testing-i686/fix_compile_error.patch
(from rev 107032, mldonkey/trunk/fix_compile_error.patch)
  mldonkey/repos/community-testing-i686/mldonkey.conf
(from rev 107032, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-testing-i686/mldonkey.install
(from rev 107032, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-testing-i686/mldonkey.service
(from rev 107032, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-testing-i686/mldonkey.tmpfiles
(from rev 107032, mldonkey/trunk/mldonkey.tmpfiles)
  mldonkey/repos/community-testing-x86_64/
  mldonkey/repos/community-testing-x86_64/PKGBUILD
(from rev 107032, mldonkey/trunk/PKGBUILD)
  mldonkey/repos/community-testing-x86_64/fix_compile_error.patch
(from rev 107032, mldonkey/trunk/fix_compile_error.patch)
  mldonkey/repos/community-testing-x86_64/mldonkey.conf
(from rev 107032, mldonkey/trunk/mldonkey.conf)
  mldonkey/repos/community-testing-x86_64/mldonkey.install
(from rev 107032, mldonkey/trunk/mldonkey.install)
  mldonkey/repos/community-testing-x86_64/mldonkey.service
(from rev 107032, mldonkey/trunk/mldonkey.service)
  mldonkey/repos/community-testing-x86_64/mldonkey.tmpfiles
(from rev 107032, mldonkey/trunk/mldonkey.tmpfiles)

--+
 community-testing-i686/PKGBUILD  |   53 
 community-testing-i686/fix_compile_error.patch   |  254 +
 community-testing-i686/mldonkey.conf |2 
 community-testing-i686/mldonkey.install  |   27 ++
 community-testing-i686/mldonkey.service  |   10 
 community-testing-i686/mldonkey.tmpfiles |1 
 community-testing-x86_64/PKGBUILD|   53 
 community-testing-x86_64/fix_compile_error.patch |  254 +
 community-testing-x86_64/mldonkey.conf   |2 
 community-testing-x86_64/mldonkey.install|   27 ++
 community-testing-x86_64/mldonkey.service|   10 
 community-testing-x86_64/mldonkey.tmpfiles   |1 
 12 files changed, 694 insertions(+)

Copied: mldonkey/repos/community-testing-i686/PKGBUILD (from rev 107032, 
mldonkey/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-03-11 13:07:26 UTC (rev 107033)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=mldonkey
+pkgver=3.1.4
+pkgrel=1
+pkgdesc='A multi-network P2P client'
+arch=(i686 x86_64)
+url='http://mldonkey.sourceforge.net/'
+license=(GPL)
+depends=(file gd)
+makedepends=(lablgtk2 librsvg ocaml)
+optdepends=('librsvg: GUI support'
+'gtk2: GUI support')
+backup=(etc/conf.d/mldonkey)
+install=mldonkey.install
+source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
+mldonkey.conf
+mldonkey.service
+mldonkey.tmpfiles
+fix_compile_error.patch)
+sha256sums=('1e454be51fec346d650a72049e4dc4471036d129a488443a67436af62ef375fe'
+'f1d9401cefd591662d49011c53fdb2788755a6f745a963e46d8037b990edeb6a'
+'778cebe8edcffd63db3594054c2daa62ce571644a96ad235b8c95470b55c0415'
+'45f45d2a3c064d5bbc0b6b9b70fa3497ed47cfecdd1ec52e175311f48eaa89dc'
+'172d1b129a068caafcb1e48c861b4b78b129b4ba50bb5e692b61cf00dcc66215')
+
+prepare() {
+  cd mldonkey-$pkgver
+
+  # http://mldonkey.sourceforge.net/phpBB2/viewtopic.php?p=32462#32462
+  patch -p1  $srcdir/fix_compile_error.patch
+
+  rm config/configure  # remove this file to force its regeneration, we've 
just changed ./config/configure.in
+}
+
+build() {
+  cd mldonkey-$pkgver
+  ./configure --prefix=/usr --enable-gui=newgui2
+  make
+}
+
+package() {
+  cd mldonkey-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 icons/rsvg/type_source_normal.svg 
$pkgdir/usr/share/icons/mldonkey.svg
+  install -Dm644 distrib/mldonkey.desktop 
$pkgdir/usr/share/applications/mldonkey.desktop
+
+  install -Dm644 $srcdir/mldonkey.conf $pkgdir/etc/conf.d/mldonkey
+  install -Dm644 $srcdir/mldonkey.service 
$pkgdir/usr/lib/systemd/system/mldonkey.service
+  install -Dm644 $srcdir/mldonkey.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/mldonkey.conf
+}

Copied: mldonkey/repos/community-testing-i686/fix_compile_error.patch (from rev 
107032, mldonkey/trunk/fix_compile_error.patch)
===
--- community-testing-i686/fix_compile_error.patch  
(rev 0)
+++ community-testing-i686/fix_compile_error.patch  

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

2014-03-11 Thread Sven-Hendrik Haase
Date: Tuesday, March 11, 2014 @ 14:50:19
  Author: svenstaro
Revision: 107034

Fix FS#39314

Modified:
  zaz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 13:07:26 UTC (rev 107033)
+++ PKGBUILD2014-03-11 13:50:19 UTC (rev 107034)
@@ -5,8 +5,8 @@
 
 pkgname=zaz
 pkgver=1.0.0
-pkgrel=3
-pkgdesc=Puzzle game where the player has to arrange balls in triplets.
+pkgrel=4
+pkgdesc=Puzzle game where the player has to arrange balls in triplets
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/zaz/;
 license=('GPL3' 'custom:CCBYSA')
@@ -19,7 +19,7 @@
   cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --disable-splash
-  make
+  make ZAZ_LIBS+= -lvorbis -logg -lSDL -lvorbisfile -ltheora -ltheoradec 
-ltheoraenc
 }
 
 package() {



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

2014-03-11 Thread Sven-Hendrik Haase
Date: Tuesday, March 11, 2014 @ 15:55:29
  Author: svenstaro
Revision: 107035

Fix FS#39340

Modified:
  kwalletcli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 13:50:19 UTC (rev 107034)
+++ PKGBUILD2014-03-11 14:55:29 UTC (rev 107035)
@@ -15,7 +15,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}
-  KDE_VER=4 KDE_INCS=-I/usr/include/Qt -I/usr/include/QtCore make -e
+  make KDE_VER=4
 }
 
 package() {



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

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 16:18:36
  Author: arodseth
Revision: 107036

Minor changes. Builds now.

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 14:55:29 UTC (rev 107035)
+++ PKGBUILD2014-03-11 15:18:36 UTC (rev 107036)
@@ -11,7 +11,7 @@
 arch=('x86_64' 'i686')
 url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
 license=('GPL2')
-depends=('libx86emu')
+depends=('libx86emu' 'bash')
 makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
 options=('!emptydirs')
 
source=(hwinfo.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
@@ -24,7 +24,7 @@
 
   # Wish they would just provide a normal $pkgname-$pkgvar.tar.gz...
   rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
-  tar jxf $pkgname-$pkgver.tar.bz2
+  tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
 
   # Patching
   cd $pkgname-${pkgver%.*.*}



[arch-commits] Commit in grub/repos (42 files)

2014-03-11 Thread Tobias Powalowski
Date: Tuesday, March 11, 2014 @ 16:27:15
  Author: tpowa
Revision: 207498

db-move: moved grub from [testing] to [core] (i686, x86_64)

Added:
  grub/repos/core-i686/10_archlinux
(from rev 207497, grub/repos/testing-i686/10_archlinux)
  grub/repos/core-i686/60_memtest86+
(from rev 207497, grub/repos/testing-i686/60_memtest86+)
  grub/repos/core-i686/PKGBUILD
(from rev 207497, grub/repos/testing-i686/PKGBUILD)
  grub/repos/core-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 207497, 
grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/core-i686/grub-2.00-mkinitcpio-0.15.patch
(from rev 207497, grub/repos/testing-i686/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/core-i686/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 207497, 
grub/repos/testing-i686/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/core-i686/grub-add-GRUB_COLOR_variables.patch
(from rev 207497, 
grub/repos/testing-i686/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/core-i686/grub.cfg
(from rev 207497, grub/repos/testing-i686/grub.cfg)
  grub/repos/core-i686/grub.default
(from rev 207497, grub/repos/testing-i686/grub.default)
  grub/repos/core-i686/grub.install
(from rev 207497, grub/repos/testing-i686/grub.install)
  grub/repos/core-x86_64/10_archlinux
(from rev 207497, grub/repos/testing-x86_64/10_archlinux)
  grub/repos/core-x86_64/60_memtest86+
(from rev 207497, grub/repos/testing-x86_64/60_memtest86+)
  grub/repos/core-x86_64/PKGBUILD
(from rev 207497, grub/repos/testing-x86_64/PKGBUILD)
  grub/repos/core-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 207497, 
grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/core-x86_64/grub-2.00-mkinitcpio-0.15.patch
(from rev 207497, grub/repos/testing-x86_64/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/core-x86_64/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 207497, 
grub/repos/testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/core-x86_64/grub-add-GRUB_COLOR_variables.patch
(from rev 207497, 
grub/repos/testing-x86_64/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/core-x86_64/grub.cfg
(from rev 207497, grub/repos/testing-x86_64/grub.cfg)
  grub/repos/core-x86_64/grub.default
(from rev 207497, grub/repos/testing-x86_64/grub.default)
  grub/repos/core-x86_64/grub.install
(from rev 207497, grub/repos/testing-x86_64/grub.install)
Deleted:
  grub/repos/core-i686/10_archlinux
  grub/repos/core-i686/60_memtest86+
  grub/repos/core-i686/PKGBUILD
  grub/repos/core-i686/archlinux_grub_mkconfig_fixes.patch
  grub/repos/core-i686/grub-2.00-mkinitcpio-0.15.patch
  grub/repos/core-i686/grub-2.00.5086-fix-lvm-parsing.patch
  grub/repos/core-i686/grub-add-GRUB_COLOR_variables.patch
  grub/repos/core-i686/grub.cfg
  grub/repos/core-i686/grub.default
  grub/repos/core-i686/grub.install
  grub/repos/core-x86_64/10_archlinux
  grub/repos/core-x86_64/60_memtest86+
  grub/repos/core-x86_64/PKGBUILD
  grub/repos/core-x86_64/archlinux_grub_mkconfig_fixes.patch
  grub/repos/core-x86_64/grub-2.00-mkinitcpio-0.15.patch
  grub/repos/core-x86_64/grub-2.00.5086-fix-lvm-parsing.patch
  grub/repos/core-x86_64/grub-add-GRUB_COLOR_variables.patch
  grub/repos/core-x86_64/grub.cfg
  grub/repos/core-x86_64/grub.default
  grub/repos/core-x86_64/grub.install
  grub/repos/testing-i686/
  grub/repos/testing-x86_64/

--+
 /10_archlinux|  388 ++
 /60_memtest86+   |   64 ++
 /PKGBUILD|  548 +
 /archlinux_grub_mkconfig_fixes.patch |  286 ++
 /grub-2.00-mkinitcpio-0.15.patch |   22 
 /grub-2.00.5086-fix-lvm-parsing.patch|  108 
 /grub-add-GRUB_COLOR_variables.patch |   64 ++
 /grub.cfg|  278 ++
 /grub.default|   94 +++
 /grub.install|   66 ++
 core-i686/10_archlinux   |  177 --
 core-i686/60_memtest86+  |   32 -
 core-i686/PKGBUILD   |  274 --
 core-i686/archlinux_grub_mkconfig_fixes.patch|  143 -
 core-i686/grub-2.00-mkinitcpio-0.15.patch|   11 
 core-i686/grub-2.00.5086-fix-lvm-parsing.patch   |   54 --
 core-i686/grub-add-GRUB_COLOR_variables.patch|   32 -
 core-i686/grub.cfg   |  139 -
 core-i686/grub.default   |   47 -
 core-i686/grub.install   |   33 -
 core-x86_64/10_archlinux |  177 --
 core-x86_64/60_memtest86+|   32 -
 core-x86_64/PKGBUILD |  274 --
 core-x86_64/archlinux_grub_mkconfig_fixes.patch  |  143 -
 

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

2014-03-11 Thread Tobias Powalowski
Date: Tuesday, March 11, 2014 @ 16:27:16
  Author: tpowa
Revision: 207499

db-move: moved dosfstools from [testing] to [core] (i686, x86_64)

Added:
  dosfstools/repos/core-i686/PKGBUILD
(from rev 207497, dosfstools/repos/testing-i686/PKGBUILD)
  dosfstools/repos/core-x86_64/PKGBUILD
(from rev 207497, dosfstools/repos/testing-x86_64/PKGBUILD)
Deleted:
  dosfstools/repos/core-i686/PKGBUILD
  dosfstools/repos/core-x86_64/PKGBUILD
  dosfstools/repos/testing-i686/
  dosfstools/repos/testing-x86_64/

--+
 /PKGBUILD|   48 
 core-i686/PKGBUILD   |   24 
 core-x86_64/PKGBUILD |   24 
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-03-11 15:27:15 UTC (rev 207498)
+++ core-i686/PKGBUILD  2014-03-11 15:27:16 UTC (rev 207499)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.25
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-url=http://www.daniel-baumann.ch/software/dosfstools/;
-license=('GPL2')
-md5sums=('6d000d9f68b7766dfe12c88c4293'
- 'SKIP')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
-}

Copied: dosfstools/repos/core-i686/PKGBUILD (from rev 207497, 
dosfstools/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-03-11 15:27:16 UTC (rev 207499)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.26
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-03-11 15:27:15 UTC (rev 207498)
+++ core-x86_64/PKGBUILD2014-03-11 15:27:16 UTC (rev 207499)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.25
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-url=http://www.daniel-baumann.ch/software/dosfstools/;
-license=('GPL2')
-md5sums=('6d000d9f68b7766dfe12c88c4293'
- 'SKIP')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
-}

Copied: dosfstools/repos/core-x86_64/PKGBUILD (from rev 207497, 
dosfstools/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-03-11 15:27:16 UTC (rev 207499)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.26
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+url=http://www.daniel-baumann.ch/software/dosfstools/;
+license=('GPL2')
+md5sums=('45012f5f56f2aae3afcd62120b9e5a08'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}



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

2014-03-11 Thread Sven-Hendrik Haase
Date: Tuesday, March 11, 2014 @ 16:36:48
  Author: svenstaro
Revision: 107037

Fix FS#39335 and make it build again

Modified:
  irrlicht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 15:18:36 UTC (rev 107036)
+++ PKGBUILD2014-03-11 15:36:48 UTC (rev 107037)
@@ -14,17 +14,26 @@
 url=http://irrlicht.sourceforge.net/;
 license=('ZLIB')
 depends=('libgl' 'libjpeg' 'bzip2' 'libpng')
-makedepends=('mesa' 'unzip' 'libxcursor')
+makedepends=('mesa' 'unzip' 'libxcursor' 'wget')
 optdepends=('libxcursor: run examples')
 source=(http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
 noextract=($pkgname-$pkgver.zip)
-md5sums=('db97cce5e92da9b053f4546c652e9bd5')
+md5sums=('f4f7fa33bd1060eb0dd51dcd66b0f6e3')
 
-build() {
+prepare() {
   unzip $pkgbase-$pkgver.zip
 
   cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
 
+  # I'm so sorry for this but Irrlicht people don't care about Linux much
+  for file in COpenGLExtensionHandler.h glext.h glxext.h wglext.h; do
+  wget 
http://sourceforge.net/p/irrlicht/code/4600/tree/trunk/source/Irrlicht/${file}?format=raw
 --output-document ${file}
+  done
+}
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver/source/Irrlicht
+
   make NDEBUG=1 sharedlib
 }
 



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

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 16:54:20
  Author: foutrelis
Revision: 207505

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 207504, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 207504, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 207504, sudo/trunk/sudo.pam)
  sudo/repos/testing-i686/sudo.tmpfiles.conf
(from rev 207504, sudo/trunk/sudo.tmpfiles.conf)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 207504, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 207504, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 207504, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/sudo.tmpfiles.conf
(from rev 207504, sudo/trunk/sudo.tmpfiles.conf)

---+
 testing-i686/PKGBUILD |   65 
 testing-i686/sudo.install |   17 +
 testing-i686/sudo.pam |4 ++
 testing-i686/sudo.tmpfiles.conf   |1 
 testing-x86_64/PKGBUILD   |   65 
 testing-x86_64/sudo.install   |   17 +
 testing-x86_64/sudo.pam   |4 ++
 testing-x86_64/sudo.tmpfiles.conf |1 
 8 files changed, 174 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 207504, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-11 15:54:20 UTC (rev 207505)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.10
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.tmpfiles.conf
+sudo.pam)
+sha256sums=('781296ec571e2595cfaa13846902ea03684ef826f261d61e6705da90a4f904aa'
+'SKIP'
+'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-logfac=auth \
+--with-pam \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir $pkgdir/run/sudo
+  rmdir $pkgdir/run
+
+  install -Dm644 $srcdir/sudo.tmpfiles.conf \
+$pkgdir/usr/lib/tmpfiles.d/sudo.conf
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 207504, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2014-03-11 15:54:20 UTC (rev 207505)
@@ -0,0 +1,17 @@
+post_install() {
+  type -P systemd-tmpfiles /dev/null  systemd-tmpfiles --create sudo.conf
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1)  0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 207504, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2014-03-11 15:54:20 UTC (rev 207505)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-i686/sudo.tmpfiles.conf (from rev 207504, 
sudo/trunk/sudo.tmpfiles.conf)
===
--- testing-i686/sudo.tmpfiles.conf (rev 0)
+++ testing-i686/sudo.tmpfiles.conf 2014-03-11 15:54:20 UTC (rev 207505)
@@ -0,0 +1 @@
+d 

[arch-commits] Commit in sudo/trunk (PKGBUILD sudo.install sudo.tmpfiles.conf)

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 16:54:07
  Author: foutrelis
Revision: 207504

upgpkg: sudo 1.8.10-1

New upstream release.

Added:
  sudo/trunk/sudo.install
  sudo/trunk/sudo.tmpfiles.conf
Modified:
  sudo/trunk/PKGBUILD

+
 PKGBUILD   |   15 +--
 sudo.install   |   17 +
 sudo.tmpfiles.conf |1 +
 3 files changed, 31 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 15:49:00 UTC (rev 207503)
+++ PKGBUILD2014-03-11 15:54:07 UTC (rev 207504)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_sudover=1.8.9p5
+_sudover=1.8.10
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
@@ -14,10 +14,13 @@
 groups=('base-devel')
 depends=('glibc' 'pam' 'libldap')
 backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.tmpfiles.conf
 sudo.pam)
-sha256sums=('bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21'
+sha256sums=('781296ec571e2595cfaa13846902ea03684ef826f261d61e6705da90a4f904aa'
 'SKIP'
+'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 
 build() {
@@ -27,6 +30,7 @@
 --prefix=/usr \
 --sbindir=/usr/bin \
 --libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
 --with-logfac=auth \
 --with-pam \
 --with-ldap \
@@ -46,6 +50,13 @@
   cd $srcdir/$pkgname-$_sudover
   make DESTDIR=$pkgdir install
 
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir $pkgdir/run/sudo
+  rmdir $pkgdir/run
+
+  install -Dm644 $srcdir/sudo.tmpfiles.conf \
+$pkgdir/usr/lib/tmpfiles.d/sudo.conf
+
   install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
 
   install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE

Added: sudo.install
===
--- sudo.install(rev 0)
+++ sudo.install2014-03-11 15:54:07 UTC (rev 207504)
@@ -0,0 +1,17 @@
+post_install() {
+  type -P systemd-tmpfiles /dev/null  systemd-tmpfiles --create sudo.conf
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1)  0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Added: sudo.tmpfiles.conf
===
--- sudo.tmpfiles.conf  (rev 0)
+++ sudo.tmpfiles.conf  2014-03-11 15:54:07 UTC (rev 207504)
@@ -0,0 +1 @@
+d /run/sudo 0711 root root -



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

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 17:21:16
  Author: foutrelis
Revision: 207506

Rehost ltrace-0.7.3.tar.bz2

Fixes FS#39129: [ltrace] source archive behind login

Modified:
  ltrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 15:54:20 UTC (rev 207505)
+++ PKGBUILD2014-03-11 16:21:16 UTC (rev 207506)
@@ -13,7 +13,7 @@
 depends=('elfutils')
 makedepends=('dejagnu')
 backup=('etc/ltrace.conf')
-source=(https://alioth.debian.org/frs/download.php/file/3947/$pkgname-$pkgver.tar.bz2)
+source=(https://dev.archlinux.org/~foutrelis/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
 sha256sums=('0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503')
 
 build() {



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

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 17:22:15
  Author: foutrelis
Revision: 207507

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-11 16:21:16 UTC (rev 207506)
+++ extra-i686/PKGBUILD 2014-03-11 16:22:15 UTC (rev 207507)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ltrace
-pkgver=0.7.3
-pkgrel=1
-pkgdesc=Tracks runtime library calls in dynamically linked programs
-arch=('i686' 'x86_64')
-url=http://ltrace.alioth.debian.org/;
-license=('GPL')
-depends=('elfutils')
-makedepends=('dejagnu')
-backup=('etc/ltrace.conf')
-source=(https://alioth.debian.org/frs/download.php/file/3947/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-werror
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -k check || true
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ltrace/repos/extra-i686/PKGBUILD (from rev 207506, 
ltrace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-11 16:22:15 UTC (rev 207507)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ltrace
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=Tracks runtime library calls in dynamically linked programs
+arch=('i686' 'x86_64')
+url=http://ltrace.alioth.debian.org/;
+license=('GPL')
+depends=('elfutils')
+makedepends=('dejagnu')
+backup=('etc/ltrace.conf')
+source=(https://dev.archlinux.org/~foutrelis/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-werror
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -k check || true
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-11 16:21:16 UTC (rev 207506)
+++ extra-x86_64/PKGBUILD   2014-03-11 16:22:15 UTC (rev 207507)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ltrace
-pkgver=0.7.3
-pkgrel=1
-pkgdesc=Tracks runtime library calls in dynamically linked programs
-arch=('i686' 'x86_64')
-url=http://ltrace.alioth.debian.org/;
-license=('GPL')
-depends=('elfutils')
-makedepends=('dejagnu')
-backup=('etc/ltrace.conf')
-source=(https://alioth.debian.org/frs/download.php/file/3947/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-werror
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -k check || true
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ltrace/repos/extra-x86_64/PKGBUILD (from rev 207506, 
ltrace/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-11 16:22:15 UTC (rev 207507)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ltrace
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=Tracks runtime library calls in dynamically linked programs
+arch=('i686' 'x86_64')
+url=http://ltrace.alioth.debian.org/;
+license=('GPL')
+depends=('elfutils')
+makedepends=('dejagnu')
+backup=('etc/ltrace.conf')

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

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 17:28:04
  Author: foutrelis
Revision: 207508

upgpkg: geoip-database 20140304-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 16:22:15 UTC (rev 207507)
+++ PKGBUILD2014-03-11 16:28:04 UTC (rev 207508)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=geoip-database
-pkgver=20140108
+pkgver=20140304
 pkgrel=1
 pkgdesc=GeoLite country geolocation database compiled by MaxMind
 arch=('any')
@@ -13,8 +13,8 @@
 http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
 noextract=(GeoIP-$pkgver.dat.gz
GeoIPv6-$pkgver.dat.gz)
-sha256sums=('934e64fa84ea6cb17f8ac11fe33fdf87044329665ca4c9ab143b35ed3035dd06'
-'e782bc6e56509379bf28871b75d711b5abc69e25474f5065245f5c51b7843101'
+sha256sums=('116801bfd53f16469c997fc94935b0649534c0b8f4b5306ed2237e82c41e1a1d'
+'94fdfe7aa3c07960e138c94a84169836e94eda0d8feb41cf6a4bd21563da1ed0'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {



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

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 17:28:09
  Author: foutrelis
Revision: 207509

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 207508, geoip-database/trunk/PKGBUILD)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 16:28:04 UTC (rev 207508)
+++ PKGBUILD2014-03-11 16:28:09 UTC (rev 207509)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=geoip-database
-pkgver=20140108
-pkgrel=1
-pkgdesc=GeoLite country geolocation database compiled by MaxMind
-arch=('any')
-url=http://www.maxmind.com/app/ip-location;
-license=('custom:OPEN DATA LICENSE')
-source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('934e64fa84ea6cb17f8ac11fe33fdf87044329665ca4c9ab143b35ed3035dd06'
-'e782bc6e56509379bf28871b75d711b5abc69e25474f5065245f5c51b7843101'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd $srcdir
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
-  done
-}
-
-check() {
-  cd $srcdir
-
-  for _database in {GeoIP,GeoIPv6}.dat; do
-if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
-  error Copyright notice is missing from $_database; something is fishy!
-  return 1
-fi
-  done
-}
-
-package() {
-  cd $srcdir
-
-  install -d $pkgdir/usr/share/GeoIP
-  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 207508, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 16:28:09 UTC (rev 207509)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=geoip-database
+pkgver=20140304
+pkgrel=1
+pkgdesc=GeoLite country geolocation database compiled by MaxMind
+arch=('any')
+url=http://www.maxmind.com/app/ip-location;
+license=('custom:OPEN DATA LICENSE')
+source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz)
+sha256sums=('116801bfd53f16469c997fc94935b0649534c0b8f4b5306ed2237e82c41e1a1d'
+'94fdfe7aa3c07960e138c94a84169836e94eda0d8feb41cf6a4bd21563da1ed0'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+prepare() {
+  cd $srcdir
+
+  for _database_name in GeoIP GeoIPv6; do
+gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
+  done
+}
+
+check() {
+  cd $srcdir
+
+  for _database in {GeoIP,GeoIPv6}.dat; do
+if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
+  error Copyright notice is missing from $_database; something is fishy!
+  return 1
+fi
+  done
+}
+
+package() {
+  cd $srcdir
+
+  install -d $pkgdir/usr/share/GeoIP
+  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 17:31:58
  Author: foutrelis
Revision: 207510

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 207509, geoip-database/trunk/PKGBUILD)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-11 16:28:09 UTC (rev 207509)
+++ PKGBUILD2014-03-11 16:31:58 UTC (rev 207510)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=geoip-database
-pkgver=20140304
-pkgrel=1
-pkgdesc=GeoLite country geolocation database compiled by MaxMind
-arch=('any')
-url=http://www.maxmind.com/app/ip-location;
-license=('custom:OPEN DATA LICENSE')
-source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('116801bfd53f16469c997fc94935b0649534c0b8f4b5306ed2237e82c41e1a1d'
-'94fdfe7aa3c07960e138c94a84169836e94eda0d8feb41cf6a4bd21563da1ed0'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd $srcdir
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
-  done
-}
-
-check() {
-  cd $srcdir
-
-  for _database in {GeoIP,GeoIPv6}.dat; do
-if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
-  error Copyright notice is missing from $_database; something is fishy!
-  return 1
-fi
-  done
-}
-
-package() {
-  cd $srcdir
-
-  install -d $pkgdir/usr/share/GeoIP
-  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 207509, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 16:31:58 UTC (rev 207510)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=geoip-database
+pkgver=20140304
+pkgrel=1
+pkgdesc=GeoLite country geolocation database compiled by MaxMind
+arch=('any')
+url=http://www.maxmind.com/app/ip-location;
+license=('custom:OPEN DATA LICENSE')
+source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz)
+sha256sums=('116801bfd53f16469c997fc94935b0649534c0b8f4b5306ed2237e82c41e1a1d'
+'94fdfe7aa3c07960e138c94a84169836e94eda0d8feb41cf6a4bd21563da1ed0'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+prepare() {
+  cd $srcdir
+
+  for _database_name in GeoIP GeoIPv6; do
+gunzip -c $_database_name-$pkgver.dat.gz $_database_name.dat
+  done
+}
+
+check() {
+  cd $srcdir
+
+  for _database in {GeoIP,GeoIPv6}.dat; do
+if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
+  error Copyright notice is missing from $_database; something is fishy!
+  return 1
+fi
+  done
+}
+
+package() {
+  cd $srcdir
+
+  install -d $pkgdir/usr/share/GeoIP
+  install -m644 -t $pkgdir/usr/share/GeoIP GeoIP.dat GeoIPv6.dat
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in thunar-archive-plugin/repos (8 files)

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 17:41:15
  Author: foutrelis
Revision: 207512

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

Added:
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
(from rev 207511, thunar-archive-plugin/trunk/PKGBUILD)
  thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install
(from rev 207511, thunar-archive-plugin/trunk/thunar-archive-plugin.install)
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
(from rev 207511, thunar-archive-plugin/trunk/PKGBUILD)
  thunar-archive-plugin/repos/extra-x86_64/thunar-archive-plugin.install
(from rev 207511, thunar-archive-plugin/trunk/thunar-archive-plugin.install)
Deleted:
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
  thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
  thunar-archive-plugin/repos/extra-x86_64/thunar-archive-plugin.install

+
 /PKGBUILD  |   78 +++
 /thunar-archive-plugin.install |   26 +
 extra-i686/PKGBUILD|   38 -
 extra-i686/thunar-archive-plugin.install   |   13 
 extra-x86_64/PKGBUILD  |   38 -
 extra-x86_64/thunar-archive-plugin.install |   13 
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-11 16:41:07 UTC (rev 207511)
+++ extra-i686/PKGBUILD 2014-03-11 16:41:15 UTC (rev 207512)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=thunar-archive-plugin
-pkgver=0.3.1
-pkgrel=2
-pkgdesc=Create and extract archives in Thunar
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('thunar' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('file-roller'
-'kdeutils-ark')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-archive-plugin/repos/extra-i686/PKGBUILD (from rev 207511, 
thunar-archive-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-11 16:41:15 UTC (rev 207512)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=thunar-archive-plugin
+pkgver=0.3.1
+pkgrel=3
+pkgdesc=Create and extract archives in Thunar
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('thunar' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('file-roller'
+'kdeutils-ark'
+'xarchiver')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/thunar-archive-plugin.install
===
--- extra-i686/thunar-archive-plugin.install2014-03-11 16:41:07 UTC (rev 
207511)
+++ extra-i686/thunar-archive-plugin.install2014-03-11 16:41:15 UTC (rev 
207512)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install 
(from rev 207511, thunar-archive-plugin/trunk/thunar-archive-plugin.install)
===
--- extra-i686/thunar-archive-plugin.install(rev 0)
+++ extra-i686/thunar-archive-plugin.install2014-03-11 16:41:15 UTC (rev 
207512)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  

[arch-commits] Commit in thunar-archive-plugin/trunk (PKGBUILD)

2014-03-11 Thread Evangelos Foutras
Date: Tuesday, March 11, 2014 @ 17:41:07
  Author: foutrelis
Revision: 207511

upgpkg: thunar-archive-plugin 0.3.1-3

Add xarchiver as an optional dependency (FS#38639).

Modified:
  thunar-archive-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 16:31:58 UTC (rev 207510)
+++ PKGBUILD2014-03-11 16:41:07 UTC (rev 207511)
@@ -4,7 +4,7 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Create and extract archives in Thunar
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
@@ -13,7 +13,8 @@
 depends=('thunar' 'hicolor-icon-theme')
 makedepends=('intltool')
 optdepends=('file-roller'
-'kdeutils-ark')
+'kdeutils-ark'
+'xarchiver')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
 sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c')



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

2014-03-11 Thread Sven-Hendrik Haase
Date: Tuesday, March 11, 2014 @ 17:42:26
  Author: svenstaro
Revision: 107041

Fix FS#39332

Modified:
  i7z/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 15:48:32 UTC (rev 107040)
+++ PKGBUILD2014-03-11 16:42:26 UTC (rev 107041)
@@ -21,7 +21,7 @@
 make
 
 cd GUI
-qmake
+qmake-qt4
 make clean
 make
 }



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

2014-03-11 Thread Andreas Radke
Date: Tuesday, March 11, 2014 @ 18:04:53
  Author: andyrtr
Revision: 207514

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 207513, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 207513, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-11 17:04:35 UTC (rev 207513)
+++ extra-i686/PKGBUILD 2014-03-11 17:04:53 UTC (rev 207514)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.46
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('916b30ad3ee1424fa89883410abd7496')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 207513, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-11 17:04:53 UTC (rev 207514)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.47
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('50494765f3725d663334cc81a9b3a4eb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Deleted: 

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

2014-03-11 Thread Andreas Radke
Date: Tuesday, March 11, 2014 @ 18:04:35
  Author: andyrtr
Revision: 207513

upgpkg: cups-filters 1.0.47-1

upstream update 1.0.47

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 16:41:15 UTC (rev 207512)
+++ PKGBUILD2014-03-11 17:04:35 UTC (rev 207513)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.46
+pkgver=1.0.47
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('916b30ad3ee1424fa89883410abd7496')
+md5sums=('50494765f3725d663334cc81a9b3a4eb')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-11 Thread Martin Wimpress
Date: Tuesday, March 11, 2014 @ 18:19:23
  Author: flexiondotorg
Revision: 107042

upgpkg: mate-settings-daemon 1.8.0-1 - Remove unneeded pkgdesc.

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 16:42:26 UTC (rev 107041)
+++ PKGBUILD2014-03-11 17:19:23 UTC (rev 107042)
@@ -4,7 +4,6 @@
 pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
 pkgver=1.8.0
 pkgrel=1
-pkgdesc=The MATE Settings daemon
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-03-11 Thread Martin Wimpress
Date: Tuesday, March 11, 2014 @ 18:20:10
  Author: flexiondotorg
Revision: 107043

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

Added:
  mate-settings-daemon/repos/community-i686/PKGBUILD
(from rev 107042, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
(from rev 107042, mate-settings-daemon/trunk/mate-settings-daemon.install)
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 107042, mate-settings-daemon/trunk/PKGBUILD)
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install
(from rev 107042, mate-settings-daemon/trunk/mate-settings-daemon.install)
Deleted:
  mate-settings-daemon/repos/community-i686/PKGBUILD
  mate-settings-daemon/repos/community-i686/mate-settings-daemon.install
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
  mate-settings-daemon/repos/community-x86_64/mate-settings-daemon.install

---+
 /PKGBUILD |  140 
 /mate-settings-daemon.install |   24 
 community-i686/PKGBUILD   |   71 
 community-i686/mate-settings-daemon.install   |   12 --
 community-x86_64/PKGBUILD |   71 
 community-x86_64/mate-settings-daemon.install |   12 --
 6 files changed, 164 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 17:19:23 UTC (rev 107042)
+++ community-i686/PKGBUILD 2014-03-11 17:20:10 UTC (rev 107043)
@@ -1,71 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgbase=mate-settings-daemon
-pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=The MATE Settings daemon
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
- 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
- 'nss' 'polkit' 'pulseaudio-alsa')
-makedepends=('mate-common' 'perl-xml-parser')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('f36819914e03c0f3ceda209fba17a2063990078b')
-install=${pkgbase}.install
-
-build() {
-cd ${srcdir}
-cp -a ${pkgbase}-${pkgver}{,-gstreamer}
-
-# build for pulseaudio 
-cd ${srcdir}/${pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---enable-pulse \
---disable-gstreamer \
---disable-static
-make
-
-# build for gstreamer
-cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgbase} \
---sysconfdir=/etc \
---with-gtk=2.0 \
---enable-polkit \
---enable-gstreamer \
---disable-pulse \
---disable-static
-make
-}
-
-package_mate-settings-daemon-pulseaudio() {
-groups=('mate')
-pkgdesc=The MATE Settings daemon (pulseaudio)
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gtk2' 'libcanberra-pulse'
-'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit'
-'pulseaudio-alsa')
-conflicts=(${pkgbase}-gstreamer 'mate-media-gstreamer')
-provides=(${pkgbase})
-replaces=(${pkgbase})
-cd ${srcdir}/${pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}
-
-package_mate-settings-daemon-gstreamer() {
-pkgdesc=The MATE Settings daemon (GStreamer)
-depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
- 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop' 'nss' 'polkit')
-conflicts=(${pkgbase}-pulseaudio 'mate-media-pulseaudio')
-provides=(${pkgbase})
-cd ${srcdir}/${pkgbase}-${pkgver}-gstreamer
-make DESTDIR=${pkgdir} install
-}

Copied: mate-settings-daemon/repos/community-i686/PKGBUILD (from rev 107042, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 17:20:10 UTC (rev 107043)
@@ -0,0 +1,70 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgbase=mate-settings-daemon
+pkgname=(${pkgbase}-pulseaudio ${pkgbase}-gstreamer)
+pkgver=1.8.0
+pkgrel=1
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'fontconfig' 'gstreamer0.10-base' 'gtk2'
+ 'libcanberra-pulse' 'libmatekbd' 'libnotify' 'libxt' 'mate-desktop'
+ 'nss' 'polkit' 'pulseaudio-alsa')
+makedepends=('mate-common' 'perl-xml-parser')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('f36819914e03c0f3ceda209fba17a2063990078b')

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

2014-03-11 Thread Andreas Radke
Date: Tuesday, March 11, 2014 @ 18:41:14
  Author: andyrtr
Revision: 207515

upgpkg: sqlite 3.8.4.1-1

upstream update 3.8.4.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 17:04:53 UTC (rev 207514)
+++ PKGBUILD2014-03-11 17:41:14 UTC (rev 207515)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080400
+_amalgamationver=3080401
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.4
+pkgver=3.8.4.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('19249a798456f88b3a99ef27fa4119d08d89682f'
-  'f3765974a7752901aff58b4c7ade4950383bcb24'
+sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c'
+  '11c635048ad6378e86e704246c3c2d64568ce09d'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {



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

2014-03-11 Thread Andreas Radke
Date: Tuesday, March 11, 2014 @ 18:41:31
  Author: andyrtr
Revision: 207516

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 207515, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 207515, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 207515, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 207515, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  192 +
 /license.txt |   66 +++
 extra-i686/PKGBUILD  |   96 --
 extra-i686/license.txt   |   33 ---
 extra-x86_64/PKGBUILD|   96 --
 extra-x86_64/license.txt |   33 ---
 6 files changed, 258 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-11 17:41:14 UTC (rev 207515)
+++ extra-i686/PKGBUILD 2014-03-11 17:41:31 UTC (rev 207516)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080400
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.4
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine
-arch=('i686' 'x86_64')
-license=('custom:Public Domain')
-url=http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!emptydirs')
-sha1sums=('19249a798456f88b3a99ef27fa4119d08d89682f'
-  'f3765974a7752901aff58b4c7ade4950383bcb24'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  # build sqlite
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc=A C library that implements an SQL database engine
- depends=('readline')
- provides=(sqlite3=$pkgver)
- replaces=(sqlite3)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc=sqlite Tcl Extension Architecture (TEA)
- depends=('sqlite')
- provides=(sqlite3-tcl=$pkgver)
- replaces=(sqlite3-tcl)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-  
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-package_sqlite-doc() {
-
- pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
- #arch=('any') - not yet supported
- provides=(sqlite3-doc=$pkgver)
- replaces=(sqlite3-doc)
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 207515, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-11 17:41:31 UTC (rev 207516)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom 

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

2014-03-11 Thread Andreas Radke
Date: Tuesday, March 11, 2014 @ 18:58:56
  Author: andyrtr
Revision: 207517

upgpkg: bluez 5.16-1

upstream update 5.16

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 17:41:31 UTC (rev 207516)
+++ PKGBUILD2014-03-11 17:58:56 UTC (rev 207517)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.15
+pkgver=5.16
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('487bd75697e565793bf5bc4fbd5fa6a602788313b0c694f7542b81689fc0aa87'
+sha256sums=('c8d5094a21a799dca9cdcd99651dc19d521af514b22b8178fc787c454cdbb163'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 



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

2014-03-11 Thread Andreas Radke
Date: Tuesday, March 11, 2014 @ 18:59:19
  Author: andyrtr
Revision: 207518

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 207517, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 207517, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 207517, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 207517, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 207517, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 207517, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 
 /PKGBUILD 
|  288 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 --
 extra-i686/PKGBUILD   
|  144 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 --
 extra-x86_64/PKGBUILD 
|  144 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 412 insertions(+), 412 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-03-11 17:58:56 UTC (rev 207517)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-03-11 17:59:19 UTC (rev 207518)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna gcampagna-cnudlrotfmnnlxjtenl...@public.gmane.org
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 207517, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ 

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

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 19:19:44
  Author: arodseth
Revision: 107044

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

Added:
  hwinfo/repos/community-i686/PKGBUILD
(from rev 107043, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-i686/custom_ioctl.patch
(from rev 107043, hwinfo/trunk/custom_ioctl.patch)
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 107043, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 107043, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-i686/PKGBUILD
  hwinfo/repos/community-i686/custom_ioctl.patch
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

-+
 /PKGBUILD   |   90 ++
 /custom_ioctl.patch |   32 
 community-i686/PKGBUILD |   44 
 community-i686/custom_ioctl.patch   |   16 --
 community-x86_64/PKGBUILD   |   44 
 community-x86_64/custom_ioctl.patch |   16 --
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 17:20:10 UTC (rev 107043)
+++ community-i686/PKGBUILD 2014-03-11 18:19:44 UTC (rev 107044)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Gergely Imreh imrehgATgmailDOTcom
-# Contributor: champus
-# Contributor: madeye
-# Contributor: Ranguvar
-# Contributor: ninja_pt
-
-pkgname=hwinfo
-pkgver=21.0
-_subver=1.2
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('GPL2')
-depends=('perl' 'libx86emu')
-makedepends=('sysfsutils' 'rpmextract' 'flex')
-options=('!emptydirs')
-source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
-'custom_ioctl.patch')
-sha256sums=('4126875621a935a450cf616b69a1f922047f241cedc3ac02ece54cd78b23a9fb'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-prepare() {
-  rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
-  tar jxf $pkgname-$pkgver.tar.bz2
-  cd $pkgname-$pkgver
-  patch -p0 -i ../custom_ioctl.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver -j1 \
-CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR=$pkgdir install
-  mv $pkgdir/usr/sbin $pkgdir/usr/bin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hwinfo/repos/community-i686/PKGBUILD (from rev 107043, 
hwinfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 18:19:44 UTC (rev 107044)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Gergely Imreh imrehgATgmailDOTcom
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.0.1.3
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('GPL2')
+depends=('libx86emu' 'bash')
+makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
+options=('!emptydirs')
+source=(hwinfo.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
+'custom_ioctl.patch')
+sha256sums=('SKIP' 
'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  # Downloading the source rpm file, using meta4
+  aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
+
+  # Wish they would just provide a normal $pkgname-$pkgvar.tar.gz...
+  rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
+  tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
+
+  # Patching
+  cd $pkgname-${pkgver%.*.*}
+  patch -p0 -i ../custom_ioctl.patch
+}
+
+build() {
+  make -C $pkgname-${pkgver%.*.*} -j1 \
+CFLAGS+=-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C $pkgname-${pkgver%.*.*} LIBDIR=/usr/lib DESTDIR=$pkgdir install
+  mv $pkgdir/usr/sbin $pkgdir/usr/bin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/custom_ioctl.patch
===
--- community-i686/custom_ioctl.patch   2014-03-11 17:20:10 UTC (rev 107043)
+++ community-i686/custom_ioctl.patch   2014-03-11 18:19:44 UTC (rev 107044)
@@ -1,16 +0,0 @@
 src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
-+++ src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
-@@ -146,11 +146,13 @@
-   }
- 
-   if(!dev  (fd = 

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

2014-03-11 Thread Martin Wimpress
Date: Tuesday, March 11, 2014 @ 19:59:37
  Author: flexiondotorg
Revision: 107045

upgpkg: mate-desktop 1.8.0-3 - Enable mpaste

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 18:19:44 UTC (rev 107044)
+++ PKGBUILD2014-03-11 18:59:37 UTC (rev 107045)
@@ -2,7 +2,7 @@
 
 pkgname=mate-desktop
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Library with common API for various MATE modules
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -27,6 +27,7 @@
 PYTHON=/usr/bin/python2 ./configure \
 --prefix=/usr \
 --with-gtk=2.0 \
+--enable-mpaste \
 --disable-static \
 --disable-schemas-compile \
 --disable-desktop-docs \



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

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 20:14:29
  Author: arodseth
Revision: 107046

Very minor changes

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 18:59:37 UTC (rev 107045)
+++ PKGBUILD2014-03-11 19:14:29 UTC (rev 107046)
@@ -14,7 +14,7 @@
 depends=('libx86emu' 'bash')
 makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
 options=('!emptydirs')
-source=(hwinfo.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
+source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
 'custom_ioctl.patch')
 sha256sums=('SKIP' 
'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
@@ -22,7 +22,7 @@
   # Downloading the source rpm file, using meta4
   aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
 
-  # Wish they would just provide a normal $pkgname-$pkgvar.tar.gz...
+  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
   rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
   tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
 



  1   2   >