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

2015-12-03 Thread Kyle Keen
Date: Thursday, December 3, 2015 @ 11:15:02
  Author: kkeen
Revision: 148194

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 148193, kicad/trunk/PKGBUILD)
  kicad/repos/community-i686/kicad.install
(from rev 148193, kicad/trunk/kicad.install)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 148193, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/kicad.install
(from rev 148193, kicad/trunk/kicad.install)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-i686/kicad.install
  kicad/repos/community-i686/wxgtk3.0.patch
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-x86_64/kicad.install
  kicad/repos/community-x86_64/wxgtk3.0.patch

+
 /PKGBUILD  |  120 
++
 /kicad.install |   30 ++
 community-i686/PKGBUILD|   68 -
 community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch   |   11 
 community-i686/kicad.install   |   15 -
 community-i686/wxgtk3.0.patch  |   12 -
 community-x86_64/PKGBUILD  |   68 -
 community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch |   11 
 community-x86_64/kicad.install |   15 -
 community-x86_64/wxgtk3.0.patch|   12 -
 10 files changed, 150 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-03 10:14:40 UTC (rev 148193)
+++ community-i686/PKGBUILD 2015-12-03 10:15:02 UTC (rev 148194)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Marq Schneider 
-
-pkgname=kicad
-pkgver=20130518
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=4017
-pkgrel=3
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('i686' 'x86_64')
-url="http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-depends=('glu' 'wxgtk2.8' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm')
-makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
-'kicad-library-bzr: for footprints')
-install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
-kicad-boost-polygon-declare-gtlsort-earlier.patch
-wxgtk3.0.patch)
-md5sums=('9e6aab0f2ad01a17c8ec96cd9162dc79'
- 'a2c39704238946e74a5ed0c38326345f'
- 'ec3e7581c814ca2b76becc7b30a8529f')
-
-#source=(https://launchpad.net/ubuntu/trusty/+source/kicad/0.${pkgver}+bzr${_pkgbzr}-2/+files/kicad_0.${pkgver}+bzr${_pkgbzr}.orig.tar.gz)
-# patches from 
https://launchpad.net/ubuntu/trusty/+source/kicad/0.20130727+bzr4024-2/+files/kicad_0.20130727+bzr4024-2.debian.tar.gz
 ?
-
-build() {
-  cd "$srcdir/stable_${_pkgver}_BZR${_pkgbzr}"
-
-  # kicad-boost-polygon-declare-gtlsort-earlier.patch
-  #sed -i '20i #include "detail/polygon_sort_adaptor.hpp"' 
include/boost/polygon/polygon.hpp
-  patch -p0 < "$srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch"
-  #patch -p1 < "$srcdir/wxgtk3.0.patch"
-  #sed -i 's/wxStandardPaths/&::Get/' common/edaappl.cpp
-
-  # harmless build blocking error
-  # see https://lists.launchpad.net/kicad-developers/msg07841.html
-  # for proper fix
-  sed -i 's|^#.*error "You must use|//&|' include/common.h
-
-  # FS#31559
-  sed -i 's/-O2/-O1/' CMakeLists.txt
-
-  # build and install kicad
-  mkdir -p build/Release
-  cd build/Release
-  # STABLE_VERSION gets removed, eventually
-  # gets ported to wxgtk3, eventually
-  cmake ../.. -DKICAD_STABLE_VERSION=ON\
-  -DCMAKE_BUILD_TYPE=Release   \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' \
-  -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc32-2.8'
-  make
-}
-
-package() {
-  cd "$srcdir/stable_${_pkgver}_BZR${_pkgbzr}/build/Release"
-
-  make DESTDIR="$pkgdir" install
-
-  # copy updated linux icons
-  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
-}
-
-

Copied: kicad/repos/community-i686/PKGBUILD (from rev 148193, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-03 10:15:02 UTC (rev 148194)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: 

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

2013-06-08 Thread Kyle Keen
Date: Saturday, June 8, 2013 @ 20:13:09
  Author: kkeen
Revision: 92568

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 92567, kicad/trunk/PKGBUILD)
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 92567, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-i686/kicad.install
(from rev 92567, kicad/trunk/kicad.install)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 92567, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 92567, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-x86_64/kicad.install
(from rev 92567, kicad/trunk/kicad.install)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-i686/kicad.install
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-x86_64/kicad.install

