diff --git a/app-text/Lorien-bin/Manifest b/app-text/Lorien-bin/Manifest deleted file mode 100644 index e888d77c10..0000000000 --- a/app-text/Lorien-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Lorien_0.5.0_Linux.tar.xz 17662128 BLAKE2B 5c7fc6239afc49281f07efb46969101aa39a2daffd431be66ac093d89a51a370a637cf5eb3fa4ecf05edabf3fa771414ceb5b36681c61bb97ef1d36eb042f01d SHA512 5f839350377fdac16c8b96f1151d5a48d61130fb72025c62967027d0a0b7c2e9af445e37ff3fbc71990ff7d0ba0ccaddb9c52472c68b635aca5291283ecb802e diff --git a/app-text/lorien-bin/Manifest b/app-text/lorien-bin/Manifest new file mode 100644 index 0000000000..6c80211223 --- /dev/null +++ b/app-text/lorien-bin/Manifest @@ -0,0 +1 @@ +DIST lorien-bin-0.5.0.tar.xz 17662128 BLAKE2B 5c7fc6239afc49281f07efb46969101aa39a2daffd431be66ac093d89a51a370a637cf5eb3fa4ecf05edabf3fa771414ceb5b36681c61bb97ef1d36eb042f01d SHA512 5f839350377fdac16c8b96f1151d5a48d61130fb72025c62967027d0a0b7c2e9af445e37ff3fbc71990ff7d0ba0ccaddb9c52472c68b635aca5291283ecb802e diff --git a/app-text/Lorien-bin/files/Lorien.desktop b/app-text/lorien-bin/files/lorien.desktop similarity index 100% rename from app-text/Lorien-bin/files/Lorien.desktop rename to app-text/lorien-bin/files/lorien.desktop diff --git a/app-text/Lorien-bin/files/Lorien.png b/app-text/lorien-bin/files/lorien.png similarity index 100% rename from app-text/Lorien-bin/files/Lorien.png rename to app-text/lorien-bin/files/lorien.png diff --git a/app-text/Lorien-bin/files/manual_v0.5.0.md b/app-text/lorien-bin/files/manual_v0.5.0.md similarity index 100% rename from app-text/Lorien-bin/files/manual_v0.5.0.md rename to app-text/lorien-bin/files/manual_v0.5.0.md diff --git a/app-text/Lorien-bin/Lorien-bin-0.5.0.ebuild b/app-text/lorien-bin/lorien-bin-0.5.0.ebuild similarity index 89% rename from app-text/Lorien-bin/Lorien-bin-0.5.0.ebuild rename to app-text/lorien-bin/lorien-bin-0.5.0.ebuild index 5e34a29465..00015fa5b6 100644 --- a/app-text/Lorien-bin/Lorien-bin-0.5.0.ebuild +++ b/app-text/lorien-bin/lorien-bin-0.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 inherit desktop xdg -SRC_URI="https://github.com/mbrlabs/Lorien/releases/download/v${PV}/Lorien_${PV}_Linux.tar.xz" +SRC_URI="https://github.com/mbrlabs/Lorien/releases/download/v${PV}/Lorien_${PV}_Linux.tar.xz -> ${P}.tar.xz" DESCRIPTION="Infinite canvas drawing/whiteboarding. Made with Godot." HOMEPAGE="https://github.com/mbrlabs/Lorien" @@ -26,8 +26,8 @@ src_install() { fperms +x /opt/Lorien/Lorien.x86_64 #Install icon and desktop file - domenu "${FILESDIR}/Lorien.desktop" - doicon "${FILESDIR}/Lorien.png" + domenu "${FILESDIR}/lorien.desktop" + doicon "${FILESDIR}/lorien.png" } pkg_postinst() { diff --git a/app-text/Lorien-bin/metadata.xml b/app-text/lorien-bin/metadata.xml similarity index 100% rename from app-text/Lorien-bin/metadata.xml rename to app-text/lorien-bin/metadata.xml