diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-21 19:48:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-10-21 19:48:24 +0000 |
| commit | f5b40fdf8434f21cd0b0fcc9a68b4dc3abd0220a (patch) | |
| tree | 0586c9386e6d41989cac799ebdc059a56ae46656 /net-im/WasIstLos | |
| parent | 66435c758bc5960fee31f0e1976afb08e2d1a478 (diff) | |
| download | baldeagleos-repo-f5b40fdf8434f21cd0b0fcc9a68b4dc3abd0220a.tar.gz baldeagleos-repo-f5b40fdf8434f21cd0b0fcc9a68b4dc3abd0220a.tar.xz baldeagleos-repo-f5b40fdf8434f21cd0b0fcc9a68b4dc3abd0220a.zip | |
Adding metadata
Diffstat (limited to 'net-im/WasIstLos')
| -rw-r--r-- | net-im/WasIstLos/Manifest | 2 | ||||
| -rw-r--r-- | net-im/WasIstLos/WasIstLos-1.7.0.ebuild (renamed from net-im/WasIstLos/WasIstLos-1.6.4.ebuild) | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-im/WasIstLos/Manifest b/net-im/WasIstLos/Manifest index 67c6100ff375..1c83cdc2df9e 100644 --- a/net-im/WasIstLos/Manifest +++ b/net-im/WasIstLos/Manifest @@ -1,2 +1,2 @@ -DIST WasIstLos-1.6.4.tar.gz 361501 BLAKE2B c01aa774b2153f6342e389b86c207045c130ca6ae65b18e4a6f7e549e4aaf538cfd769f28d095befea6df762baaa0f4a7f40c7b76eb03f9834c6fd2cee9c54e2 SHA512 03901822146cee211ad91e9dde4bbf773ad23c959903500b007098acc1c63c182dd7b1bc6367199fc1405bed229bec506c84a5c9ed4fa2005353f81cff6de141 DIST WasIstLos-1.6.5.tar.gz 362869 BLAKE2B fec641326ae79eb8c7a1fa27ae879bb6e49ef343421f58302fe5caa9f815c0b6bc2c1d998fabe0f4e84745289fd36202c6f1a9eb0cd488ef8eb8a90600b066b0 SHA512 288115d912a7ede0bc15c72bbb357b3e462aa6665e2a82ef49eee4a63346786da6fd5ca931293172daa24231808bed36956ff4643c188f265e5f4b8e35b184f1 +DIST WasIstLos-1.7.0.tar.gz 380020 BLAKE2B 1bd6fc0c8a91e82147ba520a4ac7cc8cf63fc3bef19e9b6a4f95fd7bc86048872eb774c79e36f143ac8c7d87d7ca2f0878cec2b338ed6eec278751bde7d47498 SHA512 33d1076743cb642bf2a23ce4fa3ac9bd7ec25c8d1897b6bd9de5e90f60f0f7601ec787735d96490eb79f530b89b6e8e2d11656c11c3e81571a19b9220611d74a diff --git a/net-im/WasIstLos/WasIstLos-1.6.4.ebuild b/net-im/WasIstLos/WasIstLos-1.7.0.ebuild index 504c9bed7f3e..2a45f8171b40 100644 --- a/net-im/WasIstLos/WasIstLos-1.6.4.ebuild +++ b/net-im/WasIstLos/WasIstLos-1.7.0.ebuild @@ -13,9 +13,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -LANGUAGES="es it ka nl pt-BR ru tr" +LANGUAGES="bn cs de es fr hu it ka nl pl pt_BR ru si tr uk" for lang in ${LANGUAGES}; do - IUSE+=" +l10n_${lang}" + IUSE+=" +l10n_${lang/_/-}" done RDEPEND=" @@ -27,7 +27,6 @@ RDEPEND=" dev-libs/libsigc++:2 media-libs/libcanberra || ( - net-libs/webkit-gtk:4 net-libs/webkit-gtk:4.1 ) x11-libs/gtk+:3 @@ -36,12 +35,16 @@ DEPEND="${RDEPEND}" BDEPEND="dev-util/intltool" +#PATCHES=( +# "${FILESDIR}/${PN}-1.6.5-webkitgtk.patch" +#) + src_prepare() { cmake_src_prepare for lang in ${LANGUAGES}; do - if ! use l10n_${lang}; then - rm "${S}/po/${lang,,}.po" || die "Failed to remove localization" - sed -i -e "/${lang,,}/d" "${S}/po/LINGUAS" || die + if ! use l10n_${lang/_/-}; then + rm -v "${S}/po/${lang}.po" || die "Failed to remove localization" + sed -i -e "/${lang}/d" "${S}/po/LINGUAS" || die fi done } |
