diff --git a/rpm/nsd-app-wrap.spec b/rpm/nsd-app-wrap.spec index 35c63476049295ca0163e17100a53c5fdc6a78a3..c47ba48a94de0887e26efd39f04e2bc7083d1b09 100644 --- a/rpm/nsd-app-wrap.spec +++ b/rpm/nsd-app-wrap.spec @@ -1,5 +1,5 @@ Name: nsd-app-wrap -Version: 1.92 +Version: 1.93 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson @@ -25,7 +25,6 @@ rm -rf $RPM_BUILD_ROOT # put things in the bin directory mkdir -p %{buildroot}%{_bindir}/ install -m 755 addie %{buildroot}%{_bindir}/ -install -m 755 crystalplan %{buildroot}%{_bindir}/ install -m 755 data2config %{buildroot}%{_bindir}/ install -m 755 drspine %{buildroot}%{_bindir}/ install -m 755 drtsans %{buildroot}%{_bindir}/ @@ -66,7 +65,6 @@ install -m 755 usansred %{buildroot}%{_bindir}/ # put icons in the right place mkdir -p %{buildroot}/%{_datadir}/pixmaps/ -install -m 644 desktop/crystalplan.png %{buildroot}/%{_datadir}/pixmaps/ install -m 644 desktop/garnet.png %{buildroot}/%{_datadir}/pixmaps/ install -m 644 desktop/jupyter.svg %{buildroot}/%{_datadir}/pixmaps/ install -m 644 desktop/mantid_workbench.png %{buildroot}/%{_datadir}/pixmaps/ @@ -82,7 +80,6 @@ install -m 644 desktop/inspired.png %{buildroot}/%{_datadir}/p # put desktop files in the right place mkdir -p %{buildroot}%{_datadir}/applications/ -install -m 644 desktop/crystalplan.desktop %{buildroot}%{_datadir}/applications/ install -m 644 desktop/garnet.desktop %{buildroot}%{_datadir}/applications/ install -m 644 desktop/jupyter.sns.desktop %{buildroot}%{_datadir}/applications/ install -m 644 desktop/jupyter.local.desktop %{buildroot}%{_datadir}/applications/ @@ -109,6 +106,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %changelog +* Thu May 29 2025 John Hetrick +- Removed crystalplan + * Wed May 28 2025 John Hetrick - Removed ntrace diff --git a/src/crystalplan b/src/crystalplan deleted file mode 100644 index 33e767e1166f410215dfb0b2bccb5bb357492ef6..0000000000000000000000000000000000000000 --- a/src/crystalplan +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# select the environment to use -# current default is system version -CONDA_ENVIRON=crystalplan -if [ -v CONDA_ENVIRON ]; then - # import library to do the real work - . "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" \ - || . /bin/nsd-app-wrap.sh - - # put together arguments - conda_env, application, argv - args=("${CONDA_ENVIRON}" "crystalplan.py" "$@") - - # start the application - activate_and_launch "${args[@]}" -fi diff --git a/src/desktop/crystalplan.desktop b/src/desktop/crystalplan.desktop deleted file mode 100644 index e6cfcfca4a8e6eede5aed02708894f22a9e03e39..0000000000000000000000000000000000000000 --- a/src/desktop/crystalplan.desktop +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env xdg-open -[Desktop Entry] -Encoding=UTF-8 -Name=CrystalPlan -Comment=CrystalPlan -Exec=/usr/bin/crystalplan -Icon=crystalplan -StartupNotify=false -Terminal=false -Type=Application -Categories=GNOME;Application;Analysis; diff --git a/src/desktop/crystalplan.png b/src/desktop/crystalplan.png deleted file mode 100644 index e5ce1726218adf231d49c7bedcc69d6d3effef54..0000000000000000000000000000000000000000 Binary files a/src/desktop/crystalplan.png and /dev/null differ