[arch-commits] Commit in wings3d/repos (10 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Mar 3 23:56:11 UTC 2013


    Date: Monday, March 4, 2013 @ 00:56:10
  Author: arodseth
Revision: 85612

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

Added:
  wings3d/repos/community-i686/PKGBUILD
    (from rev 85611, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-i686/wings3d.install
    (from rev 85611, wings3d/trunk/wings3d.install)
  wings3d/repos/community-x86_64/PKGBUILD
    (from rev 85611, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-x86_64/wings3d.install
    (from rev 85611, wings3d/trunk/wings3d.install)
Deleted:
  wings3d/repos/community-i686/PKGBUILD
  wings3d/repos/community-i686/wings3d.install
  wings3d/repos/community-i686/wings3d.sh
  wings3d/repos/community-x86_64/PKGBUILD
  wings3d/repos/community-x86_64/wings3d.install
  wings3d/repos/community-x86_64/wings3d.sh

----------------------------------+
 community-i686/PKGBUILD          |  104 +++++++++++++++++--------------------
 community-i686/wings3d.install   |   28 ++++-----
 community-i686/wings3d.sh        |    2 
 community-x86_64/PKGBUILD        |  104 +++++++++++++++++--------------------
 community-x86_64/wings3d.install |   28 ++++-----
 community-x86_64/wings3d.sh      |    2 
 6 files changed, 128 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-03 23:55:45 UTC (rev 85611)
+++ community-i686/PKGBUILD	2013-03-03 23:56:10 UTC (rev 85612)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: kappa <kappacurve at gmail.com>
-
-pkgname=wings3d
-_pkgname=wings
-pkgver=1.4.1
-pkgrel=12
-pkgdesc='3D modeling program'
-arch=('x86_64' 'i686')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang=R15B03_1')
-makedepends=('setconf' 'gendesk')
-optdepends=('povray: rendering support via POV-Ray')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/wings/tar.gz/dgud/r15b-driver-compat"
-        "$pkgname.sh"
-        "$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
-sha256sums=('b89aca41937d4d07424ccc0447eb5a6c3755350428201d7d7644e467dcd20fdf'
-            '46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
-            '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-_genericname=('3D Modeler')
-_dirname="$_pkgname-dgud-r15b-driver-compat"
-
-build() {
-  cd "$srcdir"
-  gendesk
-  setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
-
-  cd "$_dirname"
-  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
-  make
-  make lang
-}
-
-package() {
-  cd "$srcdir/$_dirname"
-
-  mkdir -p "$pkgdir/usr/lib/$pkgname"
-  for subdir in ebin fonts patches plugins shaders textures; do
-    cp -r "$srcdir/$_dirname/$subdir/" "$pkgdir/usr/lib/$pkgname"
-  done
-
-  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$srcdir"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-i686/PKGBUILD (from rev 85611, wings3d/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-03 23:56:10 UTC (rev 85612)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: kappa <kappacurve at gmail.com>
+
+pkgname=wings3d
+_pkgname=wings
+pkgver=1.4.1
+pkgrel=15
+pkgdesc='3D modeling program'
+arch=('x86_64' 'i686')
+url='http://www.wings3d.com/'
+license=('GPL')
+depends=('erlang' 'erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils')
+makedepends=('setconf' 'gendesk')
+optdepends=('povray: rendering support via POV-Ray')
+install=$pkgname.install
+options=('!emptydirs')
+# Using the binary release, but would prefer using a source release, if there is one that compiles
+source=("http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz"
+        "$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
+sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
+            '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
+_genericname=('3D Modeler')
+
+build() {
+  cd "$srcdir"
+  gendesk
+  setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
+
+  chmod +x "$_pkgname-$pkgver-linux.bzip2.run"
+  "./$_pkgname-$pkgver-linux.bzip2.run" --nox11 --nochown --tar xf > /dev/null
+  setconf install_wings INSTALL_DIR "$pkgdir/opt/$pkgname-$pkgver"
+}
+
+package() {
+  cd "$srcdir"
+  ./install_wings
+
+  cd "$pkgdir"
+  setconf "opt/$pkgname-$pkgver/$_pkgname" ROOTDIR "/opt/$pkgname-$pkgver"
+  install -Dm755 "opt/$pkgname-$pkgver/$_pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  cd "$srcdir"
+  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/wings3d.install
===================================================================
--- community-i686/wings3d.install	2013-03-03 23:55:45 UTC (rev 85611)
+++ community-i686/wings3d.install	2013-03-03 23:56:10 UTC (rev 85612)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  #gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-i686/wings3d.install (from rev 85611, wings3d/trunk/wings3d.install)
===================================================================
--- community-i686/wings3d.install	                        (rev 0)
+++ community-i686/wings3d.install	2013-03-03 23:56:10 UTC (rev 85612)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  #gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/wings3d.sh
===================================================================
--- community-i686/wings3d.sh	2013-03-03 23:55:45 UTC (rev 85611)
+++ community-i686/wings3d.sh	2013-03-03 23:56:10 UTC (rev 85612)
@@ -1,2 +0,0 @@
-#!/bin/sh
-erl -noinput -smp disable -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin -run wings_start start_halt ${1+"$@"}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-03 23:55:45 UTC (rev 85611)
+++ community-x86_64/PKGBUILD	2013-03-03 23:56:10 UTC (rev 85612)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: kappa <kappacurve at gmail.com>
-
-pkgname=wings3d
-_pkgname=wings
-pkgver=1.4.1
-pkgrel=12
-pkgdesc='3D modeling program'
-arch=('x86_64' 'i686')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang=R15B03_1')
-makedepends=('setconf' 'gendesk')
-optdepends=('povray: rendering support via POV-Ray')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/dgud/wings/tar.gz/dgud/r15b-driver-compat"
-        "$pkgname.sh"
-        "$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
-sha256sums=('b89aca41937d4d07424ccc0447eb5a6c3755350428201d7d7644e467dcd20fdf'
-            '46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
-            '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-_genericname=('3D Modeler')
-_dirname="$_pkgname-dgud-r15b-driver-compat"
-
-build() {
-  cd "$srcdir"
-  gendesk
-  setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
-
-  cd "$_dirname"
-  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
-  make
-  make lang
-}
-
-package() {
-  cd "$srcdir/$_dirname"
-
-  mkdir -p "$pkgdir/usr/lib/$pkgname"
-  for subdir in ebin fonts patches plugins shaders textures; do
-    cp -r "$srcdir/$_dirname/$subdir/" "$pkgdir/usr/lib/$pkgname"
-  done
-
-  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$srcdir"
-  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-x86_64/PKGBUILD (from rev 85611, wings3d/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-03 23:56:10 UTC (rev 85612)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: kappa <kappacurve at gmail.com>
+
+pkgname=wings3d
+_pkgname=wings
+pkgver=1.4.1
+pkgrel=15
+pkgdesc='3D modeling program'
+arch=('x86_64' 'i686')
+url='http://www.wings3d.com/'
+license=('GPL')
+depends=('erlang' 'erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils')
+makedepends=('setconf' 'gendesk')
+optdepends=('povray: rendering support via POV-Ray')
+install=$pkgname.install
+options=('!emptydirs')
+# Using the binary release, but would prefer using a source release, if there is one that compiles
+source=("http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz"
+        "$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
+sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322'
+            '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
+_genericname=('3D Modeler')
+
+build() {
+  cd "$srcdir"
+  gendesk
+  setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;"
+
+  chmod +x "$_pkgname-$pkgver-linux.bzip2.run"
+  "./$_pkgname-$pkgver-linux.bzip2.run" --nox11 --nochown --tar xf > /dev/null
+  setconf install_wings INSTALL_DIR "$pkgdir/opt/$pkgname-$pkgver"
+}
+
+package() {
+  cd "$srcdir"
+  ./install_wings
+
+  cd "$pkgdir"
+  setconf "opt/$pkgname-$pkgver/$_pkgname" ROOTDIR "/opt/$pkgname-$pkgver"
+  install -Dm755 "opt/$pkgname-$pkgver/$_pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  cd "$srcdir"
+  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/wings3d.install
===================================================================
--- community-x86_64/wings3d.install	2013-03-03 23:55:45 UTC (rev 85611)
+++ community-x86_64/wings3d.install	2013-03-03 23:56:10 UTC (rev 85612)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  #gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-x86_64/wings3d.install (from rev 85611, wings3d/trunk/wings3d.install)
===================================================================
--- community-x86_64/wings3d.install	                        (rev 0)
+++ community-x86_64/wings3d.install	2013-03-03 23:56:10 UTC (rev 85612)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  #gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/wings3d.sh
===================================================================
--- community-x86_64/wings3d.sh	2013-03-03 23:55:45 UTC (rev 85611)
+++ community-x86_64/wings3d.sh	2013-03-03 23:56:10 UTC (rev 85612)
@@ -1,2 +0,0 @@
-#!/bin/sh
-erl -noinput -smp disable -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin -run wings_start start_halt ${1+"$@"}




More information about the arch-commits mailing list