+
 /PKGBUILD  |  108 
++
 /kicad-boost-polygon-declare-gtlsort-earlier.patch |   22 ++
 /kicad.install |   30 ++
 community-i686/PKGBUILD|   54 -
 community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch   |   11 -
 community-i686/kicad.install   |   15 -
 community-x86_64/PKGBUILD  |   54 -
 community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch |   11 -
 community-x86_64/kicad.install |   15 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 18:12:30 UTC (rev 92567)
+++ community-i686/PKGBUILD 2013-06-08 18:13:09 UTC (rev 92568)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Marq Schneider queue...@gmail.com
-
-pkgname=kicad
-pkgver=20130331
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=4008
-pkgrel=1
-pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
-arch=('i686' 'x86_64')
-url=http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
-'kicad-library-bzr: for footprints')
-install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
-kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('9c88273a5b323b6622d1704a90ffa399'
- 'a2c39704238946e74a5ed0c38326345f')
-
-build() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}
-
-  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
-
-  # harmless build blocking error
-  # see https://lists.launchpad.net/kicad-developers/msg07841.html
-  # for proper fix
-  sed -i 's|^#.*error You must use|//|' include/common.h
-
-  # FS#31559
-  sed -i 's/-O2/-O1/' CMakeLists.txt
-
-  # build and install kicad
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DKICAD_STABLE_VERSION=ON\
-  -DCMAKE_BUILD_TYPE=Release   \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}/build/Release
-
-  make DESTDIR=$pkgdir install
-
-  # copy updated linux icons
-  #cp -r -n $srcdir/$pkgname-icons/resources/linux/mime/icons 
$pkgdir/usr/share/
-}
-

Copied: kicad/repos/community-i686/PKGBUILD (from rev 92567, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 18:13:09 UTC (rev 92568)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Marq Schneider queue...@gmail.com
+
+pkgname=kicad
+pkgver=20130518
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+_pkgbzr=4017
+pkgrel=1
+pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
+arch=('i686' 'x86_64')
+url=http://iut-tice.ujf-grenoble.fr/kicad/;
+license=('GPL')
+depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'zlib' 'mesa')
+optdepends=('kicad-docs-bzr: for documentation' 
+'kicad-library-bzr: for footprints')
+install=kicad.install
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
+kicad-boost-polygon-declare-gtlsort-earlier.patch)

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

2013-06-08 Thread Kyle Keen
Date: Saturday, June 8, 2013 @ 20:17:35
  Author: kkeen
Revision: 92569

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 92568, kicad/trunk/PKGBUILD)
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 92568, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-i686/kicad.install
(from rev 92568, kicad/trunk/kicad.install)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 92568, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 92568, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-x86_64/kicad.install
(from rev 92568, kicad/trunk/kicad.install)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-i686/kicad.install
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-x86_64/kicad.install

+
 /PKGBUILD  |  108 
++
 /kicad-boost-polygon-declare-gtlsort-earlier.patch |   22 ++
 /kicad.install |   30 ++
 community-i686/PKGBUILD|   54 -
 community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch   |   11 -
 community-i686/kicad.install   |   15 -
 community-x86_64/PKGBUILD  |   54 -
 community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch |   11 -
 community-x86_64/kicad.install |   15 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-08 18:13:09 UTC (rev 92568)
+++ community-i686/PKGBUILD 2013-06-08 18:17:35 UTC (rev 92569)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Marq Schneider queue...@gmail.com
-
-pkgname=kicad
-pkgver=20130518
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=4017
-pkgrel=1
-pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
-arch=('i686' 'x86_64')
-url=http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
-'kicad-library-bzr: for footprints')
-install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
-kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('9e6aab0f2ad01a17c8ec96cd9162dc79'
- 'a2c39704238946e74a5ed0c38326345f')
-
-build() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}
-
-  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
-
-  # harmless build blocking error
-  # see https://lists.launchpad.net/kicad-developers/msg07841.html
-  # for proper fix
-  sed -i 's|^#.*error You must use|//|' include/common.h
-
-  # FS#31559
-  sed -i 's/-O2/-O1/' CMakeLists.txt
-
-  # build and install kicad
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DKICAD_STABLE_VERSION=ON\
-  -DCMAKE_BUILD_TYPE=Release   \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}/build/Release
-
-  make DESTDIR=$pkgdir install
-
-  # copy updated linux icons
-  #cp -r -n $srcdir/$pkgname-icons/resources/linux/mime/icons 
$pkgdir/usr/share/
-}
-

Copied: kicad/repos/community-i686/PKGBUILD (from rev 92568, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-08 18:17:35 UTC (rev 92569)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Marq Schneider queue...@gmail.com
+
+pkgname=kicad
+pkgver=20130518
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+_pkgbzr=4017
+pkgrel=1
+pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
+arch=('i686' 'x86_64')
+url=http://iut-tice.ujf-grenoble.fr/kicad/;
+license=('GPL')
+depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'zlib' 'mesa')
+optdepends=('kicad-docs-bzr: for documentation' 
+'kicad-library-bzr: for footprints')
+install=kicad.install
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
+kicad-boost-polygon-declare-gtlsort-earlier.patch)

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

2013-04-27 Thread Kyle Keen
Date: Saturday, April 27, 2013 @ 15:49:24
  Author: kkeen
Revision: 89177

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 89176, kicad/trunk/PKGBUILD)
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 89176, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-i686/kicad.install
(from rev 89176, kicad/trunk/kicad.install)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 89176, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 89176, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-x86_64/kicad.install
(from rev 89176, kicad/trunk/kicad.install)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-i686/kicad.install
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-x86_64/kicad.install

+
 /PKGBUILD  |  108 
++
 /kicad-boost-polygon-declare-gtlsort-earlier.patch |   22 ++
 /kicad.install |   30 ++
 community-i686/PKGBUILD|   54 -
 community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch   |   11 -
 community-i686/kicad.install   |   15 -
 community-x86_64/PKGBUILD  |   54 -
 community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch |   11 -
 community-x86_64/kicad.install |   15 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-27 13:49:01 UTC (rev 89176)
+++ community-i686/PKGBUILD 2013-04-27 13:49:24 UTC (rev 89177)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Marq Schneider queue...@gmail.com
-
-pkgname=kicad
-pkgver=20130226
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=3974
-pkgrel=4
-pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
-arch=('i686' 'x86_64')
-url=http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
-'kicad-library-bzr: for footprints')
-install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}_sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
-kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('9b7748efedc355473c72fdb7c37b0500'
- 'a2c39704238946e74a5ed0c38326345f')
-
-build() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}
-
-  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
-
-  # harmless build blocking error
-  # see https://lists.launchpad.net/kicad-developers/msg07841.html
-  # for proper fix
-  sed -i 's|^#.*error You must use|//|' include/common.h
-
-  # FS#31559
-  sed -i 's/-O2/-O1/' CMakeLists.txt
-
-  # build and install kicad
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DKICAD_STABLE_VERSION=ON\
-  -DCMAKE_BUILD_TYPE=Release   \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}/build/Release
-
-  make DESTDIR=$pkgdir install
-
-  # copy updated linux icons
-  #cp -r -n $srcdir/$pkgname-icons/resources/linux/mime/icons 
$pkgdir/usr/share/
-}
-

Copied: kicad/repos/community-i686/PKGBUILD (from rev 89176, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-27 13:49:24 UTC (rev 89177)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Marq Schneider queue...@gmail.com
+
+pkgname=kicad
+pkgver=20130331
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+_pkgbzr=4008
+pkgrel=1
+pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
+arch=('i686' 'x86_64')
+url=http://iut-tice.ujf-grenoble.fr/kicad/;
+license=('GPL')
+depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'zlib' 'mesa')
+optdepends=('kicad-docs-bzr: for documentation' 
+'kicad-library-bzr: for footprints')
+install=kicad.install
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
+kicad-boost-polygon-declare-gtlsort-earlier.patch)

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

