[arch-commits] Commit in kicad/repos (6 files)
Kyle Keen
kkeen at archlinux.org
Sat Aug 13 05:05:47 UTC 2016
Date: Saturday, August 13, 2016 @ 05:05:47
Author: kkeen
Revision: 186696
archrelease: copy trunk to community-i686, community-x86_64
Added:
kicad/repos/community-i686/PKGBUILD
(from rev 186695, kicad/trunk/PKGBUILD)
kicad/repos/community-x86_64/PKGBUILD
(from rev 186695, kicad/trunk/PKGBUILD)
Deleted:
kicad/repos/community-i686/PKGBUILD
kicad/repos/community-i686/swig.3.0.10.patch
kicad/repos/community-x86_64/PKGBUILD
kicad/repos/community-x86_64/swig.3.0.10.patch
------------------------------------+
/PKGBUILD | 112 +++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 64 --------------------
community-i686/swig.3.0.10.patch | 23 -------
community-x86_64/PKGBUILD | 64 --------------------
community-x86_64/swig.3.0.10.patch | 23 -------
5 files changed, 112 insertions(+), 174 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-08-13 05:05:21 UTC (rev 186695)
+++ community-i686/PKGBUILD 2016-08-13 05:05:47 UTC (rev 186696)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Marq Schneider <queueRAM at gmail.com>
-
-pkgname=kicad
-pkgver=4.0.2
-pkgrel=7
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('i686' 'x86_64')
-#url="http://iut-tice.ujf-grenoble.fr/kicad/"
-url="http://kicad-pcb.org/"
-license=('GPL')
-depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 'boost-libs' 'glew' 'wxpython')
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
-optdepends=('kicad-library: for footprints and symbols'
- 'kicad-library-3d: for 3d models of components')
-source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz"
- "kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz"
- "swig.3.0.10.patch")
-md5sums=('6c40f3a511f47c1145ccc75b9c3729f7'
- '14b17243b11bccc0483efb3743bd0f7b'
- 'd57d67f202e19526187dadfda128862f')
-
-prepare() {
- cd "$srcdir/kicad-$pkgver"
- # official patch, remove for 4.0.3
- patch -Np0 -i "$srcdir/swig.3.0.10.patch"
-}
-
-build() {
- cd "$srcdir/kicad-$pkgver"
-
- mkdir -p build/Release
- cd build/Release
- cmake ../.. -DKICAD_STABLE_VERSION=ON \
- -DKICAD_REPO_NAME=stable \
- -DKICAD_BUILD_VERSION=$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKICAD_SKIP_BOOST=ON \
- -DKICAD_SCRIPTING=ON \
- -DKICAD_SCRIPTING_MODULES=ON \
- -DKICAD_SCRIPTING_WXPYTHON=ON \
- -DBUILD_GITHUB_PLUGIN=ON
- make
-
- cd "$srcdir/kicad-i18n-$pkgver"
- mkdir -p build/Release
- cd build/Release
- cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "$srcdir/kicad-$pkgver/build/Release"
-
- make DESTDIR="$pkgdir" install
-
- # copy updated linux icons
- #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" "$pkgdir/usr/share/"
-
- cd "$srcdir/kicad-i18n-$pkgver/build/Release"
- make DESTDIR="$pkgdir" install
-}
Copied: kicad/repos/community-i686/PKGBUILD (from rev 186695, kicad/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 05:05:47 UTC (rev 186696)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Marq Schneider <queueRAM at gmail.com>
+
+pkgname=kicad
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('i686' 'x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/"
+url="http://kicad-pcb.org/"
+license=('GPL')
+depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 'boost-libs' 'glew' 'wxpython')
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+ 'kicad-library-3d: for 3d models of components')
+source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz"
+ "kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz")
+md5sums=('2691b85b4f1a363116251e004082462d'
+ '6e883d3c271c1324c5e1af042f6686fa')
+
+build() {
+ cd "$srcdir/kicad-$pkgver"
+
+ mkdir -p build/Release
+ cd build/Release
+ cmake ../.. -DKICAD_STABLE_VERSION=ON \
+ -DKICAD_REPO_NAME=stable \
+ -DKICAD_BUILD_VERSION=$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKICAD_SKIP_BOOST=ON \
+ -DKICAD_SCRIPTING=ON \
+ -DKICAD_SCRIPTING_MODULES=ON \
+ -DKICAD_SCRIPTING_WXPYTHON=ON \
+ -DBUILD_GITHUB_PLUGIN=ON
+ make
+
+ cd "$srcdir/kicad-i18n-$pkgver"
+ mkdir -p build/Release
+ cd build/Release
+ cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/kicad-$pkgver/build/Release"
+
+ make DESTDIR="$pkgdir" install
+
+ # copy updated linux icons
+ #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" "$pkgdir/usr/share/"
+
+ cd "$srcdir/kicad-i18n-$pkgver/build/Release"
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-i686/swig.3.0.10.patch
===================================================================
--- community-i686/swig.3.0.10.patch 2016-08-13 05:05:21 UTC (rev 186695)
+++ community-i686/swig.3.0.10.patch 2016-08-13 05:05:47 UTC (rev 186696)
@@ -1,23 +0,0 @@
---- scripting/build_tools/fix_swig_imports.py 2016-02-13 16:14:42.000000000 -0500
-+++ scripting/build_tools/fix_swig_imports.py 2016-08-03 01:36:10.110412204 -0400
-@@ -37,7 +37,19 @@
- txt = ""
-
- for l in lines:
-- if l.startswith("if version_info >= (2,6,0):"): # ok with swig version <= 3.0.2
-+ if l.startswith("if _swig_python_version_info >= (2, 7, 0):"): # ok with swig version >= 3.0.10
-+ l = l.replace("_swig_python_version_info >= (2, 7, 0)","False")
-+ doneOk = True
-+ elif l.startswith("elif _swig_python_version_info >= (2, 6, 0):"): # needed with swig version >= 3.0.10
-+ l = l.replace("_swig_python_version_info >= (2, 6, 0)","False")
-+ doneOk = True
-+ if l.startswith("if version_info >= (2, 7, 0):"): # ok with swig version >= 3.0.9
-+ l = l.replace("version_info >= (2, 7, 0)","False")
-+ doneOk = True
-+ elif l.startswith("elif version_info >= (2, 6, 0):"): # needed with swig version >= 3.0.9
-+ l = l.replace("version_info >= (2, 6, 0)","False")
-+ doneOk = True
-+ elif l.startswith("if version_info >= (2,6,0):"): # ok with swig version <= 3.0.2
- l = l.replace("version_info >= (2,6,0)","False")
- doneOk = True
- elif l.startswith("if version_info >= (2, 6, 0):"): # needed with swig version 3.0.3
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-08-13 05:05:21 UTC (rev 186695)
+++ community-x86_64/PKGBUILD 2016-08-13 05:05:47 UTC (rev 186696)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Marq Schneider <queueRAM at gmail.com>
-
-pkgname=kicad
-pkgver=4.0.2
-pkgrel=7
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('i686' 'x86_64')
-#url="http://iut-tice.ujf-grenoble.fr/kicad/"
-url="http://kicad-pcb.org/"
-license=('GPL')
-depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 'boost-libs' 'glew' 'wxpython')
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
-optdepends=('kicad-library: for footprints and symbols'
- 'kicad-library-3d: for 3d models of components')
-source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz"
- "kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz"
- "swig.3.0.10.patch")
-md5sums=('6c40f3a511f47c1145ccc75b9c3729f7'
- '14b17243b11bccc0483efb3743bd0f7b'
- 'd57d67f202e19526187dadfda128862f')
-
-prepare() {
- cd "$srcdir/kicad-$pkgver"
- # official patch, remove for 4.0.3
- patch -Np0 -i "$srcdir/swig.3.0.10.patch"
-}
-
-build() {
- cd "$srcdir/kicad-$pkgver"
-
- mkdir -p build/Release
- cd build/Release
- cmake ../.. -DKICAD_STABLE_VERSION=ON \
- -DKICAD_REPO_NAME=stable \
- -DKICAD_BUILD_VERSION=$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKICAD_SKIP_BOOST=ON \
- -DKICAD_SCRIPTING=ON \
- -DKICAD_SCRIPTING_MODULES=ON \
- -DKICAD_SCRIPTING_WXPYTHON=ON \
- -DBUILD_GITHUB_PLUGIN=ON
- make
-
- cd "$srcdir/kicad-i18n-$pkgver"
- mkdir -p build/Release
- cd build/Release
- cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "$srcdir/kicad-$pkgver/build/Release"
-
- make DESTDIR="$pkgdir" install
-
- # copy updated linux icons
- #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" "$pkgdir/usr/share/"
-
- cd "$srcdir/kicad-i18n-$pkgver/build/Release"
- make DESTDIR="$pkgdir" install
-}
Copied: kicad/repos/community-x86_64/PKGBUILD (from rev 186695, kicad/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-08-13 05:05:47 UTC (rev 186696)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Marq Schneider <queueRAM at gmail.com>
+
+pkgname=kicad
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('i686' 'x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/"
+url="http://kicad-pcb.org/"
+license=('GPL')
+depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 'boost-libs' 'glew' 'wxpython')
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+ 'kicad-library-3d: for 3d models of components')
+source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz"
+ "kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz")
+md5sums=('2691b85b4f1a363116251e004082462d'
+ '6e883d3c271c1324c5e1af042f6686fa')
+
+build() {
+ cd "$srcdir/kicad-$pkgver"
+
+ mkdir -p build/Release
+ cd build/Release
+ cmake ../.. -DKICAD_STABLE_VERSION=ON \
+ -DKICAD_REPO_NAME=stable \
+ -DKICAD_BUILD_VERSION=$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKICAD_SKIP_BOOST=ON \
+ -DKICAD_SCRIPTING=ON \
+ -DKICAD_SCRIPTING_MODULES=ON \
+ -DKICAD_SCRIPTING_WXPYTHON=ON \
+ -DBUILD_GITHUB_PLUGIN=ON
+ make
+
+ cd "$srcdir/kicad-i18n-$pkgver"
+ mkdir -p build/Release
+ cd build/Release
+ cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/kicad-$pkgver/build/Release"
+
+ make DESTDIR="$pkgdir" install
+
+ # copy updated linux icons
+ #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" "$pkgdir/usr/share/"
+
+ cd "$srcdir/kicad-i18n-$pkgver/build/Release"
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/swig.3.0.10.patch
===================================================================
--- community-x86_64/swig.3.0.10.patch 2016-08-13 05:05:21 UTC (rev 186695)
+++ community-x86_64/swig.3.0.10.patch 2016-08-13 05:05:47 UTC (rev 186696)
@@ -1,23 +0,0 @@
---- scripting/build_tools/fix_swig_imports.py 2016-02-13 16:14:42.000000000 -0500
-+++ scripting/build_tools/fix_swig_imports.py 2016-08-03 01:36:10.110412204 -0400
-@@ -37,7 +37,19 @@
- txt = ""
-
- for l in lines:
-- if l.startswith("if version_info >= (2,6,0):"): # ok with swig version <= 3.0.2
-+ if l.startswith("if _swig_python_version_info >= (2, 7, 0):"): # ok with swig version >= 3.0.10
-+ l = l.replace("_swig_python_version_info >= (2, 7, 0)","False")
-+ doneOk = True
-+ elif l.startswith("elif _swig_python_version_info >= (2, 6, 0):"): # needed with swig version >= 3.0.10
-+ l = l.replace("_swig_python_version_info >= (2, 6, 0)","False")
-+ doneOk = True
-+ if l.startswith("if version_info >= (2, 7, 0):"): # ok with swig version >= 3.0.9
-+ l = l.replace("version_info >= (2, 7, 0)","False")
-+ doneOk = True
-+ elif l.startswith("elif version_info >= (2, 6, 0):"): # needed with swig version >= 3.0.9
-+ l = l.replace("version_info >= (2, 6, 0)","False")
-+ doneOk = True
-+ elif l.startswith("if version_info >= (2,6,0):"): # ok with swig version <= 3.0.2
- l = l.replace("version_info >= (2,6,0)","False")
- doneOk = True
- elif l.startswith("if version_info >= (2, 6, 0):"): # needed with swig version 3.0.3
More information about the arch-commits
mailing list