diff options
Diffstat (limited to 'x11-libs/libfm-qt')
-rw-r--r-- | x11-libs/libfm-qt/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.13.1.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest index ec6c4001..1b02ae52 100644 --- a/x11-libs/libfm-qt/Manifest +++ b/x11-libs/libfm-qt/Manifest @@ -1 +1,2 @@ DIST libfm-qt-0.12.0.tar.xz 181924 BLAKE2B 1af06edefb16d7141b79db83323d0f0d5b4bbe74d71cd2149f069e3e7e918d11446f7e7d207b34d299911431f454da04c97f0c976a861017a111e306ba93ba87 SHA512 5c6aa4341672ff7c9d992cf248cff8c8e7f4eaa6e76ed9cc0655bc1a7dcb1cc7768136bb7509c2326a23d93159fa4496151fe284b9129503c03a11c852a60c43 +DIST libfm-qt-0.13.1.tar.xz 191972 BLAKE2B 760847be1fbb209003bd2b61a9c475ccf57721c469927039518a5f65543b8264c32f3e2c66c867be0b969fdf4636fb82cde0b2bd4e77b1365fcb9f61b0bd02c8 SHA512 29b8f686950a7b0ea86468d01ca64a6ff8316ccd5f0144808a4332692cf96199431470880a9b560780efeba7add833ab6a0d9b4b24220f8fb7091cc5ef151dc8 diff --git a/x11-libs/libfm-qt/libfm-qt-0.13.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.13.1.ebuild new file mode 100644 index 00000000..de74c847 --- /dev/null +++ b/x11-libs/libfm-qt/libfm-qt-0.13.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" +KEYWORDS="~amd64" + +DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers" +HOMEPAGE="http://lxqt.org/" + +LICENSE="LGPL-2.1+" +SLOT="0/3.1" + +RDEPEND=" + dev-libs/glib:2 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + >=lxde-base/menu-cache-0.4.1 + >=x11-libs/libfm-1.3.0:= + x11-libs/libxcb:=" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + >=lxqt-base/liblxqt-0.13.0 + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DPULL_TRANSLATIONS=NO + ) + + cmake-utils_src_configure +} |