summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--mesquite.desktop9
-rw-r--r--mesquite.pngbin7874 -> 0 bytes
-rw-r--r--mesquite.sh8
4 files changed, 1 insertions, 18 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74ec553816df..37cf8f77d936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=mesquite
pkgname=('mesquite' 'mesquite-extra' 'mesquite-doc')
-pkgver=3.81_build955
+pkgver=3\.81_build955
pkgrel=1
arch=('any')
url="http://mesquiteproject.org"
diff --git a/mesquite.desktop b/mesquite.desktop
deleted file mode 100644
index 4ae70178010e..000000000000
--- a/mesquite.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Name=Mesquite
-Comment=A modular, extendible software for evolutionary biology, designed to help biologists organize and analyze comparative data about organisms.
-Exec=mesquite %U
-Icon=mesquite
-Terminal=false
-Categories=Java;Education;Science;Biology;
diff --git a/mesquite.png b/mesquite.png
deleted file mode 100644
index 620884c21ac9..000000000000
--- a/mesquite.png
+++ /dev/null
Binary files differ
diff --git a/mesquite.sh b/mesquite.sh
deleted file mode 100644
index cdf631a38de2..000000000000
--- a/mesquite.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-java=/usr/bin/java
-dir=/usr/share/mesquite
-
-cp -r "$dir/../Resources/com/"* "$dir/com/" >& /dev/null
-$java -Djava.library.path=lib -Djri.ignore.ule="yes" -cp "$dir" mesquite.Mesquite $*
-
-