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

2016-06-18 Thread Felix Yan
Date: Sunday, June 19, 2016 @ 03:54:45
  Author: felixonmars
Revision: 180444

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 180443, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 180443, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
180443, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-19 03:43:10 UTC (rev 180443)
+++ PKGBUILD2016-06-19 03:54:45 UTC (rev 180444)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.11
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('edd6d15d2b75e8c4fb6a06094368cd9027bcbdc9'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-}

[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (4 files)

2016-06-18 Thread Felix Yan
Date: Sunday, June 19, 2016 @ 03:43:10
  Author: felixonmars
Revision: 180443

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 180442, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 180442, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
180442, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-19 03:42:52 UTC (rev 180442)
+++ PKGBUILD2016-06-19 03:43:10 UTC (rev 180443)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=1.9.11
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('edd6d15d2b75e8c4fb6a06094368cd9027bcbdc9'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir 

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

2016-06-18 Thread Felix Yan
Date: Sunday, June 19, 2016 @ 03:42:52
  Author: felixonmars
Revision: 180442

upgpkg: wine-staging 1.9.12-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 22:59:47 UTC (rev 180441)
+++ PKGBUILD2016-06-19 03:42:52 UTC (rev 180442)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=1.9.11
+pkgver=1.9.12
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('edd6d15d2b75e8c4fb6a06094368cd9027bcbdc9'
+sha1sums=('415d9e5716aed542157f0b1ec75cb19f9321d0d9'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


[arch-commits] Commit in meld/repos/extra-any (PKGBUILD PKGBUILD fix-dark-style.patch)

2016-06-18 Thread Jan Steffens
Date: Sunday, June 19, 2016 @ 01:39:59
  Author: heftig
Revision: 270192

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 270191, meld/trunk/PKGBUILD)
Deleted:
  meld/repos/extra-any/PKGBUILD
  meld/repos/extra-any/fix-dark-style.patch

--+
 PKGBUILD |   77 +++--
 fix-dark-style.patch |   25 ---
 2 files changed, 37 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-19 01:39:12 UTC (rev 270191)
+++ PKGBUILD2016-06-19 01:39:59 UTC (rev 270192)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=meld
-pkgver=3.16.0
-pkgrel=2
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;
-   fix-dark-style.patch)
-sha1sums=('12cd5074ad23650776334cf3d1f2d803d5f2db97'
-  'b0c0d299524fb0ee57c47a723a570fc057766a51')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-dark-style.patch
-}
-
-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 270191, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-19 01:39:59 UTC (rev 270192)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.16.1
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('fe003ba49433a735713bf93f06994e480b45384d')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+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: fix-dark-style.patch
===
--- fix-dark-style.patch2016-06-19 01:39:12 UTC (rev 270191)
+++ fix-dark-style.patch2016-06-19 01:39:59 UTC (rev 270192)
@@ -1,25 +0,0 @@
-From ff6f12bc870372b4409e9705c4b9f111e48b8c97 Mon Sep 17 00:00:00 2001
-From: Kai Willadsen 
-Date: Sat, 14 May 2016 06:51:38 +1000
-Subject: data: Fix unknown-text in meld-dark style
-

- data/styles/meld-dark.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/styles/meld-dark.xml b/data/styles/meld-dark.xml
-index da89251..74c49e8 100644
 a/data/styles/meld-dark.xml
-+++ b/data/styles/meld-dark.xml
-@@ -11,7 +11,7 @@
-   
-   
-   
--  
-+  
-   
-   
-   
--- 
-cgit v0.12
-


[arch-commits] Commit in meld/trunk (PKGBUILD fix-dark-style.patch)

2016-06-18 Thread Jan Steffens
Date: Sunday, June 19, 2016 @ 01:39:12
  Author: heftig
Revision: 270191

3.16.1-1

Modified:
  meld/trunk/PKGBUILD
Deleted:
  meld/trunk/fix-dark-style.patch

--+
 PKGBUILD |   11 ---
 fix-dark-style.patch |   25 -
 2 files changed, 4 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 19:33:03 UTC (rev 270190)
+++ PKGBUILD2016-06-19 01:39:12 UTC (rev 270191)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=meld
-pkgver=3.16.0
-pkgrel=2
+pkgver=3.16.1
+pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
 license=(GPL)
@@ -14,10 +14,8 @@
 makedepends=(intltool itstool)
 depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;
-   fix-dark-style.patch)
-sha1sums=('12cd5074ad23650776334cf3d1f2d803d5f2db97'
-  'b0c0d299524fb0ee57c47a723a570fc057766a51')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('fe003ba49433a735713bf93f06994e480b45384d')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.
@@ -24,7 +22,6 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-dark-style.patch
 }
 
 build() {

Deleted: fix-dark-style.patch
===
--- fix-dark-style.patch2016-06-18 19:33:03 UTC (rev 270190)
+++ fix-dark-style.patch2016-06-19 01:39:12 UTC (rev 270191)
@@ -1,25 +0,0 @@
-From ff6f12bc870372b4409e9705c4b9f111e48b8c97 Mon Sep 17 00:00:00 2001
-From: Kai Willadsen 
-Date: Sat, 14 May 2016 06:51:38 +1000
-Subject: data: Fix unknown-text in meld-dark style
-

- data/styles/meld-dark.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/styles/meld-dark.xml b/data/styles/meld-dark.xml
-index da89251..74c49e8 100644
 a/data/styles/meld-dark.xml
-+++ b/data/styles/meld-dark.xml
-@@ -11,7 +11,7 @@
-   
-   
-   
--  
-+  
-   
-   
-   
--- 
-cgit v0.12
-


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

2016-06-18 Thread Levente Polyak
Date: Saturday, June 18, 2016 @ 22:59:41
  Author: anthraxx
Revision: 180440

upgpkg: ropper 1.10.0-1

drop sqlite dependency (replaced internally)

Modified:
  ropper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 21:42:01 UTC (rev 180439)
+++ PKGBUILD2016-06-18 22:59:41 UTC (rev 180440)
@@ -3,7 +3,7 @@
 pkgbase=ropper
 pkgname=('ropper' 'python-ropper' 'python2-ropper')
 _pkgname=Ropper
-pkgver=1.9.10
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
 url="https://github.com/sashs/Ropper;
@@ -10,9 +10,8 @@
 arch=('any')
 license=('GPL2')
 makedepends=('python-setuptools' 'python-capstone' 'python-filebytes' 
'python2-setuptools' 'python2-capstone' 'python2-filebytes')
-checkdepends=('sqlite')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('467ec8b4d15278313ea0725b11fed0358820c846ec1741f564118479631c664d05ba8149fe5a0af8ce1cd4dbcda7e3bb068539e29013d4fac50c1ca0f96ff622')
+sha512sums=('704250a6f5dc113ea8c3bf94c03368fb0f627121586be4112287fcc39cec614dbc73004ad139ebf9acd2366b5f3551ea0110c2e9efa91e4373b6c44aba75ceaf')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}
@@ -38,9 +37,8 @@
 }
 
 package_ropper() {
-  depends=('python' 'python-ropper')
-  optdepends=('sqlite: gadgets database support'
-  'python-keystone: assemble command support')
+  depends=('python' "python-ropper>=${pkgver}")
+  optdepends=('python-keystone: assemble command support')
   cd ${_pkgname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
@@ -49,8 +47,7 @@
 
 package_python-ropper() {
   depends=('python-capstone' 'python-filebytes')
-  optdepends=('sqlite: gadgets database support'
-  'python-keystone: assemble command support')
+  optdepends=('python-keystone: assemble command support')
   cd ${_pkgname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
@@ -60,8 +57,7 @@
 
 package_python2-ropper() {
   depends=('python2-capstone' 'python2-filebytes')
-  optdepends=('sqlite: gadgets database support'
-  'python2-keystone: assemble command support')
+  optdepends=('python2-keystone: assemble command support')
   cd ${_pkgname}-${pkgver}-py2
   python2 setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"


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

2016-06-18 Thread Levente Polyak
Date: Saturday, June 18, 2016 @ 22:59:47
  Author: anthraxx
Revision: 180441

archrelease: copy trunk to community-any

Added:
  ropper/repos/community-any/PKGBUILD
(from rev 180440, ropper/trunk/PKGBUILD)
Deleted:
  ropper/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-18 22:59:41 UTC (rev 180440)
+++ PKGBUILD2016-06-18 22:59:47 UTC (rev 180441)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=ropper
-pkgname=('ropper' 'python-ropper' 'python2-ropper')
-_pkgname=Ropper
-pkgver=1.9.10
-pkgrel=1
-pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
-url="https://github.com/sashs/Ropper;
-arch=('any')
-license=('GPL2')
-makedepends=('python-setuptools' 'python-capstone' 'python-filebytes' 
'python2-setuptools' 'python2-capstone' 'python2-filebytes')
-checkdepends=('sqlite')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('467ec8b4d15278313ea0725b11fed0358820c846ec1741f564118479631c664d05ba8149fe5a0af8ce1cd4dbcda7e3bb068539e29013d4fac50c1ca0f96ff622')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-  sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-python test.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 test.py
-  )
-}
-
-package_ropper() {
-  depends=('python' 'python-ropper')
-  optdepends=('sqlite: gadgets database support'
-  'python-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  rm -r "${pkgdir}/usr/lib"
-}
-
-package_python-ropper() {
-  depends=('python-capstone' 'python-filebytes')
-  optdepends=('sqlite: gadgets database support'
-  'python-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
-  rm -r "${pkgdir}/usr/bin"
-}
-
-package_python2-ropper() {
-  depends=('python2-capstone' 'python2-filebytes')
-  optdepends=('sqlite: gadgets database support'
-  'python2-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
-  rm -r "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ropper/repos/community-any/PKGBUILD (from rev 180440, 
ropper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-18 22:59:47 UTC (rev 180441)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=ropper
+pkgname=('ropper' 'python-ropper' 'python2-ropper')
+_pkgname=Ropper
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
+url="https://github.com/sashs/Ropper;
+arch=('any')
+license=('GPL2')
+makedepends=('python-setuptools' 'python-capstone' 'python-filebytes' 
'python2-setuptools' 'python2-capstone' 'python2-filebytes')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('704250a6f5dc113ea8c3bf94c03368fb0f627121586be4112287fcc39cec614dbc73004ad139ebf9acd2366b5f3551ea0110c2e9efa91e4373b6c44aba75ceaf')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+  sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+python test.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 test.py
+  )
+}
+
+package_ropper() {
+  depends=('python' "python-ropper>=${pkgver}")
+  optdepends=('python-keystone: assemble command support')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  rm -r "${pkgdir}/usr/lib"
+}
+
+package_python-ropper() {
+  depends=('python-capstone' 'python-filebytes')
+  optdepends=('python-keystone: assemble command support')
+  cd 

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

2016-06-18 Thread Levente Polyak
Date: Saturday, June 18, 2016 @ 21:42:01
  Author: anthraxx
Revision: 180439

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-18 21:41:50 UTC (rev 180438)
+++ community-i686/PKGBUILD 2016-06-18 21:42:01 UTC (rev 180439)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.14b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('fd97374ac5c1f5edc0ded2735b537b570d54684553952927754adc0ad83b33c4de465f15b1e1d0f5feb0002d2f9c01d5f5e4b820e2aa940a2d5f7e9c7f99ba8e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 180438, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-18 21:42:01 UTC (rev 180439)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.15b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url="http://lcamtuf.coredump.cx/afl/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+  'llvm: experimental clang-fast instrumentation support'
+  'gnuplot: graph plotting support'
+)
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('7669a0e3b6945fe957796788e29c707f9d27f4fa28bb4f112ec5aee6d6594977eca58abb697c33dbb3c8e4a5e033ce8d4cca9064f02b27d27a453702fceea907')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm 
"${pkgdir}/usr/share/doc/${pkgname}/README.llvm"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-18 21:41:50 UTC (rev 180438)
+++ community-x86_64/PKGBUILD   2016-06-18 21:42:01 UTC (rev 180439)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.14b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url="http://lcamtuf.coredump.cx/afl/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-  'llvm: experimental clang-fast instrumentation support'
-  'gnuplot: graph plotting support'
-)
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('fd97374ac5c1f5edc0ded2735b537b570d54684553952927754adc0ad83b33c4de465f15b1e1d0f5feb0002d2f9c01d5f5e4b820e2aa940a2d5f7e9c7f99ba8e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make 

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

2016-06-18 Thread Levente Polyak
Date: Saturday, June 18, 2016 @ 21:41:50
  Author: anthraxx
Revision: 180438

upgpkg: afl 2.15b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 17:45:45 UTC (rev 180437)
+++ PKGBUILD2016-06-18 21:41:50 UTC (rev 180438)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.14b
+pkgver=2.15b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url="http://lcamtuf.coredump.cx/afl/;
@@ -20,7 +20,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('fd97374ac5c1f5edc0ded2735b537b570d54684553952927754adc0ad83b33c4de465f15b1e1d0f5feb0002d2f9c01d5f5e4b820e2aa940a2d5f7e9c7f99ba8e')
+sha512sums=('7669a0e3b6945fe957796788e29c707f9d27f4fa28bb4f112ec5aee6d6594977eca58abb697c33dbb3c8e4a5e033ce8d4cca9064f02b27d27a453702fceea907')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-06-18 Thread Gaëtan Bisson
Date: Saturday, June 18, 2016 @ 19:33:03
  Author: bisson
Revision: 270190

fix FS#49758

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 18:51:25 UTC (rev 270189)
+++ PKGBUILD2016-06-18 19:33:03 UTC (rev 270190)
@@ -51,6 +51,6 @@
install

install -d "${pkgdir}/usr/share/licenses/libjpeg-turbo"
-   ln -t "${pkgdir}/usr/share/licenses/libjpeg-turbo" -s 
../../doc/libjpeg-turbo/README{,-turbo.txt}
+   ln -t "${pkgdir}/usr/share/licenses/libjpeg-turbo" -s 
../../doc/libjpeg-turbo/README.*
install -m644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
 }


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

2016-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2016 @ 18:44:03
  Author: heftig
Revision: 270188

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

Added:
  gnumeric/repos/extra-i686/PKGBUILD
(from rev 270187, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 270187, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 270187, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 270187, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-i686/PKGBUILD
  gnumeric/repos/extra-i686/revert-warnings.patch
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/revert-warnings.patch

+
 /PKGBUILD  |   94 +++
 /revert-warnings.patch |   22 
 extra-i686/PKGBUILD|   47 -
 extra-i686/revert-warnings.patch   |   11 
 extra-x86_64/PKGBUILD  |   47 -
 extra-x86_64/revert-warnings.patch |   11 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-18 18:40:25 UTC (rev 270187)
+++ extra-i686/PKGBUILD 2016-06-18 18:44:03 UTC (rev 270188)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-# Contributor: Kritoke 
-
-pkgname=gnumeric
-pkgver=1.12.29
-pkgrel=2
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice' 'desktop-file-utils')
-makedepends=('intltool' 'psiconv' 'pygobject-devel'
- 'gobject-introspection' 'rarian' 'python2-gobject')
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-revert-warnings.patch)
-sha256sums=('5a35c56679027e5d0e61f67358c2feee458dc0f62494e32281c9a1a579ba7fb5'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---disable-schemas-compile --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 270187, 
gnumeric/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-18 18:44:03 UTC (rev 270188)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Belanger 
+# Contributor: Kritoke 
+
+pkgname=gnumeric
+pkgver=1.12.30
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel'
+ 'gobject-introspection' 'rarian' 'python2-gobject')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+revert-warnings.patch)
+sha256sums=('b7c2484694fc7f53ff238fd9d8de9c724dc3c8550e77cf98d5db47351e9d868f'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i ../revert-warnings.patch
+
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--disable-schemas-compile --enable-introspection
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/revert-warnings.patch
===
--- extra-i686/revert-warnings.patch2016-06-18 18:40:25 UTC (rev 270187)
+++ extra-i686/revert-warnings.patch2016-06-18 18:44:03 UTC (rev 270188)
@@ -1,11 +0,0 @@
 configure.ac.orig  2013-03-13 16:09:02.355422066 +
-+++ 

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

2016-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2016 @ 18:40:25
  Author: heftig
Revision: 270187

1.12.30-1

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 18:34:34 UTC (rev 270186)
+++ PKGBUILD2016-06-18 18:40:25 UTC (rev 270187)
@@ -3,13 +3,13 @@
 # Contributor: Kritoke 
 
 pkgname=gnumeric
-pkgver=1.12.29
-pkgrel=2
+pkgver=1.12.30
+pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org/projects/gnumeric/;
 license=('GPL')
-depends=('goffice' 'desktop-file-utils')
+depends=('goffice')
 makedepends=('intltool' 'psiconv' 'pygobject-devel'
  'gobject-introspection' 'rarian' 'python2-gobject')
 optdepends=('python2-gobject: for python plugin support'
@@ -18,7 +18,7 @@
 'yelp: for viewing the help manual')
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
 revert-warnings.patch)
-sha256sums=('5a35c56679027e5d0e61f67358c2feee458dc0f62494e32281c9a1a579ba7fb5'
+sha256sums=('b7c2484694fc7f53ff238fd9d8de9c724dc3c8550e77cf98d5db47351e9d868f'
 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
 
 prepare() {


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

2016-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2016 @ 18:34:34
  Author: heftig
Revision: 270186

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-18 18:33:34 UTC (rev 270185)
+++ extra-i686/PKGBUILD 2016-06-18 18:34:34 UTC (rev 270186)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.29
-pkgrel=1
-pkgdesc="A library of document-centric objects and utilities built on top of 
GLib and Gtk+"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b395dcf062f8575788aeab087b66ae21c2e22a7661309adc81d1825b507b7ff9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-i686/PKGBUILD (from rev 270185, 
goffice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-18 18:34:34 UTC (rev 270186)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.30
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection)
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('5a73b05dc70dc125e1b585bfebdedf13b8b34115045965eed417863e03ce8f41')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-18 18:33:34 UTC (rev 270185)
+++ extra-x86_64/PKGBUILD   2016-06-18 18:34:34 UTC (rev 270186)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Aaron Griffin 
-
-pkgname=goffice
-pkgver=0.10.29
-pkgrel=1
-pkgdesc="A library of document-centric objects and utilities built on top of 
GLib and Gtk+"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem')
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b395dcf062f8575788aeab087b66ae21c2e22a7661309adc81d1825b507b7ff9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 270185, 
goffice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-18 18:34:34 UTC (rev 270186)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Aaron Griffin 
+
+pkgname=goffice
+pkgver=0.10.30
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection)

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

2016-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2016 @ 18:33:34
  Author: heftig
Revision: 270185

0.10.30-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 18:31:18 UTC (rev 270184)
+++ PKGBUILD2016-06-18 18:33:34 UTC (rev 270185)
@@ -3,16 +3,16 @@
 # Contributor: Aaron Griffin 
 
 pkgname=goffice
-pkgver=0.10.29
+pkgver=0.10.30
 pkgrel=1
-pkgdesc="A library of document-centric objects and utilities built on top of 
GLib and Gtk+"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem')
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection)
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b395dcf062f8575788aeab087b66ae21c2e22a7661309adc81d1825b507b7ff9')
+sha256sums=('5a73b05dc70dc125e1b585bfebdedf13b8b34115045965eed417863e03ce8f41')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2016 @ 18:31:18
  Author: heftig
Revision: 270184

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

Added:
  gnome-screenshot/repos/extra-i686/PKGBUILD
(from rev 270183, gnome-screenshot/trunk/PKGBUILD)
  gnome-screenshot/repos/extra-x86_64/PKGBUILD
(from rev 270183, gnome-screenshot/trunk/PKGBUILD)
Deleted:
  gnome-screenshot/repos/extra-i686/PKGBUILD
  gnome-screenshot/repos/extra-i686/gnome-screenshot.install
  gnome-screenshot/repos/extra-x86_64/PKGBUILD
  gnome-screenshot/repos/extra-x86_64/gnome-screenshot.install

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   29 
 extra-i686/gnome-screenshot.install   |   11 --
 extra-x86_64/PKGBUILD |   29 
 extra-x86_64/gnome-screenshot.install |   11 --
 5 files changed, 58 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-18 18:30:45 UTC (rev 270183)
+++ extra-i686/PKGBUILD 2016-06-18 18:31:18 UTC (rev 270184)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-screenshot
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Take pictures of your screen"
-arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libcanberra')
-makedepends=('intltool')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eba64dbf4acf0ab8222fec549d0a4f2dd7dbd51c255e7978dedf1f5c06a98841')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-screenshot/repos/extra-i686/PKGBUILD (from rev 270183, 
gnome-screenshot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-18 18:31:18 UTC (rev 270184)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-screenshot
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Take pictures of your screen"
+url="https://git.gnome.org/browse/gnome-screenshot;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 libcanberra)
+makedepends=(intltool)
+groups=(gnome)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('718bce48c6cf0c7f49aa88c15e787c8b9968f71a1b3f28e088aea324e84bc33e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-screenshot.install
===
--- extra-i686/gnome-screenshot.install 2016-06-18 18:30:45 UTC (rev 270183)
+++ extra-i686/gnome-screenshot.install 2016-06-18 18:31:18 UTC (rev 270184)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-18 18:30:45 UTC (rev 270183)
+++ extra-x86_64/PKGBUILD   2016-06-18 18:31:18 UTC (rev 270184)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-screenshot
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="Take pictures of your screen"
-arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libcanberra')
-makedepends=('intltool')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eba64dbf4acf0ab8222fec549d0a4f2dd7dbd51c255e7978dedf1f5c06a98841')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-screenshot/repos/extra-x86_64/PKGBUILD (from rev 270183, 
gnome-screenshot/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-18 18:31:18 UTC (rev 270184)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-screenshot
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Take pictures of your screen"
+url="https://git.gnome.org/browse/gnome-screenshot;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 libcanberra)
+makedepends=(intltool)

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

2016-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2016 @ 18:30:45
  Author: heftig
Revision: 270183

3.20.0-1

Modified:
  gnome-screenshot/trunk/PKGBUILD
Deleted:
  gnome-screenshot/trunk/gnome-screenshot.install

--+
 PKGBUILD |   18 +-
 gnome-screenshot.install |   11 ---
 2 files changed, 9 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 18:25:55 UTC (rev 270182)
+++ PKGBUILD2016-06-18 18:30:45 UTC (rev 270183)
@@ -1,19 +1,19 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
 
 pkgname=gnome-screenshot
-pkgver=3.18.0
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Take pictures of your screen"
+url="https://git.gnome.org/browse/gnome-screenshot;
 arch=(i686 x86_64)
-url="http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libcanberra')
-makedepends=('intltool')
-groups=('gnome')
-install=$pkgname.install
+license=(GPL2)
+depends=(dconf gtk3 libcanberra)
+makedepends=(intltool)
+groups=(gnome)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eba64dbf4acf0ab8222fec549d0a4f2dd7dbd51c255e7978dedf1f5c06a98841')
+sha256sums=('718bce48c6cf0c7f49aa88c15e787c8b9968f71a1b3f28e088aea324e84bc33e')
 
 build() {
   cd "$pkgname-$pkgver"

Deleted: gnome-screenshot.install
===
--- gnome-screenshot.install2016-06-18 18:25:55 UTC (rev 270182)
+++ gnome-screenshot.install2016-06-18 18:30:45 UTC (rev 270183)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2016-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2016 @ 18:25:55
  Author: heftig
Revision: 270182

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-18 18:25:11 UTC (rev 270181)
+++ extra-i686/PKGBUILD 2016-06-18 18:25:55 UTC (rev 270182)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.37
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-url="http://www.gnome.org/;
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('9cfb98224b40fefa85606255ee194d58c38f129bf99443d759eaab7eb6dec055')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-i686/PKGBUILD (from rev 270181, 
libgsf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-18 18:25:55 UTC (rev 270182)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.38
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
+url="http://www.gnome.org/;
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('1e8c85ac9dd7828b6213685079d8fc5fb6595c929dc4a23270f297c154782650')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package_libgsf() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-18 18:25:11 UTC (rev 270181)
+++ extra-x86_64/PKGBUILD   2016-06-18 18:25:55 UTC (rev 270182)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.37
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-url="http://www.gnome.org/;
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('9cfb98224b40fefa85606255ee194d58c38f129bf99443d759eaab7eb6dec055')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 270181, 
libgsf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-18 18:25:55 UTC (rev 270182)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.38
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
+url="http://www.gnome.org/;
+license=('GPL' 'LGPL')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('1e8c85ac9dd7828b6213685079d8fc5fb6595c929dc4a23270f297c154782650')
+
+build() {
+  cd 

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

2016-06-18 Thread Jan Steffens
Date: Saturday, June 18, 2016 @ 18:25:11
  Author: heftig
Revision: 270181

1.14.38-1

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 17:45:16 UTC (rev 270180)
+++ PKGBUILD2016-06-18 18:25:11 UTC (rev 270181)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=libgsf
-pkgver=1.14.37
+pkgver=1.14.38
 pkgrel=1
 arch=(i686 x86_64)
 pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
@@ -12,7 +12,7 @@
 depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
 makedepends=('intltool' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('9cfb98224b40fefa85606255ee194d58c38f129bf99443d759eaab7eb6dec055')
+sha256sums=('1e8c85ac9dd7828b6213685079d8fc5fb6595c929dc4a23270f297c154782650')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in john/trunk (6 files)

2016-06-18 Thread Levente Polyak
Date: Saturday, June 18, 2016 @ 16:07:45
  Author: anthraxx
Revision: 180435

upgpkg: john 1.8.0.jumbo1-1

Added:
  john/trunk/fix-32bit.patch
  john/trunk/fix-i686-openmp.patch
  john/trunk/gcc5.patch
Modified:
  john/trunk/PKGBUILD
  john/trunk/john.install
  john/trunk/params.h.patch

---+
 PKGBUILD  |  215 
 fix-32bit.patch   |   24 +
 fix-i686-openmp.patch |   69 +++
 gcc5.patch|   63 ++
 john.install  |3 
 params.h.patch|   14 ++-
 6 files changed, 276 insertions(+), 112 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 14:32:54 UTC (rev 180434)
+++ PKGBUILD2016-06-18 16:07:45 UTC (rev 180435)
@@ -1,3 +1,4 @@
+# Maintainer: Levente Polyak 
 # Maintainer: Thorsten Töpper 
 # Contributor: Andrea Scarpino 
 # Contributor: Dale Blount 
@@ -5,127 +6,131 @@
 # Contributor: Michal Krenek 
 
 pkgname=john
-pkgver=1.7.9
-pkgrel=9
-_jumbover=7
-pkgdesc="John The Ripper - A fast password cracker (jumbo-$_jumbover included)"
+_jumbover=1
+_johnver=1.8.0
+pkgver=${_johnver}.jumbo${_jumbover}
+pkgrel=1
+pkgdesc='John the Ripper password cracker'
+url='http://www.openwall.com/john'
 arch=('i686' 'x86_64')
-url="http://www.openwall.com/$pkgname/;
 license=('GPL2' 'custom')
-depends=('openssl')
-optdepends=("perl: for executing some of the scripts at /usr/share/john"
-"ruby: for executing some of the scripts at /usr/share/john"
-"python: for executing some of the scripts at /usr/share/john")
+depends=('openssl' 'gmp' 'libpcap' 'openmpi' 'gcc-libs' 'libcl')
+optdepends=(
+  'bash-completion: completion for bash'
+  'perl: perl based john scripts'
+  'ruby: ruby based john scripts'
+  'python: python based john scripts'
+  'opencl-nvidia:  OpenCL implemention for NVIDIA'
+  'opencl-mesa:OpenCL support for AMD/ATI Radeon mesa drivers'
+)
+makedepends=('pkg-config' 'opencl-headers')
 backup=('etc/john/john.conf')
 install=john.install
-source=(http://www.openwall.com/$pkgname/g/$pkgname-$pkgver.tar.bz2
-http://www.openwall.com/john/g/john-$pkgver-jumbo-$_jumbover.diff.gz
-ftp://ftp.kfki.hu/pub/packages/security/ssh/ossh/libdes-4.04b.tar.gz
-params.h.patch)
-md5sums=('45f54fc59386ecd67daaef9f19781d93'
- 'b953fcb7f743eeeb5f938a28c352b8ef'
- 'c8d5c69f86c2eedb485583b0305284a1'
- 'f69ed632eba8fb9e45847a4b4a323787')
+source=(http://www.openwall.com/john/j/john-${_johnver}-jumbo-${_jumbover}.tar.xz
+params.h.patch
+gcc5.patch
+fix-32bit.patch
+fix-i686-openmp.patch)
+sha512sums=('163cd71f634c2d1e9d0fa760984cc05001bfeef8300098d6b9cc8bf7e1719fec1d37142c39d7fd65ef37ee96c95681f01d7f0b1941058b7f9926442e2df5cd8e'
+
'4e7c530bf75d0c56409018097a2fee4a991c8332b25f985b16d91ffb631079d46870fa0c54eb519c8d60c7425c62c616e24617e0ebbad4193ccef8d001c08893'
+
'941a8fbe435d24287be158648d3083062806de639ce822645d949a171b2e662249bb13d9f5903017792cc979c7ff89615681adaed2afbf0d9c6ca5fe825e135a'
+
'824497e6fa67b1ff17a4b87544dedf5361e5ba07617ffb9e7718f2e90152b0bc2f39cd80a1badd84de0ef1e3442783bda3df1332d990b722a29d04b8b7449590'
+
'7eddd3c7360f459fba02b6c398b530baa7151f127384a1a8551a74658acbfb11a7d206a0482ab357496074be4ca20192c192962938e9bcdf1976cb4421d9af2c')
 
+prepare() {
+  cd ${pkgname}-${_johnver}-jumbo-${_jumbover}
+  patch -p0 < "${srcdir}/params.h.patch"
+  patch -p1 < "${srcdir}/gcc5.patch"
+  patch -p1 < "${srcdir}/fix-32bit.patch"
+  patch -Rp1 < "${srcdir}/fix-i686-openmp.patch"
+}
+
 build() {
-   # jumbo patch
-   cd ${srcdir}/$pkgname-$pkgver
-   patch -p1 < ${srcdir}/$pkgname-$pkgver-jumbo-$_jumbover.diff
-   cd ${srcdir}/john-$pkgver/src/
+  cd ${pkgname}-${_johnver}-jumbo-${_jumbover}/src
 
-   # patch default params
-   patch -p0 < ${srcdir}/params.h.patch
-   if [ "$CARCH" == "x86_64" ]; then
-   sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS = -c -Wall -O2 -march=x86-64 
-DJOHN_SYSTEMWIDE=1|' Makefile
-   sed -i 's|^LDFLAGS =\(.*\)|LDFLAGS =\1 -lm|' Makefile
-   sed -i -e 's|-m486||g' Makefile
- else sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS = -c -Wall -O2 
-march=i686 -DJOHN_SYSTEMWIDE=1|' Makefile
-   fi
-   sed -i 's|LIBS = -ldes|LIBS = -ldes -Ldes|' Makefile
-#  sed -i 's|#include |#include "des/des.h"|' KRB5_fmt.c
-   sed -i 's|#include |#include "des/des.h"|' KRB5_std.h
+  local JOHN_CFG_FULL_NAME="-DCFG_FULL_NAME='\"/etc/john/john.conf\"'"
+  local JOHN_SYSTEMWIDE_FLAGS="-DJOHN_SYSTEMWIDE_EXEC='\"/usr/lib/john\"' 
-DJOHN_SYSTEMWIDE_HOME='\"/usr/share/john\"'"
+  local JOHN_FLAGS="-DJOHN_SYSTEMWIDE=1 ${JOHN_SYSTEMWIDE_FLAGS} 
-DCPU_FALLBACK ${JOHN_CFG_FULL_NAME}"
+  

[arch-commits] Commit in john/repos (18 files)

2016-06-18 Thread Levente Polyak
Date: Saturday, June 18, 2016 @ 16:08:01
  Author: anthraxx
Revision: 180436

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

Added:
  john/repos/community-i686/PKGBUILD
(from rev 180435, john/trunk/PKGBUILD)
  john/repos/community-i686/fix-32bit.patch
(from rev 180435, john/trunk/fix-32bit.patch)
  john/repos/community-i686/fix-i686-openmp.patch
(from rev 180435, john/trunk/fix-i686-openmp.patch)
  john/repos/community-i686/gcc5.patch
(from rev 180435, john/trunk/gcc5.patch)
  john/repos/community-i686/john.install
(from rev 180435, john/trunk/john.install)
  john/repos/community-i686/params.h.patch
(from rev 180435, john/trunk/params.h.patch)
  john/repos/community-x86_64/PKGBUILD
(from rev 180435, john/trunk/PKGBUILD)
  john/repos/community-x86_64/fix-32bit.patch
(from rev 180435, john/trunk/fix-32bit.patch)
  john/repos/community-x86_64/fix-i686-openmp.patch
(from rev 180435, john/trunk/fix-i686-openmp.patch)
  john/repos/community-x86_64/gcc5.patch
(from rev 180435, john/trunk/gcc5.patch)
  john/repos/community-x86_64/john.install
(from rev 180435, john/trunk/john.install)
  john/repos/community-x86_64/params.h.patch
(from rev 180435, john/trunk/params.h.patch)
Deleted:
  john/repos/community-i686/PKGBUILD
  john/repos/community-i686/john.install
  john/repos/community-i686/params.h.patch
  john/repos/community-x86_64/PKGBUILD
  john/repos/community-x86_64/john.install
  john/repos/community-x86_64/params.h.patch

+
 /PKGBUILD  |  272 +++
 /john.install  |   18 ++
 /params.h.patch|   34 +++
 community-i686/PKGBUILD|  131 --
 community-i686/fix-32bit.patch |   24 ++
 community-i686/fix-i686-openmp.patch   |   69 +++
 community-i686/gcc5.patch  |   63 +++
 community-i686/john.install|   10 -
 community-i686/params.h.patch  |   13 -
 community-x86_64/PKGBUILD  |  131 --
 community-x86_64/fix-32bit.patch   |   24 ++
 community-x86_64/fix-i686-openmp.patch |   69 +++
 community-x86_64/gcc5.patch|   63 +++
 community-x86_64/john.install  |   10 -
 community-x86_64/params.h.patch|   13 -
 15 files changed, 636 insertions(+), 308 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-18 16:07:45 UTC (rev 180435)
+++ community-i686/PKGBUILD 2016-06-18 16:08:01 UTC (rev 180436)
@@ -1,131 +0,0 @@
-# Maintainer: Thorsten Töpper 
-# Contributor: Andrea Scarpino 
-# Contributor: Dale Blount 
-# Contributor: Tom Newsom 
-# Contributor: Michal Krenek 
-
-pkgname=john
-pkgver=1.7.9
-pkgrel=9
-_jumbover=7
-pkgdesc="John The Ripper - A fast password cracker (jumbo-$_jumbover included)"
-arch=('i686' 'x86_64')
-url="http://www.openwall.com/$pkgname/;
-license=('GPL2' 'custom')
-depends=('openssl')
-optdepends=("perl: for executing some of the scripts at /usr/share/john"
-"ruby: for executing some of the scripts at /usr/share/john"
-"python: for executing some of the scripts at /usr/share/john")
-backup=('etc/john/john.conf')
-install=john.install
-source=(http://www.openwall.com/$pkgname/g/$pkgname-$pkgver.tar.bz2
-http://www.openwall.com/john/g/john-$pkgver-jumbo-$_jumbover.diff.gz
-ftp://ftp.kfki.hu/pub/packages/security/ssh/ossh/libdes-4.04b.tar.gz
-params.h.patch)
-md5sums=('45f54fc59386ecd67daaef9f19781d93'
- 'b953fcb7f743eeeb5f938a28c352b8ef'
- 'c8d5c69f86c2eedb485583b0305284a1'
- 'f69ed632eba8fb9e45847a4b4a323787')
-
-build() {
-   # jumbo patch
-   cd ${srcdir}/$pkgname-$pkgver
-   patch -p1 < ${srcdir}/$pkgname-$pkgver-jumbo-$_jumbover.diff
-   cd ${srcdir}/john-$pkgver/src/
-
-   # patch default params
-   patch -p0 < ${srcdir}/params.h.patch
-   if [ "$CARCH" == "x86_64" ]; then
-   sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS = -c -Wall -O2 -march=x86-64 
-DJOHN_SYSTEMWIDE=1|' Makefile
-   sed -i 's|^LDFLAGS =\(.*\)|LDFLAGS =\1 -lm|' Makefile
-   sed -i -e 's|-m486||g' Makefile
- else sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS = -c -Wall -O2 
-march=i686 -DJOHN_SYSTEMWIDE=1|' Makefile
-   fi
-   sed -i 's|LIBS = -ldes|LIBS = -ldes -Ldes|' Makefile
-#  sed -i 's|#include |#include "des/des.h"|' KRB5_fmt.c
-   sed -i 's|#include |#include "des/des.h"|' KRB5_std.h
-
-   # enable OMP
-   sed -i 's|#OMPFLAGS = -fopenmp$|OMPFLAGS = -fopenmp|' Makefile
-
-   # build john
-   if [ "$CARCH" == "x86_64" ]; then
-   make linux-x86-64
- else make linux-x86-mmx
-   fi
-}
-
-package() {
-   # config 

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

2016-06-18 Thread Dan McGee
Date: Saturday, June 18, 2016 @ 15:24:50
  Author: dan
Revision: 270179

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 270178, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 270178, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 270178, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 270178, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 270178, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 270178, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 270178, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 270178, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-18 15:24:40 UTC (rev 270178)
+++ extra-i686/PKGBUILD 2016-06-18 15:24:50 UTC (rev 270179)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.8.3
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('4a9bda9f14e9c5ce3e7a416e43b74a1b'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
- 

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

2016-06-18 Thread Dan McGee
Date: Saturday, June 18, 2016 @ 15:24:40
  Author: dan
Revision: 270178

upgpkg: git 2.9.0-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 14:53:13 UTC (rev 270177)
+++ PKGBUILD2016-06-18 15:24:40 UTC (rev 270178)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.8.3
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
git-daemon.socket)
-md5sums=('4a9bda9f14e9c5ce3e7a416e43b74a1b'
+md5sums=('118ef1e3108ef0b858cd13b74395a59c'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


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

2016-06-18 Thread Andreas Radke
Date: Saturday, June 18, 2016 @ 14:53:13
  Author: andyrtr
Revision: 270177

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

Added:
  gssproxy/repos/testing-i686/
  gssproxy/repos/testing-i686/PKGBUILD
(from rev 270176, gssproxy/trunk/PKGBUILD)
  gssproxy/repos/testing-x86_64/
  gssproxy/repos/testing-x86_64/PKGBUILD
(from rev 270176, gssproxy/trunk/PKGBUILD)

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

Copied: gssproxy/repos/testing-i686/PKGBUILD (from rev 270176, 
gssproxy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-18 14:53:13 UTC (rev 270177)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=gssproxy
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="GSSAPI Proxy"
+arch=(i686 x86_64)
+url="https://fedorahosted.org/gss-proxy/;
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+options=('emptydirs')
+backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
+etc/gss/mech.d/gssproxy.conf)
+source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
+sha512sums=('72cb987413feba341b57caa27d5efadb8ed63af3751fda7013fe68768457a88011ac3bcf6e90b3d1d5ecf8894708daa0f20e57fe191d8ba3ce9b6492b57708f7')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" 
systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec 
creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" 
systemd/gssproxy.service.in
+}
+
+build() {
+  cd gssproxy-$pkgver
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc  \
+--with-pubconf-path=/etc/gssproxy \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--without-selinux \
+--with-initscript=systemd
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test_proxymech
+}
+
+
+package() {
+  cd gssproxy-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # cleanup empty directories
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/share/doc
+
+  # install default config files
+  install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
+  # nfs services
+  install -m644 examples/24-nfs-server.conf 
$pkgdir/etc/gssproxy/24-nfs-server.conf
+  install -m644 examples/99-nfs-client.conf 
$pkgdir/etc/gssproxy/99-nfs-client.conf
+  # httpd service / use Arch UID/GID http/33 (by pkg filesystem)
+  install -m644 examples/80-httpd.conf $pkgdir/etc/gssproxy/80-httpd.conf
+  sed -i -e "s:euid = apache:euid = http:" $pkgdir/etc/gssproxy/80-httpd.conf
+
+  install -Dm644 examples/mech  $pkgdir/etc/gss/mech.d/gssproxy.conf
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}

Copied: gssproxy/repos/testing-x86_64/PKGBUILD (from rev 270176, 
gssproxy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-18 14:53:13 UTC (rev 270177)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=gssproxy
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="GSSAPI Proxy"
+arch=(i686 x86_64)
+url="https://fedorahosted.org/gss-proxy/;
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+options=('emptydirs')
+backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
+etc/gss/mech.d/gssproxy.conf)
+source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
+sha512sums=('72cb987413feba341b57caa27d5efadb8ed63af3751fda7013fe68768457a88011ac3bcf6e90b3d1d5ecf8894708daa0f20e57fe191d8ba3ce9b6492b57708f7')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" 
systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec 
creating 

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

2016-06-18 Thread Andreas Radke
Date: Saturday, June 18, 2016 @ 14:53:02
  Author: andyrtr
Revision: 270176

upgpkg: gssproxy 0.5.1-1

upstream update 0.5.1

Modified:
  gssproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 13:49:54 UTC (rev 270175)
+++ PKGBUILD2016-06-18 14:53:02 UTC (rev 270176)
@@ -3,8 +3,8 @@
 # Contributor: Mantas Mikulėnas 
 
 pkgname=gssproxy
-pkgver=0.5.0
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="GSSAPI Proxy"
 arch=(i686 x86_64)
 url="https://fedorahosted.org/gss-proxy/;
@@ -15,7 +15,7 @@
 backup=(etc/gssproxy/{gssproxy,24-nfs-server,80-httpd,99-nfs-client}.conf
 etc/gss/mech.d/gssproxy.conf)
 source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
-sha512sums=('14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8')
+sha512sums=('72cb987413feba341b57caa27d5efadb8ed63af3751fda7013fe68768457a88011ac3bcf6e90b3d1d5ecf8894708daa0f20e57fe191d8ba3ce9b6492b57708f7')
 
 prepare() {
   cd "$srcdir/gssproxy-$pkgver"


[arch-commits] Commit in perl-package-deprecationmanager/repos/community-any (2 files)

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 14:32:54
  Author: felixonmars
Revision: 180434

archrelease: copy trunk to community-any

Added:
  perl-package-deprecationmanager/repos/community-any/PKGBUILD
(from rev 180433, perl-package-deprecationmanager/trunk/PKGBUILD)
Deleted:
  perl-package-deprecationmanager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-18 14:32:37 UTC (rev 180433)
+++ PKGBUILD2016-06-18 14:32:54 UTC (rev 180434)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin Davis (juster) 
-
-pkgname=perl-package-deprecationmanager
-pkgver=0.16
-pkgrel=1
-pkgdesc="Manage deprecation warnings for your distribution"
-arch=('any')
-license=('Artistic2.0')
-depends=('perl-params-util' 'perl-sub-install' 'perl-sub-name' 
'perl-package-stash'
- 'perl-module-implementation' 'perl-namespace-autoclean')
-checkdepends=('perl-test-fatal' 'perl-test-warnings')
-options=('!emptydirs')
-url="https://metacpan.org/release/Package-DeprecationManager;
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$pkgver.tar.gz)
-md5sums=('6d457e26f23daeff18ae74b57ab57274')
-
-build() {
-  cd "$srcdir"/Package-DeprecationManager-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir"/Package-DeprecationManager-$pkgver
-  make test
-}
-
-package() {
-  cd "$srcdir"/Package-DeprecationManager-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-package-deprecationmanager/repos/community-any/PKGBUILD (from rev 
180433, perl-package-deprecationmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-18 14:32:54 UTC (rev 180434)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin Davis (juster) 
+
+pkgname=perl-package-deprecationmanager
+pkgver=0.17
+pkgrel=1
+pkgdesc="Manage deprecation warnings for your distribution"
+arch=('any')
+license=('Artistic2.0')
+depends=('perl-params-util' 'perl-sub-install' 'perl-sub-name' 
'perl-package-stash'
+ 'perl-module-implementation' 'perl-namespace-autoclean')
+checkdepends=('perl-test-fatal' 'perl-test-warnings')
+options=('!emptydirs')
+url="https://metacpan.org/release/Package-DeprecationManager;
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$pkgver.tar.gz)
+md5sums=('7b46e92aaae3047ede3c67c1714ab88e')
+
+build() {
+  cd "$srcdir"/Package-DeprecationManager-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/Package-DeprecationManager-$pkgver
+  make test
+}
+
+package() {
+  cd "$srcdir"/Package-DeprecationManager-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 14:32:37
  Author: felixonmars
Revision: 180433

upgpkg: perl-package-deprecationmanager 0.17-1

Modified:
  perl-package-deprecationmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 14:31:48 UTC (rev 180432)
+++ PKGBUILD2016-06-18 14:32:37 UTC (rev 180433)
@@ -4,7 +4,7 @@
 # Contributor: Justin Davis (juster) 
 
 pkgname=perl-package-deprecationmanager
-pkgver=0.16
+pkgver=0.17
 pkgrel=1
 pkgdesc="Manage deprecation warnings for your distribution"
 arch=('any')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url="https://metacpan.org/release/Package-DeprecationManager;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-$pkgver.tar.gz)
-md5sums=('6d457e26f23daeff18ae74b57ab57274')
+md5sums=('7b46e92aaae3047ede3c67c1714ab88e')
 
 build() {
   cd "$srcdir"/Package-DeprecationManager-$pkgver


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

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 14:31:48
  Author: felixonmars
Revision: 180432

archrelease: copy trunk to community-any

Added:
  python-secretstorage/repos/community-any/PKGBUILD
(from rev 180431, python-secretstorage/trunk/PKGBUILD)
Deleted:
  python-secretstorage/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-18 14:31:30 UTC (rev 180431)
+++ PKGBUILD2016-06-18 14:31:48 UTC (rev 180432)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.4
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('80ca4a4a0614daf45ee3d0fb17eb41cd')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 180431, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-18 14:31:48 UTC (rev 180432)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('651149db1b154d4fbcb725c857a0627f')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 14:31:30
  Author: felixonmars
Revision: 180431

upgpkg: python-secretstorage 2.2.0-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 14:23:00 UTC (rev 180430)
+++ PKGBUILD2016-06-18 14:31:30 UTC (rev 180431)
@@ -5,7 +5,7 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.4
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
@@ -13,8 +13,8 @@
 license=('BSD')
 makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('80ca4a4a0614daf45ee3d0fb17eb41cd')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('651149db1b154d4fbcb725c857a0627f')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}


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

2016-06-18 Thread Jelle van der Waa
Date: Saturday, June 18, 2016 @ 14:22:24
  Author: jelle
Revision: 180429

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-18 13:56:14 UTC (rev 180428)
+++ community-i686/PKGBUILD 2016-06-18 14:22:24 UTC (rev 180429)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.59.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('b846f44574366bee3d8cb9326c655609ba61877ec112da253d9c46ba522a31f3'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 180428, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-18 14:22:24 UTC (rev 180429)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.59.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2016-06-18 Thread Jelle van der Waa
Date: Saturday, June 18, 2016 @ 14:23:00
  Author: jelle
Revision: 180430

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-18 14:22:24 UTC (rev 180429)
+++ community-i686/PKGBUILD 2016-06-18 14:23:00 UTC (rev 180430)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.59.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('b846f44574366bee3d8cb9326c655609ba61877ec112da253d9c46ba522a31f3'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 180429, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-18 14:23:00 UTC (rev 180430)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.59.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2016-06-18 Thread Jelle van der Waa
Date: Saturday, June 18, 2016 @ 13:56:14
  Author: jelle
Revision: 180428

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-18 13:50:25 UTC (rev 180427)
+++ community-i686/PKGBUILD 2016-06-18 13:56:14 UTC (rev 180428)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.59.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('b846f44574366bee3d8cb9326c655609ba61877ec112da253d9c46ba522a31f3'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 180427, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-18 13:56:14 UTC (rev 180428)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.59.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2016-06-18 Thread Jelle van der Waa
Date: Saturday, June 18, 2016 @ 13:50:25
  Author: jelle
Revision: 180427

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-18 13:50:13 UTC (rev 180426)
+++ community-i686/PKGBUILD 2016-06-18 13:50:25 UTC (rev 180427)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.58.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('cdb7949bb9795a25836bb41cc19bcf0b900f4623cd6b5bed517c0789a5dbf85a'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 180426, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-18 13:50:25 UTC (rev 180427)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.59.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2016-06-18 Thread Jelle van der Waa
Date: Saturday, June 18, 2016 @ 13:50:13
  Author: jelle
Revision: 180426

upgpkg: calibre 2.59.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 12:02:30 UTC (rev 180425)
+++ PKGBUILD2016-06-18 13:50:13 UTC (rev 180426)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.58.0
-pkgrel=2
+pkgver=2.59.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('cdb7949bb9795a25836bb41cc19bcf0b900f4623cd6b5bed517c0789a5dbf85a'
+sha256sums=('b846f44574366bee3d8cb9326c655609ba61877ec112da253d9c46ba522a31f3'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-06-18 Thread Dave Reisner
Date: Saturday, June 18, 2016 @ 13:49:54
  Author: dreisner
Revision: 270175

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 270174, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 270174, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 270174, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 270174, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 270174, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 270174, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 270174, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 270174, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/udev-hwdb.hook
(from rev 270174, systemd/trunk/udev-hwdb.hook)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 270174, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 270174, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 270174, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 270174, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 270174, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 270174, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 270174, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 270174, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/udev-hwdb.hook
(from rev 270174, systemd/trunk/udev-hwdb.hook)

-+
 testing-i686/PKGBUILD   |  205 +
 testing-i686/arch.conf  |7 +
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  174 
 testing-i686/initcpio-install-udev  |   28 
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  209 ++
 testing-i686/udev-hwdb.hook |   11 +
 testing-x86_64/PKGBUILD |  205 +
 testing-x86_64/arch.conf|7 +
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  174 
 testing-x86_64/initcpio-install-udev|   28 
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  209 ++
 testing-x86_64/udev-hwdb.hook   |   11 +
 16 files changed, 1314 insertions(+)

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


[arch-commits] Commit in systemd/trunk (PKGBUILD initcpio-install-systemd)

2016-06-18 Thread Dave Reisner
Date: Saturday, June 18, 2016 @ 13:48:54
  Author: dreisner
Revision: 270174

upgpkg: systemd 230-5

- backport fix for ipv6 gateway autoconfiguration (FS#47572)
- add rescue/emergency targets and needed machinery (FS#36265)

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |   10 --
 initcpio-install-systemd |   11 ---
 2 files changed, 16 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 06:38:43 UTC (rev 270173)
+++ PKGBUILD2016-06-18 13:48:54 UTC (rev 270174)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=230
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -22,7 +22,7 @@
 'udev-hwdb.hook')
 md5sums=('SKIP'
  '90ea67a7bb237502094914622a39e281'
- 'cfb3f8ea657ab24535cc061bb38ec4c1'
+ '8a093826cbce909e34f15dccd73974c4'
  '1b3aa3a0551b08af9305d33f85b5c2fc'
  '20ead378f5d6df4b2a3e670301510a7d'
  'ddaef54f68f6c86c6c07835fc668f62a'
@@ -41,6 +41,12 @@
 
   # automount: handle expire_tokens when the mount unit changes its state 
(#3434)
   0a62f81045dd810c8f1223cccbac4d706ea2cb45
+
+  # networkd: networkd: ndisc set SO_BINDTODEVICE on socket (#3294)
+  15fec93be37f12ef6c36a3e8f7dbb1984e1bcfe7
+
+  # resolved: when restarting a transaction make sure to not touch it anymore 
(#3553)
+  5278bbfe0c79c1f2b5bf8a215d8e7d63f1900ce9
 )
 
 prepare() {

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2016-06-18 06:38:43 UTC (rev 270173)
+++ initcpio-install-systemd2016-06-18 13:48:54 UTC (rev 270174)
@@ -100,6 +100,7 @@
 add_binary /bin/mount
 add_binary /usr/bin/kmod /usr/bin/modprobe
 add_binary /usr/lib/systemd/systemd /init
+add_binary /usr/bin/sulogin
 
 map add_binary \
 /usr/bin/systemd-tmpfiles \
@@ -144,7 +145,9 @@
 systemd-udevd-control.socket \
 systemd-udevd-kernel.socket \
 systemd-udevd.service \
-timers.target
+timers.target \
+rescue.target \
+emergency.target
 
 add_symlink "/usr/lib/systemd/system/default.target" "initrd.target"
 add_symlink "/usr/lib/systemd/system/ctrl-alt-del.target" "reboot.target"
@@ -152,8 +155,10 @@
 # udev wants /etc/group since it doesn't launch with --resolve-names=never
 add_file "/etc/nsswitch.conf"
 add_binary "$(readlink -f /usr/lib/libnss_files.so)"
-add_file "/etc/passwd"
-add_file "/etc/group"
+
+echo "root:x:0:0:root:/:/bin/sh" >"$BUILDROOT/etc/passwd"
+echo "root:x:0:root" >"$BUILDROOT/etc/group"
+echo "root" >"$BUILDROOT/etc/shadow"
 }
 
 help() {


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

2016-06-18 Thread Sébastien Luttringer
Date: Saturday, June 18, 2016 @ 12:02:14
  Author: seblu
Revision: 180424

upgpkg: virtualbox-modules-arch 5.0.22-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 11:41:31 UTC (rev 180423)
+++ PKGBUILD2016-06-18 12:02:14 UTC (rev 180424)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.20
-pkgrel=4
+pkgver=5.0.22
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -66,3 +66,4 @@
 
 # vim:set ts=2 sw=2 et:
 
+


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

2016-06-18 Thread Sébastien Luttringer
Date: Saturday, June 18, 2016 @ 12:02:30
  Author: seblu
Revision: 180425

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

Added:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
(from rev 180424, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-i686/build.sh
(from rev 180424, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
(from rev 180424, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 180424, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-x86_64/build.sh
(from rev 180424, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install
(from rev 180424, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-i686/build.sh
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-x86_64/build.sh
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  138 +
 /build.sh|  122 ++
 /virtualbox-modules-arch.install |   46 +++
 community-i686/PKGBUILD  |   68 --
 community-i686/build.sh  |   61 -
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   68 --
 community-x86_64/build.sh|   61 -
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 9 files changed, 306 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-18 12:02:14 UTC (rev 180424)
+++ community-i686/PKGBUILD 2016-06-18 12:02:30 UTC (rev 180425)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.20
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.6' 'linux<4.7'
- 'linux-headers>=4.6' 'linux-headers<4.7'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.6-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.6' 'linux<4.7')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.6' 'linux<4.7')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: virtualbox-modules-arch/repos/community-i686/PKGBUILD (from rev 180424, 

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

2016-06-18 Thread Sébastien Luttringer
Date: Saturday, June 18, 2016 @ 11:41:31
  Author: seblu
Revision: 180423

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

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 180422, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 180422, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 180422, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 180422, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 180422, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/010-no-update.patch
(from rev 180422, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 180422, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 180422, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 180422, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 180422, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 180422, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 180422, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 180422, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 180422, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 180422, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 180422, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 180422, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 180422, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 180422, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 180422, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 180422, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 180422, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 180422, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 180422, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 180422, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 180422, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 180422, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/010-no-update.patch
(from rev 180422, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 180422, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 180422, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 180422, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 180422, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 180422, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 180422, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 180422, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 180422, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 180422, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 180422, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 180422, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 180422, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 180422, 

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

2016-06-18 Thread Sébastien Luttringer
Date: Saturday, June 18, 2016 @ 11:40:20
  Author: seblu
Revision: 180422

upgpkg: virtualbox 5.0.22-1

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 08:19:42 UTC (rev 180421)
+++ PKGBUILD2016-06-18 11:40:20 UTC (rev 180422)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.0.20
+pkgver=5.0.22
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -66,7 +66,7 @@
 '007-python2-path.patch'
 '010-no-update.patch'
 )
-md5sums=('2054e12c21cac025916df4162f18efd7'
+md5sums=('6df8e585c7fce90c2a7d76c8001fcad7'
  '984412a63aa9c07ddc3cfd970381d5df'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'


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

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 08:19:42
  Author: felixonmars
Revision: 180421

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 180420, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-18 08:19:26 UTC (rev 180420)
+++ PKGBUILD2016-06-18 08:19:42 UTC (rev 180421)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.12.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('62997238da77bc0c0def00ee81cf3400')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 180420, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-18 08:19:42 UTC (rev 180421)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.13.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('fa5919635242c0dccf53ed7d15489ca2')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 08:19:26
  Author: felixonmars
Revision: 180420

upgpkg: eslint 2.13.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 08:00:57 UTC (rev 180419)
+++ PKGBUILD2016-06-18 08:19:26 UTC (rev 180420)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.12.0
+pkgver=2.13.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('62997238da77bc0c0def00ee81cf3400')
+md5sums=('fa5919635242c0dccf53ed7d15489ca2')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 08:00:30
  Author: felixonmars
Revision: 180418

upgpkg: nodejs 6.2.2-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 07:26:22 UTC (rev 180417)
+++ PKGBUILD2016-06-18 08:00:30 UTC (rev 180418)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=6.2.1
+pkgver=6.2.2
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')


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

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 08:00:57
  Author: felixonmars
Revision: 180419

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-18 08:00:30 UTC (rev 180418)
+++ community-i686/PKGBUILD 2016-06-18 08:00:57 UTC (rev 180419)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=6.2.1
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
-makedepends=('python2' 'procps-ng' 'git')
-optdepends=('npm: nodejs package manager')
-source=("git+https://github.com/nodejs/node.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd node
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node
-  make test
-}
-
-package() {
-  cd node
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 180418, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-18 08:00:57 UTC (rev 180419)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=6.2.2
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
+makedepends=('python2' 'procps-ng' 'git')
+optdepends=('npm: nodejs package manager')
+source=("git+https://github.com/nodejs/node.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd node
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node
+  make test
+}
+
+package() {
+  cd node
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-18 08:00:30 UTC (rev 180418)
+++ community-x86_64/PKGBUILD   2016-06-18 08:00:57 UTC (rev 180419)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# 

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

2016-06-18 Thread Maxime Gauduin
Date: Saturday, June 18, 2016 @ 07:26:22
  Author: alucryd
Revision: 180417

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 180416, beets/trunk/PKGBUILD)
  beets/repos/community-any/beet
(from rev 180416, beets/trunk/beet)
Deleted:
  beets/repos/community-any/PKGBUILD
  beets/repos/community-any/beet

--+
 PKGBUILD |  134 ++---
 beet |4 -
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-18 07:25:07 UTC (rev 180416)
+++ PKGBUILD2016-06-18 07:26:22 UTC (rev 180417)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=beets
-pkgver=1.3.18
-pkgrel=2
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
- 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
- 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: ReplayGain plugin'
-'gst-plugins-good: ReplayGain plugin'
-'gst-plugins-ugly: ReplayGain plugin'
-'gst-libav: ReplayGain plugin'
-'gst-python: ReplayGain plugin'
-'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-'imagemagick: Thumbnails plugin'
-'python2-beautifulsoup4: Lyrics plugin'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-mpd: MPDStats plugin'
-'python2-pathlib: Thumbnails plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: Chromaprint/Acoustid/BPD/FetchArt plugins'
-'python2-xdg: Thumbnails plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
-'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
-'beet')
-sha256sums=('8dced2ec4462c60e9163165dd3bfa8e8eac77d103953e0cd608bd2a2b8f7ef26'
-'dd13bbe2270ac1fce76e7ba9e749823f0fc664b6746b5536e2edf22f32a91e3b'
-'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
-  install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/
-  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
-  install -m 644 ../_beet "${pkgdir}"/usr/share/zsh/site-functions/
-
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 180416, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-18 07:26:22 UTC (rev 180417)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=beets
+pkgver=1.3.18
+pkgrel=2
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
+ 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
+ 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-libav: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'imagemagick: Thumbnails plugin'
+ 

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

2016-06-18 Thread Maxime Gauduin
Date: Saturday, June 18, 2016 @ 07:25:07
  Author: alucryd
Revision: 180416

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 180415, beets/trunk/PKGBUILD)
  beets/repos/community-any/beet
(from rev 180415, beets/trunk/beet)
Deleted:
  beets/repos/community-any/PKGBUILD
  beets/repos/community-any/beet

--+
 PKGBUILD |  133 ++---
 beet |4 -
 2 files changed, 69 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-18 07:24:48 UTC (rev 180415)
+++ PKGBUILD2016-06-18 07:25:07 UTC (rev 180416)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=beets
-pkgver=1.3.18
-pkgrel=1
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
- 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
- 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gst-plugins-bad: ReplayGain plugin'
-'gst-plugins-good: ReplayGain plugin'
-'gst-plugins-ugly: ReplayGain plugin'
-'gst-libav: ReplayGain plugin'
-'gst-python: ReplayGain plugin'
-'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
-'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
-'imagemagick: Thumbnails plugin'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-mpd: MPDStats plugin'
-'python2-pathlib: Thumbnails plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: Chromaprint/Acoustid/BPD/FetchArt plugins'
-'python2-xdg: Thumbnails plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
-'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
-'beet')
-sha256sums=('8dced2ec4462c60e9163165dd3bfa8e8eac77d103953e0cd608bd2a2b8f7ef26'
-'dd13bbe2270ac1fce76e7ba9e749823f0fc664b6746b5536e2edf22f32a91e3b'
-'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
-
-build() {
-  cd beets-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd beets-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
-  install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/
-  install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
-  install -m 644 ../_beet "${pkgdir}"/usr/share/zsh/site-functions/
-
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/beets
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 180415, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-18 07:25:07 UTC (rev 180416)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=beets
+pkgver=1.3.18
+pkgrel=2
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
+ 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode'
+ 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-libav: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'imagemagick: Thumbnails plugin'
+'python2-beautifulsoup4: Lyrics plugin'
+ 

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

2016-06-18 Thread Maxime Gauduin
Date: Saturday, June 18, 2016 @ 07:24:48
  Author: alucryd
Revision: 180415

FS#49737: beets 1.3.18-2

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 05:29:28 UTC (rev 180414)
+++ PKGBUILD2016-06-18 07:24:48 UTC (rev 180415)
@@ -4,7 +4,7 @@
 
 pkgname=beets
 pkgver=1.3.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
@@ -24,6 +24,7 @@
 'gstreamer0.10-ffmpeg: Chromaprint/Acoustid/BPD plugins'
 'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
 'imagemagick: Thumbnails plugin'
+'python2-beautifulsoup4: Lyrics plugin'
 'python2-flask: Web plugin'
 'python2-gobject: ReplayGain plugin'
 'python2-mpd: MPDStats plugin'


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

2016-06-18 Thread Antonio Rojas
Date: Saturday, June 18, 2016 @ 06:38:43
  Author: arojas
Revision: 270173

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-18 06:38:00 UTC (rev 270172)
+++ extra-i686/PKGBUILD 2016-06-18 06:38:43 UTC (rev 270173)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepimlibs4
-pkgver=4.14.10
-_kdeappver=15.04.3
-pkgrel=8
-pkgdesc="KDE4 PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4')
-conflicts=('kdepimlibs')
-provides=('kdepimlibs')
-replaces=('kdepimlibs')
-source=("http://download.kde.org/Attic/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz;
-   
kdepimlibs4-bug338658-1.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=4429619=plain;
-   
kdepimlibs4-bug338658-2.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=d8b5da7=plain;)
-sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932'
-  '453bc1b79453336c6a02babfc44ce8381eebc40a'
-  '0df47345dd630aa2f31a62f8cf0c062df3c25c67')
-
-prepare() {
-  mkdir -p build
-
-# Fix https://bugs.kde.org/show_bug.cgi?id=338658
-  cd kdepimlibs-$pkgver
-  patch -p1 -i ../kdepimlibs4-bug338658-1.patch
-  patch -p1 -i ../kdepimlibs4-bug338658-2.patch
-}
-
-build() {
-  cd build
-  cmake ../kdepimlibs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-# Conflicts with KF5
-  rm -r "$pkgdir"/usr/{bin,share/{akonadi,config.kcfg}}
-}

Copied: kdepimlibs4/repos/extra-i686/PKGBUILD (from rev 270172, 
kdepimlibs4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-18 06:38:43 UTC (rev 270173)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepimlibs4
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=9
+pkgdesc="KDE4 PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4')
+conflicts=('kdepimlibs')
+provides=('kdepimlibs')
+replaces=('kdepimlibs')
+source=("http://download.kde.org/Attic/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz;
+   
kdepimlibs4-bug338658-1.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=4429619=plain;
+   
kdepimlibs4-bug338658-2.patch::"https://quickgit.kde.org/?p=kdepimlibs.git=commitdiff=d8b5da7=plain;)
+sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932'
+  '453bc1b79453336c6a02babfc44ce8381eebc40a'
+  '0df47345dd630aa2f31a62f8cf0c062df3c25c67')
+
+prepare() {
+  mkdir -p build
+
+# Fix https://bugs.kde.org/show_bug.cgi?id=338658
+  cd kdepimlibs-$pkgver
+  patch -p1 -i ../kdepimlibs4-bug338658-1.patch
+  patch -p1 -i ../kdepimlibs4-bug338658-2.patch
+}
+
+build() {
+  cd build
+  cmake ../kdepimlibs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Conflicts with KF5
+  rm -r "$pkgdir"/usr/{bin,share/{akonadi,config.kcfg}}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-18 06:38:00 UTC (rev 270172)
+++ extra-x86_64/PKGBUILD   2016-06-18 06:38:43 UTC (rev 270173)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepimlibs4
-pkgver=4.14.10
-_kdeappver=15.04.3
-pkgrel=8
-pkgdesc="KDE4 PIM Libraries"
-arch=('i686' 'x86_64')

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

2016-06-18 Thread Antonio Rojas
Date: Saturday, June 18, 2016 @ 06:38:00
  Author: arojas
Revision: 270172

Drop prison support

Modified:
  kdepimlibs4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 01:22:21 UTC (rev 270171)
+++ PKGBUILD2016-06-18 06:38:00 UTC (rev 270172)
@@ -6,12 +6,12 @@
 pkgname=kdepimlibs4
 pkgver=4.14.10
 _kdeappver=15.04.3
-pkgrel=8
+pkgrel=9
 pkgdesc="KDE4 PIM Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepimlibs'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
+depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'qjson')
 makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4')
 conflicts=('kdepimlibs')
 provides=('kdepimlibs')