summaryrefslogtreecommitdiff
path: root/x11-libs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-12 08:29:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-12 08:29:11 +0100
commita35d73564c2e3e5065533ad8dbf31498d16af0eb (patch)
tree90cc93499a5aac004095cf3b6b6fc4091fd5ed62 /x11-libs
parent4f2cff46a78c810c5103c59be442548a4b1ef526 (diff)
lxqt-base/lxqt-meta : drop v0.12.0
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libfm-qt/Manifest1
-rw-r--r--x11-libs/libfm-qt/libfm-qt-0.12.0-r2.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest
index 1b02ae52..9e646eac 100644
--- a/x11-libs/libfm-qt/Manifest
+++ b/x11-libs/libfm-qt/Manifest
@@ -1,2 +1 @@
-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.12.0-r2.ebuild b/x11-libs/libfm-qt/libfm-qt-0.12.0-r2.ebuild
deleted file mode 100644
index fcddf2fd..00000000
--- a/x11-libs/libfm-qt/libfm-qt-0.12.0-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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.2.5:=
- x11-libs/libxcb:="
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- ~lxqt-base/liblxqt-${PV}
- virtual/pkgconfig
-"
-
-src_configure() {
- local mycmakeargs=(
- -DPULL_TRANSLATIONS=NO
- )
-
- cmake-utils_src_configure
-}