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

2014-11-30 Thread Giovanni Scafora
Date: Sunday, November 30, 2014 @ 13:47:24
  Author: giovanni
Revision: 123290

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

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

+
 /PKGBUILD  |   98 +++
 /sigil.install |   24 +
 community-i686/PKGBUILD|   49 ---
 community-i686/sigil.install   |   12 
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/sigil.install |   12 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-30 12:47:14 UTC (rev 123289)
+++ community-i686/PKGBUILD 2014-11-30 12:47:24 UTC (rev 123290)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
-
-pkgname=sigil
-pkgver=0.8.1
-pkgrel=2
-pkgdesc=WYSIWYG ebook editor
-arch=('i686' 'x86_64')
-url=https://github.com/user-none/Sigil/;
-license=('GPL3')
-depends=('qt5-webkit' 'boost-libs')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
-install=sigil.install
-source=(https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip;)
-md5sums=('8d5d2083254c9dda0462e222aeebd966')
-
-build() {
-  cd ${srcdir}/Sigil-${pkgver}
-  gendesk -n $startdir/PKGBUILD
-
-  mkdir build
-  cd build
-
-  cmake -G Unix Makefiles \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING=${CFLAGS} \
--DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-  make
-}
-
-package() {
-  cd ${srcdir}/Sigil-${pkgver}/build
-  make install DESTDIR=${pkgdir}
-
-  install -d -m 0755 ${pkgdir}/usr/share/applications
-  install -m 0644 ${srcdir}/Sigil-${pkgver}/${pkgname}.desktop \
-${pkgdir}/usr/share/applications
-
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
-  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-}

