Date: Thursday, January 29, 2015 @ 22:10:00
  Author: kkeen
Revision: 126760

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 126759, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-i686/PKGBUILD
    (from rev 126759, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-i686/openscad.install
    (from rev 126759, openscad/trunk/openscad.install)
  openscad/repos/community-staging-x86_64/
  openscad/repos/community-staging-x86_64/CHANGELOG
    (from rev 126759, openscad/trunk/CHANGELOG)
  openscad/repos/community-staging-x86_64/PKGBUILD
    (from rev 126759, openscad/trunk/PKGBUILD)
  openscad/repos/community-staging-x86_64/openscad.install
    (from rev 126759, 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 126759, 
openscad/trunk/CHANGELOG)
===================================================================
--- community-staging-i686/CHANGELOG                            (rev 0)
+++ community-staging-i686/CHANGELOG    2015-01-29 21:10:00 UTC (rev 126760)
@@ -0,0 +1,56 @@
+2014-11-04 Kyle Keen <keen...@gmail.com>
+       * 2014.03-5
+       - No changes
+       - Rebuild for boost-1.57.0-1
+
+
+2014-08-18 Kyle Keen <keen...@gmail.com>
+       * 2014.03-4
+       - No changes
+       - Rebuild for boost-1.56.0-1
+
+
+2014-08-18 Kyle Keen <keen...@gmail.com>
+       * 2014.03-3
+       - No changes
+       - Rebuild for glew-1.11.0-1
+
+
+2014-08-12 Kyle Keen <keen...@gmail.com>
+       * 2014.03-2
+       - No changes
+       - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen <keen...@gmail.com>
+
+       * 2014.03-1
+       - New release
+       - MIME associations
+
+2014-02-10 Kyle Keen <keen...@gmail.com>
+
+       * 2013.06-3
+       - Moved package to [community]
+       - Explicit boost depends
+       - Use official resources
+
+2014-02-07 Chirantan Ekbote <chirantan.ekb...@gmail.com>
+
+       * 2013.06-2
+       - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote <chirantan.ekb...@gmail.com>
+
+       * 2013.06-1 :
+       - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote <chirantan.ekb...@gmail.com>
+
+       * 2013.01-2 :
+       Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote <chirantan.ekb...@gmail.com>
+
+       * 2013.01-1 :
+       New upstream release.
+       Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-i686/PKGBUILD (from rev 126759, 
openscad/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-01-29 21:10:00 UTC (rev 126760)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen <keen...@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=6
+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 
126759, openscad/trunk/openscad.install)
===================================================================
--- community-staging-i686/openscad.install                             (rev 0)
+++ community-staging-i686/openscad.install     2015-01-29 21:10:00 UTC (rev 
126760)
@@ -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 126759, 
openscad/trunk/CHANGELOG)
===================================================================
--- community-staging-x86_64/CHANGELOG                          (rev 0)
+++ community-staging-x86_64/CHANGELOG  2015-01-29 21:10:00 UTC (rev 126760)
@@ -0,0 +1,56 @@
+2014-11-04 Kyle Keen <keen...@gmail.com>
+       * 2014.03-5
+       - No changes
+       - Rebuild for boost-1.57.0-1
+
+
+2014-08-18 Kyle Keen <keen...@gmail.com>
+       * 2014.03-4
+       - No changes
+       - Rebuild for boost-1.56.0-1
+
+
+2014-08-18 Kyle Keen <keen...@gmail.com>
+       * 2014.03-3
+       - No changes
+       - Rebuild for glew-1.11.0-1
+
+
+2014-08-12 Kyle Keen <keen...@gmail.com>
+       * 2014.03-2
+       - No changes
+       - Rebuild for boost-1.56.0-1
+
+2014-03-09 Kyle Keen <keen...@gmail.com>
+
+       * 2014.03-1
+       - New release
+       - MIME associations
+
+2014-02-10 Kyle Keen <keen...@gmail.com>
+
+       * 2013.06-3
+       - Moved package to [community]
+       - Explicit boost depends
+       - Use official resources
+
+2014-02-07 Chirantan Ekbote <chirantan.ekb...@gmail.com>
+
+       * 2013.06-2
+       - Update makedepends since eigen3 has now become eigen in [extra]
+
+2013-06-19 Chirantan Ekbote <chirantan.ekb...@gmail.com>
+
+       * 2013.06-1 :
+       - Updated to version 2013.06
+
+2013-03-01 Chirantan Ekbote <chirantan.ekb...@gmail.com>
+
+       * 2013.01-2 :
+       Dependency qt replaced with qt4
+
+2013-01-23 Chirantan Ekbote <chirantan.ekb...@gmail.com>
+
+       * 2013.01-1 :
+       New upstream release.
+       Dependency eigen2 repaced by eigen3

Copied: openscad/repos/community-staging-x86_64/PKGBUILD (from rev 126759, 
openscad/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-29 21:10:00 UTC (rev 126760)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen <keen...@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=6
+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 
126759, openscad/trunk/openscad.install)
===================================================================
--- community-staging-x86_64/openscad.install                           (rev 0)
+++ community-staging-x86_64/openscad.install   2015-01-29 21:10:00 UTC (rev 
126760)
@@ -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
+}

Reply via email to