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

2015-07-26 Thread Jaroslav Lichtblau
Date: Sunday, July 26, 2015 @ 15:56:58
  Author: jlichtblau
Revision: 137418

upgpkg: syncthing 0.11.17-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 13:51:32 UTC (rev 137417)
+++ PKGBUILD2015-07-26 13:56:58 UTC (rev 137418)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.11.16
+pkgver=0.11.17
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


[arch-commits] Commit in syncthing/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-07-26 Thread Jaroslav Lichtblau
Date: Sunday, July 26, 2015 @ 15:57:13
  Author: jlichtblau
Revision: 137419

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 137418, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-26 13:56:58 UTC (rev 137418)
+++ PKGBUILD2015-07-26 13:57:13 UTC (rev 137419)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.16
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  if [ ${CARCH} == i686 ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH} == x86_64 ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#  go run build.go -no-upgrade test
-}
-
-package() {
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 137418, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-26 13:57:13 UTC (rev 137419)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.17
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  if [ ${CARCH} == i686 ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${CARCH} == x86_64 ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#  go run build.go -no-upgrade test
+}
+
+package() {
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+
+# license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+# man pages
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
+  for file in $(find . -name '*.1' -print); do
+install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
+  

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

2015-07-26 Thread Jaroslav Lichtblau
Date: Sunday, July 26, 2015 @ 17:03:19
  Author: jlichtblau
Revision: 137425

archrelease: copy trunk to community-i686

Added:
  moneymanagerex/repos/community-i686/PKGBUILD
(from rev 137424, moneymanagerex/trunk/PKGBUILD)
  moneymanagerex/repos/community-i686/moneymanagerex.install
(from rev 137424, moneymanagerex/trunk/moneymanagerex.install)
Deleted:
  moneymanagerex/repos/community-i686/PKGBUILD
  moneymanagerex/repos/community-i686/moneymanagerex.install

+
 PKGBUILD   |   76 +++
 moneymanagerex.install |   22 ++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-26 14:50:37 UTC (rev 137424)
+++ PKGBUILD2015-07-26 15:03:19 UTC (rev 137425)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: TDY t...@gmx.com
-
-pkgname=moneymanagerex
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=An easy-to-use personal finance suite
-arch=('i686' 'x86_64')
-url=http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd ${srcdir}/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd ${srcdir}/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-
-  make DESTDIR=${pkgdir} install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 137424, 
moneymanagerex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-26 15:03:19 UTC (rev 137425)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: TDY t...@gmx.com
+
+pkgname=moneymanagerex
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=An easy-to-use personal finance suite
+arch=('i686' 'x86_64')
+url=http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: moneymanagerex.install
===
--- moneymanagerex.install  2015-07-26 14:50:37 UTC (rev 137424)
+++ moneymanagerex.install  2015-07-26 15:03:19 UTC (rev 137425)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-i686/moneymanagerex.install (from rev 
137424, moneymanagerex/trunk/moneymanagerex.install)
===
--- moneymanagerex.install  (rev 0)
+++ moneymanagerex.install  2015-07-26 15:03:19 UTC (rev 137425)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 13:45:29
  Author: andyrtr
Revision: 242514

add pgp check for posix pages

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 11:43:14 UTC (rev 242513)
+++ PKGBUILD2015-07-26 11:45:29 UTC (rev 242514)
@@ -12,11 +12,12 @@
 groups=('base')
 depends=()
 
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)
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
 sha256sums=('d194b5d4a381724dc291d9f36621ab2cbb51c003d72dcbd95896366db3b8d284'
 'SKIP'
-'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'SKIP')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com
 
 build() {


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

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 14:02:42
  Author: andyrtr
Revision: 242515

upgpkg: gnutls 3.4.3-1

upstream update 3.4.3, keep building without libidn support for security reason 
- see mailing list link in PKGBUILD

Modified:
  gnutls/trunk/PKGBUILD
Deleted:
  
gnutls/trunk/test_do_not_perform_internationalized_name_checks_without_libidn.diff

---+
 PKGBUILD  |7 
+--
 test_do_not_perform_internationalized_name_checks_without_libidn.diff |   21 
--
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 11:45:29 UTC (rev 242514)
+++ PKGBUILD2015-07-26 12:02:42 UTC (rev 242515)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 url=http://www.gnutls.org/;
 install=gnutls.install
 options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 optdepends=('guile: for use with Guile bindings')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('4fb4a6253e09aa070e6c467cbb51ba33'
+md5sums=('8a119d7830b81a44faa721a6fde2a295'
  'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
   '1F42418905D8206AA754CCDC29EE58B996865171')
@@ -30,6 +30,7 @@
   ./configure --prefix=/usr \
--with-zlib \
--disable-static \
+   --without-idn \
--enable-guile --with-guile-site-dir=no \

--with-default-trust-store-pkcs11=pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit
   make

Deleted: test_do_not_perform_internationalized_name_checks_without_libidn.diff
===
--- test_do_not_perform_internationalized_name_checks_without_libidn.diff   
2015-07-26 11:45:29 UTC (rev 242514)
+++ test_do_not_perform_internationalized_name_checks_without_libidn.diff   
2015-07-26 12:02:42 UTC (rev 242515)
@@ -1,21 +0,0 @@
-diff --git a/tests/hostname-check.c b/tests/hostname-check.c
-index 120f3b9..670248a 100644
 a/tests/hostname-check.c
-+++ b/tests/hostname-check.c
-@@ -1147,6 +1147,7 @@ void doit(void)
-   if (ret)
-   fail(%d: Hostname incorrectly matches (%d)\n, __LINE__, ret);
- 
-+#ifdef HAVE_LIBIDN
-   ret = gnutls_x509_crt_check_hostname(x509, www.teχ.gr);
-   if (!ret)
-   fail(%d: Hostname incorrectly does not match (%d)\n, 
__LINE__, ret);
-@@ -1166,6 +1167,7 @@ void doit(void)
-   ret = gnutls_x509_crt_check_hostname(x509, ΤΈΣΤ.gr);
-   if (!ret)
-   fail(%d: Hostname incorrectly does not match (%d)\n, 
__LINE__, ret);
-+#endif
- 
- #ifdef ENABLE_OPENPGP
-   if (debug)
-


[arch-commits] Commit in claws-mail/trunk (PKGBUILD git_fixes.diff)

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 14:20:39
  Author: andyrtr
Revision: 242517

upgpkg: claws-mail 3.12.0-1

upstream update 3.12.0

Modified:
  claws-mail/trunk/PKGBUILD
Deleted:
  claws-mail/trunk/git_fixes.diff

+
 PKGBUILD   |   20 ++--
 git_fixes.diff |   55 ---
 2 files changed, 6 insertions(+), 69 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 12:02:54 UTC (rev 242516)
+++ PKGBUILD2015-07-26 12:20:39 UTC (rev 242517)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=claws-mail
-pkgver=3.11.1
-pkgrel=4
+pkgver=3.12.0
+pkgrel=1
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -34,20 +34,12 @@
 conflicts=('claws-mail-extra-plugins')
 provides=('claws')
 install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
-git_fixes.diff)
-sha1sums=('b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc'
-  'SKIP'
-  '0e1bd9d696d531040f7b15b5b6164fc44784fdfc')
+source=(#http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
+
http://www.claws-mail.org/download.php?file=releases/claws-mail-3.12.0.tar.xz{,.asc})
+md5sums=('73c11bf9f260473abe0e888af19e23b8'
+ 'SKIP')
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 
p...@claws-mail.org
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix .desktop file creation
-  patch -Np1 -i $srcdir/git_fixes.diff
-  autoreconf -vfi
-}
-
 build() {
   cd ${pkgname}-${pkgver}
  

Deleted: git_fixes.diff
===
--- git_fixes.diff  2015-07-26 12:02:54 UTC (rev 242516)
+++ git_fixes.diff  2015-07-26 12:20:39 UTC (rev 242517)
@@ -1,55 +0,0 @@
-From cfde37a35a8b9d54bd680245a7d37a63d6779706 Mon Sep 17 00:00:00 2001
-From: Ricardo Mones rica...@mones.org
-Date: Tue, 28 Oct 2014 16:59:16 +0100
-Subject: [PATCH] Fix categories and recover keywords in desktop file
-

- claws-mail.desktop |3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/claws-mail.desktop b/claws-mail.desktop
-index 116c9cb..df0bb00 100644
 a/claws-mail.desktop
-+++ b/claws-mail.desktop
-@@ -18,7 +18,8 @@ GenericName[sk]=Poštový klient
- GenericName[sv]=E-postklient
- Exec=claws-mail %u
- Icon=claws-mail
--Categories=Network;Office;Email;
-+Categories=Network;Email;
-+Keywords=lightweight;fast;gui;extensible;plugin;pop;pop3;imap;imap4;nntp;news;
- Comment=Lightweight and Fast GTK+ based Mail Client
- Comment[ca]=Client de correu electrònic rà pid i lleuger basat en GTK+
- Comment[cs]=Lehký a rychlý mailový klient založený na GTK+
--- 
-1.7.10.4
-
-From 44131ac697f1a55f65cf3916b0ca09ff8d3c1af8 Mon Sep 17 00:00:00 2001
-From: Ricardo Mones rica...@mones.org
-Date: Tue, 28 Oct 2014 17:20:23 +0100
-Subject: [PATCH] Recover desktop file installation
-

- Makefile.am |5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/Makefile.am b/Makefile.am
-index 6b221fc..3fdb4aa 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -34,6 +34,11 @@ pixmap64_DATA=claws-mail-64x64.png
- pixmap128dir=$(datadir)/icons/hicolor/128x128/apps
- pixmap128_DATA=claws-mail-128x128.png
- 
-+# when changing the name or location of the .desktop file,
-+# also update src/common/Makefile.am
-+gnomapdir = $(datadir)/applications
-+gnomap_DATA=claws-mail.desktop
-+
- rename-icons:
-   @cd $(DESTDIR)$(datadir)/icons/hicolor/64x64/apps  \
- mv claws-mail-64x64.png claws-mail.png
--- 
-1.7.10.4
-
-


[arch-commits] Commit in dolphinpart4 (5 files)

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 10:52:01
  Author: arojas
Revision: 242511

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  dolphinpart4/repos/
  dolphinpart4/repos/kde-unstable-i686/
  dolphinpart4/repos/kde-unstable-i686/PKGBUILD
(from rev 242510, dolphinpart4/kde-unstable/PKGBUILD)
  dolphinpart4/repos/kde-unstable-x86_64/
  dolphinpart4/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242510, dolphinpart4/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-x86_64/PKGBUILD |   42 +
 2 files changed, 84 insertions(+)

Copied: dolphinpart4/repos/kde-unstable-i686/PKGBUILD (from rev 242510, 
dolphinpart4/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-26 08:52:01 UTC (rev 242511)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=dolphinpart4
+pkgver=15.04.3
+pkgrel=1
+arch=(i686 x86_64)
+url='http://kde.org/applications/system/dolphin/'
+pkgdesc='KDE4 Dolphin KPart'
+license=(GPL LGPL FDL)
+depends=(kdebase-lib libkactivities4)
+makedepends=(cmake automoc4)
+provides=(kdebase-dolphin)
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('5f5168f3ad9d60b4dc9ba88b1d649364a0534fc6')
+
+prepare() {
+  mkdir -p build
+
+  cd kde-baseapps-$pkgver
+  sed -i '41,57d' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build/dolphin
+  make DESTDIR=$pkgdir install
+
+# provided by dolphin
+  rm -r $pkgdir/usr/{bin,lib/*.so,share/{appdata,applications,config.kcfg}}
+}

Copied: dolphinpart4/repos/kde-unstable-x86_64/PKGBUILD (from rev 242510, 
dolphinpart4/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-26 08:52:01 UTC (rev 242511)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=dolphinpart4
+pkgver=15.04.3
+pkgrel=1
+arch=(i686 x86_64)
+url='http://kde.org/applications/system/dolphin/'
+pkgdesc='KDE4 Dolphin KPart'
+license=(GPL LGPL FDL)
+depends=(kdebase-lib libkactivities4)
+makedepends=(cmake automoc4)
+provides=(kdebase-dolphin)
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('5f5168f3ad9d60b4dc9ba88b1d649364a0534fc6')
+
+prepare() {
+  mkdir -p build
+
+  cd kde-baseapps-$pkgver
+  sed -i '41,57d' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build/dolphin
+  make DESTDIR=$pkgdir install
+
+# provided by dolphin
+  rm -r $pkgdir/usr/{bin,lib/*.so,share/{appdata,applications,config.kcfg}}
+}


[arch-commits] Commit in (3 files)

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 10:50:57
  Author: arojas
Revision: 242510

Add dolphinpart4 for Konqueror 15.08

Added:
  dolphinpart4/
  dolphinpart4/kde-unstable/
  dolphinpart4/kde-unstable/PKGBUILD

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

Added: dolphinpart4/kde-unstable/PKGBUILD
===
--- dolphinpart4/kde-unstable/PKGBUILD  (rev 0)
+++ dolphinpart4/kde-unstable/PKGBUILD  2015-07-26 08:50:57 UTC (rev 242510)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=dolphinpart4
+pkgver=15.04.3
+pkgrel=1
+arch=(i686 x86_64)
+url='http://kde.org/applications/system/dolphin/'
+pkgdesc='KDE4 Dolphin KPart'
+license=(GPL LGPL FDL)
+depends=(kdebase-lib libkactivities4)
+makedepends=(cmake automoc4)
+provides=(kdebase-dolphin)
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('5f5168f3ad9d60b4dc9ba88b1d649364a0534fc6')
+
+prepare() {
+  mkdir -p build
+
+  cd kde-baseapps-$pkgver
+  sed -i '41,57d' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build/dolphin
+  make DESTDIR=$pkgdir install
+
+# provided by dolphin
+  rm -r $pkgdir/usr/{bin,lib/*.so,share/{appdata,applications,config.kcfg}}
+}


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


[arch-commits] Commit in claws-mail/repos (10 files)

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 14:20:58
  Author: andyrtr
Revision: 242518

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 242517, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 242517, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 242517, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 242517, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-i686/git_fixes.diff
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install
  claws-mail/repos/extra-x86_64/git_fixes.diff

-+
 /PKGBUILD   |  152 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   84 -
 extra-i686/claws-mail.install   |   16 
 extra-i686/git_fixes.diff   |   55 -
 extra-x86_64/PKGBUILD   |   84 -
 extra-x86_64/claws-mail.install |   16 
 extra-x86_64/git_fixes.diff |   55 -
 8 files changed, 184 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-26 12:20:39 UTC (rev 242517)
+++ extra-i686/PKGBUILD 2015-07-26 12:20:58 UTC (rev 242518)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=claws-mail
-pkgver=3.11.1
-pkgrel=4
-pkgdesc=A GTK+ based e-mail client.
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
-git_fixes.diff)
-sha1sums=('b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc'
-  'SKIP'
-  '0e1bd9d696d531040f7b15b5b6164fc44784fdfc')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 
p...@claws-mail.org
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix .desktop file creation
-  patch -Np1 -i $srcdir/git_fixes.diff
-  autoreconf -vfi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON=/usr/bin/python2
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 242517, 
claws-mail/trunk/PKGBUILD)

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

2015-07-26 Thread Sébastien Luttringer
Date: Sunday, July 26, 2015 @ 16:50:37
  Author: seblu
Revision: 137424

archrelease: copy trunk to community-any

Added:
  makepasswd/repos/community-any/PKGBUILD
(from rev 137423, makepasswd/trunk/PKGBUILD)
Deleted:
  makepasswd/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-26 14:50:18 UTC (rev 137423)
+++ PKGBUILD2015-07-26 14:50:37 UTC (rev 137424)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Travis Willard trav...@wmpub.ca
-# Contributor: Manolis Tzanidakis
-
-pkgname=makepasswd
-pkgver=1.10_9
-pkgrel=1
-pkgdesc='Generates true random passwords with the emphasis on security over 
pronounceability (Debian version)'
-arch=('any')
-url='http://packages.qa.debian.org/m/makepasswd.html'
-license=('GPL2')
-depends=('perl-passwd-md5' 'perl-crypt-openssl-random')
-source=(http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver%_*}.orig.tar.gz;
-
http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver//_/-}.diff.gz;)
-md5sums=('55842bb4c064ebcdedffb4afd5f0945a'
- '66b730bfb5393842d754190766c7f77a')
-
-prepare() {
-  patch -p1 -d $pkgname-${pkgver%_*}  ${pkgname}_${pkgver//_/-}.diff
-}
-
-package() {
-  cd $pkgname-${pkgver%_*}
-  install -D -m0755 makepasswd $pkgdir/usr/bin/makepasswd
-  install -D -m0644 makepasswd.1 $pkgdir/usr/share/man/man1/makepasswd.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: makepasswd/repos/community-any/PKGBUILD (from rev 137423, 
makepasswd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-26 14:50:37 UTC (rev 137424)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Manolis Tzanidakis
+
+pkgname=makepasswd
+pkgver=1.10_10
+pkgrel=1
+pkgdesc='Generates true random passwords with the emphasis on security over 
pronounceability (Debian version)'
+arch=('any')
+url='http://packages.qa.debian.org/m/makepasswd.html'
+license=('GPL2')
+depends=('perl-passwd-md5' 'perl-crypt-openssl-random')
+source=(http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver%_*}.orig.tar.gz;
+
http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver//_/-}.diff.gz;)
+md5sums=('55842bb4c064ebcdedffb4afd5f0945a'
+ 'e9ec121ed24c08f7b9b21b325f3a9fef')
+
+prepare() {
+  patch -p1 -d $pkgname-${pkgver%_*}  ${pkgname}_${pkgver//_/-}.diff
+}
+
+package() {
+  cd $pkgname-${pkgver%_*}
+  install -D -m0755 makepasswd $pkgdir/usr/bin/makepasswd
+  install -D -m0644 makepasswd.1 $pkgdir/usr/share/man/man1/makepasswd.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-26 Thread Sébastien Luttringer
Date: Sunday, July 26, 2015 @ 16:50:18
  Author: seblu
Revision: 137423

upgpkg: makepasswd 1.10_10-1

Modified:
  makepasswd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 14:45:17 UTC (rev 137422)
+++ PKGBUILD2015-07-26 14:50:18 UTC (rev 137423)
@@ -5,7 +5,7 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=makepasswd
-pkgver=1.10_9
+pkgver=1.10_10
 pkgrel=1
 pkgdesc='Generates true random passwords with the emphasis on security over 
pronounceability (Debian version)'
 arch=('any')
@@ -15,7 +15,7 @@
 
source=(http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver%_*}.orig.tar.gz;
 
http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver//_/-}.diff.gz;)
 md5sums=('55842bb4c064ebcdedffb4afd5f0945a'
- '66b730bfb5393842d754190766c7f77a')
+ 'e9ec121ed24c08f7b9b21b325f3a9fef')
 
 prepare() {
   patch -p1 -d $pkgname-${pkgver%_*}  ${pkgname}_${pkgver//_/-}.diff


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

2015-07-26 Thread Jaroslav Lichtblau
Date: Sunday, July 26, 2015 @ 16:45:17
  Author: jlichtblau
Revision: 137422

archrelease: copy trunk to community-x86_64

Added:
  moneymanagerex/repos/community-x86_64/PKGBUILD
(from rev 137421, moneymanagerex/trunk/PKGBUILD)
  moneymanagerex/repos/community-x86_64/moneymanagerex.install
(from rev 137421, moneymanagerex/trunk/moneymanagerex.install)
Deleted:
  moneymanagerex/repos/community-x86_64/PKGBUILD
  moneymanagerex/repos/community-x86_64/moneymanagerex.install

+
 PKGBUILD   |   76 +++
 moneymanagerex.install |   22 ++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-26 14:45:06 UTC (rev 137421)
+++ PKGBUILD2015-07-26 14:45:17 UTC (rev 137422)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: TDY t...@gmx.com
-
-pkgname=moneymanagerex
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=An easy-to-use personal finance suite
-arch=('i686' 'x86_64')
-url=http://www.moneymanagerex.org/;
-license=('GPL')
-depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-install=$pkgname.install
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd ${srcdir}/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd ${srcdir}/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-
-  make DESTDIR=${pkgdir} install
-}

Copied: moneymanagerex/repos/community-x86_64/PKGBUILD (from rev 137421, 
moneymanagerex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-26 14:45:17 UTC (rev 137422)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: TDY t...@gmx.com
+
+pkgname=moneymanagerex
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=An easy-to-use personal finance suite
+arch=('i686' 'x86_64')
+url=http://www.moneymanagerex.org/;
+license=('GPL')
+depends=('wxsqlite3' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+install=$pkgname.install
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#tag=v${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: moneymanagerex.install
===
--- moneymanagerex.install  2015-07-26 14:45:06 UTC (rev 137421)
+++ moneymanagerex.install  2015-07-26 14:45:17 UTC (rev 137422)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: moneymanagerex/repos/community-x86_64/moneymanagerex.install (from rev 
137421, moneymanagerex/trunk/moneymanagerex.install)
===
--- moneymanagerex.install  (rev 0)
+++ moneymanagerex.install  2015-07-26 14:45:17 UTC (rev 137422)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-07-26 Thread Jaroslav Lichtblau
Date: Sunday, July 26, 2015 @ 16:45:06
  Author: jlichtblau
Revision: 137421

upgpkg: moneymanagerex 1.2.2-1 - new upstream release

Modified:
  moneymanagerex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 14:00:04 UTC (rev 137420)
+++ PKGBUILD2015-07-26 14:45:06 UTC (rev 137421)
@@ -3,7 +3,7 @@
 # Contributor: TDY t...@gmx.com
 
 pkgname=moneymanagerex
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=An easy-to-use personal finance suite
 arch=('i686' 'x86_64')


[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 13:43:14
  Author: andyrtr
Revision: 242513

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 242512, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 242512, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-07-26 11:43:14 UTC (rev 242513)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=4.01
+_posixver=2013-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL' 'custom')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+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=('d194b5d4a381724dc291d9f36621ab2cbb51c003d72dcbd95896366db3b8d284'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  # this is included in attr
+  rm -f man5/attr.5  
+}


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

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 13:43:05
  Author: andyrtr
Revision: 242512

upgpkg: man-pages 4.01-1

upstream update 4.01

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 08:52:01 UTC (rev 242511)
+++ PKGBUILD2015-07-26 11:43:05 UTC (rev 242512)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=4.00
+pkgver=4.01
 _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=('444264eb7e3582f980ee3de073af394182ee6b9d5e03e89c55ba042dc20beba3'
+sha256sums=('d194b5d4a381724dc291d9f36621ab2cbb51c003d72dcbd95896366db3b8d284'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


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

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 14:02:54
  Author: andyrtr
Revision: 242516

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

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

---+
 testing-i686/PKGBUILD |   52 
 testing-i686/gnutls.install   |   20 +++
 testing-x86_64/PKGBUILD   |   52 
 testing-x86_64/gnutls.install |   20 +++
 4 files changed, 144 insertions(+)

Copied: gnutls/repos/testing-i686/PKGBUILD (from rev 242515, 
gnutls/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-26 12:02:54 UTC (rev 242516)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('8a119d7830b81a44faa721a6fde2a295'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # Simon Josefsson si...@josefsson.org
+   # Nikos Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11=pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # 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 {} \;
+}

Copied: gnutls/repos/testing-i686/gnutls.install (from rev 242515, 
gnutls/trunk/gnutls.install)
===
--- testing-i686/gnutls.install (rev 0)
+++ testing-i686/gnutls.install 2015-07-26 12:02:54 UTC (rev 242516)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info-6.gz gnutls.info.gz gnutls-guile.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 242515, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-26 12:02:54 UTC (rev 242516)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('8a119d7830b81a44faa721a6fde2a295'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # Simon Josefsson si...@josefsson.org
+   # Nikos Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for 

[arch-commits] Commit in syncthing/repos/community-i686 (PKGBUILD PKGBUILD)

2015-07-26 Thread Jaroslav Lichtblau
Date: Sunday, July 26, 2015 @ 16:00:04
  Author: jlichtblau
Revision: 137420

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 137419, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-26 13:57:13 UTC (rev 137419)
+++ PKGBUILD2015-07-26 14:00:04 UTC (rev 137420)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.16
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  if [ ${CARCH} == i686 ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH} == x86_64 ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#  go run build.go -no-upgrade test
-}
-
-package() {
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 137419, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-26 14:00:04 UTC (rev 137420)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.17
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  if [ ${CARCH} == i686 ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${CARCH} == x86_64 ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#  go run build.go -no-upgrade test
+}
+
+package() {
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+
+# license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+# man pages
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
+  for file in $(find . -name '*.1' -print); do
+install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
+  done
+  

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

2015-07-26 Thread Balló György
Date: Sunday, July 26, 2015 @ 17:40:54
  Author: bgyorgy
Revision: 137428

Move gobject-introspection from depends to makedepends

It's not needed on runtime.

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 15:33:59 UTC (rev 137427)
+++ PKGBUILD2015-07-26 15:40:54 UTC (rev 137428)
@@ -10,9 +10,9 @@
 arch=('any')
 url='https://github.com/gnumdk/lollypop'
 license=('GPL')
-depends=('desktop-file-utils' 'gobject-introspection' 'gtk3' 'python-cairo'
+depends=('desktop-file-utils' 'gtk3' 'python-cairo'
  'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('intltool' 'itstool' 'python')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
 optdepends=('python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'


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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 19:04:53
  Author: arojas
Revision: 137433

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

Added:
  pari-sage/repos/community-staging-i686/
  pari-sage/repos/community-staging-i686/PKGBUILD
(from rev 137432, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-i686/perl_regex.patch
(from rev 137432, pari-sage/trunk/perl_regex.patch)
  pari-sage/repos/community-staging-i686/public_memory_functions.patch
(from rev 137432, pari-sage/trunk/public_memory_functions.patch)
  pari-sage/repos/community-staging-x86_64/
  pari-sage/repos/community-staging-x86_64/PKGBUILD
(from rev 137432, pari-sage/trunk/PKGBUILD)
  pari-sage/repos/community-staging-x86_64/perl_regex.patch
(from rev 137432, pari-sage/trunk/perl_regex.patch)
  pari-sage/repos/community-staging-x86_64/public_memory_functions.patch
(from rev 137432, pari-sage/trunk/public_memory_functions.patch)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/perl_regex.patch|  201 +++
 community-staging-i686/public_memory_functions.patch   |   61 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/perl_regex.patch  |  201 +++
 community-staging-x86_64/public_memory_functions.patch |   61 
 6 files changed, 622 insertions(+)

Copied: pari-sage/repos/community-staging-i686/PKGBUILD (from rev 137432, 
pari-sage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 17:04:53 UTC (rev 137433)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Gaetan Bisson bis...@archlinux.org
+
+pkgname=pari-sage
+_pkgver=2.8-1637-g489005a
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
+url='http://pari.math.u-bordeaux.fr/'
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp readline libx11)
+makedepends=(perl texlive-core)
+optdepends=('perl: gphelp, tex2mail')
+conflicts=(pari)
+provides=(pari)
+# source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
+source=(http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
+ 'public_memory_functions.patch' 'perl_regex.patch')
+md5sums=('41936ce2dce6bd00a662bf43a772685f'
+ '9172b9faee975cd3fe0f97126ea61af8'
+ '92b24f7e61c6268a4978636b819fba78')
+
+prepare() {
+  cd pari-${_pkgver}
+
+# make some private functions public
+  patch -p1 -i $srcdir/public_memory_functions.patch
+# fix doc build with Perl 5.22
+  patch -p1 -i $srcdir/perl_regex.patch
+}
+
+build() {
+   cd pari-${_pkgver}
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+package() {
+   cd pari-${_pkgver}
+   make DESTDIR=$pkgdir install
+   ln -sf gp.1.gz $pkgdir/usr/share/man/man1/pari.1
+}

Copied: pari-sage/repos/community-staging-i686/perl_regex.patch (from rev 
137432, pari-sage/trunk/perl_regex.patch)
===
--- community-staging-i686/perl_regex.patch (rev 0)
+++ community-staging-i686/perl_regex.patch 2015-07-26 17:04:53 UTC (rev 
137433)
@@ -0,0 +1,201 @@
+commit 257750686ae1fe928a2b4b489844c1b57a108bd3
+Author: Karim Belabas karim.bela...@math.u-bordeaux1.fr
+Date:   Tue Jul 14 15:23:42 2015 +0200
+
+doc_make: escape all {} in regexps [ perl-5.22 warns on these = fatal
+
+diff --git a/src/desc/doc_make b/src/desc/doc_make
+index bb41bc9..8521a9d 100755
+--- a/src/desc/doc_make
 b/src/desc/doc_make
+@@ -38,13 +38,13 @@ while (FILE)
+ $v =~ s/\[\]/[\\,]/g;
+ $v =~ s/(\w\w+)/\\var{$1}/g;
+ $v =~ s/\^([a-z])/\\hbox{\\kbd{\\pow}}$1/g;
+-$v =~ s/\\var{flag}/\\fl/g;
+-$v =~ s/\\var{(\d+)}/{$1}/g;
++$v =~ s/\\var\{flag\}/\\fl/g;
++$v =~ s/\\var\{(\d+)\}/{$1}/g;
+ $v =~ s/_/\\_/g; # don't merge with first subst: \var{} rule kills it
+ 
+ $v = \$($v)\$;
+   }
+-  if ($doc !~ /\\syn\w*{/  $sec !~ /programming\/control/) {
++  if ($doc !~ /\\syn\w*\{/  $sec !~ /programming\/control/) {
+ $doc .= library_syntax($fun, $args);
+   }
+   s/_def_//;
+commit 742c70e505a7e75128720f619d63e882c03e9346
+Author: Karim Belabas karim.bela...@math.u-bordeaux1.fr
+Date:   Tue Jul 14 13:20:07 2015 +0200
+
+gphelp: escape all {} in regexps [ perl-5.22 warns on these = fatal ]
+
+diff --git a/doc/gphelp.in b/doc/gphelp.in
+index 00ff6bd..89f2768 100755
+--- a/doc/gphelp.in
 b/doc/gphelp.in
+@@ -298,7 +298,7 @@ sub treat 

[arch-commits] Commit in sagemath/trunk (8 files)

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 20:52:28
  Author: arojas
Revision: 137440

Update to 6.8
Disable fes module, doesn't compile

Added:
  sagemath/trunk/disable-fes.patch
Modified:
  sagemath/trunk/PKGBUILD
  sagemath/trunk/clean.patch
  sagemath/trunk/env.patch
  sagemath/trunk/package.patch
  sagemath/trunk/paths.patch
Deleted:
  sagemath/trunk/fes02.patch
  sagemath/trunk/ntl9.patch

---+
 PKGBUILD  |   82 ++-
 clean.patch   |5 -
 disable-fes.patch |   19 +
 env.patch |   28 
 fes02.patch   |   45 -
 ntl9.patch|  178 
 package.patch |   12 +--
 paths.patch   |6 +
 8 files changed, 82 insertions(+), 293 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 17:26:27 UTC (rev 137439)
+++ PKGBUILD2015-07-26 18:52:28 UTC (rev 137440)
@@ -8,47 +8,44 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sagemath
-pkgver=6.7
-pkgrel=3
+pkgver=6.8
+pkgrel=1
 pkgdesc=Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://www.sagemath.org;
-license=('GPL')
-depends=('ipython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 'singular' 
'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2'
-  'python2-matplotlib' 'python2-scipy' 'python2-sympy' 'python2-networkx' 
'libgap' 'gap' 'flintqs' 'lcalc' 'lrcalc'
-  'eclib' 'gmp-ecm' 'zn_poly' 'gd' 'python2-cvxopt' 'pynac' 'linbox' 'gsl' 
'rubiks' 'pari-galdata' 'pari-seadata-small'
-  'sage-data-combinatorial_designs' 'sage-data-elliptic_curves' 
'sage-data-graphs' 'sage-data-polytopes_db' 'sage-data-conway_polynomials')
+license=(GPL)
+depends=(ipython2 ppl glpk mpfi palp polybori singular libcliquer maxima-ecl 
gfan sympow tachyon python2-rpy2
+  python2-matplotlib python2-scipy python2-sympy python2-networkx libgap gap 
flintqs lcalc lrcalc
+  eclib gmp-ecm zn_poly gd python2-cvxopt pynac linbox gsl rubiks pari-galdata 
pari-seadata-small planarity rankwidth
+  sage-data-combinatorial_designs sage-data-elliptic_curves sage-data-graphs 
sage-data-polytopes_db sage-data-conway_polynomials)
 optdepends=('cython2: to compile cython code' 'jmol: 3D plots' 'sage-notebook: 
Browser-based (flask) notebook interface'
-  'sagemath-doc: Documentation and inline help' 'sagemath-src: source files 
needed to build cython code'
-  'ipython2-notebook: IPython notebook interface' 'mathjax: IPython notebook 
interface'
+  'sagemath-doc: Documentation and inline help' 'ipython2-notebook: IPython 
notebook interface' 'mathjax: IPython notebook interface'
   'coin-or-cbc: COIN backend for numerical computations' 'nauty: for 
generating some classes of graphs'
   'buckygen: for generating fullerene graphs' 'plantri: for generating some 
classes of graphs' 'benzene: for generating fusenes and benzenoids'
-  'libfes: exhaustive search of solutions for boolean polynomial systems' 
'modular_decomposition: modular decomposition of graphs'
+  'modular_decomposition: modular decomposition of graphs'
   'lrs: Algorithms for linear reverse search used in game theory and for 
computing volume of polytopes' 'imagemagick: to show animations'
   'coxeter3: Coxeter groups implementation' 'cryptominisat: SAT solver' 'arb: 
floating-point ball arithmetic')
-makedepends=('cython2-devel' 'boost' 'scons' 'ratpoints' 'symmetrica' 
'fflas-ffpack' 'python2-jinja' 'coin-or-cbc'
-  'mcqd' 'libfes' 'coxeter3' 'cryptominisat' 'arb' 'modular_decomposition' 
'bliss-graphs')
-conflicts=('sage-mathematics')
-replaces=('sage-mathematics')
-provides=('sage-mathematics')
+makedepends=(cython2-devel boost ratpoints symmetrica fflas-ffpack 
python2-jinja coin-or-cbc
+  mcqd coxeter3 cryptominisat arb modular_decomposition bliss-graphs) # libfes
+conflicts=(sage-mathematics)
+replaces=(sage-mathematics)
+provides=(sage-mathematics)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
 
 # http://www.sagemath.org/packages/upstream/pexpect/pexpect-2.0.tar.bz2; 
 http://mirrors.mit.edu/sage/spkg/upstream/pexpect/pexpect-2.0.tar.bz2;
-'anal.h' 'package.patch' 'c_lib.patch' 'env.patch' 'paths.patch' 'clean.patch' 
'skip-check.patch' 
-'pexpect-env.patch' 'pexpect-del.patch' 'fes02.patch' 'ntl9.patch')
-md5sums=('df744e882a4b25b42dd8347e202cd497'
+'anal.h' 'package.patch' 'env.patch' 'paths.patch' 'clean.patch' 
'skip-check.patch' 
+'pexpect-env.patch' 'pexpect-del.patch' 'disable-fes.patch')
+md5sums=('943780ef4460e38f28fefe95e3138981'
  'd9a3e113ed147dcee8f89962a8dccd43'
  'a906a180d198186a39820b0a2f9a9c63'
- '0eb5ac1537aac93bd67a2925c0cfd84d'
- 'c452558d3496b07be472dad57195d45d'
- '3fc9a5bb250896533365c30c2b926e3c'
- '020bdb34b6fc0f2c9f46341bdb79937a'
- 

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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 20:53:47
  Author: arojas
Revision: 137441

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 137440, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/anal.h
(from rev 137440, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-i686/c_lib.patch
(from rev 137440, sagemath/trunk/c_lib.patch)
  sagemath/repos/community-staging-i686/clean.patch
(from rev 137440, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 137440, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 137440, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 137440, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/paths.patch
(from rev 137440, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-i686/pexpect-del.patch
(from rev 137440, sagemath/trunk/pexpect-del.patch)
  sagemath/repos/community-staging-i686/pexpect-env.patch
(from rev 137440, sagemath/trunk/pexpect-env.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 137440, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 137440, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/anal.h
(from rev 137440, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-x86_64/c_lib.patch
(from rev 137440, sagemath/trunk/c_lib.patch)
  sagemath/repos/community-staging-x86_64/clean.patch
(from rev 137440, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 137440, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 137440, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 137440, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/paths.patch
(from rev 137440, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-x86_64/pexpect-del.patch
(from rev 137440, sagemath/trunk/pexpect-del.patch)
  sagemath/repos/community-staging-x86_64/pexpect-env.patch
(from rev 137440, sagemath/trunk/pexpect-env.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 137440, sagemath/trunk/skip-check.patch)

+
 community-staging-i686/PKGBUILD|  156 +++
 community-staging-i686/anal.h  |   65 +++
 community-staging-i686/c_lib.patch |   17 ++
 community-staging-i686/clean.patch |   24 
 community-staging-i686/disable-fes.patch   |   19 +++
 community-staging-i686/env.patch   |  132 ++
 community-staging-i686/package.patch   |   11 +
 community-staging-i686/paths.patch |   37 ++
 community-staging-i686/pexpect-del.patch   |   15 ++
 community-staging-i686/pexpect-env.patch   |   32 +
 community-staging-i686/skip-check.patch|   21 +++
 community-staging-x86_64/PKGBUILD  |  156 +++
 community-staging-x86_64/anal.h|   65 +++
 community-staging-x86_64/c_lib.patch   |   17 ++
 community-staging-x86_64/clean.patch   |   24 
 community-staging-x86_64/disable-fes.patch |   19 +++
 community-staging-x86_64/env.patch |  132 ++
 community-staging-x86_64/package.patch |   11 +
 community-staging-x86_64/paths.patch   |   37 ++
 community-staging-x86_64/pexpect-del.patch |   15 ++
 community-staging-x86_64/pexpect-env.patch |   32 +
 community-staging-x86_64/skip-check.patch  |   21 +++
 22 files changed, 1058 insertions(+)

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


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

2015-07-26 Thread Balló György
Date: Sunday, July 26, 2015 @ 17:33:59
  Author: bgyorgy
Revision: 137427

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

Added:
  eom-gtk3/repos/community-i686/PKGBUILD
(from rev 137426, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-i686/eom.install
(from rev 137426, eom-gtk3/trunk/eom.install)
  eom-gtk3/repos/community-x86_64/PKGBUILD
(from rev 137426, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-x86_64/eom.install
(from rev 137426, eom-gtk3/trunk/eom.install)
Deleted:
  eom-gtk3/repos/community-i686/PKGBUILD
  eom-gtk3/repos/community-i686/eom.install
  eom-gtk3/repos/community-x86_64/PKGBUILD
  eom-gtk3/repos/community-x86_64/eom.install

--+
 /PKGBUILD|   76 +
 /eom.install |   26 ++
 community-i686/PKGBUILD  |   38 
 community-i686/eom.install   |   13 ---
 community-x86_64/PKGBUILD|   38 
 community-x86_64/eom.install |   13 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-26 15:33:51 UTC (rev 137426)
+++ community-i686/PKGBUILD 2015-07-26 15:33:59 UTC (rev 137427)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=eom
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.3
-pkgrel=1
-pkgdesc=An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 
'exempi'
- 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3=1.10'
- 'mate-icon-theme' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---localstatedir=/var \
---with-gtk=3.0 \
---with-librsvg \
---disable-python
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: eom-gtk3/repos/community-i686/PKGBUILD (from rev 137426, 
eom-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-26 15:33:59 UTC (rev 137427)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.3
+pkgrel=2
+pkgdesc=An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime' 
'gtk3' 'exempi'
+ 'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3=1.10'
+ 'mate-icon-theme' 'startup-notification' 'zlib')
+makedepends=('mate-common' 'gobject-introspection' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b5c4b9a921183af37cfdf7cc91c3144138c6b2d5')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--with-librsvg \
+--disable-python
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/eom.install
===
--- community-i686/eom.install  2015-07-26 15:33:51 UTC (rev 137426)
+++ community-i686/eom.install  2015-07-26 15:33:59 UTC (rev 137427)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: eom-gtk3/repos/community-i686/eom.install (from rev 137426, 
eom-gtk3/trunk/eom.install)
===
--- community-i686/eom.install  (rev 0)
+++ community-i686/eom.install  2015-07-26 15:33:59 UTC (rev 137427)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+

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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 22:56:59
  Author: arojas
Revision: 137457

archrelease: copy trunk to community-testing-any

Added:
  sagemath-doc/repos/community-testing-any/
  sagemath-doc/repos/community-testing-any/PKGBUILD
(from rev 137456, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-testing-any/disable-fes.patch
(from rev 137456, sagemath-doc/trunk/disable-fes.patch)
  sagemath-doc/repos/community-testing-any/package.patch
(from rev 137456, sagemath-doc/trunk/package.patch)
  sagemath-doc/repos/community-testing-any/paths.patch
(from rev 137456, sagemath-doc/trunk/paths.patch)
  sagemath-doc/repos/community-testing-any/sphinx-1.3.patch
(from rev 137456, sagemath-doc/trunk/sphinx-1.3.patch)

---+
 PKGBUILD  |   88 +++
 disable-fes.patch |   19 
 package.patch |   11 
 paths.patch   |   37 +
 sphinx-1.3.patch  | 1390 
 5 files changed, 1545 insertions(+)

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


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

2015-07-26 Thread Sébastien Luttringer
Date: Sunday, July 26, 2015 @ 19:25:24
  Author: seblu
Revision: 137438

upgpkg: linux-tools 4.1-3

- implement FS#45623

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 17:22:43 UTC (rev 137437)
+++ PKGBUILD2015-07-26 17:25:24 UTC (rev 137438)
@@ -14,7 +14,7 @@
   'x86_energy_perf_policy'
 )
 pkgver=4.1
-pkgrel=1
+pkgrel=3
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -23,7 +23,7 @@
 # kernel source deps
 makedepends=('asciidoc' 'xmlto')
 # perf deps
-makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl' 
'audit')
+makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
 # cpupower deps
 makedepends+=('pciutils')
 # usbip deps
@@ -74,7 +74,6 @@
 perfexecdir='lib/perf' \
 PYTHON=python2 \
 PYTHON_CONFIG=python2-config \
-NO_GTK2=1 \
 PERF_VERSION=$pkgver-$pkgrel \
 all man
   popd
@@ -145,6 +144,7 @@
   pkgdesc='Linux kernel performance auditing tool'
   depends=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'binutils'
'numactl' 'audit')
+  optdepends=('gtk2: support GTK2 browser for perf report')
 
   cd linux-$pkgver/tools/perf
   make \
@@ -153,7 +153,6 @@
 perfexecdir='lib/perf' \
 PYTHON=python2 \
 PYTHON_CONFIG=python2-config \
-NO_GTK2=1 \
 PERF_VERSION=$pkgver-$pkgrel \
 install install-man
   # move completion in new directory


[arch-commits] Commit in sagemath-doc/trunk (7 files)

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 21:15:17
  Author: arojas
Revision: 137449

Update to 6.8

Added:
  sagemath-doc/trunk/disable-fes.patch
  sagemath-doc/trunk/sphinx-1.3.patch
Modified:
  sagemath-doc/trunk/PKGBUILD
  sagemath-doc/trunk/package.patch
  sagemath-doc/trunk/paths.patch
Deleted:
  sagemath-doc/trunk/fes02.patch
  sagemath-doc/trunk/ntl9.patch

---+
 PKGBUILD  |   31 -
 disable-fes.patch |   19 
 fes02.patch   |   45 -
 ntl9.patch|  178 --
 package.patch |   12 
 paths.patch   |6 
 sphinx-1.3.patch  | 1390 
 7 files changed, 1434 insertions(+), 247 deletions(-)

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


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

2015-07-26 Thread Fabio Castelli
Date: Sunday, July 26, 2015 @ 21:19:43
  Author: muflone
Revision: 137451

archrelease: copy trunk to community-testing-any

Added:
  sweethome3d/repos/community-testing-any/
  sweethome3d/repos/community-testing-any/PKGBUILD
(from rev 137450, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-testing-any/sweethome3d.desktop
(from rev 137450, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-testing-any/sweethome3d.install
(from rev 137450, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-testing-any/sweethome3d.sh
(from rev 137450, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-testing-any/sweethome3d.xml
(from rev 137450, sweethome3d/trunk/sweethome3d.xml)

-+
 PKGBUILD|   34 ++
 sweethome3d.desktop |   11 +++
 sweethome3d.install |   13 +
 sweethome3d.sh  |   25 +
 4 files changed, 83 insertions(+)

Copied: sweethome3d/repos/community-testing-any/PKGBUILD (from rev 137450, 
sweethome3d/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-07-26 19:19:43 UTC (rev 137451)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel mail at jsteel dot org
+# Contributor: Daniel YC Lin dlin.tw at gmail
+# Contributor: Tdy  t...@gmx.com
+# Contributor: Biginoz biginoz at free.fr
+# Contributor: Archan Paul paul.arc...@gmail.com
+
+pkgname=sweethome3d
+pkgver=5.0
+pkgrel=1
+pkgdesc=An interior design application to draw the plan of your house in a 3D 
environment
+arch=('any')
+url=http://www.sweethome3d.com/;
+license=('GPL')
+depends=('java-runtime' 'shared-mime-info' 'desktop-file-utils')
+source=(http://www.sweethome3d.com/downloads/SweetHome3D-${pkgver}.jar;
+${pkgname}.sh
+${pkgname}.desktop
+${pkgname}.xml)
+sha256sums=('c6d079227cc4545a7ff472209e20c88bffbda522cfdbb44b03870e2f580bf5b3'
+'0cbe84d4db89efd31254a034729f58cf2dd6d415210083584748049ccba0893a'
+'05e7f1a60753a7236faeb115ee42764f01a353107b9f3dc200b18b0856d4b7bd'
+'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
+install=${pkgname}.install
+
+package() {
+  cd ${srcdir}
+  install -D -m 644 SweetHome3D-${pkgver}.jar 
${pkgdir}/usr/share/java/${pkgname}.jar
+  install -D -m 644 
com/eteks/sweethome3d/viewcontroller/resources/help/images/applicationIcon.png
 ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+  install -D -m 755 ${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -D -m 644 ${pkgname}.xml 
${pkgdir}/usr/share/mime/packages/${pkgname}.xml
+  install -D -m 755 ${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
+}

Copied: sweethome3d/repos/community-testing-any/sweethome3d.desktop (from rev 
137450, sweethome3d/trunk/sweethome3d.desktop)
===
--- community-testing-any/sweethome3d.desktop   (rev 0)
+++ community-testing-any/sweethome3d.desktop   2015-07-26 19:19:43 UTC (rev 
137451)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Sweet Home 3D
+Comment=An interior design application
+TryExec=sweethome3d
+Exec=sweethome3d %f
+Icon=sweethome3d
+Categories=Office;Java;
+StartupWMClass=com-eteks-sweethome3d-SweetHome3DBootstrap
+MimeType=application/x-sweethome3d

Copied: sweethome3d/repos/community-testing-any/sweethome3d.install (from rev 
137450, sweethome3d/trunk/sweethome3d.install)
===
--- community-testing-any/sweethome3d.install   (rev 0)
+++ community-testing-any/sweethome3d.install   2015-07-26 19:19:43 UTC (rev 
137451)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+

Copied: sweethome3d/repos/community-testing-any/sweethome3d.sh (from rev 
137450, sweethome3d/trunk/sweethome3d.sh)
===
--- community-testing-any/sweethome3d.sh(rev 0)
+++ community-testing-any/sweethome3d.sh2015-07-26 19:19:43 UTC (rev 
137451)
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+JAVA_EXEC=
+APP_ARGS=
+
+if [ -n $JAVA_HOME ]; then
+  if [ -x $JAVA_HOME/bin/java ]; then
+JAVA_EXEC=$JAVA_HOME/bin/java
+  fi
+else
+  JAVA_EXEC=$(which java)
+fi
+
+if [ -z $JAVA_EXEC ]; then
+  echo No 'java' executable can be found, please set JAVA_HOME variable or
+  echo use the 'archlinux-java' script to set the Java version.
+  exit 1
+fi
+
+if [ $# -gt 0 ]
+then
+  APP_ARGS=-open $@
+fi
+
+$JAVA_EXEC -jar /usr/share/java/sweethome3d.jar $APP_ARGS

Copied: 

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

2015-07-26 Thread Ray Rashif
Date: Sunday, July 26, 2015 @ 21:46:57
  Author: schiv
Revision: 137455

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

Added:
  linuxsampler/repos/community-staging-i686/
  linuxsampler/repos/community-staging-i686/PKGBUILD
(from rev 137454, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-staging-i686/license.txt
(from rev 137454, linuxsampler/trunk/license.txt)
  linuxsampler/repos/community-staging-x86_64/
  linuxsampler/repos/community-staging-x86_64/PKGBUILD
(from rev 137454, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-staging-x86_64/license.txt
(from rev 137454, linuxsampler/trunk/license.txt)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/license.txt   |7 ++
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/license.txt |7 ++
 4 files changed, 90 insertions(+)

Copied: linuxsampler/repos/community-staging-i686/PKGBUILD (from rev 137454, 
linuxsampler/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 19:46:57 UTC (rev 137455)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=linuxsampler
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=Professional-grade audio sampler alternative to Gigasampler
+arch=('i686' 'x86_64')
+url=http://www.linuxsampler.org/;
+license=('GPL' 'custom:exception')
+depends=('libgig=4' 'jack' 'sqlite')
+makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
+options=('libtool') # do NOT slay libtool; required by gigedit
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;
+'license.txt')
+md5sums=('ddf4208c9b23f8832ad15c2adf974140'
+ '746c1421eb9f6812b5fa411bfb923c75')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install GPL exception statement
+  install -Dm644 $srcdir/license.txt \
+$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
+}
+
+# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-staging-i686/license.txt (from rev 137454, 
linuxsampler/trunk/license.txt)
===
--- community-staging-i686/license.txt  (rev 0)
+++ community-staging-i686/license.txt  2015-07-26 19:46:57 UTC (rev 137455)
@@ -0,0 +1,7 @@
+LinuxSampler is licensed under the GNU GPL with the exception that
+USAGE of the source code, libraries and applications
+FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
+prior written permission by the LinuxSampler authors.
+
+If you have questions on the subject, that are not yet covered by
+the FAQ, please contact us.

Copied: linuxsampler/repos/community-staging-x86_64/PKGBUILD (from rev 137454, 
linuxsampler/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-26 19:46:57 UTC (rev 137455)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=linuxsampler
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=Professional-grade audio sampler alternative to Gigasampler
+arch=('i686' 'x86_64')
+url=http://www.linuxsampler.org/;
+license=('GPL' 'custom:exception')
+depends=('libgig=4' 'jack' 'sqlite')
+makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
+options=('libtool') # do NOT slay libtool; required by gigedit
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;
+'license.txt')
+md5sums=('ddf4208c9b23f8832ad15c2adf974140'
+ '746c1421eb9f6812b5fa411bfb923c75')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install GPL exception statement
+  install -Dm644 $srcdir/license.txt \
+$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
+}
+
+# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-staging-x86_64/license.txt (from rev 
137454, linuxsampler/trunk/license.txt)
===
--- community-staging-x86_64/license.txt(rev 0)
+++ community-staging-x86_64/license.txt2015-07-26 19:46:57 UTC (rev 
137455)
@@ -0,0 +1,7 @@
+LinuxSampler is licensed under the GNU GPL with the exception that
+USAGE of the source code, libraries and 

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

2015-07-26 Thread Ray Rashif
Date: Sunday, July 26, 2015 @ 21:44:47
  Author: schiv
Revision: 137453

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

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

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

Copied: libgig/repos/community-staging-i686/PKGBUILD (from rev 137452, 
libgig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 19:44:47 UTC (rev 137453)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=libgig
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=C++ library for loading Gigasampler and DLS files
+arch=('i686' 'x86_64')
+url=http://www.linuxsampler.org/libgig/;
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+#options=('!makeflags') # code chokes on parallel build
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the 
heads-up)
+  install -m0755 -d $pkgdir/etc/ld.so.conf.d
+  echo /usr/lib/$pkgname  $pkgdir/etc/ld.so.conf.d/$pkgname.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgig/repos/community-staging-x86_64/PKGBUILD (from rev 137452, 
libgig/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-26 19:44:47 UTC (rev 137453)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=libgig
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=C++ library for loading Gigasampler and DLS files
+arch=('i686' 'x86_64')
+url=http://www.linuxsampler.org/libgig/;
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+#options=('!makeflags') # code chokes on parallel build
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the 
heads-up)
+  install -m0755 -d $pkgdir/etc/ld.so.conf.d
+  echo /usr/lib/$pkgname  $pkgdir/etc/ld.so.conf.d/$pkgname.conf
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-26 Thread Ray Rashif
Date: Sunday, July 26, 2015 @ 21:46:07
  Author: schiv
Revision: 137454

upgpkg: linuxsampler 2.0.0-1

upstream release; linuxsampler suite rebuild

Modified:
  linuxsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 19:44:47 UTC (rev 137453)
+++ PKGBUILD2015-07-26 19:46:07 UTC (rev 137454)
@@ -4,27 +4,20 @@
 # Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=linuxsampler
-pkgver=1.0.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc=Professional-grade audio sampler alternative to Gigasampler
 arch=('i686' 'x86_64')
 url=http://www.linuxsampler.org/;
 license=('GPL' 'custom:exception')
-depends=('libgig' 'jack' 'sqlite')
+depends=('libgig=4' 'jack' 'sqlite')
 makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
 options=('libtool') # do NOT slay libtool; required by gigedit
 source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;
 'license.txt')
-md5sums=('a97136791a3228d840b006e5481fc39d'
+md5sums=('ddf4208c9b23f8832ad15c2adf974140'
  '746c1421eb9f6812b5fa411bfb923c75')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix compile error with compiler's suggestion
-  sed -i 's/append(element)/this-append(element)/' src/common/Pool.h
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 


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

2015-07-26 Thread Alexander Rødseth
Date: Sunday, July 26, 2015 @ 23:31:58
  Author: arodseth
Revision: 137458

upgpkg: geany 1.25-1

Modified:
  geany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 20:56:59 UTC (rev 137457)
+++ PKGBUILD2015-07-26 21:31:58 UTC (rev 137458)
@@ -6,7 +6,7 @@
 # Contributor: Allan McRae mcrae_al...@hotmail.com
 
 pkgname=geany
-pkgver=1.24.1
+pkgver=1.25
 pkgrel=1
 pkgdesc='Fast and lightweight IDE'
 arch=('x86_64' 'i686')
@@ -19,7 +19,7 @@
 'python2')
 install=$pkgname.install
 source=(http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33')
+sha256sums=('8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -45,4 +45,5 @@
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
 
+# getver: geany.org/Download/Releases
 # vim:set ts=2 sw=2 et:


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

2015-07-26 Thread Alexander Rødseth
Date: Sunday, July 26, 2015 @ 23:32:11
  Author: arodseth
Revision: 137459

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

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

+
 /PKGBUILD  |   98 +++
 /geany.install |   28 +++
 community-i686/PKGBUILD|   48 ---
 community-i686/geany.install   |   14 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/geany.install |   14 -
 6 files changed, 126 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-26 21:31:58 UTC (rev 137458)
+++ community-i686/PKGBUILD 2015-07-26 21:32:11 UTC (rev 137459)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org 
-# Contributor: Ionut Biru  ib...@archlinux.ro
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-
-pkgname=geany
-pkgver=1.24.1
-pkgrel=1
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64' 'i686')
-url='http://www.geany.org/'
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('perl-xml-parser' 'setconf' 'intltool')
-optdepends=('geany-plugins: various extra features'
-'vte: terminal support'
-'python2')
-install=$pkgname.install
-source=(http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-   sed -i '0,/on/s//on2/' data/templates/files/main.py
-
-  # Syntax highlighting for PKGBUILD files
-  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-
-  # Fix for FS#10318
-  setconf geany.desktop MimeType ''
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/PKGBUILD (from rev 137458, 
geany/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-26 21:32:11 UTC (rev 137459)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Ionut Biru  ib...@archlinux.ro
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+
+pkgname=geany
+pkgver=1.25
+pkgrel=1
+pkgdesc='Fast and lightweight IDE'
+arch=('x86_64' 'i686')
+url='http://www.geany.org/'
+license=('GPL')
+depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('perl-xml-parser' 'setconf' 'intltool')
+optdepends=('geany-plugins: various extra features'
+'vte: terminal support'
+'python2')
+install=$pkgname.install
+source=(http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+   sed -i '0,/on/s//on2/' data/templates/files/main.py
+
+  # Syntax highlighting for PKGBUILD files
+  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+
+  # Fix for FS#10318
+  setconf geany.desktop MimeType ''
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# getver: geany.org/Download/Releases
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany.install
===
--- community-i686/geany.install2015-07-26 21:31:58 UTC (rev 137458)
+++ community-i686/geany.install2015-07-26 21:32:11 UTC (rev 137459)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/geany.install (from rev 137458, 
geany/trunk/geany.install)
===
--- community-i686/geany.install(rev 0)
+++ community-i686/geany.install  

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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 22:56:37
  Author: arojas
Revision: 137456

upgpkg: sagemath-doc 6.8-1

Modified:
  sagemath-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 19:46:57 UTC (rev 137455)
+++ PKGBUILD2015-07-26 20:56:37 UTC (rev 137456)
@@ -43,7 +43,7 @@
 # disable fes module, fails to build
   patch -p0 -i ../disable-fes.patch
 # fix build with Sphinx 1.3 http://trac.sagemath.org/ticket/18497
-  patch -p1 -i ../sphinx-1.3.patch
+#  patch -p1 -i ../sphinx-1.3.patch
 
 # use python2
   sed -e 's|cython %s %s|cython2 %s %s|' -e 's|python setup.py|python2 
setup.py|' -i src/sage/misc/cython.py


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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 19:17:09
  Author: arojas
Revision: 137435

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

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 137434, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-i686/lapack.patch
(from rev 137434, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-i686/linbox-fplll.patch
(from rev 137434, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-i686/underlink.patch
(from rev 137434, linbox/trunk/underlink.patch)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 137434, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/lapack.patch
(from rev 137434, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
(from rev 137434, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-x86_64/underlink.patch
(from rev 137434, linbox/trunk/underlink.patch)
Deleted:
  linbox/repos/community-staging-i686/PKGBUILD
  linbox/repos/community-staging-i686/lapack.patch
  linbox/repos/community-staging-i686/linbox-fplll.patch
  linbox/repos/community-staging-i686/underlink.patch
  linbox/repos/community-staging-x86_64/PKGBUILD
  linbox/repos/community-staging-x86_64/lapack.patch
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
  linbox/repos/community-staging-x86_64/underlink.patch

-+
 /PKGBUILD   |  102 +++
 /lapack.patch   |   44 ++
 /linbox-fplll.patch |  174 ++
 /underlink.patch|   82 
 community-staging-i686/PKGBUILD |   51 ---
 community-staging-i686/lapack.patch |   22 ---
 community-staging-i686/linbox-fplll.patch   |   87 -
 community-staging-i686/underlink.patch  |   41 --
 community-staging-x86_64/PKGBUILD   |   51 ---
 community-staging-x86_64/lapack.patch   |   22 ---
 community-staging-x86_64/linbox-fplll.patch |   87 -
 community-staging-x86_64/underlink.patch|   41 --
 12 files changed, 402 insertions(+), 402 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-07-10 19:35:54 UTC (rev 136670)
+++ community-staging-i686/PKGBUILD 2015-07-26 17:17:09 UTC (rev 137435)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  nqn7...@gmail.com 
-
-pkgname=linbox
-pkgver=1.3.2
-pkgrel=5
-pkgdesc=A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields
-arch=(i686 x86_64)
-url=http://linalg.org/;
-license=(LGPL)
-depends=(m4rie lapack ntl libfplll iml givaro) 
-makedepends=(fflas-ffpack)
-source=(http://linalg.org/$pkgname-$pkgver.tar.gz; 'linbox-fplll.patch' 
'underlink.patch' 'lapack.patch')
-md5sums=('67c80345c8c3e93d213f2d7d37d8c9af'
- '76fbb525cceff1dd74a7c1892ca965d0'
- '731a6b17c40a56e38fef79e03391e0b5'
- '3525650c88f9a2809214216b914f4f46')
-
-prepare() {
-  cd $pkgname-$pkgver
-# fix build with newer givaro
-  sed -i 's|version_max=30800|version_max=30900|' configure
-# fix libfplll support - Fedora patch
-  patch -p0 -i ../linbox-fplll.patch
-# fix underlink - Fedora patch
-  patch -p0 -i ../underlink.patch
-# fix detecting lapack support in fflas-ffpack
-  patch -p0 -i ../lapack.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS=$CFLAGS -g -fPIC
-  export CXXFLAGS=$CXXFLAGS -g -fPIC
-  export LDFLAGS=$LDFLAGS -L/usr/lib
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 137434, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 17:17:09 UTC (rev 137435)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Antonio Rojas  nqn7...@gmail.com 
+
+pkgname=linbox
+pkgver=1.3.2
+pkgrel=5
+pkgdesc=A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields
+arch=(i686 x86_64)
+url=http://linalg.org/;
+license=(LGPL)
+depends=(m4rie lapack ntl libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=(http://linalg.org/$pkgname-$pkgver.tar.gz; 'linbox-fplll.patch' 
'underlink.patch' 'lapack.patch')
+md5sums=('67c80345c8c3e93d213f2d7d37d8c9af'
+ 

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

2015-07-26 Thread Fabio Castelli
Date: Sunday, July 26, 2015 @ 21:19:30
  Author: muflone
Revision: 137450

upgpkg: sweethome3d 5.0-1

Modified:
  sweethome3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 19:15:17 UTC (rev 137449)
+++ PKGBUILD2015-07-26 19:19:30 UTC (rev 137450)
@@ -7,18 +7,18 @@
 # Contributor: Archan Paul paul.arc...@gmail.com
 
 pkgname=sweethome3d
-pkgver=4.6
-pkgrel=2
+pkgver=5.0
+pkgrel=1
 pkgdesc=An interior design application to draw the plan of your house in a 3D 
environment
 arch=('any')
 url=http://www.sweethome3d.com/;
 license=('GPL')
 depends=('java-runtime' 'shared-mime-info' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}.jar;
+source=(http://www.sweethome3d.com/downloads/SweetHome3D-${pkgver}.jar;
 ${pkgname}.sh
 ${pkgname}.desktop
 ${pkgname}.xml)
-sha256sums=('47928511dc79906ba8cc2439fc0cb3cf5ed80274ae5b33f5278243e807752d98'
+sha256sums=('c6d079227cc4545a7ff472209e20c88bffbda522cfdbb44b03870e2f580bf5b3'
 '0cbe84d4db89efd31254a034729f58cf2dd6d415210083584748049ccba0893a'
 '05e7f1a60753a7236faeb115ee42764f01a353107b9f3dc200b18b0856d4b7bd'
 'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')


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

2015-07-26 Thread Ray Rashif
Date: Sunday, July 26, 2015 @ 21:43:36
  Author: schiv
Revision: 137452

upgpkg: libgig 4.0.0-1

upstream release; linuxsampler suite rebuild

Modified:
  libgig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 19:19:43 UTC (rev 137451)
+++ PKGBUILD2015-07-26 19:43:36 UTC (rev 137452)
@@ -4,16 +4,16 @@
 # Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=libgig
-pkgver=3.3.0
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
 pkgdesc=C++ library for loading Gigasampler and DLS files
 arch=('i686' 'x86_64')
 url=http://www.linuxsampler.org/libgig/;
 license=('GPL')
 depends=('util-linux' 'libsndfile')
-options=('!makeflags') # code chokes on parallel build
+#options=('!makeflags') # code chokes on parallel build
 source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2;)
-md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -26,6 +26,10 @@
   cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the 
heads-up)
+  install -m0755 -d $pkgdir/etc/ld.so.conf.d
+  echo /usr/lib/$pkgname  $pkgdir/etc/ld.so.conf.d/$pkgname.conf
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-07-26 Thread Balló György
Date: Sunday, July 26, 2015 @ 17:33:51
  Author: bgyorgy
Revision: 137426

upgpkg: eom-gtk3 1.10.3-2

Move gobject-introspection to makedepends

Modified:
  eom-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 15:03:19 UTC (rev 137425)
+++ PKGBUILD2015-07-26 15:33:51 UTC (rev 137426)
@@ -5,15 +5,15 @@
 _pkgbase=eom
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.3
-pkgrel=1
+pkgrel=2
 pkgdesc=An image viewing and cataloging program for MATE (GTK3 version 
[EXPERIMENTAL])
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection' 'gtk3' 
'exempi'
+depends=('dbus-glib' 'desktop-file-utils' 'gobject-introspection-runtime' 
'gtk3' 'exempi'
  'lcms2' 'libexif' 'libjpeg-turbo' 'librsvg' 'mate-desktop-gtk3=1.10'
  'mate-icon-theme' 'startup-notification' 'zlib')
-makedepends=('mate-common' 'yelp-tools')
+makedepends=('mate-common' 'gobject-introspection' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})


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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 18:46:57
  Author: arojas
Revision: 137431

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

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

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

Copied: ntl/repos/community-staging-i686/PKGBUILD (from rev 137430, 
ntl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 16:46:57 UTC (rev 137431)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Brad Conte brad AT bradconte.com
+
+pkgname=ntl
+pkgver=9.3.0
+pkgrel=1
+pkgdesc=A Library for doing Number Theory
+arch=(i686 x86_64)
+url=http://www.shoup.net/ntl/;
+license=(GPL)
+depends=(gf2x gmp)
+makedepends=()
+source=(http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e55dd4fcb3a6b4901776239ccffb2300')
+
+build() {
+  cd $pkgname-$pkgver/src
+  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NTL_GMP_LIP=on 
NTL_LEGACY_SP_MULMOD=on
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/src
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make PREFIX=$pkgdir/usr install
+}

Copied: ntl/repos/community-staging-x86_64/PKGBUILD (from rev 137430, 
ntl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-26 16:46:57 UTC (rev 137431)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Brad Conte brad AT bradconte.com
+
+pkgname=ntl
+pkgver=9.3.0
+pkgrel=1
+pkgdesc=A Library for doing Number Theory
+arch=(i686 x86_64)
+url=http://www.shoup.net/ntl/;
+license=(GPL)
+depends=(gf2x gmp)
+makedepends=()
+source=(http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e55dd4fcb3a6b4901776239ccffb2300')
+
+build() {
+  cd $pkgname-$pkgver/src
+  ./configure DEF_PREFIX=/usr SHARED=on NTL_GF2X_LIB=on NTL_GMP_LIP=on 
NTL_LEGACY_SP_MULMOD=on
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/src
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make PREFIX=$pkgdir/usr install
+}


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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 19:02:13
  Author: arojas
Revision: 137432

New snapshot for SageMath 6.8, use upstream perl 5.22 fix

Added:
  pari-sage/trunk/perl_regex.patch
Modified:
  pari-sage/trunk/PKGBUILD
Deleted:
  pari-sage/trunk/no_warnings_fatal.patch

-+
 PKGBUILD|   28 +++---
 no_warnings_fatal.patch |8 -
 perl_regex.patch|  201 ++
 3 files changed, 215 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 16:46:57 UTC (rev 137431)
+++ PKGBUILD2015-07-26 17:02:13 UTC (rev 137432)
@@ -3,24 +3,24 @@
 # Contributor: Gaetan Bisson bis...@archlinux.org
 
 pkgname=pari-sage
-_pkgver=2.8-1564-gdeac36e
+_pkgver=2.8-1637-g489005a
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
 url='http://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gmp readline libx11)
+makedepends=(perl texlive-core)
 optdepends=('perl: gphelp, tex2mail')
-conflicts=('pari')
-provides=('pari')
+conflicts=(pari)
+provides=(pari)
 # source=(http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz;
 source=(http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz;
- 'public_memory_functions.patch' 'no_warnings_fatal.patch')
-md5sums=('971950d42bd6d953b22f86a02a486878'
+ 'public_memory_functions.patch' 'perl_regex.patch')
+md5sums=('41936ce2dce6bd00a662bf43a772685f'
  '9172b9faee975cd3fe0f97126ea61af8'
- 'ee8dc8a52fb92392b2c82cc47b9af1a8')
+ '92b24f7e61c6268a4978636b819fba78')
 
 prepare() {
   cd pari-${_pkgver}
@@ -27,8 +27,8 @@
 
 # make some private functions public
   patch -p1 -i $srcdir/public_memory_functions.patch
-# don't treat Perl warnings as errors, fixed doc build with Perl 5.22
-  patch -p0 -i $srcdir/no_warnings_fatal.patch
+# fix doc build with Perl 5.22
+  patch -p1 -i $srcdir/perl_regex.patch
 }
 
 build() {
@@ -44,6 +44,6 @@
 
 package() {
cd pari-${_pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -sf gp.1.gz ${pkgdir}/usr/share/man/man1/pari.1
+   make DESTDIR=$pkgdir install
+   ln -sf gp.1.gz $pkgdir/usr/share/man/man1/pari.1
 }

Deleted: no_warnings_fatal.patch
===
--- no_warnings_fatal.patch 2015-07-26 16:46:57 UTC (rev 137431)
+++ no_warnings_fatal.patch 2015-07-26 17:02:13 UTC (rev 137432)
@@ -1,8 +0,0 @@
 src/desc/doc_make.orig 2015-07-04 11:03:38.247781017 +0200
-+++ src/desc/doc_make  2015-07-04 11:03:53.224517403 +0200
-@@ -1,5 +1,4 @@
- #!/usr/bin/perl
--use warnings FATAL = 'all';
- use strict;
- use PARI::822;
- 

Added: perl_regex.patch
===
--- perl_regex.patch(rev 0)
+++ perl_regex.patch2015-07-26 17:02:13 UTC (rev 137432)
@@ -0,0 +1,201 @@
+commit 257750686ae1fe928a2b4b489844c1b57a108bd3
+Author: Karim Belabas karim.bela...@math.u-bordeaux1.fr
+Date:   Tue Jul 14 15:23:42 2015 +0200
+
+doc_make: escape all {} in regexps [ perl-5.22 warns on these = fatal
+
+diff --git a/src/desc/doc_make b/src/desc/doc_make
+index bb41bc9..8521a9d 100755
+--- a/src/desc/doc_make
 b/src/desc/doc_make
+@@ -38,13 +38,13 @@ while (FILE)
+ $v =~ s/\[\]/[\\,]/g;
+ $v =~ s/(\w\w+)/\\var{$1}/g;
+ $v =~ s/\^([a-z])/\\hbox{\\kbd{\\pow}}$1/g;
+-$v =~ s/\\var{flag}/\\fl/g;
+-$v =~ s/\\var{(\d+)}/{$1}/g;
++$v =~ s/\\var\{flag\}/\\fl/g;
++$v =~ s/\\var\{(\d+)\}/{$1}/g;
+ $v =~ s/_/\\_/g; # don't merge with first subst: \var{} rule kills it
+ 
+ $v = \$($v)\$;
+   }
+-  if ($doc !~ /\\syn\w*{/  $sec !~ /programming\/control/) {
++  if ($doc !~ /\\syn\w*\{/  $sec !~ /programming\/control/) {
+ $doc .= library_syntax($fun, $args);
+   }
+   s/_def_//;
+commit 742c70e505a7e75128720f619d63e882c03e9346
+Author: Karim Belabas karim.bela...@math.u-bordeaux1.fr
+Date:   Tue Jul 14 13:20:07 2015 +0200
+
+gphelp: escape all {} in regexps [ perl-5.22 warns on these = fatal ]
+
+diff --git a/doc/gphelp.in b/doc/gphelp.in
+index 00ff6bd..89f2768 100755
+--- a/doc/gphelp.in
 b/doc/gphelp.in
+@@ -298,7 +298,7 @@ sub treat {
+   if ($pat =~ /[a-zA-Z0-9]$/) { $pat .= '\b'; } else { $pat .= '}'; }
+   while (DOC)
+   {
+-if (/\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter|label){$pat/)
++if (/\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter|label)\{$pat/)
+   { $first = $_; last; }
+   }
+   if (eof(DOC))
+@@ -380,7 +380,7 @@ sub apropos_check {
+   return if ($line !~ /$help/i);
+ 
+   local($_) = $current;
+-  s/\\b{(.)}/\\$1/;
++  

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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 19:22:43
  Author: arojas
Revision: 137437

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

Added:
  singular/repos/community-staging-i686/
  singular/repos/community-staging-i686/PKGBUILD
(from rev 137436, singular/trunk/PKGBUILD)
  singular/repos/community-staging-i686/ntl8.patch
(from rev 137436, singular/trunk/ntl8.patch)
  singular/repos/community-staging-i686/templates.patch
(from rev 137436, singular/trunk/templates.patch)
  singular/repos/community-staging-x86_64/
  singular/repos/community-staging-x86_64/PKGBUILD
(from rev 137436, singular/trunk/PKGBUILD)
  singular/repos/community-staging-x86_64/ntl8.patch
(from rev 137436, singular/trunk/ntl8.patch)
  singular/repos/community-staging-x86_64/templates.patch
(from rev 137436, singular/trunk/templates.patch)

--+
 community-staging-i686/PKGBUILD  |   77 ++
 community-staging-i686/ntl8.patch|   84 +
 community-staging-i686/templates.patch   |   19 ++
 community-staging-x86_64/PKGBUILD|   77 ++
 community-staging-x86_64/ntl8.patch  |   84 +
 community-staging-x86_64/templates.patch |   19 ++
 6 files changed, 360 insertions(+)

Copied: singular/repos/community-staging-i686/PKGBUILD (from rev 137436, 
singular/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 17:22:43 UTC (rev 137437)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgname=singular
+pkgver=3.1.7.p1
+_majver=3-1-7
+pkgrel=7
+pkgdesc=Computer Algebra System for polynomial computations
+arch=(i686 x86_64)
+url=http://www.singular.uni-kl.de/;
+license=(GPL)
+depends=(flint cddlib) # polymake
+source=(http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}p1.tar.gz;
 
+http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}-share.tar.gz;
 'templates.patch' 'ntl8.patch')
+md5sums=('ce369519d1c5d07342722e78240ea044'
+ 'b9177c00e95ee21b137984bade9fc481'
+ 'a267423f3b25f0b91853f9cf607974a7'
+ '38ff8896595626d657fd386ea9408419')
+
+prepare() {
+  cd Singular-$_majver
+  patch -p1 -i ../templates.patch
+# fix build against NTL 8
+  patch -p1 -i ../ntl8.patch
+# fix flint detection
+  sed -e 's|-lmpir|-lgmp|' -i factory/configure -i Singular/configure
+}
+
+build() {
+  cd Singular-$_majver
+
+  export CPP=/usr/bin/cpp
+  export CXXCPP=/usr/bin/cpp
+  export CFLAGS=-fPIC
+  export CXXFLAGS=-fPIC
+
+# force using system ntl
+  rm -r ntl
+
+  mkdir -p build
+
+  ./configure --prefix=$PWD/build/usr/lib/Singular \
+ --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
+ --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP --without-lex \
+ --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming --enable-gfanlib
+  make install
+
+  export CFLAGS=$CFLAGS -DPIC -DLIBSINGULAR
+  export CXXFLAGS=$CXXFLAGS -DPIC -DLIBSINGULAR
+
+  ./configure --prefix=$PWD/build/usr/lib/Singular \
+ --bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular 
--includedir=$PWD/build/usr/include \
+ --with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr 
--with-flint=/usr --disable-doc --with-NTL --without-MP \
+ --enable-Singular --enable-factory --enable-libfac 
--enable-IntegerProgramming
+  make clean
+  make install-libsingular
+
+# needed by Sage, not installed by default
+  cp Singular/sing_dbm.h build/usr/include/singular/
+}
+
+package() {
+  cd Singular-$_majver
+
+  cp -r build/* $pkgdir/ 
+
+  mkdir -p $pkgdir/usr/bin
+  ln -sf /usr/lib/Singular/Singular-$_majver 
$pkgdir/usr/lib/Singular/Singular
+  ln -s /usr/lib/Singular/Singular $pkgdir/usr/bin/
+  ln -s /usr/lib/Singular/libsingular.so $pkgdir/usr/lib/
+
+# Install docs
+  mkdir -p $pkgdir/usr/share/singular
+  install -m644 $srcdir/Singular/$_majver/info/singular.hlp 
$pkgdir/usr/share/singular/
+  install -m644 $srcdir/Singular/$_majver/doc/singular.idx 
$pkgdir/usr/share/singular/
+}

Copied: singular/repos/community-staging-i686/ntl8.patch (from rev 137436, 
singular/trunk/ntl8.patch)
===
--- community-staging-i686/ntl8.patch   (rev 0)
+++ community-staging-i686/ntl8.patch   2015-07-26 17:22:43 UTC (rev 137437)
@@ -0,0 +1,84 @@
+--- Singular-3-1-6/factory/NTLconvert.cc.orig  2012-12-19 14:01:16.0 
-0700
 Singular-3-1-6/factory/NTLconvert.cc   2015-01-12 

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

2015-07-26 Thread Alexander Rødseth
Date: Monday, July 27, 2015 @ 00:58:35
  Author: arodseth
Revision: 137460

upgpkg: geany-plugins 1.25-1

Modified:
  geany-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 21:32:11 UTC (rev 137459)
+++ PKGBUILD2015-07-26 22:58:35 UTC (rev 137460)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo patr...@patrickmelo.eti.br
 
 pkgname=geany-plugins
-pkgver=1.24
-pkgrel=2
+pkgver=1.25
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -17,18 +17,16 @@
 optdepends=('hspell: hebrew spell checker')
 install=$pkgname.install
 source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
 
 build() {
   cd $pkgname-$pkgver
 
-  # Disabling geanypy because it doesn't compile
-  # Disabling debugger because it makes geany crash, see FS#42417
   ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib \
---disable-geanypy \
---disable-debugger
+--libexecdir=/usr/lib
+#--disable-geanypy \
+#--disable-debugger
   make 
 }
 
@@ -36,4 +34,5 @@
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
 
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
 # vim:set ts=2 sw=2 et:


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

2015-07-26 Thread Alexander Rødseth
Date: Monday, July 27, 2015 @ 00:58:47
  Author: arodseth
Revision: 137461

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

Added:
  geany-plugins/repos/community-i686/PKGBUILD
(from rev 137460, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-i686/geany-plugins.install
(from rev 137460, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 137460, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-x86_64/geany-plugins.install
(from rev 137460, geany-plugins/trunk/geany-plugins.install)
Deleted:
  geany-plugins/repos/community-i686/PKGBUILD
  geany-plugins/repos/community-i686/geany-plugins.install
  geany-plugins/repos/community-x86_64/PKGBUILD
  geany-plugins/repos/community-x86_64/geany-plugins.install

+
 /PKGBUILD  |   76 +++
 /geany-plugins.install |   28 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/geany-plugins.install   |   14 -
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/geany-plugins.install |   14 -
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-26 22:58:35 UTC (rev 137460)
+++ community-i686/PKGBUILD 2015-07-26 22:58:47 UTC (rev 137461)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@patrickmelo.eti.br
-
-pkgname=geany-plugins
-pkgver=1.24
-pkgrel=2
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install=$pkgname.install
-source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Disabling geanypy because it doesn't compile
-  # Disabling debugger because it makes geany crash, see FS#42417
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib \
---disable-geanypy \
---disable-debugger
-  make 
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 137460, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-26 22:58:47 UTC (rev 137461)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.25
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+install=$pkgname.install
+source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+#--disable-geanypy \
+#--disable-debugger
+  make 
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2015-07-26 22:58:35 UTC (rev 
137460)
+++ community-i686/geany-plugins.install2015-07-26 22:58:47 UTC (rev 
137461)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/geany-plugins.install (from rev 
137460, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2015-07-26 22:58:47 UTC (rev 
137461)
@@ 

[arch-commits] Commit in perl-yaml-tiny/repos/community-any (PKGBUILD PKGBUILD)

2015-07-26 Thread Felix Yan
Date: Monday, July 27, 2015 @ 05:26:55
  Author: fyan
Revision: 137472

archrelease: copy trunk to community-any

Added:
  perl-yaml-tiny/repos/community-any/PKGBUILD
(from rev 137471, perl-yaml-tiny/trunk/PKGBUILD)
Deleted:
  perl-yaml-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-27 03:26:36 UTC (rev 137471)
+++ PKGBUILD2015-07-27 03:26:55 UTC (rev 137472)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: AUR Perl aurp...@juster.info
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-yaml-tiny
-pkgver=1.67
-pkgrel=1
-pkgdesc=Read/Write YAML files with as little code as possible
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-cpan-meta=2.150001')
-url='http://search.cpan.org/dist/YAML-Tiny'
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz;)
-md5sums=('61e0abcfb2ae5e86a74887967b372922')
-
-build() {
-  cd ${srcdir}/YAML-Tiny-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check() {
-  cd ${srcdir}/YAML-Tiny-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/YAML-Tiny-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-yaml-tiny/repos/community-any/PKGBUILD (from rev 137471, 
perl-yaml-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-27 03:26:55 UTC (rev 137472)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: AUR Perl aurp...@juster.info
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-yaml-tiny
+pkgver=1.69
+pkgrel=1
+pkgdesc=Read/Write YAML files with as little code as possible
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-cpan-meta=2.150001' 'perl-pod-coverage')
+url='http://search.cpan.org/dist/YAML-Tiny'
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz;)
+md5sums=('7deacd0ee428038407ccc5cd0b50f66f')
+
+build() {
+  cd ${srcdir}/YAML-Tiny-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check() {
+  cd ${srcdir}/YAML-Tiny-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/YAML-Tiny-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-yaml-tiny/trunk (PKGBUILD)

2015-07-26 Thread Felix Yan
Date: Monday, July 27, 2015 @ 05:26:36
  Author: fyan
Revision: 137471

upgpkg: perl-yaml-tiny 1.69-1

Modified:
  perl-yaml-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 01:11:50 UTC (rev 137470)
+++ PKGBUILD2015-07-27 03:26:36 UTC (rev 137471)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-yaml-tiny
-pkgver=1.67
+pkgver=1.69
 pkgrel=1
 pkgdesc=Read/Write YAML files with as little code as possible
 arch=('any')
@@ -11,10 +11,10 @@
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl')
-checkdepends=('perl-cpan-meta=2.150001')
+checkdepends=('perl-cpan-meta=2.150001' 'perl-pod-coverage')
 url='http://search.cpan.org/dist/YAML-Tiny'
 
source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz;)
-md5sums=('61e0abcfb2ae5e86a74887967b372922')
+md5sums=('7deacd0ee428038407ccc5cd0b50f66f')
 
 build() {
   cd ${srcdir}/YAML-Tiny-${pkgver}


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

2015-07-26 Thread Sébastien Luttringer
Date: Monday, July 27, 2015 @ 02:03:37
  Author: seblu
Revision: 137462

upgpkg: linux-tools 4.1-4

- fix FS#45786

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 22:58:47 UTC (rev 137461)
+++ PKGBUILD2015-07-27 00:03:37 UTC (rev 137462)
@@ -14,7 +14,7 @@
   'x86_energy_perf_policy'
 )
 pkgver=4.1
-pkgrel=3
+pkgrel=4
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='http://www.kernel.org'
@@ -157,7 +157,7 @@
 install install-man
   # move completion in new directory
   cd $pkgdir
-  install -Dm644 usr/etc/bash_completion.d/perf usr/share/bash-completion/perf
+  install -Dm644 usr/etc/bash_completion.d/perf 
usr/share/bash-completion/completions/perf
   rm -r usr/etc
 }
 


[arch-commits] Commit in linux-tools/repos (32 files)

2015-07-26 Thread Sébastien Luttringer
Date: Monday, July 27, 2015 @ 02:24:34
  Author: seblu
Revision: 137464

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

Added:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 137463, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
(from rev 137463, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 137463, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 137463, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 137463, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 137463, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 137463, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 137463, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 137463, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
(from rev 137463, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 137463, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 137463, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 137463, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 137463, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 137463, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 137463, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /02-archlinux-paths.patch |   42 ++
 /04-fix-usip-h-path.patch |   26 +
 /PKGBUILD |  466 
 /cpupower.default |   58 +++
 /cpupower.install |   26 +
 /cpupower.service |   20 +
 /cpupower.systemd |   64 +++
 /usbipd.service   |   18 +
 community-i686/02-archlinux-paths.patch   |   21 -
 community-i686/04-fix-usip-h-path.patch   |   13 
 community-i686/PKGBUILD   |  233 --
 community-i686/cpupower.default   |   29 -
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   10 
 community-i686/cpupower.systemd   |   32 -
 community-i686/usbipd.service |9 
 community-x86_64/02-archlinux-paths.patch |   21 -
 community-x86_64/04-fix-usip-h-path.patch |   13 
 community-x86_64/PKGBUILD |  233 --
 community-x86_64/cpupower.default |   29 -
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   10 
 community-x86_64/cpupower.systemd |   32 -
 community-x86_64/usbipd.service   |9 
 24 files changed, 720 insertions(+), 720 deletions(-)

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


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

2015-07-26 Thread Felix Yan
Date: Monday, July 27, 2015 @ 03:11:12
  Author: fyan
Revision: 137469

upgpkg: jenkins 1.621-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 00:53:07 UTC (rev 137468)
+++ PKGBUILD2015-07-27 01:11:12 UTC (rev 137469)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.620
+pkgver=1.621
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('056d81a9a5cce862d37578ec5fbba3ba31a6987ce133d6421b2ed930b3d877fc5d022d32e7ed8cc1be794938ae559cd9bb5abb2890353b16e9e32634733c8605'
+sha512sums=('0dd7ee804582f1dd5fa0e12024d992dbcc53b10089786088e19429307c28f4b7ec58885d9302bb315c8062bbbaa2fc4ef89ea943d199b5e55178893f7fada608'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in linux-tools/repos (32 files)

2015-07-26 Thread Sébastien Luttringer
Date: Monday, July 27, 2015 @ 02:05:16
  Author: seblu
Revision: 137463

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

Added:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 137462, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
(from rev 137462, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 137462, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 137462, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 137462, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 137462, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 137462, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 137462, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 137462, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
(from rev 137462, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 137462, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 137462, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 137462, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 137462, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 137462, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 137462, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /02-archlinux-paths.patch |   42 ++
 /04-fix-usip-h-path.patch |   26 +
 /PKGBUILD |  466 
 /cpupower.default |   58 +++
 /cpupower.install |   26 +
 /cpupower.service |   20 +
 /cpupower.systemd |   64 +++
 /usbipd.service   |   18 +
 community-i686/02-archlinux-paths.patch   |   21 -
 community-i686/04-fix-usip-h-path.patch   |   13 
 community-i686/PKGBUILD   |  233 --
 community-i686/cpupower.default   |   29 -
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   10 
 community-i686/cpupower.systemd   |   32 -
 community-i686/usbipd.service |9 
 community-x86_64/02-archlinux-paths.patch |   21 -
 community-x86_64/04-fix-usip-h-path.patch |   13 
 community-x86_64/PKGBUILD |  233 --
 community-x86_64/cpupower.default |   29 -
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   10 
 community-x86_64/cpupower.systemd |   32 -
 community-x86_64/usbipd.service   |9 
 24 files changed, 720 insertions(+), 720 deletions(-)

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


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

2015-07-26 Thread Sébastien Luttringer
Date: Monday, July 27, 2015 @ 02:33:49
  Author: seblu
Revision: 137465

upgpkg: drbd-utils 8.9.3-1

Modified:
  drbd-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 00:24:34 UTC (rev 137464)
+++ PKGBUILD2015-07-27 00:33:49 UTC (rev 137465)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=drbd-utils
-pkgver=8.9.2
+pkgver=8.9.3
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
@@ -10,10 +10,11 @@
 license=('GPL2')
 depends=('perl' 'bash')
 makedepends=('libxslt' 'systemd')
+conflicts=('drbd')
 replaces=('drbd')
 source=(http://oss.linbit.com/drbd/$pkgname-$pkgver.tar.gz;)
 backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('bf720ad7ee3dff9946f7a9c94713b9ff')
+md5sums=('81ba3ac48786602b4eddd637654ba24c')
 
 #prepare() {
 #  # fix hardcoded path in udev rules


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

2015-07-26 Thread Sébastien Luttringer
Date: Monday, July 27, 2015 @ 02:34:35
  Author: seblu
Revision: 137466

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

Added:
  drbd-utils/repos/community-i686/PKGBUILD
(from rev 137465, drbd-utils/trunk/PKGBUILD)
  drbd-utils/repos/community-x86_64/PKGBUILD
(from rev 137465, drbd-utils/trunk/PKGBUILD)
Deleted:
  drbd-utils/repos/community-i686/PKGBUILD
  drbd-utils/repos/community-i686/drbd.service
  drbd-utils/repos/community-x86_64/PKGBUILD
  drbd-utils/repos/community-x86_64/drbd.service

---+
 /PKGBUILD |  130 
 community-i686/PKGBUILD   |   67 
 community-i686/drbd.service   |   19 -
 community-x86_64/PKGBUILD |   67 
 community-x86_64/drbd.service |   19 -
 5 files changed, 130 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-27 00:33:49 UTC (rev 137465)
+++ community-i686/PKGBUILD 2015-07-27 00:34:35 UTC (rev 137466)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd
-pkgver=8.4.3
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-source=(http://oss.linbit.com/drbd/8.4/$pkgname-$pkgver.tar.gz;
-$pkgname.service)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('0c54a69603fa28b41de5fb33e03fd9e8'
- '7dc909b5895c0b5289d3ee0581d7d333')
-
-prepare() {
-  # fix hardcoded path in udev rules
-  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-distro=generic \
---with-utils \
---with-bashcompletion \
---with-udev \
---without-km \
---without-rgmanager \
---without-pacemaker \
---without-heartbeat \
---without-xen \
---without-legacy_utils
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # move forced /sbin binaries
-  cd $pkgdir
-  mv sbin/* usr/bin
-  rmdir sbin
-  # move udev files
-  mv etc/udev usr/lib
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-  # remove /var/lock
-  rmdir var/lock
-  # remove embeded init stuff
-  rm -r etc/init.d
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/$pkgname.conf
-  echo 'drbd'  usr/lib/modules-load.d/$pkgname.conf
-  # systemd
-  install -Dm 644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drbd-utils/repos/community-i686/PKGBUILD (from rev 137465, 
drbd-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-27 00:34:35 UTC (rev 137466)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd-utils
+pkgver=8.9.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Userland tools for Distributed Replicated Block Device'
+url='http://www.drbd.org'
+license=('GPL2')
+depends=('perl' 'bash')
+makedepends=('libxslt' 'systemd')
+conflicts=('drbd')
+replaces=('drbd')
+source=(http://oss.linbit.com/drbd/$pkgname-$pkgver.tar.gz;)
+backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
+md5sums=('81ba3ac48786602b4eddd637654ba24c')
+
+#prepare() {
+#  # fix hardcoded path in udev rules
+#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' 
$pkgname-$pkgver/scripts/drbd.rules
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libdir=/usr/lib \
+--with-distro=generic \
+--with-bashcompletion \
+--with-udev \
+--without-rgmanager \
+--without-pacemaker \
+--without-heartbeat \
+--with-initscripttype=systemd \
+--without-xen
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  cd $pkgdir
+
+  # move /lib files under /usr/lib
+  mv lib/drbd/* usr/lib/drbd
+  rmdir lib/drbd lib
+
+  # move bash completion
+  install -dm 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # remove /var/lock
+  rmdir var/lock
+
+  # autoload module
+  install -Dm 644 /dev/null usr/lib/modules-load.d/$pkgname.conf
+  echo 'drbd'  usr/lib/modules-load.d/$pkgname.conf
+
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drbd.service
===
--- community-i686/drbd.service 2015-07-27 00:33:49 UTC (rev 137465)
+++ community-i686/drbd.service 2015-07-27 

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-07-26 Thread Felix Yan
Date: Monday, July 27, 2015 @ 03:11:50
  Author: fyan
Revision: 137470

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 137469, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 137469, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 137469, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 137469, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 137469, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 137469, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |2 
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-27 01:11:12 UTC (rev 137469)
+++ LICENSE 2015-07-27 01:11:50 UTC (rev 137470)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 137469, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-27 01:11:50 UTC (rev 137470)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-27 01:11:12 UTC (rev 137469)
+++ PKGBUILD2015-07-27 01:11:50 UTC (rev 137470)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.620
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2015-07-26 Thread Felix Yan
Date: Monday, July 27, 2015 @ 02:53:07
  Author: fyan
Revision: 137468

archrelease: copy trunk to community-any

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

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

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

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

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-07-27 00:52:46 UTC (rev 137467)
+++ skk-jisyo.install   2015-07-27 00:53:07 UTC (rev 137468)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

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


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

2015-07-26 Thread Felix Yan
Date: Monday, July 27, 2015 @ 02:52:46
  Author: fyan
Revision: 137467

upgpkg: skk-jisyo 20150726-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 00:34:35 UTC (rev 137466)
+++ PKGBUILD2015-07-27 00:52:46 UTC (rev 137467)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150719
+pkgver=20150726
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('a179f5ea2c868bfd173c115655599284'
+md5sums=('e02d2b45cea2f012304c0e80aad0'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


[arch-commits] Commit in ppp/trunk (CVE-2015-3310.patch PKGBUILD)

2015-07-26 Thread Allan McRae
Date: Monday, July 27, 2015 @ 07:39:12
  Author: allan
Revision: 242523

upgpkg: ppp 2.4.7-2

CVE-2015-3310

Added:
  ppp/trunk/CVE-2015-3310.patch
Modified:
  ppp/trunk/PKGBUILD

-+
 CVE-2015-3310.patch |   18 ++
 PKGBUILD|   13 +
 2 files changed, 27 insertions(+), 4 deletions(-)

Added: CVE-2015-3310.patch
===
--- CVE-2015-3310.patch (rev 0)
+++ CVE-2015-3310.patch 2015-07-27 05:39:12 UTC (rev 242523)
@@ -0,0 +1,18 @@
+Fix buffer overflow in rc_mksid()
+
+rc_mksid converts the PID of pppd to hex to generate a pseudo-unique string.
+If the process id is bigger than 65535 (), its hex representation will be
+longer than 4 characters, resulting in a buffer overflow.
+ 
+The bug can be exploited to cause a remote DoS.
+--- ppp-2.4.7/pppd/plugins/radius/util.c
 ppp-2.4.7/pppd/plugins/radius/util.c
+@@ -77,7 +77,7 @@ rc_mksid (void)
+   static unsigned short int cnt = 0;
+   sprintf (buf, %08lX%04X%02hX,
+  (unsigned long int) time (NULL),
+- (unsigned int) getpid (),
++ (unsigned int) getpid ()  0x,
+  cnt  0xFF);
+   cnt++;
+   return buf;

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 13:51:37 UTC (rev 242522)
+++ PKGBUILD2015-07-27 05:39:12 UTC (rev 242523)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 pkgname=ppp
 pkgver=2.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A daemon which implements the Point-to-Point Protocol for dial-up 
networking
 arch=(i686 x86_64) 
 url=http://www.samba.org/ppp/;
@@ -9,7 +9,7 @@
 license=('custom:GPL/BSD')
 depends=('glibc' 'libpcap=1.0.0')
 
backup=(etc/ppp/{chap-secrets,pap-secrets,options,ip-up,ip-down,ip-down.d/00-dns.sh,ip-up.d/00-dns.sh,ipv6-up.d/00-iface-config.sh})
-source=(ftp://ftp.samba.org/pub/ppp/ppp-${pkgver}.tar.gz{,.asc}
+source=(https://download.samba.org/pub/ppp/ppp-${pkgver}.tar.gz{,.asc}
 ppp-2.4.6-makefiles.patch
 options
 ip-up
@@ -19,7 +19,8 @@
 ipv6-up
 ipv6-down
 ipv6-up.d.iface-config.sh
-ppp.systemd)
+ppp.systemd
+CVE-2015-3310.patch)
 sha256sums=('02e0a3dd3e4799e33103f70ec7df75348c8540966ee7c948e4ed8a42bbccfb30'
 'SKIP'
 'f04f47318226c79594f45b8b75877c30710d22fe0fb1e2e17db3b4257dc4218c'
@@ -31,12 +32,16 @@
 'bb3f44a4f2c4b8dbe7f84d77feae90a71caa9fa3c252a20c390e015d4f8ea248'
 '77292b79f99f97a01aa9a75cd7cd93da70d746d3b8cc60f35b31dfe0568544c0'
 '20780cf4bd0774bebb55ecb3bdae7667c9ae5cbe003a52a1ecb0bbc77d46260f'
-'eb8ab2e2d71c3bb9c4297cf847b6e9d52616a3fdbf2257c479cc43dff318c831')
+'eb8ab2e2d71c3bb9c4297cf847b6e9d52616a3fdbf2257c479cc43dff318c831'
+'f0fe7e7d9b35141c2565a09e39c4f66b475ed3fe8e2528d10faa4412f480e338')
+validpgpkeys=('631E179E370CD727A7F2A33A9E4295D605F66CE9') # Paul Mackerras 
(Signing key) pau...@samba.org
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   patch -p1 -i ${srcdir}/ppp-2.4.6-makefiles.patch
+  patch -p1 -i ${srcdir}/CVE-2015-3310.patch
+
   # enable active filter
   sed -i s:^#FILTER=y:FILTER=y: pppd/Makefile.linux
   # enable ipv6 support


[arch-commits] Commit in ppp/repos (26 files)

2015-07-26 Thread Allan McRae
Date: Monday, July 27, 2015 @ 07:42:38
  Author: allan
Revision: 242524

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

Added:
  ppp/repos/testing-i686/
  ppp/repos/testing-i686/CVE-2015-3310.patch
(from rev 242523, ppp/trunk/CVE-2015-3310.patch)
  ppp/repos/testing-i686/PKGBUILD
(from rev 242523, ppp/trunk/PKGBUILD)
  ppp/repos/testing-i686/ip-down
(from rev 242523, ppp/trunk/ip-down)
  ppp/repos/testing-i686/ip-down.d.dns.sh
(from rev 242523, ppp/trunk/ip-down.d.dns.sh)
  ppp/repos/testing-i686/ip-up
(from rev 242523, ppp/trunk/ip-up)
  ppp/repos/testing-i686/ip-up.d.dns.sh
(from rev 242523, ppp/trunk/ip-up.d.dns.sh)
  ppp/repos/testing-i686/ipv6-down
(from rev 242523, ppp/trunk/ipv6-down)
  ppp/repos/testing-i686/ipv6-up
(from rev 242523, ppp/trunk/ipv6-up)
  ppp/repos/testing-i686/ipv6-up.d.iface-config.sh
(from rev 242523, ppp/trunk/ipv6-up.d.iface-config.sh)
  ppp/repos/testing-i686/options
(from rev 242523, ppp/trunk/options)
  ppp/repos/testing-i686/ppp-2.4.6-makefiles.patch
(from rev 242523, ppp/trunk/ppp-2.4.6-makefiles.patch)
  ppp/repos/testing-i686/ppp.systemd
(from rev 242523, ppp/trunk/ppp.systemd)
  ppp/repos/testing-x86_64/
  ppp/repos/testing-x86_64/CVE-2015-3310.patch
(from rev 242523, ppp/trunk/CVE-2015-3310.patch)
  ppp/repos/testing-x86_64/PKGBUILD
(from rev 242523, ppp/trunk/PKGBUILD)
  ppp/repos/testing-x86_64/ip-down
(from rev 242523, ppp/trunk/ip-down)
  ppp/repos/testing-x86_64/ip-down.d.dns.sh
(from rev 242523, ppp/trunk/ip-down.d.dns.sh)
  ppp/repos/testing-x86_64/ip-up
(from rev 242523, ppp/trunk/ip-up)
  ppp/repos/testing-x86_64/ip-up.d.dns.sh
(from rev 242523, ppp/trunk/ip-up.d.dns.sh)
  ppp/repos/testing-x86_64/ipv6-down
(from rev 242523, ppp/trunk/ipv6-down)
  ppp/repos/testing-x86_64/ipv6-up
(from rev 242523, ppp/trunk/ipv6-up)
  ppp/repos/testing-x86_64/ipv6-up.d.iface-config.sh
(from rev 242523, ppp/trunk/ipv6-up.d.iface-config.sh)
  ppp/repos/testing-x86_64/options
(from rev 242523, ppp/trunk/options)
  ppp/repos/testing-x86_64/ppp-2.4.6-makefiles.patch
(from rev 242523, ppp/trunk/ppp-2.4.6-makefiles.patch)
  ppp/repos/testing-x86_64/ppp.systemd
(from rev 242523, ppp/trunk/ppp.systemd)

--+
 testing-i686/CVE-2015-3310.patch |   18 +
 testing-i686/PKGBUILD|   88 +++
 testing-i686/ip-down |   12 
 testing-i686/ip-down.d.dns.sh|7 
 testing-i686/ip-up   |   12 
 testing-i686/ip-up.d.dns.sh  |   11 
 testing-i686/ipv6-down   |   12 
 testing-i686/ipv6-up |   12 
 testing-i686/ipv6-up.d.iface-config.sh   |4 
 testing-i686/options |  352 +
 testing-i686/ppp-2.4.6-makefiles.patch   |  270 ++
 testing-i686/ppp.systemd |9 
 testing-x86_64/CVE-2015-3310.patch   |   18 +
 testing-x86_64/PKGBUILD  |   88 +++
 testing-x86_64/ip-down   |   12 
 testing-x86_64/ip-down.d.dns.sh  |7 
 testing-x86_64/ip-up |   12 
 testing-x86_64/ip-up.d.dns.sh|   11 
 testing-x86_64/ipv6-down |   12 
 testing-x86_64/ipv6-up   |   12 
 testing-x86_64/ipv6-up.d.iface-config.sh |4 
 testing-x86_64/options   |  352 +
 testing-x86_64/ppp-2.4.6-makefiles.patch |  270 ++
 testing-x86_64/ppp.systemd   |9 
 24 files changed, 1614 insertions(+)

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


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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 18:27:00
  Author: arojas
Revision: 137430

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-26 16:26:18 UTC (rev 137429)
+++ community-i686/PKGBUILD 2015-07-26 16:27:00 UTC (rev 137430)
@@ -1,33 +0,0 @@
-# $Id$ 
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-
-pkgname=kvkbd
-pkgver=0.6
-pkgrel=5
-pkgdesc=A virtual keyboard for KDE
-arch=(i686 x86_64)
-url=http://www.kde-apps.org/content/show.php?content=94374;
-license=(GPL)
-depends=(kdebase-runtime)
-makedepends=(cmake automoc4 docbook-xsl)
-source=(http://www.kde-apps.org/CONTENT/content-files/94374-$pkgname-$pkgver.tar.bz2;)
-md5sums=('342e8e7fcfc54d978615b1c2d019cbe5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_EXE_LINKER_FLAGS=$CFLAGS -lX11 \
-   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kvkbd/repos/community-i686/PKGBUILD (from rev 137429, 
kvkbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-26 16:27:00 UTC (rev 137430)
@@ -0,0 +1,32 @@
+# $Id$ 
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=kvkbd
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=A virtual keyboard for KDE
+arch=(i686 x86_64)
+url=http://kde-apps.org/content/show.php/Kvkbd?content=56019;
+license=(GPL)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4 docbook-xsl)
+source=(http://kde-apps.org/CONTENT/content-files/56019-$pkgname-$pkgver.tar.gz;)
+md5sums=('26b0ed5fe3dfed0e885fce19676bf827')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-26 16:26:18 UTC (rev 137429)
+++ community-x86_64/PKGBUILD   2015-07-26 16:27:00 UTC (rev 137430)
@@ -1,33 +0,0 @@
-# $Id$ 
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-
-pkgname=kvkbd
-pkgver=0.6
-pkgrel=5
-pkgdesc=A virtual keyboard for KDE
-arch=(i686 x86_64)
-url=http://www.kde-apps.org/content/show.php?content=94374;
-license=(GPL)
-depends=(kdebase-runtime)
-makedepends=(cmake automoc4 docbook-xsl)
-source=(http://www.kde-apps.org/CONTENT/content-files/94374-$pkgname-$pkgver.tar.bz2;)
-md5sums=('342e8e7fcfc54d978615b1c2d019cbe5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_EXE_LINKER_FLAGS=$CFLAGS -lX11 \
-   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kvkbd/repos/community-x86_64/PKGBUILD (from rev 137429, 
kvkbd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-26 16:27:00 UTC (rev 137430)
@@ -0,0 +1,32 @@
+# $Id$ 
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=kvkbd
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=A virtual keyboard for KDE
+arch=(i686 x86_64)
+url=http://kde-apps.org/content/show.php/Kvkbd?content=56019;
+license=(GPL)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4 docbook-xsl)
+source=(http://kde-apps.org/CONTENT/content-files/56019-$pkgname-$pkgver.tar.gz;)
+md5sums=('26b0ed5fe3dfed0e885fce19676bf827')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 18:26:18
  Author: arojas
Revision: 137429

Update to 0.7.2

Modified:
  kvkbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 15:40:54 UTC (rev 137428)
+++ PKGBUILD2015-07-26 16:26:18 UTC (rev 137429)
@@ -3,16 +3,16 @@
 # Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
 
 pkgname=kvkbd
-pkgver=0.6
-pkgrel=5
+pkgver=0.7.2
+pkgrel=1
 pkgdesc=A virtual keyboard for KDE
 arch=(i686 x86_64)
-url=http://www.kde-apps.org/content/show.php?content=94374;
+url=http://kde-apps.org/content/show.php/Kvkbd?content=56019;
 license=(GPL)
 depends=(kdebase-runtime)
 makedepends=(cmake automoc4 docbook-xsl)
-source=(http://www.kde-apps.org/CONTENT/content-files/94374-$pkgname-$pkgver.tar.bz2;)
-md5sums=('342e8e7fcfc54d978615b1c2d019cbe5')
+source=(http://kde-apps.org/CONTENT/content-files/56019-$pkgname-$pkgver.tar.gz;)
+md5sums=('26b0ed5fe3dfed0e885fce19676bf827')
 
 prepare() {
   mkdir -p build
@@ -21,7 +21,6 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-   -DCMAKE_EXE_LINKER_FLAGS=$CFLAGS -lX11 \
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-DCMAKE_INSTALL_PREFIX=/usr
   make


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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 19:07:37
  Author: arojas
Revision: 137434

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

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

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-07-10 19:19:37 UTC (rev 13)
+++ community-staging-i686/PKGBUILD 2015-07-26 17:07:37 UTC (rev 137434)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
-# Contributor: Alessandro jakedust Andrioni jaked...@gmail.com
-
-pkgname=flint
-pkgver=2.4.5
-pkgrel=5
-pkgdesc=A C library for doing number theory
-arch=(i686 x86_64)
-url=http://www.flintlib.org;
-license=(GPL)
-depends=(mpfr ntl)
-source=(http://www.flintlib.org/flint-$pkgver.tar.gz;)
-md5sums=('6504b9deabeafb9313e57153a1730b33')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i.orig 's,.*NTL/g_lip.h,// ,' interfaces/NTL-interface.cpp
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: flint/repos/community-staging-i686/PKGBUILD (from rev 137433, 
flint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 17:07:37 UTC (rev 137434)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+# Contributor: Alessandro jakedust Andrioni jaked...@gmail.com
+
+pkgname=flint
+pkgver=2.4.5
+pkgrel=5
+pkgdesc=A C library for doing number theory
+arch=(i686 x86_64)
+url=http://www.flintlib.org;
+license=(GPL)
+depends=(mpfr ntl)
+source=(http://www.flintlib.org/flint-$pkgver.tar.gz;)
+md5sums=('6504b9deabeafb9313e57153a1730b33')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i.orig 's,.*NTL/g_lip.h,// ,' interfaces/NTL-interface.cpp
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-07-10 19:19:37 UTC (rev 13)
+++ community-staging-x86_64/PKGBUILD   2015-07-26 17:07:37 UTC (rev 137434)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
-# Contributor: Alessandro jakedust Andrioni jaked...@gmail.com
-
-pkgname=flint
-pkgver=2.4.5
-pkgrel=5
-pkgdesc=A C library for doing number theory
-arch=(i686 x86_64)
-url=http://www.flintlib.org;
-license=(GPL)
-depends=(mpfr ntl)
-source=(http://www.flintlib.org/flint-$pkgver.tar.gz;)
-md5sums=('6504b9deabeafb9313e57153a1730b33')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i.orig 's,.*NTL/g_lip.h,// ,' interfaces/NTL-interface.cpp
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: flint/repos/community-staging-x86_64/PKGBUILD (from rev 137433, 
flint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-26 17:07:37 UTC (rev 137434)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+# Contributor: Alessandro jakedust Andrioni jaked...@gmail.com
+
+pkgname=flint
+pkgver=2.4.5
+pkgrel=5
+pkgdesc=A C library for doing number theory
+arch=(i686 x86_64)
+url=http://www.flintlib.org;
+license=(GPL)
+depends=(mpfr ntl)
+source=(http://www.flintlib.org/flint-$pkgver.tar.gz;)
+md5sums=('6504b9deabeafb9313e57153a1730b33')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i.orig 's,.*NTL/g_lip.h,// ,' interfaces/NTL-interface.cpp
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr
+  make
+}
+

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

2015-07-26 Thread Antonio Rojas
Date: Sunday, July 26, 2015 @ 19:19:00
  Author: arojas
Revision: 137436

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

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

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

Copied: eclib/repos/community-staging-i686/PKGBUILD (from rev 137435, 
eclib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-26 17:19:00 UTC (rev 137436)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=eclib
+pkgver=20150510
+pkgrel=3
+pkgdesc=Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database
+arch=(i686 x86_64)
+url=https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari-sage)
+source=(https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('be4c8ee0e91ba84a40cc6da2afcfcf68')
+
+build() {
+  cd eclib-$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd eclib-$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}
+

Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 137435, 
eclib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-26 17:19:00 UTC (rev 137436)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=eclib
+pkgver=20150510
+pkgrel=3
+pkgdesc=Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database
+arch=(i686 x86_64)
+url=https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari-sage)
+source=(https://github.com/JohnCremona/eclib/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('be4c8ee0e91ba84a40cc6da2afcfcf68')
+
+build() {
+  cd eclib-$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd eclib-$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}
+


[arch-commits] Commit in linux-tools/repos (32 files)

2015-07-26 Thread Sébastien Luttringer
Date: Sunday, July 26, 2015 @ 19:26:27
  Author: seblu
Revision: 137439

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

Added:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
(from rev 137438, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
(from rev 137438, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-i686/PKGBUILD
(from rev 137438, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 137438, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 137438, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 137438, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 137438, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 137438, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
(from rev 137438, linux-tools/trunk/02-archlinux-paths.patch)
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
(from rev 137438, linux-tools/trunk/04-fix-usip-h-path.patch)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 137438, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 137438, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 137438, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 137438, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 137438, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 137438, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/02-archlinux-paths.patch
  linux-tools/repos/community-i686/04-fix-usip-h-path.patch
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/02-archlinux-paths.patch
  linux-tools/repos/community-x86_64/04-fix-usip-h-path.patch
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /02-archlinux-paths.patch |   42 ++
 /04-fix-usip-h-path.patch |   26 +
 /PKGBUILD |  466 
 /cpupower.default |   58 +++
 /cpupower.install |   26 +
 /cpupower.service |   20 +
 /cpupower.systemd |   64 +++
 /usbipd.service   |   18 +
 community-i686/02-archlinux-paths.patch   |   21 -
 community-i686/04-fix-usip-h-path.patch   |   13 
 community-i686/PKGBUILD   |  234 --
 community-i686/cpupower.default   |   29 -
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   10 
 community-i686/cpupower.systemd   |   32 -
 community-i686/usbipd.service |9 
 community-x86_64/02-archlinux-paths.patch |   21 -
 community-x86_64/04-fix-usip-h-path.patch |   13 
 community-x86_64/PKGBUILD |  234 --
 community-x86_64/cpupower.default |   29 -
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   10 
 community-x86_64/cpupower.systemd |   32 -
 community-x86_64/usbipd.service   |9 
 24 files changed, 720 insertions(+), 722 deletions(-)

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