aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <marco.leise@gmx.de>2018-01-07 01:45:39 +0100
committerMarco Leise <marco.leise@gmx.de>2018-01-07 01:45:39 +0100
commit1e50488d3302d6b9929a6938b2163bd0133ae2d7 (patch)
tree9166fd6e4aebe394978c5a2d8ec9aa4646b390b6 /x11-terms
parentdmd-2.078.0 and dub-1.7.0 (diff)
downloaddlang-1e50488d3302d6b9929a6938b2163bd0133ae2d7.tar.gz
dlang-1e50488d3302d6b9929a6938b2163bd0133ae2d7.tar.bz2
dlang-1e50488d3302d6b9929a6938b2163bd0133ae2d7.zip
removed the use of l10n.eclass from the tilix.ebuild
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/tilix/metadata.xml3
-rw-r--r--x11-terms/tilix/tilix-1.7.1.ebuild12
2 files changed, 4 insertions, 11 deletions
diff --git a/x11-terms/tilix/metadata.xml b/x11-terms/tilix/metadata.xml
index 0bdd7de..097975e 100644
--- a/x11-terms/tilix/metadata.xml
+++ b/x11-terms/tilix/metadata.xml
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <use>
- <flag name="linguas_ar_MA">Arabic locale for Morocco</flag>
- </use>
</pkgmetadata>
diff --git a/x11-terms/tilix/tilix-1.7.1.ebuild b/x11-terms/tilix/tilix-1.7.1.ebuild
index 2cb0358..a8325ec 100644
--- a/x11-terms/tilix/tilix-1.7.1.ebuild
+++ b/x11-terms/tilix/tilix-1.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,10 +13,8 @@ IUSE="+crypt"
DLANG_VERSION_RANGE="2.070-"
DLANG_PACKAGE_TYPE="single"
-PLOCALES="ak ar_MA bg cs de el en es fi fr he id it ja ko lt nl pl pt_BR pt_PT ru sr sv tr uk vi zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-inherit gnome2 dlang l10n
+inherit gnome2 dlang
GITHUB_URI="https://codeload.github.com/gnunn1"
SRC_URI="${GITHUB_URI}/${PN}/tar.gz/${PV} -> ${PN}-${PV}.tar.gz"
@@ -33,13 +31,11 @@ DEPEND="
src_prepare() {
eapply_user
- l10n_find_plocales_changes "${S}/po" "" ".po"
./autogen.sh
}
-d_src_configure()
-{
+d_src_configure() {
export GTKD_CFLAGS="-I/usr/include/dlang/gtkd-3"
export GTKD_LIBS="${DLANG_LINKER_FLAG}-ldl ${DLANG_LINKER_FLAG}-lvted-3 ${DLANG_LINKER_FLAG}-lgtkd-3"
- LINGUAS=`l10n_get_locales` default_src_configure
+ default_src_configure
}