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++." DESCRIPTION="A glossy client for Matrix, written in QtQuick Controls 2 and C++."
HOMEPAGE="https://gitlab.com/spectral-im/spectral" HOMEPAGE="https://gitlab.com/spectral-im/spectral"
inherit cmake-utils inherit cmake-utils
COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.zip" COMMON_URI="https://github.com/oKcerG/SortFilterProxyModel/archive/36befddf5d57faad990e72c88c5844794f274145.zip"
if [[ ${PV} == 9999 ]] if [[ ${PV} == 9999 ]]
then then
EGIT_REPO_URI="https://gitlab.com/b0/spectral.git" EGIT_REPO_URI="https://gitlab.com/b0/spectral.git"
@ -46,8 +44,6 @@ DEPEND="
>=dev-qt/qtcore-5.12 >=dev-qt/qtcore-5.12
" "
src_prepare() { src_prepare() {
move_lib() { move_lib() {
local IN_DIR="${1}" local IN_DIR="${1}"
@ -56,18 +52,14 @@ src_prepare() {
mv "${WORKDIR}/${IN_DIR}"*/* "${S}/${OUT_DIR}" || die mv "${WORKDIR}/${IN_DIR}"*/* "${S}/${OUT_DIR}" || die
} }
local thirdparty_libs=" SortFilterProxyModel" local thirdparty_libs=" SortFilterProxyModel"
for thirdparty_lib in ${thirdparty_libs} ; do for thirdparty_lib in ${thirdparty_libs} ; do
move_lib "${thirdparty_lib}" include move_lib "${thirdparty_lib}" include
done done
cmake-utils_src_prepare cmake-utils_src_prepare
} }
pkg_postinst() { pkg_postinst() {
xdg_icon_cache_update xdg_icon_cache_update
} }