[arch-commits] Commit in openscad/repos (8 files)
Kyle Keen
kkeen at archlinux.org
Sat Apr 11 18:15:13 UTC 2015
Date: Saturday, April 11, 2015 @ 20:15:12
Author: kkeen
Revision: 131172
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
openscad/repos/community-staging-i686/
openscad/repos/community-staging-i686/CHANGELOG
(from rev 131171, openscad/trunk/CHANGELOG)
openscad/repos/community-staging-i686/PKGBUILD
(from rev 131171, openscad/trunk/PKGBUILD)
openscad/repos/community-staging-i686/openscad.install
(from rev 131171, openscad/trunk/openscad.install)
openscad/repos/community-staging-x86_64/
openscad/repos/community-staging-x86_64/CHANGELOG
(from rev 131171, openscad/trunk/CHANGELOG)
openscad/repos/community-staging-x86_64/PKGBUILD
(from rev 131171, openscad/trunk/PKGBUILD)
openscad/repos/community-staging-x86_64/openscad.install
(from rev 131171, openscad/trunk/openscad.install)
-------------------------------------------+
community-staging-i686/CHANGELOG | 62 ++++++++++++++++++++++++++++
community-staging-i686/PKGBUILD | 48 +++++++++++++++++++++
community-staging-i686/openscad.install | 13 +++++
community-staging-x86_64/CHANGELOG | 62 ++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 48 +++++++++++++++++++++
community-staging-x86_64/openscad.install | 13 +++++
6 files changed, 246 insertions(+)
Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 131171, openscad/trunk/CHANGELOG)
===================================================================
--- community-staging-i686/CHANGELOG (rev 0)
+++ community-staging-i686/CHANGELOG 2015-04-11 18:15:12 UTC (rev 131172)
@@ -0,0 +1,62 @@
+2015-04-11 Kyle Keen <keenerd at gmail.com>
+ * 2015.03-2
+ - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen <keenerd at gmail.com>
+ * 2015.03-1
+ - New release
+ - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen <keenerd at gmail.com>
+ * 2014.03-5
+ - No changes
+ - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen <keenerd at gmail.com>
+ * 2014.03-4
+ - No changes
+ - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen <keenerd at gmail.com>
+ * 2014.03-3
+ - No changes
+ - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen <keenerd at gmail.com>
+ * 2014.03-2
+ - No changes
+ - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen <keenerd at gmail.com>
+
+ * 2014.03-1
+ - New release
+ - MIME associations
+
+2014-02-10 Kyle Keen <keenerd at gmail.com>
+
+ * 2013.06-3
+ - Moved package to [community]
+ - Explicit boost depends
+ - Use official resources
+
+2014-02-07 Chirantan Ekbote <chirantan.ekbote at gmail.com>
+
+ * 2013.06-2
+ - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote <chirantan.ekbote at gmail.com>
+
+ * 2013.06-1 :
+ - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote <chirantan.ekbote at gmail.com>
+
+ * 2013.01-2 :
+ Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote <chirantan.ekbote at gmail.com>
+
+ * 2013.01-1 :
+ New upstream release.
+ Dependency eigen2 repaced by eigen3
Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 131171, openscad/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-11 18:15:12 UTC (rev 131172)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Chirantan Ekbote <chirantan.ekbote at gmail.com>
+# Contributor: Eric Anderson <ejona86 at gmail.com>
+# Contributor: Pierre DOUCET <pierre at equinoxefr.org>
+pkgname=openscad
+pkgver=2015.03
+pkgrel=2
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/"
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=openscad.install
+changelog=CHANGELOG
+depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+# full tests need cmake, python2, imagemagick
+checkdepends=('cmake')
+source=("http://files.openscad.org/openscad-$pkgver.src.tar.gz")
+md5sums=('d1daed0ba048141bb910cfcadf8838e3')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ qmake-qt4 PREFIX="/usr"
+ make
+ convert "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png"
+}
+
+check() {
+ # see doc/testing.txt about enabling
+ # normally will display stuff, run image diffs
+ cd "$srcdir/$pkgname-$pkgver/tests"
+ # something here still bugs out
+ return 0
+ cmake .
+ make
+ # run a subset of headless tests
+ ctest -R 'dumptest|echotest|csgtexttest|csgtermtest|openscad-nonascii|openscad-override'
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make INSTALL_ROOT="$pkgdir" install
+ rm "$pkgdir/usr/share/openscad/libraries/MCAD/"*.py
+ install -Dm644 "icons/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 "icons/$pkgname-128.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+ install -Dm644 "icons/$pkgname.xml" "$pkgdir/usr/share/mime/packages/$pkgname.xml"
+}
Copied: openscad/repos/community-staging-i686/openscad.install (from rev 131171, openscad/trunk/openscad.install)
===================================================================
--- community-staging-i686/openscad.install (rev 0)
+++ community-staging-i686/openscad.install 2015-04-11 18:15:12 UTC (rev 131172)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: openscad/repos/community-staging-x86_64/CHANGELOG (from rev 131171, openscad/trunk/CHANGELOG)
===================================================================
--- community-staging-x86_64/CHANGELOG (rev 0)
+++ community-staging-x86_64/CHANGELOG 2015-04-11 18:15:12 UTC (rev 131172)
@@ -0,0 +1,62 @@
+2015-04-11 Kyle Keen <keenerd at gmail.com>
+ * 2015.03-2
+ - Rebuild for cgal-4.6-1
+
+2015-03-10 Kyle Keen <keenerd at gmail.com>
+ * 2015.03-1
+ - New release
+ - Now uses qscintilla for the editor
+
+2014-11-04 Kyle Keen <keenerd at gmail.com>
+ * 2014.03-5
+ - No changes
+ - Rebuild for boost-1.57.0-1
+
+2014-08-18 Kyle Keen <keenerd at gmail.com>
+ * 2014.03-4
+ - No changes
+ - Rebuild for boost-1.56.0-1
+
+2014-08-18 Kyle Keen <keenerd at gmail.com>
+ * 2014.03-3
+ - No changes
+ - Rebuild for glew-1.11.0-1
+
+2014-08-12 Kyle Keen <keenerd at gmail.com>
+ * 2014.03-2
+ - No changes
+ - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen <keenerd at gmail.com>
+
+ * 2014.03-1
+ - New release
+ - MIME associations
+
+2014-02-10 Kyle Keen <keenerd at gmail.com>
+
+ * 2013.06-3
+ - Moved package to [community]
+ - Explicit boost depends
+ - Use official resources
+
+2014-02-07 Chirantan Ekbote <chirantan.ekbote at gmail.com>
+
+ * 2013.06-2
+ - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote <chirantan.ekbote at gmail.com>
+
+ * 2013.06-1 :
+ - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote <chirantan.ekbote at gmail.com>
+
+ * 2013.01-2 :
+ Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote <chirantan.ekbote at gmail.com>
+
+ * 2013.01-1 :
+ New upstream release.
+ Dependency eigen2 repaced by eigen3
Copied: openscad/repos/community-staging-x86_64/PKGBUILD (from rev 131171, openscad/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-04-11 18:15:12 UTC (rev 131172)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Chirantan Ekbote <chirantan.ekbote at gmail.com>
+# Contributor: Eric Anderson <ejona86 at gmail.com>
+# Contributor: Pierre DOUCET <pierre at equinoxefr.org>
+pkgname=openscad
+pkgver=2015.03
+pkgrel=2
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/"
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=openscad.install
+changelog=CHANGELOG
+depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+# full tests need cmake, python2, imagemagick
+checkdepends=('cmake')
+source=("http://files.openscad.org/openscad-$pkgver.src.tar.gz")
+md5sums=('d1daed0ba048141bb910cfcadf8838e3')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ qmake-qt4 PREFIX="/usr"
+ make
+ convert "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png"
+}
+
+check() {
+ # see doc/testing.txt about enabling
+ # normally will display stuff, run image diffs
+ cd "$srcdir/$pkgname-$pkgver/tests"
+ # something here still bugs out
+ return 0
+ cmake .
+ make
+ # run a subset of headless tests
+ ctest -R 'dumptest|echotest|csgtexttest|csgtermtest|openscad-nonascii|openscad-override'
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make INSTALL_ROOT="$pkgdir" install
+ rm "$pkgdir/usr/share/openscad/libraries/MCAD/"*.py
+ install -Dm644 "icons/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 "icons/$pkgname-128.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+ install -Dm644 "icons/$pkgname.xml" "$pkgdir/usr/share/mime/packages/$pkgname.xml"
+}
Copied: openscad/repos/community-staging-x86_64/openscad.install (from rev 131171, openscad/trunk/openscad.install)
===================================================================
--- community-staging-x86_64/openscad.install (rev 0)
+++ community-staging-x86_64/openscad.install 2015-04-11 18:15:12 UTC (rev 131172)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list