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

2015-08-08 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 08:02:47
  Author: fyan
Revision: 138112

upgpkg: python-keyring 5.4-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 05:52:36 UTC (rev 138111)
+++ PKGBUILD2015-08-08 06:02:47 UTC (rev 138112)
@@ -8,18 +8,18 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.3
+pkgver=5.4
 pkgrel=1
 pkgdesc=Store and access your passwords safely.
 arch=('any')
 url=http://pypi.python.org/pypi/keyring;
 license=('PSF' 'MIT')
-source=(http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip;)
-makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
   'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'kdebindings-python' 'kdebindings-python2' 'python2-gdata')
-md5sums=('fd50a2be4a44a78efb09a7c046b6410d')
+  'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
+md5sums=('ed60cc006c1bc629bf92e100cca952ea')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}
@@ -34,6 +34,8 @@
 }
 
 check() {
+  # Not using ptr because we are not packaging keyczar
+
   cd $srcdir/keyring-$pkgver
   py.test
 


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

2015-08-08 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 08:03:08
  Author: fyan
Revision: 138113

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 06:02:47 UTC (rev 138112)
+++ PKGBUILD2015-08-08 06:03:08 UTC (rev 138113)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas ivansichfrei...@gmail.com
-# Contributor: Brice Maron br...@bmaron.net
-# Contributor: Nuno Araujo nuno.araujo at russo79.com
-# Contributor: Steven Allen steven {at} stebalien {dot} com
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=5.3
-pkgrel=1
-pkgdesc=Store and access your passwords safely.
-arch=('any')
-url=http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=(http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.zip;)
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
-  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
-  'kdebindings-python' 'kdebindings-python2' 'python2-gdata')
-md5sums=('fd50a2be4a44a78efb09a7c046b6410d')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/keyring-$pkgver
-  python setup.py build
-
-  cd $srcdir/keyring-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/keyring-$pkgver
-  py.test
-
-  cd $srcdir/keyring-$pkgver-py2
-  py.test2
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python-gobject: Gnome integration'
-'kdebindings-python: Kde integration'
-'python-crypto: CLI keyring'
-'python-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd $srcdir/keyring-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('libgnome-keyring: Gnome integration'
-'python2-gobject: Gnome integration'
-'kdebindings-python2: Kde integration'
-'python2-crypto: CLI keyring'
-'python2-secretstorage: SecretService DBus API (GNOME/KDE)')
-
-  cd $srcdir/keyring-$pkgver-py2
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv $pkgdir/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 138112, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 06:03:08 UTC (rev 138113)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas ivansichfrei...@gmail.com
+# Contributor: Brice Maron br...@bmaron.net
+# Contributor: Nuno Araujo nuno.araujo at russo79.com
+# Contributor: Steven Allen steven {at} stebalien {dot} com
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=5.4
+pkgrel=1
+pkgdesc=Store and access your passwords safely.
+arch=('any')
+url=http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=(http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'python-crypto' 'python2-crypto'
+  'python-secretstorage' 'python2-secretstorage' 'python-gobject' 
'python2-gobject' 'libgnome-keyring'
+  'kdebindings-python' 'kdebindings-python2' 'python2-gdata' 
'python-fs' 'python2-fs')
+md5sums=('ed60cc006c1bc629bf92e100cca952ea')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/keyring-$pkgver
+  python setup.py build
+
+  cd $srcdir/keyring-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Not using ptr because we are not packaging keyczar
+
+  cd $srcdir/keyring-$pkgver
+  py.test
+
+  cd $srcdir/keyring-$pkgver-py2
+  py.test2
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('libgnome-keyring: Gnome integration'
+'python-gobject: Gnome integration'
+'kdebindings-python: Kde integration'
+'python-crypto: CLI keyring'
+'python-secretstorage: SecretService DBus API (GNOME/KDE)')
+
+  cd $srcdir/keyring-$pkgver
+  python setup.py 

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

2015-08-08 Thread Maxime Gauduin
Date: Saturday, August 8, 2015 @ 09:35:12
  Author: alucryd
Revision: 138115

FS#45920: beets 1.3.14-2

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 06:11:59 UTC (rev 138114)
+++ PKGBUILD2015-08-08 07:35:12 UTC (rev 138115)
@@ -4,7 +4,7 @@
 
 pkgname=beets
 pkgver=1.3.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
@@ -23,11 +23,14 @@
 '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-pathlib: Thumbnails plugin'
 'python2-pyacoustid: Chromaprint/Acoustid plugin'
 'python2-pylast: LastGenre plugin'
-'python2-requests: FetchArt plugin')
+'python2-requests: FetchArt plugin'
+'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')


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

2015-08-08 Thread Maxime Gauduin
Date: Saturday, August 8, 2015 @ 09:35:33
  Author: alucryd
Revision: 138116

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  127 +++--
 beet |4 -
 2 files changed, 67 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 07:35:12 UTC (rev 138115)