Copied: sigil/repos/community-i686/PKGBUILD (from rev 123289, 
sigil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-30 12:47:24 UTC (rev 123290)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=sigil
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=WYSIWYG ebook editor
+arch=('i686' 'x86_64')
+url=https://github.com/user-none/Sigil/;
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=(https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip;)
+md5sums=('8f484fa66e30a5a40839c4f8a29fa3ae')
+
+build() {
+  cd ${srcdir}/Sigil-${pkgver}
+  gendesk -n $startdir/PKGBUILD
+
+  mkdir build
+  cd build
+
+  cmake -G Unix Makefiles \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING=${CFLAGS} \
+-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/Sigil-${pkgver}/build
+  make install DESTDIR=${pkgdir}
+
+  install -d -m 0755 ${pkgdir}/usr/share/applications
+  install -m 0644 ${srcdir}/Sigil-${pkgver}/${pkgname}.desktop \
+${pkgdir}/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}

Deleted: community-i686/sigil.install
===
--- community-i686/sigil.install2014-11-30 12:47:14 UTC (rev 123289)
+++ community-i686/sigil.install2014-11-30 12:47:24 UTC (rev 123290)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-

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

2014-11-30 Thread Giovanni Scafora
Date: Sunday, November 30, 2014 @ 13:47:14
  Author: giovanni
Revision: 123289

upgpkg: sigil 0.8.2-1

upstream release

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-29 17:37:08 UTC (rev 123288)
+++ PKGBUILD2014-11-30 12:47:14 UTC (rev 123289)
@@ -3,8 +3,8 @@
 # Contributor: Larry Hajali larryhaja [at] gmail [dot] com
 
 pkgname=sigil
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc=WYSIWYG ebook editor
 arch=('i686' 'x86_64')
 url=https://github.com/user-none/Sigil/;
@@ -13,7 +13,7 @@
 makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
 install=sigil.install
 
source=(https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip;)
-md5sums=('8d5d2083254c9dda0462e222aeebd966')
+md5sums=('8f484fa66e30a5a40839c4f8a29fa3ae')
 
 build() {
   cd ${srcdir}/Sigil-${pkgver}


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

2014-11-30 Thread Florian Pritz
Date: Sunday, November 30, 2014 @ 14:46:20
  Author: bluewind
Revision: 123291

upgpkg: lib32-flac 1.3.1-1

upstream update

Modified:
  lib32-flac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-30 12:47:24 UTC (rev 123290)
+++ PKGBUILD2014-11-30 13:46:20 UTC (rev 123291)
@@ -3,7 +3,7 @@
 
 _pkgbasename=flac
 pkgname=lib32-$_pkgbasename
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=Free Lossless Audio Codec (32-bit)
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('nasm' gcc-multilib)
 options=('!libtool' '!makeflags')
 
source=(http://downloads.xiph.org/releases/flac/${_pkgbasename}-${pkgver}.tar.xz)
-sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b')
+sha1sums=('38e17439d11be26207e4af0ff50973815694b26f')
 
 build() {
   export CC=gcc -m32


[arch-commits] Commit in lib32-flac/repos/multilib-x86_64 (4 files)

2014-11-30 Thread Florian Pritz
Date: Sunday, November 30, 2014 @ 14:46:24
  Author: bluewind
Revision: 123292

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flac/repos/multilib-x86_64/PKGBUILD
(from rev 123291, lib32-flac/trunk/PKGBUILD)
  lib32-flac/repos/multilib-x86_64/flac-1.2.1-gcc-4.3-includes.patch
(from rev 123291, lib32-flac/trunk/flac-1.2.1-gcc-4.3-includes.patch)
Deleted:
  lib32-flac/repos/multilib-x86_64/PKGBUILD
  lib32-flac/repos/multilib-x86_64/flac-1.2.1-gcc-4.3-includes.patch

---+
 PKGBUILD  |   72 ++--
 flac-1.2.1-gcc-4.3-includes.patch |   22 +--
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-30 13:46:20 UTC (rev 123291)
+++ PKGBUILD2014-11-30 13:46:24 UTC (rev 123292)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-_pkgbasename=flac
-pkgname=lib32-$_pkgbasename
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Free Lossless Audio Codec (32-bit)
-arch=('x86_64')
-url=http://flac.sourceforge.net/;
-license=('custom:Xiph' 'LGPL' 'GPL' 'FDL')
-depends=('lib32-libogg' 'lib32-gcc-libs' $_pkgbasename)
-makedepends=('nasm' gcc-multilib)
-options=('!libtool' '!makeflags')
-source=(http://downloads.xiph.org/releases/flac/${_pkgbasename}-${pkgver}.tar.xz)
-sha1sums=('a136e5748f8fb1e6c524c75000a765fc63bb7b1b')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared \
-  --disable-rpath --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flac/repos/multilib-x86_64/PKGBUILD (from rev 123291, 
lib32-flac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-30 13:46:24 UTC (rev 123292)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+_pkgbasename=flac
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Free Lossless Audio Codec (32-bit)
+arch=('x86_64')
+url=http://flac.sourceforge.net/;
+license=('custom:Xiph' 'LGPL' 'GPL' 'FDL')
+depends=('lib32-libogg' 'lib32-gcc-libs' $_pkgbasename)
+makedepends=('nasm' gcc-multilib)
+options=('!libtool' '!makeflags')
+source=(http://downloads.xiph.org/releases/flac/${_pkgbasename}-${pkgver}.tar.xz)
+sha1sums=('38e17439d11be26207e4af0ff50973815694b26f')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared \
+  --disable-rpath --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: flac-1.2.1-gcc-4.3-includes.patch
===
--- flac-1.2.1-gcc-4.3-includes.patch   2014-11-30 13:46:20 UTC (rev 123291)
+++ flac-1.2.1-gcc-4.3-includes.patch   2014-11-30 13:46:24 UTC (rev 123292)
@@ -1,11 +0,0 @@
-diff -Naur flac-1.2.1-orig/examples/cpp/encode/file/main.cpp 
flac-1.2.1/examples/cpp/encode/file/main.cpp
 flac-1.2.1-orig/examples/cpp/encode/file/main.cpp  2007-09-13 
09:58:03.0 -0600
-+++ flac-1.2.1/examples/cpp/encode/file/main.cpp   2007-11-18 
12:59:45.0 -0600
-@@ -30,6 +30,7 @@
- 
- #include stdio.h
- #include stdlib.h
-+#include cstring
- #include FLAC++/metadata.h
- #include FLAC++/encoder.h
- 

Copied: lib32-flac/repos/multilib-x86_64/flac-1.2.1-gcc-4.3-includes.patch 
(from rev 123291, lib32-flac/trunk/flac-1.2.1-gcc-4.3-includes.patch)
===
--- flac-1.2.1-gcc-4.3-includes.patch   (rev 0)
+++ flac-1.2.1-gcc-4.3-includes.patch   2014-11-30 13:46:24 UTC (rev 123292)
@@ -0,0 +1,11 @@
+diff -Naur flac-1.2.1-orig/examples/cpp/encode/file/main.cpp 
flac-1.2.1/examples/cpp/encode/file/main.cpp
+--- flac-1.2.1-orig/examples/cpp/encode/file/main.cpp  2007-09-13 
09:58:03.0 -0600
 flac-1.2.1/examples/cpp/encode/file/main.cpp   2007-11-18 
12:59:45.0 -0600
+@@ -30,6 +30,7 @@
+ 
+ #include stdio.h
+ #include stdlib.h
++#include cstring
+ #include FLAC++/metadata.h
+ #include FLAC++/encoder.h
+ 


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

2014-11-30 Thread Evangelos Foutras
Date: Sunday, November 30, 2014 @ 16:52:06
  Author: foutrelis
Revision: 123294

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

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

--+
 /PKGBUILD|   76 +
 /roxterm.install |   22 ++
 community-i686/PKGBUILD  |   37 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-30 15:51:49 UTC (rev 123293)
+++ community-i686/PKGBUILD 2014-11-30 15:52:06 UTC (rev 123294)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=roxterm
-pkgver=2.9.3
-pkgrel=2
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
-
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
-md5sums=('b42d62ce0c71665f87bc734107d0'
- 'SKIP')
-sha1sums=('53bc33e69d199151d2d5bb63bc5d38d5b0b4b089'
-  'SKIP')
-
-
-build() {
-  cd ${srcdir}/roxterm-${pkgver}
-
-  # FS#38967: Reenable deprecated VTE3 functions
-  python2 mscript.py configure --prefix='/usr' \
-  --enable-deprecated-bg-opts
-  python2 mscript.py build
-}
-
-package() {
-  cd ${srcdir}/roxterm-${pkgver}
-  python2 mscript.py install --destdir=${pkgdir}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 123293, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-30 15:52:06 UTC (rev 123294)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=2.9.5
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
+
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
+md5sums=('69f0781210092b7ea8fbf6a49ff3fd43'
+ 'SKIP')
+sha1sums=('ad231fd8517a8a630203e5388b0f9f35255af83d'
+  'SKIP')
+
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  # FS#38967: Reenable deprecated VTE3 functions
+  python2 mscript.py configure --prefix='/usr' \
+  --enable-deprecated-bg-opts
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2014-11-30 15:51:49 UTC (rev 123293)
+++ community-i686/roxterm.install  2014-11-30 15:52:06 UTC (rev 123294)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 123293, 
roxterm/trunk/roxterm.install)
===
--- community-i686/roxterm.install  (rev 0)
+++ community-i686/roxterm.install  2014-11-30 15:52:06 UTC (rev 123294)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2014-11-30 Thread Evangelos Foutras
Date: Sunday, November 30, 2014 @ 16:51:49
  Author: foutrelis
Revision: 123293

upgpkg: roxterm 2.9.5-1

New upstream release.

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-30 13:46:24 UTC (rev 123292)
+++ PKGBUILD2014-11-30 15:51:49 UTC (rev 123293)
@@ -3,20 +3,21 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=roxterm
-pkgver=2.9.3
-pkgrel=2
+pkgver=2.9.5
+pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
 url='http://roxterm.sourceforge.net/'
 license=('GPL3')
 depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg' 'itstool')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
 install=roxterm.install
 source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
 
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
-md5sums=('b42d62ce0c71665f87bc734107d0'
+md5sums=('69f0781210092b7ea8fbf6a49ff3fd43'
  'SKIP')
-sha1sums=('53bc33e69d199151d2d5bb63bc5d38d5b0b4b089'
+sha1sums=('ad231fd8517a8a630203e5388b0f9f35255af83d'
   'SKIP')
 
 


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

2014-11-30 Thread Evangelos Foutras
Date: Sunday, November 30, 2014 @ 17:13:46
  Author: foutrelis
Revision: 227202

upgpkg: efl 1.12.1-1

New upstream release.

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-30 02:07:07 UTC (rev 227201)
+++ PKGBUILD2014-11-30 16:13:46 UTC (rev 227202)
@@ -4,8 +4,8 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.12.0
-pkgrel=3
+pkgver=1.12.1
+pkgrel=1
 pkgdesc=Enlightenment Foundation Libraries
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
@@ -20,10 +20,10 @@
 replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
   'emotion' 'ethumb' 'evas')
 options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
'eina_doxygen.patch')
 install=efl.install
-sha1sums=('4c87fef9740748b579c8d948c88027dde9e2a334'
+sha1sums=('578f99e4e8f8914819cc822e81689543060f7baf'
   'ef2b961e793c711685623a149ab55b1bec9a3676')
 
 prepare() {


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

2014-11-30 Thread Evangelos Foutras
Date: Sunday, November 30, 2014 @ 17:14:06
  Author: foutrelis
Revision: 227203

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 227202, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 227202, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/efl.install
(from rev 227202, efl/trunk/efl.install)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 227202, efl/trunk/eina_doxygen.patch)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 227202, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 227202, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/efl.install
(from rev 227202, efl/trunk/efl.install)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 227202, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/efl.install
  efl/repos/extra-i686/eina_doxygen.patch
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/efl.install
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 /PKGBUILD  |  144 +++
 /efl-1.10.0-giflib-5.1.0.patch |   78 ++
 /efl.install   |   32 ++
 /eina_doxygen.patch|   20 +++
 extra-i686/PKGBUILD|   72 -
 extra-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 ---
 extra-i686/efl.install |   16 ---
 extra-i686/eina_doxygen.patch  |   10 -
 extra-x86_64/PKGBUILD  |   72 -
 extra-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 ---
 extra-x86_64/efl.install   |   16 ---
 extra-x86_64/eina_doxygen.patch|   10 -
 12 files changed, 274 insertions(+), 274 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-30 16:13:46 UTC (rev 227202)
+++ extra-i686/PKGBUILD 2014-11-30 16:14:06 UTC (rev 227203)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.12.0
-pkgrel=3
-pkgdesc=Enlightenment Foundation Libraries
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
-   'eina_doxygen.patch')
-install=efl.install
-sha1sums=('4c87fef9740748b579c8d948c88027dde9e2a334'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/env python$/2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export CFLAGS=$CFLAGS -fvisibility=hidden
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
-${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
-}
-
-package_efl-docs() {
-  pkgdesc=Documentation for the Enlightenment Foundation Libraries
-  depends=()
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 227202, efl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-30 16:14:06 UTC (rev 227203)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: 

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

2014-11-30 Thread Jaroslav Lichtblau
Date: Sunday, November 30, 2014 @ 18:19:53
  Author: jlichtblau
Revision: 123296

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   60 +--
 powertop.changelog |   37 +--
 2 files changed, 50 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-30 17:19:44 UTC (rev 123295)
+++ PKGBUILD2014-11-30 17:19:53 UTC (rev 123296)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Xilon xilo...@gmail.com
-
-pkgname=powertop
-pkgver=2.6.1
-pkgrel=1
-pkgdesc='A tool to diagnose issues with power consumption and power management'
-arch=('i686' 'x86_64')
-url='https://01.org/powertop/'
-license=('GPL2')
-depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
-changelog=$pkgname.changelog
-source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
-sha256sums=('85122b092d7b025bcdd8fdeb8169efcf57de637875570cbfdefb4017a9febc29')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-#  ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: powertop/repos/community-x86_64/PKGBUILD (from rev 123295, 
powertop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-30 17:19:53 UTC (rev 123296)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Xilon xilo...@gmail.com
+
+pkgname=powertop
+pkgver=2.7
+pkgrel=1
+pkgdesc='A tool to diagnose issues with power consumption and power management'
+arch=('i686' 'x86_64')
+url='https://01.org/powertop/'
+license=('GPL2')
+depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
+changelog=$pkgname.changelog
+source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
+sha256sums=('8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+#  ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: powertop.changelog
===
--- powertop.changelog  2014-11-30 17:19:44 UTC (rev 123295)
+++ powertop.changelog  2014-11-30 17:19:53 UTC (rev 123296)
@@ -1,17 +0,0 @@
-2014-05-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * powertop 2.6.1-1
-
-2013-03-23 Evangelos Foutras evange...@foutrelis.com
-   * powertop 2.3-1
-
-2013-01-05 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.2-1
-
-2012-10-28 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.1.1-1
-
-2012-08-22 Sébastien Luttringer (seblu) se...@aur.archlinux.org
-   * powertop 2.1-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.0-1

Copied: powertop/repos/community-x86_64/powertop.changelog (from rev 123295, 
powertop/trunk/powertop.changelog)
===
--- powertop.changelog  (rev 0)
+++ powertop.changelog  2014-11-30 17:19:53 UTC (rev 123296)
@@ -0,0 +1,20 @@
+2014-11-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * powertop 2.7-1
+
+2014-05-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * powertop 2.6.1-1
+
+2013-03-23 Evangelos Foutras evange...@foutrelis.com
+   * powertop 2.3-1
+
+2013-01-05 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.2-1
+
+2012-10-28 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.1.1-1
+
+2012-08-22 Sébastien Luttringer (seblu) se...@aur.archlinux.org
+   * powertop 2.1-1
+
+2012-05-12 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.0-1


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

2014-11-30 Thread Jaroslav Lichtblau
Date: Sunday, November 30, 2014 @ 18:19:44
  Author: jlichtblau
Revision: 123295

upgpkg: powertop 2.7-1

Modified:
  powertop/trunk/PKGBUILD
  powertop/trunk/powertop.changelog

+
 PKGBUILD   |4 ++--
 powertop.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-30 15:52:06 UTC (rev 123294)
+++ PKGBUILD2014-11-30 17:19:44 UTC (rev 123295)
@@ -4,7 +4,7 @@
 # Contributor: Xilon xilo...@gmail.com
 
 pkgname=powertop
-pkgver=2.6.1
+pkgver=2.7
 pkgrel=1
 pkgdesc='A tool to diagnose issues with power consumption and power management'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
 changelog=$pkgname.changelog
 
source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
-sha256sums=('85122b092d7b025bcdd8fdeb8169efcf57de637875570cbfdefb4017a9febc29')
+sha256sums=('8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: powertop.changelog
===
--- powertop.changelog  2014-11-30 15:52:06 UTC (rev 123294)
+++ powertop.changelog  2014-11-30 17:19:44 UTC (rev 123295)
@@ -1,3 +1,6 @@
+2014-11-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * powertop 2.7-1
+
 2014-05-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* powertop 2.6.1-1
 


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

2014-11-30 Thread Jaroslav Lichtblau
Date: Sunday, November 30, 2014 @ 18:22:30
  Author: jlichtblau
Revision: 123297

archrelease: copy trunk to community-i686

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

+
 PKGBUILD   |   60 +--
 powertop.changelog |   37 +--
 2 files changed, 50 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-30 17:19:53 UTC (rev 123296)
+++ PKGBUILD2014-11-30 17:22:30 UTC (rev 123297)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Xilon xilo...@gmail.com
-
-pkgname=powertop
-pkgver=2.6.1
-pkgrel=1
-pkgdesc='A tool to diagnose issues with power consumption and power management'
-arch=('i686' 'x86_64')
-url='https://01.org/powertop/'
-license=('GPL2')
-depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
-changelog=$pkgname.changelog
-source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
-sha256sums=('85122b092d7b025bcdd8fdeb8169efcf57de637875570cbfdefb4017a9febc29')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-#  ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: powertop/repos/community-i686/PKGBUILD (from rev 123296, 
powertop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-30 17:22:30 UTC (rev 123297)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Xilon xilo...@gmail.com
+
+pkgname=powertop
+pkgver=2.7
+pkgrel=1
+pkgdesc='A tool to diagnose issues with power consumption and power management'
+arch=('i686' 'x86_64')
+url='https://01.org/powertop/'
+license=('GPL2')
+depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
+changelog=$pkgname.changelog
+source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
+sha256sums=('8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+#  ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: powertop.changelog
===
--- powertop.changelog  2014-11-30 17:19:53 UTC (rev 123296)
+++ powertop.changelog  2014-11-30 17:22:30 UTC (rev 123297)
@@ -1,17 +0,0 @@
-2014-05-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * powertop 2.6.1-1
-
-2013-03-23 Evangelos Foutras evange...@foutrelis.com
-   * powertop 2.3-1
-
-2013-01-05 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.2-1
-
-2012-10-28 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.1.1-1
-
-2012-08-22 Sébastien Luttringer (seblu) se...@aur.archlinux.org
-   * powertop 2.1-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
-   * powertop 2.0-1

Copied: powertop/repos/community-i686/powertop.changelog (from rev 123296, 
powertop/trunk/powertop.changelog)
===
--- powertop.changelog  (rev 0)
+++ powertop.changelog  2014-11-30 17:22:30 UTC (rev 123297)
@@ -0,0 +1,20 @@
+2014-11-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * powertop 2.7-1
+
+2014-05-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * powertop 2.6.1-1
+
+2013-03-23 Evangelos Foutras evange...@foutrelis.com
+   * powertop 2.3-1
+
+2013-01-05 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.2-1
+
+2012-10-28 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.1.1-1
+
+2012-08-22 Sébastien Luttringer (seblu) se...@aur.archlinux.org
+   * powertop 2.1-1
+
+2012-05-12 Jaroslav Lichtblau (Dragonlord) dragonl...@aur.archlinux.org
+   * powertop 2.0-1


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

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 00:59:59
  Author: thestinger
Revision: 123298

upgpkg: openvas-libraries 7.0.6-1

Modified:
  openvas-libraries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-30 17:22:30 UTC (rev 123297)
+++ PKGBUILD2014-11-30 23:59:59 UTC (rev 123298)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-libraries
-pkgver=7.0.5
+pkgver=7.0.6
 pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url=http://www.openvas.org/;
 license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
 makedepends=('cmake' 'doxygen')
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1787/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('22ce18293221704e33534a313916ca2f'
+source=(http://wald.intevation.org/frs/download.php/1833/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
  'SKIP')
 
 build() {


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

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:00:38
  Author: thestinger
Revision: 123299

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

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 123298, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 123298, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-30 23:59:59 UTC (rev 123298)
+++ community-i686/PKGBUILD 2014-12-01 00:00:38 UTC (rev 123299)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.5
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1787/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('22ce18293221704e33534a313916ca2f'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 123298, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-01 00:00:38 UTC (rev 123299)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.6
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2' 'libldap')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1833/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1834/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('2b01a5b985bdbd66fad94f3c036242e8'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  rmdir $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-30 23:59:59 UTC (rev 123298)
+++ community-x86_64/PKGBUILD   2014-12-01 00:00:38 UTC (rev 123299)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-libraries
-pkgver=7.0.5
-pkgrel=1
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url=http://www.openvas.org/;
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1787/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('22ce18293221704e33534a313916ca2f'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  rmdir $pkgdir/var/run
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 123298, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-01 00:00:38 UTC (rev 123299)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-libraries
+pkgver=7.0.6
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url=http://www.openvas.org/;
+license=('GPL')

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

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:04:03
  Author: thestinger
Revision: 123301

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

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 123300, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 123300, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 123300, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 123300, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   66 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-01 00:03:28 UTC (rev 123300)
+++ community-i686/PKGBUILD 2014-12-01 00:04:03 UTC (rev 123301)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-scanner
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1791/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1792/$pkgname-${pkgver}.tar.gz.asc;
-$pkgname.service)
-md5sums=('8462aca675bdbd617de2c2dd53be62ff'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 123300, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-01 00:04:03 UTC (rev 123301)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-scanner
+pkgver=4.0.5
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1844/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1837/$pkgname-${pkgver}.tar.gz.asc;
+$pkgname.service)
+md5sums=('7484c3a67cce4ab32a4b10fcf4716a18'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 ../$pkgname.service 
$pkgdir/usr/lib/systemd/system/${pkgname}.service
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2014-12-01 00:03:28 UTC (rev 
123300)
+++ community-i686/openvas-scanner.service  2014-12-01 00:04:03 UTC (rev 
123301)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
123300, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2014-12-01 00:04:03 UTC (rev 
123301)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner 

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

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:03:28
  Author: thestinger
Revision: 123300

upgpkg: openvas-scanner 4.0.5-1

Modified:
  openvas-scanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 00:00:38 UTC (rev 123299)
+++ PKGBUILD2014-12-01 00:03:28 UTC (rev 123300)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-scanner
-pkgver=4.0.4
+pkgver=4.0.5
 pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1791/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1792/$pkgname-${pkgver}.tar.gz.asc;
+source=(http://wald.intevation.org/frs/download.php/1844/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1837/$pkgname-${pkgver}.tar.gz.asc;
 $pkgname.service)
-md5sums=('8462aca675bdbd617de2c2dd53be62ff'
+md5sums=('7484c3a67cce4ab32a4b10fcf4716a18'
  'SKIP'
  '5cc11ac11a7454aaa9148eab844b81af')
 


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

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:06:05
  Author: thestinger
Revision: 123302

upgpkg: openvas-manager 5.0.7-1

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 00:04:03 UTC (rev 123301)
+++ PKGBUILD2014-12-01 00:06:05 UTC (rev 123302)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=openvas-manager
-pkgver=5.0.5
+pkgver=5.0.7
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1795/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
+source=(http://wald.intevation.org/frs/download.php/1849/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1850/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('771f1149ea7afd34a52965633da2ded0'
  'SKIP')
 
 build() {


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

2014-11-30 Thread Daniel Micay
Date: Monday, December 1, 2014 @ 01:06:37
  Author: thestinger
Revision: 123303

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 123302, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 123302, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-01 00:06:05 UTC (rev 123302)
+++ community-i686/PKGBUILD 2014-12-01 00:06:37 UTC (rev 123303)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.5
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1795/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 123302, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-01 00:06:37 UTC (rev 123303)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.7
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=(http://wald.intevation.org/frs/download.php/1849/$pkgname-${pkgver}.tar.gz;
+
http://wald.intevation.org/frs/download.php/1850/$pkgname-${pkgver}.tar.gz.asc;)
+md5sums=('771f1149ea7afd34a52965633da2ded0'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-01 00:06:05 UTC (rev 123302)
+++ community-x86_64/PKGBUILD   2014-12-01 00:06:37 UTC (rev 123303)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=openvas-manager
-pkgver=5.0.5
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=(http://wald.intevation.org/frs/download.php/1795/$pkgname-${pkgver}.tar.gz;
-
http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc;)
-md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 123302, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-01 00:06:37 UTC (rev 123303)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=openvas-manager
+pkgver=5.0.7
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'

[arch-commits] Commit in eric/trunk (ChangeLog PKGBUILD install_py2.patch)

2014-11-30 Thread Evgeniy Alekseev
Date: Monday, December 1, 2014 @ 02:08:55
  Author: arcanis
Revision: 123304

upgpkg: eric 5.5.1-1

Added:
  eric/trunk/install_py2.patch
Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   33 -
 install_py2.patch |   12 
 3 files changed, 23 insertions(+), 25 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2014-12-01 00:06:37 UTC (rev 123303)
+++ ChangeLog   2014-12-01 01:08:55 UTC (rev 123304)
@@ -1,3 +1,6 @@
+5.5.1-1:
+upstream update
+
 5.5.0-1:
 * upstream update
 * create python2-eric package

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 00:06:37 UTC (rev 123303)
+++ PKGBUILD2014-12-01 01:08:55 UTC (rev 123304)
@@ -6,7 +6,7 @@
 
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric')
-pkgver=5.5.0
+pkgver=5.5.1
 pkgrel=1
 pkgdesc=A full-featured Python and Ruby IDE in PyQt4
 arch=('any')
@@ -14,20 +14,19 @@
 license=('GPL3')
 depends=('python-qscintilla' 'python2-qscintilla')
 install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;)
-md5sums=('87a7b69e688418e3f0d51c044508')
+source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;
+install_py2.patch)
+md5sums=('1ffb05964068c41702f445c113565805'
+ '6c870e9ec58b7d9a4cf0a5ed97415b81')
 changelog=ChangeLog
 
 prepare() {
   cp -r ${srcdir}/eric5-${pkgver}{,_py2}
+  patch -p0 -i install_py2.patch
 
   cd ${srcdir}/eric5-${pkgver}_py2/eric
   find . -name '*.py' -exec \
 sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
-  # fix py2 and py3 compatibility
-  sed -i s/eric5.desktop/eric5_py2.desktop/g eric5.appdata.xml
-  sed -i s/Exec=eric5/Exec=eric5_py2/g eric5.desktop
-  sed -i s/Exec=eric5_webbrowser/Exec=eric5_webbrowser_py2/g 
eric5_webbrowser.desktop
 }
 
 package_eric-common() {
@@ -64,11 +63,6 @@
  ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.api
   install -Dm644 APIs/Ruby/Ruby-1.9.1.bas \
  ${pkgdir}/usr/share/qt4/qsci/api/ruby/Ruby-1.9.1.bas
-  # pixmaps
-  install -Dm644 icons/default/eric.png \
- ${pkgdir}/usr/share/pixmaps/eric.png
-  install -Dm644 icons/default/ericWeb.png \
- ${pkgdir}/usr/share/pixmaps/ericWeb.png
 }
 
 package_eric() {
@@ -75,10 +69,7 @@
   depends=('eric-common' 'python-qscintilla')
 
   cd ${srcdir}/eric5-${pkgver}
-  python install.py -c -b /usr/bin -i ${pkgdir}
-  # remove common components
-  rm -r ${pkgdir}/usr/share/pixmaps
-  rm -r ${pkgdir}/usr/share/qt4
+  python install.py -c -b /usr/bin -i ${pkgdir} --noapis
 }
 
 package_python2-eric() {
@@ -85,15 +76,7 @@
   depends=('eric-common' 'python2-qscintilla')
 
   cd ${srcdir}/eric5-${pkgver}_py2
-  python2 install.py -c -b /usr/bin -i ${pkgdir} -y
-  # remove common components
-  rm -r ${pkgdir}/usr/share/qt4
-  rm -r ${pkgdir}/usr/share/pixmaps
-
-  # compatibility with eric
-  mv ${pkgdir}/usr/share/appdata/{eric5.appdata.xml,eric5_py2.appdata.xml}
-  mv ${pkgdir}/usr/share/applications/{eric5.desktop,eric5_py2.desktop}
-  mv 
${pkgdir}/usr/share/applications/{eric5_webbrowser.desktop,eric5_webbrowser_py2.desktop}
+  python2 install.py -c -b /usr/bin -i ${pkgdir} -y --noapis
 }
 
 # vim:set ts=2 sw=2 et:

Added: install_py2.patch
===
--- install_py2.patch   (rev 0)
+++ install_py2.patch   2014-12-01 01:08:55 UTC (rev 123304)
@@ -0,0 +1,12 @@
+diff -ruN eric5-5.5.1_py2.orig/install.py eric5-5.5.1_py2/install.py
+--- eric5-5.5.1_py2.orig/install.py2014-12-01 03:56:19.0 +0300
 eric5-5.5.1_py2/install.py 2014-12-01 03:56:46.332570642 +0300
+@@ -237,7 +237,7 @@
+ text = text.replace(@MARKER@, marker)
+ 
+ if sys.version_info[0] == 2:
+-f = codecs.open(src, w, utf-8)
++f = codecs.open(dst, w, utf-8)
+ else:
+ f = open(dst, w)
+ f.write(text)


[arch-commits] Commit in eric/repos/community-any (9 files)

2014-11-30 Thread Evgeniy Alekseev
Date: Monday, December 1, 2014 @ 02:09:15
  Author: arcanis
Revision: 123305

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 123304, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 123304, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 123304, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 123304, eric/trunk/eric.install)
  eric/repos/community-any/install_py2.patch
(from rev 123304, eric/trunk/install_py2.patch)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

---+
 .contrib  |   14 ++--
 ChangeLog |   15 ++--
 PKGBUILD  |  181 +++-
 eric.install  |   18 ++---
 install_py2.patch |   12 +++
 5 files changed, 119 insertions(+), 121 deletions(-)

Deleted: .contrib
===
--- .contrib2014-12-01 01:08:55 UTC (rev 123304)
+++ .contrib2014-12-01 01:09:15 UTC (rev 123305)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/community-any/.contrib (from rev 123304, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-12-01 01:09:15 UTC (rev 123305)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: ChangeLog
===
--- ChangeLog   2014-12-01 01:08:55 UTC (rev 123304)
+++ ChangeLog   2014-12-01 01:09:15 UTC (rev 123305)
@@ -1,6 +0,0 @@
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 123304, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-12-01 01:09:15 UTC (rev 123305)
@@ -0,0 +1,9 @@
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-01 01:08:55 UTC (rev 123304)
+++ PKGBUILD2014-12-01 01:09:15 UTC (rev 123305)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Ray Rashif schiv at archlinux dot org
-# Contributor: Brad Fanella bradfanellaat archlinux dot us
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric')
-pkgver=5.5.0
-pkgrel=1
-pkgdesc=A full-featured Python and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla')
-install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;)
-md5sums=('87a7b69e688418e3f0d51c044508')
-changelog=ChangeLog
-
-prepare() {
-  cp -r ${srcdir}/eric5-${pkgver}{,_py2}
-
-  cd ${srcdir}/eric5-${pkgver}_py2/eric
-  find . -name '*.py' -exec \
-sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
-  # fix py2 and py3 compatibility
-  sed -i s/eric5.desktop/eric5_py2.desktop/g eric5.appdata.xml
-  sed -i s/Exec=eric5/Exec=eric5_py2/g eric5.desktop
-  sed -i s/Exec=eric5_webbrowser/Exec=eric5_webbrowser_py2/g 
eric5_webbrowser.desktop
-}
-
-package_eric-common() {
-  depends=()
-
-  cd ${srcdir}/eric5-${pkgver}/eric
-  # eric APIs
-  install -Dm644 APIs/Python3/eric5.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.api
-  install -Dm644 APIs/Python3/eric5.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.bas
-  # pyqt APIs
-  install -Dm644 APIs/Python3/PyQt4_Qt4.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
-  # qss APIs
-  install -Dm644 APIs/QSS/qss.api \
- ${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api
-  # qscintilla APIs
-  install -Dm644 APIs/Python3/QScintilla2.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas
-  # zope APIs
-  install -Dm644 APIs/Python/zope-2.10.7.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  install -Dm644 APIs/Python/zope-2.11.2.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  install -Dm644 

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

2014-11-30 Thread Evgeniy Alekseev
Date: Monday, December 1, 2014 @ 02:15:32
  Author: arcanis
Revision: 123307

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 123306, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 123306, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |8 +++-
 PKGBUILD  |  118 ++--
 2 files changed, 65 insertions(+), 61 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-12-01 01:15:21 UTC (rev 123306)
+++ ChangeLog   2014-12-01 01:15:32 UTC (rev 123307)
@@ -1,2 +0,0 @@
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 123306, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-12-01 01:15:32 UTC (rev 123307)
@@ -0,0 +1,6 @@
+5.5.1-1:
+
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-01 01:15:21 UTC (rev 123306)
+++ PKGBUILD2014-12-01 01:15:32 UTC (rev 123307)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=5.5.0
-pkgrel=1
-pkgdesc=Language pack for the Eric IDE
-arch=('any')
-depends=(eric-common=${pkgver})
-url=http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs Czech'
-'de German'
-'en English'
-'es Spanish'
-'fr French'
-'it Italian'
-'pt Portuguese'
-'ru Russian'
-'tr Turkish'
-'zh_CN.GB2312   Chinese (Simplified)')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in ${_languages[@]}; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  _pkgname=eric-i18n-${_locale,,}
-  pkgname+=(${_pkgname})
-  source+=(${_url}/eric5-i18n-${_path}-${pkgver}.tar.gz)
-
-  eval package_${_pkgname}() {
-_package ${_lang}
-  }
-done
-
-_package() {
-  pkgdesc=$2 language pack for Eric IDE
-  install -Dm644 eric5-${pkgver}/eric/i18n/eric5_$1.qm \
- ${pkgdir}/usr/share/qt4/translations//eric5_$1.qm
-}
-
-md5sums=('4b95e8b8f91692583d9cb490c32a3f7e'
- 'c338c933133694d665aa39595a66d7bc'
- '9932eb5b755080ade976b4b71b6c153a'
- '8454e44cfb30f75361660fa058f914c7'
- '468f2eafc4911427557d35a4c4edaf32'
- '16549deb19f110bba73871aa8a462d99'
- '0fbc822559f7238b89267eabbdbf4597'
- '0a409d7728f30b0b36bc32d352ccb996'
- 'cda00b70b6fc0bb487eabe0deea2193c'
- '15e82b749e3953a1fd99cb809f1dbea2')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 123306, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-01 01:15:32 UTC (rev 123307)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=5.5.1
+pkgrel=1
+pkgdesc=Language pack for the Eric IDE
+arch=('any')
+depends=(eric-common=${pkgver})
+url=http://eric-ide.python-projects.org/index.html;
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs Czech'
+'de German'
+'en English'
+'es Spanish'
+'fr French'
+'it Italian'
+'pt Portuguese'
+'ru Russian'
+'tr Turkish'
+'zh_CN.GB2312   Chinese (Simplified)')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in ${_languages[@]}; do
+  _path=${_lang%% *}
+  _locale=${_path%%.*}
+
+  _pkgname=eric-i18n-${_locale,,}
+  pkgname+=(${_pkgname})
+  source+=(${_url}/eric5-i18n-${_path}-${pkgver}.tar.gz)
+
+  eval package_${_pkgname}() {
+_package ${_lang}
+  }
+done
+
+_package() {
+  pkgdesc=$2 language pack for Eric IDE
+  install -Dm644 eric5-${pkgver}/eric/i18n/eric5_$1.qm \
+ ${pkgdir}/usr/share/qt4/translations//eric5_$1.qm
+}
+
+md5sums=('00586b5452d109d2e77e19125b1b3d85'
+ 'f73154c403902a788920831b5fe2c5ab'
+ '30208e16f9bc95c51a4d92ad98f03c87'
+ 'eec4b3f6a0db1fc187614f568ab0a2a5'
+ 'd481b6c353f09802a197adf5a3422fe6'
+ '6fee8af3bc62e70075c79e7248ff3265'
+ 'b881d5013cc986e0f36a1808b6cff83f'
+ '1cc9ff8c5d79b62db28641a9392dc101'
+  

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2014-11-30 Thread Evgeniy Alekseev
Date: Monday, December 1, 2014 @ 02:15:21
  Author: arcanis
Revision: 123306

upgpkg: eric-i18n 5.5.1-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |4 
 PKGBUILD  |   22 +++---
 2 files changed, 15 insertions(+), 11 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2014-12-01 01:09:15 UTC (rev 123305)
+++ ChangeLog   2014-12-01 01:15:21 UTC (rev 123306)
@@ -1,2 +1,6 @@
+5.5.1-1:
+
+upstream update
+
 5.5.0-1:
 upstream update. Create package

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 01:09:15 UTC (rev 123305)
+++ PKGBUILD2014-12-01 01:15:21 UTC (rev 123306)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=5.5.0
+pkgver=5.5.1
 pkgrel=1
 pkgdesc=Language pack for the Eric IDE
 arch=('any')
@@ -47,13 +47,13 @@
  ${pkgdir}/usr/share/qt4/translations//eric5_$1.qm
 }
 
-md5sums=('4b95e8b8f91692583d9cb490c32a3f7e'
- 'c338c933133694d665aa39595a66d7bc'
- '9932eb5b755080ade976b4b71b6c153a'
- '8454e44cfb30f75361660fa058f914c7'
- '468f2eafc4911427557d35a4c4edaf32'
- '16549deb19f110bba73871aa8a462d99'
- '0fbc822559f7238b89267eabbdbf4597'
- '0a409d7728f30b0b36bc32d352ccb996'
- 'cda00b70b6fc0bb487eabe0deea2193c'
- '15e82b749e3953a1fd99cb809f1dbea2')
+md5sums=('00586b5452d109d2e77e19125b1b3d85'
+ 'f73154c403902a788920831b5fe2c5ab'
+ '30208e16f9bc95c51a4d92ad98f03c87'
+ 'eec4b3f6a0db1fc187614f568ab0a2a5'
+ 'd481b6c353f09802a197adf5a3422fe6'
+ '6fee8af3bc62e70075c79e7248ff3265'
+ 'b881d5013cc986e0f36a1808b6cff83f'
+ '1cc9ff8c5d79b62db28641a9392dc101'
+ 'd8142dfe04de69bc10b86f33cb948afd'
+ 'f11d9906b80e3820bfbb2d7ca2d05405')


[arch-commits] Commit in ca-certificates/trunk (PKGBUILD update-ca-trust)

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 03:14:08
  Author: heftig
Revision: 227205

Version with /etc/ssl/certs as symlink, see 
https://bugs.archlinux.org/task/41909

Modified:
  ca-certificates/trunk/PKGBUILD
  ca-certificates/trunk/update-ca-trust

-+
 PKGBUILD|   19 ---
 update-ca-trust |   13 -
 2 files changed, 16 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 01:41:21 UTC (rev 227204)
+++ PKGBUILD2014-12-01 02:14:08 UTC (rev 227205)
@@ -4,7 +4,7 @@
 pkgbase=ca-certificates
 pkgname=(ca-certificates-utils ca-certificates)
 pkgver=20140923
-pkgrel=5
+pkgrel=6.1
 pkgdesc='Common CA certificates'
 arch=('any')
 url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git'
@@ -12,7 +12,7 @@
 depends=('sh' 'p11-kit')
 makedepends=('asciidoc')
 source=(update-ca-trust update-ca-trust.8.txt)
-sha256sums=('3387eb3e03088cfddc3fbb8cfacd3da0307f795a9387f31b69cd02764287399a'
+sha256sums=('2f83a69890b3c7af0dca3d5dbc1eea67d4e6be68029a0977b34cec3bd2c1f56b'
 '52f7067ced3771bfa315e4b2a4d078ba0502b663ed4d87a9a18558e14d4ed99e')
 
 _confdir=/etc/$pkgbase
@@ -33,18 +33,15 @@
install -D update-ca-trust ${pkgdir}/usr/bin/update-ca-trust
install -Dm644 update-ca-trust.8 
${pkgdir}/usr/share/man/man8/update-ca-trust.8
 
+   # Trust source directories
install -d 
${pkgdir}{${_confdir},${_datadir}}/trust-source/{anchors,blacklist}
 
-   _extractdir=${pkgdir}${_confdir}/extracted
-   _ssldir=${pkgdir}/etc/ssl
+   # Directories used by update-ca-trust (aka trust extract-compat)
+   install -d ${pkgdir}/etc/{ssl,${pkgbase}/extracted/{openssl,pem,java}}
 
-   install -d ${_ssldir}/certs/java ${_extractdir}/{openssl,pem,java}
-   ln -sr ${_extractdir}/openssl/ca-bundle.trust.crt 
${_ssldir}/certs/ca-bundle.trust.crt
-   ln -sr ${_extractdir}/pem/tls-ca-bundle.pem ${_ssldir}/cert.pem
-
-   # These are inverted (for now?) to ease upgrading
-   ln -sr ${_ssldir}/certs/ca-certificates.crt 
${_extractdir}/pem/tls-ca-bundle.pem
-   ln -sr ${_ssldir}/certs/java/cacerts ${_extractdir}/java/cacerts 
+   # Contrary to Fedora, the entire /etc/ssl/certs dir is generated
+   ln -srT ${pkgdir}/etc/{${pkgbase}/extracted/openssl,ssl}/certs
+   ln -srT ${pkgdir}/etc/ssl/{certs/ca-certificates.crt,cert.pem}
 }
 
 package_ca-certificates() {

Modified: update-ca-trust
===
--- update-ca-trust 2014-12-01 01:41:21 UTC (rev 227204)
+++ update-ca-trust 2014-12-01 02:14:08 UTC (rev 227205)
@@ -12,11 +12,14 @@
 # OpenSSL PEM bundle that includes trust flags
 # (BEGIN TRUSTED CERTIFICATE)
 trust extract --format=openssl-bundle --filter=certificates --overwrite 
$DEST/openssl/ca-bundle.trust.crt
-#trust extract --format=pem-bundle --filter=ca-anchors --overwrite --purpose 
server-auth $DEST/pem/tls-ca-bundle.pem
+trust extract --format=pem-bundle --filter=ca-anchors --overwrite --purpose 
server-auth $DEST/pem/tls-ca-bundle.pem
 trust extract --format=pem-bundle --filter=ca-anchors --overwrite --purpose 
email $DEST/pem/email-ca-bundle.pem
 trust extract --format=pem-bundle --filter=ca-anchors --overwrite --purpose 
code-signing $DEST/pem/objsign-ca-bundle.pem
-#trust extract --format=java-cacerts --filter=ca-anchors --overwrite --purpose 
server-auth $DEST/java/cacerts
+trust extract --format=java-cacerts --filter=ca-anchors --overwrite --purpose 
server-auth $DEST/java/cacerts
 
-# Make upgrade on Arch smooth, by inverting some locations
-trust extract --format=pem-bundle --filter=ca-anchors --overwrite --purpose 
server-auth /etc/ssl/certs/ca-certificates.crt
-trust extract --format=java-cacerts --filter=ca-anchors --overwrite --purpose 
server-auth /etc/ssl/certs/java/cacerts
+# Arch uses openssl-directory, too
+rm -rf $DEST/openssl/certs
+trust extract --format=openssl-directory --filter=certificates 
$DEST/openssl/certs
+ln -srT $DEST/openssl/ca-bundle.trust.crt 
$DEST/openssl/certs/ca-bundle.trust.crt  
+ln -srT $DEST/pem/tls-ca-bundle.pem $DEST/openssl/certs/ca-certificates.crt
+ln -srT $DEST/java $DEST/openssl/certs/java


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

2014-11-30 Thread Sébastien Luttringer
Date: Monday, December 1, 2014 @ 03:18:40
  Author: seblu
Revision: 123308

upgpkg: lsscsi 0.28-1

Modified:
  lsscsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 01:15:32 UTC (rev 123307)
+++ PKGBUILD2014-12-01 02:18:40 UTC (rev 123308)
@@ -3,7 +3,7 @@
 # Contributor : XAVeRY - los dot danielos at gmail dot com
 
 pkgname=lsscsi
-pkgver=0.27
+pkgver=0.28
 pkgrel=1
 pkgdesc='A tool that lists devices connected via SCSI and its transports'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('sysfsutils')
 source=(http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz;)
-md5sums=('33ab2927a9e567a47905e6a618c17859')
+md5sums=('4a39e3b09cd422e2cae3edbaf56b3176')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-11-30 Thread Sébastien Luttringer
Date: Monday, December 1, 2014 @ 03:24:42
  Author: seblu
Revision: 123309

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-01 02:18:40 UTC (rev 123308)
+++ community-i686/PKGBUILD 2014-12-01 02:24:42 UTC (rev 123309)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor : XAVeRY - los dot danielos at gmail dot com
-
-pkgname=lsscsi
-pkgver=0.27
-pkgrel=1
-pkgdesc='A tool that lists devices connected via SCSI and its transports'
-arch=('i686' 'x86_64')
-url=http://sg.danny.cz/scsi/lsscsi.html;
-license=('GPL')
-depends=('sysfsutils')
-source=(http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz;)
-md5sums=('33ab2927a9e567a47905e6a618c17859')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lsscsi/repos/community-i686/PKGBUILD (from rev 123308, 
lsscsi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-01 02:24:42 UTC (rev 123309)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor : XAVeRY - los dot danielos at gmail dot com
+
+pkgname=lsscsi
+pkgver=0.28
+pkgrel=1
+pkgdesc='A tool that lists devices connected via SCSI and its transports'
+arch=('i686' 'x86_64')
+url=http://sg.danny.cz/scsi/lsscsi.html;
+license=('GPL')
+depends=('sysfsutils')
+source=(http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz;)
+md5sums=('4a39e3b09cd422e2cae3edbaf56b3176')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-01 02:18:40 UTC (rev 123308)
+++ community-x86_64/PKGBUILD   2014-12-01 02:24:42 UTC (rev 123309)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor : XAVeRY - los dot danielos at gmail dot com
-
-pkgname=lsscsi
-pkgver=0.27
-pkgrel=1
-pkgdesc='A tool that lists devices connected via SCSI and its transports'
-arch=('i686' 'x86_64')
-url=http://sg.danny.cz/scsi/lsscsi.html;
-license=('GPL')
-depends=('sysfsutils')
-source=(http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz;)
-md5sums=('33ab2927a9e567a47905e6a618c17859')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lsscsi/repos/community-x86_64/PKGBUILD (from rev 123308, 
lsscsi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-01 02:24:42 UTC (rev 123309)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor : XAVeRY - los dot danielos at gmail dot com
+
+pkgname=lsscsi
+pkgver=0.28
+pkgrel=1
+pkgdesc='A tool that lists devices connected via SCSI and its transports'
+arch=('i686' 'x86_64')
+url=http://sg.danny.cz/scsi/lsscsi.html;
+license=('GPL')
+depends=('sysfsutils')
+source=(http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz;)
+md5sums=('4a39e3b09cd422e2cae3edbaf56b3176')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in ca-certificates/trunk (PKGBUILD update-ca-trust)

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 03:31:07
  Author: heftig
Revision: 227206

Simplify directory layout and make upgrade painless again

Modified:
  ca-certificates/trunk/PKGBUILD
  ca-certificates/trunk/update-ca-trust

-+
 PKGBUILD|   14 +-
 update-ca-trust |   22 +-
 2 files changed, 14 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 02:14:08 UTC (rev 227205)
+++ PKGBUILD2014-12-01 02:31:07 UTC (rev 227206)
@@ -4,7 +4,7 @@
 pkgbase=ca-certificates
 pkgname=(ca-certificates-utils ca-certificates)
 pkgver=20140923
-pkgrel=6.1
+pkgrel=7
 pkgdesc='Common CA certificates'
 arch=('any')
 url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git'
@@ -12,12 +12,9 @@
 depends=('sh' 'p11-kit')
 makedepends=('asciidoc')
 source=(update-ca-trust update-ca-trust.8.txt)
-sha256sums=('2f83a69890b3c7af0dca3d5dbc1eea67d4e6be68029a0977b34cec3bd2c1f56b'
+sha256sums=('a06d6bc3cb7021e7d414f899e481c86f7994fbed3861d3dff184ff516a86157c'
 '52f7067ced3771bfa315e4b2a4d078ba0502b663ed4d87a9a18558e14d4ed99e')
 
-_confdir=/etc/$pkgbase
-_datadir=/usr/share/$pkgbase
-
 build() {
asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt
xsltproc --nonet -o update-ca-trust.8 
/etc/asciidoc/docbook-xsl/manpage.xsl update-ca-trust.8.xml
@@ -34,13 +31,12 @@
install -Dm644 update-ca-trust.8 
${pkgdir}/usr/share/man/man8/update-ca-trust.8
 
# Trust source directories
-   install -d 
${pkgdir}{${_confdir},${_datadir}}/trust-source/{anchors,blacklist}
+   install -d 
${pkgdir}/{etc,usr/share}/${pkgbase}/trust-source/{anchors,blacklist}
 
# Directories used by update-ca-trust (aka trust extract-compat)
-   install -d ${pkgdir}/etc/{ssl,${pkgbase}/extracted/{openssl,pem,java}}
+   install -d ${pkgdir}/etc/{ssl/certs/java,${pkgbase}/extracted}
 
-   # Contrary to Fedora, the entire /etc/ssl/certs dir is generated
-   ln -srT ${pkgdir}/etc/{${pkgbase}/extracted/openssl,ssl}/certs
+   # Contrary to Fedora, the /etc/ssl/certs dir is generated
ln -srT ${pkgdir}/etc/ssl/{certs/ca-certificates.crt,cert.pem}
 }
 

Modified: update-ca-trust
===
--- update-ca-trust 2014-12-01 02:14:08 UTC (rev 227205)
+++ update-ca-trust 2014-12-01 02:31:07 UTC (rev 227206)
@@ -8,18 +8,14 @@
 # files in $DEST.
 
 DEST=/etc/ca-certificates/extracted
+SSL=/etc/ssl/certs
 
-# OpenSSL PEM bundle that includes trust flags
-# (BEGIN TRUSTED CERTIFICATE)
-trust extract --format=openssl-bundle --filter=certificates --overwrite 
$DEST/openssl/ca-bundle.trust.crt
-trust extract --format=pem-bundle --filter=ca-anchors --overwrite --purpose 
server-auth $DEST/pem/tls-ca-bundle.pem
-trust extract --format=pem-bundle --filter=ca-anchors --overwrite --purpose 
email $DEST/pem/email-ca-bundle.pem
-trust extract --format=pem-bundle --filter=ca-anchors --overwrite --purpose 
code-signing $DEST/pem/objsign-ca-bundle.pem
-trust extract --format=java-cacerts --filter=ca-anchors --overwrite --purpose 
server-auth $DEST/java/cacerts
+trust extract --overwrite --format=pem-bundle --filter=ca-anchors --purpose 
server-auth  $DEST/tls-ca-bundle.pem
+trust extract --overwrite --format=pem-bundle --filter=ca-anchors --purpose 
email$DEST/email-ca-bundle.pem
+trust extract --overwrite --format=pem-bundle --filter=ca-anchors --purpose 
code-signing $DEST/objsign-ca-bundle.pem
 
-# Arch uses openssl-directory, too
-rm -rf $DEST/openssl/certs
-trust extract --format=openssl-directory --filter=certificates 
$DEST/openssl/certs
-ln -srT $DEST/openssl/ca-bundle.trust.crt 
$DEST/openssl/certs/ca-bundle.trust.crt  
-ln -srT $DEST/pem/tls-ca-bundle.pem $DEST/openssl/certs/ca-certificates.crt
-ln -srT $DEST/java $DEST/openssl/certs/java
+# Removes all files in /etc/ssl/certs, but not directories or files therein
+trust extract --overwrite --format=openssl-directory --filter=certificates $SSL
+trust extract --overwrite --format=openssl-bundle--filter=certificates 
$SSL/ca-bundle.trust.crt
+trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose 
server-auth $SSL/java/cacerts
+ln -fsrT $DEST/tls-ca-bundle.pem $SSL/ca-certificates.crt


[arch-commits] Commit in ca-certificates/trunk (update-ca-trust.8.txt)

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 03:45:13
  Author: heftig
Revision: 227207

Update docs

Modified:
  ca-certificates/trunk/update-ca-trust.8.txt

---+
 update-ca-trust.8.txt |   44 +++-
 1 file changed, 27 insertions(+), 17 deletions(-)

Modified: update-ca-trust.8.txt
===
--- update-ca-trust.8.txt   2014-12-01 02:31:07 UTC (rev 227206)
+++ update-ca-trust.8.txt   2014-12-01 02:45:13 UTC (rev 227207)
@@ -36,7 +36,7 @@
 feature of Certificate Authority (CA) certificates and associated trust.
 
 The feature is available for new applications that read the
-consolidated configuration files found in the /etc/ca-certificates/extracted 
directory
+consolidated configuration files found in the /etc/ssl/certs or 
/etc/ca-certificates/extracted directories
 or that load the PKCS#11 module p11-kit-trust.so
 
 Parts of the new feature are also provided in a way to make it useful
@@ -52,7 +52,7 @@
 
 In order to enable legacy applications, that read the classic files or 
 access the classic module, to make use of the new consolidated and dynamic 
configuration 
-feature, the classic filenames have been changed to symbolic links.
+feature, some classic filenames have been changed to symbolic links.
 The symbolic links refer to dynamically created and consolidated 
 output stored below the /etc/ca-certificates/extracted directory hierarchy.
 
@@ -143,12 +143,12 @@
 BEGIN/END CERTIFICATE and BEGIN/END TRUSTED CERTIFICATE file formats.
 
 Applications that rely on a static file for a list of trusted CAs
-may load one of the files found in the /etc/ca-certificates/extracted
+may load one of the files found in the /etc/ssl/certs or 
/etc/ca-certificates/extracted
 directory. After modifying any file in the
 /usr/share/ca-certificates/trust-source/ or /etc/ca-certificates/trust-source/
 directories or in any of their subdirectories, or after adding a file, 
 it is necessary to run the 'update-ca-trust extract' command,
-in order to update the consolidated files in /etc/ca-certificates/extracted/ .
+in order to update the consolidated files in /etc/ssl/certs or 
/etc/ca-certificates/extracted/ .
 
 Applications that load the classic PKCS#11 module using filename libnssckbi.so 
 (which has been converted into a symbolic link pointing to the new module)
@@ -161,7 +161,7 @@
 [[extractconf]]
 EXTRACTED CONFIGURATION
 ---
-The directory /etc/ca-certificates/extracted/ contains generated CA 
certificate 
+The directories /etc/ssl/certs and /etc/ca-certificates/extracted/ contains 
generated CA certificate 
 bundle files which are created and updated, based on the sourceconf,SOURCE 
CONFIGURATION 
 by running the 'update-ca-trust extract' command.
 
@@ -169,7 +169,7 @@
 then you can use these files in your application to load a list of global
 root CA certificates.
 
-Please never manually edit the files stored in this directory,
+Please never manually edit the files stored in these directories,
 because your changes will be lost and the files automatically overwritten,
 each time the 'update-ca-trust extract' command gets executed.
 
@@ -178,19 +178,19 @@
 /usr/share/ca-certificates/trust-source/ or /etc/ca-certificates/trust-source/
 directories, as described in the sourceconf,SOURCE CONFIGURATION section.
 
-The directory /etc/ca-certificates/extracted/java/ contains 
+The directory /etc/ssl/certs/java contains 
 a CA certificate bundle in the java keystore file format.
 Distrust information cannot be represented in this file format,
 and distrusted certificates are missing from these files.
 File cacerts contains CA certificates trusted for TLS server authentication.
 
-The directory /etc/ca-certificates/extracted/openssl/ contains 
-CA certificate bundle files in the extended BEGIN/END TRUSTED CERTIFICATE file 
format, 
+The directory /etc/ssl/certs contains a OpenSSL-cadir-style hash farm, as well 
+as a ca-bundle.trust.crt bundle file in the extended BEGIN/END TRUSTED 
CERTIFICATE file format, 
 as described in the x509(1) manual page.
-File ca-bundle.trust.crt contains the full set of all trusted
+The dir or the bundle contain the full set of all trusted
 or distrusted certificates, including the associated trust flags.
 
-The directory /etc/ca-certificates/extracted/pem/ contains 
+The directory /etc/ca-certificates/extracted contains 
 CA certificate bundle files in the simple BEGIN/END CERTIFICATE file format, 
 as decribed in the x509(1) manual page.
 Distrust information cannot be represented in this file format,
@@ -213,21 +213,31 @@
 *extract*::
 Instruct update-ca-trust to scan the sourceconf,SOURCE CONFIGURATION 
and produce 
 updated versions of the consolidated configuration files stored below
-the /etc/ca-certificates/extracted directory hierarchy.
+the /etc/ssl/certs and /etc/ca-certificates/extracted directory 
+hierarchies.
 
 FILES
 

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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 03:45:31
  Author: heftig
Revision: 227208

And the hash.

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 02:45:13 UTC (rev 227207)
+++ PKGBUILD2014-12-01 02:45:31 UTC (rev 227208)
@@ -13,7 +13,7 @@
 makedepends=('asciidoc')
 source=(update-ca-trust update-ca-trust.8.txt)
 sha256sums=('a06d6bc3cb7021e7d414f899e481c86f7994fbed3861d3dff184ff516a86157c'
-'52f7067ced3771bfa315e4b2a4d078ba0502b663ed4d87a9a18558e14d4ed99e')
+'7af2db7a7886716120e474cb10abb676138bb9c93cd7b98d25baace3df6c7376')
 
 build() {
asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt


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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 03:47:18
  Author: heftig
Revision: 227209

trust extract makes everything it generates 0555

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 02:45:31 UTC (rev 227208)
+++ PKGBUILD2014-12-01 02:47:18 UTC (rev 227209)
@@ -37,6 +37,7 @@
install -d ${pkgdir}/etc/{ssl/certs/java,${pkgbase}/extracted}
 
# Contrary to Fedora, the /etc/ssl/certs dir is generated
+   chmod 0555 ${pkgdir}/etc/ssl/certs
ln -srT ${pkgdir}/etc/ssl/{certs/ca-certificates.crt,cert.pem}
 }
 


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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 03:50:02
  Author: heftig
Revision: 227211

And the hash (sigh).

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 02:49:42 UTC (rev 227210)
+++ PKGBUILD2014-12-01 02:50:02 UTC (rev 227211)
@@ -12,7 +12,7 @@
 depends=('sh' 'p11-kit')
 makedepends=('asciidoc')
 source=(update-ca-trust update-ca-trust.8.txt)
-sha256sums=('a06d6bc3cb7021e7d414f899e481c86f7994fbed3861d3dff184ff516a86157c'
+sha256sums=('28d0f8469e022889d2fa3c92a57fb51a5fdff4715cb899de6cf4b374fecd2270'
 '7af2db7a7886716120e474cb10abb676138bb9c93cd7b98d25baace3df6c7376')
 
 build() {


[arch-commits] Commit in ca-certificates/trunk (PKGBUILD update-ca-trust)

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 03:49:42
  Author: heftig
Revision: 227210

Turn the mode around again

Modified:
  ca-certificates/trunk/PKGBUILD
  ca-certificates/trunk/update-ca-trust

-+
 PKGBUILD|1 -
 update-ca-trust |6 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 02:47:18 UTC (rev 227209)
+++ PKGBUILD2014-12-01 02:49:42 UTC (rev 227210)
@@ -37,7 +37,6 @@
install -d ${pkgdir}/etc/{ssl/certs/java,${pkgbase}/extracted}
 
# Contrary to Fedora, the /etc/ssl/certs dir is generated
-   chmod 0555 ${pkgdir}/etc/ssl/certs
ln -srT ${pkgdir}/etc/ssl/{certs/ca-certificates.crt,cert.pem}
 }
 

Modified: update-ca-trust
===
--- update-ca-trust 2014-12-01 02:47:18 UTC (rev 227209)
+++ update-ca-trust 2014-12-01 02:49:42 UTC (rev 227210)
@@ -16,6 +16,10 @@
 
 # Removes all files in /etc/ssl/certs, but not directories or files therein
 trust extract --overwrite --format=openssl-directory --filter=certificates $SSL
-trust extract --overwrite --format=openssl-bundle--filter=certificates 
$SSL/ca-bundle.trust.crt
+
+# 'trust extract' makes everything it generated mode 0555; let's not do that 
for the directory
+chmod 0755 $SSL
+
+trust extract --overwrite --format=openssl-bundle --filter=certificates 
$SSL/ca-bundle.trust.crt
 trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose 
server-auth $SSL/java/cacerts
 ln -fsrT $DEST/tls-ca-bundle.pem $SSL/ca-certificates.crt


[arch-commits] Commit in ca-certificates/trunk (PKGBUILD update-ca-trust.8.txt)

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 03:55:53
  Author: heftig
Revision: 227212

Less noise in the manpage

Modified:
  ca-certificates/trunk/PKGBUILD
  ca-certificates/trunk/update-ca-trust.8.txt

---+
 PKGBUILD  |2 +-
 update-ca-trust.8.txt |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 02:50:02 UTC (rev 227211)
+++ PKGBUILD2014-12-01 02:55:53 UTC (rev 227212)
@@ -13,7 +13,7 @@
 makedepends=('asciidoc')
 source=(update-ca-trust update-ca-trust.8.txt)
 sha256sums=('28d0f8469e022889d2fa3c92a57fb51a5fdff4715cb899de6cf4b374fecd2270'
-'7af2db7a7886716120e474cb10abb676138bb9c93cd7b98d25baace3df6c7376')
+'554362b104d7534576c804541f6282829ba8596308afa1c02a09874e6fb2d58b')
 
 build() {
asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt

Modified: update-ca-trust.8.txt
===
--- update-ca-trust.8.txt   2014-12-01 02:50:02 UTC (rev 227211)
+++ update-ca-trust.8.txt   2014-12-01 02:55:53 UTC (rev 227212)
@@ -74,11 +74,11 @@
 the correct subdirectory for adding files, as the subdirectory defines how 
 contained certificates will be trusted or distrusted, and which file formats 
are read.*
 
-Files in *subdirectories below the directory hierarchy 
/usr/share/ca-certificates/trust-source/* contain CA certificates and 
+Files in subdirectories below the directory hierarchy 
/usr/share/ca-certificates/trust-source/ contain CA certificates and 
 trust settings in the PEM file format. The trust settings found here will be
 interpreted with a *low priority*.
 
-Files in *subdirectories below the directory hierarchy 
/etc/ca-certificates/trust-source/* contain CA certificates and 
+Files in subdirectories below the directory hierarchy 
/etc/ca-certificates/trust-source/ contain CA certificates and 
 trust settings in the PEM file format. The trust settings found here will be
 interpreted with a *high priority*.
 


[arch-commits] Commit in ca-certificates/repos/testing-any (8 files)

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 04:00:07
  Author: heftig
Revision: 227213

archrelease: copy trunk to testing-any

Added:
  ca-certificates/repos/testing-any/PKGBUILD
(from rev 227212, ca-certificates/trunk/PKGBUILD)
  ca-certificates/repos/testing-any/ca-certificates-utils.install
(from rev 227212, ca-certificates/trunk/ca-certificates-utils.install)
  ca-certificates/repos/testing-any/update-ca-trust
(from rev 227212, ca-certificates/trunk/update-ca-trust)
  ca-certificates/repos/testing-any/update-ca-trust.8.txt
(from rev 227212, ca-certificates/trunk/update-ca-trust.8.txt)
Deleted:
  ca-certificates/repos/testing-any/PKGBUILD
  ca-certificates/repos/testing-any/ca-certificates-utils.install
  ca-certificates/repos/testing-any/update-ca-trust
  ca-certificates/repos/testing-any/update-ca-trust.8.txt

---+
 PKGBUILD  |  103 +++-
 ca-certificates-utils.install |   90 +++
 update-ca-trust   |   47 ++-
 update-ca-trust.8.txt |  500 
 4 files changed, 373 insertions(+), 367 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-01 02:55:53 UTC (rev 227212)
+++ PKGBUILD2014-12-01 03:00:07 UTC (rev 227213)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=ca-certificates
-pkgname=(ca-certificates-utils ca-certificates)
-pkgver=20140923
-pkgrel=5
-pkgdesc='Common CA certificates'
-arch=('any')
-url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git'
-license=('GPL2')
-depends=('sh' 'p11-kit')
-makedepends=('asciidoc')
-source=(update-ca-trust update-ca-trust.8.txt)
-sha256sums=('3387eb3e03088cfddc3fbb8cfacd3da0307f795a9387f31b69cd02764287399a'
-'52f7067ced3771bfa315e4b2a4d078ba0502b663ed4d87a9a18558e14d4ed99e')
-
-_confdir=/etc/$pkgbase
-_datadir=/usr/share/$pkgbase
-
-build() {
-   asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt
-   xsltproc --nonet -o update-ca-trust.8 
/etc/asciidoc/docbook-xsl/manpage.xsl update-ca-trust.8.xml
-}
-
-package_ca-certificates-utils() {
-   pkgdesc+= (utilities)
-   install=ca-certificates-utils.install
-   provides=(ca-certificates ca-certificates-java)
-   conflicts=(ca-certificates-java)
-   replaces=(ca-certificates-java)
-
-   install -D update-ca-trust ${pkgdir}/usr/bin/update-ca-trust
-   install -Dm644 update-ca-trust.8 
${pkgdir}/usr/share/man/man8/update-ca-trust.8
-
-   install -d 
${pkgdir}{${_confdir},${_datadir}}/trust-source/{anchors,blacklist}
-
-   _extractdir=${pkgdir}${_confdir}/extracted
-   _ssldir=${pkgdir}/etc/ssl
-
-   install -d ${_ssldir}/certs/java ${_extractdir}/{openssl,pem,java}
-   ln -sr ${_extractdir}/openssl/ca-bundle.trust.crt 
${_ssldir}/certs/ca-bundle.trust.crt
-   ln -sr ${_extractdir}/pem/tls-ca-bundle.pem ${_ssldir}/cert.pem
-
-   # These are inverted (for now?) to ease upgrading
-   ln -sr ${_ssldir}/certs/ca-certificates.crt 
${_extractdir}/pem/tls-ca-bundle.pem
-   ln -sr ${_ssldir}/certs/java/cacerts ${_extractdir}/java/cacerts 
-}
-
-package_ca-certificates() {
-   pkgdesc+= (default providers)
-   depends=(ca-certificates-{mozilla,cacert})
-}
-
-# vim:set noet ts=8 sw=8:

Copied: ca-certificates/repos/testing-any/PKGBUILD (from rev 227212, 
ca-certificates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-01 03:00:07 UTC (rev 227213)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=ca-certificates
+pkgname=(ca-certificates-utils ca-certificates)
+pkgver=20140923
+pkgrel=7
+pkgdesc='Common CA certificates'
+arch=('any')
+url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git'
+license=('GPL2')
+depends=('sh' 'p11-kit')
+makedepends=('asciidoc')
+source=(update-ca-trust update-ca-trust.8.txt)
+sha256sums=('28d0f8469e022889d2fa3c92a57fb51a5fdff4715cb899de6cf4b374fecd2270'
+'554362b104d7534576c804541f6282829ba8596308afa1c02a09874e6fb2d58b')
+
+build() {
+   asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt
+   xsltproc --nonet -o update-ca-trust.8 
/etc/asciidoc/docbook-xsl/manpage.xsl update-ca-trust.8.xml
+}
+
+package_ca-certificates-utils() {
+   pkgdesc+= (utilities)
+   install=ca-certificates-utils.install
+   provides=(ca-certificates ca-certificates-java)
+   conflicts=(ca-certificates-java)
+   replaces=(ca-certificates-java)
+
+   install -D update-ca-trust ${pkgdir}/usr/bin/update-ca-trust
+   install -Dm644 update-ca-trust.8 
${pkgdir}/usr/share/man/man8/update-ca-trust.8
+
+   # Trust source directories
+   install -d 
${pkgdir}/{etc,usr/share}/${pkgbase}/trust-source/{anchors,blacklist}
+
+   # Directories used by update-ca-trust (aka trust extract-compat)
+  

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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 04:14:03
  Author: heftig
Revision: 227214

Update install message

Modified:
  ca-certificates/trunk/PKGBUILD
  ca-certificates/trunk/ca-certificates-utils.install

---+
 PKGBUILD  |2 +-
 ca-certificates-utils.install |6 ++
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 03:00:07 UTC (rev 227213)
+++ PKGBUILD2014-12-01 03:14:03 UTC (rev 227214)
@@ -4,7 +4,7 @@
 pkgbase=ca-certificates
 pkgname=(ca-certificates-utils ca-certificates)
 pkgver=20140923
-pkgrel=7
+pkgrel=7.1
 pkgdesc='Common CA certificates'
 arch=('any')
 url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git'

Modified: ca-certificates-utils.install
===
--- ca-certificates-utils.install   2014-12-01 03:00:07 UTC (rev 227213)
+++ ca-certificates-utils.install   2014-12-01 03:14:03 UTC (rev 227214)
@@ -20,7 +20,7 @@
 post_upgrade() {
usr/bin/update-ca-trust
 
-   if (( $(vercmp $2 20140923-2)  0 )); then
+   if (( $(vercmp $2 20140923-7.1)  0 )); then
cat MSG
   The way local CA certificates are handled has changed.
   If you have any:
@@ -28,10 +28,8 @@
   1. Move /usr/local/share/ca-certificates/*.crt to
  /etc/ca-certificates/trust-source/anchors/
   2. Do the same with all manually-added /etc/ssl/certs/*.pem files
- (and rename those to *.crt)
+ and rename them to *.crt
   3. Instead of \`update-ca-certificates\`, run \`update-ca-trust\`
-  4. In programs that have settings like ca_dir = /etc/ssl/certs,
- change them to ca_file = /etc/ssl/certs/ca-certificates.crt
 
   Also see \`man 8 update-ca-trust\` and \`trust --help\`.
 MSG


[arch-commits] Commit in ca-certificates/repos/testing-any (8 files)

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 04:15:58
  Author: heftig
Revision: 227215

archrelease: copy trunk to testing-any

Added:
  ca-certificates/repos/testing-any/PKGBUILD
(from rev 227214, ca-certificates/trunk/PKGBUILD)
  ca-certificates/repos/testing-any/ca-certificates-utils.install
(from rev 227214, ca-certificates/trunk/ca-certificates-utils.install)
  ca-certificates/repos/testing-any/update-ca-trust
(from rev 227214, ca-certificates/trunk/update-ca-trust)
  ca-certificates/repos/testing-any/update-ca-trust.8.txt
(from rev 227214, ca-certificates/trunk/update-ca-trust.8.txt)
Deleted:
  ca-certificates/repos/testing-any/PKGBUILD
  ca-certificates/repos/testing-any/ca-certificates-utils.install
  ca-certificates/repos/testing-any/update-ca-trust
  ca-certificates/repos/testing-any/update-ca-trust.8.txt

---+
 PKGBUILD  |   96 +++
 ca-certificates-utils.install |   88 +++---
 update-ca-trust   |   50 +--
 update-ca-trust.8.txt |  510 
 4 files changed, 371 insertions(+), 373 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-01 03:14:03 UTC (rev 227214)
+++ PKGBUILD2014-12-01 03:15:58 UTC (rev 227215)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=ca-certificates
-pkgname=(ca-certificates-utils ca-certificates)
-pkgver=20140923
-pkgrel=7
-pkgdesc='Common CA certificates'
-arch=('any')
-url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git'
-license=('GPL2')
-depends=('sh' 'p11-kit')
-makedepends=('asciidoc')
-source=(update-ca-trust update-ca-trust.8.txt)
-sha256sums=('28d0f8469e022889d2fa3c92a57fb51a5fdff4715cb899de6cf4b374fecd2270'
-'554362b104d7534576c804541f6282829ba8596308afa1c02a09874e6fb2d58b')
-
-build() {
-   asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt
-   xsltproc --nonet -o update-ca-trust.8 
/etc/asciidoc/docbook-xsl/manpage.xsl update-ca-trust.8.xml
-}
-
-package_ca-certificates-utils() {
-   pkgdesc+= (utilities)
-   install=ca-certificates-utils.install
-   provides=(ca-certificates ca-certificates-java)
-   conflicts=(ca-certificates-java)
-   replaces=(ca-certificates-java)
-
-   install -D update-ca-trust ${pkgdir}/usr/bin/update-ca-trust
-   install -Dm644 update-ca-trust.8 
${pkgdir}/usr/share/man/man8/update-ca-trust.8
-
-   # Trust source directories
-   install -d 
${pkgdir}/{etc,usr/share}/${pkgbase}/trust-source/{anchors,blacklist}
-
-   # Directories used by update-ca-trust (aka trust extract-compat)
-   install -d ${pkgdir}/etc/{ssl/certs/java,${pkgbase}/extracted}
-
-   # Contrary to Fedora, the /etc/ssl/certs dir is generated
-   ln -srT ${pkgdir}/etc/ssl/{certs/ca-certificates.crt,cert.pem}
-}
-
-package_ca-certificates() {
-   pkgdesc+= (default providers)
-   depends=(ca-certificates-{mozilla,cacert})
-}
-
-# vim:set noet ts=8 sw=8:

Copied: ca-certificates/repos/testing-any/PKGBUILD (from rev 227214, 
ca-certificates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-01 03:15:58 UTC (rev 227215)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=ca-certificates
+pkgname=(ca-certificates-utils ca-certificates)
+pkgver=20140923
+pkgrel=7.1
+pkgdesc='Common CA certificates'
+arch=('any')
+url='http://pkgs.fedoraproject.org/cgit/ca-certificates.git'
+license=('GPL2')
+depends=('sh' 'p11-kit')
+makedepends=('asciidoc')
+source=(update-ca-trust update-ca-trust.8.txt)
+sha256sums=('28d0f8469e022889d2fa3c92a57fb51a5fdff4715cb899de6cf4b374fecd2270'
+'554362b104d7534576c804541f6282829ba8596308afa1c02a09874e6fb2d58b')
+
+build() {
+   asciidoc.py -v -d manpage -b docbook update-ca-trust.8.txt
+   xsltproc --nonet -o update-ca-trust.8 
/etc/asciidoc/docbook-xsl/manpage.xsl update-ca-trust.8.xml
+}
+
+package_ca-certificates-utils() {
+   pkgdesc+= (utilities)
+   install=ca-certificates-utils.install
+   provides=(ca-certificates ca-certificates-java)
+   conflicts=(ca-certificates-java)
+   replaces=(ca-certificates-java)
+
+   install -D update-ca-trust ${pkgdir}/usr/bin/update-ca-trust
+   install -Dm644 update-ca-trust.8 
${pkgdir}/usr/share/man/man8/update-ca-trust.8
+
+   # Trust source directories
+   install -d 
${pkgdir}/{etc,usr/share}/${pkgbase}/trust-source/{anchors,blacklist}
+
+   # Directories used by update-ca-trust (aka trust extract-compat)
+   install -d ${pkgdir}/etc/{ssl/certs/java,${pkgbase}/extracted}
+
+   # Contrary to Fedora, the /etc/ssl/certs dir is generated
+   ln -srT ${pkgdir}/etc/ssl/{certs/ca-certificates.crt,cert.pem}
+}
+
+package_ca-certificates() {
+   pkgdesc+= (default providers)
+   

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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:07:01
  Author: heftig
Revision: 227216

1.3.11

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 03:15:58 UTC (rev 227215)
+++ PKGBUILD2014-12-01 05:07:01 UTC (rev 227216)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=deluge
-pkgver=1.3.10
+pkgver=1.3.11
 pkgrel=1
 pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
 arch=('any')
@@ -20,7 +20,7 @@
 install=deluge.install
 source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
 deluged.service deluge-web.service)
-md5sums=('94de62c6cc964b847ff9983461eb28e4'
+md5sums=('49f9f5fc751d49ddd415f02123de77a8'
  '17f51ac9a90f0dc41a20291444a7489b'
  '2a73f62c04e8b147c731fbb50666e846')
 


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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:07:46
  Author: heftig
Revision: 227217

3.14.2

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 05:07:01 UTC (rev 227216)
+++ PKGBUILD2014-12-01 05:07:46 UTC (rev 227217)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.14.1
+pkgver=3.14.2
 pkgrel=1
 pkgdesc=GNOME file manager
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('f7b15bb8a4aa244ad231f235c97f66ac184d96c4ff809798a6256e37addd2bac')
+sha256sums=('b2c9e13ba896a15101abf5d5fe30e291243e6030e0c84e8eb5df1e7bd90c10a5')
 
 prepare() {
   cd $pkgbase-$pkgver


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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:08:39
  Author: heftig
Revision: 227218

1.14

Modified:
  libteam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 05:07:46 UTC (rev 227217)
+++ PKGBUILD2014-12-01 05:08:39 UTC (rev 227218)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libteam
-pkgver=1.11
+pkgver=1.14
 pkgrel=1
 pkgdesc=Library for controlling team network device
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(libnl libdaemon jansson libdbus bash)
 makedepends=(python python2 swig)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('b89e81258f8a8f4abd718ec1c91f85cb66d4d29e4d50095a3d2a4ffd8ce4bf7a')
+sha256sums=('294cdabd85cddfeac304ecbd4f331ef3f9afbf03f8b8ef7bb3a9c5827ab22d97')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:10:05
  Author: heftig
Revision: 227219

3.14.0

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 05:08:39 UTC (rev 227218)
+++ PKGBUILD2014-12-01 05:10:05 UTC (rev 227219)
@@ -3,16 +3,16 @@
 
 pkgname=libwnck3
 _pkgbasename=libwnck
-pkgver=3.4.9
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=Window Navigator Construction Kit (GTK+3)
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'python2')
 url=http://www.gnome.org/;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
+sha256sums=('f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c')
 
 build() {
 cd $_pkgbasename-$pkgver


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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:10:21
  Author: heftig
Revision: 227220

3.12.2

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 05:10:05 UTC (rev 227219)
+++ PKGBUILD2014-12-01 05:10:21 UTC (rev 227220)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=meld
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
@@ -17,7 +17,7 @@
  gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('c46ecab903bad2ece5c5031a624b545c7dcdb486')
+sha1sums=('693ae87bcd0080d938d16197c3d46ffe1a4de42d')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.


[arch-commits] Commit in deluge/repos/extra-any (8 files)

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:11:27
  Author: heftig
Revision: 227221

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 227220, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 227220, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 227220, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 227220, deluge/trunk/deluged.service)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service

+
 PKGBUILD   |   92 +--
 deluge-web.service |   20 +--
 deluge.install |   44 
 deluged.service|   22 ++--
 4 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-01 05:10:21 UTC (rev 227220)
+++ PKGBUILD2014-12-01 05:11:27 UTC (rev 227221)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=deluge
-pkgver=1.3.10
-pkgrel=1
-pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
-arch=('any')
-url=http://deluge-torrent.org/;
-license=('GPL3')
-depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
- python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
-deluged.service deluge-web.service)
-md5sums=('94de62c6cc964b847ff9983461eb28e4'
- '17f51ac9a90f0dc41a20291444a7489b'
- '2a73f62c04e8b147c731fbb50666e846')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 ../deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
-  install -Dm644 ../deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
-
-  install -d $pkgdir/srv
-  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 227220, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-01 05:11:27 UTC (rev 227221)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=deluge
+pkgver=1.3.11
+pkgrel=1
+pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
+arch=('any')
+url=http://deluge-torrent.org/;
+license=('GPL3')
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
+deluged.service deluge-web.service)
+md5sums=('49f9f5fc751d49ddd415f02123de77a8'
+ '17f51ac9a90f0dc41a20291444a7489b'
+ '2a73f62c04e8b147c731fbb50666e846')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s/python$/2/' deluge/ui/Win32IconImagePlugin.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 ../deluged.service 
$pkgdir/usr/lib/systemd/system/deluged.service
+  install -Dm644 ../deluge-web.service 
$pkgdir/usr/lib/systemd/system/deluge-web.service
+
+  install -d $pkgdir/srv
+  install -d -m 775 -o 125 -g 125 $pkgdir/srv/deluge
+}

Deleted: deluge-web.service
===
--- deluge-web.service  2014-12-01 05:10:21 UTC (rev 227220)
+++ deluge-web.service  2014-12-01 05:11:27 UTC (rev 227221)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Deluge WebUI
-After=deluged.service
-
-[Service]
-User=deluge
-ExecStart=/usr/bin/deluge-web
-
-[Install]
-WantedBy=multi-user.target

Copied: deluge/repos/extra-any/deluge-web.service (from rev 227220, 
deluge/trunk/deluge-web.service)

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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:13:08
  Author: heftig
Revision: 227222

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

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

---+
 /PKGBUILD |  110 
 /nautilus.install |   28 ++
 extra-i686/PKGBUILD   |   55 
 extra-i686/nautilus.install   |   14 -
 extra-x86_64/PKGBUILD |   55 
 extra-x86_64/nautilus.install |   14 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-01 05:11:27 UTC (rev 227221)
+++ extra-i686/PKGBUILD 2014-12-01 05:13:08 UTC (rev 227222)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.14.1
-pkgrel=1
-pkgdesc=GNOME file manager
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
- libtracker-sparql libnotify nautilus-sendto)
-makedepends=(intltool gobject-introspection python python2 packagekit)
-url=http://www.gnome.org;
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('f7b15bb8a4aa244ad231f235c97f66ac184d96c4ff809798a6256e37addd2bac')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nautilus \
-  --disable-update-mimedb \
-  --disable-schemas-compile
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-  install=nautilus.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-### Split libnautilus-extension
-  cd ..
-  mkdir -p n-e/usr/{lib,share}
-  mv $pkgdir/usr/include n-e/usr
-  mv $pkgdir/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
-  mv $pkgdir/usr/lib/libnautilus-extension.so* n-e/usr/lib
-  mv $pkgdir/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc=Library for extending the $pkgdesc
-  depends=(gtk3)
-
-  mv n-e/* $pkgdir
-}

Copied: nautilus/repos/extra-i686/PKGBUILD (from rev 227221, 
nautilus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-01 05:13:08 UTC (rev 227222)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.14.2
+pkgrel=1
+pkgdesc=GNOME file manager
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python python2 packagekit)
+url=http://www.gnome.org;
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b2c9e13ba896a15101abf5d5fe30e291243e6030e0c84e8eb5df1e7bd90c10a5')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv $pkgdir/usr/include n-e/usr
+  mv $pkgdir/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv $pkgdir/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv $pkgdir/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc=Library for extending the $pkgdesc
+  depends=(gtk3)
+
+  mv n-e/* $pkgdir
+}

Deleted: extra-i686/nautilus.install
===
--- extra-i686/nautilus.install 2014-12-01 05:11:27 UTC (rev 227221)
+++ extra-i686/nautilus.install 2014-12-01 05:13:08 UTC (rev 227222)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  

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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:14:04
  Author: heftig
Revision: 227223

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-01 05:13:08 UTC (rev 227222)
+++ extra-i686/PKGBUILD 2014-12-01 05:14:04 UTC (rev 227223)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libteam
-pkgver=1.11
-pkgrel=1
-pkgdesc=Library for controlling team network device
-arch=(i686 x86_64)
-url=http://libteam.org/;
-license=(LGPL2.1)
-depends=(libnl libdaemon jansson libdbus bash)
-makedepends=(python python2 swig)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('b89e81258f8a8f4abd718ec1c91f85cb66d4d29e4d50095a3d2a4ffd8ce4bf7a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-
-  cp -aT binding/python binding/python2
-
-  cd binding/python
-  python  ./setup.py build
-  cd ../python2
-  python2 ./setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 teamd/redhat/systemd/teamd@.service \
-$pkgdir/usr/lib/systemd/system/teamd@.service
-  install -Dm644 teamd/dbus/teamd.conf \
-$pkgdir/etc/dbus-1/system.d/teamd.conf
-
-  cd binding/python
-  python  ./setup.py install --root $pkgdir -O1
-  cd ../python2
-  python2 ./setup.py install --root $pkgdir -O1
-}

Copied: libteam/repos/extra-i686/PKGBUILD (from rev 227222, 
libteam/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-01 05:14:04 UTC (rev 227223)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libteam
+pkgver=1.14
+pkgrel=1
+pkgdesc=Library for controlling team network device
+arch=(i686 x86_64)
+url=http://libteam.org/;
+license=(LGPL2.1)
+depends=(libnl libdaemon jansson libdbus bash)
+makedepends=(python python2 swig)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('294cdabd85cddfeac304ecbd4f331ef3f9afbf03f8b8ef7bb3a9c5827ab22d97')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  make
+
+  cp -aT binding/python binding/python2
+
+  cd binding/python
+  python  ./setup.py build
+  cd ../python2
+  python2 ./setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 teamd/redhat/systemd/teamd@.service \
+$pkgdir/usr/lib/systemd/system/teamd@.service
+  install -Dm644 teamd/dbus/teamd.conf \
+$pkgdir/etc/dbus-1/system.d/teamd.conf
+
+  cd binding/python
+  python  ./setup.py install --root $pkgdir -O1
+  cd ../python2
+  python2 ./setup.py install --root $pkgdir -O1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-01 05:13:08 UTC (rev 227222)
+++ extra-x86_64/PKGBUILD   2014-12-01 05:14:04 UTC (rev 227223)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libteam
-pkgver=1.11
-pkgrel=1
-pkgdesc=Library for controlling team network device
-arch=(i686 x86_64)
-url=http://libteam.org/;
-license=(LGPL2.1)
-depends=(libnl libdaemon jansson libdbus bash)
-makedepends=(python python2 swig)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('b89e81258f8a8f4abd718ec1c91f85cb66d4d29e4d50095a3d2a4ffd8ce4bf7a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-
-  cp -aT binding/python binding/python2
-
-  cd binding/python
-  python  ./setup.py build
-  cd ../python2
-  python2 ./setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 teamd/redhat/systemd/teamd@.service \
-$pkgdir/usr/lib/systemd/system/teamd@.service
-  install -Dm644 teamd/dbus/teamd.conf \
-$pkgdir/etc/dbus-1/system.d/teamd.conf
-
-  cd binding/python
-  python  ./setup.py install --root $pkgdir -O1
-  cd 

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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:15:01
  Author: heftig
Revision: 227224

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-01 05:14:04 UTC (rev 227223)
+++ extra-i686/PKGBUILD 2014-12-01 05:15:01 UTC (rev 227224)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.9
-pkgrel=1
-pkgdesc=Window Navigator Construction Kit (GTK+3)
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-url=http://www.gnome.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: libwnck3/repos/extra-i686/PKGBUILD (from rev 227223, 
libwnck3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-01 05:15:01 UTC (rev 227224)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Window Navigator Construction Kit (GTK+3)
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+url=http://www.gnome.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-01 05:14:04 UTC (rev 227223)
+++ extra-x86_64/PKGBUILD   2014-12-01 05:15:01 UTC (rev 227224)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=libwnck3
-_pkgbasename=libwnck
-pkgver=3.4.9
-pkgrel=1
-pkgdesc=Window Navigator Construction Kit (GTK+3)
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'startup-notification' 'libxres')
-makedepends=('intltool' 'gobject-introspection')
-url=http://www.gnome.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: libwnck3/repos/extra-x86_64/PKGBUILD (from rev 227223, 
libwnck3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-01 05:15:01 UTC (rev 227224)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Window Navigator Construction Kit (GTK+3)
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+url=http://www.gnome.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}


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

2014-11-30 Thread Jan Steffens
Date: Monday, December 1, 2014 @ 06:15:45
  Author: heftig
Revision: 227225

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 227224, meld/trunk/PKGBUILD)
  meld/repos/extra-any/meld.install
(from rev 227224, meld/trunk/meld.install)
Deleted:
  meld/repos/extra-any/PKGBUILD
  meld/repos/extra-any/meld.install

--+
 PKGBUILD |   70 -
 meld.install |   28 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-01 05:15:01 UTC (rev 227224)
+++ PKGBUILD2014-12-01 05:15:45 UTC (rev 227225)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=meld
-pkgver=3.12.1
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-install=meld.install
-depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
- gsettings-desktop-schemas)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('c46ecab903bad2ece5c5031a624b545c7dcdb486')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root=$pkgdir --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 227224, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-01 05:15:45 UTC (rev 227225)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=meld
+pkgver=3.12.2
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+install=meld.install
+depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
+ gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('693ae87bcd0080d938d16197c3d46ffe1a4de42d')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root=$pkgdir --optimize=1
+}

Deleted: meld.install
===
--- meld.install2014-12-01 05:15:01 UTC (rev 227224)
+++ meld.install2014-12-01 05:15:45 UTC (rev 227225)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: meld/repos/extra-any/meld.install (from rev 227224, 
meld/trunk/meld.install)
===
--- meld.install(rev 0)
+++ meld.install2014-12-01 05:15:45 UTC (rev 227225)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-11-30 Thread Bartłomiej Piotrowski
Date: Monday, December 1, 2014 @ 07:02:41
  Author: bpiotrowski
Revision: 227226

upgpkg: ffmpeg 1:2.4.4-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 05:15:45 UTC (rev 227225)
+++ PKGBUILD2014-12-01 06:02:41 UTC (rev 227226)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -20,7 +20,7 @@
 )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('8da635baff57d7ab704b1daca5a99b47'
+md5sums=('7e2819c71484ffba1ba1a91dd5285643'
  'SKIP')
 
 build() {


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

2014-11-30 Thread Bartłomiej Piotrowski
Date: Monday, December 1, 2014 @ 07:02:58
  Author: bpiotrowski
Revision: 227227

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-01 06:02:41 UTC (rev 227226)
+++ extra-i686/PKGBUILD 2014-12-01 06:02:58 UTC (rev 227227)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.4.3
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
-)
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('8da635baff57d7ab704b1daca5a99b47'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 227226, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-01 06:02:58 UTC (rev 227227)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.4.4
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+)
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('7e2819c71484ffba1ba1a91dd5285643'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+

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

2014-11-30 Thread Bartłomiej Piotrowski
Date: Monday, December 1, 2014 @ 07:09:58
  Author: bpiotrowski
Revision: 123311

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 123310, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-01 06:09:50 UTC (rev 123310)
+++ PKGBUILD2014-12-01 06:09:58 UTC (rev 123311)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.2.12
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('d26baa3490587c4aa386c728dad21652')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 123310, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-01 06:09:58 UTC (rev 123311)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.2.13
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('c64630428439ccbf88c4b91526065bb7')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


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

2014-11-30 Thread Bartłomiej Piotrowski
Date: Monday, December 1, 2014 @ 07:09:50
  Author: bpiotrowski
Revision: 123310

upgpkg: phpmyadmin 4.2.13-1

new upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 02:24:42 UTC (rev 123309)
+++ PKGBUILD2014-12-01 06:09:50 UTC (rev 123310)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.2.12
+pkgver=4.2.13
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('d26baa3490587c4aa386c728dad21652')
+md5sums=('c64630428439ccbf88c4b91526065bb7')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


[arch-commits] Commit in eric/trunk (PKGBUILD install_py2.patch)

2014-11-30 Thread Evgeniy Alekseev
Date: Monday, December 1, 2014 @ 08:07:57
  Author: arcanis
Revision: 123312

remove patch since eric has been rereleased after contacting with devs
update hash sums

Modified:
  eric/trunk/PKGBUILD
Deleted:
  eric/trunk/install_py2.patch

---+
 PKGBUILD  |7 ++-
 install_py2.patch |   12 
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-01 06:09:58 UTC (rev 123311)
+++ PKGBUILD2014-12-01 07:07:57 UTC (rev 123312)
@@ -14,15 +14,12 @@
 license=('GPL3')
 depends=('python-qscintilla' 'python2-qscintilla')
 install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;
-install_py2.patch)
-md5sums=('1ffb05964068c41702f445c113565805'
- '6c870e9ec58b7d9a4cf0a5ed97415b81')
+source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;)
+md5sums=('beda6fde03304e458f2619dc4a8f975d')
 changelog=ChangeLog
 
 prepare() {
   cp -r ${srcdir}/eric5-${pkgver}{,_py2}
-  patch -p0 -i install_py2.patch
 
   cd ${srcdir}/eric5-${pkgver}_py2/eric
   find . -name '*.py' -exec \

Deleted: install_py2.patch
===
--- install_py2.patch   2014-12-01 06:09:58 UTC (rev 123311)
+++ install_py2.patch   2014-12-01 07:07:57 UTC (rev 123312)
@@ -1,12 +0,0 @@
-diff -ruN eric5-5.5.1_py2.orig/install.py eric5-5.5.1_py2/install.py
 eric5-5.5.1_py2.orig/install.py2014-12-01 03:56:19.0 +0300
-+++ eric5-5.5.1_py2/install.py 2014-12-01 03:56:46.332570642 +0300
-@@ -237,7 +237,7 @@
- text = text.replace(@MARKER@, marker)
- 
- if sys.version_info[0] == 2:
--f = codecs.open(src, w, utf-8)
-+f = codecs.open(dst, w, utf-8)
- else:
- f = open(dst, w)
- f.write(text)


[arch-commits] Commit in (amsn)

2014-11-30 Thread Jaroslav Lichtblau
Date: Monday, December 1, 2014 @ 08:28:34
  Author: jlichtblau
Revision: 123315

amsd is dead
FS#42950 fix

Deleted:
  amsn/