From 2b3eaa0d2f4c55865844518d1d8423c0d871151b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Duarte?= Date: Wed, 16 Aug 2023 11:57:43 +0100 Subject: [PATCH] app-text/lorien-bin: add 0.5.0, drop 0.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonçalo Duarte --- app-text/Lorien-bin/Manifest | 1 - app-text/lorien-bin/Manifest | 1 + .../files/lorien.desktop} | 0 .../Lorien.png => lorien-bin/files/lorien.png} | Bin .../files/manual_v0.5.0.md | 0 .../lorien-bin-0.5.0.ebuild} | 6 +++--- app-text/{Lorien-bin => lorien-bin}/metadata.xml | 0 7 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 app-text/Lorien-bin/Manifest create mode 100644 app-text/lorien-bin/Manifest rename app-text/{Lorien-bin/files/Lorien.desktop => lorien-bin/files/lorien.desktop} (100%) rename app-text/{Lorien-bin/files/Lorien.png => lorien-bin/files/lorien.png} (100%) rename app-text/{Lorien-bin => lorien-bin}/files/manual_v0.5.0.md (100%) rename app-text/{Lorien-bin/Lorien-bin-0.5.0.ebuild => lorien-bin/lorien-bin-0.5.0.ebuild} (89%) rename app-text/{Lorien-bin => lorien-bin}/metadata.xml (100%) 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