forgot to add some things in the last commit
This commit is contained in:
2
x11-libs/libfm-qt/Manifest
Normal file
2
x11-libs/libfm-qt/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST libfm-qt-0.11.1.tar.xz 127624 BLAKE2B a6651e5ffc79a49f17f4ab95dbb9e4f51bd8de08f9d207970e32e2732eec920eaba0edf404ef1fa2fcc1e9b7f14fbc869eeb1ba334dae4b2f5ef3a9f5b94c713 SHA512 e7cb545e81459f459aafdf491541c3de7cc91249c2179f74bc1ddab0f0c50467e82b731afce22b3a86a2462d331f55794f4336912ec607bfb5e2faa43ad58079
|
||||
DIST libfm-qt-0.12.0.tar.xz 181924 BLAKE2B 1af06edefb16d7141b79db83323d0f0d5b4bbe74d71cd2149f069e3e7e918d11446f7e7d207b34d299911431f454da04c97f0c976a861017a111e306ba93ba87 SHA512 5c6aa4341672ff7c9d992cf248cff8c8e7f4eaa6e76ed9cc0655bc1a7dcb1cc7768136bb7509c2326a23d93159fa4496151fe284b9129503c03a11c852a60c43
|
||||
43
x11-libs/libfm-qt/libfm-qt-0.12.0.ebuild
Normal file
43
x11-libs/libfm-qt/libfm-qt-0.12.0.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0/3"
|
||||
|
||||
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-1.1.0
|
||||
media-libs/libexif:=
|
||||
>=x11-libs/libfm-1.2.0:=
|
||||
x11-libs/libxcb:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
11
x11-libs/libfm-qt/metadata.xml
Normal file
11
x11-libs/libfm-qt/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/libfm-qt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user