2013-03-06 Thread Kyle Keen
Date: Wednesday, March 6, 2013 @ 15:22:48
  Author: kkeen
Revision: 85759

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

Added:
  kicad/repos/community-i686/PKGBUILD
(from rev 85758, kicad/trunk/PKGBUILD)
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 85758, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-i686/kicad.install
(from rev 85758, kicad/trunk/kicad.install)
  kicad/repos/community-x86_64/PKGBUILD
(from rev 85758, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
(from rev 85758, 
kicad/trunk/kicad-boost-polygon-declare-gtlsort-earlier.patch)
  kicad/repos/community-x86_64/kicad.install
(from rev 85758, kicad/trunk/kicad.install)
Deleted:
  kicad/repos/community-i686/PKGBUILD
  kicad/repos/community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-i686/kicad.install
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch
  kicad/repos/community-x86_64/kicad.install

+
 community-i686/PKGBUILD|  102 
+-
 community-i686/kicad-boost-polygon-declare-gtlsort-earlier.patch   |   22 +-
 community-i686/kicad.install   |   30 +-
 community-x86_64/PKGBUILD  |  102 
+-
 community-x86_64/kicad-boost-polygon-declare-gtlsort-earlier.patch |   22 +-
 community-x86_64/kicad.install |   30 +-
 6 files changed, 160 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-06 14:22:23 UTC (rev 85758)
+++ community-i686/PKGBUILD 2013-03-06 14:22:48 UTC (rev 85759)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Marq Schneider queue...@gmail.com
-
-pkgname=kicad
-pkgver=20120119
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-_pkgbzr=3256
-pkgrel=4
-pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
-arch=('i686' 'x86_64')
-url=http://iut-tice.ujf-grenoble.fr/kicad/;
-license=('GPL')
-depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
-'kicad-library-bzr: for footprints')
-install=kicad.install
-source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}_sources-$_pkgver-BZR$_pkgbzr-stable.zip
-kicad-boost-polygon-declare-gtlsort-earlier.patch)
-md5sums=('d65574c42efd72638aed80adef367c3b'
- 'a2c39704238946e74a5ed0c38326345f')
-
-build() {
-  cd $srcdir/KiCad_sources
-
-  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
-
-  # FS#31559
-  sed -i 's/-O2/-O1/' CMakeLists.txt
-
-  # build and install kicad
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DKICAD_STABLE_VERSION=ON\
-  -DCMAKE_BUILD_TYPE=Release   \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/KiCad_sources/build/Release
-
-  make DESTDIR=$pkgdir install
-
-  # copy updated linux icons
-  #cp -r -n $srcdir/$pkgname-icons/resources/linux/mime/icons 
$pkgdir/usr/share/
-}

Copied: kicad/repos/community-i686/PKGBUILD (from rev 85758, 
kicad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-06 14:22:48 UTC (rev 85759)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Marq Schneider queue...@gmail.com
+
+pkgname=kicad
+pkgver=20130226
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+_pkgbzr=3974
+pkgrel=4
+pkgdesc=Electronic schematic and printed circuit board (PCB) design tools
+arch=('i686' 'x86_64')
+url=http://iut-tice.ujf-grenoble.fr/kicad/;
+license=('GPL')
+depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('cmake' 'zlib' 'mesa')
+optdepends=('kicad-docs-bzr: for documentation' 
+'kicad-library-bzr: for footprints')
+install=kicad.install
+source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}_sources_stable_${_pkgver}_BZR${_pkgbzr}.zip
+kicad-boost-polygon-declare-gtlsort-earlier.patch)
+md5sums=('9b7748efedc355473c72fdb7c37b0500'
+ 'a2c39704238946e74a5ed0c38326345f')
+
+build() {
+  cd $srcdir/stable_${_pkgver}_BZR${_pkgbzr}
+
+  patch -p0  $srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch
+
+  # harmless build blocking error
+  # see https://lists.launchpad.net/kicad-developers/msg07841.html
+  # for proper fix
+  sed -i 's|^#.*error You must use|//|' include/common.h
+
+  # FS#31559
+  sed -i 's/-O2/-O1/' CMakeLists.txt
+
+