mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mate-extra/mate-netbook: add 1.26.0
Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mate-netbook-1.24.0.tar.xz 356072 BLAKE2B 843e90753e660e531377cc25880a1bbab8a8f200c293bd05454fbb2d27f333684cd1429bfa5596c308c039505752d53156bd83fc09e6eba955eea7267eb502ac SHA512 fd2efbfaa3fb53f96bf9bff28eba70d3cd46b723a63e6748af0cb8314821cbafdc8d0122d402e89ac2742247685e630544f3d98149514114de5a3e38f7fbe471
|
||||
DIST mate-netbook-1.26.0.tar.xz 361172 BLAKE2B 390c891173aa21c103feb15296c834d59b3c36826f368662b421f0bf4566d74db328b7e863056627bd9f7e1f7a4f57ede2e17ebde670aa5a807b8c3a003bf353 SHA512 e8afba94f33d1a35c470eba75e5b1266a8d1a760b541d7a79b06c38dbb8caca76b451fca8f9cd9291f501423ba856e019754c9bf86775170dbbfc9c97c2a619c
|
||||
|
||||
38
mate-extra/mate-netbook/mate-netbook-1.26.0.ebuild
Normal file
38
mate-extra/mate-netbook/mate-netbook-1.26.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit mate
|
||||
|
||||
if [[ ${PV} != 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="MATE utilities for netbooks"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
IUSE=""
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.50:2
|
||||
>=mate-base/mate-panel-1.17.0
|
||||
>=x11-libs/gtk+-3.22:3
|
||||
x11-libs/libfakekey
|
||||
x11-libs/libwnck:3
|
||||
x11-libs/libXtst
|
||||
x11-libs/libX11
|
||||
x11-libs/cairo
|
||||
"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
virtual/libintl
|
||||
"
|
||||
|
||||
BDEPEND="${COMMON_DEPEND}
|
||||
x11-base/xorg-proto
|
||||
>=dev-util/intltool-0.50.1
|
||||
sys-devel/gettext:*
|
||||
virtual/pkgconfig:*
|
||||
"
|
||||
Reference in New Issue
Block a user