Useless blank line removal

This commit is contained in:
hedmo 2020-06-01 07:17:19 +02:00
parent fdd5206375
commit 20d935a9f8

View File

@ -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
}