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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 10:17:07
  Author: arojas
Revision: 244998

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

Added:
  ktexteditor/repos/staging-i686/
  ktexteditor/repos/staging-i686/PKGBUILD
(from rev 244997, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/staging-i686/pkgbuild-syntax-highlight.patch
(from rev 244997, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
  ktexteditor/repos/staging-x86_64/
  ktexteditor/repos/staging-x86_64/PKGBUILD
(from rev 244997, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/staging-x86_64/pkgbuild-syntax-highlight.patch
(from rev 244997, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)

+
 staging-i686/PKGBUILD  |   41 +++
 staging-i686/pkgbuild-syntax-highlight.patch   |   11 ++
 staging-x86_64/PKGBUILD|   41 +++
 staging-x86_64/pkgbuild-syntax-highlight.patch |   11 ++
 4 files changed, 104 insertions(+)

Copied: ktexteditor/repos/staging-i686/PKGBUILD (from rev 244997, 
ktexteditor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-29 08:17:07 UTC (rev 244998)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktexteditor
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('8d7b4487743292ce2a21a84867f5d519'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ktexteditor/repos/staging-i686/pkgbuild-syntax-highlight.patch (from 
rev 244997, ktexteditor/trunk/pkgbuild-syntax-highlight.patch)
===
--- staging-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ staging-i686/pkgbuild-syntax-highlight.patch2015-08-29 08:17:07 UTC 
(rev 244998)
@@ -0,0 +1,11 @@
+--- src/syntax/data/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/syntax/data/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ !ENTITY noword   (?![\w$+-])!-- no word, $, + or 
- following --
+ !ENTITY pathpart ([\w_@.#37;*?+-]|\\ ) !-- valid character 
in a file name --
+ ]
+-language name=Bash version=2.17 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
++language name=Bash version=2.17 kateversion=2.4 section=Scripts 
extensions=*.sh;*.bash;*.ebuild;*.eclass;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD
 mimetype=application/x-shellscript casesensitive=1 author=Wilbert 
Berendsen (wilb...@kde.nl) license=LGPL
+ 
+ !-- (c) 2004 by Wilbert Berendsen (wilb...@kde.nl)
+ Changes by Matthew Woehlke (mw_tr...@users.sourceforge.net)

Copied: ktexteditor/repos/staging-x86_64/PKGBUILD (from rev 244997, 
ktexteditor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-29 08:17:07 UTC (rev 244998)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktexteditor
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+'pkgbuild-syntax-highlight.patch')
+md5sums=('8d7b4487743292ce2a21a84867f5d519'
+ 'cc66f75c967dd7ac7c97375875772d69')
+
+prepare() {
+  mkdir -p build
+
+  cd ${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 10:16:14
  Author: arojas
Revision: 244997

libgit2 0.23 rebuild

Modified:
  ktexteditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 05:42:41 UTC (rev 244996)
+++ PKGBUILD2015-08-29 08:16:14 UTC (rev 244997)
@@ -4,7 +4,7 @@
 
 pkgname=ktexteditor
 pkgver=5.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/ktexteditor'


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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 10:25:39
  Author: arojas
Revision: 245000

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

Added:
  kate/repos/staging-i686/
  kate/repos/staging-i686/PKGBUILD
(from rev 244999, kate/trunk/PKGBUILD)
  kate/repos/staging-i686/kate.install
(from rev 244999, kate/trunk/kate.install)
  kate/repos/staging-i686/kwrite.install
(from rev 244999, kate/trunk/kwrite.install)
  kate/repos/staging-x86_64/
  kate/repos/staging-x86_64/PKGBUILD
(from rev 244999, kate/trunk/PKGBUILD)
  kate/repos/staging-x86_64/kate.install
(from rev 244999, kate/trunk/kate.install)
  kate/repos/staging-x86_64/kwrite.install
(from rev 244999, kate/trunk/kwrite.install)

---+
 staging-i686/PKGBUILD |   67 
 staging-i686/kate.install |   13 +++
 staging-i686/kwrite.install   |   12 +++
 staging-x86_64/PKGBUILD   |   67 
 staging-x86_64/kate.install   |   13 +++
 staging-x86_64/kwrite.install |   12 +++
 6 files changed, 184 insertions(+)

Copied: kate/repos/staging-i686/PKGBUILD (from rev 244999, kate/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-29 08:25:39 UTC (rev 245000)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.08.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cd842f71a556c2d0bb979948840083f7c1f54380')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc=Text Editor
+  groups=('kde-applications' 'kdebase')
+  url=http://www.kde.org/applications/utilities/kwrite/;
+  install='kwrite.install'
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build/kwrite
+  make DESTDIR=${pkgdir} install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR=${pkgdir} install
+}
+
+package_kate() {
+  pkgdesc=Advanced Text Editor
+  groups=('kde-applications' 'kdebase')
+  url=http://www.kde.org/applications/utilities/kate/;
+  install='kate.install'
+  replaces=('kdesdk-kate')
+  conflicts=('kdesdk-kate')
+  provides=('kdesdk-kate')
+  optdepends=('konsole: open a terminal in Kate')
+
+  cd build/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ../../build/doc/kate
+  make DESTDIR=${pkgdir} install
+
+  cd ../../../build/addons
+  make DESTDIR=${pkgdir} install
+}

Copied: kate/repos/staging-i686/kate.install (from rev 244999, 
kate/trunk/kate.install)
===
--- staging-i686/kate.install   (rev 0)
+++ staging-i686/kate.install   2015-08-29 08:25:39 UTC (rev 245000)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kate/repos/staging-i686/kwrite.install (from rev 244999, 
kate/trunk/kwrite.install)
===
--- staging-i686/kwrite.install (rev 0)
+++ staging-i686/kwrite.install 2015-08-29 08:25:39 UTC (rev 245000)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kate/repos/staging-x86_64/PKGBUILD (from rev 244999, 
kate/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-29 08:25:39 UTC (rev 245000)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.08.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')

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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 10:24:49
  Author: arojas
Revision: 244999

libgit2 0.23 rebuild

Modified:
  kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 08:17:07 UTC (rev 244998)
+++ PKGBUILD2015-08-29 08:24:49 UTC (rev 244999)
@@ -6,7 +6,7 @@
 pkgname=('kwrite'
  'kate')
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks')


[arch-commits] Commit in (libqgit2)

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 10:40:17
  Author: arojas
Revision: 245003

Drop libqgit2, needs to be ported to libgit 0.23 and calligra doesn't build 
against it anyway

Deleted:
  libqgit2/


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

2015-08-29 Thread Jelle van der Waa
Date: Saturday, August 29, 2015 @ 12:55:33
  Author: jelle
Revision: 138917

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

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

--+
 /PKGBUILD|  176 +
 /calibre.install |   24 +
 community-i686/PKGBUILD  |   88 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   88 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-29 10:55:19 UTC (rev 138916)
+++ community-i686/PKGBUILD 2015-08-29 10:55:33 UTC (rev 138917)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.35.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64')
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' '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')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('2d4652c0247ae963186bd990a734bf00')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -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 ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # 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 138916, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2015-08-29 Thread Andreas Radke
Date: Saturday, August 29, 2015 @ 12:56:20
  Author: andyrtr
Revision: 245047

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-29 10:56:08 UTC (rev 245046)
+++ extra-i686/PKGBUILD 2015-08-29 10:56:20 UTC (rev 245047)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Thomas Arnhold thomas at arnhold dot org
-
-pkgname=libmwaw
-pkgver=0.3.5
-pkgrel=1
-pkgdesc=Import library for some old mac text documents.
-arch=('i686' 'x86_64')
-url=https://sourceforge.net/projects/libmwaw/;
-license=('LGPL2.1' 'MPL')
-depends=('librevenge')
-makedepends=('boost' 'doxygen')
-source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('46e44a749f2c23ffc66e8fc2b4b45bb08e8de7d1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-

Copied: libmwaw/repos/extra-i686/PKGBUILD (from rev 245046, 
libmwaw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-29 10:56:20 UTC (rev 245047)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Thomas Arnhold thomas at arnhold dot org
+
+pkgname=libmwaw
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=Import library for some old mac text documents.
+arch=('i686' 'x86_64')
+url=https://sourceforge.net/projects/libmwaw/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge')
+makedepends=('boost' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('6f7cfb5f94a08198d288eb0fc2f7307ebdccb960')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-29 10:56:08 UTC (rev 245046)
+++ extra-x86_64/PKGBUILD   2015-08-29 10:56:20 UTC (rev 245047)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Thomas Arnhold thomas at arnhold dot org
-
-pkgname=libmwaw
-pkgver=0.3.5
-pkgrel=1
-pkgdesc=Import library for some old mac text documents.
-arch=('i686' 'x86_64')
-url=https://sourceforge.net/projects/libmwaw/;
-license=('LGPL2.1' 'MPL')
-depends=('librevenge')
-makedepends=('boost' 'doxygen')
-source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('46e44a749f2c23ffc66e8fc2b4b45bb08e8de7d1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-

Copied: libmwaw/repos/extra-x86_64/PKGBUILD (from rev 245046, 
libmwaw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-29 10:56:20 UTC (rev 245047)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Thomas Arnhold thomas at arnhold dot org
+
+pkgname=libmwaw
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=Import library for some old mac text documents.
+arch=('i686' 'x86_64')
+url=https://sourceforge.net/projects/libmwaw/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge')
+makedepends=('boost' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('6f7cfb5f94a08198d288eb0fc2f7307ebdccb960')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+


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

2015-08-29 Thread Jelle van der Waa
Date: Saturday, August 29, 2015 @ 12:55:19
  Author: jelle
Revision: 138916

upgpkg: calibre 2.36.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 09:06:00 UTC (rev 138915)
+++ PKGBUILD2015-08-29 10:55:19 UTC (rev 138916)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.35.0
+pkgver=2.36.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('2d4652c0247ae963186bd990a734bf00')
+md5sums=('f22f3666d6ab70faa52b01552b6f5965')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-08-29 Thread Bartłomiej Piotrowski
Date: Saturday, August 29, 2015 @ 15:03:35
  Author: bpiotrowski
Revision: 138921

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

Added:
  redis/repos/community-staging-i686/
  redis/repos/community-staging-i686/PKGBUILD
(from rev 138920, redis/trunk/PKGBUILD)
  redis/repos/community-staging-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 138920, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-staging-i686/redis.conf-sane-defaults.patch
(from rev 138920, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-staging-i686/redis.install
(from rev 138920, redis/trunk/redis.install)
  redis/repos/community-staging-i686/redis.logrotate
(from rev 138920, redis/trunk/redis.logrotate)
  redis/repos/community-staging-i686/redis.service
(from rev 138920, redis/trunk/redis.service)
  redis/repos/community-staging-x86_64/
  redis/repos/community-staging-x86_64/PKGBUILD
(from rev 138920, redis/trunk/PKGBUILD)
  redis/repos/community-staging-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 138920, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-staging-x86_64/redis.conf-sane-defaults.patch
(from rev 138920, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-staging-x86_64/redis.install
(from rev 138920, redis/trunk/redis.install)
  redis/repos/community-staging-x86_64/redis.logrotate
(from rev 138920, redis/trunk/redis.logrotate)
  redis/repos/community-staging-x86_64/redis.service
(from rev 138920, redis/trunk/redis.service)

-+
 community-staging-i686/PKGBUILD |   51 
++
 community-staging-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 ++
 community-staging-i686/redis.conf-sane-defaults.patch   |   31 ++
 community-staging-i686/redis.install|8 +
 community-staging-i686/redis.logrotate  |5 
 community-staging-i686/redis.service|   22 
 community-staging-x86_64/PKGBUILD   |   51 
++
 community-staging-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 ++
 community-staging-x86_64/redis.conf-sane-defaults.patch |   31 ++
 community-staging-x86_64/redis.install  |8 +
 community-staging-x86_64/redis.logrotate|5 
 community-staging-x86_64/redis.service  |   22 
 12 files changed, 264 insertions(+)

Copied: redis/repos/community-staging-i686/PKGBUILD (from rev 138920, 
redis/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-29 13:03:35 UTC (rev 138921)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Jan-Erik Rediger badboy at archlinux dot us
+# Contributor: nofxx x@nick.com
+
+pkgname=redis
+pkgver=3.0.3
+pkgrel=2
+pkgdesc='Advanced key-value store'
+arch=('i686' 'x86_64')
+url='http://redis.io/'
+license=('BSD')
+depends=('jemalloc' 'grep' 'shadow')
+backup=('etc/redis.conf'
+'etc/logrotate.d/redis')
+install=redis.install
+source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
+redis.service
+redis.logrotate
+redis.conf-sane-defaults.patch
+redis-2.8.11-use-system-jemalloc.patch)
+md5sums=('76725490d6168cfb4b0ce014b89d4b54'
+ 'afa0f4a9000c26c3323e83fe34883e23'
+ '9e2d75b7a9dc421122d673fe520ef17f'
+ 'b1beae6954b780da261b4056fd7f918a'
+ '2ae176578f538e37a67a463258302bc6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../redis.conf-sane-defaults.patch
+  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/redis/LICENSE
+  install -Dm644 redis.conf $pkgdir/etc/redis.conf
+  install -Dm644 ../redis.service 
$pkgdir/usr/lib/systemd/system/redis.service
+
+  # files kept for compatibility with installations made before 2.8.13-2
+  install -Dm644 ../redis.logrotate $pkgdir/etc/logrotate.d/redis
+
+  ln -sf redis-server $pkgdir/usr/bin/redis-sentinel
+}

Copied: 
redis/repos/community-staging-i686/redis-2.8.11-use-system-jemalloc.patch (from 
rev 138920, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
===
--- community-staging-i686/redis-2.8.11-use-system-jemalloc.patch   
(rev 0)
+++ community-staging-i686/redis-2.8.11-use-system-jemalloc.patch   
2015-08-29 13:03:35 UTC (rev 138921)
@@ 

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

2015-08-29 Thread Bartłomiej Piotrowski
Date: Saturday, August 29, 2015 @ 15:03:15
  Author: bpiotrowski
Revision: 138920

upgpkg: redis 3.0.3-2

rebuild against jemalloc 4.0.0

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 11:36:39 UTC (rev 138919)
+++ PKGBUILD2015-08-29 13:03:15 UTC (rev 138920)
@@ -6,7 +6,7 @@
 
 pkgname=redis
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
 url='http://redis.io/'


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

2015-08-29 Thread Dave Reisner
Date: Saturday, August 29, 2015 @ 15:44:54
  Author: dreisner
Revision: 245057

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-29 13:44:26 UTC (rev 245056)
+++ extra-i686/PKGBUILD 2015-08-29 13:44:54 UTC (rev 245057)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Antony Male antony dot male at geemail dot com
-
-pkgname=snappy
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='A fast compressor/decompressor library'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/snappy/;
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-checkdepends=('zlib')
-source=(http://snappy.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-md5sums=('8887e3b7253b22a31f5486bca3cbc1c2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -m644 -D COPYING $pkgdir/usr/share/licenses/snappy/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snappy/repos/extra-i686/PKGBUILD (from rev 245056, 
snappy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-29 13:44:54 UTC (rev 245057)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Antony Male antony dot male at geemail dot com
+
+pkgname=snappy
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='A fast compressor/decompressor library'
+arch=('i686' 'x86_64')
+url=https://google.github.io/snappy/;
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+checkdepends=('zlib')
+source=(https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz;)
+md5sums=('7358c82f133dc77798e4c2062a749b73')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -m644 -D COPYING $pkgdir/usr/share/licenses/snappy/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-29 13:44:26 UTC (rev 245056)
+++ extra-x86_64/PKGBUILD   2015-08-29 13:44:54 UTC (rev 245057)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Antony Male antony dot male at geemail dot com
-
-pkgname=snappy
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='A fast compressor/decompressor library'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/snappy/;
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-checkdepends=('zlib')
-source=(http://snappy.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-md5sums=('8887e3b7253b22a31f5486bca3cbc1c2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  # compile without assertions
-  CXXFLAGS+=\ -DNDEBUG
-
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -m644 -D COPYING $pkgdir/usr/share/licenses/snappy/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snappy/repos/extra-x86_64/PKGBUILD (from rev 245056, 
snappy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-29 13:44:54 UTC (rev 245057)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Antony Male antony dot male at geemail dot com
+
+pkgname=snappy
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='A fast compressor/decompressor library'
+arch=('i686' 'x86_64')
+url=https://google.github.io/snappy/;
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+checkdepends=('zlib')
+source=(https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz;)
+md5sums=('7358c82f133dc77798e4c2062a749b73')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # compile without assertions
+  CXXFLAGS+=\ -DNDEBUG
+
+  ./configure 

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

2015-08-29 Thread Felix Yan
Date: Saturday, August 29, 2015 @ 16:10:37
  Author: fyan
Revision: 138926

upgpkg: mongodb-tools 3.1.7-1

Modified:
  mongodb-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 13:43:05 UTC (rev 138925)
+++ PKGBUILD2015-08-29 14:10:37 UTC (rev 138926)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=mongodb-tools
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
 arch=('i686' 'x86_64')


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

2015-08-29 Thread Felix Yan
Date: Saturday, August 29, 2015 @ 16:11:03
  Author: fyan
Revision: 138927

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

Added:
  mongodb-tools/repos/community-i686/PKGBUILD
(from rev 138926, mongodb-tools/trunk/PKGBUILD)
  mongodb-tools/repos/community-x86_64/PKGBUILD
(from rev 138926, mongodb-tools/trunk/PKGBUILD)
Deleted:
  mongodb-tools/repos/community-i686/PKGBUILD
  mongodb-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-29 14:10:37 UTC (rev 138926)
+++ community-i686/PKGBUILD 2015-08-29 14:11:03 UTC (rev 138927)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=mongodb-tools
-pkgver=3.1.6
-pkgrel=1
-pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
-arch=('i686' 'x86_64')
-url=https://github.com/mongodb/mongo-tools;
-license=('Apache')
-depends=('libsasl')
-makedepends=('git' 'go')
-source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd mongo-tools
-}
-
-build() {
-  cd mongo-tools
-  . ./set_gopath.sh
-
-  mkdir bin
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-go build -o bin/$i -tags ssl sasl $i/main/$i.go
-  done
-}
-
-package() {
-  cd mongo-tools
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-install -Dm755 bin/$i $pkgdir/usr/bin/$i
-  done
-}

Copied: mongodb-tools/repos/community-i686/PKGBUILD (from rev 138926, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-29 14:11:03 UTC (rev 138927)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=mongodb-tools
+pkgver=3.1.7
+pkgrel=1
+pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
+arch=('i686' 'x86_64')
+url=https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl')
+makedepends=('git' 'go')
+source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd mongo-tools
+}
+
+build() {
+  cd mongo-tools
+  . ./set_gopath.sh
+
+  mkdir bin
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+go build -o bin/$i -tags ssl sasl $i/main/$i.go
+  done
+}
+
+package() {
+  cd mongo-tools
+  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
+install -Dm755 bin/$i $pkgdir/usr/bin/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-29 14:10:37 UTC (rev 138926)
+++ community-x86_64/PKGBUILD   2015-08-29 14:11:03 UTC (rev 138927)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=mongodb-tools
-pkgver=3.1.6
-pkgrel=1
-pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
-arch=('i686' 'x86_64')
-url=https://github.com/mongodb/mongo-tools;
-license=('Apache')
-depends=('libsasl')
-makedepends=('git' 'go')
-source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd mongo-tools
-}
-
-build() {
-  cd mongo-tools
-  . ./set_gopath.sh
-
-  mkdir bin
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-go build -o bin/$i -tags ssl sasl $i/main/$i.go
-  done
-}
-
-package() {
-  cd mongo-tools
-  for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore 
mongodump mongotop mongooplog; do
-install -Dm755 bin/$i $pkgdir/usr/bin/$i
-  done
-}

Copied: mongodb-tools/repos/community-x86_64/PKGBUILD (from rev 138926, 
mongodb-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-29 14:11:03 UTC (rev 138927)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=mongodb-tools
+pkgver=3.1.7
+pkgrel=1
+pkgdesc=The MongoDB tools provide import, export, and diagnostic 
capabilities.
+arch=('i686' 'x86_64')
+url=https://github.com/mongodb/mongo-tools;
+license=('Apache')
+depends=('libsasl')
+makedepends=('git' 'go')
+source=(git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver;)
+md5sums=('SKIP')
+

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

2015-08-29 Thread Andreas Radke
Date: Saturday, August 29, 2015 @ 12:46:52
  Author: andyrtr
Revision: 245045

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 245044, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 245044, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 245044, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 245044, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  146 
 /PKGBUILD |  124 
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   62 
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2015-08-29 10:46:35 UTC (rev 245044)
+++ extra-i686/LICENSE  2015-08-29 10:46:52 UTC (rev 245045)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE 

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

2015-08-29 Thread Andreas Radke
Date: Saturday, August 29, 2015 @ 12:46:35
  Author: andyrtr
Revision: 245044

upgpkg: xterm 320-1

upstream update 320

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 09:19:35 UTC (rev 245043)
+++ PKGBUILD2015-08-29 10:46:35 UTC (rev 245044)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=319
+pkgver=320
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-md5sums=('75a09e46f01405b4b569913b2c03082f'
+md5sums=('0d7f0e6390d132ae59876b3870e5783d'
  'SKIP'
  '10ecc3f8ee91e3189863a172f68282d2')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net


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

2015-08-29 Thread Andreas Radke
Date: Saturday, August 29, 2015 @ 12:56:08
  Author: andyrtr
Revision: 245046

upgpkg: libmwaw 0.3.6-1

upstream update 0.3.6

Modified:
  libmwaw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 10:46:52 UTC (rev 245045)
+++ PKGBUILD2015-08-29 10:56:08 UTC (rev 245046)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Arnhold thomas at arnhold dot org
 
 pkgname=libmwaw
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc=Import library for some old mac text documents.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('librevenge')
 makedepends=('boost' 'doxygen')
 
source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('46e44a749f2c23ffc66e8fc2b4b45bb08e8de7d1')
+sha1sums=('6f7cfb5f94a08198d288eb0fc2f7307ebdccb960')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-08-29 Thread Dave Reisner
Date: Saturday, August 29, 2015 @ 15:44:26
  Author: dreisner
Revision: 245056

upgpkg: snappy 1.1.3-1

Modified:
  snappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 13:04:49 UTC (rev 245055)
+++ PKGBUILD2015-08-29 13:44:26 UTC (rev 245056)
@@ -3,16 +3,16 @@
 # Contributor: Antony Male antony dot male at geemail dot com
 
 pkgname=snappy
-pkgver=1.1.1
+pkgver=1.1.3
 pkgrel=1
 pkgdesc='A fast compressor/decompressor library'
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/snappy/;
+url=https://google.github.io/snappy/;
 license=('BSD')
 depends=('glibc' 'gcc-libs')
 checkdepends=('zlib')
-source=(http://snappy.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-md5sums=('8887e3b7253b22a31f5486bca3cbc1c2')
+source=(https://github.com/google/snappy/releases/download/1.1.3/$pkgname-$pkgver.tar.gz;)
+md5sums=('7358c82f133dc77798e4c2062a749b73')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in python-ply/repos/extra-any (LICENSE PKGBUILD PKGBUILD)

2015-08-29 Thread Felix Yan
Date: Saturday, August 29, 2015 @ 16:17:36
  Author: fyan
Revision: 245061

archrelease: copy trunk to extra-any

Added:
  python-ply/repos/extra-any/LICENSE
(from rev 245060, python-ply/trunk/LICENSE)
  python-ply/repos/extra-any/PKGBUILD
(from rev 245060, python-ply/trunk/PKGBUILD)
Deleted:
  python-ply/repos/extra-any/PKGBUILD

--+
 LICENSE  |   28 ++
 PKGBUILD |   90 +++--
 2 files changed, 81 insertions(+), 37 deletions(-)

Copied: python-ply/repos/extra-any/LICENSE (from rev 245060, 
python-ply/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-08-29 14:17:36 UTC (rev 245061)
@@ -0,0 +1,28 @@
+Copyright (C) 2001-2015,
+David M. Beazley (Dabeaz LLC)
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+* Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.  
+* Redistributions in binary form must reproduce the above copyright notice, 
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.  
+* Neither the name of the David Beazley or Dabeaz LLC may be used to
+  endorse or promote products derived from this software without
+  specific prior written permission. 
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-29 14:17:17 UTC (rev 245060)
+++ PKGBUILD2015-08-29 14:17:36 UTC (rev 245061)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcin avalan Falkiewicz avalat...@gmail.com
-# Contributor: C Anthony Risinger anth...@xtfx.me
-
-pkgbase=python-ply
-pkgname=(python-ply python2-ply)
-pkgver=3.6
-pkgrel=1
-pkgdesc='Implementation of lex and yacc parsing tools'
-arch=('any')
-url='http://www.dabeaz.com/ply/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(${url}ply-$pkgver.tar.gz)
-sha256sums=('61367b9eb2f4b819f69ea116750305270f1df8859992c9e356d6a851f25a4b47')
-
-prepare() {
-  cp -a ${pkgbase#python-}-$pkgver{,-py2}
-}
-
-package_python-ply() {
-  depends=('python')
-
-  cd ${pkgbase#python-}-$pkgver
-  python setup.py install --root=$pkgdir
-}
-
-package_python2-ply() {
-  depends=('python2')
-
-  cd ${pkgbase#python-}-$pkgver-py2
-  python2 setup.py install --root=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-ply/repos/extra-any/PKGBUILD (from rev 245060, 
python-ply/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-29 14:17:36 UTC (rev 245061)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Marcin avalan Falkiewicz avalat...@gmail.com
+# Contributor: C Anthony Risinger anth...@xtfx.me
+
+pkgbase=python-ply
+pkgname=(python-ply python2-ply)
+pkgver=3.7
+pkgrel=1
+pkgdesc='Implementation of lex and yacc parsing tools'
+arch=('any')
+url='http://www.dabeaz.com/ply/'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(${url}ply-$pkgver.tar.gz
+LICENSE)
+sha256sums=('f85fb7b44c1c9a04873e6d76fa2c2eef43f2cfd81468aa714a9c63af7ae0af80'
+'87c20dd0a774f4d4ff837b4f1555f7eb1ed1b8dc1e3223cd105e5c1e282d62bf')
+
+prepare() {
+  cp -a ${pkgbase#python-}-$pkgver{,-py2}
+}
+
+check() {
+  cd ${pkgbase#python-}-$pkgver/test
+  python testlex.py
+  python testyacc.py
+
+  cd $srcdir/${pkgbase#python-}-$pkgver-py2/test
+  python2 testlex.py
+  python2 testyacc.py
+}
+
+package_python-ply() {
+  depends=('python')
+
+  cd ${pkgbase#python-}-$pkgver
+  python setup.py install --root=$pkgdir
+
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ply() {
+  depends=('python2')
+
+  cd ${pkgbase#python-}-$pkgver-py2
+  python2 

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

2015-08-29 Thread Andreas Radke
Date: Saturday, August 29, 2015 @ 13:03:54
  Author: andyrtr
Revision: 245050

upgpkg: unixodbc 2.3.3-1

upstream update 2.3.3

Modified:
  unixodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 10:59:51 UTC (rev 245049)
+++ PKGBUILD2015-08-29 11:03:54 UTC (rev 245050)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=unixodbc
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 backup=('etc/odbc.ini' 'etc/odbcinst.ini')
 depends=('readline' 'libltdl')
 source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
-md5sums=('5e4528851eda5d3d4aed249b669bd05b')
+md5sums=('09bf65123905b951af192854d70eeae8')
 
 build() {
 cd unixODBC-${pkgver}


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

2015-08-29 Thread Andreas Radke
Date: Saturday, August 29, 2015 @ 13:04:05
  Author: andyrtr
Revision: 245051

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-29 11:03:54 UTC (rev 245050)
+++ extra-i686/PKGBUILD 2015-08-29 11:04:05 UTC (rev 245051)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=unixodbc
-pkgver=2.3.2
-pkgrel=1
-pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://www.unixodbc.org/;
-backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline' 'libltdl')
-source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
-md5sums=('5e4528851eda5d3d4aed249b669bd05b')
-
-build() {
-cd unixODBC-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc
-make
-}
-
-check() {
-cd unixODBC-${pkgver}
-make -k check
-}
-
-package() {
-cd unixODBC-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: unixodbc/repos/extra-i686/PKGBUILD (from rev 245050, 
unixodbc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-29 11:04:05 UTC (rev 245051)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=unixodbc
+pkgver=2.3.3
+pkgrel=1
+pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://www.unixodbc.org/;
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
+md5sums=('09bf65123905b951af192854d70eeae8')
+
+build() {
+cd unixODBC-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc
+make
+}
+
+check() {
+cd unixODBC-${pkgver}
+make -k check
+}
+
+package() {
+cd unixODBC-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-29 11:03:54 UTC (rev 245050)
+++ extra-x86_64/PKGBUILD   2015-08-29 11:04:05 UTC (rev 245051)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=unixodbc
-pkgver=2.3.2
-pkgrel=1
-pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://www.unixodbc.org/;
-backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline' 'libltdl')
-source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
-md5sums=('5e4528851eda5d3d4aed249b669bd05b')
-
-build() {
-cd unixODBC-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc
-make
-}
-
-check() {
-cd unixODBC-${pkgver}
-make -k check
-}
-
-package() {
-cd unixODBC-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: unixodbc/repos/extra-x86_64/PKGBUILD (from rev 245050, 
unixodbc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-29 11:04:05 UTC (rev 245051)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=unixodbc
+pkgver=2.3.3
+pkgrel=1
+pkgdesc=ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://www.unixodbc.org/;
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz;)
+md5sums=('09bf65123905b951af192854d70eeae8')
+
+build() {
+cd unixODBC-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc
+make
+}
+
+check() {
+cd unixODBC-${pkgver}
+make -k 

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

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 13:36:39
  Author: jlichtblau
Revision: 138919

archrelease: copy trunk to community-any

Added:
  menumaker/repos/community-any/PKGBUILD
(from rev 138918, menumaker/trunk/PKGBUILD)
Deleted:
  menumaker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-29 11:36:26 UTC (rev 138918)
+++ PKGBUILD2015-08-29 11:36:39 UTC (rev 138919)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-# Contributor: Lukasz Fidosz virh...@gmail.com
-
-pkgname=menumaker
-pkgver=0.99.8
-pkgrel=1
-pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
-arch=('any')
-url=http://menumaker.sourceforge.net/;
-license=('BSD')
-depends=('python')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('699982ee7cdbec7a6ab6b7c3b6e7f976fd4c2f76772ce5536e08c8e21d199f51')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/share/info
-
-#license
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
-}

Copied: menumaker/repos/community-any/PKGBUILD (from rev 138918, 
menumaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-29 11:36:39 UTC (rev 138919)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+# Contributor: Lukasz Fidosz virh...@gmail.com
+
+pkgname=menumaker
+pkgver=0.99.9
+pkgrel=1
+pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
+arch=('any')
+url=http://menumaker.sourceforge.net/;
+license=('BSD')
+depends=('python')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('653361fa8d739e0adba788f187ae2545e0a9c510fd7544c31b7fbc25e87e0e2f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/share/info
+
+#license
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
+}


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

2015-08-29 Thread Felix Yan
Date: Saturday, August 29, 2015 @ 16:17:17
  Author: fyan
Revision: 245060

upgpkg: python-ply 3.7-1

Added:
  python-ply/trunk/LICENSE
Modified:
  python-ply/trunk/PKGBUILD

--+
 LICENSE  |   28 
 PKGBUILD |   22 +++---
 2 files changed, 47 insertions(+), 3 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2015-08-29 14:17:17 UTC (rev 245060)
@@ -0,0 +1,28 @@
+Copyright (C) 2001-2015,
+David M. Beazley (Dabeaz LLC)
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+* Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.  
+* Redistributions in binary form must reproduce the above copyright notice, 
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.  
+* Neither the name of the David Beazley or Dabeaz LLC may be used to
+  endorse or promote products derived from this software without
+  specific prior written permission. 
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 14:01:05 UTC (rev 245059)
+++ PKGBUILD2015-08-29 14:17:17 UTC (rev 245060)
@@ -6,7 +6,7 @@
 
 pkgbase=python-ply
 pkgname=(python-ply python2-ply)
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc='Implementation of lex and yacc parsing tools'
 arch=('any')
@@ -13,18 +13,32 @@
 url='http://www.dabeaz.com/ply/'
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=(${url}ply-$pkgver.tar.gz)
-sha256sums=('61367b9eb2f4b819f69ea116750305270f1df8859992c9e356d6a851f25a4b47')
+source=(${url}ply-$pkgver.tar.gz
+LICENSE)
+sha256sums=('f85fb7b44c1c9a04873e6d76fa2c2eef43f2cfd81468aa714a9c63af7ae0af80'
+'87c20dd0a774f4d4ff837b4f1555f7eb1ed1b8dc1e3223cd105e5c1e282d62bf')
 
 prepare() {
   cp -a ${pkgbase#python-}-$pkgver{,-py2}
 }
 
+check() {
+  cd ${pkgbase#python-}-$pkgver/test
+  python testlex.py
+  python testyacc.py
+
+  cd $srcdir/${pkgbase#python-}-$pkgver-py2/test
+  python2 testlex.py
+  python2 testyacc.py
+}
+
 package_python-ply() {
   depends=('python')
 
   cd ${pkgbase#python-}-$pkgver
   python setup.py install --root=$pkgdir
+
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-ply() {
@@ -32,6 +46,8 @@
 
   cd ${pkgbase#python-}-$pkgver-py2
   python2 setup.py install --root=$pkgdir
+
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 13:36:26
  Author: jlichtblau
Revision: 138918

upgpkg: menumaker 0.99.9-1 - new upstream release

Modified:
  menumaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 10:55:33 UTC (rev 138917)
+++ PKGBUILD2015-08-29 11:36:26 UTC (rev 138918)
@@ -5,7 +5,7 @@
 # Contributor: Lukasz Fidosz virh...@gmail.com
 
 pkgname=menumaker
-pkgver=0.99.8
+pkgver=0.99.9
 pkgrel=1
 pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('699982ee7cdbec7a6ab6b7c3b6e7f976fd4c2f76772ce5536e08c8e21d199f51')
+sha256sums=('653361fa8d739e0adba788f187ae2545e0a9c510fd7544c31b7fbc25e87e0e2f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-08-29 Thread Dave Reisner
Date: Saturday, August 29, 2015 @ 14:43:46
  Author: dreisner
Revision: 245053

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

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

-+
 testing-i686/PKGBUILD   |  177 +
 testing-i686/arch.conf  |7 +
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  170 
 testing-i686/initcpio-install-udev  |   28 
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  205 ++
 testing-x86_64/PKGBUILD |  177 +
 testing-x86_64/arch.conf|7 +
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  170 
 testing-x86_64/initcpio-install-udev|   28 
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  205 ++
 14 files changed, 1220 insertions(+)

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


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

2015-08-29 Thread Felix Yan
Date: Saturday, August 29, 2015 @ 16:01:05
  Author: fyan
Revision: 245059

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-29 14:00:38 UTC (rev 245058)
+++ extra-i686/PKGBUILD 2015-08-29 14:01:05 UTC (rev 245059)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Matt Monaco cx monaco matt
-
-pkgname=lmdb
-pkgver=0.9.15
-pkgrel=1
-pkgdesc=Symas Lightning Memory-Mapped Database
-arch=('i686' 'x86_64')
-url=http://symas.com/mdb;
-license=('custom:OpenLDAP')
-depends=('glibc')
-makedepends=('git')
-source=(git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd $srcdir/lmdb/libraries/liblmdb
-  make prefix=/usr
-}
-
-package() {
-  cd $srcdir/lmdb/libraries/liblmdb
-  install -dm755 $pkgdir/usr/{bin,lib,include,man/man1,share}
-  make DESTDIR=$pkgdir prefix=/usr install
-
-  mv $pkgdir/usr/man $pkgdir/usr/share/man
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: lmdb/repos/extra-i686/PKGBUILD (from rev 245058, lmdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-29 14:01:05 UTC (rev 245059)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Matt Monaco cx monaco matt
+
+pkgname=lmdb
+pkgver=0.9.16
+pkgrel=1
+pkgdesc=Symas Lightning Memory-Mapped Database
+arch=('i686' 'x86_64')
+url=http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+source=(git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  install -dm755 $pkgdir/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR=$pkgdir prefix=/usr install
+
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-29 14:00:38 UTC (rev 245058)
+++ extra-x86_64/PKGBUILD   2015-08-29 14:01:05 UTC (rev 245059)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Matt Monaco cx monaco matt
-
-pkgname=lmdb
-pkgver=0.9.15
-pkgrel=1
-pkgdesc=Symas Lightning Memory-Mapped Database
-arch=('i686' 'x86_64')
-url=http://symas.com/mdb;
-license=('custom:OpenLDAP')
-depends=('glibc')
-makedepends=('git')
-source=(git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd $srcdir/lmdb/libraries/liblmdb
-  make prefix=/usr
-}
-
-package() {
-  cd $srcdir/lmdb/libraries/liblmdb
-  install -dm755 $pkgdir/usr/{bin,lib,include,man/man1,share}
-  make DESTDIR=$pkgdir prefix=/usr install
-
-  mv $pkgdir/usr/man $pkgdir/usr/share/man
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: lmdb/repos/extra-x86_64/PKGBUILD (from rev 245058, lmdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-29 14:01:05 UTC (rev 245059)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Matt Monaco cx monaco matt
+
+pkgname=lmdb
+pkgver=0.9.16
+pkgrel=1
+pkgdesc=Symas Lightning Memory-Mapped Database
+arch=('i686' 'x86_64')
+url=http://symas.com/mdb;
+license=('custom:OpenLDAP')
+depends=('glibc')
+makedepends=('git')
+source=(git+https://github.com/LMDB/lmdb.git#tag=LMDB_$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/lmdb/libraries/liblmdb
+  install -dm755 $pkgdir/usr/{bin,lib,include,man/man1,share}
+  make DESTDIR=$pkgdir prefix=/usr install
+
+  mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-08-29 Thread Felix Yan
Date: Saturday, August 29, 2015 @ 16:00:38
  Author: fyan
Revision: 245058

upgpkg: lmdb 0.9.16-1

Modified:
  lmdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 13:44:54 UTC (rev 245057)
+++ PKGBUILD2015-08-29 14:00:38 UTC (rev 245058)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco cx monaco matt
 
 pkgname=lmdb
-pkgver=0.9.15
+pkgver=0.9.16
 pkgrel=1
 pkgdesc=Symas Lightning Memory-Mapped Database
 arch=('i686' 'x86_64')


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

2015-08-29 Thread Andreas Radke
Date: Saturday, August 29, 2015 @ 12:59:51
  Author: andyrtr
Revision: 245049

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-29 10:59:40 UTC (rev 245048)
+++ extra-i686/PKGBUILD 2015-08-29 10:59:51 UTC (rev 245049)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Robert McCathie archaur at rmcc dot com dot au
-
-pkgname=libwps
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=a Microsoft Works file word processor format import filter library
-arch=('i686' 'x86_64')
-url=https://sourceforge.net/projects/libwps/;
-license=('LGPL')
-depends=('libwpd' 'librevenge')
-makedepends=('boost' 'doxygen')
-source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3157d73d0ea2fe731dc7316e3a40eb8e4fdee591')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure  --prefix=/usr \
- --disable-static
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: libwps/repos/extra-i686/PKGBUILD (from rev 245048, 
libwps/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-29 10:59:51 UTC (rev 245049)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Robert McCathie archaur at rmcc dot com dot au
+
+pkgname=libwps
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=a Microsoft Works file word processor format import filter library
+arch=('i686' 'x86_64')
+url=https://sourceforge.net/projects/libwps/;
+license=('LGPL')
+depends=('libwpd' 'librevenge')
+makedepends=('boost' 'doxygen')
+source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('28f022ceae4ba7c4cbea9bba3c18466b2144a309')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure  --prefix=/usr \
+ --disable-static
+   make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-29 10:59:40 UTC (rev 245048)
+++ extra-x86_64/PKGBUILD   2015-08-29 10:59:51 UTC (rev 245049)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Robert McCathie archaur at rmcc dot com dot au
-
-pkgname=libwps
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=a Microsoft Works file word processor format import filter library
-arch=('i686' 'x86_64')
-url=https://sourceforge.net/projects/libwps/;
-license=('LGPL')
-depends=('libwpd' 'librevenge')
-makedepends=('boost' 'doxygen')
-source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3157d73d0ea2fe731dc7316e3a40eb8e4fdee591')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure  --prefix=/usr \
- --disable-static
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: libwps/repos/extra-x86_64/PKGBUILD (from rev 245048, 
libwps/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-29 10:59:51 UTC (rev 245049)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Robert McCathie archaur at rmcc dot com dot au
+
+pkgname=libwps
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=a Microsoft Works file word processor format import filter library
+arch=('i686' 'x86_64')
+url=https://sourceforge.net/projects/libwps/;
+license=('LGPL')
+depends=('libwpd' 'librevenge')
+makedepends=('boost' 'doxygen')
+source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('28f022ceae4ba7c4cbea9bba3c18466b2144a309')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure  --prefix=/usr \
+ --disable-static
+   make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}


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

2015-08-29 Thread Andreas Radke
Date: Saturday, August 29, 2015 @ 12:59:40
  Author: andyrtr
Revision: 245048

upgpkg: libwps 0.4.1-1

upstream update 0.4.1

Modified:
  libwps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 10:56:20 UTC (rev 245047)
+++ PKGBUILD2015-08-29 10:59:40 UTC (rev 245048)
@@ -3,7 +3,7 @@
 # Contributor: Robert McCathie archaur at rmcc dot com dot au
 
 pkgname=libwps
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=a Microsoft Works file word processor format import filter library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libwpd' 'librevenge')
 makedepends=('boost' 'doxygen')
 
source=(http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3157d73d0ea2fe731dc7316e3a40eb8e4fdee591')
+sha1sums=('28f022ceae4ba7c4cbea9bba3c18466b2144a309')
 
 build() {
cd $pkgname-$pkgver
@@ -21,6 +21,11 @@
make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
 package() {
cd $pkgname-$pkgver
make DESTDIR=$pkgdir install


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

2015-08-29 Thread Dave Reisner
Date: Saturday, August 29, 2015 @ 14:42:54
  Author: dreisner
Revision: 245052

upgpkg: systemd 225-1

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 11:04:05 UTC (rev 245051)
+++ PKGBUILD2015-08-29 12:42:54 UTC (rev 245052)
@@ -3,7 +3,7 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=224
+pkgver=225
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
@@ -30,10 +30,6 @@
 prepare() {
   cd $pkgname
 
-  # networkd: fix neworkd crash
-  # https://github.com/systemd/systemd/commit/49f6e11e89b4
-  git cherry-pick -n 49f6e11e89b4
-
   ./autogen.sh
 }
 


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

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 19:02:29
  Author: jlichtblau
Revision: 138931

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

Added:
  sqlcipher/repos/community-staging-i686/
  sqlcipher/repos/community-staging-i686/PKGBUILD
(from rev 138930, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-staging-x86_64/
  sqlcipher/repos/community-staging-x86_64/PKGBUILD
(from rev 138930, sqlcipher/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: sqlcipher/repos/community-staging-i686/PKGBUILD (from rev 138930, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-29 17:02:29 UTC (rev 138931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=2
+pkgdesc=SQLite extension that provides transparent 256-bit AES encryption of 
database files
+arch=('i686' 'x86_64')
+url=https://www.zetetic.net/sqlcipher/;
+license=('BSD')
+makedepends=('openssl' 'sqlite3' 'git' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr  \
+  --enable-tempstore=yes \
+CFLAGS=$CFLAGS -DSQLITE_HAS_CODEC LDFLAGS=-lcrypto
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sqlcipher/repos/community-staging-x86_64/PKGBUILD (from rev 138930, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-29 17:02:29 UTC (rev 138931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=2
+pkgdesc=SQLite extension that provides transparent 256-bit AES encryption of 
database files
+arch=('i686' 'x86_64')
+url=https://www.zetetic.net/sqlcipher/;
+license=('BSD')
+makedepends=('openssl' 'sqlite3' 'git' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr  \
+  --enable-tempstore=yes \
+CFLAGS=$CFLAGS -DSQLITE_HAS_CODEC LDFLAGS=-lcrypto
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 19:01:52
  Author: jlichtblau
Revision: 138930

sqlcipher moved to [community]
as new dependency for the 'skrooge' package

Added:
  sqlcipher/
  sqlcipher/repos/
  sqlcipher/trunk/
  sqlcipher/trunk/PKGBUILD

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

Added: sqlcipher/trunk/PKGBUILD
===
--- sqlcipher/trunk/PKGBUILD(rev 0)
+++ sqlcipher/trunk/PKGBUILD2015-08-29 17:01:52 UTC (rev 138930)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=2
+pkgdesc=SQLite extension that provides transparent 256-bit AES encryption of 
database files
+arch=('i686' 'x86_64')
+url=https://www.zetetic.net/sqlcipher/;
+license=('BSD')
+makedepends=('openssl' 'sqlite3' 'git' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr  \
+  --enable-tempstore=yes \
+CFLAGS=$CFLAGS -DSQLITE_HAS_CODEC LDFLAGS=-lcrypto
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}


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


[arch-commits] Commit in tetrinet/trunk (PKGBUILD tetrinet-build.patch)

2015-08-29 Thread Levente Polyak
Date: Saturday, August 29, 2015 @ 19:32:05
  Author: anthraxx
Revision: 138936

upgpkg: tetrinet 0.11-6

upgpkg: tetrinet 0.11-6

Added:
  tetrinet/trunk/tetrinet-build.patch
Modified:
  tetrinet/trunk/PKGBUILD

--+
 PKGBUILD |   12 ---
 tetrinet-build.patch |   84 +
 2 files changed, 91 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 17:30:57 UTC (rev 138935)
+++ PKGBUILD2015-08-29 17:32:05 UTC (rev 138936)
@@ -3,19 +3,21 @@
 
 pkgname=tetrinet
 pkgver=0.11
-pkgrel=5
+pkgrel=6
 pkgdesc=Multiplayer online Tetris game for up to six people
 url=http://tetrinet.or.cz/;
 arch=('i686' 'x86_64')
 license=('Public domain')
 depends=('ncurses')
-source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+makedepends=('pkgconfig')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2
+tetrinet-build.patch)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa'
+
'617f41f7c64b718f036c17262faf43eb47395fcbf3163560105257257e6acc73c1306527a4293154ad520cb800da84f626f8156b3cb09381e362e566545366b0')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
-  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+  patch -p1  ${srcdir}/tetrinet-build.patch
 }
 
 build() {

Added: tetrinet-build.patch
===
--- tetrinet-build.patch(rev 0)
+++ tetrinet-build.patch2015-08-29 17:32:05 UTC (rev 138936)
@@ -0,0 +1,84 @@
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,4 @@
+-CC = cc
+-
+-CFLAGS = -O2 -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall
++CFLAGS += -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall
+ OBJS = sockets.o tetrinet.o tetris.o tty.o xwin.o
+ 
+ ### If you want to have -server tetrinet client option, comment the two lines
+@@ -24,10 +22,10 @@
+ 
+ 
+ tetrinet: $(OBJS)
+-  $(CC) -o $@ $(OBJS) -lncurses
++  $(CC) $(LDFLAGS) -o $@ $(OBJS) $(shell pkg-config --libs ncurses)
+ 
+ tetrinet-server: server.c sockets.c tetrinet.c tetris.c server.h sockets.h 
tetrinet.h tetris.h
+-  $(CC) $(CFLAGS) -o $@ -DSERVER_ONLY server.c sockets.c tetrinet.c 
tetris.c
++  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -DSERVER_ONLY server.c sockets.c 
tetrinet.c tetris.c
+ 
+ .c.o:
+   $(CC) $(CFLAGS) -c $
+--- a/sockets.c
 b/sockets.c
+@@ -66,7 +66,7 @@
+ if (c == 0xFF)
+   ptr--;
+ *ptr = 0;
+-if (log) {
++if (logging) {
+   if (!logfile)
+   logfile = fopen(logname, a);
+   if (logfile) {
+@@ -89,7 +89,7 @@
+ unsigned char c = 0xFF;
+ int n = 0;
+ 
+-if (log) {
++if (logging) {
+   if (!logfile)
+   logfile = fopen(logname, a);
+   if (logfile) {
+--- a/tetrinet.c
 b/tetrinet.c
+@@ -21,7 +21,7 @@
+ /*/
+ 
+ int fancy = 0;/* Fancy TTY graphics? */
+-int log = 0;  /* Log network traffic to file? */
++int logging = 0;  /* Log network traffic to file? */
+ char *logname;/* Log filename */
+ int windows_mode = 0; /* Try to be just like the Windows version? */
+ int noslide = 0;  /* Disallow piece sliding? */
+@@ -82,8 +82,7 @@
+   else
+   winlist[i].team = 0;
+   s++;
+-  strncpy(winlist[i].name, s, sizeof(winlist[i].name)-1);
+-  winlist[i].name[sizeof(winlist[i].name)] = 0;
++  snprintf(winlist[i].name, sizeof(winlist[i].name), %s, s);
+   winlist[i].points = atoi(t);
+   if ((t = strchr(t, ';')) != NULL)
+   winlist[i].games = atoi(t+1);
+@@ -590,7 +589,7 @@
+   if (strcmp(av[i], -fancy) == 0) {
+   fancy = 1;
+   } else if (strcmp(av[i], -log) == 0) {
+-  log = 1;
++  logging = 1;
+   i++;
+   if (i = ac) {
+   fprintf(stderr, Option -log requires an argument\n);
+--- a/tetrinet.h
 b/tetrinet.h
+@@ -74,7 +74,7 @@
+ /* Externs */
+ 
+ extern int fancy;
+-extern int log;
++extern int logging;
+ extern char *logname;
+ extern int windows_mode;
+ extern int noslide;


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

2015-08-29 Thread Levente Polyak
Date: Saturday, August 29, 2015 @ 19:32:13
  Author: anthraxx
Revision: 138937

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

Added:
  tetrinet/repos/community-i686/PKGBUILD
(from rev 138936, tetrinet/trunk/PKGBUILD)
  tetrinet/repos/community-i686/tetrinet-build.patch
(from rev 138936, tetrinet/trunk/tetrinet-build.patch)
  tetrinet/repos/community-x86_64/PKGBUILD
(from rev 138936, tetrinet/trunk/PKGBUILD)
  tetrinet/repos/community-x86_64/tetrinet-build.patch
(from rev 138936, tetrinet/trunk/tetrinet-build.patch)
Deleted:
  tetrinet/repos/community-i686/PKGBUILD
  tetrinet/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 +++
 community-i686/PKGBUILD   |   34 
 community-i686/tetrinet-build.patch   |   84 
 community-x86_64/PKGBUILD |   34 
 community-x86_64/tetrinet-build.patch |   84 
 5 files changed, 240 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-29 17:32:05 UTC (rev 138936)
+++ community-i686/PKGBUILD 2015-08-29 17:32:13 UTC (rev 138937)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: MCMic come.bernig...@laposte.net
-
-pkgname=tetrinet
-pkgver=0.11
-pkgrel=5
-pkgdesc=Multiplayer online Tetris game for up to six people
-url=http://tetrinet.or.cz/;
-arch=('i686' 'x86_64')
-license=('Public domain')
-depends=('ncurses')
-source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
-  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
-  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
-  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
-  install -Dm 644 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
-}
-
-# vim: ts=2 sw=2 et:

Copied: tetrinet/repos/community-i686/PKGBUILD (from rev 138936, 
tetrinet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-29 17:32:13 UTC (rev 138937)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=6
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+makedepends=('pkgconfig')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2
+tetrinet-build.patch)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa'
+
'617f41f7c64b718f036c17262faf43eb47395fcbf3163560105257257e6acc73c1306527a4293154ad520cb800da84f626f8156b3cb09381e362e566545366b0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1  ${srcdir}/tetrinet-build.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 644 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:

Copied: tetrinet/repos/community-i686/tetrinet-build.patch (from rev 138936, 
tetrinet/trunk/tetrinet-build.patch)
===
--- community-i686/tetrinet-build.patch (rev 0)
+++ community-i686/tetrinet-build.patch 2015-08-29 17:32:13 UTC (rev 138937)
@@ -0,0 +1,84 @@
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,4 @@
+-CC = cc
+-
+-CFLAGS = -O2 -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall
++CFLAGS += -I/usr/include/ncurses -DHAVE_IPV6 -g -Wall
+ OBJS = sockets.o tetrinet.o tetris.o tty.o xwin.o
+ 
+ ### If you want to have -server tetrinet client option, comment the two lines
+@@ -24,10 +22,10 @@
+ 
+ 
+ tetrinet: $(OBJS)
+-  $(CC) -o $@ $(OBJS) -lncurses
++  $(CC) $(LDFLAGS) -o $@ $(OBJS) $(shell pkg-config --libs ncurses)
+ 
+ tetrinet-server: server.c sockets.c tetrinet.c tetris.c server.h sockets.h 
tetrinet.h tetris.h
+-  $(CC) $(CFLAGS) -o $@ -DSERVER_ONLY server.c sockets.c 

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

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 19:58:47
  Author: jlichtblau
Revision: 138938

upgpkg: skrooge 2.1.0-1 - new upstream release

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |7 +++
 skrooge.changelog |3 +++
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 17:32:13 UTC (rev 138937)
+++ PKGBUILD2015-08-29 17:58:47 UTC (rev 138938)
@@ -5,7 +5,7 @@
 # Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
 
 pkgname=skrooge
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=A personal finances manager for KDE
 arch=('i686' 'x86_64')
@@ -12,19 +12,18 @@
 url=http://skrooge.org/;
 license=('GPL')
 depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
- 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support')
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
 makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
 options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('50da4dde01b85b2b0ba16902a05664910d4f2dbaa828370ee44c9f89e2efd6b5')
+sha256sums=('fbec55673eb931546e47dff6e6480bac9478b03db87e703107f1472df0a314cf')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
   export
-
   cmake . -DCMAKE_BUILD_TYPE=Release \
   -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
   -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` \

Modified: skrooge.changelog
===
--- skrooge.changelog   2015-08-29 17:32:13 UTC (rev 138937)
+++ skrooge.changelog   2015-08-29 17:58:47 UTC (rev 138938)
@@ -1,3 +1,6 @@
+2015-08-29 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 2.1.0-1
+
 2015-06-27 Jaroslav Lichtblau svetlemo...@archlinux.org
* skrooge 2.0.0-1 - kf5 version
 


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

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 19:59:06
  Author: jlichtblau
Revision: 138939

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

Added:
  skrooge/repos/community-staging-i686/
  skrooge/repos/community-staging-i686/PKGBUILD
(from rev 138938, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-staging-i686/skrooge.changelog
(from rev 138938, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-staging-i686/skrooge.install
(from rev 138938, skrooge/trunk/skrooge.install)
  skrooge/repos/community-staging-x86_64/
  skrooge/repos/community-staging-x86_64/PKGBUILD
(from rev 138938, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-staging-x86_64/skrooge.changelog
(from rev 138938, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-staging-x86_64/skrooge.install
(from rev 138938, skrooge/trunk/skrooge.install)

+
 community-staging-i686/PKGBUILD|   38 ++
 community-staging-i686/skrooge.changelog   |   56 +++
 community-staging-i686/skrooge.install |   14 ++
 community-staging-x86_64/PKGBUILD  |   38 ++
 community-staging-x86_64/skrooge.changelog |   56 +++
 community-staging-x86_64/skrooge.install   |   14 ++
 6 files changed, 216 insertions(+)

Copied: skrooge/repos/community-staging-i686/PKGBUILD (from rev 138938, 
skrooge/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-29 17:59:06 UTC (rev 138939)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5'
+ 'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 
'sqlcipher')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('fbec55673eb931546e47dff6e6480bac9478b03db87e703107f1472df0a314cf')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
+  -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` \
+  -DKDE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: skrooge/repos/community-staging-i686/skrooge.changelog (from rev 
138938, skrooge/trunk/skrooge.changelog)
===
--- community-staging-i686/skrooge.changelog(rev 0)
+++ community-staging-i686/skrooge.changelog2015-08-29 17:59:06 UTC (rev 
138939)
@@ -0,0 +1,56 @@
+2015-08-29 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 2.1.0-1
+
+2015-06-27 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 2.0.0-1 - kf5 version
+
+2015-06-08 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.12.5-1
+
+2015-05-15 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.12.0-1
+
+2015-04-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.11.0-1
+
+2014-10-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.10.0-1
+
+2014-04-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.9.0-1
+
+2013-12-23 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.8.0-3 FS#37406 fix
+
+2013-10-06 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.8.0-1
+
+2013-05-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.7.1-1
+
+2013-03-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.6.0-1
+
+2013-01-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.5.1-1
+
+2013-01-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.4.0-1
+
+2012-09-06 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.3.3-1
+
+2012-08-29 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.3.2-1
+
+2012-08-09  Eric Belanger  e...@archlinux.org
+   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
+
+2012-05-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.3.0-1
+
+2012-02-24 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.2.0-1
+
+2011-11-27 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * skrooge 1.1.1-1

Copied: 

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

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 20:00:38
  Author: jlichtblau
Revision: 138941

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

Added:
  sqlcipher/repos/community-staging-i686/PKGBUILD
(from rev 138940, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-staging-x86_64/PKGBUILD
(from rev 138940, sqlcipher/trunk/PKGBUILD)
Deleted:
  sqlcipher/repos/community-staging-i686/PKGBUILD
  sqlcipher/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-08-29 17:59:50 UTC (rev 138940)
+++ community-staging-i686/PKGBUILD 2015-08-29 18:00:38 UTC (rev 138941)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.3.1
-pkgrel=2
-pkgdesc=SQLite extension that provides transparent 256-bit AES encryption of 
database files
-arch=('i686' 'x86_64')
-url=https://www.zetetic.net/sqlcipher/;
-license=('BSD')
-makedepends=('openssl' 'sqlite3' 'git' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr  \
-  --enable-tempstore=yes \
-CFLAGS=$CFLAGS -DSQLITE_HAS_CODEC LDFLAGS=-lcrypto
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-staging-i686/PKGBUILD (from rev 138940, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-29 18:00:38 UTC (rev 138941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=3
+pkgdesc=SQLite extension that provides transparent 256-bit AES encryption of 
database files
+arch=('i686' 'x86_64')
+url=https://www.zetetic.net/sqlcipher/;
+license=('BSD')
+makedepends=('openssl' 'sqlite' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS=$CFLAGS -DSQLITE_HAS_CODEC LDFLAGS=-lcrypto
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-08-29 17:59:50 UTC (rev 138940)
+++ community-staging-x86_64/PKGBUILD   2015-08-29 18:00:38 UTC (rev 138941)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.3.1
-pkgrel=2
-pkgdesc=SQLite extension that provides transparent 256-bit AES encryption of 
database files
-arch=('i686' 'x86_64')
-url=https://www.zetetic.net/sqlcipher/;
-license=('BSD')
-makedepends=('openssl' 'sqlite3' 'git' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr  \
-  --enable-tempstore=yes \
-CFLAGS=$CFLAGS -DSQLITE_HAS_CODEC LDFLAGS=-lcrypto
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-staging-x86_64/PKGBUILD (from rev 138940, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-29 18:00:38 UTC (rev 138941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=3
+pkgdesc=SQLite extension that provides transparent 256-bit AES encryption of 
database files
+arch=('i686' 'x86_64')

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

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 19:59:50
  Author: jlichtblau
Revision: 138940

upgpkg: sqlcipher 3.3.1-3 - fixed dependencies

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 17:59:06 UTC (rev 138939)
+++ PKGBUILD2015-08-29 17:59:50 UTC (rev 138940)
@@ -4,12 +4,12 @@
 
 pkgname=sqlcipher
 pkgver=3.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=SQLite extension that provides transparent 256-bit AES encryption of 
database files
 arch=('i686' 'x86_64')
 url=https://www.zetetic.net/sqlcipher/;
 license=('BSD')
-makedepends=('openssl' 'sqlite3' 'git' 'tcl')
+makedepends=('openssl' 'sqlite' 'tcl')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
 sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
 
@@ -16,8 +16,7 @@
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  ./configure --prefix=/usr  \
-  --enable-tempstore=yes \
+  ./configure --prefix=/usr --enable-tempstore=yes \
 CFLAGS=$CFLAGS -DSQLITE_HAS_CODEC LDFLAGS=-lcrypto
   make
 }


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

2015-08-29 Thread Jelle van der Waa
Date: Saturday, August 29, 2015 @ 16:28:37
  Author: jelle
Revision: 138929

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-29 14:28:24 UTC (rev 138928)
+++ community-i686/PKGBUILD 2015-08-29 14:28:37 UTC (rev 138929)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=dos2unix
-pkgver=7.2.3
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('b4cd9540de21148555ee690cbb9b1bb7'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 138928, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-29 14:28:37 UTC (rev 138929)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=dos2unix
+pkgver=7.3
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
+md5sums=('c265f15ede773a2990f4f424def3b4d0'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-29 14:28:24 UTC (rev 138928)
+++ community-x86_64/PKGBUILD   2015-08-29 14:28:37 UTC (rev 138929)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=dos2unix
-pkgver=7.2.3
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('b4cd9540de21148555ee690cbb9b1bb7'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 138928, 
dos2unix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-29 14:28:37 UTC (rev 138929)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=dos2unix
+pkgver=7.3
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})

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

2015-08-29 Thread Jelle van der Waa
Date: Saturday, August 29, 2015 @ 16:28:24
  Author: jelle
Revision: 138928

upgpkg: dos2unix 7.3-1

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 14:11:03 UTC (rev 138927)
+++ PKGBUILD2015-08-29 14:28:24 UTC (rev 138928)
@@ -5,7 +5,7 @@
 # Maintainer: Jelle van der Waa je...@vdwaa.nl
 
 pkgname=dos2unix
-pkgver=7.2.3
+pkgver=7.3
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=('hd2u')
 
source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('b4cd9540de21148555ee690cbb9b1bb7'
+md5sums=('c265f15ede773a2990f4f424def3b4d0'
  'SKIP')
 
 build() {


[arch-commits] Commit in (6 files)

2015-08-29 Thread Levente Polyak
Date: Saturday, August 29, 2015 @ 19:30:27
  Author: anthraxx
Revision: 138934

addpkg: gtetrinet 0.7.11-4

Added:
  gtetrinet/
  gtetrinet/repos/
  gtetrinet/trunk/
  gtetrinet/trunk/PKGBUILD
  gtetrinet/trunk/format-security.patch
  gtetrinet/trunk/gtetrinet.install

---+
 PKGBUILD  |   42 ++
 format-security.patch |   16 
 gtetrinet.install |   26 ++
 3 files changed, 84 insertions(+)

Added: gtetrinet/trunk/PKGBUILD
===
--- gtetrinet/trunk/PKGBUILD(rev 0)
+++ gtetrinet/trunk/PKGBUILD2015-08-29 17:30:27 UTC (rev 138934)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: dale d...@archlinux.org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=gtetrinet
+pkgver=0.7.11
+pkgrel=4
+pkgdesc=A clone of the game Tetrinet for the gnome environment
+url=http://gtetrinet.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libgnomeui=2.18.1-2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'gconf')
+makedepends=('libxml-perl' 'pkgconfig' 'intltool')
+install=gtetrinet.install
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ftp.gnome.org/pub/GNOME/sources/gtetrinet/0.7/${pkgname}-${pkgver}.tar.bz2
+format-security.patch)
+sha512sums=('5de7df7647ed9f7c0b6aba4eac976c625b7632eb5ab8034b11ef09aeb4582f90b4f9fc1791dc5371e1067d59c90b792a70276c69b75ebd6dc8c74c96c47c7130'
+
'1f3236da7320249c6d8969a73d2d9f50c4dce68525e563958b52c3cfae5bd2c4fa0fda44960acce6bb9326a4b75560c60ab605aadce3b28d770c44c971209406')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1  ${srcdir}/format-security.patch
+  sed -e '/^gamesdir/s:=.*:=@bindir@:' -i src/Makefile.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -vi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package () {
+  cd ${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  install -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
+  rm ${pkgdir}/etc/gconf/schemas/*.schemas
+}
+
+# vim: ts=2 sw=2 et:

Added: gtetrinet/trunk/format-security.patch
===
--- gtetrinet/trunk/format-security.patch   (rev 0)
+++ gtetrinet/trunk/format-security.patch   2015-08-29 17:30:27 UTC (rev 
138934)
@@ -0,0 +1,16 @@
+Author: Jordi Mallach jo...@debian.org
+Description: Fix build when using -Werror=format-security, now default
+ on Debian.
+Status: committed-upstream
+
+--- gtetrinet-0.7.11.orig/src/tetrinet.c
 gtetrinet-0.7.11/src/tetrinet.c
+@@ -232,7 +232,7 @@
+ dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL,
+  GTK_MESSAGE_ERROR,
+  GTK_BUTTONS_OK,
+- buf);
++ %s, buf);
+ gtk_dialog_run (GTK_DIALOG(dialog));
+ gtk_widget_destroy (dialog);
+ g_free (data_utf8);

Added: gtetrinet/trunk/gtetrinet.install
===
--- gtetrinet/trunk/gtetrinet.install   (rev 0)
+++ gtetrinet/trunk/gtetrinet.install   2015-08-29 17:30:27 UTC (rev 138934)
@@ -0,0 +1,26 @@
+pkgname=gtetrinet
+
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+# vim: ts=2 sw=2 et:


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

2015-08-29 Thread Levente Polyak
Date: Saturday, August 29, 2015 @ 19:30:57
  Author: anthraxx
Revision: 138935

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

Added:
  gtetrinet/repos/community-i686/
  gtetrinet/repos/community-i686/PKGBUILD
(from rev 138934, gtetrinet/trunk/PKGBUILD)
  gtetrinet/repos/community-i686/format-security.patch
(from rev 138934, gtetrinet/trunk/format-security.patch)
  gtetrinet/repos/community-i686/gtetrinet.install
(from rev 138934, gtetrinet/trunk/gtetrinet.install)
  gtetrinet/repos/community-x86_64/
  gtetrinet/repos/community-x86_64/PKGBUILD
(from rev 138934, gtetrinet/trunk/PKGBUILD)
  gtetrinet/repos/community-x86_64/format-security.patch
(from rev 138934, gtetrinet/trunk/format-security.patch)
  gtetrinet/repos/community-x86_64/gtetrinet.install
(from rev 138934, gtetrinet/trunk/gtetrinet.install)

+
 community-i686/PKGBUILD|   42 +++
 community-i686/format-security.patch   |   16 +++
 community-i686/gtetrinet.install   |   26 +++
 community-x86_64/PKGBUILD  |   42 +++
 community-x86_64/format-security.patch |   16 +++
 community-x86_64/gtetrinet.install |   26 +++
 6 files changed, 168 insertions(+)

Copied: gtetrinet/repos/community-i686/PKGBUILD (from rev 138934, 
gtetrinet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-29 17:30:57 UTC (rev 138935)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: dale d...@archlinux.org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=gtetrinet
+pkgver=0.7.11
+pkgrel=4
+pkgdesc=A clone of the game Tetrinet for the gnome environment
+url=http://gtetrinet.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libgnomeui=2.18.1-2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'gconf')
+makedepends=('libxml-perl' 'pkgconfig' 'intltool')
+install=gtetrinet.install
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ftp.gnome.org/pub/GNOME/sources/gtetrinet/0.7/${pkgname}-${pkgver}.tar.bz2
+format-security.patch)
+sha512sums=('5de7df7647ed9f7c0b6aba4eac976c625b7632eb5ab8034b11ef09aeb4582f90b4f9fc1791dc5371e1067d59c90b792a70276c69b75ebd6dc8c74c96c47c7130'
+
'1f3236da7320249c6d8969a73d2d9f50c4dce68525e563958b52c3cfae5bd2c4fa0fda44960acce6bb9326a4b75560c60ab605aadce3b28d770c44c971209406')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1  ${srcdir}/format-security.patch
+  sed -e '/^gamesdir/s:=.*:=@bindir@:' -i src/Makefile.am
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -vi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package () {
+  cd ${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  install -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
+  rm ${pkgdir}/etc/gconf/schemas/*.schemas
+}
+
+# vim: ts=2 sw=2 et:

Copied: gtetrinet/repos/community-i686/format-security.patch (from rev 138934, 
gtetrinet/trunk/format-security.patch)
===
--- community-i686/format-security.patch(rev 0)
+++ community-i686/format-security.patch2015-08-29 17:30:57 UTC (rev 
138935)
@@ -0,0 +1,16 @@
+Author: Jordi Mallach jo...@debian.org
+Description: Fix build when using -Werror=format-security, now default
+ on Debian.
+Status: committed-upstream
+
+--- gtetrinet-0.7.11.orig/src/tetrinet.c
 gtetrinet-0.7.11/src/tetrinet.c
+@@ -232,7 +232,7 @@
+ dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL,
+  GTK_MESSAGE_ERROR,
+  GTK_BUTTONS_OK,
+- buf);
++ %s, buf);
+ gtk_dialog_run (GTK_DIALOG(dialog));
+ gtk_widget_destroy (dialog);
+ g_free (data_utf8);

Copied: gtetrinet/repos/community-i686/gtetrinet.install (from rev 138934, 
gtetrinet/trunk/gtetrinet.install)
===
--- community-i686/gtetrinet.install(rev 0)
+++ community-i686/gtetrinet.install2015-08-29 17:30:57 UTC (rev 138935)
@@ -0,0 +1,26 @@
+pkgname=gtetrinet
+
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+

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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 23:16:58
  Author: arojas
Revision: 138948

Update to 2.9.10

Modified:
  cryptominisat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 20:59:07 UTC (rev 138947)
+++ PKGBUILD2015-08-29 21:16:58 UTC (rev 138948)
@@ -2,30 +2,30 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgname=cryptominisat
-pkgver=2.9.9
+pkgver=2.9.10
 pkgrel=1
 pkgdesc=SAT solver that aims to become a premier SAT solver with all the 
features and speed of successful SAT solvers, such as MiniSat and PrecoSat
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://www.msoos.org/cryptominisat2/;
-license=('LGPL')
-depends=('zlib' 'gcc-libs')
+license=(LGPL)
+depends=(zlib gcc-libs)
 makedepends=()
-source=(https://github.com/msoos/$pkgname/archive/$pkgname-$pkgver-release.tar.gz;)
-md5sums=('b63a473a9579c26949fbad8552faf37a')
+source=(https://github.com/msoos/$pkgname/archive/$pkgname-$pkgver.zip;)
+md5sums=('eb46361e991c04211f87fb4a18743e11')
 
 prepare() {
-  cd $pkgname-$pkgname-$pkgver-release
+  cd $pkgname-$pkgname-$pkgver
   autoreconf -vi
 }
 
 build() {
-  cd $pkgname-$pkgname-$pkgver-release
+  cd $pkgname-$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgname-$pkgver-release
+  cd $pkgname-$pkgname-$pkgver
   make install DESTDIR=$pkgdir
 }
 


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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 23:17:53
  Author: arojas
Revision: 138949

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-29 21:16:58 UTC (rev 138948)
+++ community-i686/PKGBUILD 2015-08-29 21:17:53 UTC (rev 138949)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=cryptominisat
-pkgver=2.9.9
-pkgrel=1
-pkgdesc=SAT solver that aims to become a premier SAT solver with all the 
features and speed of successful SAT solvers, such as MiniSat and PrecoSat
-arch=('i686' 'x86_64')
-url=http://www.msoos.org/cryptominisat2/;
-license=('LGPL')
-depends=('zlib' 'gcc-libs')
-makedepends=()
-source=(https://gforge.inria.fr/frs/download.php/file/33402/cmsat-$pkgver.tar.gz;)
-md5sums=('8735e6295d1e0114ae649588fd82b963')
-
-build() {
-  cd cmsat-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd cmsat-$pkgver
-  make install DESTDIR=$pkgdir
-}
-

Copied: cryptominisat/repos/community-i686/PKGBUILD (from rev 138948, 
cryptominisat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-29 21:17:53 UTC (rev 138949)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=cryptominisat
+pkgver=2.9.10
+pkgrel=1
+pkgdesc=SAT solver that aims to become a premier SAT solver with all the 
features and speed of successful SAT solvers, such as MiniSat and PrecoSat
+arch=(i686 x86_64)
+url=http://www.msoos.org/cryptominisat2/;
+license=(LGPL)
+depends=(zlib gcc-libs)
+makedepends=()
+source=(https://github.com/msoos/$pkgname/archive/$pkgname-$pkgver.zip;)
+md5sums=('eb46361e991c04211f87fb4a18743e11')
+
+prepare() {
+  cd $pkgname-$pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-29 21:16:58 UTC (rev 138948)
+++ community-x86_64/PKGBUILD   2015-08-29 21:17:53 UTC (rev 138949)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=cryptominisat
-pkgver=2.9.9
-pkgrel=1
-pkgdesc=SAT solver that aims to become a premier SAT solver with all the 
features and speed of successful SAT solvers, such as MiniSat and PrecoSat
-arch=('i686' 'x86_64')
-url=http://www.msoos.org/cryptominisat2/;
-license=('LGPL')
-depends=('zlib' 'gcc-libs')
-makedepends=()
-source=(https://gforge.inria.fr/frs/download.php/file/33402/cmsat-$pkgver.tar.gz;)
-md5sums=('8735e6295d1e0114ae649588fd82b963')
-
-build() {
-  cd cmsat-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd cmsat-$pkgver
-  make install DESTDIR=$pkgdir
-}
-

Copied: cryptominisat/repos/community-x86_64/PKGBUILD (from rev 138948, 
cryptominisat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-29 21:17:53 UTC (rev 138949)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=cryptominisat
+pkgver=2.9.10
+pkgrel=1
+pkgdesc=SAT solver that aims to become a premier SAT solver with all the 
features and speed of successful SAT solvers, such as MiniSat and PrecoSat
+arch=(i686 x86_64)
+url=http://www.msoos.org/cryptominisat2/;
+license=(LGPL)
+depends=(zlib gcc-libs)
+makedepends=()
+source=(https://github.com/msoos/$pkgname/archive/$pkgname-$pkgver.zip;)
+md5sums=('eb46361e991c04211f87fb4a18743e11')
+
+prepare() {
+  cd $pkgname-$pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}
+


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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 23:26:14
  Author: arojas
Revision: 138950

Update to 0.11.1

Modified:
  python-webassets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 21:17:53 UTC (rev 138949)
+++ PKGBUILD2015-08-29 21:26:14 UTC (rev 138950)
@@ -2,17 +2,17 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgbase=python-webassets
-pkgname=('python2-webassets' 'python-webassets')
+pkgname=(python2-webassets python-webassets)
 _pipname=webassets
-pkgver=0.10.1
+pkgver=0.11.1
 pkgrel=1
 pkgdesc=Media asset management for Python, with glue code for various web 
frameworks.
 arch=(any)
 url=http://github.com/miracle2k/webassets/;
-license=('BSD')
-makedepends=('python2-django' 'python-django' 'python2-setuptools' 
'python-setuptools')
+license=(BSD)
+makedepends=(python2-django python-django python2-setuptools python-setuptools)
 
source=(http://pypi.python.org/packages/source/w/${_pipname}/${_pipname}-${pkgver}.tar.gz;)
-md5sums=('8007980e0ef38c9a42f577b2b2362e76')
+md5sums=('6acca51bd12fbdc0399ab1a9b67a1599')
 
 prepare() {
 cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
@@ -19,7 +19,7 @@
 }
 
 package_python2-webassets() {
-depends=('python2-django')
+depends=(python2-django)
 optdepends=('python2-pillow: support for image manipulation'
 'python2-nose: required to run tests'
 'python2-mock: required to run tests')
@@ -34,7 +34,7 @@
 }
 
 package_python-webassets() {
-depends=('python-django')
+depends=(python-django)
 optdepends=('python-pillow: support for image manipulation'
 'python-nose: required to run tests'
 'python-mock: required to run tests')


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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 23:26:44
  Author: arojas
Revision: 138951

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-29 21:26:14 UTC (rev 138950)
+++ PKGBUILD2015-08-29 21:26:44 UTC (rev 138951)
@@ -1,46 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgbase=python-webassets
-pkgname=('python2-webassets' 'python-webassets')
-_pipname=webassets
-pkgver=0.10.1
-pkgrel=1
-pkgdesc=Media asset management for Python, with glue code for various web 
frameworks.
-arch=(any)
-url=http://github.com/miracle2k/webassets/;
-license=('BSD')
-makedepends=('python2-django' 'python-django' 'python2-setuptools' 
'python-setuptools')
-source=(http://pypi.python.org/packages/source/w/${_pipname}/${_pipname}-${pkgver}.tar.gz;)
-md5sums=('8007980e0ef38c9a42f577b2b2362e76')
-
-prepare() {
-cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
-}
-
-package_python2-webassets() {
-depends=('python2-django')
-optdepends=('python2-pillow: support for image manipulation'
-'python2-nose: required to run tests'
-'python2-mock: required to run tests')
-
-cd python2-$_pipname-$pkgver
-python2 setup.py install --root=$pkgdir/ --optimize=1
-
-sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
$pkgdir/usr/lib/python2.7/site-packages/webassets/filter/rjsmin/rjsmin.py
-
-mkdir -p $pkgdir/usr/share/licenses/$pkgname
-install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname
-}
-
-package_python-webassets() {
-depends=('python-django')
-optdepends=('python-pillow: support for image manipulation'
-'python-nose: required to run tests'
-'python-mock: required to run tests')
-
-cd $_pipname-$pkgver 
-python setup.py install --root=$pkgdir/ --optimize=1
-
-mkdir -p $pkgdir/usr/share/licenses/$pkgname
-install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname
-}

Copied: python-webassets/repos/community-any/PKGBUILD (from rev 138950, 
python-webassets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-29 21:26:44 UTC (rev 138951)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgbase=python-webassets
+pkgname=(python2-webassets python-webassets)
+_pipname=webassets
+pkgver=0.11.1
+pkgrel=1
+pkgdesc=Media asset management for Python, with glue code for various web 
frameworks.
+arch=(any)
+url=http://github.com/miracle2k/webassets/;
+license=(BSD)
+makedepends=(python2-django python-django python2-setuptools python-setuptools)
+source=(http://pypi.python.org/packages/source/w/${_pipname}/${_pipname}-${pkgver}.tar.gz;)
+md5sums=('6acca51bd12fbdc0399ab1a9b67a1599')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-webassets() {
+depends=(python2-django)
+optdepends=('python2-pillow: support for image manipulation'
+'python2-nose: required to run tests'
+'python2-mock: required to run tests')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root=$pkgdir/ --optimize=1
+
+sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
$pkgdir/usr/lib/python2.7/site-packages/webassets/filter/rjsmin/rjsmin.py
+
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname
+}
+
+package_python-webassets() {
+depends=(python-django)
+optdepends=('python-pillow: support for image manipulation'
+'python-nose: required to run tests'
+'python-mock: required to run tests')
+
+cd $_pipname-$pkgver 
+python setup.py install --root=$pkgdir/ --optimize=1
+
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-08-29 Thread Levente Polyak
Date: Saturday, August 29, 2015 @ 23:30:19
  Author: anthraxx
Revision: 138952

upgpkg: afl 1.88b-1

upgpkg: afl 1.88b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 21:26:44 UTC (rev 138951)
+++ PKGBUILD2015-08-29 21:30:19 UTC (rev 138952)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.87b
+pkgver=1.88b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('5b0cad03726de01238f3c9315631fea11213787be1c3ae82d3dbbb8a564e7928f2ae4bc3d02e57b8bd745c9fcbe1bccc9fa2c9ba4626734401ae5c5171bd94b0')
+sha512sums=('3565bba976ecdd84e32e7363b12e69ae65bca1fdfd5a57cbb5ecc5cfddd56b43fa57a30b5b6476c8bc23df2caf016c53f34b60a184e412a6bca2b11a1166cc4b')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-08-29 Thread Levente Polyak
Date: Saturday, August 29, 2015 @ 23:30:29
  Author: anthraxx
Revision: 138953

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-29 21:30:19 UTC (rev 138952)
+++ community-i686/PKGBUILD 2015-08-29 21:30:29 UTC (rev 138953)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.87b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-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=('5b0cad03726de01238f3c9315631fea11213787be1c3ae82d3dbbb8a564e7928f2ae4bc3d02e57b8bd745c9fcbe1bccc9fa2c9ba4626734401ae5c5171bd94b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 138952, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-29 21:30:29 UTC (rev 138953)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.88b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+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=('3565bba976ecdd84e32e7363b12e69ae65bca1fdfd5a57cbb5ecc5cfddd56b43fa57a30b5b6476c8bc23df2caf016c53f34b60a184e412a6bca2b11a1166cc4b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-29 21:30:19 UTC (rev 138952)
+++ community-x86_64/PKGBUILD   2015-08-29 21:30:29 UTC (rev 138953)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.87b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-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=('5b0cad03726de01238f3c9315631fea11213787be1c3ae82d3dbbb8a564e7928f2ae4bc3d02e57b8bd745c9fcbe1bccc9fa2c9ba4626734401ae5c5171bd94b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 138952, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-29 21:30:29 UTC (rev 138953)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.88b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')

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

2015-08-29 Thread Jan Steffens
Date: Sunday, August 30, 2015 @ 00:15:27
  Author: heftig
Revision: 245071

1.0.2

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 21:10:15 UTC (rev 245070)
+++ PKGBUILD2015-08-29 22:15:27 UTC (rev 245071)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc=OpenType text shaping engine
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('32a1a7ad584a2f2cfba5c1d234d046c0521e86e7a21d403e15e89aa509ef0ea8')
+sha256sums=('beb3caf8654010fcdca61c810a3a7532237fc567ee4271deb674b5efbbe3b466')
 
 build() {
   cd $pkgbase-$pkgver


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

2015-08-29 Thread Jan Steffens
Date: Sunday, August 30, 2015 @ 00:16:38
  Author: heftig
Revision: 245072

libgit2 rebuild

Modified:
  gedit-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 22:15:27 UTC (rev 245071)
+++ PKGBUILD2015-08-29 22:16:38 UTC (rev 245072)
@@ -7,7 +7,7 @@
 
 pkgname=gedit-plugins
 pkgver=3.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Plugins for gedit
 arch=(x86_64 i686)
 license=(GPL)


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

2015-08-29 Thread Jan Steffens
Date: Sunday, August 30, 2015 @ 00:27:02
  Author: heftig
Revision: 245073

fix running tests

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 22:16:38 UTC (rev 245072)
+++ PKGBUILD2015-08-29 22:27:02 UTC (rev 245073)
@@ -9,10 +9,15 @@
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
 license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
 sha256sums=('beb3caf8654010fcdca61c810a3a7532237fc567ee4271deb674b5efbbe3b466')
 
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+}
+
 build() {
   cd $pkgbase-$pkgver
   ./configure --prefix=/usr \
@@ -23,7 +28,7 @@
 
 check() {
   cd $pkgbase-$pkgver
-  make -k check || :
+  PATH=$srcdir/path:$PATH make -k check
 }
 
 package_harfbuzz() {


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

2015-08-29 Thread Jan Steffens
Date: Sunday, August 30, 2015 @ 00:30:10
  Author: heftig
Revision: 245074

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

Added:
  gedit-plugins/repos/staging-i686/
  gedit-plugins/repos/staging-i686/PKGBUILD
(from rev 245073, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/staging-i686/gedit-plugins.install
(from rev 245073, gedit-plugins/trunk/gedit-plugins.install)
  gedit-plugins/repos/staging-x86_64/
  gedit-plugins/repos/staging-x86_64/PKGBUILD
(from rev 245073, gedit-plugins/trunk/PKGBUILD)
  gedit-plugins/repos/staging-x86_64/gedit-plugins.install
(from rev 245073, gedit-plugins/trunk/gedit-plugins.install)

--+
 staging-i686/PKGBUILD|   37 +
 staging-i686/gedit-plugins.install   |   23 
 staging-x86_64/PKGBUILD  |   37 +
 staging-x86_64/gedit-plugins.install |   23 
 4 files changed, 120 insertions(+)

Copied: gedit-plugins/repos/staging-i686/PKGBUILD (from rev 245073, 
gedit-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-29 22:30:10 UTC (rev 245074)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: Sergej Chodarev serg...@centrum.sk
+# Contributor: zhuqin zhuqi...@gmail.com
+
+pkgname=gedit-plugins
+pkgver=3.16.0
+pkgrel=3
+pkgdesc=Plugins for gedit
+arch=(x86_64 i686)
+license=(GPL)
+url=http://live.gnome.org/GeditPlugins;
+depends=(gedit python-dbus python-cairo)
+makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap 
gobject-introspection)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin'
+'zeitgeist: for dashboard plugin')
+options=('!emptydirs')
+install=gedit-plugins.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/staging-i686/gedit-plugins.install (from rev 
245073, gedit-plugins/trunk/gedit-plugins.install)
===
--- staging-i686/gedit-plugins.install  (rev 0)
+++ staging-i686/gedit-plugins.install  2015-08-29 22:30:10 UTC (rev 245074)
@@ -0,0 +1,23 @@
+pkgname=gedit-plugins
+
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}
+
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/staging-x86_64/PKGBUILD (from rev 245073, 
gedit-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-29 22:30:10 UTC (rev 245074)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: Sergej Chodarev serg...@centrum.sk
+# Contributor: zhuqin zhuqi...@gmail.com
+
+pkgname=gedit-plugins
+pkgver=3.16.0
+pkgrel=3
+pkgdesc=Plugins for gedit
+arch=(x86_64 i686)
+license=(GPL)
+url=http://live.gnome.org/GeditPlugins;
+depends=(gedit python-dbus python-cairo)
+makedepends=(intltool vte3 libgit2-glib itstool zeitgeist gucharmap 
gobject-introspection)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin'
+'zeitgeist: for dashboard plugin')
+options=('!emptydirs')
+install=gedit-plugins.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('b685b84ada8ca04f6aa201e402a0208591be4a37b874595a0a85d0a14b52f191')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/staging-x86_64/gedit-plugins.install (from rev 
245073, gedit-plugins/trunk/gedit-plugins.install)
===
--- staging-x86_64/gedit-plugins.install(rev 0)
+++ 

[arch-commits] Commit in gnome-builder/trunk (4 files)

2015-08-29 Thread Jan Steffens
Date: Sunday, August 30, 2015 @ 00:43:30
  Author: heftig
Revision: 245075

libgit2 rebuild

Added:
  gnome-builder/trunk/git1.patch
  gnome-builder/trunk/git2.patch
  gnome-builder/trunk/git3.patch
Modified:
  gnome-builder/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 git1.patch |   22 ++
 git2.patch |   48 
 git3.patch |   52 
 4 files changed, 132 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 22:30:10 UTC (rev 245074)
+++ PKGBUILD2015-08-29 22:43:30 UTC (rev 245075)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-builder
 pkgver=3.16.3
-pkgrel=2
+pkgrel=3
 pkgdesc=An IDE for writing GNOME-based software
 url=https://wiki.gnome.org/Apps/Builder;
 arch=(i686 x86_64)
@@ -13,11 +13,18 @@
 makedepends=(intltool llvm gobject-introspection)
 groups=(gnome-extra)
 install=gnome-builder.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a1d7b287d39ce724114c128e25bb00e273ecd8982ed22c8aba48cad9c4d51e61')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+git1.patch git2.patch git3.patch)
+sha256sums=('a1d7b287d39ce724114c128e25bb00e273ecd8982ed22c8aba48cad9c4d51e61'
+'e2b3edad8db87c9798abfad2dc831c2133736b6b9cb26e629e8adf0eb2c5e0a7'
+'d81adf53ff7a918e0f037e6dc61515c0ad14a0c226f500a71d1a7daabf64b119'
+'39be431517fe5cedd17738b0289adc16afad8bcbb5a84e4b656a40d5bc1c2353')
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -Np1 -i ../git1.patch
+  patch -Np1 -i ../git2.patch
+  patch -Np1 -i ../git3.patch
 }
 
 build() {

Added: git1.patch
===
--- git1.patch  (rev 0)
+++ git1.patch  2015-08-29 22:43:30 UTC (rev 245075)
@@ -0,0 +1,22 @@
+From f77c428772273db365bba4d21b6913196b7947ad Mon Sep 17 00:00:00 2001
+From: Ignacio Casal Quinteiro i...@gnome.org
+Date: Fri, 17 Jul 2015 11:58:34 +0200
+Subject: git: pass NULL to the new binary callback
+
+
+diff --git a/libide/git/ide-git-buffer-change-monitor.c 
b/libide/git/ide-git-buffer-change-monitor.c
+index a6a306d..7763c76 100644
+--- a/libide/git/ide-git-buffer-change-monitor.c
 b/libide/git/ide-git-buffer-change-monitor.c
+@@ -618,7 +618,7 @@ ide_git_buffer_change_monitor_calculate_threaded 
(IdeGitBufferChangeMonitor  *se
+   data = g_bytes_get_data (diff-content, data_len);
+ 
+   ggit_diff_blob_to_buffer (diff-blob, relative_path, data, data_len, 
relative_path,
+-NULL, NULL, NULL, diff_line_cb, 
(gpointer)diff-state, error);
++NULL, NULL, NULL, NULL, diff_line_cb, 
(gpointer)diff-state, error);
+ 
+   return ((*error) == NULL);
+ }
+-- 
+cgit v0.10.2
+

Added: git2.patch
===
--- git2.patch  (rev 0)
+++ git2.patch  2015-08-29 22:43:30 UTC (rev 245075)
@@ -0,0 +1,48 @@
+From 31a64d94369d21bfe9dd890e0e8412361c49563d Mon Sep 17 00:00:00 2001
+From: Ignacio Casal Quinteiro i...@gnome.org
+Date: Fri, 17 Jul 2015 12:04:50 +0200
+Subject: new-project-dialog: use the new fetch options to add the remote
+ callbacks
+
+
+diff --git a/src/dialogs/gb-new-project-dialog.c 
b/src/dialogs/gb-new-project-dialog.c
+index f011e34..dfa7e91 100644
+--- a/src/dialogs/gb-new-project-dialog.c
 b/src/dialogs/gb-new-project-dialog.c
+@@ -188,6 +188,7 @@ gb_new_project_dialog__clone_worker (GTask*task,
+   g_autoptr(GFile) workdir = NULL;
+   CloneRequest *req = task_data;
+   GgitCloneOptions *clone_options;
++  GgitFetchOptions *fetch_options;
+   GgitRemoteCallbacks *callbacks;
+   IdeProgress *progress;
+   GError *error = NULL;
+@@ -197,16 +198,20 @@ gb_new_project_dialog__clone_worker (GTask*task,
+   g_assert (req != NULL);
+   g_assert (!cancellable || G_IS_CANCELLABLE (cancellable));
+ 
+-  clone_options = ggit_clone_options_new ();
+-  ggit_clone_options_set_is_bare (clone_options, FALSE);
+-  ggit_clone_options_set_checkout_branch (clone_options, master);
+-
+   callbacks = g_object_new (IDE_TYPE_GIT_REMOTE_CALLBACKS, NULL);
+   progress = ide_git_remote_callbacks_get_progress (IDE_GIT_REMOTE_CALLBACKS 
(callbacks));
+   g_object_bind_property (progress, fraction,
+   self-clone_progress, fraction,
+   G_BINDING_SYNC_CREATE);
+-  ggit_clone_options_set_remote_callbacks (clone_options, callbacks);
++
++  fetch_options = ggit_fetch_options_new ();
++  ggit_fetch_options_set_remote_callbacks (fetch_options, callbacks);
++
++  clone_options = ggit_clone_options_new ();
++  ggit_clone_options_set_is_bare (clone_options, FALSE);
++  ggit_clone_options_set_checkout_branch (clone_options, master);
++  

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

2015-08-29 Thread Jan Steffens
Date: Sunday, August 30, 2015 @ 00:53:05
  Author: heftig
Revision: 245076

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

Added:
  gnome-builder/repos/staging-i686/
  gnome-builder/repos/staging-i686/PKGBUILD
(from rev 245075, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/staging-i686/git1.patch
(from rev 245075, gnome-builder/trunk/git1.patch)
  gnome-builder/repos/staging-i686/git2.patch
(from rev 245075, gnome-builder/trunk/git2.patch)
  gnome-builder/repos/staging-i686/git3.patch
(from rev 245075, gnome-builder/trunk/git3.patch)
  gnome-builder/repos/staging-i686/gnome-builder.install
(from rev 245075, gnome-builder/trunk/gnome-builder.install)
  gnome-builder/repos/staging-x86_64/
  gnome-builder/repos/staging-x86_64/PKGBUILD
(from rev 245075, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/staging-x86_64/git1.patch
(from rev 245075, gnome-builder/trunk/git1.patch)
  gnome-builder/repos/staging-x86_64/git2.patch
(from rev 245075, gnome-builder/trunk/git2.patch)
  gnome-builder/repos/staging-x86_64/git3.patch
(from rev 245075, gnome-builder/trunk/git3.patch)
  gnome-builder/repos/staging-x86_64/gnome-builder.install
(from rev 245075, gnome-builder/trunk/gnome-builder.install)

--+
 staging-i686/PKGBUILD|   45 
 staging-i686/git1.patch  |   22 +
 staging-i686/git2.patch  |   48 ++
 staging-i686/git3.patch  |   52 +
 staging-i686/gnome-builder.install   |   13 
 staging-x86_64/PKGBUILD  |   45 
 staging-x86_64/git1.patch|   22 +
 staging-x86_64/git2.patch|   48 ++
 staging-x86_64/git3.patch|   52 +
 staging-x86_64/gnome-builder.install |   13 
 10 files changed, 360 insertions(+)

Copied: gnome-builder/repos/staging-i686/PKGBUILD (from rev 245075, 
gnome-builder/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-29 22:53:05 UTC (rev 245076)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-builder
+pkgver=3.16.3
+pkgrel=3
+pkgdesc=An IDE for writing GNOME-based software
+url=https://wiki.gnome.org/Apps/Builder;
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags)
+makedepends=(intltool llvm gobject-introspection)
+groups=(gnome-extra)
+install=gnome-builder.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+git1.patch git2.patch git3.patch)
+sha256sums=('a1d7b287d39ce724114c128e25bb00e273ecd8982ed22c8aba48cad9c4d51e61'
+'e2b3edad8db87c9798abfad2dc831c2133736b6b9cb26e629e8adf0eb2c5e0a7'
+'d81adf53ff7a918e0f037e6dc61515c0ad14a0c226f500a71d1a7daabf64b119'
+'39be431517fe5cedd17738b0289adc16afad8bcbb5a84e4b656a40d5bc1c2353')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git1.patch
+  patch -Np1 -i ../git2.patch
+  patch -Np1 -i ../git3.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-builder/repos/staging-i686/git1.patch (from rev 245075, 
gnome-builder/trunk/git1.patch)
===
--- staging-i686/git1.patch (rev 0)
+++ staging-i686/git1.patch 2015-08-29 22:53:05 UTC (rev 245076)
@@ -0,0 +1,22 @@
+From f77c428772273db365bba4d21b6913196b7947ad Mon Sep 17 00:00:00 2001
+From: Ignacio Casal Quinteiro i...@gnome.org
+Date: Fri, 17 Jul 2015 11:58:34 +0200
+Subject: git: pass NULL to the new binary callback
+
+
+diff --git a/libide/git/ide-git-buffer-change-monitor.c 
b/libide/git/ide-git-buffer-change-monitor.c
+index a6a306d..7763c76 100644
+--- a/libide/git/ide-git-buffer-change-monitor.c
 b/libide/git/ide-git-buffer-change-monitor.c
+@@ -618,7 +618,7 @@ ide_git_buffer_change_monitor_calculate_threaded 
(IdeGitBufferChangeMonitor  *se
+   data = g_bytes_get_data (diff-content, data_len);
+ 
+   ggit_diff_blob_to_buffer (diff-blob, relative_path, data, data_len, 
relative_path,
+-NULL, NULL, NULL, diff_line_cb, 
(gpointer)diff-state, error);
++NULL, NULL, NULL, NULL, diff_line_cb, 
(gpointer)diff-state, error);
+ 
+   return ((*error) == NULL);
+ }
+-- 
+cgit v0.10.2
+

Copied: gnome-builder/repos/staging-i686/git2.patch 

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

2015-08-29 Thread Jan Steffens
Date: Saturday, August 29, 2015 @ 21:58:52
  Author: heftig
Revision: 245067

Add user units but leave them disabled by default

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 17:18:00 UTC (rev 245066)
+++ PKGBUILD2015-08-29 19:58:52 UTC (rev 245067)
@@ -6,7 +6,7 @@
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
@@ -30,7 +30,7 @@
   --disable-verbose-mode --disable-static \
   --disable-tests --disable-asserts \
   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd
+  --enable-systemd --enable-user-session
   make
 }
 
@@ -48,8 +48,9 @@
 
   make DESTDIR=$pkgdir install
 
-  rm -rf ${pkgdir}/var/run
-  rm -rf ${pkgdir}/usr/lib/pkgconfig
+  rm -r ${pkgdir}/var/run
+  rm -r ${pkgdir}/usr/lib/pkgconfig
+  rm -r ${pkgdir}/usr/lib/systemd/user/sockets.target.wants
 
   install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus.sh
   install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING


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

2015-08-29 Thread Jan Steffens
Date: Saturday, August 29, 2015 @ 22:02:34
  Author: heftig
Revision: 245068

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

Added:
  dbus/repos/testing-i686/30-dbus
(from rev 245067, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 245067, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/30-dbus
(from rev 245067, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 245067, dbus/trunk/PKGBUILD)
Deleted:
  dbus/repos/testing-i686/30-dbus
  dbus/repos/testing-i686/PKGBUILD
  dbus/repos/testing-x86_64/30-dbus
  dbus/repos/testing-x86_64/PKGBUILD

-+
 /30-dbus|   12 
 /PKGBUILD   |  134 ++
 testing-i686/30-dbus|6 --
 testing-i686/PKGBUILD   |   66 --
 testing-x86_64/30-dbus  |6 --
 testing-x86_64/PKGBUILD |   66 --
 6 files changed, 146 insertions(+), 144 deletions(-)

Deleted: testing-i686/30-dbus
===
--- testing-i686/30-dbus2015-08-29 19:58:52 UTC (rev 245067)
+++ testing-i686/30-dbus2015-08-29 20:02:34 UTC (rev 245068)
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# launches a session dbus instance
-if [ -z ${DBUS_SESSION_BUS_ADDRESS-} ]  type dbus-launch /dev/null; then
-  eval $(dbus-launch --sh-syntax --exit-with-session)
-fi

Copied: dbus/repos/testing-i686/30-dbus (from rev 245067, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2015-08-29 20:02:34 UTC (rev 245068)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z ${DBUS_SESSION_BUS_ADDRESS-} ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-08-29 19:58:52 UTC (rev 245067)
+++ testing-i686/PKGBUILD   2015-08-29 20:02:34 UTC (rev 245068)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgbase=dbus
-pkgname=('dbus' 'libdbus')
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=Freedesktop.org message bus system
-url=http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-30-dbus)
-md5sums=('5af6297348107a906c8449817a728b3b'
- 'SKIP'
- '6683a05bd749929ef9442816c22c3268')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie 
simon.mcvit...@collabora.co.uk
-
-build() {
-  cd dbus-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console/ \
-  --enable-inotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd
-  make
-}
-
-package_dbus(){
-  depends=('libdbus' 'expat')
-  optdepends=('libx11: dbus-launch support')
-  provides=('dbus-core')
-  conflicts=('dbus-core')
-  replaces=('dbus-core')
-
-  cd dbus-$pkgver
-
-  # Disable installation of libdbus
-  sed -i -e 's/^SUBDIRS = dbus/SUBDIRS =/' Makefile
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/var/run
-  rm -rf ${pkgdir}/usr/lib/pkgconfig
-
-  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus.sh
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
-}
-
-package_libdbus(){
-  pkgdesc=DBus library
-  depends=('libsystemd')
-
-  cd dbus-$pkgver
-  make DESTDIR=$pkgdir -C dbus install
-  make DESTDIR=$pkgdir install-data-am
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libdbus/COPYING
-}

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 245067, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-29 20:02:34 UTC (rev 245068)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.10.0
+pkgrel=2
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+30-dbus)

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

2015-08-29 Thread Jonathan Steel
Date: Saturday, August 29, 2015 @ 20:32:52
  Author: jsteel
Revision: 138945

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

Added:
  pidgin-sipe/repos/community-i686/PKGBUILD
(from rev 138944, pidgin-sipe/trunk/PKGBUILD)
  pidgin-sipe/repos/community-x86_64/PKGBUILD
(from rev 138944, pidgin-sipe/trunk/PKGBUILD)
Deleted:
  pidgin-sipe/repos/community-i686/PKGBUILD
  pidgin-sipe/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-29 18:32:34 UTC (rev 138944)
+++ community-i686/PKGBUILD 2015-08-29 18:32:52 UTC (rev 138945)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
-# Contributor: MaLiK malik_...@o2.pl
-# Contributor: dpevp daniel.plaza.e...@gmail.com
-# Contributor: Magnus Therning mag...@therning.org
-# Contributor: Anthony anth...@littlegno.me
-
-pkgname=pidgin-sipe
-pkgver=1.19.1
-pkgrel=1
-pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('1a331108f84d4d440ebf38bc488fbaf4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: pidgin-sipe/repos/community-i686/PKGBUILD (from rev 138944, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-29 18:32:52 UTC (rev 138945)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
+# Contributor: MaLiK malik_...@o2.pl
+# Contributor: dpevp daniel.plaza.e...@gmail.com
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anthony anth...@littlegno.me
+
+pkgname=pidgin-sipe
+pkgver=1.20.0
+pkgrel=1
+pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('888fb9178af0f2e2912fc28084ca07a9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-29 18:32:34 UTC (rev 138944)
+++ community-x86_64/PKGBUILD   2015-08-29 18:32:52 UTC (rev 138945)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
-# Contributor: MaLiK malik_...@o2.pl
-# Contributor: dpevp daniel.plaza.e...@gmail.com
-# Contributor: Magnus Therning mag...@therning.org
-# Contributor: Anthony anth...@littlegno.me
-
-pkgname=pidgin-sipe
-pkgver=1.19.1
-pkgrel=1
-pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('1a331108f84d4d440ebf38bc488fbaf4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: pidgin-sipe/repos/community-x86_64/PKGBUILD (from rev 138944, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-29 18:32:52 UTC (rev 138945)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Gicu Gorodenco cyclopsi...@gmail.com
+# Contributor: MaLiK malik_...@o2.pl
+# Contributor: dpevp daniel.plaza.e...@gmail.com
+# Contributor: Magnus Therning mag...@therning.org
+# Contributor: Anthony anth...@littlegno.me
+
+pkgname=pidgin-sipe
+pkgver=1.20.0
+pkgrel=1
+pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS

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

2015-08-29 Thread Jonathan Steel
Date: Saturday, August 29, 2015 @ 20:32:34
  Author: jsteel
Revision: 138944

upgpkg: pidgin-sipe 1.20.0-1

Modified:
  pidgin-sipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 18:11:42 UTC (rev 138943)
+++ PKGBUILD2015-08-29 18:32:34 UTC (rev 138944)
@@ -7,7 +7,7 @@
 # Contributor: Anthony anth...@littlegno.me
 
 pkgname=pidgin-sipe
-pkgver=1.19.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc=Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 makedepends=('intltool')
 options=('!buildflags')
 
source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('1a331108f84d4d440ebf38bc488fbaf4')
+md5sums=('888fb9178af0f2e2912fc28084ca07a9')
 
 build() {
   cd $pkgname-$pkgver


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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 22:58:11
  Author: arojas
Revision: 138946

Update to 0.8.3

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 18:32:52 UTC (rev 138945)
+++ PKGBUILD2015-08-29 20:58:11 UTC (rev 138946)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc=Provides a standard for creating app stores across distributions
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 depends=(xapian-core polkit libyaml libxml2)
 makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7c3f320f8795c2d6bbd336993374a6928f1c3f55b08b3c454b43a375389d5fd2')
+sha256sums=('8e2b7abf7263dc5a385ea8704f4a51cf741ccd3c0bbadfde3fe4b20fc2f187f2')
 
 prepare() {
   mkdir -p build


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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 22:59:07
  Author: arojas
Revision: 138947

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-29 20:58:11 UTC (rev 138946)
+++ community-i686/PKGBUILD 2015-08-29 20:59:07 UTC (rev 138947)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Jameson Pugh imntr...@gmail.com
-# Contributor: Tim Jester-Pfadt t.jpatgmx.de
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.8.2
-pkgrel=1
-pkgdesc=Provides a standard for creating app stores across distributions
-arch=(i686 x86_64)
-url=http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(xapian-core polkit libyaml libxml2)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
-source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7c3f320f8795c2d6bbd336993374a6928f1c3f55b08b3c454b43a375389d5fd2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR=$pkgdir install
-  
-# provided by -qt subpackage
-  rm -r $pkgdir/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-}
-
-package_appstream-qt() {
-  pkgdesc=('Qt5 interface for AppStream')
-  depends=(appstream qt5-base)
-
-  cd build/qt
-  make DESTDIR=$pkgdir install
-}

Copied: appstream/repos/community-i686/PKGBUILD (from rev 138946, 
appstream/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-29 20:59:07 UTC (rev 138947)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Jameson Pugh imntr...@gmail.com
+# Contributor: Tim Jester-Pfadt t.jpatgmx.de
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=Provides a standard for creating app stores across distributions
+arch=(i686 x86_64)
+url=http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(xapian-core polkit libyaml libxml2)
+makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
+source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
+sha256sums=('8e2b7abf7263dc5a385ea8704f4a51cf741ccd3c0bbadfde3fe4b20fc2f187f2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR=$pkgdir install
+  
+# provided by -qt subpackage
+  rm -r $pkgdir/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+}
+
+package_appstream-qt() {
+  pkgdesc=('Qt5 interface for AppStream')
+  depends=(appstream qt5-base)
+
+  cd build/qt
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-29 20:58:11 UTC (rev 138946)
+++ community-x86_64/PKGBUILD   2015-08-29 20:59:07 UTC (rev 138947)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Jameson Pugh imntr...@gmail.com
-# Contributor: Tim Jester-Pfadt t.jpatgmx.de
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.8.2
-pkgrel=1
-pkgdesc=Provides a standard for creating app stores across distributions
-arch=(i686 x86_64)
-url=http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(xapian-core polkit libyaml libxml2)
-makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
-source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7c3f320f8795c2d6bbd336993374a6928f1c3f55b08b3c454b43a375389d5fd2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR=$pkgdir install
-  
-# provided by -qt subpackage
-  rm -r $pkgdir/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-}
-

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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 23:08:57
  Author: arojas
Revision: 245069

Update to 0.17+15.10.20150810

Modified:
  signon-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 20:02:34 UTC (rev 245068)
+++ PKGBUILD2015-08-29 21:08:57 UTC (rev 245069)
@@ -4,7 +4,7 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=signon-ui
-pkgver=0.17+15.04.20150410
+pkgver=0.17+15.10.20150810
 pkgrel=1
 pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(libaccounts-qt5 qt5-webkit signon libnotify)
 
source=(http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz;)
-md5sums=('94d0675d1d06956910dcc850ec70914b')
+md5sums=('560ea77014d0418c4899984486839da8')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-08-29 Thread Antonio Rojas
Date: Saturday, August 29, 2015 @ 23:10:15
  Author: arojas
Revision: 245070

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

Added:
  signon-ui/repos/extra-i686/PKGBUILD
(from rev 245069, signon-ui/trunk/PKGBUILD)
  signon-ui/repos/extra-x86_64/PKGBUILD
(from rev 245069, signon-ui/trunk/PKGBUILD)
Deleted:
  signon-ui/repos/extra-i686/PKGBUILD
  signon-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-29 21:08:57 UTC (rev 245069)
+++ extra-i686/PKGBUILD 2015-08-29 21:10:15 UTC (rev 245070)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Maintainer: Josip Ponjavic josipponjavic at gmail dot com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=signon-ui
-pkgver=0.17+15.04.20150410
-pkgrel=1
-pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
-arch=(i686 x86_64)
-url=https://launchpad.net/online-accounts-signon-ui;
-license=(GPL)
-depends=(libaccounts-qt5 qt5-webkit signon libnotify)
-source=(http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz;)
-md5sums=('94d0675d1d06956910dcc850ec70914b')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Do not install tests
-  echo 'INSTALLS =' tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' tests/unit/tst_signon_ui.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-}
-

Copied: signon-ui/repos/extra-i686/PKGBUILD (from rev 245069, 
signon-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-29 21:10:15 UTC (rev 245070)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Josip Ponjavic josipponjavic at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=signon-ui
+pkgver=0.17+15.10.20150810
+pkgrel=1
+pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
+arch=(i686 x86_64)
+url=https://launchpad.net/online-accounts-signon-ui;
+license=(GPL)
+depends=(libaccounts-qt5 qt5-webkit signon libnotify)
+source=(http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz;)
+md5sums=('560ea77014d0418c4899984486839da8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Do not install tests
+  echo 'INSTALLS =' tests/unit/tst_inactivity_timer.pro
+  echo 'INSTALLS =' tests/unit/tst_signon_ui.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALL_ROOT=$pkgdir install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-29 21:08:57 UTC (rev 245069)
+++ extra-x86_64/PKGBUILD   2015-08-29 21:10:15 UTC (rev 245070)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Maintainer: Josip Ponjavic josipponjavic at gmail dot com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=signon-ui
-pkgver=0.17+15.04.20150410
-pkgrel=1
-pkgdesc='UI component responsible for handling the user interactions which can 
happen during the login process of an online account'
-arch=(i686 x86_64)
-url=https://launchpad.net/online-accounts-signon-ui;
-license=(GPL)
-depends=(libaccounts-qt5 qt5-webkit signon libnotify)
-source=(http://archive.ubuntu.com/ubuntu/pool/main/s/$pkgname/${pkgname}_$pkgver.orig.tar.gz;)
-md5sums=('94d0675d1d06956910dcc850ec70914b')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Do not install tests
-  echo 'INSTALLS =' tests/unit/tst_inactivity_timer.pro
-  echo 'INSTALLS =' tests/unit/tst_signon_ui.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-}
-

Copied: signon-ui/repos/extra-x86_64/PKGBUILD (from rev 245069, 
signon-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-29 21:10:15 UTC (rev 245070)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Josip Ponjavic josipponjavic at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=signon-ui

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

2015-08-29 Thread Felix Yan
Date: Sunday, August 30, 2015 @ 04:25:08
  Author: fyan
Revision: 138958

upgpkg: skk-jisyo 20150830-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 01:07:39 UTC (rev 138957)
+++ PKGBUILD2015-08-30 02:25:08 UTC (rev 138958)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150823
+pkgver=20150830
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('513fd24b4c152ffb0653f9a84167c967'
+md5sums=('377409f67f578050321d17910f5abfcd'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2015-08-29 Thread Felix Yan
Date: Sunday, August 30, 2015 @ 04:25:25
  Author: fyan
Revision: 138959

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 138958, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 138958, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 02:25:08 UTC (rev 138958)
+++ PKGBUILD2015-08-30 02:25:25 UTC (rev 138959)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: jeneshicc jenesh...@gmail.com
-
-pkgname=skk-jisyo
-pkgver=20150823
-pkgrel=1
-pkgdesc=Dictionaries for the SKK Japanese input method
-arch=('any')
-url=http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('513fd24b4c152ffb0653f9a84167c967'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd $srcdir
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 138958, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 02:25:25 UTC (rev 138959)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: jeneshicc jenesh...@gmail.com
+
+pkgname=skk-jisyo
+pkgver=20150830
+pkgrel=1
+pkgdesc=Dictionaries for the SKK Japanese input method
+arch=('any')
+url=http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('377409f67f578050321d17910f5abfcd'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd $srcdir
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-08-30 02:25:08 UTC (rev 138958)
+++ skk-jisyo.install   2015-08-30 02:25:25 UTC (rev 138959)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 138958, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-08-30 02:25:25 UTC (rev 138959)
@@ -0,0 +1,10 @@
+post_install() {
+  echo  If you want to merge dictionaries, use skktools
+  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
+  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-08-29 Thread Gaetan Bisson
Date: Sunday, August 30, 2015 @ 06:37:42
  Author: bisson
Revision: 245080

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 245079, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 245079, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 245079, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 245079, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 245079, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 245079, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 245079, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 245079, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  202 +++
 /aliases.patch |   36 +++
 /install   |   48 ++
 /service   |   28 +
 extra-i686/PKGBUILD|  100 -
 extra-i686/aliases.patch   |   18 ---
 extra-i686/install |   24 -
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  100 -
 extra-x86_64/aliases.patch |   18 ---
 extra-x86_64/install   |   24 -
 extra-x86_64/service   |   14 --
 12 files changed, 314 insertions(+), 312 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-30 04:36:52 UTC (rev 245079)
+++ extra-i686/PKGBUILD 2015-08-30 04:37:42 UTC (rev 245080)
@@ -1,100 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=3.0.2
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'service')
-sha1sums=('9d75ca3c207441a38a79a2c8ceaa398c2b9cdc4e'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\/usr/bin\
--DDEF_DAEMON_DIR=\/usr/lib/postfix/bin\
--DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\
--DDEF_README_DIR=\/usr/share/doc/postfix\
--DDEF_MANPAGE_DIR=\/usr/share/man\
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   shared=yes \
-   CCARGS=${CCARGS//$'\n'/} \
-   AUXLIBS=${AUXLIBS//$'\n'/} \
-   OPT=${CFLAGS} ${LDFLAGS} \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/postfix-${pkgver}
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root=${pkgdir}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 man/man1/${name}.1 
${pkgdir}/usr/share/man/man1/${name}.1
-   install -Dm755 bin/${name} ${pkgdir}/usr/bin/${name}
-   done
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-   -e '/absolute path name/d' \
-

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

2015-08-29 Thread Eric Bélanger
Date: Sunday, August 30, 2015 @ 06:36:40
  Author: eric
Revision: 138961

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 138960, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 04:35:01 UTC (rev 138960)
+++ PKGBUILD2015-08-30 04:36:40 UTC (rev 138961)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.08.16.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('219a2ac7de02c9d7960008ceedc2cb13890099dd'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
- ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 138960, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 04:36:40 UTC (rev 138961)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.08.28
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('40239ed25172035b765b8c797b3e2239e1f5cf8d'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+ ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-08-29 Thread Gaetan Bisson
Date: Sunday, August 30, 2015 @ 06:36:52
  Author: bisson
Revision: 245079

implement FS#46143

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 00:54:58 UTC (rev 245078)
+++ PKGBUILD2015-08-30 04:36:52 UTC (rev 245079)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -55,6 +55,7 @@
 '
make makefiles \
DEBUG='' \
+   pie=yes \
shared=yes \
CCARGS=${CCARGS//$'\n'/} \
AUXLIBS=${AUXLIBS//$'\n'/} \


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

2015-08-29 Thread Gaetan Bisson
Date: Sunday, August 30, 2015 @ 06:38:10
  Author: bisson
Revision: 245081

upstream update

Modified:
  gsfonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 04:37:42 UTC (rev 245080)
+++ PKGBUILD2015-08-30 04:38:10 UTC (rev 245081)
@@ -5,7 +5,7 @@
 
 pkgname=gsfonts
 _pkgname=urw-core35-fonts
-pkgver=20150808
+pkgver=20150811
 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=e5b3fce0aadb091699b409be325468c682bd436d)
+source=(git://git.ghostscript.com/${_pkgname}.git#commit=c983ed400dc278dcf20bdff68252fad6d9db7af9)
 sha1sums=('SKIP')
 
 install=install


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

2015-08-29 Thread Gaetan Bisson
Date: Sunday, August 30, 2015 @ 06:38:29
  Author: bisson
Revision: 245082

archrelease: copy trunk to extra-any

Added:
  gsfonts/repos/extra-any/PKGBUILD
(from rev 245081, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/extra-any/install
(from rev 245081, 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-30 04:38:10 UTC (rev 245081)
+++ PKGBUILD2015-08-30 04:38:29 UTC (rev 245082)
@@ -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=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
-}

Copied: gsfonts/repos/extra-any/PKGBUILD (from rev 245081, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 04:38:29 UTC (rev 245082)
@@ -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=20150811
+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=c983ed400dc278dcf20bdff68252fad6d9db7af9)
+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-30 04:38:10 UTC (rev 245081)
+++ install 2015-08-30 04:38:29 UTC (rev 245082)
@@ -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 245081, gsfonts/trunk/install)
===
--- install (rev 0)
+++ install 2015-08-30 04:38:29 UTC (rev 245082)
@@ -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 youtube-dl/trunk (PKGBUILD)

2015-08-29 Thread Eric Bélanger
Date: Sunday, August 30, 2015 @ 06:35:01
  Author: eric
Revision: 138960

upgpkg: youtube-dl 2015.08.28-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 02:25:25 UTC (rev 138959)
+++ PKGBUILD2015-08-30 04:35:01 UTC (rev 138960)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.08.16.1
+pkgver=2015.08.28
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('219a2ac7de02c9d7960008ceedc2cb13890099dd'
+sha1sums=('40239ed25172035b765b8c797b3e2239e1f5cf8d'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-08-29 Thread Anatol Pomozov
Date: Sunday, August 30, 2015 @ 02:54:19
  Author: anatolik
Revision: 245077

upgpkg: gdb 7.10-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 22:53:05 UTC (rev 245076)
+++ PKGBUILD2015-08-30 00:54:19 UTC (rev 245077)
@@ -3,18 +3,18 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gdb
-pkgver=7.9.1
+pkgver=7.10
 pkgrel=1
 pkgdesc='The GNU Debugger'
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gdb/;
-license=('GPL3')
-depends=('ncurses' 'expat' 'python' 'xz' 'guile')
-makedepends=('texinfo')
-backup=('etc/gdb/gdbinit')
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
 install=gdb.install
 source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('04ba2906279b16b5f99c4f6b25942843a3717cdb'
+sha1sums=('95338f65ae9f61ecb76592f2cbe336a7d948b905'
   'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 


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

2015-08-29 Thread Anatol Pomozov
Date: Sunday, August 30, 2015 @ 02:54:58
  Author: anatolik
Revision: 245078

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

Added:
  gdb/repos/testing-i686/
  gdb/repos/testing-i686/PKGBUILD
(from rev 245077, gdb/trunk/PKGBUILD)
  gdb/repos/testing-i686/gdb.install
(from rev 245077, gdb/trunk/gdb.install)
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 245077, gdb/trunk/PKGBUILD)
  gdb/repos/testing-x86_64/gdb.install
(from rev 245077, gdb/trunk/gdb.install)

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/gdb.install   |   20 +
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/gdb.install |   20 +
 4 files changed, 140 insertions(+)

Copied: gdb/repos/testing-i686/PKGBUILD (from rev 245077, gdb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-30 00:54:58 UTC (rev 245078)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.10
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('95338f65ae9f61ecb76592f2cbe336a7d948b905'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}

Copied: gdb/repos/testing-i686/gdb.install (from rev 245077, 
gdb/trunk/gdb.install)
===
--- testing-i686/gdb.install(rev 0)
+++ testing-i686/gdb.install2015-08-30 00:54:58 UTC (rev 245078)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(annotate.info gdb.info{,-{1,2,3,4,5,6}} stabs.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 245077, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-30 00:54:58 UTC (rev 245078)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gdb
+pkgver=7.10
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(ncurses expat python xz guile)
+makedepends=(texinfo)
+backup=(etc/gdb/gdbinit)
+install=gdb.install
+source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('95338f65ae9f61ecb76592f2cbe336a7d948b905'
+  'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+  
+  ./configure --prefix=/usr --disable-nls \
+--with-system-readline \
+--with-python=/usr/bin/python3 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install custom system gdbinit
+  install -dm755 $pkgdir/etc/gdb
+  touch $pkgdir/etc/gdb/gdbinit
+
+  # resolve conflicts with binutils
+  rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+  rm $pkgdir/usr/share/info/bfd.info
+  rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+}

Copied: gdb/repos/testing-x86_64/gdb.install (from rev 245077, 
gdb/trunk/gdb.install)

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

2015-08-29 Thread Anatol Pomozov
Date: Sunday, August 30, 2015 @ 03:01:36
  Author: anatolik
Revision: 138954

upgpkg: avr-gdb 7.10-1

Modified:
  avr-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-29 21:30:29 UTC (rev 138953)
+++ PKGBUILD2015-08-30 01:01:36 UTC (rev 138954)
@@ -7,7 +7,7 @@
 
 _target=avr
 pkgname=$_target-gdb
-pkgver=7.9.1
+pkgver=7.10
 pkgrel=1
 pkgdesc='The GNU Debugger for AVR'
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 depends=(python2 guile xz)
 options=(!emptydirs)
 source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('cd9c543a411a05b2b647dd38936034b68c2b5d6f10e0d51dc168c166c973ba40'
+sha256sums=('7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 
brobec...@adacore.com
 


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

2015-08-29 Thread Anatol Pomozov
Date: Sunday, August 30, 2015 @ 03:02:12
  Author: anatolik
Revision: 138955

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

Added:
  avr-gdb/repos/community-testing-i686/
  avr-gdb/repos/community-testing-i686/PKGBUILD
(from rev 138954, avr-gdb/trunk/PKGBUILD)
  avr-gdb/repos/community-testing-x86_64/
  avr-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 138954, avr-gdb/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   52 
 community-testing-x86_64/PKGBUILD |   52 
 2 files changed, 104 insertions(+)

Copied: avr-gdb/repos/community-testing-i686/PKGBUILD (from rev 138954, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-30 01:02:12 UTC (rev 138955)
@@ -0,0 +1,52 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ivan Sichmann Freitas ivansichfreitas at gmail dot com
+# Contributor: Laszlo Papp djszapi2 at gmail dot com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Contributor: Vladimir Cerny blackvladi...@gmail.com
+# Contributor: 4javier 4javieregATgmailDOTcom
+
+_target=avr
+pkgname=$_target-gdb
+pkgver=7.10
+pkgrel=1
+pkgdesc='The GNU Debugger for AVR'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(python2 guile xz)
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 
brobec...@adacore.com
+
+prepare() {
+  cd gdb-$pkgver
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=$_target \
+--with-python=/usr/bin/python2 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/info
+  rm -r $pkgdir/usr/share/man
+  rm -r $pkgdir/usr/share/gdb
+  rm -r $pkgdir/usr/include/gdb
+}

Copied: avr-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 138954, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-30 01:02:12 UTC (rev 138955)
@@ -0,0 +1,52 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ivan Sichmann Freitas ivansichfreitas at gmail dot com
+# Contributor: Laszlo Papp djszapi2 at gmail dot com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Contributor: Vladimir Cerny blackvladi...@gmail.com
+# Contributor: 4javier 4javieregATgmailDOTcom
+
+_target=avr
+pkgname=$_target-gdb
+pkgver=7.10
+pkgrel=1
+pkgdesc='The GNU Debugger for AVR'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(python2 guile xz)
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 
brobec...@adacore.com
+
+prepare() {
+  cd gdb-$pkgver
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=$_target \
+--with-python=/usr/bin/python2 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/info
+  rm -r $pkgdir/usr/share/man
+  rm -r $pkgdir/usr/share/gdb
+  rm -r $pkgdir/usr/include/gdb
+}


[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)

2015-08-29 Thread Anatol Pomozov
Date: Sunday, August 30, 2015 @ 03:07:03
  Author: anatolik
Revision: 138956

upgpkg: arm-none-eabi-gdb 7.10-1

Modified:
  arm-none-eabi-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-30 01:02:12 UTC (rev 138955)
+++ PKGBUILD2015-08-30 01:07:03 UTC (rev 138956)
@@ -4,7 +4,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gdb
-pkgver=7.9.1
+pkgver=7.10
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 'stlink: for debugging over STLINK')
 options=(!emptydirs)
 source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('cd9c543a411a05b2b647dd38936034b68c2b5d6f10e0d51dc168c166c973ba40'
+sha256sums=('7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 
brobec...@adacore.com
 


[arch-commits] Commit in arm-none-eabi-gdb/repos (4 files)

2015-08-29 Thread Anatol Pomozov
Date: Sunday, August 30, 2015 @ 03:07:39
  Author: anatolik
Revision: 138957

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

Added:
  arm-none-eabi-gdb/repos/community-testing-i686/
  arm-none-eabi-gdb/repos/community-testing-i686/PKGBUILD
(from rev 138956, arm-none-eabi-gdb/trunk/PKGBUILD)
  arm-none-eabi-gdb/repos/community-testing-x86_64/
  arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 138956, arm-none-eabi-gdb/trunk/PKGBUILD)

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

Copied: arm-none-eabi-gdb/repos/community-testing-i686/PKGBUILD (from rev 
138956, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-30 01:07:39 UTC (rev 138957)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.10
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2 guile)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 
brobec...@adacore.com
+
+prepare() {
+  cd gdb-$pkgver
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Following files conflict with 'gdb' package
+  rm -r $pkgdir/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r $pkgdir/usr/share/gdb
+  rm -r $pkgdir/usr/include/gdb
+  rm -r $pkgdir/usr/share/man/man5
+}

Copied: arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 
138956, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-30 01:07:39 UTC (rev 138957)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.10
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2 guile)
+optdepends=('openocd: for debugging JTAG targets'
+'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 
brobec...@adacore.com
+
+prepare() {
+  cd gdb-$pkgver
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python2 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Following files conflict with 'gdb' package
+  rm -r $pkgdir/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb 
alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module 
folder for cross tools.
+  rm -r $pkgdir/usr/share/gdb
+  rm -r $pkgdir/usr/include/gdb
+  rm -r $pkgdir/usr/share/man/man5
+}