From 20d935a9f8856d292527e43bb545d77dd6ec0af8 Mon Sep 17 00:00:00 2001 From: hedmo Date: Mon, 1 Jun 2020 07:17:19 +0200 Subject: [PATCH] Useless blank line removal --- net-im/spectral/spectral-854.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/net-im/spectral/spectral-854.ebuild b/net-im/spectral/spectral-854.ebuild index 2e62396..cfb476d 100644 --- a/net-im/spectral/spectral-854.ebuild +++ b/net-im/spectral/spectral-854.ebuild @@ -6,12 +6,10 @@ EAPI=7 DESCRIPTION="A glossy client for Matrix, written in QtQuick Controls 2 and C++." HOMEPAGE="https://gitlab.com/spectral-im/spectral" -inherit cmake-utils +inherit cmake-utils COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.zip" - - if [[ ${PV} == 9999 ]] then EGIT_REPO_URI="https://gitlab.com/b0/spectral.git" @@ -46,8 +44,6 @@ DEPEND=" >=dev-qt/qtcore-5.12 " - - src_prepare() { move_lib() { local IN_DIR="${1}" @@ -56,18 +52,14 @@ src_prepare() { mv "${WORKDIR}/${IN_DIR}"*/* "${S}/${OUT_DIR}" || die } - local thirdparty_libs=" SortFilterProxyModel" for thirdparty_lib in ${thirdparty_libs} ; do move_lib "${thirdparty_lib}" include done - cmake-utils_src_prepare } - - pkg_postinst() { xdg_icon_cache_update }