From 11e3aa0b0934056c4626e2a21745fe2964e1d0ed Mon Sep 17 00:00:00 2001 From: Stepland <10530295-Buggyroom@users.noreply.gitlab.com> Date: Wed, 29 May 2024 22:09:40 +0200 Subject: [PATCH] Use common freedesktop file for debian builds --- packaging/debian/build_deb.sh | 2 +- packaging/debian/f.e.i.s.desktop | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 packaging/debian/f.e.i.s.desktop diff --git a/packaging/debian/build_deb.sh b/packaging/debian/build_deb.sh index 8d7b354..d00b878 100755 --- a/packaging/debian/build_deb.sh +++ b/packaging/debian/build_deb.sh @@ -15,7 +15,7 @@ PACKAGE_DIR="${SCRIPT_DIR}/package" rm -rf "${PACKAGE_DIR}" mkdir -p "${PACKAGE_DIR}" -cp "${SCRIPT_DIR}/f.e.i.s-control" "${SCRIPT_DIR}/f.e.i.s.desktop" "${SCRIPT_DIR}/postinst" "${SCRIPT_DIR}/postrm" "${PACKAGE_DIR}" +cp "${SCRIPT_DIR}/f.e.i.s-control" "${SCRIPT_DIR}../common/f.e.i.s.desktop" "${SCRIPT_DIR}/postinst" "${SCRIPT_DIR}/postrm" "${PACKAGE_DIR}" cp "${EXECUTABLE}" "${PACKAGE_DIR}/f.e.i.s" cp "${ICON}" "${PACKAGE_DIR}/f.e.i.s.svg" tar --create --gzip --owner root --group root --mode="u=rwX,g=rwX,o=rX" --file "${PACKAGE_DIR}/assets.tar.gz" "${ASSETS}" diff --git a/packaging/debian/f.e.i.s.desktop b/packaging/debian/f.e.i.s.desktop deleted file mode 100644 index c3613e0..0000000 --- a/packaging/debian/f.e.i.s.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Name=F.E.I.S -Comment=Jubeat chart editor -Exec=f.e.i.s -Icon=f.e.i.s -Terminal=false -Keywords=feis \ No newline at end of file