[arch-commits] Commit in wings3d/repos/community-x86_64 (4 files)
Alexander Rødseth
arodseth at archlinux.org
Tue Dec 22 18:06:47 UTC 2020
Date: Tuesday, December 22, 2020 @ 18:06:46
Author: arodseth
Revision: 782707
archrelease: copy trunk to community-x86_64
Added:
wings3d/repos/community-x86_64/PKGBUILD
(from rev 782705, wings3d/trunk/PKGBUILD)
wings3d/repos/community-x86_64/wings.sh
(from rev 782706, wings3d/trunk/wings.sh)
Deleted:
wings3d/repos/community-x86_64/PKGBUILD
wings3d/repos/community-x86_64/wings.sh
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
wings.sh | 8 ++---
2 files changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-22 18:06:43 UTC (rev 782706)
+++ PKGBUILD 2020-12-22 18:06:46 UTC (rev 782707)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: kappa <kappacurve at gmail.com>
-
-pkgname=wings3d
-pkgver=2.2.5
-pkgrel=2
-pkgdesc='3D modeler using the winged edge data structure'
-arch=(x86_64)
-url='http://www.wings3d.com/' # https is not available
-license=(GPL)
-depends=(erlang erlang-cl erlang-sdl)
-makedepends=(gendesk)
-optdepends=('povray: render scenes with POV-Ray')
-source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2"
- wings.sh)
-sha256sums=('95ecf84a8f49bc00b983643e7ccd807f64a3b8b88253037a8ccefbe7a3bedff8'
- '21a82e62c1bd5c5eb5ebdee71fccc8fdaabd204e8d8ca440bd6cef3c58e3a7b4')
-
-prepare() {
- gendesk -f -n \
- --name Wings3D \
- --pkgname $pkgname \
- --pkgdesc "$pkgdesc" \
- --genericname '3D Modeler' \
- --categories 'Graphics;3DGraphics'
-}
-
-build() {
- export ERL_LIBS="$srcdir"
- make -C ${pkgname%3d}-$pkgver unix
-}
-
-package() {
- install -Dm755 wings.sh "$pkgdir/usr/bin/$pkgname"
- install -Dm644 -t "$pkgdir/usr/share/applications" $pkgname.desktop
- cd ${pkgname%3d}-$pkgver/icons
- install -Dm644 wings_icon_48x48.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
- cd ../build
- install -d "$pkgdir/usr/lib/$pkgname"
- cp -r wings-$pkgver-linux/lib/wings-$pkgver/* "$pkgdir/usr/lib/$pkgname"
-}
-
-# getver: -u=2 github.com/dgud/wings/releases
Copied: wings3d/repos/community-x86_64/PKGBUILD (from rev 782705, wings3d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-22 18:06:46 UTC (rev 782707)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: kappa <kappacurve at gmail.com>
+
+pkgname=wings3d
+pkgver=2.2.5
+pkgrel=3
+pkgdesc='3D modeler using the winged edge data structure'
+arch=(x86_64)
+url='http://www.wings3d.com/' # https is not available
+license=(GPL)
+depends=(erlang erlang-cl erlang-sdl)
+makedepends=(gendesk)
+optdepends=('povray: render scenes with POV-Ray')
+source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2"
+ wings.sh)
+sha256sums=('95ecf84a8f49bc00b983643e7ccd807f64a3b8b88253037a8ccefbe7a3bedff8'
+ '0b1c4a8d89196cd31411e9b388c28f241ed8e5c978732ca006d70dabf4c165d5')
+
+prepare() {
+ gendesk -f -n \
+ --name Wings3D \
+ --pkgname $pkgname \
+ --pkgdesc "$pkgdesc" \
+ --genericname '3D Modeler' \
+ --categories 'Graphics;3DGraphics'
+}
+
+build() {
+ export ERL_LIBS="$srcdir"
+ make -C ${pkgname%3d}-$pkgver unix
+}
+
+package() {
+ install -Dm755 wings.sh "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 -t "$pkgdir/usr/share/applications" $pkgname.desktop
+ cd ${pkgname%3d}-$pkgver/icons
+ install -Dm644 wings_icon_48x48.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+ cd ../build
+ install -d "$pkgdir/usr/lib/$pkgname"
+ cp -r wings-$pkgver-linux/lib/wings-$pkgver/* "$pkgdir/usr/lib/$pkgname"
+}
+
+# getver: -u=2 github.com/dgud/wings/releases
Deleted: wings.sh
===================================================================
--- wings.sh 2020-12-22 18:06:43 UTC (rev 782706)
+++ wings.sh 2020-12-22 18:06:46 UTC (rev 782707)
@@ -1,4 +0,0 @@
-#!/bin/sh
-exec GDK_BACKEND=x11 /usr/bin/erl -noinput -smp \
- -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin \
- -run wings_start start_halt ${1+"$@"}
Copied: wings3d/repos/community-x86_64/wings.sh (from rev 782706, wings3d/trunk/wings.sh)
===================================================================
--- wings.sh (rev 0)
+++ wings.sh 2020-12-22 18:06:46 UTC (rev 782707)
@@ -0,0 +1,4 @@
+#!/bin/sh
+GDK_BACKEND=x11 exec /usr/bin/erl -noinput -smp \
+ -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