[arch-commits] Commit in perl-file-mimeinfo/repos/extra-any (PKGBUILD PKGBUILD)

2015-02-23 Thread Felix Yan
Date: Tuesday, February 24, 2015 @ 08:20:50
  Author: fyan
Revision: 231834

archrelease: copy trunk to extra-any

Added:
  perl-file-mimeinfo/repos/extra-any/PKGBUILD
(from rev 231833, perl-file-mimeinfo/trunk/PKGBUILD)
Deleted:
  perl-file-mimeinfo/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-24 07:20:32 UTC (rev 231833)
+++ PKGBUILD2015-02-24 07:20:50 UTC (rev 231834)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-file-mimeinfo
-pkgver=0.26
-pkgrel=1
-pkgdesc='Determine file type, includes mimeopen and mimetype'
-arch=('any')
-url="https://metacpan.org/release/File-MimeInfo";
-license=('GPL' 'PerlArtistic')
-depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
-options=('!emptydirs')
-source=(http://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
-sha1sums=('69d18114bb10d0b6ca37126dc8c5e936202b7ed4')
-
-build() {
-  cd File-MimeInfo-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-MimeInfo-${pkgver}
-  make test
-}
-
-package() {
-  cd File-MimeInfo-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-file-mimeinfo/repos/extra-any/PKGBUILD (from rev 231833, 
perl-file-mimeinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-24 07:20:50 UTC (rev 231834)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-mimeinfo
+pkgver=0.27
+pkgrel=1
+pkgdesc='Determine file type, includes mimeopen and mimetype'
+arch=('any')
+url="https://metacpan.org/release/File-MimeInfo";
+license=('GPL' 'PerlArtistic')
+depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
+sha1sums=('571dbd2faa15ba87809b3b5d5e200cccb247c493')
+
+build() {
+  cd File-MimeInfo-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-MimeInfo-${pkgver}
+  make test
+}
+
+package() {
+  cd File-MimeInfo-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-file-mimeinfo/trunk (PKGBUILD)

2015-02-23 Thread Felix Yan
Date: Tuesday, February 24, 2015 @ 08:20:32
  Author: fyan
Revision: 231833

upgpkg: perl-file-mimeinfo 0.27-1

Modified:
  perl-file-mimeinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 19:05:57 UTC (rev 231832)
+++ PKGBUILD2015-02-24 07:20:32 UTC (rev 231833)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 
 pkgname=perl-file-mimeinfo
-pkgver=0.26
+pkgver=0.27
 pkgrel=1
 pkgdesc='Determine file type, includes mimeopen and mimetype'
 arch=('any')
@@ -9,9 +9,10 @@
 url="https://metacpan.org/release/File-MimeInfo";
 license=('GPL' 'PerlArtistic')
 depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=(http://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
-sha1sums=('69d18114bb10d0b6ca37126dc8c5e936202b7ed4')
+sha1sums=('571dbd2faa15ba87809b3b5d5e200cccb247c493')
 
 build() {
   cd File-MimeInfo-${pkgver}


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

2015-02-23 Thread Eric Bélanger
Date: Tuesday, February 24, 2015 @ 02:22:14
  Author: eric
Revision: 128167

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-24 01:20:53 UTC (rev 128166)
+++ PKGBUILD2015-02-24 01:22:14 UTC (rev 128167)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.02.19.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')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('ed87688e9acbc482d66b1180da32510a10192673'
-  '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 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 128166, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-24 01:22:14 UTC (rev 128167)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.02.23.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')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('203ddb1b71f489a17ef97b81804b722917f9eee8'
+  '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 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-02-23 Thread Eric Bélanger
Date: Tuesday, February 24, 2015 @ 02:20:53
  Author: eric
Revision: 128166

upgpkg: youtube-dl 2015.02.23.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-24 01:00:35 UTC (rev 128165)
+++ PKGBUILD2015-02-24 01:20:53 UTC (rev 128166)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.02.19.1
+pkgver=2015.02.23.1
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('ed87688e9acbc482d66b1180da32510a10192673'
+sha1sums=('203ddb1b71f489a17ef97b81804b722917f9eee8'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-02-23 Thread Evgeniy Alekseev
Date: Tuesday, February 24, 2015 @ 02:00:35
  Author: arcanis
Revision: 128165

archrelease: copy trunk to community-any

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

---+
 ChangeLog |   37 +
 PKGBUILD  |  126 ++--
 2 files changed, 83 insertions(+), 80 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-02-24 01:00:24 UTC (rev 128164)
+++ ChangeLog   2015-02-24 01:00:35 UTC (rev 128165)
@@ -1,17 +0,0 @@
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 128164, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-02-24 01:00:35 UTC (rev 128165)
@@ -0,0 +1,20 @@
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-24 01:00:24 UTC (rev 128164)
+++ PKGBUILD2015-02-24 01:00:35 UTC (rev 128165)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=()
-url="http://eric-ide.python-projects.org/index.html";
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN.GB2312   "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_lang} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${2} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
-
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('97b8b7bb05b9c933686501b83ac91e17'
- '40bea582159f5ab2fc4890e43240d396'
- '5f31bc1cc19dde8bc735d47e730bb389'
- 'db47edc9bb0a56bf41d0ee74f5f67aaa'
- '22854f0d3b2277922e560b001ba2edb0'
- '9fc6db95371f92b874d6dd6367564682'
- '1e8831c92d084fd2f981944d4701b58e'
- 'a260589e1161fc6ae8dd4dd3c309140f'
- '42ba1a270a66c865ad884f27b0bdb816'
- 'd8909317f8cf0f5e5741584a8a15422f')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 128164, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-24 01:00:35 UTC (rev 128165)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+depends=()
+url="http://eric-ide.python-projects.org/index.html";
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs "Czech"'
+'de "German"'
+'en "English"'
+'es "Spanish"'
+'fr "French"'
+'it "Italian"'
+'pt "Portuguese"'
+'ru "Russian"'
+'tr "Turkish"'
+'zh_CN.GB2312   "Chinese (Simplified)"')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in "${_languages[@]}"; do
+  _path=${_lang%% *}
+  _locale=${_path%%.*}
+
+  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
+  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
+
+  for _qtver in '-qt4' ''; do
+eval "package_eric${_qtver}-i18n-${_locale,,}() {
+  _package ${_lang} ${_qtver}

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

2015-02-23 Thread Evgeniy Alekseev
Date: Tuesday, February 24, 2015 @ 02:00:24
  Author: arcanis
Revision: 128164

upgpkg: eric-i18n 6.0.2-1

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

---+
 ChangeLog |3 +++
 PKGBUILD  |   22 +++---
 2 files changed, 14 insertions(+), 11 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-02-24 00:54:58 UTC (rev 128163)
+++ ChangeLog   2015-02-24 01:00:24 UTC (rev 128164)
@@ -1,3 +1,6 @@
+6.0.2-1:
+upstream update
+
 6.0.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-02-24 00:54:58 UTC (rev 128163)
+++ PKGBUILD2015-02-24 01:00:24 UTC (rev 128164)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
@@ -51,13 +51,13 @@
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('97b8b7bb05b9c933686501b83ac91e17'
- '40bea582159f5ab2fc4890e43240d396'
- '5f31bc1cc19dde8bc735d47e730bb389'
- 'db47edc9bb0a56bf41d0ee74f5f67aaa'
- '22854f0d3b2277922e560b001ba2edb0'
- '9fc6db95371f92b874d6dd6367564682'
- '1e8831c92d084fd2f981944d4701b58e'
- 'a260589e1161fc6ae8dd4dd3c309140f'
- '42ba1a270a66c865ad884f27b0bdb816'
- 'd8909317f8cf0f5e5741584a8a15422f')
+md5sums=('5b74c8222782d6aa872f893140f1df70'
+ 'c04b1691b318849e00ba729b1613aea0'
+ '00f3945d5324eeef91aafe0cc76eb4c9'
+ '0f01655256d98f6243a91e296e62a6ce'
+ '5144390eb645f6a9a104c277e53f4d56'
+ '8adeed27aa9928aaba01bd4c11ce1529'
+ '196d58bcf353017d02be070c0d2d0a2c'
+ '0977f9b47f20a816ef6604c6a6a39854'
+ '00513443d7b3d5678975487f3ad9048d'
+ 'b8aac9cb49f5fe646b210ee6f4ae44bf')


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

2015-02-23 Thread Evgeniy Alekseev
Date: Tuesday, February 24, 2015 @ 01:54:58
  Author: arcanis
Revision: 128163

archrelease: copy trunk to community-any

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

-+
 .contrib|   14 +-
 ChangeLog   |   49 ---
 PKGBUILD|  284 ++
 eric-debugger-171.patch |   70 ---
 eric.install|   18 +-
 5 files changed, 181 insertions(+), 254 deletions(-)

Deleted: .contrib
===
--- .contrib2015-02-24 00:54:47 UTC (rev 128162)
+++ .contrib2015-02-24 00:54:58 UTC (rev 128163)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 128162, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2015-02-24 00:54:58 UTC (rev 128163)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2015-02-24 00:54:47 UTC (rev 128162)
+++ ChangeLog   2015-02-24 00:54:58 UTC (rev 128163)
@@ -1,23 +0,0 @@
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 128162, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-02-24 00:54:58 UTC (rev 128163)
@@ -0,0 +1,26 @@
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-24 00:54:47 UTC (rev 128162)
+++ PKGBUILD2015-02-24 00:54:58 UTC (rev 128163)
@@ -1,145 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.1
-pkgrel=2
-pkgdesc="A full-featured Python and Ruby IDE in PyQt4"
-arch=('any')
-url="http://eric-ide.python-projects.org/";
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";
-"eric-debugger-171.patch")
-md5sums=('532c072299b2489d6c9b2f1bb3676652'
- '3e841ee1bf3004f3a36b65d6122456d8')
-changelog=ChangeLog
-
-prepare() {
-  # fix FS#43573
-  cd "${srcdir}/eric6-${pkgver}/eric"
-  patch -p1 -i "${srcdir}/eric-debugger-171.patch"
-
-  cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
-
-  cd "${srcdir}/eric6-${pkgver}_py2/eric"
-  find . -name '*.py' -exec \
-sed -i -r "s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2:" {} \;
-
-  cp -r "${srcdir}/eric6-${pkgver}"{,-qt4}
-  cp -r "${srcdir}/eric6-${pkgver}_py2"{,-qt4}
-}
-
-package_eric-common-qt4() {
-  depends=()
-
-  cd "${srcdir}/eric6-${pkgver}/eric"
-  # eric APIs
-  install -Dm644 "APIs/Python3/eric6.api" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api"
-  install -Dm644 "APIs/Python3/eric6.bas" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.bas"
-  # pyqt APIs
-  install -Dm644 "APIs/Python3/PyQt4.bas" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas"
-  # qss APIs
-  install -Dm644 "APIs/QSS/qss.api" \
- "${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api"
-  # qscintilla APIs
-  install -Dm644 "APIs/Python3/QScintilla2.bas" \
-

[arch-commits] Commit in eric/trunk (eric-debugger-171.patch)

2015-02-23 Thread Evgeniy Alekseev
Date: Tuesday, February 24, 2015 @ 01:54:47
  Author: arcanis
Revision: 128162

upgpkg: eric 6.0.2-1

Deleted:
  eric/trunk/eric-debugger-171.patch

-+
 eric-debugger-171.patch |   70 --
 1 file changed, 70 deletions(-)

Deleted: eric-debugger-171.patch
===
--- eric-debugger-171.patch 2015-02-24 00:53:50 UTC (rev 128161)
+++ eric-debugger-171.patch 2015-02-24 00:54:47 UTC (rev 128162)
@@ -1,70 +0,0 @@
-
-# HG changeset patch
-# User Detlev Offenbach 
-# Date 1422041255 -3600
-# Node ID c918bd03f0ff4deffba8934d37baadaf6d7d9587
-# Parent  7d7ce7fdccfdc76f5865849e348a4a33ef104a92
-Fixed a serious issue handling 'non-error' exceptions in the debugger. This 
bug was about 10 years old.
-(grafted from b7269498aa95bdf2e28c7a23697e1b0a6cdc638b)
-
-diff -r 7d7ce7fdccfd -r c918bd03f0ff DebugClients/Python/DebugBase.py
 a/DebugClients/Python/DebugBase.py Thu Jan 22 19:16:51 2015 +0100
-+++ b/DebugClients/Python/DebugBase.py Fri Jan 23 20:27:35 2015 +0100
-@@ -636,6 +636,11 @@
- @param exctb traceback for the exception
- @param unhandled flag indicating an uncaught exception
- """
-+
-+if exctype in [GeneratorExit, StopIteration]:
-+# ignore these
-+return
-+
- if exctype in [SystemExit, bdb.BdbQuit]:
- atexit._run_exitfuncs()
- if excval is None:
-diff -r 7d7ce7fdccfd -r c918bd03f0ff DebugClients/Python/DebugClientBase.py
 a/DebugClients/Python/DebugClientBase.py   Thu Jan 22 19:16:51 2015 +0100
-+++ b/DebugClients/Python/DebugClientBase.py   Fri Jan 23 20:27:35 2015 +0100
-@@ -325,7 +325,10 @@
- d = {}
- d["id"] = -1
- d["name"] = "MainThread"
--d["broken"] = self.isBroken()
-+if hasattr(self, "isBroken"):
-+d["broken"] = self.isBroken()
-+else:
-+d["broken"] = False
- threadList.append(d)
- 
- self.write('%s%s\n' % (DebugProtocol.ResponseThreadList,
-diff -r 7d7ce7fdccfd -r c918bd03f0ff DebugClients/Python3/DebugBase.py
 a/DebugClients/Python3/DebugBase.pyThu Jan 22 19:16:51 2015 +0100
-+++ b/DebugClients/Python3/DebugBase.pyFri Jan 23 20:27:35 2015 +0100
-@@ -646,6 +646,11 @@
- @param unhandled flag indicating an uncaught exception
- """
- exctype, excval, exctb = excinfo
-+
-+if exctype in [GeneratorExit, StopIteration]:
-+# ignore these
-+return
-+
- if exctype in [SystemExit, bdb.BdbQuit]:
- atexit._run_exitfuncs()
- if excval is None:
-diff -r 7d7ce7fdccfd -r c918bd03f0ff DebugClients/Python3/DebugClientBase.py
 a/DebugClients/Python3/DebugClientBase.py  Thu Jan 22 19:16:51 2015 +0100
-+++ b/DebugClients/Python3/DebugClientBase.py  Fri Jan 23 20:27:35 2015 +0100
-@@ -294,7 +294,10 @@
- d = {}
- d["id"] = -1
- d["name"] = "MainThread"
--d["broken"] = self.isBroken()
-+if hasattr(self, "isBroken"):
-+d["broken"] = self.isBroken()
-+else:
-+d["broken"] = False
- threadList.append(d)
- 
- self.write("{0}{1!r}\n".format(DebugProtocol.ResponseThreadList,
-


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

2015-02-23 Thread Evgeniy Alekseev
Date: Tuesday, February 24, 2015 @ 01:53:50
  Author: arcanis
Revision: 128161

upgpkg: eric 6.0.2-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   14 --
 2 files changed, 7 insertions(+), 10 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-02-23 22:33:53 UTC (rev 128160)
+++ ChangeLog   2015-02-24 00:53:50 UTC (rev 128161)
@@ -1,3 +1,6 @@
+6.0.2-1:
+upstream update
+
 6.0.1-2:
 * fix FS#43573
 * fix API path

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 22:33:53 UTC (rev 128160)
+++ PKGBUILD2015-02-24 00:53:50 UTC (rev 128161)
@@ -7,8 +7,8 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.1
-pkgrel=2
+pkgver=6.0.2
+pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt4"
 arch=('any')
 url="http://eric-ide.python-projects.org/";
@@ -17,17 +17,11 @@
  'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'qt5-svg' 'qt5-webkit')
 install=${pkgbase}.install
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";
-"eric-debugger-171.patch")
-md5sums=('532c072299b2489d6c9b2f1bb3676652'
- '3e841ee1bf3004f3a36b65d6122456d8')
+source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";)
+md5sums=('d87d763792e8a4627e07b1ffb2bb9231')
 changelog=ChangeLog
 
 prepare() {
-  # fix FS#43573
-  cd "${srcdir}/eric6-${pkgver}/eric"
-  patch -p1 -i "${srcdir}/eric-debugger-171.patch"
-
   cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
 
   cd "${srcdir}/eric6-${pkgver}_py2/eric"


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

2015-02-23 Thread Anatol Pomozov
Date: Monday, February 23, 2015 @ 23:33:53
  Author: anatolik
Revision: 128160

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

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

---+
 /PKGBUILD |   96 
 /rust.install |   26 ++
 community-i686/PKGBUILD   |   64 --
 community-i686/rust.install   |   13 -
 community-x86_64/PKGBUILD |   64 --
 community-x86_64/rust.install |   13 -
 6 files changed, 122 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-23 22:32:04 UTC (rev 128159)
+++ community-i686/PKGBUILD 2015-02-23 22:33:53 UTC (rev 128160)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=rust
-_pkgver=1.0.0-alpha
-pkgver=1.0.0.alpha
-pkgrel=3
-arch=(i686 x86_64)
-pkgdesc='A safe, concurrent, practical language'
-url='http://www.rust-lang.org/'
-license=(MIT Apache)
-depends=(gcc)
-makedepends=(libffi perl python2 curl)
-checkdepends=(git valgrind)
-source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz{,.asc})
-sha256sums=('3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c'
-'SKIP')
-install=rust.install
-options=(staticlibs)
-validpgpkeys=(108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE) # Rust Language (Tag 
and Release Signing Key) 
-
-build() {
-  cd rustc-$_pkgver
-
-  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
-
-  # avoid python makedepend (force fallback to python2)
-  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
-
-  make
-}
-
-check() {
-  cd rustc-$_pkgver
-  #make check
-}
-
-package() {
-  cd rustc-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname"
-
-  cp -a src/etc/vim "$pkgdir/usr/share/vim/vimfiles"
-  find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} +
-  find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} +
-
-  install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust"
-  install -Dm644 src/etc/kate/rust.xml 
"$pkgdir/usr/share/apps/katepart/syntax/rust.xml"
-  install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \
-"$pkgdir/usr/share/mime/packages/rust.xml"
-  install -Dm644 
src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
-"$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang"
-
-  install -m644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname"
-  install -m644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd src/etc/emacs
-  install -Dm644 rust-mode.el "$pkgdir/usr/share/emacs/site-lisp/rust-mode.el"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}

Copied: rust/repos/community-i686/PKGBUILD (from rev 128159, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-23 22:33:53 UTC (rev 128160)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=rust
+_pkgver=1.0.0-alpha.2
+pkgver=1.0.0.alpha.2
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc='A safe, concurrent, practical language'
+url='http://www.rust-lang.org/'
+license=(MIT Apache)
+depends=(gcc)
+makedepends=(libffi perl python2 curl)
+checkdepends=(git valgrind)
+source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz{,.asc})
+sha256sums=('a931b945e98f409df68fdff23e98b688024461c28901106896e73708381956c8'
+'SKIP')
+install=rust.install
+options=(staticlibs)
+validpgpkeys=(108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE) # Rust Language (Tag 
and Release Signing Key) 
+
+build() {
+  cd rustc-$_pkgver
+
+  ./configure --prefix=/usr --disable-debug --disable-docs 
--disable-verify-install
+
+  # avoid python makedepend (force fallback to python2)
+  sed -i 's/^PYTHONVERSION.*/PYTHONVERSION := 3/' src/llvm/Makefile.rules
+
+  make
+}
+
+check() {
+  cd rustc-$_pkgver
+  #make check
+}
+
+package() {
+  cd rustc-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE-APACHE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -D -m644 LICENSE-MIT 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+

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

2015-02-23 Thread Anatol Pomozov
Date: Monday, February 23, 2015 @ 23:32:04
  Author: anatolik
Revision: 128159

upgpkg: rust 1.0.0.alpha.2-1

vim and other editor files were moved to separate repo
http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 21:43:30 UTC (rev 128158)
+++ PKGBUILD2015-02-23 22:32:04 UTC (rev 128159)
@@ -2,9 +2,9 @@
 # Maintainer: Daniel Micay 
 
 pkgname=rust
-_pkgver=1.0.0-alpha
-pkgver=1.0.0.alpha
-pkgrel=3
+_pkgver=1.0.0-alpha.2
+pkgver=1.0.0.alpha.2
+pkgrel=1
 arch=(i686 x86_64)
 pkgdesc='A safe, concurrent, practical language'
 url='http://www.rust-lang.org/'
@@ -13,7 +13,7 @@
 makedepends=(libffi perl python2 curl)
 checkdepends=(git valgrind)
 source=(http://static.rust-lang.org/dist/rustc-$_pkgver-src.tar.gz{,.asc})
-sha256sums=('3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c'
+sha256sums=('a931b945e98f409df68fdff23e98b688024461c28901106896e73708381956c8'
 'SKIP')
 install=rust.install
 options=(staticlibs)
@@ -39,25 +39,9 @@
   cd rustc-$_pkgver
   make DESTDIR="$pkgdir" install
 
-  mkdir -p "$pkgdir/usr/share/vim" "$pkgdir/usr/share/licenses/$pkgname"
+  install -D -m644 LICENSE-APACHE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -D -m644 LICENSE-MIT 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
 
-  cp -a src/etc/vim "$pkgdir/usr/share/vim/vimfiles"
-  find "$pkgdir/usr/share/vim" -type f -exec chmod 644 {} +
-  find "$pkgdir/usr/share/vim" -type d -exec chmod 755 {} +
-
-  install -Dm644 src/etc/zsh/_rust "$pkgdir/usr/share/zsh/site-functions/_rust"
-  install -Dm644 src/etc/kate/rust.xml 
"$pkgdir/usr/share/apps/katepart/syntax/rust.xml"
-  install -Dm644 src/etc/gedit/share/mime/packages/rust.xml \
-"$pkgdir/usr/share/mime/packages/rust.xml"
-  install -Dm644 
src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \
-"$pkgdir/usr/share/gtksourceview-3.0/language-specs/rust.lang"
-
-  install -m644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname"
-  install -m644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname"
-
-  cd src/etc/emacs
-  install -Dm644 rust-mode.el "$pkgdir/usr/share/emacs/site-lisp/rust-mode.el"
-
   cd "$pkgdir/usr/lib"
   rm rustlib/{components,manifest-rustc,rust-installer-version}
   ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .


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

2015-02-23 Thread Florian Pritz
Date: Monday, February 23, 2015 @ 22:43:25
  Author: bluewind
Revision: 128157

upgpkg: highlight 3.22-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 21:43:01 UTC (rev 128156)
+++ PKGBUILD2015-02-23 21:43:25 UTC (rev 128157)
@@ -3,7 +3,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.21
+pkgver=3.22
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html";
 license=('GPL')
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 makedepends=(qt4 lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('122cd432e84f0b29aed172435af31aed'
+md5sums=('6e6e12b7ee966fe6b1a31eeda3f0761a'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


[arch-commits] Commit in gdal/repos/community-i686 (7 files)

2015-02-23 Thread Jaroslav Lichtblau
Date: Monday, February 23, 2015 @ 22:43:01
  Author: jlichtblau
Revision: 128156

archrelease: copy trunk to community-i686

Added:
  gdal/repos/community-i686/PKGBUILD
(from rev 128155, gdal/trunk/PKGBUILD)
  gdal/repos/community-i686/gdal-1.5.1-python-install.patch
(from rev 128155, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-i686/gdal.changelog
(from rev 128155, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-i686/PKGBUILD
  gdal/repos/community-i686/gdal-1.5.1-python-install.patch
  gdal/repos/community-i686/gdal-sqlite-3.8.7.patch
  gdal/repos/community-i686/gdal.changelog

-+
 PKGBUILD|  151 ++
 gdal-1.5.1-python-install.patch |   20 ++---
 gdal-sqlite-3.8.7.patch |   17 
 gdal.changelog  |   91 +++---
 4 files changed, 131 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-23 21:30:37 UTC (rev 128155)
+++ PKGBUILD2015-02-23 21:43:01 UTC (rev 128156)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=gdal
-pkgver=1.11.1
-pkgrel=6
-pkgdesc="A translator library for raster geospatial data formats"
-arch=('i686' 'x86_64')
-url="http://www.gdal.org/";
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
-makedepends=('perl' 'swig' 'chrpath' 'doxygen')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl:  perl binding support')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-gdal-1.5.1-python-install.patch gdal-sqlite-3.8.7.patch)
-sha256sums=('f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340'
-'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
-'2c1546f3303c27b5b9476192fd1f75fad0824380e711699ab09c2dd2f42d53c0')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  patch -Np0 -i "${srcdir}"/gdal-1.5.1-python-install.patch
-#FS#43193
-  patch -Np2 -i "${srcdir}"/gdal-sqlite-3.8.7.patch
-
-# python2 fixes
-  sed -i 's_python python1.5_python2 python python1.5_' configure
-  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-# Fix mandir
-  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-
-# bug #23654
-  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --with-curl \
-  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
-
-# workaround for bug #13646
-  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-  make man
-}
-
-package () {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-man
-
-# install license
-  install -D -m644 LICENSE.TXT 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-#FS15477 clean up junks
-  rm -f "${pkgdir}"/usr/bin/*.dox
-  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
-
-# Remove RPATH
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
-}

Copied: gdal/repos/community-i686/PKGBUILD (from rev 128155, 
gdal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-23 21:43:01 UTC (rev 128156)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('i686' 'x86_64')
+url="http://www.gdal.org/";
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath'

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

2015-02-23 Thread Florian Pritz
Date: Monday, February 23, 2015 @ 22:43:30
  Author: bluewind
Revision: 128158

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-23 21:43:25 UTC (rev 128157)
+++ community-i686/PKGBUILD 2015-02-23 21:43:30 UTC (rev 128158)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.21
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html";
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt4 lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('122cd432e84f0b29aed172435af31aed'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt4
-  make QMAKE=qmake-qt4 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt4' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-23 21:43:25 UTC (rev 128157)
+++ community-x86_64/PKGBUILD   2015-02-23 21:43:30 UTC (rev 128158)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.21
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html";
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt4 lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('122cd432e84f0b29aed172435af31aed'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt4
-  make QMAKE=qmake-qt4 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt4' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 128157, 
highlight/trunk/PKGBUILD)
===
--- community-x

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

2015-02-23 Thread Lukas Jirkovsky
Date: Monday, February 23, 2015 @ 22:30:32
  Author: stativ
Revision: 128154

upgpkg: gemrb 0.8.2-1

update to 0.8.2

Modified:
  gemrb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 21:20:21 UTC (rev 128153)
+++ PKGBUILD2015-02-23 21:30:32 UTC (rev 128154)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=gemrb
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 [ $CARCH=="i686" ] && options=('!buildflags')
 install=gemrb.install
 
source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz";)
-md5sums=('5e7d727f336caf91657375595982c063')
+md5sums=('5ed52dda83f8cc4e1e2f2acdeae65d74')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -29,10 +29,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 ../$pkgname-$pkgver
 
-  # fix the dirs not being properly set by cmake (bug #269)
-  echo '#define PLUGINDIR "/usr/lib/gemrb/plugins"
-  #define SYSCONFDIR "/etc/gemrb"' >> config.h
-
   make
 }
 


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

2015-02-23 Thread Lukas Jirkovsky
Date: Monday, February 23, 2015 @ 22:30:37
  Author: stativ
Revision: 128155

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

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

+
 /PKGBUILD  |   78 +++
 /gemrb.install |   48 
 community-i686/PKGBUILD|   43 -
 community-i686/gemrb.install   |   24 
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/gemrb.install |   24 
 6 files changed, 126 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-23 21:30:32 UTC (rev 128154)
+++ community-i686/PKGBUILD 2015-02-23 21:30:37 UTC (rev 128155)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=gemrb
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
-arch=('i686' 'x86_64')
-url="http://www.gemrb.org/";
-license=('GPL')
-depends=('python2' 'openal' 'libpng' 'sdl_mixer' 'freetype2')
-# optionally it is possible to build vlc plugin too
-# for future reference: there is also and experimental SDL2/OpenGL renderer
-makedepends=('cmake')
-# i686 build breaks because of the stack protector
-[ $CARCH=="i686" ] && options=('!buildflags')
-install=gemrb.install
-source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz";)
-md5sums=('5e7d727f336caf91657375595982c063')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [ ! -d "$srcdir/build" ] ; then
-mkdir "$srcdir/build"
-  fi
-  cd "$srcdir/build"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$pkgname-$pkgver
-
-  # fix the dirs not being properly set by cmake (bug #269)
-  echo '#define PLUGINDIR "/usr/lib/gemrb/plugins"
-  #define SYSCONFDIR "/etc/gemrb"' >> config.h
-
-  make
-}
-
-package() {
-  cd "$srcdir"/build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: gemrb/repos/community-i686/PKGBUILD (from rev 128154, 
gemrb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-23 21:30:37 UTC (rev 128155)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=gemrb
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
+arch=('i686' 'x86_64')
+url="http://www.gemrb.org/";
+license=('GPL')
+depends=('python2' 'openal' 'libpng' 'sdl_mixer' 'freetype2')
+# optionally it is possible to build vlc plugin too
+# for future reference: there is also and experimental SDL2/OpenGL renderer
+makedepends=('cmake')
+# i686 build breaks because of the stack protector
+[ $CARCH=="i686" ] && options=('!buildflags')
+install=gemrb.install
+source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz";)
+md5sums=('5ed52dda83f8cc4e1e2f2acdeae65d74')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  if [ ! -d "$srcdir/build" ] ; then
+mkdir "$srcdir/build"
+  fi
+  cd "$srcdir/build"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd "$srcdir"/build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-i686/gemrb.install
===
--- community-i686/gemrb.install2015-02-23 21:30:32 UTC (rev 128154)
+++ community-i686/gemrb.install2015-02-23 21:30:37 UTC (rev 128155)
@@ -1,24 +0,0 @@
-post_install() {
-  cat << EOF
-
-Installing the games
-
-   1. Install the game(s) (eg using wine or Unshield)
-   2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to 
/etc/gemrb/gemrb.cfg
-   3. Edit gemrb.cfg, mainly to set up the path to the game's data files. 
It is crucial to get this right.
-   4. Now You can start the game by executing "gemrb" at the command line 
prompt
-
-EOF
-
-gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  echo "Don't forget to remove game data files."
-  post_install
-}
-

Copied: gemrb/repos/community-i686/gemrb.install (from rev 128154, 
gemrb/trunk/gemrb.install)

[arch-commits] Commit in gdal/repos/community-x86_64 (7 files)

2015-02-23 Thread Jaroslav Lichtblau
Date: Monday, February 23, 2015 @ 22:20:21
  Author: jlichtblau
Revision: 128153

archrelease: copy trunk to community-x86_64

Added:
  gdal/repos/community-x86_64/PKGBUILD
(from rev 128152, gdal/trunk/PKGBUILD)
  gdal/repos/community-x86_64/gdal-1.5.1-python-install.patch
(from rev 128152, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-x86_64/gdal.changelog
(from rev 128152, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-x86_64/PKGBUILD
  gdal/repos/community-x86_64/gdal-1.5.1-python-install.patch
  gdal/repos/community-x86_64/gdal-sqlite-3.8.7.patch
  gdal/repos/community-x86_64/gdal.changelog

-+
 PKGBUILD|  151 ++
 gdal-1.5.1-python-install.patch |   20 ++---
 gdal-sqlite-3.8.7.patch |   17 
 gdal.changelog  |   91 +++---
 4 files changed, 131 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-23 21:20:12 UTC (rev 128152)
+++ PKGBUILD2015-02-23 21:20:21 UTC (rev 128153)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=gdal
-pkgver=1.11.1
-pkgrel=6
-pkgdesc="A translator library for raster geospatial data formats"
-arch=('i686' 'x86_64')
-url="http://www.gdal.org/";
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
-makedepends=('perl' 'swig' 'chrpath' 'doxygen')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl:  perl binding support')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-gdal-1.5.1-python-install.patch gdal-sqlite-3.8.7.patch)
-sha256sums=('f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340'
-'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
-'2c1546f3303c27b5b9476192fd1f75fad0824380e711699ab09c2dd2f42d53c0')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  patch -Np0 -i "${srcdir}"/gdal-1.5.1-python-install.patch
-#FS#43193
-  patch -Np2 -i "${srcdir}"/gdal-sqlite-3.8.7.patch
-
-# python2 fixes
-  sed -i 's_python python1.5_python2 python python1.5_' configure
-  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-# Fix mandir
-  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-
-# bug #23654
-  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --with-curl \
-  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
-
-# workaround for bug #13646
-  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-  make man
-}
-
-package () {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-man
-
-# install license
-  install -D -m644 LICENSE.TXT 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-#FS15477 clean up junks
-  rm -f "${pkgdir}"/usr/bin/*.dox
-  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
-
-# Remove RPATH
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
-}

Copied: gdal/repos/community-x86_64/PKGBUILD (from rev 128152, 
gdal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-23 21:20:21 UTC (rev 128153)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('i686' 'x86_64')
+url="http://www.gdal.org/";
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl

[arch-commits] Commit in gdal/trunk (PKGBUILD gdal-sqlite-3.8.7.patch gdal.changelog)

2015-02-23 Thread Jaroslav Lichtblau
Date: Monday, February 23, 2015 @ 22:20:12
  Author: jlichtblau
Revision: 128152

upgpkg: gdal 1.11.2-1

Modified:
  gdal/trunk/PKGBUILD
  gdal/trunk/gdal.changelog
Deleted:
  gdal/trunk/gdal-sqlite-3.8.7.patch

-+
 PKGBUILD|   13 +
 gdal-sqlite-3.8.7.patch |   17 -
 gdal.changelog  |3 +++
 3 files changed, 8 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 20:35:15 UTC (rev 128151)
+++ PKGBUILD2015-02-23 21:20:12 UTC (rev 128152)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=gdal
-pkgver=1.11.1
-pkgrel=6
+pkgver=1.11.2
+pkgrel=1
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/";
@@ -17,16 +17,13 @@
 'perl:  perl binding support')
 changelog=$pkgname.changelog
 
source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-gdal-1.5.1-python-install.patch gdal-sqlite-3.8.7.patch)
-sha256sums=('f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340'
-'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
-'2c1546f3303c27b5b9476192fd1f75fad0824380e711699ab09c2dd2f42d53c0')
+gdal-1.5.1-python-install.patch)
+sha256sums=('66bc8192d24e314a66ed69285186d46e6999beb44fc97eeb9c76d82a117c0845'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6')
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver
   patch -Np0 -i "${srcdir}"/gdal-1.5.1-python-install.patch
-#FS#43193
-  patch -Np2 -i "${srcdir}"/gdal-sqlite-3.8.7.patch
 
 # python2 fixes
   sed -i 's_python python1.5_python2 python python1.5_' configure

Deleted: gdal-sqlite-3.8.7.patch
===
--- gdal-sqlite-3.8.7.patch 2015-02-23 20:35:15 UTC (rev 128151)
+++ gdal-sqlite-3.8.7.patch 2015-02-23 21:20:12 UTC (rev 128152)
@@ -1,17 +0,0 @@
-diff --git a/gdal/ogr/ogrsf_frmts/sqlite/ogrsqlitevirtualogr.cpp 
b/gdal/ogr/ogrsf_frmts/sqlite/ogrsqlitevirtualogr.cpp
-index a30b452..d45f3ff 100644
 a/gdal/ogr/ogrsf_frmts/sqlite/ogrsqlitevirtualogr.cpp
-+++ b/gdal/ogr/ogrsf_frmts/sqlite/ogrsqlitevirtualogr.cpp
-@@ -2451,6 +2451,12 @@ int OGR2SQLITE_static_register (sqlite3 * hDB, char 
**pzErrMsg,
- /*   OGR2SQLITE_Register()  */
- //
- 
-+#ifdef sqlite3_auto_extension
-+// Sqlite 3.8.7 defines sqlite3_auto_extension via sqlite3_api
-+// which is not initialized at this moment
-+#undef sqlite3_auto_extension
-+#endif
-+
- /* We call this function so that each time a db is created, */
- /* OGR2SQLITE_static_register is called, to initialize the sqlite3_api */
- /* structure with the right pointers. */

Modified: gdal.changelog
===
--- gdal.changelog  2015-02-23 20:35:15 UTC (rev 128151)
+++ gdal.changelog  2015-02-23 21:20:12 UTC (rev 128152)
@@ -1,3 +1,6 @@
+2015-02-23 Jaroslav Lichtblau 
+   * gdal 1.11.2-1
+
 2015-01-29 Jaroslav Lichtblau 
* gdal 1.11.1-6 poppler 0.30.0 rebuild
 


[arch-commits] Commit in kchmviewer/repos/community-i686 (6 files)

2015-02-23 Thread Jaroslav Lichtblau
Date: Monday, February 23, 2015 @ 21:35:15
  Author: jlichtblau
Revision: 128151

archrelease: copy trunk to community-i686

Added:
  kchmviewer/repos/community-i686/PKGBUILD
(from rev 128150, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-i686/kchmviewer.changelog
(from rev 128150, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-i686/kchmviewer.install
(from rev 128150, kchmviewer/trunk/kchmviewer.install)
Deleted:
  kchmviewer/repos/community-i686/PKGBUILD
  kchmviewer/repos/community-i686/kchmviewer.changelog
  kchmviewer/repos/community-i686/kchmviewer.install

--+
 PKGBUILD |   68 +++---
 kchmviewer.changelog |   87 +
 kchmviewer.install   |   24 ++---
 3 files changed, 91 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-23 20:27:08 UTC (rev 128150)
+++ PKGBUILD2015-02-23 20:35:15 UTC (rev 128151)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Bogdanov 
-
-pkgname=kchmviewer
-pkgver=7.2
-pkgrel=2
-pkgdesc="A .chm files (MS HTML help file format) viewer"
-arch=('i686' 'x86_64')
-url="http://kchmviewer.sourceforge.net/";
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
-makedepends=('automoc4' 'cmake')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-7.2.1.tar.gz)
-sha256sums=('91c5a74b26956e76400a02285d534d1eebbb51ee478dcaaab7beff7aa870772a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#icon file
-  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
-}

Copied: kchmviewer/repos/community-i686/PKGBUILD (from rev 128150, 
kchmviewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-23 20:35:15 UTC (rev 128151)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Bogdanov 
+
+pkgname=kchmviewer
+pkgver=7.3
+pkgrel=1
+pkgdesc="A .chm files (MS HTML help file format) viewer"
+arch=('i686' 'x86_64')
+url="http://kchmviewer.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7cb805c9a836b7622bbea1d5df8873fb711979285abb21bccf095f25cf3f6007')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+#   make DISTDIR="${pkgdir}" install
+
+  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+#icon/desktop file
+  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: kchmviewer.changelog
===
--- kchmviewer.changelog2015-02-23 20:27:08 UTC (rev 128150)
+++ kchmviewer.changelog2015-02-23 20:35:15 UTC (rev 128151)
@@ -1,42 +0,0 @@
-2015-02-08  Jaroslav Lichtblau 
-   * kchmviewer 7.2-2
-   * FS#43740 fix, source file updated
-
-2014-12-23  Jaroslav Lichtblau 
-   * kchmviewer 7.2-1
-
-2014-12-14  Jaroslav Lichtblau 
-   * kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau 
-   * kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau 
-   * kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau 
-   * kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau 
-   * Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau 
-   * Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau 
-   * Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau 
-   * FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau 
-   * FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau 
-   * Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau 
-   * Update to major release 4.0beta3 - KDE4 version
-
-2007-08-09  Vinay S Shastry  
-   * PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-i686/kchmviewer.changelog (from rev 128150, 
kchmviewer/trunk/kchmviewer.changelog)
===
--- kchmviewer.changelog(rev 0)
+++ kchmviewer.changelog2015-02-23 20:35:15 UTC (rev 128151)
@@ -0,0 +1,45 @@
+2015-02-23  Jaroslav Lichtblau 
+   * kchmviewer 7.3-1
+
+2015-02-08  Jaroslav Lichtblau 
+   * kchmviewer 7.2-2
+   * FS#43740 fix, source file updated
+
+2014-12-23  Jar

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

2015-02-23 Thread Sergej Pupykin
Date: Monday, February 23, 2015 @ 21:27:08
  Author: spupykin
Revision: 128150

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

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

--+
 /PKGBUILD|   78 +
 /tea.desktop |   20 ++
 /tea.install |8 
 community-i686/PKGBUILD  |   39 
 community-i686/tea.desktop   |   10 -
 community-i686/tea.install   |4 --
 community-x86_64/PKGBUILD|   39 
 community-x86_64/tea.desktop |   10 -
 community-x86_64/tea.install |4 --
 9 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-23 20:26:49 UTC (rev 128149)
+++ community-i686/PKGBUILD 2015-02-23 20:27:08 UTC (rev 128150)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-# Contributor: Michal Kaliszka 
-# Contributor: Zsolt Varadi 
-
-pkgname=tea
-pkgver=39.1.0
-pkgrel=1
-pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
-arch=('i686' 'x86_64')
-url="http://semiletov.org/tea/";
-license=('GPL')
-depends=('qt4' 'aspell' 'hunspell')
-install=tea.install
-source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
-tea.desktop)
-md5sums=('31df3094f6d7e63e84be6162d6d19406'
- '377ace3363124f4c086de0babb820761')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-#  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  sed -i 's|/usr/local|/usr|g' src.pro
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  qmake-qt4
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  install -Dm644 "${srcdir}/tea.desktop" 
"${pkgdir}/usr/share/applications/tea.desktop"
-  install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png"
-}

Copied: tea/repos/community-i686/PKGBUILD (from rev 128149, tea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-23 20:27:08 UTC (rev 128150)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Michal Kaliszka 
+# Contributor: Zsolt Varadi 
+
+pkgname=tea
+pkgver=40.0.0
+pkgrel=1
+pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
+arch=('i686' 'x86_64')
+url="http://semiletov.org/tea/";
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('e96e241874c424bcfb35f1992776f98d'
+ '377ace3363124f4c086de0babb820761')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+#  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  sed -i 's|/usr/local|/usr|g' src.pro
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  qmake-qt4
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make INSTALL_ROOT="${pkgdir}" install
+  install -Dm644 "${srcdir}/tea.desktop" 
"${pkgdir}/usr/share/applications/tea.desktop"
+  install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png"
+}

Deleted: community-i686/tea.desktop
===
--- community-i686/tea.desktop  2015-02-23 20:26:49 UTC (rev 128149)
+++ community-i686/tea.desktop  2015-02-23 20:27:08 UTC (rev 128150)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tea
-Comment=A small programmer's QT editor
-Exec=tea %U
-Terminal=false
-Type=Application
-StartupNotify=true
-Icon=tea.png
-Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-i686/tea.desktop (from rev 128149, 
tea/trunk/tea.desktop)
===
--- community-i686/tea.desktop  (rev 0)
+++ community-i686/tea.desktop  2015-02-23 20:27:08 UTC (rev 128150)
@@ -0,0 +1,

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

2015-02-23 Thread Sergej Pupykin
Date: Monday, February 23, 2015 @ 21:26:49
  Author: spupykin
Revision: 128149

upgpkg: tea 40.0.0-1

upd

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 20:22:58 UTC (rev 128148)
+++ PKGBUILD2015-02-23 20:26:49 UTC (rev 128149)
@@ -6,7 +6,7 @@
 # Contributor: Zsolt Varadi 
 
 pkgname=tea
-pkgver=39.1.0
+pkgver=40.0.0
 pkgrel=1
 pkgdesc="A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=tea.install
 source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
 tea.desktop)
-md5sums=('31df3094f6d7e63e84be6162d6d19406'
+md5sums=('e96e241874c424bcfb35f1992776f98d'
  '377ace3363124f4c086de0babb820761')
 
 prepare() {


[arch-commits] Commit in kchmviewer/repos/community-x86_64 (6 files)

2015-02-23 Thread Jaroslav Lichtblau
Date: Monday, February 23, 2015 @ 21:22:58
  Author: jlichtblau
Revision: 128148

archrelease: copy trunk to community-x86_64

Added:
  kchmviewer/repos/community-x86_64/PKGBUILD
(from rev 128147, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-x86_64/kchmviewer.changelog
(from rev 128147, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-x86_64/kchmviewer.install
(from rev 128147, kchmviewer/trunk/kchmviewer.install)
Deleted:
  kchmviewer/repos/community-x86_64/PKGBUILD
  kchmviewer/repos/community-x86_64/kchmviewer.changelog
  kchmviewer/repos/community-x86_64/kchmviewer.install

--+
 PKGBUILD |   68 +++---
 kchmviewer.changelog |   87 +
 kchmviewer.install   |   24 ++---
 3 files changed, 91 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-23 20:21:24 UTC (rev 128147)
+++ PKGBUILD2015-02-23 20:22:58 UTC (rev 128148)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Bogdanov 
-
-pkgname=kchmviewer
-pkgver=7.2
-pkgrel=2
-pkgdesc="A .chm files (MS HTML help file format) viewer"
-arch=('i686' 'x86_64')
-url="http://kchmviewer.sourceforge.net/";
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
-makedepends=('automoc4' 'cmake')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-7.2.1.tar.gz)
-sha256sums=('91c5a74b26956e76400a02285d534d1eebbb51ee478dcaaab7beff7aa870772a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#icon file
-  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
-}

Copied: kchmviewer/repos/community-x86_64/PKGBUILD (from rev 128147, 
kchmviewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-23 20:22:58 UTC (rev 128148)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Bogdanov 
+
+pkgname=kchmviewer
+pkgver=7.3
+pkgrel=1
+pkgdesc="A .chm files (MS HTML help file format) viewer"
+arch=('i686' 'x86_64')
+url="http://kchmviewer.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7cb805c9a836b7622bbea1d5df8873fb711979285abb21bccf095f25cf3f6007')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+#   make DISTDIR="${pkgdir}" install
+
+  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+#icon/desktop file
+  install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: kchmviewer.changelog
===
--- kchmviewer.changelog2015-02-23 20:21:24 UTC (rev 128147)
+++ kchmviewer.changelog2015-02-23 20:22:58 UTC (rev 128148)
@@ -1,42 +0,0 @@
-2015-02-08  Jaroslav Lichtblau 
-   * kchmviewer 7.2-2
-   * FS#43740 fix, source file updated
-
-2014-12-23  Jaroslav Lichtblau 
-   * kchmviewer 7.2-1
-
-2014-12-14  Jaroslav Lichtblau 
-   * kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau 
-   * kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau 
-   * kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau 
-   * kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau 
-   * Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau 
-   * Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau 
-   * Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau 
-   * FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau 
-   * FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau 
-   * Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau 
-   * Update to major release 4.0beta3 - KDE4 version
-
-2007-08-09  Vinay S Shastry  
-   * PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-x86_64/kchmviewer.changelog (from rev 
128147, kchmviewer/trunk/kchmviewer.changelog)
===
--- kchmviewer.changelog(rev 0)
+++ kchmviewer.changelog2015-02-23 20:22:58 UTC (rev 128148)
@@ -0,0 +1,45 @@
+2015-02-23  Jaroslav Lichtblau 
+   * kchmviewer 7.3-1
+
+2015-02-08  Jaroslav Lichtblau 
+   * kchmviewer 7.2-2
+   * FS#43740 fix, source file updated

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

2015-02-23 Thread Jaroslav Lichtblau
Date: Monday, February 23, 2015 @ 21:21:24
  Author: jlichtblau
Revision: 128147

upgpkg: kchmviewer 7.3-1

Modified:
  kchmviewer/trunk/PKGBUILD
  kchmviewer/trunk/kchmviewer.changelog

--+
 PKGBUILD |   20 ++--
 kchmviewer.changelog |3 +++
 2 files changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 19:12:31 UTC (rev 128146)
+++ PKGBUILD2015-02-23 20:21:24 UTC (rev 128147)
@@ -3,24 +3,22 @@
 # Contributor: Alexander Bogdanov 
 
 pkgname=kchmviewer
-pkgver=7.2
-pkgrel=2
+pkgver=7.3
+pkgrel=1
 pkgdesc="A .chm files (MS HTML help file format) viewer"
 arch=('i686' 'x86_64')
 url="http://kchmviewer.sourceforge.net/";
 license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
-makedepends=('automoc4' 'cmake')
-options=('libtool')
+depends=('desktop-file-utils' 'chmlib' 'xdg-utils' 'libzip' 'qt5-webkit')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-7.2.1.tar.gz)
-sha256sums=('91c5a74b26956e76400a02285d534d1eebbb51ee478dcaaab7beff7aa870772a')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7cb805c9a836b7622bbea1d5df8873fb711979285abb21bccf095f25cf3f6007')
 
 build() {
   cd $pkgname-$pkgver
 
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  qmake PREFIX=/usr
   make
 }
 
@@ -27,8 +25,10 @@
 package() {
   cd $pkgname-$pkgver
 
-  make DESTDIR="${pkgdir}" install
+#   make DISTDIR="${pkgdir}" install
 
-#icon file
+  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+#icon/desktop file
   install -Dm644 packages/$pkgname.png 
"${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 packages/$pkgname.desktop 
"${pkgdir}"/usr/share/applications/$pkgname.desktop
 }

Modified: kchmviewer.changelog
===
--- kchmviewer.changelog2015-02-23 19:12:31 UTC (rev 128146)
+++ kchmviewer.changelog2015-02-23 20:21:24 UTC (rev 128147)
@@ -1,3 +1,6 @@
+2015-02-23  Jaroslav Lichtblau 
+   * kchmviewer 7.3-1
+
 2015-02-08  Jaroslav Lichtblau 
* kchmviewer 7.2-2
* FS#43740 fix, source file updated


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

2015-02-23 Thread Anatol Pomozov
Date: Monday, February 23, 2015 @ 20:11:27
  Author: anatolik
Revision: 128145

upgpkg: fossil 1.31-1

Modified:
  fossil/trunk/PKGBUILD
Deleted:
  fossil/trunk/fossil-autocomplete.bash
  fossil/trunk/fossil-autocomplete.zsh

--+
 PKGBUILD |   27 +--
 fossil-autocomplete.bash |   33 -
 fossil-autocomplete.zsh  |   30 --
 3 files changed, 9 insertions(+), 81 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 19:10:12 UTC (rev 128144)
+++ PKGBUILD2015-02-23 19:11:27 UTC (rev 128145)
@@ -4,10 +4,10 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=1.30
-_date_pkgver=20150119112900
+pkgver=1.31
+_sha1=2e7c40dbdd68c5b21ef982d66bd24246f50a0110 # check project's timeline for 
it https://www.fossil-scm.org/fossil/timeline?y=ci
 # NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
-pkgrel=2
+pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
 license=(BSD)
@@ -18,26 +18,18 @@
   fossil.socket
   fossil.service
   fossil-xinetd
-  fossil-autocomplete.bash
-  fossil-autocomplete.zsh
-  http://www.fossil-scm.org/download/fossil-src-$_date_pkgver.tar.gz
+  
fossil-$pkgver.tar.gz::https://www.fossil-scm.org/fossil/tarball/Fossil-$_sha1.tar.gz?uuid=$_sha1
 )
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'3e80a8a8f71ff450919df16864d987e669acf31670e484721b977a3bb2960a89'
-'aeca50e6382da7c50d696cf971947a09cb14d572ee9f191b4113fd84286b5edd'
-'37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc')
+'3ebf2b4ce6057a3ff9ddb44704daee2ffd0d271de33449b25c7ff980deae08a9')
 
-prepare() {
-  cp fossil-autocomplete.{bash,zsh} fossil-src-$_date_pkgver/tools
-}
-
 build() {
-  cd fossil-src-$_date_pkgver
+  cd Fossil-$_sha1
   ./configure --prefix=/usr
   # headers and translate targets are problematic with parallel jobs
-  make -j1 bld bld/headers
+  #make -j1 bld bld/headers
   make
 }
 
@@ -46,9 +38,8 @@
   install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
   install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
 
-  cd fossil-src-$_date_pkgver
+  cd Fossil-$_sha1
   install -Dm755 fossil "$pkgdir"/usr/bin/fossil
+  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
   install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 tools/fossil-autocomplete.zsh 
$pkgdir/usr/share/zsh/site-functions/_fossil
 }

Deleted: fossil-autocomplete.bash
===
--- fossil-autocomplete.bash2015-02-23 19:10:12 UTC (rev 128144)
+++ fossil-autocomplete.bash2015-02-23 19:11:27 UTC (rev 128145)
@@ -1,33 +0,0 @@
-# Command name bash completion for Fossil.
-# Original: Mailing-list contribution by Stuart Rackham.
-# Maintainer: Daniel YC Lin 
-# I'm not bash expert, please feed back to me, if you could improve this.
-# TODO: fossil branch list --options
-
-function _fossil() {
-local cur commands
-cur=${COMP_WORDS[COMP_CWORD]}
-prev="${COMP_WORDS[COMP_CWORD-1]}"
-commands=$(fossil help --all)
-if [ $COMP_CWORD -eq 1 ] || [ ${COMP_WORDS[1]} = help ]; then
-# Command name completion for 1st argument or 2nd if help command.
-COMPREPLY=( $(compgen -W "$commands" $cur) )
-else
-case "${prev}" in
-add) opts="--case-sensitive --dotfiles --force --ignore --clean" ;;
-addremove) opts="--case-sensitive --dotfiles --ignore --clean 
--dry-run" ;;
-all) opts="changes clean dbstat extras ignore info list pull push 
rebuild sync setting set unset" ;;
-annotate) opts="--filevers --log --limit --ignore-all-space 
--ignore-trailing-space" ;;
-bisect) opts="bad good log chart next options reset status undo" ;;
-branch) opts="new list" ;;
-merge) opts="--baseline --binary --case-sensitive --force 
--force-missing --integrate --dry-run --verbose" ;;
-esac
-compopt -o filenames
-COMPREPLY=($(compgen -fW "${opts}" -- "${cur}") \
-$(compgen -d -- "$cur"))
-# File name completion for other arguments.
-#COMPREPLY=( $(compgen -f $cur) )
-fi
-}
-complete -o default -F _fossil fossil f
-# vim: et sw=4 ts=4

Deleted: fossil-autocomplete.zsh
===
--- fossil-autocomplete.zsh 20

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

2015-02-23 Thread Anatol Pomozov
Date: Monday, February 23, 2015 @ 20:12:31
  Author: anatolik
Revision: 128146

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 128145, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 128145, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 128145, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 128145, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 128145, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 128145, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 128145, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 128145, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-autocomplete.bash
  fossil/repos/community-i686/fossil-autocomplete.zsh
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-autocomplete.bash
  fossil/repos/community-x86_64/fossil-autocomplete.zsh
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

---+
 /PKGBUILD |   90 
 /fossil-xinetd|   46 ++
 /fossil.service   |   22 ++
 /fossil.socket|   20 ++
 community-i686/PKGBUILD   |   54 
 community-i686/fossil-autocomplete.bash   |   33 --
 community-i686/fossil-autocomplete.zsh|   30 -
 community-i686/fossil-xinetd  |   23 ---
 community-i686/fossil.service |   11 ---
 community-i686/fossil.socket  |   10 ---
 community-x86_64/PKGBUILD |   54 
 community-x86_64/fossil-autocomplete.bash |   33 --
 community-x86_64/fossil-autocomplete.zsh  |   30 -
 community-x86_64/fossil-xinetd|   23 ---
 community-x86_64/fossil.service   |   11 ---
 community-x86_64/fossil.socket|   10 ---
 16 files changed, 178 insertions(+), 322 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-23 19:11:27 UTC (rev 128145)
+++ community-i686/PKGBUILD 2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov  
-# Contributor: Daniel YC Lin 
-# Contributor: Konstantin Plotnikov 
-
-pkgname=fossil
-pkgver=1.30
-_date_pkgver=20150119112900
-# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
-pkgrel=2
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  fossil-autocomplete.bash
-  fossil-autocomplete.zsh
-  http://www.fossil-scm.org/download/fossil-src-$_date_pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'3e80a8a8f71ff450919df16864d987e669acf31670e484721b977a3bb2960a89'
-'aeca50e6382da7c50d696cf971947a09cb14d572ee9f191b4113fd84286b5edd'
-'37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc')
-
-prepare() {
-  cp fossil-autocomplete.{bash,zsh} fossil-src-$_date_pkgver/tools
-}
-
-build() {
-  cd fossil-src-$_date_pkgver
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
-
-  cd fossil-src-$_date_pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 tools/fossil-autocomplete.zsh 
$pkgdir/usr/share/zsh/site-functions/_fossil
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 128145, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD   

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

2015-02-23 Thread Andreas Radke
Date: Monday, February 23, 2015 @ 20:05:47
  Author: andyrtr
Revision: 231831

upgpkg: man-pages 3.80-1

upstream update 3.80

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 18:53:37 UTC (rev 231830)
+++ PKGBUILD2015-02-23 19:05:47 UTC (rev 231831)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.78
+pkgver=3.80
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('c52897a17fbc6304d3fe273e7eb12d6feff82d460a62290121cfbaf501d3a37e'
+sha256sums=('686847880557aec5a4f09bdc12d92185a784baa47c52f53676f06acc4b0d40c2'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 


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

2015-02-23 Thread Daniel Micay
Date: Monday, February 23, 2015 @ 20:10:12
  Author: thestinger
Revision: 128144

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 128143, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 128143, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 128143, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 128143, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 128143, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 128143, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 128143, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 128143, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 128143, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 128143, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 128143, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 128143, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  654 
 /change-default-console-loglevel.patch |   22 
 /config|14718 +++
 /config.x86_64 |14140 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  327 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7359 ---
 community-i686/config.x86_64   | 7070 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  327 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7359 ---
 community-x86_64/config.x86_64 | 7070 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29636 insertions(+), 29636 deletions(-)

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


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

2015-02-23 Thread Daniel Micay
Date: Monday, February 23, 2015 @ 20:09:13
  Author: thestinger
Revision: 128143

upgpkg: linux-grsec 3.18.7.20150138-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 18:48:12 UTC (rev 128142)
+++ PKGBUILD2015-02-23 19:09:13 UTC (rev 128143)
@@ -8,8 +8,8 @@
 pkgbase=linux-grsec
 _srcname=linux-3.18
 _pkgver=3.18.7
-_grsecver=3.0
-_timestamp=201502200813
+_grsecver=3.1
+_timestamp=20150138
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '2267eee27227c85c6c7aee1ed6a14e1d7f11d70c3048c96bcb1e848fc5ab31ca'
 'SKIP'
-'8891de125291159e03f6f623eed2e7f1e36ee98019708a2382e39a1b35f07beb'
+'2bfe1b3e6b3eeb10eeca68735e796f98e4856a2014feb2447510239dfce4d636'
 'SKIP'
 'ef622b478483a26357fef6a1b32a1681cbbc07af5e780dab9138fe643e01e2e5'
 'd4b167b2aa3a76d88cedfe712ac36b3050801a562d962a8b48a872c81502'


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

2015-02-23 Thread Andreas Radke
Date: Monday, February 23, 2015 @ 19:53:37
  Author: andyrtr
Revision: 231830

enable guile bindings; FS#43922

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 18:34:56 UTC (rev 231829)
+++ PKGBUILD2015-02-23 18:53:37 UTC (rev 231830)
@@ -12,6 +12,7 @@
 install=gnutls.install
 options=('!zipman')
 depends=('gcc-libs' 'libidn' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('a37b20b4352a5f542367ded904729c90'
  'SKIP')
@@ -25,7 +26,7 @@
   ./configure --prefix=/usr \
--with-zlib \
--disable-static \
-   --disable-guile
+   --enable-guile
   make
 }
 
@@ -38,7 +39,7 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
   # gzip -9 all files in infodir and manpages manually
   find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
   find "$pkgdir/usr/share/man" -exec gzip -9 {} \;


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

2015-02-23 Thread Daniel Micay
Date: Monday, February 23, 2015 @ 19:48:12
  Author: thestinger
Revision: 128142

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

Added:
  gradm/repos/community-i686/PKGBUILD
(from rev 128141, gradm/trunk/PKGBUILD)
  gradm/repos/community-i686/learn_config
(from rev 128141, gradm/trunk/learn_config)
  gradm/repos/community-i686/policy
(from rev 128141, gradm/trunk/policy)
  gradm/repos/community-x86_64/PKGBUILD
(from rev 128141, gradm/trunk/PKGBUILD)
  gradm/repos/community-x86_64/learn_config
(from rev 128141, gradm/trunk/learn_config)
  gradm/repos/community-x86_64/policy
(from rev 128141, gradm/trunk/policy)
Deleted:
  gradm/repos/community-i686/PKGBUILD
  gradm/repos/community-i686/learn_config
  gradm/repos/community-i686/policy
  gradm/repos/community-x86_64/PKGBUILD
  gradm/repos/community-x86_64/learn_config
  gradm/repos/community-x86_64/policy

---+
 /PKGBUILD |   92 +++
 /learn_config |  336 +
 /policy   |  982 
 community-i686/PKGBUILD   |   46 -
 community-i686/learn_config   |  168 --
 community-i686/policy |  491 
 community-x86_64/PKGBUILD |   46 -
 community-x86_64/learn_config |  168 --
 community-x86_64/policy   |  491 
 9 files changed, 1410 insertions(+), 1410 deletions(-)

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


[arch-commits] Commit in notify-sharp-3/repos (staging-any)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 17:06:14
  Author: jgc
Revision: 128138

Remove from staging

Deleted:
  notify-sharp-3/repos/staging-any/


[arch-commits] Commit in notify-sharp-3/repos (3 files)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 17:06:02
  Author: jgc
Revision: 128137

archrelease: copy trunk to community-staging-any

Added:
  notify-sharp-3/repos/community-staging-any/
  notify-sharp-3/repos/community-staging-any/PKGBUILD
(from rev 128136, notify-sharp-3/trunk/PKGBUILD)
  notify-sharp-3/repos/community-staging-any/use_dbussharp_2.pc
(from rev 128136, notify-sharp-3/trunk/use_dbussharp_2.pc)

+
 PKGBUILD   |   37 +
 use_dbussharp_2.pc |   15 +++
 2 files changed, 52 insertions(+)

Copied: notify-sharp-3/repos/community-staging-any/PKGBUILD (from rev 128136, 
notify-sharp-3/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-02-23 16:06:02 UTC (rev 128137)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Allan McRae 
+# Contributor: Jorge Mokross 
+
+pkgname=notify-sharp-3
+_pkgname=notify-sharp
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="C# D-Bus client library for desktop notifications (GTK+ 3 version)"
+arch=('any')
+url="https://www.meebey.net/projects/notify-sharp/";
+license=('MIT')
+depends=('gtk-sharp-3' 'dbus-sharp-glib') 
+source=(https://www.meebey.net/projects/$_pkgname/downloads/$_pkgname-$pkgver.tar.gz
+use_dbussharp_2.pc)
+sha256sums=('a62ed07850a122e2bb7f2b88b32cf2fa675b60b912c0aeefb23f554ebfb1e56d'
+'6a6b13725d2b5161271f3d350e568abc2ba80130d9553089c46c4cad3bea66f9')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.pc
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: notify-sharp-3/repos/community-staging-any/use_dbussharp_2.pc (from rev 
128136, notify-sharp-3/trunk/use_dbussharp_2.pc)
===
--- community-staging-any/use_dbussharp_2.pc(rev 0)
+++ community-staging-any/use_dbussharp_2.pc2015-02-23 16:06:02 UTC (rev 
128137)
@@ -0,0 +1,15 @@
+Index: notify-sharp/configure.ac
+===
+--- notify-sharp.orig/configure.ac 2013-10-30 17:08:11.823924561 +
 notify-sharp/configure.ac  2013-10-30 17:08:39.132039728 +
+@@ -68,8 +68,8 @@
+ 
+ DBUS_SHARP_REQ_VERSION=0.7
+ DBUS_SHARP_GLIB_REQ_VERSION=0.5
+-PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= $DBUS_SHARP_REQ_VERSION \
+-  dbus-sharp-glib-1.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
++PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= $DBUS_SHARP_REQ_VERSION \
++  dbus-sharp-glib-2.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
+ AC_SUBST(DBUS_SHARP_LIBS)
+ 
+ required_assemblies="Mono.Posix"


[arch-commits] Commit in notify-sharp-3/repos (3 files)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 17:04:47
  Author: jgc
Revision: 128136

archrelease: copy trunk to staging-any

Added:
  notify-sharp-3/repos/staging-any/
  notify-sharp-3/repos/staging-any/PKGBUILD
(from rev 128135, notify-sharp-3/trunk/PKGBUILD)
  notify-sharp-3/repos/staging-any/use_dbussharp_2.pc
(from rev 128135, notify-sharp-3/trunk/use_dbussharp_2.pc)

+
 PKGBUILD   |   37 +
 use_dbussharp_2.pc |   15 +++
 2 files changed, 52 insertions(+)

Copied: notify-sharp-3/repos/staging-any/PKGBUILD (from rev 128135, 
notify-sharp-3/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-02-23 16:04:47 UTC (rev 128136)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Allan McRae 
+# Contributor: Jorge Mokross 
+
+pkgname=notify-sharp-3
+_pkgname=notify-sharp
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="C# D-Bus client library for desktop notifications (GTK+ 3 version)"
+arch=('any')
+url="https://www.meebey.net/projects/notify-sharp/";
+license=('MIT')
+depends=('gtk-sharp-3' 'dbus-sharp-glib') 
+source=(https://www.meebey.net/projects/$_pkgname/downloads/$_pkgname-$pkgver.tar.gz
+use_dbussharp_2.pc)
+sha256sums=('a62ed07850a122e2bb7f2b88b32cf2fa675b60b912c0aeefb23f554ebfb1e56d'
+'6a6b13725d2b5161271f3d350e568abc2ba80130d9553089c46c4cad3bea66f9')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.pc
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: notify-sharp-3/repos/staging-any/use_dbussharp_2.pc (from rev 128135, 
notify-sharp-3/trunk/use_dbussharp_2.pc)
===
--- staging-any/use_dbussharp_2.pc  (rev 0)
+++ staging-any/use_dbussharp_2.pc  2015-02-23 16:04:47 UTC (rev 128136)
@@ -0,0 +1,15 @@
+Index: notify-sharp/configure.ac
+===
+--- notify-sharp.orig/configure.ac 2013-10-30 17:08:11.823924561 +
 notify-sharp/configure.ac  2013-10-30 17:08:39.132039728 +
+@@ -68,8 +68,8 @@
+ 
+ DBUS_SHARP_REQ_VERSION=0.7
+ DBUS_SHARP_GLIB_REQ_VERSION=0.5
+-PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= $DBUS_SHARP_REQ_VERSION \
+-  dbus-sharp-glib-1.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
++PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= $DBUS_SHARP_REQ_VERSION \
++  dbus-sharp-glib-2.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
+ AC_SUBST(DBUS_SHARP_LIBS)
+ 
+ required_assemblies="Mono.Posix"


[arch-commits] Commit in notify-sharp-3/trunk (PKGBUILD use_dbussharp_2.pc)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 17:04:43
  Author: jgc
Revision: 128135

upgpkg: notify-sharp-3 3.0.3-2

Added:
  notify-sharp-3/trunk/use_dbussharp_2.pc
(from rev 128133, notify-sharp/trunk/use_dbussharp_2.pc)
Modified:
  notify-sharp-3/trunk/PKGBUILD

+
 PKGBUILD   |   15 ---
 use_dbussharp_2.pc |   15 +++
 2 files changed, 27 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 16:00:24 UTC (rev 128134)
+++ PKGBUILD2015-02-23 16:04:43 UTC (rev 128135)
@@ -6,17 +6,26 @@
 pkgname=notify-sharp-3
 _pkgname=notify-sharp
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="C# D-Bus client library for desktop notifications (GTK+ 3 version)"
 arch=('any')
 url="https://www.meebey.net/projects/notify-sharp/";
 license=('MIT')
 depends=('gtk-sharp-3' 'dbus-sharp-glib') 
-source=(https://www.meebey.net/projects/$_pkgname/downloads/$_pkgname-$pkgver.tar.gz)
-sha256sums=('a62ed07850a122e2bb7f2b88b32cf2fa675b60b912c0aeefb23f554ebfb1e56d')
+source=(https://www.meebey.net/projects/$_pkgname/downloads/$_pkgname-$pkgver.tar.gz
+use_dbussharp_2.pc)
+sha256sums=('a62ed07850a122e2bb7f2b88b32cf2fa675b60b912c0aeefb23f554ebfb1e56d'
+'6a6b13725d2b5161271f3d350e568abc2ba80130d9553089c46c4cad3bea66f9')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.pc
+}
+
 build() {
   cd $_pkgname-$pkgver
+  autoreconf -fi
+
   ./configure --prefix=/usr
   make
 }

Copied: notify-sharp-3/trunk/use_dbussharp_2.pc (from rev 128133, 
notify-sharp/trunk/use_dbussharp_2.pc)
===
--- use_dbussharp_2.pc  (rev 0)
+++ use_dbussharp_2.pc  2015-02-23 16:04:43 UTC (rev 128135)
@@ -0,0 +1,15 @@
+Index: notify-sharp/configure.ac
+===
+--- notify-sharp.orig/configure.ac 2013-10-30 17:08:11.823924561 +
 notify-sharp/configure.ac  2013-10-30 17:08:39.132039728 +
+@@ -68,8 +68,8 @@
+ 
+ DBUS_SHARP_REQ_VERSION=0.7
+ DBUS_SHARP_GLIB_REQ_VERSION=0.5
+-PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= $DBUS_SHARP_REQ_VERSION \
+-  dbus-sharp-glib-1.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
++PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= $DBUS_SHARP_REQ_VERSION \
++  dbus-sharp-glib-2.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
+ AC_SUBST(DBUS_SHARP_LIBS)
+ 
+ required_assemblies="Mono.Posix"


[arch-commits] Commit in notify-sharp/trunk (PKGBUILD use_dbussharp_2.pc)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 17:00:20
  Author: jgc
Revision: 128133

upgpkg: notify-sharp 0.4.1-2

Added:
  notify-sharp/trunk/use_dbussharp_2.pc
Modified:
  notify-sharp/trunk/PKGBUILD

+
 PKGBUILD   |   14 +++---
 use_dbussharp_2.pc |   15 +++
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 15:48:41 UTC (rev 128132)
+++ PKGBUILD2015-02-23 16:00:20 UTC (rev 128133)
@@ -5,7 +5,7 @@
 
 pkgname=notify-sharp
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="C Sharp D-Bus client library for desktop notifications"
 arch=('any')
 url="https://www.meebey.net/projects/notify-sharp/";
@@ -13,11 +13,19 @@
 depends=('gtk-sharp-2' 'dbus-sharp-glib') 
 provides=('notify-sharp-svn')
 replaces=('notify-sharp-svn')
-source=(https://www.meebey.net/projects/notify-sharp/downloads/$pkgname-$pkgver.tar.gz)
-md5sums=('46fcb7a6b9b1cd0241366b8234e31e37')
+source=(https://www.meebey.net/projects/notify-sharp/downloads/$pkgname-$pkgver.tar.gz
+use_dbussharp_2.pc)
+md5sums=('46fcb7a6b9b1cd0241366b8234e31e37'
+ '2018c4612d301c84b6cc8f6f7dd38155')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.pc
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }

Added: use_dbussharp_2.pc
===
--- use_dbussharp_2.pc  (rev 0)
+++ use_dbussharp_2.pc  2015-02-23 16:00:20 UTC (rev 128133)
@@ -0,0 +1,15 @@
+Index: notify-sharp/configure.ac
+===
+--- notify-sharp.orig/configure.ac 2013-10-30 17:08:11.823924561 +
 notify-sharp/configure.ac  2013-10-30 17:08:39.132039728 +
+@@ -68,8 +68,8 @@
+ 
+ DBUS_SHARP_REQ_VERSION=0.7
+ DBUS_SHARP_GLIB_REQ_VERSION=0.5
+-PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= $DBUS_SHARP_REQ_VERSION \
+-  dbus-sharp-glib-1.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
++PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= $DBUS_SHARP_REQ_VERSION \
++  dbus-sharp-glib-2.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
+ AC_SUBST(DBUS_SHARP_LIBS)
+ 
+ required_assemblies="Mono.Posix"


[arch-commits] Commit in notify-sharp/repos (3 files)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 17:00:24
  Author: jgc
Revision: 128134

archrelease: copy trunk to community-staging-any

Added:
  notify-sharp/repos/community-staging-any/
  notify-sharp/repos/community-staging-any/PKGBUILD
(from rev 128133, notify-sharp/trunk/PKGBUILD)
  notify-sharp/repos/community-staging-any/use_dbussharp_2.pc
(from rev 128133, notify-sharp/trunk/use_dbussharp_2.pc)

+
 PKGBUILD   |   37 +
 use_dbussharp_2.pc |   15 +++
 2 files changed, 52 insertions(+)

Copied: notify-sharp/repos/community-staging-any/PKGBUILD (from rev 128133, 
notify-sharp/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-02-23 16:00:24 UTC (rev 128134)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Allan McRae 
+# Contributor: Jorge Mokross 
+
+pkgname=notify-sharp
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="C Sharp D-Bus client library for desktop notifications"
+arch=('any')
+url="https://www.meebey.net/projects/notify-sharp/";
+license=('MIT')
+depends=('gtk-sharp-2' 'dbus-sharp-glib') 
+provides=('notify-sharp-svn')
+replaces=('notify-sharp-svn')
+source=(https://www.meebey.net/projects/notify-sharp/downloads/$pkgname-$pkgver.tar.gz
+use_dbussharp_2.pc)
+md5sums=('46fcb7a6b9b1cd0241366b8234e31e37'
+ '2018c4612d301c84b6cc8f6f7dd38155')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.pc
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: notify-sharp/repos/community-staging-any/use_dbussharp_2.pc (from rev 
128133, notify-sharp/trunk/use_dbussharp_2.pc)
===
--- community-staging-any/use_dbussharp_2.pc(rev 0)
+++ community-staging-any/use_dbussharp_2.pc2015-02-23 16:00:24 UTC (rev 
128134)
@@ -0,0 +1,15 @@
+Index: notify-sharp/configure.ac
+===
+--- notify-sharp.orig/configure.ac 2013-10-30 17:08:11.823924561 +
 notify-sharp/configure.ac  2013-10-30 17:08:39.132039728 +
+@@ -68,8 +68,8 @@
+ 
+ DBUS_SHARP_REQ_VERSION=0.7
+ DBUS_SHARP_GLIB_REQ_VERSION=0.5
+-PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 >= $DBUS_SHARP_REQ_VERSION \
+-  dbus-sharp-glib-1.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
++PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 >= $DBUS_SHARP_REQ_VERSION \
++  dbus-sharp-glib-2.0 >= 
$DBUS_SHARP_GLIB_REQ_VERSION)
+ AC_SUBST(DBUS_SHARP_LIBS)
+ 
+ required_assemblies="Mono.Posix"


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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 16:56:01
  Author: jgc
Revision: 231826

upgpkg: banshee 2.6.2-7

Added:
  banshee/trunk/Remove-IDBusExportable-inheritance-from-exported-int.patch
  banshee/trunk/Use-dbus-2.patch
Modified:
  banshee/trunk/PKGBUILD

+
 PKGBUILD   |   12 -
 Remove-IDBusExportable-inheritance-from-exported-int.patch |  132 +++
 Use-dbus-2.patch   |   66 +
 3 files changed, 207 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 15:48:03 UTC (rev 231825)
+++ PKGBUILD2015-02-23 15:56:01 UTC (rev 231826)
@@ -4,7 +4,7 @@
 
 pkgname=banshee
 pkgver=2.6.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Music management and playback for GNOME"
 arch=('i686' 'x86_64')
 url="http://banshee.fm/";
@@ -20,13 +20,17 @@
 Remove-build-time-enable-gapless-playback-option.patch
Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
-   sqlite_fix.patch)
+   sqlite_fix.patch
+Remove-IDBusExportable-inheritance-from-exported-int.patch
+Use-dbus-2.patch)
 md5sums=('12dbb8a996783f7081d538062a8589b7'
  '16cbe2ef60e6f9b22015585bb3209648'
  '0bf7ee4241b12538779c9ecc401d142a'
  'f87534f54029794bd7be2a123ab01300'
  'd092827720e4a11549587eb3131123ae'
- '72ca131b950d58998fd9286fad722ed7')
+ '72ca131b950d58998fd9286fad722ed7'
+ '3b28f10e167c0aae27157dcc3b828b67'
+ '2c4436f7aba58fdd0c5a38d709d73e5c')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -35,6 +39,8 @@
   patch -p1 -i ../Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
   patch -p1 -i ../Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
   patch -p1 -i ../sqlite_fix.patch
+  patch -p1 -i ../Remove-IDBusExportable-inheritance-from-exported-int.patch
+  patch -p1 -i ../Use-dbus-2.patch
 }
 
 build() {

Added: Remove-IDBusExportable-inheritance-from-exported-int.patch
===
--- Remove-IDBusExportable-inheritance-from-exported-int.patch  
(rev 0)
+++ Remove-IDBusExportable-inheritance-from-exported-int.patch  2015-02-23 
15:56:01 UTC (rev 231826)
@@ -0,0 +1,132 @@
+From: Chow Loong Jin 
+Date: Sat, 1 Mar 2014 15:52:39 +0800
+Subject: Remove IDBusExportable inheritance from exported interfaces
+
+This fixes the crashes when attempting to control an existing instance of
+Banshee using the command-line interface.
+
+Bug-Debian: #731978
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=725446
+---
+ src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs | 2 +-
+ src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs  | 2 +-
+ .../Banshee.PlaybackController/IPlaybackControllerService.cs  | 2 +-
+ .../Banshee.PlaybackController/PlaybackControllerService.cs   | 4 ++--
+ src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs   | 2 +-
+ src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs | 2 +-
+ src/Core/Banshee.ThickClient/Banshee.Gui/IClientWindow.cs | 2 +-
+ src/Core/Banshee.ThickClient/Banshee.Gui/IGlobalUIActions.cs  | 4 ++--
+ 8 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git 
a/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs 
b/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs
+index fc935ac..f29cfa5 100644
+--- a/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs
 b/src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs
+@@ -35,7 +35,7 @@ using Banshee.ServiceStack;
+ namespace Banshee.MediaEngine
+ {
+ [Interface("org.bansheeproject.Banshee.PlayerEngine")]
+-public interface IPlayerEngineService : IDBusExportable
++public interface IPlayerEngineService
+ {
+ event DBusPlayerEventHandler EventChanged;
+ event DBusPlayerStateHandler StateChanged;
+diff --git 
a/src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs 
b/src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs
+index 793b9cd..83cbe67 100644
+--- a/src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs
 b/src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs
+@@ -51,7 +51,7 @@ namespace Banshee.MediaEngine
+ public delegate bool TrackInterceptHandler (TrackInfo track);
+ 
+ public class PlayerEngineService : IInitializeService, 
IDelayedInitializeService,
+-IRequiredService, IPlayerEngineService, IDisposable
++IRequiredService, IPlayerEngineService, IDBusExportable, IDisposable
+ {
+ private List engines = new List ();
+ private PlayerEngine active_engine;
+diff --git 
a/src/Core/Ban

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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 16:56:13
  Author: jgc
Revision: 231827

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

Added:
  banshee/repos/staging-i686/
  
banshee/repos/staging-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
(from rev 231826, 
banshee/trunk/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch)
  banshee/repos/staging-i686/Initial-port-to-GStreamer-1.0.patch
(from rev 231826, banshee/trunk/Initial-port-to-GStreamer-1.0.patch)
  banshee/repos/staging-i686/PKGBUILD
(from rev 231826, banshee/trunk/PKGBUILD)
  
banshee/repos/staging-i686/Remove-IDBusExportable-inheritance-from-exported-int.patch
(from rev 231826, 
banshee/trunk/Remove-IDBusExportable-inheritance-from-exported-int.patch)
  
banshee/repos/staging-i686/Remove-build-time-enable-gapless-playback-option.patch
(from rev 231826, 
banshee/trunk/Remove-build-time-enable-gapless-playback-option.patch)
  banshee/repos/staging-i686/Use-dbus-2.patch
(from rev 231826, banshee/trunk/Use-dbus-2.patch)
  
banshee/repos/staging-i686/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
(from rev 231826, 
banshee/trunk/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch)
  banshee/repos/staging-i686/banshee.install
(from rev 231826, banshee/trunk/banshee.install)
  banshee/repos/staging-i686/sqlite_fix.patch
(from rev 231826, banshee/trunk/sqlite_fix.patch)
  banshee/repos/staging-x86_64/
  
banshee/repos/staging-x86_64/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
(from rev 231826, 
banshee/trunk/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch)
  banshee/repos/staging-x86_64/Initial-port-to-GStreamer-1.0.patch
(from rev 231826, banshee/trunk/Initial-port-to-GStreamer-1.0.patch)
  banshee/repos/staging-x86_64/PKGBUILD
(from rev 231826, banshee/trunk/PKGBUILD)
  
banshee/repos/staging-x86_64/Remove-IDBusExportable-inheritance-from-exported-int.patch
(from rev 231826, 
banshee/trunk/Remove-IDBusExportable-inheritance-from-exported-int.patch)
  
banshee/repos/staging-x86_64/Remove-build-time-enable-gapless-playback-option.patch
(from rev 231826, 
banshee/trunk/Remove-build-time-enable-gapless-playback-option.patch)
  banshee/repos/staging-x86_64/Use-dbus-2.patch
(from rev 231826, banshee/trunk/Use-dbus-2.patch)
  
banshee/repos/staging-x86_64/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
(from rev 231826, 
banshee/trunk/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch)
  banshee/repos/staging-x86_64/banshee.install
(from rev 231826, banshee/trunk/banshee.install)
  banshee/repos/staging-x86_64/sqlite_fix.patch
(from rev 231826, banshee/trunk/sqlite_fix.patch)

---+
 staging-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch  |   
62 
 staging-i686/Initial-port-to-GStreamer-1.0.patch  | 
1022 ++
 staging-i686/PKGBUILD |   
69 
 staging-i686/Remove-IDBusExportable-inheritance-from-exported-int.patch   |  
132 +
 staging-i686/Remove-build-time-enable-gapless-playback-option.patch   |  
202 +
 staging-i686/Use-dbus-2.patch |   
66 
 staging-i686/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch   |   
21 
 staging-i686/banshee.install  |   
15 
 staging-i686/sqlite_fix.patch |  
146 +
 staging-x86_64/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch|   
62 
 staging-x86_64/Initial-port-to-GStreamer-1.0.patch| 
1022 ++
 staging-x86_64/PKGBUILD   |   
69 
 staging-x86_64/Remove-IDBusExportable-inheritance-from-exported-int.patch |  
132 +
 staging-x86_64/Remove-build-time-enable-gapless-playback-option.patch |  
202 +
 staging-x86_64/Use-dbus-2.patch   |   
66 
 staging-x86_64/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch |   
21 
 staging-x86_64/banshee.install|   
15 
 staging-x86_64/sqlite_fix.patch   |  
146 +
 18 files changed, 3470 insertions(+)

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


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

2015-02-23 Thread Tobias Powalowski
Date: Monday, February 23, 2015 @ 16:47:27
  Author: tpowa
Revision: 231824

upgpkg: samba 4.1.17-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 15:45:51 UTC (rev 231823)
+++ PKGBUILD2015-02-23 15:47:27 UTC (rev 231824)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.16
+pkgver=4.1.17
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.16
+_realver=4.1.17
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org";
@@ -243,7 +243,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('9c3bc2fb98fd3bac9945b911c71fdc66'
+md5sums=('8fed0f23a672e6a8d0716d96aca88671'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


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

2015-02-23 Thread speps
Date: Monday, February 23, 2015 @ 16:48:22
  Author: speps
Revision: 128131

upgpkg: guitarix2 0.32.3-1

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 15:41:12 UTC (rev 128130)
+++ PKGBUILD2015-02-23 15:48:22 UTC (rev 128131)
@@ -2,7 +2,7 @@
 # Maintainer: speps 
 
 pkgname=guitarix2
-pkgver=0.32.2
+pkgver=0.32.3
 pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('guitarix' 'gx_head')
 install="$pkgname.install"
 
source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
-md5sums=('1e949602bd40ba08af85783c125dc981')
+md5sums=('fb0a853acf40aa8a26f0abe5f224989a')
 
 build() {
   cd guitarix-$pkgver


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

2015-02-23 Thread speps
Date: Monday, February 23, 2015 @ 16:48:41
  Author: speps
Revision: 128132

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

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

+
 /PKGBUILD  |   72 +++
 /guitarix2.install |   22 ++
 community-i686/PKGBUILD|   36 -
 community-i686/guitarix2.install   |   11 -
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/guitarix2.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-23 15:48:22 UTC (rev 128131)
+++ community-i686/PKGBUILD 2015-02-23 15:48:41 UTC (rev 128132)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=guitarix2
-pkgver=0.32.2
-pkgrel=1
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('i686' 'x86_64')
-url="http://guitarix.sourceforge.net/";
-license=('GPL')
-depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
- 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
-makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
-md5sums=('1e949602bd40ba08af85783c125dc981')
-
-build() {
-  cd guitarix-$pkgver
-  python waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python waf build
-}
-
-package() {
-  cd guitarix-$pkgver
-  python waf install --destdir="$pkgdir"
-}

Copied: guitarix2/repos/community-i686/PKGBUILD (from rev 128131, 
guitarix2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-23 15:48:41 UTC (rev 128132)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=guitarix2
+pkgver=0.32.3
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('i686' 'x86_64')
+url="http://guitarix.sourceforge.net/";
+license=('GPL')
+depends=('gtkmm' 'librsvg' 'liblrdf' 'lilv' 'bluez-libs' 'boost-libs'
+ 'zita-convolver' 'zita-resampler' 'desktop-file-utils')
+makedepends=('python' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.bz2";)
+md5sums=('fb0a853acf40aa8a26f0abe5f224989a')
+
+build() {
+  cd guitarix-$pkgver
+  python waf configure --prefix=/usr \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python waf build
+}
+
+package() {
+  cd guitarix-$pkgver
+  python waf install --destdir="$pkgdir"
+}

Deleted: community-i686/guitarix2.install
===
--- community-i686/guitarix2.install2015-02-23 15:48:22 UTC (rev 128131)
+++ community-i686/guitarix2.install2015-02-23 15:48:41 UTC (rev 128132)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: guitarix2/repos/community-i686/guitarix2.install (from rev 128131, 
guitarix2/trunk/guitarix2.install)
===
--- community-i686/guitarix2.install(rev 0)
+++ community-i686/guitarix2.install2015-02-23 15:48:41 UTC (rev 128132)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===

[arch-commits] Commit in tomboy/trunk (PKGBUILD use_dbussharp_2.patch)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 16:45:45
  Author: jgc
Revision: 231822

upgpkg: tomboy 1.14.1-2

Added:
  tomboy/trunk/use_dbussharp_2.patch
Modified:
  tomboy/trunk/PKGBUILD

---+
 PKGBUILD  |   16 
 use_dbussharp_2.patch |   27 +++
 2 files changed, 39 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 09:46:32 UTC (rev 231821)
+++ PKGBUILD2015-02-23 15:45:45 UTC (rev 231822)
@@ -3,23 +3,31 @@
 
 pkgname=tomboy
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop note-taking application for Linux and Unix"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnome.org/projects/tomboy/";
-depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp' 
'dbus-sharp-glib' 'mono-addins' 'hicolor-icon-theme')
+depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp-glib' 
'mono-addins' 'hicolor-icon-theme')
 makedepends=('intltool' 'pkgconfig'  'gnome-doc-utils')
 options=('!emptydirs' '!makeflags')
 install=tomboy.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f9e81fd9c9a9180e8ddcb4b9237ead0c842aa5b5ac21af87e97939e5015af018')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+use_dbussharp_2.patch)
+sha256sums=('f9e81fd9c9a9180e8ddcb4b9237ead0c842aa5b5ac21af87e97939e5015af018'
+'ef6804f9f461f4c61d0d4ab514936f423f4a58b7d4606d576a8c62162f9acf9e')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.patch
+}
+
 build() {
   export MONO_SHARED_DIR="$srcdir/.wabi"
   mkdir -p "$MONO_SHARED_DIR"
 
   cd "$pkgname-$pkgver"
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var \
   --disable-update-mimedb

Added: use_dbussharp_2.patch
===
--- use_dbussharp_2.patch   (rev 0)
+++ use_dbussharp_2.patch   2015-02-23 15:45:45 UTC (rev 231822)
@@ -0,0 +1,27 @@
+Index: tomboy/configure.in
+===
+--- tomboy.orig/configure.in   2014-01-09 10:41:48.213622716 +
 tomboy/configure.in2014-01-09 10:41:48.209622716 +
+@@ -175,7 +175,7 @@
+ #
+ # Check for dbus-sharp
+ #
+-PKG_CHECK_MODULES(DBUS, dbus-sharp-1.0 >= 0.4 dbus-sharp-glib-1.0 >= 0.3)
++PKG_CHECK_MODULES(DBUS, dbus-sharp-2.0 >= 0.4 dbus-sharp-glib-2.0 >= 0.3)
+ AC_SUBST(DBUS_LIBS)
+ 
+ #
+Index: tomboy/Tomboy/RemoteControlProxy.cs
+===
+--- tomboy.orig/Tomboy/RemoteControlProxy.cs   2013-10-27 23:42:50.649722383 
+
 tomboy/Tomboy/RemoteControlProxy.cs2014-01-09 10:42:13.273621654 
+
+@@ -55,8 +55,7 @@
+   return null;
+ 
+   RemoteControl remote_control = new RemoteControl 
(manager);
+-  Bus.Session.Register (Namespace,
+-new ObjectPath (Path),
++  Bus.Session.Register (new ObjectPath (Path),
+ remote_control);
+   return remote_control;
+ #else


[arch-commits] Commit in samba/repos (52 files)

2015-02-23 Thread Tobias Powalowski
Date: Monday, February 23, 2015 @ 16:48:03
  Author: tpowa
Revision: 231825

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 231824, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 231824, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 231824, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 231824, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 231824, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 231824, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 231824, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 231824, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 231824, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 231824, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 231824, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 231824, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 231824, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 231824, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 231824, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 231824, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 231824, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 231824, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 231824, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 231824, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 231824, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 231824, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 231824, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 231824, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 231824, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 231824, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  514 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  257 -
 extra-i686/nmbd.service|   12 
 extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 --
 extra-i686/samba.conf  |2 
 extra-i686/samba.conf.d|   18 
 extra-i686/samba.install   |   14 
 extra-i686/samba.logrotate |9 
 extra-i686/samba.pam   |3 
 extra-i686/samba.service   |   14 
 extra-i686

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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 16:45:51
  Author: jgc
Revision: 231823

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

Added:
  tomboy/repos/staging-i686/
  tomboy/repos/staging-i686/PKGBUILD
(from rev 231822, tomboy/trunk/PKGBUILD)
  tomboy/repos/staging-i686/tomboy.install
(from rev 231822, tomboy/trunk/tomboy.install)
  tomboy/repos/staging-i686/use_dbussharp_2.patch
(from rev 231822, tomboy/trunk/use_dbussharp_2.patch)
  tomboy/repos/staging-x86_64/
  tomboy/repos/staging-x86_64/PKGBUILD
(from rev 231822, tomboy/trunk/PKGBUILD)
  tomboy/repos/staging-x86_64/tomboy.install
(from rev 231822, tomboy/trunk/tomboy.install)
  tomboy/repos/staging-x86_64/use_dbussharp_2.patch
(from rev 231822, tomboy/trunk/use_dbussharp_2.patch)

--+
 staging-i686/PKGBUILD|   44 +
 staging-i686/tomboy.install  |   25 ++
 staging-i686/use_dbussharp_2.patch   |   27 
 staging-x86_64/PKGBUILD  |   44 +
 staging-x86_64/tomboy.install|   25 ++
 staging-x86_64/use_dbussharp_2.patch |   27 
 6 files changed, 192 insertions(+)

Copied: tomboy/repos/staging-i686/PKGBUILD (from rev 231822, 
tomboy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-23 15:45:51 UTC (rev 231823)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=tomboy
+pkgver=1.14.1
+pkgrel=2
+pkgdesc="Desktop note-taking application for Linux and Unix"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org/projects/tomboy/";
+depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp-glib' 
'mono-addins' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig'  'gnome-doc-utils')
+options=('!emptydirs' '!makeflags')
+install=tomboy.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+use_dbussharp_2.patch)
+sha256sums=('f9e81fd9c9a9180e8ddcb4b9237ead0c842aa5b5ac21af87e97939e5015af018'
+'ef6804f9f461f4c61d0d4ab514936f423f4a58b7d4606d576a8c62162f9acf9e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.patch
+}
+
+build() {
+  export MONO_SHARED_DIR="$srcdir/.wabi"
+  mkdir -p "$MONO_SHARED_DIR"
+
+  cd "$pkgname-$pkgver"
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-update-mimedb
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain tomboy "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Copied: tomboy/repos/staging-i686/tomboy.install (from rev 231822, 
tomboy/trunk/tomboy.install)
===
--- staging-i686/tomboy.install (rev 0)
+++ staging-i686/tomboy.install 2015-02-23 15:45:51 UTC (rev 231823)
@@ -0,0 +1,25 @@
+pkgname=tomboy
+
+post_install() {
+  gconfpkg --install ${pkgname}
+
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime
+}

Copied: tomboy/repos/staging-i686/use_dbussharp_2.patch (from rev 231822, 
tomboy/trunk/use_dbussharp_2.patch)
===
--- staging-i686/use_dbussharp_2.patch  (rev 0)
+++ staging-i686/use_dbussharp_2.patch  2015-02-23 15:45:51 UTC (rev 231823)
@@ -0,0 +1,27 @@
+Index: tomboy/configure.in
+===
+--- tomboy.orig/configure.in   2014-01-09 10:41:48.213622716 +
 tomboy/configure.in2014-01-09 10:41:48.209622716 +
+@@ -175,7 +175,7 @@
+ #
+ # Check for dbus-sharp
+ #
+-PKG_CHECK_MODULES(DBUS, dbus-sharp-1.0 >= 0.4 dbus-sharp-glib-1.0 >= 0.3)
++PKG_CHECK_MODULES(DBUS, dbus-sharp-2.0 >= 0.4 dbus-sharp-glib-2.0 >= 0.3)
+ AC_SUBST(DBUS_LIBS)
+ 
+ #
+Index: tomboy/Tomboy/RemoteControlProxy.cs
+===
+--- tomboy.orig/Tomboy/RemoteControlProxy.cs   2013-10-27 23:42:50.649722383 
+
 tomboy/Tomboy/RemoteControlProxy.cs2014-01-09 10:42:13.273621654 
+
+@@ -55,8 +55,7 @@
+   return null;
+ 
+   RemoteControl remote_control = new RemoteControl 
(manager);
+-  

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

2015-02-23 Thread Felix Yan
Date: Monday, February 23, 2015 @ 16:41:12
  Author: fyan
Revision: 128130

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

Added:
  aria2/repos/community-i686/PKGBUILD
(from rev 128129, aria2/trunk/PKGBUILD)
  aria2/repos/community-x86_64/PKGBUILD
(from rev 128129, aria2/trunk/PKGBUILD)
Deleted:
  aria2/repos/community-i686/PKGBUILD
  aria2/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-02-23 15:40:34 UTC (rev 128129)
+++ community-i686/PKGBUILD 2015-02-23 15:41:12 UTC (rev 128130)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.18.9
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz";)
-sha256sums=('4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
-"$pkgdir"/usr/share/bash-completion/completions
-  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 128129, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-23 15:41:12 UTC (rev 128130)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.18.10
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz";)
+sha256sums=('c8a7bf111eb2c80251c47ee1fa9e174a530ae1dbd7c48c08c9c6b319bcf427d3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-23 15:40:34 UTC (rev 128129)
+++ community-x86_64/PKGBUILD   2015-02-23 15:41:12 UTC (rev 128130)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.18.9
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz";)
-sha256sums=('4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/shar

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

2015-02-23 Thread Felix Yan
Date: Monday, February 23, 2015 @ 16:40:34
  Author: fyan
Revision: 128129

upgpkg: aria2 1.18.10-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 11:33:47 UTC (rev 128128)
+++ PKGBUILD2015-02-23 15:40:34 UTC (rev 128129)
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aria2
-pkgver=1.18.9
+pkgver=1.18.10
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
 checkdepends=('cppunit')
 source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz";)
-sha256sums=('4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7')
+sha256sums=('c8a7bf111eb2c80251c47ee1fa9e174a530ae1dbd7c48c08c9c6b319bcf427d3')
 
 build() {
   cd $pkgname-$pkgver


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

2015-02-23 Thread Timothy Redaelli
Date: Monday, February 23, 2015 @ 12:33:37
  Author: tredaelli
Revision: 128127

upgpkg: trojita 0.5-1

Modified:
  trojita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 09:03:26 UTC (rev 128126)
+++ PKGBUILD2015-02-23 11:33:37 UTC (rev 128127)
@@ -3,7 +3,7 @@
 # Contributor: birdflesh 
 
 pkgname=trojita
-pkgver=0.4.1
+pkgver=0.5
 pkgrel=1
 pkgdesc="A QT IMAP email client"
 arch=('i686' 'x86_64')
@@ -12,8 +12,10 @@
 makedepends=('cmake' 'automoc4')
 depends=('qtwebkit')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('130c9e51bb71564511ab123f88236850')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('c583bb4d82620cda1c49e5f1b084f550'
+ 'SKIP')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
 
 build() {
   mkdir -p build


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

2015-02-23 Thread Timothy Redaelli
Date: Monday, February 23, 2015 @ 12:33:47
  Author: tredaelli
Revision: 128128

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

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

--+
 /PKGBUILD|   66 +
 /trojita.install |   24 +
 community-i686/PKGBUILD  |   31 -
 community-i686/trojita.install   |   12 --
 community-x86_64/PKGBUILD|   31 -
 community-x86_64/trojita.install |   12 --
 6 files changed, 90 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-23 11:33:37 UTC (rev 128127)
+++ community-i686/PKGBUILD 2015-02-23 11:33:47 UTC (rev 128128)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: birdflesh 
-
-pkgname=trojita
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="A QT IMAP email client"
-arch=('i686' 'x86_64')
-url="http://trojita.flaska.net";
-license=('GPL')
-makedepends=('cmake' 'automoc4')
-depends=('qtwebkit')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('130c9e51bb71564511ab123f88236850')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "build"
-  make DESTDIR="$pkgdir" install
-}

Copied: trojita/repos/community-i686/PKGBUILD (from rev 128127, 
trojita/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-23 11:33:47 UTC (rev 128128)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: birdflesh 
+
+pkgname=trojita
+pkgver=0.5
+pkgrel=1
+pkgdesc="A QT IMAP email client"
+arch=('i686' 'x86_64')
+url="http://trojita.flaska.net";
+license=('GPL')
+makedepends=('cmake' 'automoc4')
+depends=('qtwebkit')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('c583bb4d82620cda1c49e5f1b084f550'
+ 'SKIP')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/trojita.install
===
--- community-i686/trojita.install  2015-02-23 11:33:37 UTC (rev 128127)
+++ community-i686/trojita.install  2015-02-23 11:33:47 UTC (rev 128128)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Copied: trojita/repos/community-i686/trojita.install (from rev 128127, 
trojita/trunk/trojita.install)
===
--- community-i686/trojita.install  (rev 0)
+++ community-i686/trojita.install  2015-02-23 11:33:47 UTC (rev 128128)
@@ -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
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-23 11:33:37 UTC (rev 128127)
+++ community-x86_64/PKGBUILD   2015-02-23 11:33:47 UTC (rev 128128)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: birdflesh 
-
-pkgname=trojita
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="A QT IMAP email client"
-arch=('i686' 'x86_64')
-url="http://trojita.flaska.net";
-license=('GPL')
-makedepends=('cmake' 'automoc4')
-depends=('qtwebkit')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('130c9e51bb71564511ab123f88236850')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DQT_QMAKE_EXECUTAB

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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:46:28
  Author: jgc
Revision: 231820

upgpkg: dbus-sharp-glib 0.6.0-1

Modified:
  dbus-sharp-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 09:43:32 UTC (rev 231819)
+++ PKGBUILD2015-02-23 09:46:28 UTC (rev 231820)
@@ -3,17 +3,17 @@
 # Contributor: Alessio Biancalana 
 
 pkgname=dbus-sharp-glib
-pkgver=0.5.0
-pkgrel=5
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="C# GLib implementation of D-Bus"
 arch=('any')
-url="http://github.com/mono/dbus-sharp/";
+url="http://github.com/mono/dbus-sharp-glib/";
 license=('custom')
-depends=('dbus-sharp>=0.7')
+depends=('dbus-sharp>=0.8')
 makedepends=('pkgconfig')
 options=(!makeflags)
-source=(https://github.com/downloads/mono/dbus-sharp/$pkgname-$pkgver.tar.gz)
-md5sums=('2284293316eb3a89f0f78798b8a24418')
+source=(https://github.com/mono/$pkgname/releases/download/v${pkgver:0:3}/$pkgname-$pkgver.tar.gz)
+md5sums=('398475a4ed7793eb587c4f0eb913bb7f')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in dbus-sharp-glib/repos (staging-any staging-any/PKGBUILD)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:46:32
  Author: jgc
Revision: 231821

archrelease: copy trunk to staging-any

Added:
  dbus-sharp-glib/repos/staging-any/
  dbus-sharp-glib/repos/staging-any/PKGBUILD
(from rev 231820, dbus-sharp-glib/trunk/PKGBUILD)

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

Copied: dbus-sharp-glib/repos/staging-any/PKGBUILD (from rev 231820, 
dbus-sharp-glib/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-02-23 09:46:32 UTC (rev 231821)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Alessio Biancalana 
+
+pkgname=dbus-sharp-glib
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="C# GLib implementation of D-Bus"
+arch=('any')
+url="http://github.com/mono/dbus-sharp-glib/";
+license=('custom')
+depends=('dbus-sharp>=0.8')
+makedepends=('pkgconfig')
+options=(!makeflags)
+source=(https://github.com/mono/$pkgname/releases/download/v${pkgver:0:3}/$pkgname-$pkgver.tar.gz)
+md5sums=('398475a4ed7793eb587c4f0eb913bb7f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export MONO_SHARED_DIR="${srcdir}/.wabi"
+  mkdir -p "${MONO_SHARED_DIR}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:43:29
  Author: jgc
Revision: 231818

upgpkg: dbus-sharp 0.8.1-1

Modified:
  dbus-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 09:38:19 UTC (rev 231817)
+++ PKGBUILD2015-02-23 09:43:29 UTC (rev 231818)
@@ -3,8 +3,8 @@
 # Contributor: Alessio Biancalana 
 
 pkgname=dbus-sharp
-pkgver=0.7.0
-pkgrel=5
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="C# implementation of D-Bus"
 arch=('any')
 url="http://github.com/mono/dbus-sharp/";
@@ -11,8 +11,8 @@
 license=('custom')
 depends=('mono')
 options=(!makeflags)
-source=(https://github.com/downloads/mono/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('1964fc341dcbaeda859c53cee295d042')
+source=(https://github.com/mono/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('bb94ab3d9703342a2e936e52c87c783a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in dbus-sharp/repos (staging-any staging-any/PKGBUILD)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:43:32
  Author: jgc
Revision: 231819

archrelease: copy trunk to staging-any

Added:
  dbus-sharp/repos/staging-any/
  dbus-sharp/repos/staging-any/PKGBUILD
(from rev 231818, dbus-sharp/trunk/PKGBUILD)

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

Copied: dbus-sharp/repos/staging-any/PKGBUILD (from rev 231818, 
dbus-sharp/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-02-23 09:43:32 UTC (rev 231819)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Alessio Biancalana 
+
+pkgname=dbus-sharp
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="C# implementation of D-Bus"
+arch=('any')
+url="http://github.com/mono/dbus-sharp/";
+license=('custom')
+depends=('mono')
+options=(!makeflags)
+source=(https://github.com/mono/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('bb94ab3d9703342a2e936e52c87c783a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export MONO_SHARED_DIR="$srcdir/.wabi"
+  mkdir -p "$MONO_SHARED_DIR"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:38:19
  Author: jgc
Revision: 231817

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

Added:
  wildmidi/repos/extra-i686/PKGBUILD
(from rev 231816, wildmidi/trunk/PKGBUILD)
  wildmidi/repos/extra-x86_64/PKGBUILD
(from rev 231816, wildmidi/trunk/PKGBUILD)
Deleted:
  wildmidi/repos/extra-i686/PKGBUILD
  wildmidi/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-02-23 09:38:12 UTC (rev 231816)
+++ extra-i686/PKGBUILD 2015-02-23 09:38:19 UTC (rev 231817)
@@ -1,30 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Panagiotis Papadopoulos
-
-pkgname=wildmidi
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='Open Source MIDI Synthesizer'
-arch=('i686' 'x86_64')
-url="http://www.mindwerks.net/projects/wildmidi/";
-license=('LGPL3')
-depends=('alsa-lib')
-makedepends=('cmake')
-source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
-md5sums=('c29ed273500b479e347ac5e77656487f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: wildmidi/repos/extra-i686/PKGBUILD (from rev 231816, 
wildmidi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-23 09:38:19 UTC (rev 231817)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Panagiotis Papadopoulos
+
+pkgname=wildmidi
+pkgver=0.3.8
+pkgrel=1
+pkgdesc='Open Source MIDI Synthesizer'
+arch=('i686' 'x86_64')
+url="http://www.mindwerks.net/projects/wildmidi/";
+license=('LGPL3')
+depends=('alsa-lib')
+makedepends=('cmake')
+source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
+md5sums=('76fe5ae639d2c4288435d2e4ac577e77')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-23 09:38:12 UTC (rev 231816)
+++ extra-x86_64/PKGBUILD   2015-02-23 09:38:19 UTC (rev 231817)
@@ -1,30 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Panagiotis Papadopoulos
-
-pkgname=wildmidi
-pkgver=0.3.7
-pkgrel=1
-pkgdesc='Open Source MIDI Synthesizer'
-arch=('i686' 'x86_64')
-url="http://www.mindwerks.net/projects/wildmidi/";
-license=('LGPL3')
-depends=('alsa-lib')
-makedepends=('cmake')
-source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
-md5sums=('c29ed273500b479e347ac5e77656487f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: wildmidi/repos/extra-x86_64/PKGBUILD (from rev 231816, 
wildmidi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-23 09:38:19 UTC (rev 231817)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Panagiotis Papadopoulos
+
+pkgname=wildmidi
+pkgver=0.3.8
+pkgrel=1
+pkgdesc='Open Source MIDI Synthesizer'
+arch=('i686' 'x86_64')
+url="http://www.mindwerks.net/projects/wildmidi/";
+license=('LGPL3')
+depends=('alsa-lib')
+makedepends=('cmake')
+source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
+md5sums=('76fe5ae639d2c4288435d2e4ac577e77')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:38:12
  Author: jgc
Revision: 231816

upgpkg: wildmidi 0.3.8-1

Modified:
  wildmidi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 09:31:28 UTC (rev 231815)
+++ PKGBUILD2015-02-23 09:38:12 UTC (rev 231816)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Papadopoulos
 
 pkgname=wildmidi
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 pkgdesc='Open Source MIDI Synthesizer'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('alsa-lib')
 makedepends=('cmake')
 source=(https://github.com/psi29a/wildmidi/archive/wildmidi-${pkgver}.tar.gz)
-md5sums=('c29ed273500b479e347ac5e77656487f')
+md5sums=('76fe5ae639d2c4288435d2e4ac577e77')
 
 prepare() {
   mkdir build


[arch-commits] Commit in cairo-perl/trunk (PKGBUILD testsuite.patch)

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:31:21
  Author: jgc
Revision: 231814

upgpkg: cairo-perl 1.105-1

Modified:
  cairo-perl/trunk/PKGBUILD
Deleted:
  cairo-perl/trunk/testsuite.patch

-+
 PKGBUILD|6 +-
 testsuite.patch |  135 --
 2 files changed, 3 insertions(+), 138 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 09:25:52 UTC (rev 231813)
+++ PKGBUILD2015-02-23 09:31:21 UTC (rev 231814)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=cairo-perl
-pkgver=1.104
-pkgrel=2
+pkgver=1.105
+pkgrel=1
 pkgdesc="Perl wrappers for cairo"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -12,7 +12,7 @@
 depends=('cairo' 'perl')
 makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz)
-md5sums=('c7d2eee6c319588c04a6b95efe39b0ae')
+md5sums=('a9ace46142f5bab645d3d1b99d05d9d5')
 
 build() {
   cd Cairo-$pkgver

Deleted: testsuite.patch
===
--- testsuite.patch 2015-02-23 09:25:52 UTC (rev 231813)
+++ testsuite.patch 2015-02-23 09:31:21 UTC (rev 231814)
@@ -1,135 +0,0 @@
-From 21dd8a0600cbfac46723c7745b377fce94c8bdc3 Mon Sep 17 00:00:00 2001
-From: Torsten Schönfeld 
-Date: Sat, 31 Mar 2012 10:34:11 +
-Subject: Fix compiling and testing against older versions of cairo
-

-(limited to 't/CairoPath.t')
-
-diff --git a/t/CairoPath.t b/t/CairoPath.t
-index e515172..770e464 100644
 a/t/CairoPath.t
-+++ b/t/CairoPath.t
-@@ -11,11 +11,17 @@ use strict;
- use warnings;
- use Cairo;
- 
--use Test::More tests => 6;
-+use Test::More;
- 
- use constant IMG_WIDTH => 256;
- use constant IMG_HEIGHT => 256;
- 
-+if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
-+  plan tests => 6;
-+} else {
-+  plan skip_all => 'path behavior not predictable on cairo < 1.4';
-+}
-+
- my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
- my $cr = Cairo::Context->create ($surf);
- 
---
-cgit v0.9.0.2
-From a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d Mon Sep 17 00:00:00 2001
-From: Torsten Schönfeld 
-Date: Sat, 07 Apr 2012 18:01:31 +
-Subject: Make t/CairoPath.t more robust
-
-The end of a path that took a round trip into cairo and back might differ
-for different versions of cairo.  Hence, compare only the beginning with
-the expected path.

-diff --git a/t/CairoPath.t b/t/CairoPath.t
-index 770e464..27a3aad 100644
 a/t/CairoPath.t
-+++ b/t/CairoPath.t
-@@ -11,17 +11,11 @@ use strict;
- use warnings;
- use Cairo;
- 
--use Test::More;
-+use Test::More tests => 18;
- 
- use constant IMG_WIDTH => 256;
- use constant IMG_HEIGHT => 256;
- 
--if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
--  plan tests => 6;
--} else {
--  plan skip_all => 'path behavior not predictable on cairo < 1.4';
--}
--
- my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
- my $cr = Cairo::Context->create ($surf);
- 
-@@ -40,14 +34,7 @@ my $expected_path = [
- ];
- 
- my $path = $cr->copy_path;
--is_deeply ($path, $expected_path);
--
--sub paths_agree {
--  my ($cr, $path, $expected_path) = @_;
--  $cr->new_path;
--  $cr->append_path ($path);
--  is_deeply ($cr->copy_path, $expected_path);
--}
-+paths_agree ($path, $expected_path);
- 
- # Modifying single point values.
- foreach ($path, $expected_path) {
-@@ -57,21 +44,21 @@ foreach ($path, $expected_path) {
-   $_->[2]{points}[2][0] = 99;
-   $_->[2]{points}[2][1] = 1010;
- }
--paths_agree ($cr, $path, $expected_path);
-+path_round_trip_ok ($cr, $path, $expected_path);
- 
- # Modifying single points.
- foreach ($path, $expected_path) {
-   $_->[1]{points}[0] = [333, 444];
-   $_->[2]{points}[2] = [77, 88];
- }
--paths_agree ($cr, $path, $expected_path);
-+path_round_trip_ok ($cr, $path, $expected_path);
- 
- # Replacing all points.
- foreach ($path, $expected_path) {
-   $_->[1]{points} = [[, ]];
-   $_->[2]{points} = [[55, 66], [77, 88], [99, 1010]];
- }
--paths_agree ($cr, $path, $expected_path);
-+path_round_trip_ok ($cr, $path, $expected_path);
- 
- # Replacing and adding path segments.
- my @cloned_path = @{$path};
-@@ -86,9 +73,24 @@ foreach (\@cloned_path, $expected_path) {
- type => 'line-to',
- points => [[23, 42]] };
- }
--paths_agree ($cr, \@cloned_path, $expected_path);
-+path_round_trip_ok ($cr, \@cloned_path, $expected_path);
- 
- # Passing bare arrays into Cairo.
- $cr->new_path;
- $cr->append_path ($expected_path);
--is_deeply ($cr->copy_path, $expected_path);
-+paths_agree ($cr->copy_path, $expected_path);
-+
-+sub path_round_trip_ok {
-+  my ($cr, $path, $expected_path) = @_;
-+  $cr->new_path;
-+  $cr->append_path ($path);
-+  paths_agree ($cr->copy_path, $expected_path);
-+}
-+
-+sub paths_agree {
-+  my ($path, $expected_path) = @_;
-+  # Only the first three entries seem to be reliable a

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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:31:28
  Author: jgc
Revision: 231815

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

Added:
  cairo-perl/repos/extra-i686/PKGBUILD
(from rev 231814, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/extra-x86_64/PKGBUILD
(from rev 231814, cairo-perl/trunk/PKGBUILD)
Deleted:
  cairo-perl/repos/extra-i686/PKGBUILD
  cairo-perl/repos/extra-i686/testsuite.patch
  cairo-perl/repos/extra-x86_64/PKGBUILD
  cairo-perl/repos/extra-x86_64/testsuite.patch

--+
 /PKGBUILD|   62 ++
 extra-i686/PKGBUILD  |   31 -
 extra-i686/testsuite.patch   |  135 -
 extra-x86_64/PKGBUILD|   31 -
 extra-x86_64/testsuite.patch |  135 -
 5 files changed, 62 insertions(+), 332 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-23 09:31:21 UTC (rev 231814)
+++ extra-i686/PKGBUILD 2015-02-23 09:31:28 UTC (rev 231815)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=cairo-perl
-pkgver=1.104
-pkgrel=2
-pkgdesc="Perl wrappers for cairo"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk2-perl.sourceforge.net/";
-options=('!emptydirs')
-depends=('cairo' 'perl')
-makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz)
-md5sums=('c7d2eee6c319588c04a6b95efe39b0ae')
-
-build() {
-  cd Cairo-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Cairo-$pkgver
-  make test
-}
-
-package() {
-  cd Cairo-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: cairo-perl/repos/extra-i686/PKGBUILD (from rev 231814, 
cairo-perl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-23 09:31:28 UTC (rev 231815)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=cairo-perl
+pkgver=1.105
+pkgrel=1
+pkgdesc="Perl wrappers for cairo"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk2-perl.sourceforge.net/";
+options=('!emptydirs')
+depends=('cairo' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz)
+md5sums=('a9ace46142f5bab645d3d1b99d05d9d5')
+
+build() {
+  cd Cairo-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Cairo-$pkgver
+  make test
+}
+
+package() {
+  cd Cairo-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/testsuite.patch
===
--- extra-i686/testsuite.patch  2015-02-23 09:31:21 UTC (rev 231814)
+++ extra-i686/testsuite.patch  2015-02-23 09:31:28 UTC (rev 231815)
@@ -1,135 +0,0 @@
-From 21dd8a0600cbfac46723c7745b377fce94c8bdc3 Mon Sep 17 00:00:00 2001
-From: Torsten Schönfeld 
-Date: Sat, 31 Mar 2012 10:34:11 +
-Subject: Fix compiling and testing against older versions of cairo
-

-(limited to 't/CairoPath.t')
-
-diff --git a/t/CairoPath.t b/t/CairoPath.t
-index e515172..770e464 100644
 a/t/CairoPath.t
-+++ b/t/CairoPath.t
-@@ -11,11 +11,17 @@ use strict;
- use warnings;
- use Cairo;
- 
--use Test::More tests => 6;
-+use Test::More;
- 
- use constant IMG_WIDTH => 256;
- use constant IMG_HEIGHT => 256;
- 
-+if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
-+  plan tests => 6;
-+} else {
-+  plan skip_all => 'path behavior not predictable on cairo < 1.4';
-+}
-+
- my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
- my $cr = Cairo::Context->create ($surf);
- 
---
-cgit v0.9.0.2
-From a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d Mon Sep 17 00:00:00 2001
-From: Torsten Schönfeld 
-Date: Sat, 07 Apr 2012 18:01:31 +
-Subject: Make t/CairoPath.t more robust
-
-The end of a path that took a round trip into cairo and back might differ
-for different versions of cairo.  Hence, compare only the beginning with
-the expected path.

-diff --git a/t/CairoPath.t b/t/CairoPath.t
-index 770e464..27a3aad 100644
 a/t/CairoPath.t
-+++ b/t/CairoPath.t
-@@ -11,17 +11,11 @@ use strict;
- use warnings;
- use Cairo;
- 
--use Test::More;
-+use Test::More tests => 18;
- 
- use constant IMG_WIDTH => 256;
- use constant IMG_HEIGHT => 256;
- 
--if (Cairo::VERSION >= Cairo::VERSION_ENCODE (1, 4, 0)) {
--  plan tests => 6;
--} else {
--  plan skip_all => 'path behavior not predictable on cairo < 1.4';
--}
--
- my $surf = Cairo::ImageSurface->create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
- my $cr = Cairo::Context->create ($surf);
- 
-@@ -40,14 +34,7 @@ my $expected_path = [
- ];
- 
- my $path = $cr->copy_path;
--is_deeply ($path, $expected_path);
--
--sub paths_agree {
--  my ($cr, $path, $expected_path) = @_;
--  $cr->new_path;
--  $cr->

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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:25:52
  Author: jgc
Revision: 231813

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-23 09:25:39 UTC (rev 231812)
+++ extra-i686/PKGBUILD 2015-02-23 09:25:52 UTC (rev 231813)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=libxp
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="X11 X Print Library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('libxext' 'printproto')
-makedepends=('xorg-util-macros')
-source=("${url}/releases/individual/lib/libXp-${pkgver}.tar.bz2")
-license=('custom')
-sha256sums=('952fe5b5e90abd2cf04739aef3a9b63a253cd9309ed066a82bab7ca9112fd0b5')
-
-build() {
-  cd "${srcdir}/libXp-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/libXp-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxp/repos/extra-i686/PKGBUILD (from rev 231812, libxp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-23 09:25:52 UTC (rev 231813)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=libxp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="X11 X Print Library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('libxext' 'printproto')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/lib/libXp-${pkgver}.tar.bz2")
+license=('custom')
+sha256sums=('7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57')
+
+build() {
+  cd "${srcdir}/libXp-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/libXp-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-23 09:25:39 UTC (rev 231812)
+++ extra-x86_64/PKGBUILD   2015-02-23 09:25:52 UTC (rev 231813)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=libxp
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="X11 X Print Library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('libxext' 'printproto')
-makedepends=('xorg-util-macros')
-source=("${url}/releases/individual/lib/libXp-${pkgver}.tar.bz2")
-license=('custom')
-sha256sums=('952fe5b5e90abd2cf04739aef3a9b63a253cd9309ed066a82bab7ca9112fd0b5')
-
-build() {
-  cd "${srcdir}/libXp-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/libXp-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxp/repos/extra-x86_64/PKGBUILD (from rev 231812, 
libxp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-23 09:25:52 UTC (rev 231813)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=libxp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="X11 X Print Library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('libxext' 'printproto')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/lib/libXp-${pkgver}.tar.bz2")
+license=('custom')
+sha256sums=('7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57')
+
+build() {
+  cd "${srcdir}/libXp-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/libXp-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:25:39
  Author: jgc
Revision: 231812

upgpkg: libxp 1.0.3-1

Modified:
  libxp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 09:24:13 UTC (rev 231811)
+++ PKGBUILD2015-02-23 09:25:39 UTC (rev 231812)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libxp
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="X11 X Print Library"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros')
 source=("${url}/releases/individual/lib/libXp-${pkgver}.tar.bz2")
 license=('custom')
-sha256sums=('952fe5b5e90abd2cf04739aef3a9b63a253cd9309ed066a82bab7ca9112fd0b5')
+sha256sums=('7f360c9905849c3587d48efc0f0ecbc852c19f61a52b18530d6b005cb9148c57')
 
 build() {
   cd "${srcdir}/libXp-${pkgver}"


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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:24:13
  Author: jgc
Revision: 231811

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

Added:
  xorg-xedit/repos/extra-i686/PKGBUILD
(from rev 231810, xorg-xedit/trunk/PKGBUILD)
  xorg-xedit/repos/extra-x86_64/PKGBUILD
(from rev 231810, xorg-xedit/trunk/PKGBUILD)
Deleted:
  xorg-xedit/repos/extra-i686/PKGBUILD
  xorg-xedit/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-23 09:24:06 UTC (rev 231810)
+++ extra-i686/PKGBUILD 2015-02-23 09:24:13 UTC (rev 231811)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xedit
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Simple text editor for X"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha256sums=('89b0b0f86b0b5ab2898ee669d394b28c6ac5a9a53f8fae1726ba5664cd36c98e')
-
-build() {
-  cd "${srcdir}/xedit-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xedit-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xedit/repos/extra-i686/PKGBUILD (from rev 231810, 
xorg-xedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-23 09:24:13 UTC (rev 231811)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xedit
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Simple text editor for X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
+sha256sums=('69aa42885dfc06332ca22eb01cc7187e49206e6d65b74113a8ee4cc345fc2927')
+
+build() {
+  cd "${srcdir}/xedit-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xedit-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-23 09:24:06 UTC (rev 231810)
+++ extra-x86_64/PKGBUILD   2015-02-23 09:24:13 UTC (rev 231811)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xedit
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Simple text editor for X"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha256sums=('89b0b0f86b0b5ab2898ee669d394b28c6ac5a9a53f8fae1726ba5664cd36c98e')
-
-build() {
-  cd "${srcdir}/xedit-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xedit-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xedit/repos/extra-x86_64/PKGBUILD (from rev 231810, 
xorg-xedit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-23 09:24:13 UTC (rev 231811)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xedit
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Simple text editor for X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
+sha256sums=('69aa42885dfc06332ca22eb01cc7187e49206e6d65b74113a8ee4cc345fc2927')
+
+build() {
+  cd "${srcdir}/xedit-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xedit-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2015-02-23 Thread Jan de Groot
Date: Monday, February 23, 2015 @ 10:24:06
  Author: jgc
Revision: 231810

upgpkg: xorg-xedit 1.2.2-1

Modified:
  xorg-xedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 09:21:56 UTC (rev 231809)
+++ PKGBUILD2015-02-23 09:24:06 UTC (rev 231810)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xedit
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="Simple text editor for X"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
@@ -11,7 +11,7 @@
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
 makedepends=('xorg-util-macros')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha256sums=('89b0b0f86b0b5ab2898ee669d394b28c6ac5a9a53f8fae1726ba5664cd36c98e')
+sha256sums=('69aa42885dfc06332ca22eb01cc7187e49206e6d65b74113a8ee4cc345fc2927')
 
 build() {
   cd "${srcdir}/xedit-${pkgver}"


[arch-commits] Commit in (genus2reduction)

2015-02-23 Thread Antonio Rojas
Date: Monday, February 23, 2015 @ 10:03:26
  Author: arojas
Revision: 128126

Obsolete, its functionality is now provided by pari

Deleted:
  genus2reduction/