Сравнение wmdrawer-0.10.5-r3 с wmdrawer-0.10.5-r4
/usr/portage/x11-plugins/wmdrawer/wmdrawer-0.10.5-r4.ebuild 2023-10-09 14:52:35.972368514 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=6 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit toolchain-funcs |
7 | 7 | |
8 |
DESCRIPTION="dockapp which provides a drawer (retractable button bar) to launch applications" |
|
8 |
DESCRIPTION="Dockapp which provides a drawer (retractable button bar) to launch applications" |
|
9 | 9 |
HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/" |
10 | 10 |
SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz" |
11 | 11 | |
12 |
LICENSE="GPL-2" |
|
12 |
LICENSE="GPL-2+" |
|
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ppc ~sparc x86" |
|
15 |
IUSE="" |
|
14 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86" |
|
16 | 15 | |
17 | 16 |
RDEPEND="x11-libs/gdk-pixbuf-xlib |
18 | 17 |
>=x11-libs/gdk-pixbuf-2.42.0:2 |
19 | 18 |
x11-libs/gtk+:2" |
20 |
DEPEND="${RDEPEND} |
|
21 |
virtual/pkgconfig" |
|
19 |
DEPEND="${RDEPEND}" |
|
20 |
BDEPEND="virtual/pkgconfig" |
|
22 | 21 | |
23 | 22 |
DOCS=( README TODO AUTHORS ChangeLog wmdrawerrc.example ) |
24 | 23 |
PATCHES=( "${FILESDIR}"/${P}-gtk+-2.patch ) |