summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD19
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a128510a1c18..7dff4d78e6c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = instant-meshes
pkgdesc = interactive retopology of .obj or .ply (point cloud) developed as part of SIGGRAPH ASIA 2015
pkgver = git
- pkgrel = 4
+ pkgrel = 5
url = http://igl.ethz.ch/projects/instant-meshes/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index a180f03b577e..7521c36d29b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Maintainer: fdev31@gmail.com
pkgname=instant-meshes
pkgver=git
-pkgrel=4
+pkgrel=5
pkgdesc="interactive retopology of .obj or .ply (point cloud) developed as part of SIGGRAPH ASIA 2015"
arch=("any")
url="http://igl.ethz.ch/projects/instant-meshes/"
@@ -62,17 +62,16 @@ package() {
install -TD -m 644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
install -TD -m 644 resources/icon.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/instant-meshes.png"
cat > instant-meshes.desktop <<EOF
-Desktop Entry]
-Name=Instant Meshes
-GenericName=3D retopology
-Comment=Interactive re-mesh / skinning tool
-Keywords=3d,cg,modeling,sculpting
-Exec=Instant\\ Meshes %f
-Icon=instant-meshes
-Terminal=false
+[Desktop Entry]
+Version=1.0
Type=Application
-Categories=Graphics;3DGraphics;
+Name=Instant-Meshes
+Exec=Instant\ Meshes
+Icon=default
+Categories=Application;
+Comment=Retopology Tool
EOF
+ install -TD -m 644 instant-meshes.desktop "$pkgdir/usr/share/applications/instant-meshes.desktop"
}
# vim:set ts=2 sw=2 et: