summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/featherpad/Manifest1
-rw-r--r--app-editors/featherpad/featherpad-0.8.ebuild (renamed from app-editors/featherpad/featherpad-0.6.ebuild)8
2 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest
new file mode 100644
index 00000000..2c249e07
--- /dev/null
+++ b/app-editors/featherpad/Manifest
@@ -0,0 +1 @@
+DIST featherpad-0.8.tar.gz 523376 BLAKE2B 8471011b5c2c4219661c48443c50f6905ab461504366b2723284cc51f62534a22d6a75136d3bc970e33625a1edcb43b1d56dc9fb8ddbd69149aad5454a11341d SHA512 e75038f786f38a1a588b3b53c92e51d2673c8a3c5b195785930cdd0d5de9f31bca63b5eca386b6970078f9a6cdb5807d0a197ca988e5126113a9c08765d86768
diff --git a/app-editors/featherpad/featherpad-0.6.ebuild b/app-editors/featherpad/featherpad-0.8.ebuild
index fe43ad4b..4189920d 100644
--- a/app-editors/featherpad/featherpad-0.6.ebuild
+++ b/app-editors/featherpad/featherpad-0.8.ebuild
@@ -2,12 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils qmake-utils git-r3
+inherit eutils qmake-utils
DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux"
-EGIT_REPO_URI="https://github.com/tsujan/FeatherPad.git"
-EGIT_COMMIT="00d2202758e5d830c90926fe800343e0946a521d"
-
+SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
@@ -21,6 +19,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+S="${WORKDIR}"/FeatherPad-"${PV}"
+
src_configure() {
eqmake5 PREFIX="${EPREFIX}/usr" fp.pro
}