diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:47:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:02:09 +0200 |
commit | 053beb86f54379f7e7d1156bef51735f2be54320 (patch) | |
tree | e5dc6d89e84caa5885035ce74fa442e898a48dd2 /x11-misc/devilspie2 | |
parent | sys-apps/lshw: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-053beb86f54379f7e7d1156bef51735f2be54320.tar.gz gentoo-053beb86f54379f7e7d1156bef51735f2be54320.tar.bz2 gentoo-053beb86f54379f7e7d1156bef51735f2be54320.zip |
x11-misc/devilspie2: Update from l10n.eclass to plocale.eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-misc/devilspie2')
-rw-r--r-- | x11-misc/devilspie2/devilspie2-0.43-r100.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild index ffca8f7fa9be..abeaa7126aa3 100644 --- a/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild +++ b/x11-misc/devilspie2/devilspie2-0.43-r100.ebuild @@ -6,7 +6,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..3} luajit ) PLOCALES="fi fr it ja nl pt_BR ru sv" -inherit lua-single toolchain-funcs l10n +inherit lua-single plocale toolchain-funcs DESCRIPTION="Devilspie like window matching utility, using LUA for scripting" HOMEPAGE="https://www.nongnu.org/devilspie2/" @@ -39,11 +39,11 @@ PATCHES=( src_compile() { tc-export PKG_CONFIG - emake CC="$(tc-getCC)" PREFIX="/usr" LANGUAGES="$(l10n_get_locales)" + emake CC="$(tc-getCC)" PREFIX="/usr" LANGUAGES="$(plocale_get_locales)" } src_install() { - emake PREFIX="/usr" DESTDIR="${ED}" LANGUAGES="$(l10n_get_locales)" install + emake PREFIX="/usr" DESTDIR="${ED}" LANGUAGES="$(plocale_get_locales)" install einstalldocs doman devilspie2.1 } |