summaryrefslogtreecommitdiff
path: root/libre/wings3d-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 07:39:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 07:39:48 -0300
commit2a47bb0200fef649fb4ac1694048c87f7de3f97d (patch)
tree9faba5a16ca74546b476b11ef706a0c3f17e9045 /libre/wings3d-libre
parenta1037cb127e862a3383537910a63097bb050a4ea (diff)
downloadabslibre-2a47bb0200fef649fb4ac1694048c87f7de3f97d.tar.gz
abslibre-2a47bb0200fef649fb4ac1694048c87f7de3f97d.tar.bz2
abslibre-2a47bb0200fef649fb4ac1694048c87f7de3f97d.zip
wings3d: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/wings3d-libre')
-rw-r--r--libre/wings3d-libre/PKGBUILD56
-rw-r--r--libre/wings3d-libre/wings3d.install13
-rw-r--r--libre/wings3d-libre/wings3d.pngbin25466 -> 0 bytes
-rw-r--r--libre/wings3d-libre/wings3d.sh2
4 files changed, 0 insertions, 71 deletions
diff --git a/libre/wings3d-libre/PKGBUILD b/libre/wings3d-libre/PKGBUILD
deleted file mode 100644
index 1a0380bd7..000000000
--- a/libre/wings3d-libre/PKGBUILD
+++ /dev/null
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD 113127 2014-06-13 22:30:55Z arodseth $
-# Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com>
-# Contributor (Arch): kappa <kappacurve@gmail.com>
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-
-_pkgname=wings3d
-_name=wings
-pkgname=wings3d-libre
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='3D modeling program, without nonfree kerkythea render support'
-arch=('x86_64' 'i686' 'mips64el')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
-makedepends=('gendesk')
-optdepends=('povray: rendering support via POV-Ray')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
-replaces=("$_pkgname")
-install=$_pkgname.install
-source=("http://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2"
- "$_pkgname.sh"
- "$_pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
-sha256sums=('c08060016f83679ce08947942d31af0e3b5d105525d0df5e993ec6f1a81fdd8e'
- '46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
- '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-
-prepare() {
- gendesk -f --pkgname "$_pkgname" --pkgdesc "$pkgdesc" --name 'Wings3D' \
- --genericname '3D Modeler' --categories 'Graphics;3DGraphics'
-}
-
-build() {
- export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
- make -C "$_name-$pkgver" all lang
-}
-
-package() {
- install -Dm644 "$_pkgname.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
- install -Dm644 "$_pkgname.desktop" \
- "$pkgdir/usr/share/applications/$_pkgname.desktop"
- install -Dm755 "$_pkgname.sh" "$pkgdir/usr/bin/$_pkgname"
- cd "$_name-$pkgver"
- install -d "$pkgdir/usr/lib/$_pkgname"
- for subdir in ebin fonts patches plugins shaders textures; do
- cp -r "$srcdir/$_name-$pkgver/$subdir/" "$pkgdir/usr/lib/$_pkgname"
- done
- msg 'remove nonfree kerkythea render support plugin'
- rm -v $pkgdir/usr/lib/$_pkgname/plugins/import_export/wpc_kerky.beam
-
- msg 'remove deprecated yafray render support plugin'
- rm -v $pkgdir/usr/lib/$_pkgname/plugins/import_export/wpc_yafray{.beam,_{de,en,fr,ko}.lang}
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/libre/wings3d-libre/wings3d.install b/libre/wings3d-libre/wings3d.install
deleted file mode 100644
index ad97d7bab..000000000
--- a/libre/wings3d-libre/wings3d.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/libre/wings3d-libre/wings3d.png b/libre/wings3d-libre/wings3d.png
deleted file mode 100644
index 1fe6579dc..000000000
--- a/libre/wings3d-libre/wings3d.png
+++ /dev/null
Binary files differ
diff --git a/libre/wings3d-libre/wings3d.sh b/libre/wings3d-libre/wings3d.sh
deleted file mode 100644
index c0fd3b2fb..000000000
--- a/libre/wings3d-libre/wings3d.sh
+++ /dev/null
@@ -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+"$@"}