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

Kyle Keen kkeen at archlinux.org
Tue Nov 4 16:30:38 UTC 2014


    Date: Tuesday, November 4, 2014 @ 17:30:37
  Author: kkeen
Revision: 121847

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 121846, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
    (from rev 121846, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-i686/openscad.install
    (from rev 121846, openscad/trunk/openscad.install)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
    (from rev 121846, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
    (from rev 121846, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/openscad.install
    (from rev 121846, openscad/trunk/openscad.install)

-------------------------------------------+
 community-staging-i686/CHANGELOG          |   56 ++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD           |   40 ++++++++++++++++++++
 community-staging-i686/openscad.install   |   13 ++++++
 community-staging-x86_64/CHANGELOG        |   56 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD         |   40 ++++++++++++++++++++
 community-staging-x86_64/openscad.install |   13 ++++++
 6 files changed, 218 insertions(+)

Copied: openscad/repos/community-staging-i686/CHANGELOG (from rev 121846, openscad/trunk/CHANGELOG)
===================================================================
--- community-staging-i686/CHANGELOG	                        (rev 0)
+++ community-staging-i686/CHANGELOG	2014-11-04 16:30:37 UTC (rev 121847)
@@ -0,0 +1,56 @@
+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 121846, openscad/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-11-04 16:30:37 UTC (rev 121847)
@@ -0,0 +1,40 @@
+# $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=2014.03
+pkgrel=5
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/"
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=openscad.install
+changelog=CHANGELOG
+depends=('qt4' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+source=("http://files.openscad.org/openscad-$pkgver.src.tar.gz")
+md5sums=('38bebd02bce365fe39e695a07411ab73')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    rm -f libraries/MCAD/*.py
+    # internal version will use the build date, override that
+    qmake-qt4 PREFIX="/usr" VERSION="$pkgver"
+    make
+    convert "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png"
+}
+
+# it has tests
+# tests need cmake, python, imagemagick
+# see doc/testing.txt about enabling
+# needs to display stuff, run image diffs
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make INSTALL_ROOT="$pkgdir" install
+    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 121846, openscad/trunk/openscad.install)
===================================================================
--- community-staging-i686/openscad.install	                        (rev 0)
+++ community-staging-i686/openscad.install	2014-11-04 16:30:37 UTC (rev 121847)
@@ -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 121846, openscad/trunk/CHANGELOG)
===================================================================
--- community-staging-x86_64/CHANGELOG	                        (rev 0)
+++ community-staging-x86_64/CHANGELOG	2014-11-04 16:30:37 UTC (rev 121847)
@@ -0,0 +1,56 @@
+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 121846, openscad/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-11-04 16:30:37 UTC (rev 121847)
@@ -0,0 +1,40 @@
+# $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=2014.03
+pkgrel=5
+pkgdesc="The programmers solid 3D CAD modeller"
+url="http://openscad.org/"
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=openscad.install
+changelog=CHANGELOG
+depends=('qt4' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info')
+makedepends=('eigen' 'boost' 'imagemagick')
+source=("http://files.openscad.org/openscad-$pkgver.src.tar.gz")
+md5sums=('38bebd02bce365fe39e695a07411ab73')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    rm -f libraries/MCAD/*.py
+    # internal version will use the build date, override that
+    qmake-qt4 PREFIX="/usr" VERSION="$pkgver"
+    make
+    convert "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png"
+}
+
+# it has tests
+# tests need cmake, python, imagemagick
+# see doc/testing.txt about enabling
+# needs to display stuff, run image diffs
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make INSTALL_ROOT="$pkgdir" install
+    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 121846, openscad/trunk/openscad.install)
===================================================================
--- community-staging-x86_64/openscad.install	                        (rev 0)
+++ community-staging-x86_64/openscad.install	2014-11-04 16:30:37 UTC (rev 121847)
@@ -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