[arch-commits] Commit in wings3d/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Apr 22 23:24:38 UTC 2019


    Date: Monday, April 22, 2019 @ 23:24:38
  Author: arodseth
Revision: 453023

upgpkg: wings3d 2.2.4-1

Modified:
  wings3d/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-22 23:07:47 UTC (rev 453022)
+++ PKGBUILD	2019-04-22 23:24:38 UTC (rev 453023)
@@ -2,20 +2,18 @@
 # Contributor: kappa <kappacurve at gmail.com>
 
 pkgname=wings3d
-pkgver=2.1.7
-pkgrel=4
+pkgver=2.2.4
+pkgrel=1
 pkgdesc='3D modeler using the winged edge data structure'
-arch=('x86_64')
+arch=(x86_64)
 url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang' 'erlang-cl' 'erlang-sdl')
-makedepends=('gendesk' 'imagemagick')
+license=(GPL)
+depends=(erlang erlang-cl erlang-sdl)
+makedepends=(gendesk imagemagick)
 optdepends=('povray: render scenes with POV-Ray')
 source=("https://downloads.sourceforge.net/project/wings/wings/$pkgver/wings-$pkgver.tar.bz2"
-        "wayland.patch::https://github.com/dgud/wings/commit/db074161e.patch"
         "$pkgname.sh")
-sha256sums=('c2f4787ac2f8c874cdbb57c87a3e267a54e7f7f90082c9885e96290d1102ff24'
-            'ab3da436b0f5be55b44569a7a9e7a2587981a0282ec380191cc75be97e7cb286'
+sha256sums=('4325a4c58df77a2b109cbd0046b427e2d3f151d5526f8c2f0848e04db48b95f5'
             '8e5e8f31d47ea55a0e9d311b7cc0eaac4e6050ac40506d3548b6ebae5d3618be')
 _p=${pkgname%3d}-$pkgver
 
@@ -35,9 +33,6 @@
   ln -s "$_p" wings
 
   sed -i 's/-Werror//' "$_p"/{src,e3d,plugins_src/import_export}/Makefile
-
-  # Make the 3D grid work with Wayland
-  patch -d "$_p" -p1 -i ../wayland.patch
 }
 
 build() {



More information about the arch-commits mailing list