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

2014-12-06 Thread Jaroslav Lichtblau
Date: Saturday, December 6, 2014 @ 10:33:28
  Author: jlichtblau
Revision: 123534

josm double pkgsums occurrence fix

Modified:
  josm/repos/community-any/PKGBUILD
  josm/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |5 +
 trunk/PKGBUILD   |5 +
 2 files changed, 2 insertions(+), 8 deletions(-)

Modified: repos/community-any/PKGBUILD
===
--- repos/community-any/PKGBUILD2014-12-06 04:05:49 UTC (rev 123533)
+++ repos/community-any/PKGBUILD2014-12-06 09:33:28 UTC (rev 123534)
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('25902132dfe1422687a735a218b1eace2f0358b0757146bb6370968f68f213cb'
+sha256sums=('55d27a197dcb48754a47811bdbb56115eaefbdb7d32b4665ec75330ecfef470d'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 
@@ -44,6 +44,3 @@
   chmod 755 "${pkgdir}"/usr/bin/$pkgname
   install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
 }
-sha256sums=('b4458fc4872dbcc027ee9073fd403ef22f630060f227d2b2e761d56b4783216d'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2014-12-06 04:05:49 UTC (rev 123533)
+++ trunk/PKGBUILD  2014-12-06 09:33:28 UTC (rev 123534)
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('25902132dfe1422687a735a218b1eace2f0358b0757146bb6370968f68f213cb'
+sha256sums=('55d27a197dcb48754a47811bdbb56115eaefbdb7d32b4665ec75330ecfef470d'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 
@@ -44,6 +44,3 @@
   chmod 755 "${pkgdir}"/usr/bin/$pkgname
   install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
 }
-sha256sums=('b4458fc4872dbcc027ee9073fd403ef22f630060f227d2b2e761d56b4783216d'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')


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

2014-12-06 Thread Andrea Scarpino
Date: Saturday, December 6, 2014 @ 11:00:49
  Author: andrea
Revision: 227315

upgpkg: libaccounts-glib 1.18-1

Upstream release

Modified:
  libaccounts-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 01:41:04 UTC (rev 227314)
+++ PKGBUILD2014-12-06 10:00:49 UTC (rev 227315)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('dbus-glib' 'libxml2' 'sqlite')
 makedepends=('python2-gobject' 'docbook-xsl')
 
source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('fbade6c343096b2869d61128086bff9a')
+md5sums=('fa37ebbe1cc1e8b738368ba86142c197')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-06 Thread Andrea Scarpino
Date: Saturday, December 6, 2014 @ 11:01:00
  Author: andrea
Revision: 227316

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

Added:
  libaccounts-glib/repos/extra-i686/PKGBUILD
(from rev 227315, libaccounts-glib/trunk/PKGBUILD)
  libaccounts-glib/repos/extra-x86_64/PKGBUILD
(from rev 227315, libaccounts-glib/trunk/PKGBUILD)
Deleted:
  libaccounts-glib/repos/extra-i686/PKGBUILD
  libaccounts-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-06 10:00:49 UTC (rev 227315)
+++ extra-i686/PKGBUILD 2014-12-06 10:01:00 UTC (rev 227316)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.17
-pkgrel=1
-pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/";
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite')
-makedepends=('python2-gobject' 'docbook-xsl')
-source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('fbade6c343096b2869d61128086bff9a')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
---prefix=/usr \
---disable-static \
---disable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libaccounts-glib/repos/extra-i686/PKGBUILD (from rev 227315, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-06 10:01:00 UTC (rev 227316)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.18
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/";
+license=('LGPL')
+depends=('dbus-glib' 'libxml2' 'sqlite')
+makedepends=('python2-gobject' 'docbook-xsl')
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('fa37ebbe1cc1e8b738368ba86142c197')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-06 10:00:49 UTC (rev 227315)
+++ extra-x86_64/PKGBUILD   2014-12-06 10:01:00 UTC (rev 227316)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.17
-pkgrel=1
-pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/";
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite')
-makedepends=('python2-gobject' 'docbook-xsl')
-source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('fbade6c343096b2869d61128086bff9a')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
---prefix=/usr \
---disable-static \
---disable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 227315, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-06 10:01:00 UTC (rev 227316)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.18
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/";
+license=('LGPL')
+depends=('dbus-glib' 'libxml2' 'sqlite')
+makedepends=('python2-gobject' 'docbook-xsl')
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('fa37ebbe1cc1e8b738368ba86142c197')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2014-12-06 Thread Andrea Scarpino
Date: Saturday, December 6, 2014 @ 11:23:24
  Author: andrea
Revision: 227317

upgpkg: kdevelop 4.7.0-5

Add missing grantlee dependence; GDB plugin requires kdebase-workspace

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 10:01:00 UTC (rev 227316)
+++ PKGBUILD2014-12-06 10:23:24 UTC (rev 227317)
@@ -4,16 +4,16 @@
 
 pkgname=kdevelop
 pkgver=4.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A C/C++ development environment for KDE"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/";
 license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
+depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart' 'grantlee-qt4')
 makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
 optdepends=('kdesdk-okteta: hex editor integration'
 'kdebase-konsole: embedded terminal'
-"kdebase-workspace: 'Attach to process' functionality"
+"kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
 'git: Git support'
 'subversion: SVN support'
 'cvs: Concurrent Versions System support'


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

2014-12-06 Thread Andrea Scarpino
Date: Saturday, December 6, 2014 @ 11:23:34
  Author: andrea
Revision: 227318

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

Added:
  kdevelop/repos/extra-i686/PKGBUILD
(from rev 227317, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/extra-i686/kdevelop.install
(from rev 227317, kdevelop/trunk/kdevelop.install)
  kdevelop/repos/extra-x86_64/PKGBUILD
(from rev 227317, kdevelop/trunk/PKGBUILD)
  kdevelop/repos/extra-x86_64/kdevelop.install
(from rev 227317, kdevelop/trunk/kdevelop.install)
Deleted:
  kdevelop/repos/extra-i686/PKGBUILD
  kdevelop/repos/extra-i686/kdevelop.install
  kdevelop/repos/extra-x86_64/PKGBUILD
  kdevelop/repos/extra-x86_64/kdevelop.install

---+
 /PKGBUILD |   84 
 /kdevelop.install |   26 
 extra-i686/PKGBUILD   |   42 
 extra-i686/kdevelop.install   |   13 --
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/kdevelop.install |   13 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-06 10:23:24 UTC (rev 227317)
+++ extra-i686/PKGBUILD 2014-12-06 10:23:34 UTC (rev 227318)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=4.7.0
-pkgrel=4
-pkgdesc="A C/C++ development environment for KDE"
-arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/";
-license=('GPL')
-depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
-optdepends=('kdesdk-okteta: hex editor integration'
-'kdebase-konsole: embedded terminal'
-"kdebase-workspace: 'Attach to process' functionality"
-'git: Git support'
-'subversion: SVN support'
-'cvs: Concurrent Versions System support'
-'gdb: GNU Debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('6c4becf482956334975886963ba0acf158f2aa15')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 227317, 
kdevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-06 10:23:34 UTC (rev 227318)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=4.7.0
+pkgrel=5
+pkgdesc="A C/C++ development environment for KDE"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdebase-runtime' 'kdevplatform' 'kdebase-katepart' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'kdesdk-okteta' 'kdebase-workspace')
+optdepends=('kdesdk-okteta: hex editor integration'
+'kdebase-konsole: embedded terminal'
+"kdebase-workspace: GDB plugin and 'Attach to process' 
functionality"
+'git: Git support'
+'subversion: SVN support'
+'cvs: Concurrent Versions System support'
+'gdb: GNU Debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6c4becf482956334975886963ba0acf158f2aa15')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdevelop.install
===
--- extra-i686/kdevelop.install 2014-12-06 10:23:24 UTC (rev 227317)
+++ extra-i686/kdevelop.install 2014-12-06 10:23:34 UTC (rev 227318)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime  &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevelop/repos/extra-i686/kdevelop.install (from rev 227317, 
kdevelop/trunk/kdevelop.install)
===
--- extra-i686/kdevelop.install (rev 0)
+++ extra-i686/kdevelop.install 2014-12-06 10:23:34 UTC (rev 227318)
@@ -0,0 +1,13 @@
+post_install() {
+  

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

2014-12-06 Thread Bartłomiej Piotrowski
Date: Saturday, December 6, 2014 @ 12:59:05
  Author: bpiotrowski
Revision: 227319

upgpkg: libcap 2.24-2

make libcap use capabality list provided by linux-api-headers (FS#42799)

Modified:
  libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 10:23:34 UTC (rev 227318)
+++ PKGBUILD2014-12-06 11:59:05 UTC (rev 227319)
@@ -1,35 +1,33 @@
 #$Id$
-# Maintainer: Allan McRae 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
 # Contributor: Hugo Doria 
 
 pkgname=libcap
 pkgver=2.24
-pkgrel=1
-pkgdesc="POSIX 1003.1e capabilities"
+pkgrel=2
+pkgdesc='POSIX 1003.1e capabilities'
 arch=('i686' 'x86_64')
-url="http://sites.google.com/site/fullycapable/";
+url='http://sites.google.com/site/fullycapable/'
 license=('GPL2')
 depends=('glibc' 'attr')
-options=('!staticlibs')
-source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-${pkgver}.tar.xz)
+makedepends=('linux-api-headers')
+source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz)
 md5sums=('d43ab9f680435a7fff35b4ace8d45b80')
 
 prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # install into /usr/bin
+  cd $pkgname-$pkgver
   sed -i "/SBINDIR/s#sbin#bin#" Make.Rules
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
+  make -C $pkgname-$pkgver KERNEL_HEADERS=/usr/include
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=/usr lib=/lib DESTDIR=${pkgdir} RAISE_SETFCAP=no install
-  
+  cd $pkgname-$pkgver
+  make prefix=/usr lib=/lib DESTDIR="$pkgdir" RAISE_SETFCAP=no install
+
   install -Dm644 pam_cap/capability.conf \
-$pkgdir/usr/share/doc/$pkgname/capability.conf.example
+"$pkgdir"/usr/share/doc/$pkgname/capability.conf.example
 }


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

2014-12-06 Thread Bartłomiej Piotrowski
Date: Saturday, December 6, 2014 @ 12:59:15
  Author: bpiotrowski
Revision: 227320

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

Added:
  libcap/repos/testing-i686/
  libcap/repos/testing-i686/PKGBUILD
(from rev 227319, libcap/trunk/PKGBUILD)
  libcap/repos/testing-x86_64/
  libcap/repos/testing-x86_64/PKGBUILD
(from rev 227319, libcap/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libcap/repos/testing-i686/PKGBUILD (from rev 227319, 
libcap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-06 11:59:15 UTC (rev 227320)
@@ -0,0 +1,33 @@
+#$Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Hugo Doria 
+
+pkgname=libcap
+pkgver=2.24
+pkgrel=2
+pkgdesc='POSIX 1003.1e capabilities'
+arch=('i686' 'x86_64')
+url='http://sites.google.com/site/fullycapable/'
+license=('GPL2')
+depends=('glibc' 'attr')
+makedepends=('linux-api-headers')
+source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz)
+md5sums=('d43ab9f680435a7fff35b4ace8d45b80')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "/SBINDIR/s#sbin#bin#" Make.Rules
+}
+
+build() {
+  make -C $pkgname-$pkgver KERNEL_HEADERS=/usr/include
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=/usr lib=/lib DESTDIR="$pkgdir" RAISE_SETFCAP=no install
+
+  install -Dm644 pam_cap/capability.conf \
+"$pkgdir"/usr/share/doc/$pkgname/capability.conf.example
+}

Copied: libcap/repos/testing-x86_64/PKGBUILD (from rev 227319, 
libcap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-06 11:59:15 UTC (rev 227320)
@@ -0,0 +1,33 @@
+#$Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Hugo Doria 
+
+pkgname=libcap
+pkgver=2.24
+pkgrel=2
+pkgdesc='POSIX 1003.1e capabilities'
+arch=('i686' 'x86_64')
+url='http://sites.google.com/site/fullycapable/'
+license=('GPL2')
+depends=('glibc' 'attr')
+makedepends=('linux-api-headers')
+source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.xz)
+md5sums=('d43ab9f680435a7fff35b4ace8d45b80')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "/SBINDIR/s#sbin#bin#" Make.Rules
+}
+
+build() {
+  make -C $pkgname-$pkgver KERNEL_HEADERS=/usr/include
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix=/usr lib=/lib DESTDIR="$pkgdir" RAISE_SETFCAP=no install
+
+  install -Dm644 pam_cap/capability.conf \
+"$pkgdir"/usr/share/doc/$pkgname/capability.conf.example
+}


[arch-commits] Commit in (7 files)

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 14:10:06
  Author: muflone
Revision: 123535

New packages spyder and spyder3 2.3.2-1

Added:
  spyder/
  spyder/repos/
  spyder/trunk/
  spyder/trunk/PKGBUILD
  spyder/trunk/pylint2.patch
  spyder/trunk/python2.patch
  spyder/trunk/spyder.install

+
 PKGBUILD   |   79 +++
 pylint2.patch  |   28 +++
 python2.patch  |   18 
 spyder.install |   12 
 4 files changed, 137 insertions(+)

Added: spyder/trunk/PKGBUILD
===
--- spyder/trunk/PKGBUILD   (rev 0)
+++ spyder/trunk/PKGBUILD   2014-12-06 13:10:06 UTC (rev 123535)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder' 'spyder3')
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='http://code.google.com/p/spyderlib/'
+license=('MIT')
+install="${pkgbase}.install"
+source=("https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip";
+"pylint2.patch"
+"python2.patch")
+sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
+'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
+'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
+
+package_spyder() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
+  optdepends=('python2-pylint: powerful code analysis'
+  'ipython2: enhanced Python interpreter'
+  'python2-rope: editor code completion, calltips and 
go-to-definition'
+  'python2-sphinx: rich text help on the object inspector'
+  'python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-psutil: memory/CPU usage in the status bar'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'pep8-python2: real-time code style analysis'
+  'python2-sympy: symbolic mathematics for the IPython console')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  patch -p1 -i "../python2.patch"
+  patch -p1 -i "../pylint2.patch"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # Remove useless spyder_win_post_install script
+  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
+}
+
+package_spyder3() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
+  optdepends=('python-pylint: powerful code analysis'
+  'ipython: enhanced Python interpreter'
+  'python-rope: editor code completion, calltips and 
go-to-definition'
+  'python-sphinx: rich text help on the object inspector'
+  'python-numpy: N-dimensional arrays'
+  'python-scipy: signal/image processing'
+  'python-psutil: memory/CPU usage in the status bar'
+  'python-h5py: HDF5 support'
+  'python-matplotlib: interactive 2D/3D data plotting'
+  'pep8: real-time code style analysis'
+  'python-sympy: symbolic mathematics for the IPython console')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # Remove useless spyder_win_post_install script
+  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
+}


Property changes on: spyder/trunk/PKGBUILD
___
Adde

[arch-commits] Commit in spyder/repos (5 files)

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 14:11:45
  Author: muflone
Revision: 123536

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/
  spyder/repos/community-testing-any/PKGBUILD
(from rev 123535, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/pylint2.patch
(from rev 123535, spyder/trunk/pylint2.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 123535, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 123535, spyder/trunk/spyder.install)

+
 PKGBUILD   |   79 +++
 pylint2.patch  |   28 +++
 python2.patch  |   18 
 spyder.install |   12 
 4 files changed, 137 insertions(+)

Copied: spyder/repos/community-testing-any/PKGBUILD (from rev 123535, 
spyder/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-12-06 13:11:45 UTC (rev 123536)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder' 'spyder3')
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='http://code.google.com/p/spyderlib/'
+license=('MIT')
+install="${pkgbase}.install"
+source=("https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip";
+"pylint2.patch"
+"python2.patch")
+sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
+'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
+'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
+
+package_spyder() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
+  optdepends=('python2-pylint: powerful code analysis'
+  'ipython2: enhanced Python interpreter'
+  'python2-rope: editor code completion, calltips and 
go-to-definition'
+  'python2-sphinx: rich text help on the object inspector'
+  'python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-psutil: memory/CPU usage in the status bar'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'pep8-python2: real-time code style analysis'
+  'python2-sympy: symbolic mathematics for the IPython console')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  patch -p1 -i "../python2.patch"
+  patch -p1 -i "../pylint2.patch"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # Remove useless spyder_win_post_install script
+  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
+}
+
+package_spyder3() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
+  optdepends=('python-pylint: powerful code analysis'
+  'ipython: enhanced Python interpreter'
+  'python-rope: editor code completion, calltips and 
go-to-definition'
+  'python-sphinx: rich text help on the object inspector'
+  'python-numpy: N-dimensional arrays'
+  'python-scipy: signal/image processing'
+  'python-psutil: memory/CPU usage in the status bar'
+  'python-h5py: HDF5 support'
+  'python-matplotlib: interactive 2D/3D data plotting'
+  'pep8: real-time code style analysis'
+  'python-sympy: symbolic mathematics for the IPython console')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applic

[arch-commits] Commit in spyder/repos/community-testing-any (8 files)

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 14:16:46
  Author: muflone
Revision: 123537

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 123536, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/pylint2.patch
(from rev 123536, spyder/trunk/pylint2.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 123536, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 123536, spyder/trunk/spyder.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/pylint2.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder.install

+
 PKGBUILD   |  158 +++
 pylint2.patch  |   56 +--
 python2.patch  |   36 ++--
 spyder.install |   24 
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 13:11:45 UTC (rev 123536)
+++ PKGBUILD2014-12-06 13:16:46 UTC (rev 123537)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install="${pkgbase}.install"
-source=("https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip";
-"pylint2.patch"
-"python2.patch")
-sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
-'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
-'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'ipython2: enhanced Python interpreter'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'pep8-python2: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../pylint2.patch"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # Remove useless spyder_win_post_install script
-  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'ipython: enhanced Python interpreter'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  inst

[arch-commits] Commit in linux/trunk (PKGBUILD fix_CPU0_microcode_on_resume.patch)

2014-12-06 Thread Thomas Bächler
Date: Saturday, December 6, 2014 @ 15:18:18
  Author: thomas
Revision: 227321

upgpkg: linux 3.17.4-2: Use correct microcode resume fix

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/fix_CPU0_microcode_on_resume.patch

+
 PKGBUILD   |   11 +---
 fix_CPU0_microcode_on_resume.patch |   47 ++-
 2 files changed, 38 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 11:59:15 UTC (rev 227320)
+++ PKGBUILD2014-12-06 14:18:18 UTC (rev 227321)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.17
 pkgver=3.17.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -27,7 +27,7 @@
 '66fc95823d3c99167532f37c07e9582d305961103997fcc61cfc7f6a86b34130'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
-'43668fe46147fe93f41b919db673574427ce5a8c376cd28cbf3a00326491')
+'4eb64c2520e9bcdff47d757946011b4bf9896186d285361f18364c7ff9b2c699')
 
 _kernelname=${pkgbase#linux}
 
@@ -297,10 +297,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
-'eeef37397a15245bd143569908be40622a87dc7673965e623e811ea3f68b8434'
-'ea9de72fe335055f6e8eebd1d85cad150a47a81004bb27d78f18f2591fd3bbd5'
-'66fc95823d3c99167532f37c07e9582d305961103997fcc61cfc7f6a86b34130'
-'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
-'43668fe46147fe93f41b919db673574427ce5a8c376cd28cbf3a00326491')

Modified: fix_CPU0_microcode_on_resume.patch
===
--- fix_CPU0_microcode_on_resume.patch  2014-12-06 11:59:15 UTC (rev 227320)
+++ fix_CPU0_microcode_on_resume.patch  2014-12-06 14:18:18 UTC (rev 227321)
@@ -1,21 +1,46 @@
+From fb86b97300d930b57471068720c52bfa8622eab7 Mon Sep 17 00:00:00 2001
+From: Borislav Petkov 
+Date: Tue, 18 Nov 2014 10:46:57 +0100
+Subject: [PATCH] x86, microcode: Update BSPs microcode on resume
+
+In the situation when we apply early microcode but do *not* apply late
+microcode, we fail to update the BSP's microcode on resume because we
+haven't initialized the uci->mc microcode pointer. So, in order to
+alleviate that, we go and dig out the stashed microcode patch during
+early boot. It is basically the same thing that is done on the APs early
+during boot so do that too here.
+
+Tested-by: alex.schna...@gmail.com
+Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=88001
+Cc: Henrique de Moraes Holschuh 
+Cc: Fenghua Yu 
+Cc:  # v3.9
+Signed-off-by: Borislav Petkov 
+Link: http://lkml.kernel.org/r/20141118094657.ga6...@pd.tnic
+Signed-off-by: Thomas Gleixner 
+---
+ arch/x86/kernel/cpu/microcode/core.c | 8 
+ 1 file changed, 8 insertions(+)
+
 diff --git a/arch/x86/kernel/cpu/microcode/core.c 
b/arch/x86/kernel/cpu/microcode/core.c
-index dd9d6190b08d..181e42bd85d3 100644
+index dd9d619..2ce9051 100644
 --- a/arch/x86/kernel/cpu/microcode/core.c
 +++ b/arch/x86/kernel/cpu/microcode/core.c
-@@ -85,6 +85,7 @@
- #include 
+@@ -465,6 +465,14 @@ static void mc_bp_resume(void)
  
- #include 
-+#include 
- #include 
- #include 
- #include 
-@@ -465,6 +466,8 @@ static void mc_bp_resume(void)
- 
if (uci->valid && uci->mc)
microcode_ops->apply_microcode(cpu);
 +  else if (!uci->mc)
-+  load_ucode_intel_ap();
++  /*
++   * We might resume and not have applied late microcode but still
++   * have a newer patch stashed from the early loader. We don't
++   * have it in uci->mc so we have to load it the same way we're
++   * applying patches early on the APs.
++   */
++  load_ucode_ap();
  }
  
  static struct syscore_ops mc_syscore_ops = {
+-- 
+2.1.3
+


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

2014-12-06 Thread Thomas Bächler
Date: Saturday, December 6, 2014 @ 15:18:40
  Author: thomas
Revision: 227322

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 227321, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 227321, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 227321, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 227321, linux/trunk/config.x86_64)
  linux/repos/testing-i686/fix_CPU0_microcode_on_resume.patch
(from rev 227321, linux/trunk/fix_CPU0_microcode_on_resume.patch)
  linux/repos/testing-i686/linux.install
(from rev 227321, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 227321, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 227321, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 227321, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 227321, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 227321, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/fix_CPU0_microcode_on_resume.patch
(from rev 227321, linux/trunk/fix_CPU0_microcode_on_resume.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 227321, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 227321, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  299 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7131 +
 testing-i686/config.x86_64   | 6890 
 testing-i686/fix_CPU0_microcode_on_resume.patch  |   46 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  299 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7131 +
 testing-x86_64/config.x86_64 | 6890 
 testing-x86_64/fix_CPU0_microcode_on_resume.patch|   46 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 28856 insertions(+)

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


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

2014-12-06 Thread Thomas Bächler
Date: Saturday, December 6, 2014 @ 15:26:44
  Author: thomas
Revision: 227323

upgpkg: linux-firmware 20141201.38e5405-1: update to latest git

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 14:18:40 UTC (rev 227322)
+++ PKGBUILD2014-12-06 14:26:44 UTC (rev 227323)
@@ -3,7 +3,8 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-pkgver=20141009.0e5f637
+_rev=38e5405
+pkgver=20141201.${_rev}
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')
@@ -36,7 +37,7 @@
   'rt2x00-rt71w-fw'
   'amd-ucode')
 options=(!strip)
-source=('git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=0e5f637')
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev}";)
 md5sums=('SKIP')
 
 package() {


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2014-12-06 Thread Thomas Bächler
Date: Saturday, December 6, 2014 @ 15:27:07
  Author: thomas
Revision: 227324

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 227323, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 227323, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-12-06 14:27:07 UTC (rev 227324)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=38e5405
+pkgver=20141201.${_rev}
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary";
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev}";)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in spyder/repos/community-testing-any (8 files)

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 15:39:05
  Author: muflone
Revision: 123538

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 123537, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/pylint2.patch
(from rev 123537, spyder/trunk/pylint2.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 123537, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 123537, spyder/trunk/spyder.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/pylint2.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder.install

+
 PKGBUILD   |  158 +++
 pylint2.patch  |   56 +--
 python2.patch  |   36 ++--
 spyder.install |   24 
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 13:16:46 UTC (rev 123537)
+++ PKGBUILD2014-12-06 14:39:05 UTC (rev 123538)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install="${pkgbase}.install"
-source=("https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip";
-"pylint2.patch"
-"python2.patch")
-sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
-'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
-'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'ipython2: enhanced Python interpreter'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'pep8-python2: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../pylint2.patch"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # Remove useless spyder_win_post_install script
-  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'ipython: enhanced Python interpreter'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  inst

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

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 16:06:47
  Author: muflone
Revision: 123539

upgpkg: spyder 2.3.2-2

Replaced pep8-python2 optdeps with python2-pep8

Modified:
  spyder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 14:39:05 UTC (rev 123538)
+++ PKGBUILD2014-12-06 15:06:47 UTC (rev 123539)
@@ -6,7 +6,7 @@
 pkgbase='spyder'
 pkgname=('spyder' 'spyder3')
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
 makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
 arch=('any')
@@ -32,7 +32,7 @@
   'python2-psutil: memory/CPU usage in the status bar'
   'python2-h5py: HDF5 support'
   'python2-matplotlib: interactive 2D/3D data plotting'
-  'pep8-python2: real-time code style analysis'
+  'python2-pep8: real-time code style analysis'
   'python2-sympy: symbolic mathematics for the IPython console')
   [ -d "build" ] && rm -rf "build"
   cp -r "${pkgbase}-${pkgver}" build


[arch-commits] Commit in spyder/repos/community-testing-any (8 files)

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 16:08:11
  Author: muflone
Revision: 123540

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 123539, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/pylint2.patch
(from rev 123539, spyder/trunk/pylint2.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 123539, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 123539, spyder/trunk/spyder.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/pylint2.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder.install

+
 PKGBUILD   |  158 +++
 pylint2.patch  |   56 +--
 python2.patch  |   36 ++--
 spyder.install |   24 
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 15:06:47 UTC (rev 123539)
+++ PKGBUILD2014-12-06 15:08:11 UTC (rev 123540)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install="${pkgbase}.install"
-source=("https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip";
-"pylint2.patch"
-"python2.patch")
-sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
-'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
-'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'ipython2: enhanced Python interpreter'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'pep8-python2: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../pylint2.patch"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # Remove useless spyder_win_post_install script
-  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'ipython: enhanced Python interpreter'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  inst

[arch-commits] Commit in spyder/repos/community-testing-any (8 files)

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 16:21:11
  Author: muflone
Revision: 123541

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 123540, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/pylint2.patch
(from rev 123540, spyder/trunk/pylint2.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 123540, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 123540, spyder/trunk/spyder.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/pylint2.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder.install

+
 PKGBUILD   |  158 +++
 pylint2.patch  |   56 +--
 python2.patch  |   36 ++--
 spyder.install |   24 
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 15:08:11 UTC (rev 123540)
+++ PKGBUILD2014-12-06 15:21:11 UTC (rev 123541)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.2
-pkgrel=2
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install="${pkgbase}.install"
-source=("https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip";
-"pylint2.patch"
-"python2.patch")
-sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
-'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
-'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'ipython2: enhanced Python interpreter'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-pep8: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../pylint2.patch"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # Remove useless spyder_win_post_install script
-  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'ipython: enhanced Python interpreter'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  inst

[arch-commits] Commit in spyder/repos/community-testing-any (8 files)

2014-12-06 Thread Fabio Castelli
Date: Saturday, December 6, 2014 @ 16:27:32
  Author: muflone
Revision: 123542

archrelease: copy trunk to community-testing-any

Added:
  spyder/repos/community-testing-any/PKGBUILD
(from rev 123541, spyder/trunk/PKGBUILD)
  spyder/repos/community-testing-any/pylint2.patch
(from rev 123541, spyder/trunk/pylint2.patch)
  spyder/repos/community-testing-any/python2.patch
(from rev 123541, spyder/trunk/python2.patch)
  spyder/repos/community-testing-any/spyder.install
(from rev 123541, spyder/trunk/spyder.install)
Deleted:
  spyder/repos/community-testing-any/PKGBUILD
  spyder/repos/community-testing-any/pylint2.patch
  spyder/repos/community-testing-any/python2.patch
  spyder/repos/community-testing-any/spyder.install

+
 PKGBUILD   |  158 +++
 pylint2.patch  |   56 +--
 python2.patch  |   36 ++--
 spyder.install |   24 
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 15:21:11 UTC (rev 123541)
+++ PKGBUILD2014-12-06 15:27:32 UTC (rev 123542)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Francois Boulogne 
-# Contributor: TDY 
-
-pkgbase='spyder'
-pkgname=('spyder' 'spyder3')
-pkgver=2.3.2
-pkgrel=2
-pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
-makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
-arch=('any')
-url='http://code.google.com/p/spyderlib/'
-license=('MIT')
-install="${pkgbase}.install"
-source=("https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip";
-"pylint2.patch"
-"python2.patch")
-sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
-'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
-'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
-
-package_spyder() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
-  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
-  optdepends=('python2-pylint: powerful code analysis'
-  'ipython2: enhanced Python interpreter'
-  'python2-rope: editor code completion, calltips and 
go-to-definition'
-  'python2-sphinx: rich text help on the object inspector'
-  'python2-numpy: N-dimensional arrays'
-  'python2-scipy: signal/image processing'
-  'python2-psutil: memory/CPU usage in the status bar'
-  'python2-h5py: HDF5 support'
-  'python2-matplotlib: interactive 2D/3D data plotting'
-  'python2-pep8: real-time code style analysis'
-  'python2-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  patch -p1 -i "../python2.patch"
-  patch -p1 -i "../pylint2.patch"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  # Remove useless spyder_win_post_install script
-  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
-}
-
-package_spyder3() {
-  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
-  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
-  optdepends=('python-pylint: powerful code analysis'
-  'ipython: enhanced Python interpreter'
-  'python-rope: editor code completion, calltips and 
go-to-definition'
-  'python-sphinx: rich text help on the object inspector'
-  'python-numpy: N-dimensional arrays'
-  'python-scipy: signal/image processing'
-  'python-psutil: memory/CPU usage in the status bar'
-  'python-h5py: HDF5 support'
-  'python-matplotlib: interactive 2D/3D data plotting'
-  'pep8: real-time code style analysis'
-  'python-sympy: symbolic mathematics for the IPython console')
-  [ -d "build" ] && rm -rf "build"
-  cp -r "${pkgbase}-${pkgver}" build
-  cd build
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # Install icon and desktop file
-  inst

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

2014-12-06 Thread Bartłomiej Piotrowski
Date: Saturday, December 6, 2014 @ 17:17:39
  Author: bpiotrowski
Revision: 227325

upgpkg: ncurses 5.9-7

backport PKGBUILD changes from 5.9_20141101-1

Modified:
  ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 14:27:07 UTC (rev 227324)
+++ PKGBUILD2014-12-06 16:17:39 UTC (rev 227325)
@@ -4,8 +4,8 @@
 # Contributor: judd 
 
 pkgname=ncurses
-pkgver=5.9_20141101
-pkgrel=1
+pkgver=5.9
+pkgrel=7
 pkgdesc='System V Release 4.0 curses emulation library'
 arch=('i686' 'x86_64')
 url='http://invisible-island.net/ncurses/ncurses.html'
@@ -13,8 +13,8 @@
 depends=('glibc' 'gcc-libs' 'sh')
 provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
   'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
-source=(ftp://invisible-island.net/ncurses/current/ncurses-${pkgver/_/-}.tgz{,.asc})
-md5sums=('87500270f8b1ba911228c940bad30ed1'
+source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})
+md5sums=('8cb9c412e5f2d96bc6f459aa8c6282a1'
  'SKIP')
 
 prepare() {


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

2014-12-06 Thread Bartłomiej Piotrowski
Date: Saturday, December 6, 2014 @ 17:17:49
  Author: bpiotrowski
Revision: 227326

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

Added:
  ncurses/repos/testing-i686/
  ncurses/repos/testing-i686/PKGBUILD
(from rev 227325, ncurses/trunk/PKGBUILD)
  ncurses/repos/testing-x86_64/
  ncurses/repos/testing-x86_64/PKGBUILD
(from rev 227325, ncurses/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   69 ++
 testing-x86_64/PKGBUILD |   69 ++
 2 files changed, 138 insertions(+)

Copied: ncurses/repos/testing-i686/PKGBUILD (from rev 227325, 
ncurses/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-06 16:17:49 UTC (rev 227326)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=ncurses
+pkgver=5.9
+pkgrel=7
+pkgdesc='System V Release 4.0 curses emulation library'
+arch=('i686' 'x86_64')
+url='http://invisible-island.net/ncurses/ncurses.html'
+license=('MIT')
+depends=('glibc' 'gcc-libs' 'sh')
+provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
+  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})
+md5sums=('8cb9c412e5f2d96bc6f459aa8c6282a1'
+ 'SKIP')
+
+prepare() {
+  mkdir ncurses{,w}-build
+}
+
+build() {
+  cd ncursesw-build
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
+ --with-shared --with-normal --without-debug --without-ada \
+ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared
+  # add --enable-ext-colors and --enable-ext-mouse with next soname bump
+  make
+
+  # libraries for external binary support
+  cd ${srcdir}/ncurses-build
+  [[ $CARCH = "x86_64" ]] && CONFIGFLAG="--with-chtype=long"
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr \
+--with-shared --with-normal --without-debug --without-ada $CONFIGFLAG \
+--with-cxx-binding --with-cxx-shared
+  make
+}
+
+package() {
+  cd ncursesw-build
+  make DESTDIR="$pkgdir" install
+
+  # fool packages looking to link to non-wide-character ncurses libraries
+  for lib in ncurses ncurses++ form panel menu; do
+echo "INPUT(-l${lib}w)" > "$pkgdir"/usr/lib/lib${lib}.so
+  done
+
+  for lib in ncurses ncurses++ form panel menu; do
+ln -s ${lib}w.pc "$pkgdir"/usr/lib/pkgconfig/${lib}.pc
+  done
+
+  # some packages look for -lcurses during build
+  echo "INPUT(-lncursesw)" > "$pkgdir"/usr/lib/libcursesw.so
+  ln -s libncurses.so "$pkgdir"/usr/lib/libcurses.so
+
+  # non-widec compatibility libraries
+  cd "$srcdir"/ncurses-build
+  for lib in ncurses form panel menu; do
+install -Dm755 lib/lib${lib}.so.${pkgver%_*} 
"$pkgdir"/usr/lib/lib${lib}.so.${pkgver%_*}
+ln -s lib${lib}.so.${pkgver%_*} "$pkgdir"/usr/lib/lib${lib}.so.5
+  done
+
+  # install license, rip it from the readme
+  cd "$srcdir"/$pkgname-${pkgver/_/-}
+  install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+  grep -B 100 '$Id' README > "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: ncurses/repos/testing-x86_64/PKGBUILD (from rev 227325, 
ncurses/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-06 16:17:49 UTC (rev 227326)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=ncurses
+pkgver=5.9
+pkgrel=7
+pkgdesc='System V Release 4.0 curses emulation library'
+arch=('i686' 'x86_64')
+url='http://invisible-island.net/ncurses/ncurses.html'
+license=('MIT')
+depends=('glibc' 'gcc-libs' 'sh')
+provides=('libmenu.so' 'libpanel.so' 'libform.so' 'libncurses.so' 
'libncurses++w.so'
+  'libformw.so' 'libmenuw.so' 'libpanelw.so' 'libncursesw.so')
+source=(ftp://invisible-island.net/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc})
+md5sums=('8cb9c412e5f2d96bc6f459aa8c6282a1'
+ 'SKIP')
+
+prepare() {
+  mkdir ncurses{,w}-build
+}
+
+build() {
+  cd ncursesw-build
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr --mandir=/usr/share/man \
+ --with-shared --with-normal --without-debug --without-ada \
+ --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared
+  # add --enable-ext-colors and --enable-ext-mouse with next soname bump
+  make
+
+  # libraries for external binary support
+  cd ${srcdir}/ncurses-build
+  [[ $CARCH = "x86_64" ]] && CONFIGFLAG="--with-chtype=long"
+  ../$pkgname-${pkgver/_/-}/configure --prefix=/usr \
+--with-shared --with-normal --without-debug --without-ada $CONFIGFLAG \
+--with-cxx-binding --with-cxx-shared
+  make
+}
+
+package() {
+  cd ncursesw-build
+  make

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

2014-12-06 Thread Florian Pritz
Date: Saturday, December 6, 2014 @ 18:19:01
  Author: bluewind
Revision: 123543

rename pivy to python2-pivy

Added:
  python2-pivy/
Modified:
  python2-pivy/trunk/PKGBUILD
Deleted:
  pivy/

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

Modified: python2-pivy/trunk/PKGBUILD
===
--- pivy/trunk/PKGBUILD 2014-12-06 15:27:32 UTC (rev 123542)
+++ python2-pivy/trunk/PKGBUILD 2014-12-06 17:19:01 UTC (rev 123543)
@@ -2,7 +2,7 @@
 # Contributor: Christian Hesse 
 # Contributor/Submitter: 
 
-pkgname=pivy
+pkgname=python2-pivy
 pkgver=20101207
 pkgrel=1
 pkgdesc="Coin binding for Python"
@@ -13,6 +13,8 @@
 makedepends=('swig' 'mercurial')
 source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
 md5sums=('SKIP')
+replaces=(pivy)
+provides=(pivy)
 
 package() {
cd "$srcdir/pivy"


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

2014-12-06 Thread Florian Pritz
Date: Saturday, December 6, 2014 @ 18:19:15
  Author: bluewind
Revision: 123544

archrelease: copy trunk to community-x86_64

Added:
  python2-pivy/repos/community-x86_64/PKGBUILD
(from rev 123543, python2-pivy/trunk/PKGBUILD)
Deleted:
  python2-pivy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 17:19:01 UTC (rev 123543)
+++ PKGBUILD2014-12-06 17:19:15 UTC (rev 123544)
@@ -1,24 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Christian Hesse 
-# Contributor/Submitter: 
-
-pkgname=pivy
-pkgver=20101207
-pkgrel=1
-pkgdesc="Coin binding for Python"
-arch=('i686' 'x86_64')
-url="http://pivy.coin3d.org";
-license=('custom')
-depends=('python2' 'soqt')
-makedepends=('swig' 'mercurial')
-source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
-md5sums=('SKIP')
-
-package() {
-   cd "$srcdir/pivy"
-
-   python2 setup.py install --root="${pkgdir}"
-
-   install -D -m 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python2-pivy/repos/community-x86_64/PKGBUILD (from rev 123543, 
python2-pivy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-06 17:19:15 UTC (rev 123544)
@@ -0,0 +1,26 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christian Hesse 
+# Contributor/Submitter: 
+
+pkgname=python2-pivy
+pkgver=20101207
+pkgrel=1
+pkgdesc="Coin binding for Python"
+arch=('i686' 'x86_64')
+url="http://pivy.coin3d.org";
+license=('custom')
+depends=('python2' 'soqt')
+makedepends=('swig' 'mercurial')
+source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
+md5sums=('SKIP')
+replaces=(pivy)
+provides=(pivy)
+
+package() {
+   cd "$srcdir/pivy"
+
+   python2 setup.py install --root="${pkgdir}"
+
+   install -D -m 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2014-12-06 Thread Florian Pritz
Date: Saturday, December 6, 2014 @ 18:23:35
  Author: bluewind
Revision: 123545

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

Added:
  python2-pivy/repos/community-i686/PKGBUILD
(from rev 123544, python2-pivy/trunk/PKGBUILD)
  python2-pivy/repos/community-x86_64/PKGBUILD
(from rev 123544, python2-pivy/trunk/PKGBUILD)
Deleted:
  python2-pivy/repos/community-i686/PKGBUILD
  python2-pivy/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-06 17:19:15 UTC (rev 123544)
+++ community-i686/PKGBUILD 2014-12-06 17:23:35 UTC (rev 123545)
@@ -1,24 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Christian Hesse 
-# Contributor/Submitter: 
-
-pkgname=pivy
-pkgver=20101207
-pkgrel=1
-pkgdesc="Coin binding for Python"
-arch=('i686' 'x86_64')
-url="http://pivy.coin3d.org";
-license=('custom')
-depends=('python2' 'soqt')
-makedepends=('swig' 'mercurial')
-source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
-md5sums=('SKIP')
-
-package() {
-   cd "$srcdir/pivy"
-
-   python2 setup.py install --root="${pkgdir}"
-
-   install -D -m 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python2-pivy/repos/community-i686/PKGBUILD (from rev 123544, 
python2-pivy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-06 17:23:35 UTC (rev 123545)
@@ -0,0 +1,26 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christian Hesse 
+# Contributor/Submitter: 
+
+pkgname=python2-pivy
+pkgver=20101207
+pkgrel=1
+pkgdesc="Coin binding for Python"
+arch=('i686' 'x86_64')
+url="http://pivy.coin3d.org";
+license=('custom')
+depends=('python2' 'soqt')
+makedepends=('swig' 'mercurial')
+source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
+md5sums=('SKIP')
+replaces=(pivy)
+provides=(pivy)
+
+package() {
+   cd "$srcdir/pivy"
+
+   python2 setup.py install --root="${pkgdir}"
+
+   install -D -m 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-06 17:19:15 UTC (rev 123544)
+++ community-x86_64/PKGBUILD   2014-12-06 17:23:35 UTC (rev 123545)
@@ -1,26 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Christian Hesse 
-# Contributor/Submitter: 
-
-pkgname=python2-pivy
-pkgver=20101207
-pkgrel=1
-pkgdesc="Coin binding for Python"
-arch=('i686' 'x86_64')
-url="http://pivy.coin3d.org";
-license=('custom')
-depends=('python2' 'soqt')
-makedepends=('swig' 'mercurial')
-source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
-md5sums=('SKIP')
-replaces=(pivy)
-provides=(pivy)
-
-package() {
-   cd "$srcdir/pivy"
-
-   python2 setup.py install --root="${pkgdir}"
-
-   install -D -m 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python2-pivy/repos/community-x86_64/PKGBUILD (from rev 123544, 
python2-pivy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-06 17:23:35 UTC (rev 123545)
@@ -0,0 +1,26 @@
+# Maintainer: Florian Pritz 
+# Contributor: Christian Hesse 
+# Contributor/Submitter: 
+
+pkgname=python2-pivy
+pkgver=20101207
+pkgrel=1
+pkgdesc="Coin binding for Python"
+arch=('i686' 'x86_64')
+url="http://pivy.coin3d.org";
+license=('custom')
+depends=('python2' 'soqt')
+makedepends=('swig' 'mercurial')
+source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
+md5sums=('SKIP')
+replaces=(pivy)
+provides=(pivy)
+
+package() {
+   cd "$srcdir/pivy"
+
+   python2 setup.py install --root="${pkgdir}"
+
+   install -D -m 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


[arch-commits] Commit in (7 files)

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 20:20:59
  Author: arodseth
Revision: 123546

Added xfce4-whiskermenu-plugin

Added:
  xfce4-whiskermenu-plugin/
  xfce4-whiskermenu-plugin/repos/
  xfce4-whiskermenu-plugin/repos/community-i686/
  xfce4-whiskermenu-plugin/repos/community-x86_64/
  xfce4-whiskermenu-plugin/trunk/
  xfce4-whiskermenu-plugin/trunk/PKGBUILD
  xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install

--+
 PKGBUILD |   28 
 xfce4-whiskermenu-plugin.install |   13 +
 2 files changed, 41 insertions(+)

Added: xfce4-whiskermenu-plugin/trunk/PKGBUILD
===
--- xfce4-whiskermenu-plugin/trunk/PKGBUILD (rev 0)
+++ xfce4-whiskermenu-plugin/trunk/PKGBUILD 2014-12-06 19:20:59 UTC (rev 
123546)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Alternate Xfce menu'
+arch=('x86_64' 'i686')
+url="http://gottcode.org/$pkgname/";
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
+sha256sums=('b541adef6e6683f44e291d21e089e5583a95f4387dabc3f512c7773bdbe17d3e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR=$"pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Added: xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install
===
--- xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install 
(rev 0)
+++ xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install 
2014-12-06 19:20:59 UTC (rev 123546)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-06 Thread Andrzej Giniewicz
Date: Saturday, December 6, 2014 @ 20:24:29
  Author: aginiewicz
Revision: 123548

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

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123547, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123547, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123547, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123547, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123547, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123547, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  230 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  113 -
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  113 -
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 274 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-06 19:24:16 UTC (rev 123547)
+++ community-i686/PKGBUILD 2014-12-06 19:24:29 UTC (rev 123548)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-# Qt5: see FS#43007
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.1
-pkgrel=6
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qtwebkit' 'lesstif' 'mariadb' 
'hdf5' 'libgl' 'gdal' 'unixodbc' 'openmpi')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python2-matplotlib: for Matplotlib rendering'
-'python2-twisted: for vtkWeb')
-provides=('python2-autobahn') # TODO: move it from AUR to make it an optdepend 
of vtkWeb instead of twisted
-source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz";
-
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz";
-
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz";
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}/mesa.diff"
-  patch -Np1 -i "${srcdir}/hdf5.diff"
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; do
-cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
-  done
-
-  # flags to use python2 instead of python which is 3.x.x on archlinux
-  local cmake_system_python_flags="-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so"
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_BUILD_ALL_MODULES:BOOL=ON \
--DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING="4" \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
--DCMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
-${cmake_system_flags} \
-${cmake_system_python_flags} \
-"${srcdir}/VTK-$pkgver"
-
-  make
-}
-
-package() {
-  cd

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

2014-12-06 Thread Andrzej Giniewicz
Date: Saturday, December 6, 2014 @ 20:24:16
  Author: aginiewicz
Revision: 123547

upgpkg: vtk 6.1.0-7

vtk: use build flags to utilize more system packages, fix qt plugin path

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 19:20:59 UTC (rev 123546)
+++ PKGBUILD2014-12-06 19:24:16 UTC (rev 123547)
@@ -8,18 +8,18 @@
 # Contributor: Fabian Moser
 # Contributor: djscholl
 
-# Qt5: see FS#43007
+# TODO: for Qt5 see FS#43007
 
 pkgname=vtk
 pkgver=6.1.0
 _majorver=6.1
-pkgrel=6
+pkgrel=7
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qtwebkit' 'lesstif' 'mariadb' 
'hdf5' 'libgl' 'gdal' 'unixodbc' 'openmpi')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted')
+depends=('boost' 'ffmpeg' 'qtwebkit' 'lesstif' 'mariadb' 'gdal' 'unixodbc' 
'openmpi' 'jsoncpp')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 'wget' 
'python2-matplotlib' 'python2-twisted')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'
 'tk: tcl bindings'
@@ -27,7 +27,7 @@
 'graphviz: drawing tools'
 'python2-matplotlib: for Matplotlib rendering'
 'python2-twisted: for vtkWeb')
-provides=('python2-autobahn') # TODO: move it from AUR to make it an optdepend 
of vtkWeb instead of twisted
+provides=('python2-autobahn')
 source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz";
 
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz";
 
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz";
@@ -63,7 +63,8 @@
 
   # flags to enable using system libs
   local cmake_system_flags=""
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; do
+  # TODO: try to use system provided AUTOBAHN, GL2PS, XDMF2, LIBPROJ4 and 
NETCDF
+  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED 
ZOPE JSONCPP; do
 cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
   done
 
@@ -107,7 +108,8 @@
   install -dv "${pkgdir}/usr/share/licenses/vtk"
   install -m644 "${srcdir}/VTK-$pkgver/Copyright.txt" 
"${pkgdir}/usr/share/licenses/vtk"
 
-  # Get rid of twisted and zope-interface (FS#43000), because adding them as 
makedepends was not enough
-  rm -rf "${pkgdir}"/usr/lib/python2.7/site-packages/{twisted,zope}
+  # Fix path of QtDesigner plugin
+  install -dv "${pkgdir}/usr/lib/qt4"
+  mv "$pkgdir"/usr/plugins "$pkgdir"/usr/lib/qt4/plugins
 }
 


[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 20:28:41
  Author: arodseth
Revision: 123549

upgpkg: xfce4-whiskermenu-plugin 1.4.1-1

Modified:
  xfce4-whiskermenu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 19:24:29 UTC (rev 123548)
+++ PKGBUILD2014-12-06 19:28:41 UTC (rev 123549)
@@ -22,7 +22,7 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" install DESTDIR=$"pkgdir"
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (4 files)

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 20:29:51
  Author: arodseth
Revision: 123550

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

Added:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
(from rev 123549, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install
(from rev 123549, 
xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 123549, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  
xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install
(from rev 123549, 
xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)

---+
 community-i686/PKGBUILD   |   28 
 community-i686/xfce4-whiskermenu-plugin.install   |   13 +
 community-x86_64/PKGBUILD |   28 
 community-x86_64/xfce4-whiskermenu-plugin.install |   13 +
 4 files changed, 82 insertions(+)

Copied: xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD (from rev 
123549, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-06 19:29:51 UTC (rev 123550)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Alternate Xfce menu'
+arch=('x86_64' 'i686')
+url="http://gottcode.org/$pkgname/";
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
+sha256sums=('b541adef6e6683f44e291d21e089e5583a95f4387dabc3f512c7773bdbe17d3e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install 
(from rev 123549, 
xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
===
--- community-i686/xfce4-whiskermenu-plugin.install 
(rev 0)
+++ community-i686/xfce4-whiskermenu-plugin.install 2014-12-06 19:29:51 UTC 
(rev 123550)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 
123549, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-06 19:29:51 UTC (rev 123550)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Alternate Xfce menu'
+arch=('x86_64' 'i686')
+url="http://gottcode.org/$pkgname/";
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
+sha256sums=('b541adef6e6683f44e291d21e089e5583a95f4387dabc3f512c7773bdbe17d3e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install
 (from rev 123549, 
xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
===
--- community-x86_64/xfce4-whiskermenu-plugin.install   
(rev 0)
+++ community-x86_64/xfce4-whiskermenu-plugin.install   2014-12-06 19:29:51 UTC 
(rev 123550)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-dateutil/trunk (python-dateutil-2.1-open-utf-8.patch)

2014-12-06 Thread Jelle van der Waa
Date: Saturday, December 6, 2014 @ 21:07:32
  Author: jelle
Revision: 123551

python-dateutil: remove unneeded patch

Deleted:
  python-dateutil/trunk/python-dateutil-2.1-open-utf-8.patch

--+
 python-dateutil-2.1-open-utf-8.patch |   21 -
 1 file changed, 21 deletions(-)

Deleted: python-dateutil-2.1-open-utf-8.patch
===
--- python-dateutil-2.1-open-utf-8.patch2014-12-06 19:29:51 UTC (rev 
123550)
+++ python-dateutil-2.1-open-utf-8.patch2014-12-06 20:07:32 UTC (rev 
123551)
@@ -1,21 +0,0 @@
-Fix UnicodeDecodeError in setup.py.
-
-https://bugs.gentoo.org/show_bug.cgi?id=410725
 setup.py
-+++ setup.py
-@@ -1,5 +1,6 @@
- #!/usr/bin/python
- from os.path import isfile, join
-+import codecs
- import glob
- import os
- import re
-@@ -13,7 +14,7 @@
- 
- TOPDIR = os.path.dirname(__file__) or "."
- VERSION = re.search('__version__ = "([^"]+)"',
--open(TOPDIR + "/dateutil/__init__.py").read()).group(1)
-+codecs.open(TOPDIR + "/dateutil/__init__.py", 
encoding='utf-8').read()).group(1)
- 
- 
- setup(name="python-dateutil",


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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 21:11:42
  Author: arodseth
Revision: 123552

upgpkg: groovy 2.3.8-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 20:07:32 UTC (rev 123551)
+++ PKGBUILD2014-12-06 20:11:42 UTC (rev 123552)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser 
 
 pkgname=groovy
-pkgver=2.3.7
+pkgver=2.3.8
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('gendesk')
 source=("http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip";
 
"$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png";)
-sha256sums=('38d6faaf3cae78d91852ab1be8070a7a7c5d206bd172f2cd7c0bb131e23e2525'
+sha256sums=('f672e65a4df49d9e9891fd38a3c55aff38f75bdedf282e16cfacc37d74b0fa39'
 '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {
@@ -25,7 +25,7 @@
 --exec 'groovyConsole' --name 'Groovy Console' 
 
   # Set GROOVY_HOME correctly at the top of all the scripts.
-  # This works, but there probably is an even better way to do this.
+  # This works, but there is probably an even better way to do this.
   cd "$pkgname-$pkgver/embeddable"
   for f in ../bin/*; do
 sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f


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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 21:12:39
  Author: arodseth
Revision: 123553

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 123552, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 20:11:42 UTC (rev 123552)
+++ PKGBUILD2014-12-06 20:12:39 UTC (rev 123553)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Musikolo 
-# Contributor: Ruben Fonseca 
-# Contributor: Andreas W. Hauser 
-
-pkgname=groovy
-pkgver=2.3.7
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-source=("http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip";
-
"$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png";)
-sha256sums=('38d6faaf3cae78d91852ab1be8070a7a7c5d206bd172f2cd7c0bb131e23e2525'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut file
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
---exec 'groovyConsole' --name 'Groovy Console' 
-
-  # Set GROOVY_HOME correctly at the top of all the scripts.
-  # This works, but there probably is an even better way to do this.
-  cd "$pkgname-$pkgver/embeddable"
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-
-  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Create the directories and package the files
-  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
-  cp bin/* "$pkgdir/usr/bin"
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 CLI-LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE"
-
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE"
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE"
-  install -Dm644 JSR223-LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE"
-
-  # Desktop shortcut for Groovy Console
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$srcdir/$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 123552, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-06 20:12:39 UTC (rev 123553)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Musikolo 
+# Contributor: Ruben Fonseca 
+# Contributor: Andreas W. Hauser 
+
+pkgname=groovy
+pkgver=2.3.8
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=("http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip";
+
"$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png";)
+sha256sums=('f672e65a4df49d9e9891fd38a3c55aff38f75bdedf282e16cfacc37d74b0fa39'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut file
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console' 
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # This works, but there is probably an even better way to do this.
+  cd "$pkgname-$pkgver/embeddable"
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+
+  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Create the directories and package the files
+  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
+  cp bin/* "$pkgdir/usr/bin"
+
+  # Remove all DOS/Windows batch files
+  find $pkgdi

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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 21:13:13
  Author: arodseth
Revision: 123554

upgpkg: groovy-docs 2.3.8-1

Modified:
  groovy-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 20:12:39 UTC (rev 123553)
+++ PKGBUILD2014-12-06 20:13:13 UTC (rev 123554)
@@ -3,7 +3,7 @@
 # Contributor: bruce 
 
 pkgname=groovy-docs
-pkgver=2.3.7
+pkgver=2.3.8
 pkgrel=1
 pkgdesc='Documentation for the Groovy programming language'
 url='http://groovy.codehaus.org/'
@@ -10,7 +10,7 @@
 license=('APACHE')
 arch=('any')
 source=("http://dl.bintray.com/groovy/maven/$pkgname-$pkgver.zip";)
-sha256sums=('0aaf6d5c6276da117278a81a0d5c4505b652d1e46efe98d0aee6a1e48a5491a4')
+sha256sums=('cdb7d155d0b3a54d6e1080de1d19b3ac794dd4101b0ea5c9881e5b8ada7f90d9')
 
 package() {
   cd "groovy-$pkgver"


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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 21:14:10
  Author: arodseth
Revision: 123555

archrelease: copy trunk to community-any

Added:
  groovy-docs/repos/community-any/PKGBUILD
(from rev 123554, groovy-docs/trunk/PKGBUILD)
Deleted:
  groovy-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 20:13:13 UTC (rev 123554)
+++ PKGBUILD2014-12-06 20:14:10 UTC (rev 123555)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: bruce 
-
-pkgname=groovy-docs
-pkgver=2.3.7
-pkgrel=1
-pkgdesc='Documentation for the Groovy programming language'
-url='http://groovy.codehaus.org/'
-license=('APACHE')
-arch=('any')
-source=("http://dl.bintray.com/groovy/maven/$pkgname-$pkgver.zip";)
-sha256sums=('0aaf6d5c6276da117278a81a0d5c4505b652d1e46efe98d0aee6a1e48a5491a4')
-
-package() {
-  cd "groovy-$pkgver"
-
-  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
-  cp -r * "$pkgdir/usr/share/doc/groovy-$pkgver"
-  find "$pkgdir" -type f -exec chmod -x {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy-docs/repos/community-any/PKGBUILD (from rev 123554, 
groovy-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-06 20:14:10 UTC (rev 123555)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: bruce 
+
+pkgname=groovy-docs
+pkgver=2.3.8
+pkgrel=1
+pkgdesc='Documentation for the Groovy programming language'
+url='http://groovy.codehaus.org/'
+license=('APACHE')
+arch=('any')
+source=("http://dl.bintray.com/groovy/maven/$pkgname-$pkgver.zip";)
+sha256sums=('cdb7d155d0b3a54d6e1080de1d19b3ac794dd4101b0ea5c9881e5b8ada7f90d9')
+
+package() {
+  cd "groovy-$pkgver"
+
+  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
+  cp -r * "$pkgdir/usr/share/doc/groovy-$pkgver"
+  find "$pkgdir" -type f -exec chmod -x {} \;
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-06 Thread Bartłomiej Piotrowski
Date: Saturday, December 6, 2014 @ 21:41:11
  Author: bpiotrowski
Revision: 227327

upgpkg: ocaml 4.02.1-1

new upstream release

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 16:17:49 UTC (rev 227326)
+++ PKGBUILD2014-12-06 20:41:11 UTC (rev 227327)
@@ -3,7 +3,7 @@
 
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.02.0
+pkgver=4.02.1
 pkgrel=1
 pkgdesc="A functional language with OO extensions"
 arch=('i686' 'x86_64')
@@ -54,4 +54,4 @@
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
-md5sums=('8bba7e7d872083af1723dd450e07a5f4')
+md5sums=('3c35318eefd201f96797c093c920b343')


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

2014-12-06 Thread Bartłomiej Piotrowski
Date: Saturday, December 6, 2014 @ 21:41:26
  Author: bpiotrowski
Revision: 227328

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-06 20:41:11 UTC (rev 227327)
+++ extra-i686/PKGBUILD 2014-12-06 20:41:26 UTC (rev 227328)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.02.0
-pkgrel=1
-pkgdesc="A functional language with OO extensions"
-arch=('i686' 'x86_64')
-license=('LGPL2.1' 'custom: QPL-1.0')
-url="http://caml.inria.fr/";
-depends=('gdbm')
-makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz)
-options=('!makeflags' '!emptydirs' 'staticlibs')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure -prefix /usr -x11include /usr/include 
-  make world.opt
-}
-
-package_ocaml() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
-   
-  # Save >10MB with this one, makepkg only strips debug symbols.
-  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc="Several modules used internally by the OCaml compiler"
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Install compiler libraries
-  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
-  mkdir -p "$compiler_libs"/{parsing,typing,utils}
-  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
-  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
-  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
-  # duplicated by installation
-  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-md5sums=('8bba7e7d872083af1723dd450e07a5f4')

Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 227327, ocaml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-06 20:41:26 UTC (rev 227328)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.02.1
+pkgrel=1
+pkgdesc="A functional language with OO extensions"
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url="http://caml.inria.fr/";
+depends=('gdbm')
+makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz)
+options=('!makeflags' '!emptydirs' 'staticlibs')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure -prefix /usr -x11include /usr/include 
+  make world.opt
+}
+
+package_ocaml() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
+   
+  # Save >10MB with this one, makepkg only strips debug symbols.
+  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc="Several modules used internally by the OCaml compiler"
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Install compiler libraries
+  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
+  mkdir -p "$compiler_libs"/{parsing,typing,utils}
+  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
+  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
+  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
+  # duplicated by installation
+  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgd

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

2014-12-06 Thread Bartłomiej Piotrowski
Date: Saturday, December 6, 2014 @ 21:45:38
  Author: bpiotrowski
Revision: 227329

upgpkg: lablgtk2 2.18.3-1

new upstream release

Modified:
  lablgtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 20:41:26 UTC (rev 227328)
+++ PKGBUILD2014-12-06 20:45:38 UTC (rev 227329)
@@ -2,9 +2,9 @@
 #Maintainer: Tobias Powalowski 
 
 pkgname=lablgtk2
-pkgver=2.18.0
+pkgver=2.18.3
 pkgrel=1
-pkgdesc=" An Objective Caml interface to gtk2"
+pkgdesc="An Objective Caml interface to gtk2"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://lablgtk.forge.ocamlcore.org/";
@@ -12,7 +12,7 @@
 makedepends=('ocaml' 'camlp4')
 optdepends=('ocaml: for using the tools')
 DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1261/lablgtk-${pkgver}.tar.gz)
+source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
 options=(!makeflags staticlibs)
 
 build() {
@@ -27,4 +27,4 @@
   make DESTDIR=${pkgdir} old-install
   install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
 }
-md5sums=('a3cff730a0e9545b2aebc71b2cb0d18d')
+md5sums=('bcbad64a28c3dc40f24cc7a4d2f1d0dd')


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

2014-12-06 Thread Bartłomiej Piotrowski
Date: Saturday, December 6, 2014 @ 21:45:50
  Author: bpiotrowski
Revision: 227330

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-06 20:45:38 UTC (rev 227329)
+++ extra-i686/PKGBUILD 2014-12-06 20:45:50 UTC (rev 227330)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=lablgtk2
-pkgver=2.18.0
-pkgrel=1
-pkgdesc=" An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/";
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml' 'camlp4')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1261/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}
-md5sums=('a3cff730a0e9545b2aebc71b2cb0d18d')

Copied: lablgtk2/repos/extra-i686/PKGBUILD (from rev 227329, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-06 20:45:50 UTC (rev 227330)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=lablgtk2
+pkgver=2.18.3
+pkgrel=1
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/";
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml' 'camlp4')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
+options=(!makeflags staticlibs)
+
+build() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  ./configure --prefix=/usr
+  make world
+  make opt
+}
+
+package() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  make DESTDIR=${pkgdir} old-install
+  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
+}
+md5sums=('bcbad64a28c3dc40f24cc7a4d2f1d0dd')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-06 20:45:38 UTC (rev 227329)
+++ extra-x86_64/PKGBUILD   2014-12-06 20:45:50 UTC (rev 227330)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=lablgtk2
-pkgver=2.18.0
-pkgrel=1
-pkgdesc=" An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/";
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml' 'camlp4')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1261/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}
-md5sums=('a3cff730a0e9545b2aebc71b2cb0d18d')

Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 227329, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-06 20:45:50 UTC (rev 227330)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=lablgtk2
+pkgver=2.18.3
+pkgrel=1
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/";
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml' 'camlp4')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/1479/lablgtk-${pkgver}.tar.gz)
+options=(!makeflags stat

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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 21:55:51
  Author: arodseth
Revision: 123556

upgpkg: liteide 25-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 20:14:10 UTC (rev 123555)
+++ PKGBUILD2014-12-06 20:55:51 UTC (rev 123556)
@@ -5,8 +5,8 @@
 # Contributor: Matthew Zimmerman 
 
 pkgname=liteide
-pkgver=24.3
-pkgrel=2
+pkgver=25
+pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 depends=('go' 'qt5-webkit')
 replaces=('golangide')
 conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
 options=('!strip' '!emptydirs')
 
#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
 
source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
@@ -26,10 +26,10 @@
   gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
   chmod +x "liteide-x$pkgver/build/"*_*.sh
 
-  # Fix for FS#4662 until fixed by upstream
+  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
   for bits in 32 64; do
-sed -i 's/^GOROOT/#GOROOT/g' \
-  "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env"
+# Fix for FS#4662 until fixed by upstream.
+sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
   done
 }
 


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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 21:56:01
  Author: arodseth
Revision: 123557

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 123556, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 123556, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 123556, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 123556, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-06 20:55:51 UTC (rev 123556)
+++ community-i686/PKGBUILD 2014-12-06 20:56:01 UTC (rev 123557)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=24.3
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  for bits in 32 64; do
-sed -i 's/^GOROOT/#GOROOT/g' \
-  "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide liteide_stub; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" 
"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 123556, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-06 20:56:01 UTC (rev 123557)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=25
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
+source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname 

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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 22:59:38
  Author: arodseth
Revision: 123558

upgpkg: erlang 17.3.4-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 20:56:01 UTC (rev 123557)
+++ PKGBUILD2014-12-06 21:59:38 UTC (rev 123558)
@@ -8,27 +8,31 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=17.3
+pkgver=17.3.4
 pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git')
 options=('staticlibs')
-source=("http://www.erlang.org/download/otp_src_$pkgver.tar.gz";
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz";
+source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
+"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz";
 'epmd.service'
 'epmd.socket'
 'epmd.conf')
-sha256sums=('d4be03eb346016f4ca95d53eb9437ffaa6106762f153620dd98cd7f7733b76e4'
+sha256sums=('SKIP'
 '3fabdac0b0594432fdd8186fa2c74ff49a629a9bcc4174e3bd605a3d4002dab7'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
 
+prepare() {
+  cd otp
+  ./otp_build setup
+}
+
 build() {
-  cd "otp_src_$pkgver"
-
+  cd otp
   ./configure --prefix=/usr --enable-smp-support --with-odbc
   make
 }
@@ -42,13 +46,11 @@
   provides=('erlang-nox')
   conflicts=('erlang-nox')
 
-  cd "otp_src_$pkgver"
+  make -C otp DESTDIR="$pkgdir" install
 
-  make DESTDIR="$pkgdir" install
-
   # Documentation
   install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp_src_$pkgver/README.md" \
+  install -m0644 "$srcdir/otp/README.md" \
 "$srcdir"/{README,COPYRIGHT} \
 "$pkgdir/usr/share/doc/erlang"
 
@@ -57,7 +59,7 @@
   cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
 
   # License
-  install -Dm0644 "$srcdir/otp_src_$pkgver/EPLICENCE" \
+  install -Dm0644 "$srcdir/otp/EPLICENCE" \
 "$pkgdir/usr/share/licenses/$pkgname/EPLICENCE"
 
   # Move over files that will be packaged as erlang-unixodbc
@@ -82,7 +84,7 @@
   mv "$srcdir/odbc.3.gz" "$pkgdir/usr/lib/erlang/man/man3/"
 
   # License
-  install -Dm0644 "$srcdir/otp_src_$pkgver/EPLICENCE" \
+  install -Dm0644 "$srcdir/otp/EPLICENCE" \
 "$pkgdir/usr/share/licenses/$pkgname/EPLICENCE"
 }
 


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

2014-12-06 Thread Jelle van der Waa
Date: Saturday, December 6, 2014 @ 23:01:37
  Author: jelle
Revision: 123559

upgpkg: python-dateutil 2.3-1

- Fix upstream url
- Update LICENSE
- Change test

Modified:
  python-dateutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 21:59:38 UTC (rev 123558)
+++ PKGBUILD2014-12-06 22:01:37 UTC (rev 123559)
@@ -1,17 +1,17 @@
-#Maintainer: Jelle van der Waa 
+#/Maintainer: Jelle van der Waa 
 #Contributor: lilydjwg 
 
 pkgbase=python-dateutil
 pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc="Provides powerful extensions to the standard datetime module"
 arch=('any')
-license=('custom:PYTHON')
-url="http://labix.org/python-dateutil";
+license=('custom')
+url="https://github.com/dateutil/dateutil";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
-md5sums=('c1f654d0ff7e33999380a8ba9783fd5c')
+md5sums=('14dae5a51d11802cc1e8828c5f797358')
 
 build() {
   cd $srcdir
@@ -28,11 +28,7 @@
   cd $srcdir/python-dateutil-$pkgver
   python3 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chmod -R a+r $pkgdir/usr/lib/python3.4/
-
-  # Remove data files
-  rm 
$pkgdir/usr/lib/python3.4/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
-
+#  chmod -R a+r $pkgdir/usr/lib/python3.4/
 }
 
 package_python2-dateutil()
@@ -42,15 +38,13 @@
   python2 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
-  chmod -R a+r $pkgdir/usr/lib/python2.7/
-  rm 
$pkgdir/usr/lib/python2.7/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
-
+#  chmod -R a+r $pkgdir/usr/lib/python2.7/
 }
 
 check() {
   cd $srcdir/python-dateutil-$pkgver
-  python3 test.py
+  python3 setup.py test
 
   cd $srcdir/python2-dateutil-$pkgver
-  python2 test.py
+  python2 setup.py test
 }


[arch-commits] Commit in python-dateutil/repos/community-any (3 files)

2014-12-06 Thread Jelle van der Waa
Date: Saturday, December 6, 2014 @ 23:01:47
  Author: jelle
Revision: 123560

archrelease: copy trunk to community-any

Added:
  python-dateutil/repos/community-any/PKGBUILD
(from rev 123559, python-dateutil/trunk/PKGBUILD)
Deleted:
  python-dateutil/repos/community-any/PKGBUILD
  python-dateutil/repos/community-any/python-dateutil-2.1-open-utf-8.patch

--+
 PKGBUILD |  106 +++--
 python-dateutil-2.1-open-utf-8.patch |   21 --
 2 files changed, 50 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-06 22:01:37 UTC (rev 123559)
+++ PKGBUILD2014-12-06 22:01:47 UTC (rev 123560)
@@ -1,56 +0,0 @@
-#Maintainer: Jelle van der Waa 
-#Contributor: lilydjwg 
-
-pkgbase=python-dateutil
-pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.2
-pkgrel=2
-pkgdesc="Provides powerful extensions to the standard datetime module"
-arch=('any')
-license=('custom:PYTHON')
-url="http://labix.org/python-dateutil";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
-md5sums=('c1f654d0ff7e33999380a8ba9783fd5c')
-
-build() {
-  cd $srcdir
-  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
-
-  cd python-dateutil-$pkgver
-#  patch -Np0 -i $srcdir/python-dateutil-2.1-open-utf-8.patch
-
-}
-
-package_python-dateutil()
-{
-depends=('python' 'python-six')
-  cd $srcdir/python-dateutil-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chmod -R a+r $pkgdir/usr/lib/python3.4/
-
-  # Remove data files
-  rm 
$pkgdir/usr/lib/python3.4/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
-
-}
-
-package_python2-dateutil()
-{
-depends=('python2' 'python2-six')
-  cd $srcdir/python2-dateutil-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  chmod -R a+r $pkgdir/usr/lib/python2.7/
-  rm 
$pkgdir/usr/lib/python2.7/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
-
-}
-
-check() {
-  cd $srcdir/python-dateutil-$pkgver
-  python3 test.py
-
-  cd $srcdir/python2-dateutil-$pkgver
-  python2 test.py
-}

Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 123559, 
python-dateutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-06 22:01:47 UTC (rev 123560)
@@ -0,0 +1,50 @@
+#/Maintainer: Jelle van der Waa 
+#Contributor: lilydjwg 
+
+pkgbase=python-dateutil
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.3
+pkgrel=1
+pkgdesc="Provides powerful extensions to the standard datetime module"
+arch=('any')
+license=('custom')
+url="https://github.com/dateutil/dateutil";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz)
+md5sums=('14dae5a51d11802cc1e8828c5f797358')
+
+build() {
+  cd $srcdir
+  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
+
+  cd python-dateutil-$pkgver
+#  patch -Np0 -i $srcdir/python-dateutil-2.1-open-utf-8.patch
+
+}
+
+package_python-dateutil()
+{
+depends=('python-six')
+  cd $srcdir/python-dateutil-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+#  chmod -R a+r $pkgdir/usr/lib/python3.4/
+}
+
+package_python2-dateutil()
+{
+depends=('python2-six')
+  cd $srcdir/python2-dateutil-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+#  chmod -R a+r $pkgdir/usr/lib/python2.7/
+}
+
+check() {
+  cd $srcdir/python-dateutil-$pkgver
+  python3 setup.py test
+
+  cd $srcdir/python2-dateutil-$pkgver
+  python2 setup.py test
+}

Deleted: python-dateutil-2.1-open-utf-8.patch
===
--- python-dateutil-2.1-open-utf-8.patch2014-12-06 22:01:37 UTC (rev 
123559)
+++ python-dateutil-2.1-open-utf-8.patch2014-12-06 22:01:47 UTC (rev 
123560)
@@ -1,21 +0,0 @@
-Fix UnicodeDecodeError in setup.py.
-
-https://bugs.gentoo.org/show_bug.cgi?id=410725
 setup.py
-+++ setup.py
-@@ -1,5 +1,6 @@
- #!/usr/bin/python
- from os.path import isfile, join
-+import codecs
- import glob
- import os
- import re
-@@ -13,7 +14,7 @@
- 
- TOPDIR = os.path.dirname(__file__) or "."
- VERSION = re.search('__version__ = "([^"]+)"',
--open(TOPDIR + "/dateutil/__init__.py").read()).group(1)
-+codecs.open(TOPDIR + "/dateutil/__init__.py", 
encoding='utf-8').read()).group(1)
- 
- 
- setup(name="python-dateutil",


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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 23:06:52
  Author: arodseth
Revision: 123561

security upgrade to 17.3.4 (ssl-related)

Modified:
  erlang-nox/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 22:01:47 UTC (rev 123560)
+++ PKGBUILD2014-12-06 22:06:52 UTC (rev 123561)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=17.3
+pkgver=17.3.4
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
@@ -20,32 +20,34 @@
 'java-environment: for Java support'
 'lksctp-tools: for SCTP support')
 options=('staticlibs')
-source=("http://www.erlang.org/download/otp_src_$pkgver.tar.gz";
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz";
+source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
+"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz";
 'epmd.service'
 'epmd.socket'
 'epmd.conf')
-sha256sums=('d4be03eb346016f4ca95d53eb9437ffaa6106762f153620dd98cd7f7733b76e4'
+sha256sums=('SKIP'
 '3fabdac0b0594432fdd8186fa2c74ff49a629a9bcc4174e3bd605a3d4002dab7'
 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
 '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
 '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
 
+prepare() {
+  cd otp
+  ./otp_build setup
+}
+
 build() {
-  cd "otp_src_$pkgver"
-
+  cd otp
   ./configure --prefix=/usr --enable-smp-support --with-odbc
   make
 }
 
 package() {
-  cd "otp_src_$pkgver"
+  make -C otp DESTDIR="$pkgdir" install
 
-  make DESTDIR="$pkgdir" install
-
   # Documentation
   install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp_src_$pkgver/README.md" \
+  install -m0644 "$srcdir/otp/README.md" \
 "$srcdir"/{README,COPYRIGHT} \
 "$pkgdir/usr/share/doc/erlang"
 
@@ -54,7 +56,7 @@
   cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang"
 
   # License
-  install -Dm0644 "$srcdir/otp_src_$pkgver/EPLICENCE" \
+  install -Dm0644 "$srcdir/otp/EPLICENCE" \
 "$pkgdir/usr/share/licenses/$pkgname/EPLICENCE"
 
   # Remove files that are packaged as erlang-unixodbc


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

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 23:22:12
  Author: arodseth
Revision: 123562

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 123561, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 123561, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 123561, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 123561, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 123561, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 123561, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 123561, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 123561, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  182 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   89 ---
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   89 ---
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 228 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-06 22:06:52 UTC (rev 123561)
+++ community-i686/PKGBUILD 2014-12-06 22:22:12 UTC (rev 123562)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Maintainer: Alexander Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=17.3
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu')
-options=('staticlibs')
-source=("http://www.erlang.org/download/otp_src_$pkgver.tar.gz";
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz";
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('d4be03eb346016f4ca95d53eb9437ffaa6106762f153620dd98cd7f7733b76e4'
-'3fabdac0b0594432fdd8186fa2c74ff49a629a9bcc4174e3bd605a3d4002dab7'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-build() {
-  cd "otp_src_$pkgver"
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  cd "otp_src_$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp_src_$pkgver/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp_src_$pkgver/EPLICENCE" \
-"$pkgdir/usr/share/licenses/$pkgname/EPLICENCE"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p "$pkgdir/usr/lib/erlang/"{lib,man/man3}
-  mv "$srcdir/unixodbc/"* "$pkgdir/usr/lib/erlang/lib/"
-  mv "$srcdir/odbc.3.gz" "$pkgdir/usr/lib/erlang/man/man3/"
-
-  # L

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

2014-12-06 Thread Daniel Micay
Date: Sunday, December 7, 2014 @ 01:36:52
  Author: thestinger
Revision: 123563

upgpkg: paxd 20-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 22:22:12 UTC (rev 123562)
+++ PKGBUILD2014-12-07 00:36:52 UTC (rev 123563)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=paxd
-pkgver=19
+pkgver=20
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=(glibc)
 source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('9bd83b83b9d5337dabd93dae51ddd12619b5573b'
+sha1sums=('16703fefedecf3d9aed583f5f07639e0ca6ee29f'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 


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

2014-12-06 Thread Daniel Micay
Date: Sunday, December 7, 2014 @ 01:37:31
  Author: thestinger
Revision: 123564

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 123563, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 123563, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 123563, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 123563, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   54 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   27 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   27 -
 6 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-12-07 00:36:52 UTC (rev 123563)
+++ community-i686/10-enable-pax.conf   2014-12-07 00:37:31 UTC (rev 123564)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 123563, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-12-07 00:37:31 UTC (rev 123564)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-07 00:36:52 UTC (rev 123563)
+++ community-i686/PKGBUILD 2014-12-07 00:37:31 UTC (rev 123564)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=paxd
-pkgver=19
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glibc)
-source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('9bd83b83b9d5337dabd93dae51ddd12619b5573b'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 123563, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-07 00:37:31 UTC (rev 123564)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=paxd
+pkgver=20
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
+sha1sums=('16703fefedecf3d9aed583f5f07639e0ca6ee29f'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p "$pkgdir/usr/lib/systemd/system/sysinit.target.wants"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 ../10-enable-pax.conf 
"$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf"
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-12-07 00:36:52 UTC (rev 123563)
+++ community-x86_64/10-enable-pax.conf 2014-12-07 00:37:31 UTC (rev 123564)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 123563, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-12-07 00:37:31 UTC (rev 123564)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-07 00:

[arch-commits] Commit in acpid/trunk (PKGBUILD acpid.service acpid.socket)

2014-12-06 Thread Sébastien Luttringer
Date: Sunday, December 7, 2014 @ 02:50:40
  Author: seblu
Revision: 123565

upgpkg: acpid 2.0.23-4

- remove acpid.socket: not currently working and not really usefull as socket 
is used to inform of acpid events detected by daemon.
- remove after/req to udev-settle: using --netlink do the tricks and should 
prevent boot hand (FS#43023)

Modified:
  acpid/trunk/PKGBUILD
  acpid/trunk/acpid.service
Deleted:
  acpid/trunk/acpid.socket

---+
 PKGBUILD  |7 ++-
 acpid.service |5 +
 acpid.socket  |8 
 3 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-07 00:37:31 UTC (rev 123564)
+++ PKGBUILD2014-12-07 01:50:40 UTC (rev 123565)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.23
-pkgrel=3
+pkgrel=4
 pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/acpid2/'
@@ -16,13 +16,11 @@
 replaces=('acpid2')
 backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything')
 
source=("http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
-'acpid.socket'
 'acpid.service'
 'anything'
 'handler.sh')
 md5sums=('d7bcdcdefcd53b03730e50ba842554ea'
- 'd11700eb136e0489835ddaf977a7905b'
- 'b8914d2792e40eb18a5792aed2e99006'
+ 'b9a9810eefae2142e20c965c01b410de'
  '2d37b98d6e74bab815604b8b48c6cfd4'
  '47f44ff5f02685dce8bcdab8568f0c38')
 
@@ -42,7 +40,6 @@
   install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
 
   # systemd
-  install -Dm644 acpid.socket "$pkgdir/usr/lib/systemd/system/acpid.socket"
   install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
 
   # fix acpid rights

Modified: acpid.service
===
--- acpid.service   2014-12-07 00:37:31 UTC (rev 123564)
+++ acpid.service   2014-12-07 01:50:40 UTC (rev 123565)
@@ -1,12 +1,9 @@
 [Unit]
 Description=ACPI event daemon
 Documentation=man:acpid(8)
-Requires=acpid.socket systemd-udev-settle.service
-After=systemd-udev-settle.service
 
 [Service]
-ExecStart=/usr/bin/acpid -f
+ExecStart=/usr/bin/acpid --foreground --netlink
 
 [Install]
 WantedBy=multi-user.target
-Also=acpid.socket

Deleted: acpid.socket
===
--- acpid.socket2014-12-07 00:37:31 UTC (rev 123564)
+++ acpid.socket2014-12-07 01:50:40 UTC (rev 123565)
@@ -1,8 +0,0 @@
-[Unit]
-Description=ACPID Listen Socket
-
-[Socket]
-ListenStream=/var/run/acpid.socket
-
-[Install]
-WantedBy=sockets.target


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

2014-12-06 Thread Sébastien Luttringer
Date: Sunday, December 7, 2014 @ 02:51:02
  Author: seblu
Revision: 123566

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

Added:
  acpid/repos/community-i686/PKGBUILD
(from rev 123565, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 123565, acpid/trunk/acpid.service)
  acpid/repos/community-i686/anything
(from rev 123565, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 123565, acpid/trunk/handler.sh)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 123565, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 123565, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/anything
(from rev 123565, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 123565, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/acpid.socket
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/acpid.socket
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

+
 /PKGBUILD  |   98 
 /acpid.service |   18 
 /anything  |6 +
 /handler.sh|  154 +++
 community-i686/PKGBUILD|   52 -
 community-i686/acpid.service   |   12 ---
 community-i686/acpid.socket|8 --
 community-i686/anything|3 
 community-i686/handler.sh  |   77 ---
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/acpid.service |   12 ---
 community-x86_64/acpid.socket  |8 --
 community-x86_64/anything  |3 
 community-x86_64/handler.sh|   77 ---
 14 files changed, 276 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-07 01:50:40 UTC (rev 123565)
+++ community-i686/PKGBUILD 2014-12-07 01:51:02 UTC (rev 123566)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
-'acpid.socket'
-'acpid.service'
-'anything'
-'handler.sh')
-md5sums=('d7bcdcdefcd53b03730e50ba842554ea'
- 'd11700eb136e0489835ddaf977a7905b'
- 'b8914d2792e40eb18a5792aed2e99006'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # default config
-  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 acpid.socket "$pkgdir/usr/lib/systemd/system/acpid.socket"
-  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
-
-  # fix acpid rights
-  chmod 755 "$pkgdir/usr/bin/acpid"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-i686/PKGBUILD (from rev 123565, 
acpid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-07 01:51:02 UTC (rev 123566)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
+'acpid.service'
+'anything'
+'handler.sh')
+md5sums=('d7bcdcdefcd53b03730e50ba842554ea'
+ 'b9a9810eefae2142e20c965c01b410de'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '47f44ff5f02685dce8bcdab8568f0c38')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # default config
+  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
+
+  # fix acpid rights
+  chmod 755 "$pkgdir/usr/bin/acpid"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/acpid.service
===
--- community-i686/acpid.service2014-12-07 01:50:40 UTC (rev 123565)
+++ community-i686/acpid.service2014-12-07 01:51:02 UTC (rev 123566)
@@ -1,12 +0,0 @@
-[Unit]
-Description=ACPI

[arch-commits] Commit in linux/trunk (PKGBUILD fix_CPU0_microcode_on_resume.patch)

2014-12-06 Thread Evangelos Foutras
Date: Sunday, December 7, 2014 @ 08:55:17
  Author: foutrelis
Revision: 227331

upgpkg: linux 3.17.5-1

- New upstream release.
- Limit the microcode reloading to 64-bit for now (FS#42689, FS#42820).

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/fix_CPU0_microcode_on_resume.patch

+
 PKGBUILD   |8 ++---
 fix_CPU0_microcode_on_resume.patch |   56 +++
 2 files changed, 55 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 20:45:50 UTC (rev 227330)
+++ PKGBUILD2014-12-07 07:55:17 UTC (rev 227331)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.17
-pkgver=3.17.4
-pkgrel=2
+pkgver=3.17.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -22,12 +22,12 @@
 'fix_CPU0_microcode_on_resume.patch'
 )
 sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
-'eeef37397a15245bd143569908be40622a87dc7673965e623e811ea3f68b8434'
+'435a8a3c4faad53b5f9f0349629358a7d273e6ca94ffeb226c1d360787cc7278'
 'ea9de72fe335055f6e8eebd1d85cad150a47a81004bb27d78f18f2591fd3bbd5'
 '66fc95823d3c99167532f37c07e9582d305961103997fcc61cfc7f6a86b34130'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
-'4eb64c2520e9bcdff47d757946011b4bf9896186d285361f18364c7ff9b2c699')
+'fa48f83498bbef85dbe4b39eb88f89aac4dd2591232a3f13ec029fc44b0f497a')
 
 _kernelname=${pkgbase#linux}
 

Modified: fix_CPU0_microcode_on_resume.patch
===
--- fix_CPU0_microcode_on_resume.patch  2014-12-06 20:45:50 UTC (rev 227330)
+++ fix_CPU0_microcode_on_resume.patch  2014-12-07 07:55:17 UTC (rev 227331)
@@ -1,7 +1,7 @@
 From fb86b97300d930b57471068720c52bfa8622eab7 Mon Sep 17 00:00:00 2001
 From: Borislav Petkov 
 Date: Tue, 18 Nov 2014 10:46:57 +0100
-Subject: [PATCH] x86, microcode: Update BSPs microcode on resume
+Subject: x86, microcode: Update BSPs microcode on resume
 
 In the situation when we apply early microcode but do *not* apply late
 microcode, we fail to update the BSP's microcode on resume because we
@@ -18,9 +18,6 @@
 Signed-off-by: Borislav Petkov 
 Link: http://lkml.kernel.org/r/20141118094657.ga6...@pd.tnic
 Signed-off-by: Thomas Gleixner 

- arch/x86/kernel/cpu/microcode/core.c | 8 
- 1 file changed, 8 insertions(+)
 
 diff --git a/arch/x86/kernel/cpu/microcode/core.c 
b/arch/x86/kernel/cpu/microcode/core.c
 index dd9d619..2ce9051 100644
@@ -42,5 +39,54 @@
  
  static struct syscore_ops mc_syscore_ops = {
 -- 
-2.1.3
+cgit v0.10.1
 
+From 02ecc41abcea4ff9291d548f6f846b29b354ddd2 Mon Sep 17 00:00:00 2001
+From: Borislav Petkov 
+Date: Sun, 30 Nov 2014 14:26:39 +0100
+Subject: x86, microcode: Limit the microcode reloading to 64-bit for now
+
+First, there was this: https://bugzilla.kernel.org/show_bug.cgi?id=88001
+
+The problem there was that microcode patches are not being reapplied
+after suspend-to-ram. It was important to reapply them, though, because
+of for example Haswell's TSX erratum which disabled TSX instructions
+with a microcode patch.
+
+A simple fix was fb86b97300d9 ("x86, microcode: Update BSPs microcode
+on resume") but, as it is often the case, simple fixes are too
+simple. This one causes 32-bit resume to fail:
+
+https://bugzilla.kernel.org/show_bug.cgi?id=88391
+
+Properly fixing this would require more involved changes for which it
+is too late now, right before the merge window. Thus, limit this to
+64-bit only temporarily.
+
+Signed-off-by: Borislav Petkov 
+Link: http://lkml.kernel.org/r/1417353999-32236-1-git-send-email...@alien8.de
+Signed-off-by: Thomas Gleixner 
+
+diff --git a/arch/x86/kernel/cpu/microcode/core.c 
b/arch/x86/kernel/cpu/microcode/core.c
+index 2ce9051..08fe6e8 100644
+--- a/arch/x86/kernel/cpu/microcode/core.c
 b/arch/x86/kernel/cpu/microcode/core.c
+@@ -465,6 +465,7 @@ static void mc_bp_resume(void)
+ 
+   if (uci->valid && uci->mc)
+   microcode_ops->apply_microcode(cpu);
++#ifdef CONFIG_X86_64
+   else if (!uci->mc)
+   /*
+* We might resume and not have applied late microcode but still
+@@ -473,6 +474,7 @@ static void mc_bp_resume(void)
+* applying patches early on the APs.
+*/
+   load_ucode_ap();
++#endif
+ }
+ 
+ static struct syscore_ops mc_syscore_ops = {
+-- 
+cgit v0.10.1
+


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

2014-12-06 Thread Evangelos Foutras
Date: Sunday, December 7, 2014 @ 08:56:38
  Author: foutrelis
Revision: 227332

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

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

--+
 /PKGBUILD|  598 
 /change-default-console-loglevel.patch   |   22 
 /config  |14262 +
 /config.x86_64   |13780 
 /fix_CPU0_microcode_on_resume.patch  |  184 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  299 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7131 
 testing-i686/config.x86_64   | 6890 
 testing-i686/fix_CPU0_microcode_on_resume.patch  |   46 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  299 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7131 
 testing-x86_64/config.x86_64 | 6890 
 testing-x86_64/fix_CPU0_microcode_on_resume.patch|   46 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 28948 insertions(+), 28856 deletions(-)

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