forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mate-extra/mate-user-guide: add 1.26.0
Signed-off-by: Oz N Tiram <[email protected]> Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
79ddbac
commit 50fcea8
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST mate-user-guide-1.24.0.tar.xz 9029524 BLAKE2B 304209588d67f83e0d3505277a2a964c7f76582755073886ebac5693a3dcd771bde1d1547430ac94113929da0441c85f5f86a6f27cb995c252a770d44c113154 SHA512 80129fcbf628dd10d0748d0a35f9456c15a3748c1cd407aa7adf4d90e5f87d999778d136d772c64392279152da9b76912378b16a894f03dc5d11bec478ad6301 | ||
DIST mate-user-guide-1.26.0.tar.xz 9242548 BLAKE2B 13a238fbd25891406c1ea6bba541205c8f65d1453576f2e41712ea5323fe9b26a13a060ff9491c3ea769b7183885c29641dc96bcc6a711f38cc679e791ab909f SHA512 b779ed9efac6d15cbc0fafa6fcd8e451a582ee6ca3601e14628efa410fe042aeb223b253b4eed79ee6dc75d0c51b2010fbaf4541d3d187bbcc33c762acadd6ff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
MATE_LA_PUNT="yes" | ||
|
||
inherit mate | ||
|
||
if [[ ${PV} != 9999 ]]; then | ||
KEYWORDS="~amd64 ~arm ~riscv ~x86" | ||
fi | ||
|
||
DESCRIPTION="User documentation for MATE Desktop" | ||
LICENSE="GPL-2 LGPL-2" | ||
SLOT="0" | ||
IUSE="nls" | ||
|
||
COMMON_DEPEND="virtual/libintl" | ||
|
||
RDEPEND="${COMMON_DEPEND} | ||
gnome-extra/yelp" | ||
|
||
BDEPEND="${COMMON_DEPEND} | ||
app-text/yelp-tools | ||
>=sys-devel/gettext-0.19.8 | ||
virtual/pkgconfig | ||
" | ||
|
||
src_configure() { | ||
mate_src_configure \ | ||
$(use_enable nls) | ||
} |