[arch-commits] Commit in wings3d/repos/community-x86_64 (4 files)
Alexander Rødseth
arodseth at archlinux.org
Tue Dec 22 16:38:56 UTC 2020
Date: Tuesday, December 22, 2020 @ 16:38:55
Author: arodseth
Revision: 782656
archrelease: copy trunk to community-x86_64
Added:
wings3d/repos/community-x86_64/PKGBUILD
(from rev 782655, wings3d/trunk/PKGBUILD)
wings3d/repos/community-x86_64/wings.sh
(from rev 782655, wings3d/trunk/wings.sh)
Deleted:
wings3d/repos/community-x86_64/PKGBUILD
wings3d/repos/community-x86_64/wings3d.sh
------------+
PKGBUILD | 89 ++++++++++++++++++++++++++++-------------------------------
wings.sh | 4 ++
wings3d.sh | 4 --
3 files changed, 47 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-22 16:38:49 UTC (rev 782655)
+++ PKGBUILD 2020-12-22 16:38:55 UTC (rev 782656)
@@ -1,46 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: kappa <kappacurve at gmail.com>
-
-pkgname=wings3d
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='3D modeler using the winged edge data structure'
-arch=(x86_64)
-# https is not available
-url='http://www.wings3d.com/'
-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"
- "$pkgname.sh")
-sha256sums=('95ecf84a8f49bc00b983643e7ccd807f64a3b8b88253037a8ccefbe7a3bedff8'
- '8e5e8f31d47ea55a0e9d311b7cc0eaac4e6050ac40506d3548b6ebae5d3618be')
-_p=${pkgname%3d}-$pkgver
-
-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 $pkgname.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
-# vim: ts=2 sw=2 et:
Copied: wings3d/repos/community-x86_64/PKGBUILD (from rev 782655, wings3d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-22 16:38:55 UTC (rev 782656)
@@ -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=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/wings.sh (from rev 782655, wings3d/trunk/wings.sh)
===================================================================
--- wings.sh (rev 0)
+++ wings.sh 2020-12-22 16:38:55 UTC (rev 782656)
@@ -0,0 +1,4 @@
+#!/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+"$@"}
Deleted: wings3d.sh
===================================================================
--- wings3d.sh 2020-12-22 16:38:49 UTC (rev 782655)
+++ wings3d.sh 2020-12-22 16:38:55 UTC (rev 782656)
@@ -1,4 +0,0 @@
-#!/bin/sh
-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