summaryrefslogtreecommitdiff
path: root/x11-libs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-14 14:14:35 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-14 14:14:35 +0100
commitea7f422c12de1f5a617cb4e2b59869c5b301d433 (patch)
tree363969de6c3d452791cb1abfe0e3d64c6c043cb0 /x11-libs
parent0273a2cc300abeb406dc1fdc00dc069198bb0aeb (diff)
x11-libs/libfm-qt : mark as stable
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libfm-qt/libfm-qt-0.12.0-r2.ebuild (renamed from x11-libs/libfm-qt/libfm-qt-0.12.0-r1.ebuild)9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.12.0-r1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.12.0-r2.ebuild
index cea6d517..f8bd11f5 100644
--- a/x11-libs/libfm-qt/libfm-qt-0.12.0-r1.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-0.12.0-r2.ebuild
@@ -5,13 +5,8 @@ EAPI=6
inherit cmake-utils
-if [[ "${PV}" == "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}"
-else
- SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
+SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
+KEYWORDS="~amd64 ~arm64 ~x86"
DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers"
HOMEPAGE="http://lxqt.org/"