diff --git a/beast/beast_beast.desktop b/beast/beast_beast.desktop new file mode 100755 index 0000000000..94c60e13be --- /dev/null +++ b/beast/beast_beast.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Categories= +Encoding=UTF-8 +Exec=/usr/share/beast/bin/beast +GenericName= +GenericName[zh]= +Icon=/usr/share/beast/images/beast.png +MimeType= +Name=beast +Name[zh]=beast +ServiceTypes= +SwallowExec= +SwallowTitle= +Terminal=false +TerminalOptions= +Type=Application +X-KDE-SubstituteUID=false +X-KDE-Username=root diff --git a/beast/beauti_beast.desktop b/beast/beauti_beast.desktop new file mode 100755 index 0000000000..8c78bef67f --- /dev/null +++ b/beast/beauti_beast.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Categories= +Encoding=UTF-8 +Exec=/usr/share/beast/bin/beauti +Icon=/usr/share/beast/images/beauti.png +MimeType= +Name=beauti +ServiceTypes= +SwallowExec= +SwallowTitle= +Terminal=false +TerminalOptions= +Type=Application +X-KDE-SubstituteUID=false +X-KDE-Username=root +X-GNOME-UsesNotifications=true diff --git a/beast/lilac.py b/beast/lilac.py new file mode 100644 index 0000000000..8c66f58ed6 --- /dev/null +++ b/beast/lilac.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python3 + +from lilaclib import * + +def pre_build(): + update_pkgver_and_pkgrel(_G.newver.lstrip('v')) + +def post_build(): + git_add_files('PKGBUILD') + git_commit() diff --git a/beast/lilac.yaml b/beast/lilac.yaml new file mode 100644 index 0000000000..afe7fb7556 --- /dev/null +++ b/beast/lilac.yaml @@ -0,0 +1,8 @@ +build_prefix: extra-x86_64 +maintainers: + - github: starsareintherose + email: starsareintherose@outlook.com +update_on: + - source: github + github: beast-dev/beast-mcmc + use_latest_release: true diff --git a/beast/logcombiner_beast.desktop b/beast/logcombiner_beast.desktop new file mode 100755 index 0000000000..f29360dbbf --- /dev/null +++ b/beast/logcombiner_beast.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Categories= +Encoding=UTF-8 +Exec=/usr/share/beast/bin/logcombiner +Icon=/usr/share/beast/images/utility.png +MimeType= +Name=logcombiner +Name[zh]=logcombiner +ServiceTypes= +SwallowExec= +SwallowTitle= +Terminal=false +TerminalOptions= +Type=Application +X-KDE-SubstituteUID=false +X-KDE-Username=root diff --git a/beast/treeannotator_beast.desktop b/beast/treeannotator_beast.desktop new file mode 100755 index 0000000000..386b231d30 --- /dev/null +++ b/beast/treeannotator_beast.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Categories= +Encoding=UTF-8 +Exec=/usr/share/beast/bin/treeannotator +GenericName= +GenericName[zh]= +Icon=/usr/share/beast/images/utility.png +MimeType= +Name=treeannotator +ServiceTypes= +SwallowExec= +SwallowTitle= +Terminal=false +TerminalOptions= +Type=Application +X-KDE-SubstituteUID=false +X-KDE-Username=root diff --git a/beast/treestat.png b/beast/treestat.png new file mode 100644 index 0000000000..8782ee4a98 Binary files /dev/null and b/beast/treestat.png differ diff --git a/beast/treestat_beast.desktop b/beast/treestat_beast.desktop new file mode 100755 index 0000000000..b69476acae --- /dev/null +++ b/beast/treestat_beast.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Categories= +Encoding=UTF-8 +Exec=/usr/share/beast/bin/treestat +Icon=/usr/share/beast/images/treestat.png +MimeType= +Name=treestat +Name[zh]=treestat +ServiceTypes= +SwallowExec= +SwallowTitle= +Terminal=false +TerminalOptions= +Type=Application +X-KDE-SubstituteUID=false +X-KDE-Username=root