logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 50dc551dcd8dde3e16aa0152d43ffdf28dc4c033
parent 81c8f572d71171549289251e725e6bef89a042c9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 28 Aug 2024 04:42:02 +0200

app-i18n/fcitx: fix variable order

Diffstat:

Mapp-i18n/fcitx/fcitx-5.0.23.ebuild8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-i18n/fcitx/fcitx-5.0.23.ebuild b/app-i18n/fcitx/fcitx-5.0.23.ebuild @@ -9,8 +9,11 @@ DV="20121020" MY_PN="fcitx5" DESCRIPTION="Fcitx (Flexible Context-aware Input Tool with eXtension) input method framework" HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5" -SRC_URI="https://github.com/fcitx/fcitx5/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz - https://download.fcitx-im.org/data/en_dict-${DV}.tar.gz -> fcitx-data-en_dict-${DV}.tar.gz" +SRC_URI=" + https://github.com/fcitx/fcitx5/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz + https://download.fcitx-im.org/data/en_dict-${DV}.tar.gz -> fcitx-data-en_dict-${DV}.tar.gz +" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="LGPL-2.1+" SLOT="5" @@ -71,7 +74,6 @@ BDEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${MY_PN}-${PV}" # "${FILESDIR}/${PN}-5.0.8-fix-conflicts-with-fcitx4.diff" PATCHES=( )