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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Nov 24 19:47:36 UTC 2013


    Date: Sunday, November 24, 2013 @ 20:47:36
  Author: arodseth
Revision: 101395

Minor changes

Modified:
  wings3d/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-24 19:41:07 UTC (rev 101394)
+++ PKGBUILD	2013-11-24 19:47:36 UTC (rev 101395)
@@ -22,7 +22,7 @@
             '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
 
 prepare() {
-  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Wings3D' \
     --genericname '3D Modeler' --categories 'Graphics;3DGraphics'
 }
 
@@ -33,10 +33,10 @@
 }
 
 package() {
-  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"
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
   cd "$_pkgname-master"
   install -d "$pkgdir/usr/lib/$pkgname"
   for subdir in ebin fonts patches plugins shaders textures; do




More information about the arch-commits mailing list