+++ PKGBUILD2015-08-08 07:35:33 UTC (rev 138116)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=beets
-pkgver=1.3.14
-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'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: FetchArt 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=('9edf3da761fdebabdff7adc5258e47416249481bb450acd403cb52e7487563c2'
-'51c23b07ae5b4d67bd3d9f1c6ec3187a04b18d805e0b198951c6b63c67d34715'
-'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}/etc/bash_completion.d
-  install -m 644 ../beet ${pkgdir}/etc/bash_completion.d/
-  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 138115, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 07:35:33 UTC (rev 138116)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.3.14
+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-flask: Web plugin'
+'python2-gobject: ReplayGain plugin'
+'python2-pathlib: Thumbnails plugin'
+'python2-pyacoustid: Chromaprint/Acoustid plugin'
+'python2-pylast: LastGenre plugin'
+'python2-requests: FetchArt plugin'
+'python2-xdg: 

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

2015-08-08 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 09:39:45
  Author: fyan
Revision: 138118

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 07:39:25 UTC (rev 138117)
+++ PKGBUILD2015-08-08 07:39:45 UTC (rev 138118)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Hugo Osvaldo Barrera h...@barrera.io
-
-pkgbase=python-setuptools_scm
-pkgname=(python-setuptools_scm python2-setuptools_scm)
-_pkgname=setuptools_scm
-pkgver=1.5.5
-pkgrel=2
-pkgdesc=Handles managing your python package versions in scm metadata.
-arch=('any')
-url=https://github.com/pypa/setuptools_scm;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=(git+https://github.com/pypa/setuptools_scm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a $_pkgname{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${_pkgname}
-  python setup.py build
-
-  cd ${srcdir}/${_pkgname}-py2
-  python2 setup.py build
-}
-
-package_python-setuptools_scm() {
-  depends=('python-setuptools')
-
-  cd ${srcdir}/${_pkgname}
-  python setup.py egg_info
-  python setup.py install --root $pkgdir
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-setuptools_scm() {
-  depends=('python2-setuptools')
-
-  cd ${srcdir}/${_pkgname}-py2
-  python2 setup.py egg_info
-  python2 setup.py install --root $pkgdir
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-setuptools_scm/repos/community-any/PKGBUILD (from rev 138117, 
python-setuptools_scm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 07:39:45 UTC (rev 138118)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Hugo Osvaldo Barrera h...@barrera.io
+
+pkgbase=python-setuptools_scm
+pkgname=(python-setuptools_scm python2-setuptools_scm)
+_pkgname=setuptools_scm
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Handles managing your python package versions in scm metadata.
+arch=('any')
+url=https://github.com/pypa/setuptools_scm;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=(git+https://github.com/pypa/setuptools_scm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a $_pkgname{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${_pkgname}
+  python setup.py build
+
+  cd ${srcdir}/${_pkgname}-py2
+  python2 setup.py build
+}
+
+package_python-setuptools_scm() {
+  depends=('python-setuptools')
+
+  cd ${srcdir}/${_pkgname}
+  python setup.py egg_info
+  python setup.py install --root $pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-setuptools_scm() {
+  depends=('python2-setuptools')
+
+  cd ${srcdir}/${_pkgname}-py2
+  python2 setup.py egg_info
+  python2 setup.py install --root $pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-08-08 Thread Felix Yan
Date: Saturday, August 8, 2015 @ 09:39:25
  Author: fyan
Revision: 138117

upgpkg: python-setuptools_scm 1.6.0-1

Modified:
  python-setuptools_scm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 07:35:33 UTC (rev 138116)
+++ PKGBUILD2015-08-08 07:39:25 UTC (rev 138117)
@@ -5,8 +5,8 @@
 pkgbase=python-setuptools_scm
 pkgname=(python-setuptools_scm python2-setuptools_scm)
 _pkgname=setuptools_scm
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=Handles managing your python package versions in scm metadata.
 arch=('any')
 url=https://github.com/pypa/setuptools_scm;


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

2015-08-08 Thread Jaroslav Lichtblau
Date: Saturday, August 8, 2015 @ 12:06:05
  Author: jlichtblau
Revision: 138120

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

Added:
  osmo/repos/community-i686/PKGBUILD
(from rev 138119, osmo/trunk/PKGBUILD)
  osmo/repos/community-i686/osmo.changelog
(from rev 138119, osmo/trunk/osmo.changelog)
  osmo/repos/community-i686/osmo.install
(from rev 138119, osmo/trunk/osmo.install)
  osmo/repos/community-x86_64/PKGBUILD
(from rev 138119, osmo/trunk/PKGBUILD)
  osmo/repos/community-x86_64/osmo.changelog
(from rev 138119, osmo/trunk/osmo.changelog)
  osmo/repos/community-x86_64/osmo.install
(from rev 138119, osmo/trunk/osmo.install)
Deleted:
  osmo/repos/community-i686/PKGBUILD
  osmo/repos/community-i686/osmo.changelog
  osmo/repos/community-i686/osmo.install
  osmo/repos/community-x86_64/PKGBUILD
  osmo/repos/community-x86_64/osmo.changelog
  osmo/repos/community-x86_64/osmo.install

-+
 /PKGBUILD   |   64 ++
 /osmo.changelog |   36 +
 /osmo.install   |   24 ++
 community-i686/PKGBUILD |   32 ---
 community-i686/osmo.changelog   |   15 
 community-i686/osmo.install |   12 ---
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/osmo.changelog |   15 
 community-x86_64/osmo.install   |   12 ---
 9 files changed, 124 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-08 10:05:44 UTC (rev 138119)
+++ community-i686/PKGBUILD 2015-08-08 10:06:05 UTC (rev 138120)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Benzo mb_be...@yahoo.es
-
-pkgname=osmo
-pkgver=0.2.12
-pkgrel=2
-pkgdesc=A handy personal organizer
-arch=('i686' 'x86_64')
-url=http://clayo.org/osmo/;
-license=('GPL')
-depends=('gtkspell' 'hicolor-icon-theme' 'libical' 'libnotify' 'webkitgtk2' 
'libgringotts' 'libxml2')
-makedepends=('libarchive')
-optdepends=('sox: to play sounds')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('93bda51614f92e4193840451612e792219f7d8c90d78bdc7ea6d6c14a2be6b78')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make 
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: osmo/repos/community-i686/PKGBUILD (from rev 138119, 
osmo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-08 10:06:05 UTC (rev 138120)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Benzo mb_be...@yahoo.es
+
+pkgname=osmo
+pkgver=0.2.14
+pkgrel=1
+pkgdesc=A handy personal organizer
+arch=('i686' 'x86_64')
+url=http://clayo.org/osmo/;
+license=('GPL')
+depends=('gtkspell' 'hicolor-icon-theme' 'libical' 'libnotify' 'webkitgtk2' 
'libgringotts' 'libxml2')
+makedepends=('libarchive')
+optdepends=('sox: to play sounds')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('052c3509e9e5ee3f7692fc0d456bebd3a13727acb985901f08c0e2e86bf64a6d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/osmo.changelog
===
--- community-i686/osmo.changelog   2015-08-08 10:05:44 UTC (rev 138119)
+++ community-i686/osmo.changelog   2015-08-08 10:06:05 UTC (rev 138120)
@@ -1,15 +0,0 @@
-2014-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * osmo 0.2.12-2 upstream stable version
-
-2010-04-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#18941 solved
-
-2010-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.2.10
-
-2009-03-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#13879 solved
-
-2009-03-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Updated to major version 0.2.6
-

Copied: osmo/repos/community-i686/osmo.changelog (from rev 138119, 
osmo/trunk/osmo.changelog)
===
--- community-i686/osmo.changelog   (rev 0)
+++ community-i686/osmo.changelog   2015-08-08 10:06:05 UTC (rev 138120)
@@ -0,0 +1,18 

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

2015-08-08 Thread Jaroslav Lichtblau
Date: Saturday, August 8, 2015 @ 12:05:44
  Author: jlichtblau
Revision: 138119

upgpkg: osmo 0.2.14-1 - new upstream release

Modified:
  osmo/trunk/PKGBUILD
  osmo/trunk/osmo.changelog

+
 PKGBUILD   |8 
 osmo.changelog |   13 -
 2 files changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 07:39:45 UTC (rev 138118)
+++ PKGBUILD2015-08-08 10:05:44 UTC (rev 138119)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 # Contributor: Benzo mb_be...@yahoo.es
 
 pkgname=osmo
-pkgver=0.2.12
-pkgrel=2
+pkgver=0.2.14
+pkgrel=1
 pkgdesc=A handy personal organizer
 arch=('i686' 'x86_64')
 url=http://clayo.org/osmo/;
@@ -16,7 +16,7 @@
 changelog=$pkgname.changelog
 install=$pkgname.install
 
source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('93bda51614f92e4193840451612e792219f7d8c90d78bdc7ea6d6c14a2be6b78')
+sha256sums=('052c3509e9e5ee3f7692fc0d456bebd3a13727acb985901f08c0e2e86bf64a6d')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: osmo.changelog
===
--- osmo.changelog  2015-08-08 07:39:45 UTC (rev 138118)
+++ osmo.changelog  2015-08-08 10:05:44 UTC (rev 138119)
@@ -1,15 +1,18 @@
-2014-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2015-08-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * osmo 0.2.14-1 upstream stable version
+
+2014-10-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* osmo 0.2.12-2 upstream stable version
 
-2010-04-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-04-04 Jaroslav Lichtblau svetlemo...@archlinux.org
* FS#18941 solved
 
-2010-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-04-02 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 0.2.10
 
-2009-03-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-03-26 Jaroslav Lichtblau svetlemo...@archlinux.org
* FS#13879 solved
 
-2009-03-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-03-17 Jaroslav Lichtblau svetlemo...@archlinux.org
* Updated to major version 0.2.6
 


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

2015-08-08 Thread Florian Pritz
Date: Saturday, August 8, 2015 @ 14:23:01
  Author: bluewind
Revision: 138121

upgpkg: highlight 3.23-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 10:06:05 UTC (rev 138120)
+++ PKGBUILD2015-08-08 12:23:01 UTC (rev 138121)
@@ -3,14 +3,14 @@
 # Contributor: Jan Fader jan.fa...@web.de
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.22
-pkgrel=2
+pkgver=3.23
+pkgrel=1
 url=http://www.andre-simon.de/doku/highlight/highlight.html;
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=(qt4 lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('6e6e12b7ee966fe6b1a31eeda3f0761a'
+md5sums=('09d7c445e15ae9071d86e780dc61e3fb'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


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

2015-08-08 Thread Florian Pritz
Date: Saturday, August 8, 2015 @ 14:23:06
  Author: bluewind
Revision: 138122

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-08 12:23:01 UTC (rev 138121)
+++ community-i686/PKGBUILD 2015-08-08 12:23:06 UTC (rev 138122)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Jan Fader jan.fa...@web.de
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.22
-pkgrel=2
-url=http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt4 lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('6e6e12b7ee966fe6b1a31eeda3f0761a'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  make QMAKE=qmake-qt4
-  make QMAKE=qmake-qt4 gui
-}
-
-package_highlight() {
-  pkgdesc=Fast and flexible source code highlighter (CLI version)
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install
-}
-
-package_highlight-gui() {
-  pkgdesc=Fast and flexible source code highlighter (Qt version)
-  depends=('qt4' 'highlight')
-  cd $srcdir/$pkgbase-$pkgver
-
-  install -dm755 $pkgdir/usr/bin
-  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-i686/PKGBUILD (from rev 138121, 
highlight/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-08 12:23:06 UTC (rev 138122)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Jan Fader jan.fa...@web.de
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.23
+pkgrel=1
+url=http://www.andre-simon.de/doku/highlight/highlight.html;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=(qt4 lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('09d7c445e15ae9071d86e780dc61e3fb'
+ 'SKIP')
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  make QMAKE=qmake-qt4
+  make QMAKE=qmake-qt4 gui
+}
+
+package_highlight() {
+  pkgdesc=Fast and flexible source code highlighter (CLI version)
+  depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
+  cd $srcdir/$pkgbase-$pkgver
+
+  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install
+}
+
+package_highlight-gui() {
+  pkgdesc=Fast and flexible source code highlighter (Qt version)
+  depends=('qt4' 'highlight')
+  cd $srcdir/$pkgbase-$pkgver
+
+  install -dm755 $pkgdir/usr/bin
+  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install-gui
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-08 12:23:01 UTC (rev 138121)
+++ community-x86_64/PKGBUILD   2015-08-08 12:23:06 UTC (rev 138122)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Jan Fader jan.fa...@web.de
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.22
-pkgrel=2
-url=http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt4 lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('6e6e12b7ee966fe6b1a31eeda3f0761a'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  make QMAKE=qmake-qt4
-  make QMAKE=qmake-qt4 gui
-}
-
-package_highlight() {
-  pkgdesc=Fast and flexible source code highlighter (CLI version)
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install
-}
-
-package_highlight-gui() {
-  pkgdesc=Fast and flexible source code highlighter (Qt version)
-  depends=('qt4' 'highlight')
-  cd $srcdir/$pkgbase-$pkgver
-
-  install -dm755 $pkgdir/usr/bin
-  make DESTDIR=$pkgdir QMAKE=qmake-qt4 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 138121, 
highlight/trunk/PKGBUILD)

[arch-commits] Commit in ldns/trunk (PKGBUILD perl-recent.patch)

2015-08-08 Thread Gaetan Bisson
Date: Saturday, August 8, 2015 @ 15:35:36
  Author: bisson
Revision: 243124

fix FS#45860

Added:
  ldns/trunk/perl-recent.patch
Modified:
  ldns/trunk/PKGBUILD

---+
 PKGBUILD  |   16 ++--
 perl-recent.patch |   12 
 2 files changed, 22 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 06:38:51 UTC (rev 243123)
+++ PKGBUILD2015-08-08 13:35:36 UTC (rev 243124)
@@ -5,7 +5,7 @@
 
 pkgname=ldns
 pkgver=1.6.17
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -13,12 +13,18 @@
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'perl-recent.patch')
+sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
+  '026b276a360d29b3bd3690293a27178262a0b3dc')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../perl-recent.patch
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -33,8 +39,6 @@
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-
make DESTDIR=${pkgdir} install
-
install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Added: perl-recent.patch
===
--- perl-recent.patch   (rev 0)
+++ perl-recent.patch   2015-08-08 13:35:36 UTC (rev 243124)
@@ -0,0 +1,12 @@
+diff -Naur old/doc/doxyparse.pl new/doc/doxyparse.pl
+--- old/doc/doxyparse.pl   2014-01-11 06:04:41.0 +0900
 new/doc/doxyparse.pl   2015-08-08 22:29:34.216889652 +0900
+@@ -273,7 +273,7 @@
+ 
+   print MAN $MAN_MIDDLE;
+ 
+-  if (defined(@$also)) {
++  if (@$also) {
+   print MAN \n.SH SEE ALSO\n\\fI;
+   print MAN join \\fR, \\fI, @$also;
+   print MAN \\fR.\nAnd ;


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

2015-08-08 Thread Gaetan Bisson
Date: Saturday, August 8, 2015 @ 15:36:02
  Author: bisson
Revision: 243125

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

Added:
  ldns/repos/testing-i686/
  ldns/repos/testing-i686/PKGBUILD
(from rev 243124, ldns/trunk/PKGBUILD)
  ldns/repos/testing-i686/perl-recent.patch
(from rev 243124, ldns/trunk/perl-recent.patch)
  ldns/repos/testing-x86_64/
  ldns/repos/testing-x86_64/PKGBUILD
(from rev 243124, ldns/trunk/PKGBUILD)
  ldns/repos/testing-x86_64/perl-recent.patch
(from rev 243124, ldns/trunk/perl-recent.patch)

--+
 testing-i686/PKGBUILD|   44 +
 testing-i686/perl-recent.patch   |   12 ++
 testing-x86_64/PKGBUILD  |   44 +
 testing-x86_64/perl-recent.patch |   12 ++
 4 files changed, 112 insertions(+)

Copied: ldns/repos/testing-i686/PKGBUILD (from rev 243124, ldns/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-08 13:36:02 UTC (rev 243125)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: mathieui mathi...@mathieui.net
+# Contributor: jiribb jir...@gmail.com
+
+pkgname=ldns
+pkgver=1.6.17
+pkgrel=3
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='http://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'perl-recent.patch')
+sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
+  '026b276a360d29b3bd3690293a27178262a0b3dc')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../perl-recent.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: ldns/repos/testing-i686/perl-recent.patch (from rev 243124, 
ldns/trunk/perl-recent.patch)
===
--- testing-i686/perl-recent.patch  (rev 0)
+++ testing-i686/perl-recent.patch  2015-08-08 13:36:02 UTC (rev 243125)
@@ -0,0 +1,12 @@
+diff -Naur old/doc/doxyparse.pl new/doc/doxyparse.pl
+--- old/doc/doxyparse.pl   2014-01-11 06:04:41.0 +0900
 new/doc/doxyparse.pl   2015-08-08 22:29:34.216889652 +0900
+@@ -273,7 +273,7 @@
+ 
+   print MAN $MAN_MIDDLE;
+ 
+-  if (defined(@$also)) {
++  if (@$also) {
+   print MAN \n.SH SEE ALSO\n\\fI;
+   print MAN join \\fR, \\fI, @$also;
+   print MAN \\fR.\nAnd ;

Copied: ldns/repos/testing-x86_64/PKGBUILD (from rev 243124, 
ldns/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-08 13:36:02 UTC (rev 243125)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: mathieui mathi...@mathieui.net
+# Contributor: jiribb jir...@gmail.com
+
+pkgname=ldns
+pkgver=1.6.17
+pkgrel=3
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='http://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'perl-recent.patch')
+sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
+  '026b276a360d29b3bd3690293a27178262a0b3dc')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../perl-recent.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: ldns/repos/testing-x86_64/perl-recent.patch (from rev 243124, 
ldns/trunk/perl-recent.patch)

[arch-commits] Commit in gsfonts/repos/extra-any (PKGBUILD PKGBUILD install install)

2015-08-08 Thread Gaetan Bisson
Date: Saturday, August 8, 2015 @ 15:52:35
  Author: bisson
Revision: 243127

archrelease: copy trunk to extra-any

Added:
  gsfonts/repos/extra-any/PKGBUILD
(from rev 243126, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/extra-any/install
(from rev 243126, gsfonts/trunk/install)
Deleted:
  gsfonts/repos/extra-any/PKGBUILD
  gsfonts/repos/extra-any/install

--+
 PKGBUILD |   50 +-
 install  |   26 +-
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 13:52:14 UTC (rev 243126)
+++ PKGBUILD2015-08-08 13:52:35 UTC (rev 243127)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Firmicus francois.archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=gsfonts
-_pkgname=urw-core35-fonts
-pkgver=20150122
-pkgrel=1
-pkgdesc='URW and Postscript core35 fonts'
-url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
-arch=('any')
-license=('AGPL3')
-makedepends=('git')
-depends=('xorg-font-utils' 'fontconfig')
-source=(git://git.ghostscript.com/${_pkgname}.git#commit=8ddd6b336d95c43279efcc935cbe4180958b8a31)
-sha1sums=('SKIP')
-
-install=install
-
-package() {
-   cd ${srcdir}/${_pkgname}
-   install -d ${pkgdir}/usr/share/fonts/Type1
-   install -m644 *.{pfb,pfm,afm} ${pkgdir}/usr/share/fonts/Type1
-}

Copied: gsfonts/repos/extra-any/PKGBUILD (from rev 243126, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 13:52:35 UTC (rev 243127)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=gsfonts
+_pkgname=urw-core35-fonts
+pkgver=20150808
+pkgrel=1
+pkgdesc='URW+ Postscript core35 fonts'
+url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
+arch=('any')
+license=('AGPL3')
+makedepends=('git')
+depends=('xorg-font-utils' 'fontconfig')
+source=(git://git.ghostscript.com/${_pkgname}.git#commit=e5b3fce0aadb091699b409be325468c682bd436d)
+sha1sums=('SKIP')
+
+install=install
+
+package() {
+   cd ${srcdir}/${_pkgname}
+   install -d ${pkgdir}/usr/share/fonts/Type1
+   install -m644 *.{pfb,pfm,afm} ${pkgdir}/usr/share/fonts/Type1
+}

Deleted: install
===
--- install 2015-08-08 13:52:14 UTC (rev 243126)
+++ install 2015-08-08 13:52:35 UTC (rev 243127)
@@ -1,13 +0,0 @@
-post_install() {
-   fc-cache -s  /dev/null
-   mkfontscale /usr/share/fonts/Type1
-   mkfontdir /usr/share/fonts/Type1
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: gsfonts/repos/extra-any/install (from rev 243126, gsfonts/trunk/install)
===
--- install (rev 0)
+++ install 2015-08-08 13:52:35 UTC (rev 243127)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s  /dev/null
+   mkfontscale /usr/share/fonts/Type1
+   mkfontdir /usr/share/fonts/Type1
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-08-08 Thread Gaetan Bisson
Date: Saturday, August 8, 2015 @ 15:52:14
  Author: bisson
Revision: 243126

upstream update

Modified:
  gsfonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 13:36:02 UTC (rev 243125)
+++ PKGBUILD2015-08-08 13:52:14 UTC (rev 243126)
@@ -5,7 +5,7 @@
 
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
-pkgver=20150122
+pkgver=20150808
 pkgrel=1
 pkgdesc='URW+ Postscript core35 fonts'
 url='http://git.ghostscript.com/?p=urw-core35-fonts.git'
@@ -13,7 +13,7 @@
 license=('AGPL3')
 makedepends=('git')
 depends=('xorg-font-utils' 'fontconfig')
-source=(git://git.ghostscript.com/${_pkgname}.git#commit=8ddd6b336d95c43279efcc935cbe4180958b8a31)
+source=(git://git.ghostscript.com/${_pkgname}.git#commit=e5b3fce0aadb091699b409be325468c682bd436d)
 sha1sums=('SKIP')
 
 install=install


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

2015-08-08 Thread Giovanni Scafora
Date: Saturday, August 8, 2015 @ 18:02:13
  Author: giovanni
Revision: 243128

upgpkg: fribidi 0.19.7-1

upstream release

Modified:
  fribidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 13:52:35 UTC (rev 243127)
+++ PKGBUILD2015-08-08 16:02:13 UTC (rev 243128)
@@ -3,8 +3,8 @@
 # Contributor: Nezmer nez...@gmail.com
 
 pkgname=fribidi
-pkgver=0.19.6
-pkgrel=2
+pkgver=0.19.7
+pkgrel=1
 pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,13 +11,13 @@
 url=http://fribidi.org;
 depends=('glib2')
 source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ce93d862344991173dabb609bf93ca1d')
+md5sums=('6c7e7cfdd39c908f7ac619351c1c5c23')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
---enable-malloc # FS#42017
+  ./configure --prefix=/usr
+
   make
 }
 


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

2015-08-08 Thread Giovanni Scafora
Date: Saturday, August 8, 2015 @ 18:02:22
  Author: giovanni
Revision: 243129

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-08 16:02:13 UTC (rev 243128)
+++ extra-i686/PKGBUILD 2015-08-08 16:02:22 UTC (rev 243129)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Nezmer nez...@gmail.com
-
-pkgname=fribidi
-pkgver=0.19.6
-pkgrel=2
-pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://fribidi.org;
-depends=('glib2')
-source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ce93d862344991173dabb609bf93ca1d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-malloc # FS#42017
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: fribidi/repos/extra-i686/PKGBUILD (from rev 243128, 
fribidi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-08 16:02:22 UTC (rev 243129)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Nezmer nez...@gmail.com
+
+pkgname=fribidi
+pkgver=0.19.7
+pkgrel=1
+pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://fribidi.org;
+depends=('glib2')
+source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6c7e7cfdd39c908f7ac619351c1c5c23')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-08 16:02:13 UTC (rev 243128)
+++ extra-x86_64/PKGBUILD   2015-08-08 16:02:22 UTC (rev 243129)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Nezmer nez...@gmail.com
-
-pkgname=fribidi
-pkgver=0.19.6
-pkgrel=2
-pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://fribidi.org;
-depends=('glib2')
-source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('ce93d862344991173dabb609bf93ca1d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-malloc # FS#42017
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 243128, 
fribidi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-08 16:02:22 UTC (rev 243129)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Nezmer nez...@gmail.com
+
+pkgname=fribidi
+pkgver=0.19.7
+pkgrel=1
+pkgdesc=A Free Implementation of the Unicode Bidirectional Algorithm
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://fribidi.org;
+depends=('glib2')
+source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6c7e7cfdd39c908f7ac619351c1c5c23')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-08 Thread Fabio Castelli
Date: Saturday, August 8, 2015 @ 20:53:04
  Author: muflone
Revision: 138123

upgpkg: gimp-help 2.8.2-4

Modified:
  gimp-help/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 12:23:06 UTC (rev 138122)
+++ PKGBUILD2015-08-08 18:53:04 UTC (rev 138123)
@@ -4,11 +4,12 @@
 
 pkgbase=gimp-help
 pkgver=2.8.2
-pkgrel=3
+pkgrel=4
 arch=('any')
 url='http://docs.gimp.org/'
 license=('GPL' 'LGPL')
 makedepends=('python2' 'docbook-xsl')
+optdepends=('webkitgtk2: enable built-in GIMP help browser')
 options=(!strip !zipman)
 source=(http://ftp.gimp.org/pub/gimp/help/${pkgbase}-${pkgver}.tar.bz2;)
 md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')


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

2015-08-08 Thread Fabio Castelli
Date: Saturday, August 8, 2015 @ 20:54:01
  Author: muflone
Revision: 138124

archrelease: copy trunk to community-any

Added:
  gimp-help/repos/community-any/PKGBUILD
(from rev 138123, gimp-help/trunk/PKGBUILD)
Deleted:
  gimp-help/repos/community-any/PKGBUILD

--+
 PKGBUILD |  133 ++---
 1 file changed, 67 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-08 18:53:04 UTC (rev 138123)
+++ PKGBUILD2015-08-08 18:54:01 UTC (rev 138124)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
-
-pkgbase=gimp-help
-pkgver=2.8.2
-pkgrel=3
-arch=('any')
-url='http://docs.gimp.org/'
-license=('GPL' 'LGPL')
-makedepends=('python2' 'docbook-xsl')
-options=(!strip !zipman)
-source=(http://ftp.gimp.org/pub/gimp/help/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
-
-_languages=(
-  'ca Catalan'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en English'
-  'en_GB  English (United Kingdom)'
-  'es Spanish'
-  'fr French'
-  'it Italian'
-  'ja Japanese'
-  'ko Korean'
-  'nl Dutch'
-  'nn Norwegian '
-  'pt_BR  Brazilian Portuguese'
-  'ru Russian'
-  'sl Slovenian'
-  'sv Swedish'
-  'zh_CN  Chinese (simplified)'
-)
-
-_package() {
-  _locale=$1
-  _language=$2
-  pkgdesc=${_language} help files for Gimp
-  install -dm755 ${pkgdir}/usr/share/gimp/2.0/help/${_locale}
-  cp -rL ${srcdir}/${pkgbase}-${pkgver}/html/${_locale} \
-${pkgdir}/usr/share/gimp/2.0/help
-}
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -e '1s/python$/python2/' -i tools/xml2po.py
-}
-
-build(){
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --without-gimp
-  make
-}
-
-for _lang in ${_languages[@]}
-do
-  _locale=${_lang%% *}
-  _pkgname=${pkgbase}-${_locale,,}
-
-  pkgname+=(${_pkgname})
-  eval package_${_pkgname}() {
-_package ${_lang}
-  }
-done

Copied: gimp-help/repos/community-any/PKGBUILD (from rev 138123, 
gimp-help/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-08 18:54:01 UTC (rev 138124)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
+
+pkgbase=gimp-help
+pkgver=2.8.2
+pkgrel=4
+arch=('any')
+url='http://docs.gimp.org/'
+license=('GPL' 'LGPL')
+makedepends=('python2' 'docbook-xsl')
+optdepends=('webkitgtk2: enable built-in GIMP help browser')
+options=(!strip !zipman)
+source=(http://ftp.gimp.org/pub/gimp/help/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
+
+_languages=(
+  'ca Catalan'
+  'da Danish'
+  'de German'
+  'el Greek'
+  'en English'
+  'en_GB  English (United Kingdom)'
+  'es Spanish'
+  'fr French'
+  'it Italian'
+  'ja Japanese'
+  'ko Korean'
+  'nl Dutch'
+  'nn Norwegian '
+  'pt_BR  Brazilian Portuguese'
+  'ru Russian'
+  'sl Slovenian'
+  'sv Swedish'
+  'zh_CN  Chinese (simplified)'
+)
+
+_package() {
+  _locale=$1
+  _language=$2
+  pkgdesc=${_language} help files for Gimp
+  install -dm755 ${pkgdir}/usr/share/gimp/2.0/help/${_locale}
+  cp -rL ${srcdir}/${pkgbase}-${pkgver}/html/${_locale} \
+${pkgdir}/usr/share/gimp/2.0/help
+}
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -e '1s/python$/python2/' -i tools/xml2po.py
+}
+
+build(){
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --without-gimp
+  make
+}
+
+for _lang in ${_languages[@]}
+do
+  _locale=${_lang%% *}
+  _pkgname=${pkgbase}-${_locale,,}
+
+  pkgname+=(${_pkgname})
+  eval package_${_pkgname}() {
+_package ${_lang}
+  }
+done


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

2015-08-08 Thread Felix Yan
Date: Sunday, August 9, 2015 @ 05:49:52
  Author: fyan
Revision: 138125

addpkg: nyancat 1.4.4-1

Added:
  nyancat/
  nyancat/repos/
  nyancat/trunk/
  nyancat/trunk/PKGBUILD

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

Added: nyancat/trunk/PKGBUILD
===
--- nyancat/trunk/PKGBUILD  (rev 0)
+++ nyancat/trunk/PKGBUILD  2015-08-09 03:49:52 UTC (rev 138125)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=nyancat
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=Nyancat rendered in your terminal.
+arch=('i686' 'x86_64')
+url=http://nyancat.dakko.us/
+license=('custom:NCSA')
+depends=('glibc')
+makedepends=('git')
+source=(git://github.com/klange/$pkgname.git#tag=$pkgver)
+sha512sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  cd $pkgname/
+  install -Dm755 src/$pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
+
+  install -d $pkgdir/usr/lib/systemd/system
+  install -m644 systemd/* $pkgdir/usr/lib/systemd/system
+}


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


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

2015-08-08 Thread Felix Yan
Date: Sunday, August 9, 2015 @ 05:50:40
  Author: fyan
Revision: 138126

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

Added:
  nyancat/repos/community-i686/
  nyancat/repos/community-i686/PKGBUILD
(from rev 138125, nyancat/trunk/PKGBUILD)
  nyancat/repos/community-x86_64/
  nyancat/repos/community-x86_64/PKGBUILD
(from rev 138125, nyancat/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: nyancat/repos/community-i686/PKGBUILD (from rev 138125, 
nyancat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 03:50:40 UTC (rev 138126)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=nyancat
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=Nyancat rendered in your terminal.
+arch=('i686' 'x86_64')
+url=http://nyancat.dakko.us/
+license=('custom:NCSA')
+depends=('glibc')
+makedepends=('git')
+source=(git://github.com/klange/$pkgname.git#tag=$pkgver)
+sha512sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  cd $pkgname/
+  install -Dm755 src/$pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
+
+  install -d $pkgdir/usr/lib/systemd/system
+  install -m644 systemd/* $pkgdir/usr/lib/systemd/system
+}

Copied: nyancat/repos/community-x86_64/PKGBUILD (from rev 138125, 
nyancat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-09 03:50:40 UTC (rev 138126)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=nyancat
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=Nyancat rendered in your terminal.
+arch=('i686' 'x86_64')
+url=http://nyancat.dakko.us/
+license=('custom:NCSA')
+depends=('glibc')
+makedepends=('git')
+source=(git://github.com/klange/$pkgname.git#tag=$pkgver)
+sha512sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  cd $pkgname/
+  install -Dm755 src/$pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1 $pkgdir/usr/share/man/man1/$pkgname.1
+
+  install -d $pkgdir/usr/lib/systemd/system
+  install -m644 systemd/* $pkgdir/usr/lib/systemd/system
+}


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

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 07:55:18
  Author: ttoepper
Revision: 138128

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

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 138127, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 138127, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 138127, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 138127, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 138127, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 138127, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  174 +++
 /fcron.install |   88 +++
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 ---
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 ---
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 270 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 05:55:12 UTC (rev 138127)
+++ community-i686/PKGBUILD 2015-08-09 05:55:18 UTC (rev 138128)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh ky...@theslinux.org for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 files/fcron.pam $pkgdir/etc/pam.d/fcron
-  install -Dm644 files/fcrontab.pam $pkgdir/etc/pam.d/fcrontab
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-
-  # remove docs
-  rm -r $pkgdir/usr/share/doc
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm $pkgdir/usr/share/man/man3/bitstring.3 \
-$pkgdir/usr/share/man/fr/man3/bitstring.3
-  rmdir --ignore-fail-on-non-empty $pkgdir/usr/share/man/man3 \
-$pkgdir/usr/share/man/fr/man3
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 138127, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD

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

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 07:55:12
  Author: ttoepper
Revision: 138127

upgpkg: fcron 3.2.0-2 - replace vi FS#44671

Modified:
  fcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 03:50:40 UTC (rev 138126)
+++ PKGBUILD2015-08-09 05:55:12 UTC (rev 138127)
@@ -7,19 +7,19 @@
 
 pkgname=fcron
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
 url='http://fcron.free.fr'
 license=('GPL')
 depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
+makedepends=('smtp-forwarder' 'vim-minimal' 'fcron')
 # use fcron as recursive deps to have user fcron installed during installation
 # else add the following in build chroot
 # groupadd -g 23 fcron
 # useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
 optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
+'vim-minimal: default editor for fcrontab')
 provides=('cron')
 conflicts=('dcron')
 backup=('etc/fcron/fcron.conf'
@@ -49,7 +49,7 @@
   --localstatedir=/var \
   --with-systemdsystemunitdir=/usr/lib/systemd/system \
   --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
+  --with-editor=/usr/bin/vim \
   --with-sendmail=/usr/bin/sendmail
   make
 }