mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
mate-base/mate-panel: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
This commit is contained in:
@@ -1,4 +1 @@
|
||||
DIST mate-panel-1.12.2.tar.xz 1930792 BLAKE2B 8694e39fb16a5565749cfbf62a23ce068f1656c0c64ee39384d3b184acb02212c9ab758d0c547b557d4710116c9335b3b4f5bb8917f811b54c7cb45a6f5aab9b SHA512 7810c3b3585e9def59c192914a91e2e64173b5b44cf43496808f6be46df798fc97358bb7bc300e52985fc401feb5201daad60bb0181e72e5e2512e7712aba6a4
|
||||
DIST mate-panel-1.14.2.tar.xz 1981716 BLAKE2B 1963d0035e8a5abf8940a88123408b089b4c19c9ca7a2d696635c653883d2023aa95de42e30bf40948c48c60ca6f410fa2c76f39879c51e44d734ddc9aecbffa SHA512 296a74fcbdd3a58337987c0e8bcc804a203fbf5f134183c2fe09016c609bbd67bfab4dc6e46e333c7714e9c264965f1c3897c9645a5003405866fbdaf0a04944
|
||||
DIST mate-panel-1.16.2.tar.xz 1953812 BLAKE2B 20dec8edb56a13774419f8d43ca4d9df1a12f9188001762edd5cb3ff3d1e93365a2fc825d1094538b0f93ad6d8d224d8d2d0afe302d998e453daff726f86f327 SHA512 4d5ad1a657a2a2f04b4a667b1fc4b13b158a2ee8cf379636ac196b16093589e5bb5d97ed06c0c621f72586e01bff791a364aa17ff16554c844f9d870e3b709bb
|
||||
DIST mate-panel-1.18.7.tar.xz 1943216 BLAKE2B c811a299d612e11827f6531f3093addfeeb5a8f18449f76dba0f70233f072bd2666bb4cd8b39111da298fbdd966f5b7f21b37ce3fe4870129da0563faabc5a2f SHA512 6de91f16f5ade7873d2baf3d813bd77304723f27629474fdf37aa9c590b5fcb31452f5b117b52926dd53a38e9f8edd964c654fd29c8271131c6901eec46b5a31
|
||||
|
||||
@@ -1,77 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
MATE_LA_PUNT="yes"
|
||||
|
||||
inherit mate
|
||||
|
||||
if [[ ${PV} != 9999 ]]; then
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="The MATE panel"
|
||||
LICENSE="GPL-2 FDL-1.1 LGPL-2"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="X gtk3 +introspection"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/atk:0
|
||||
>=dev-libs/dbus-glib-0.80:0
|
||||
>=dev-libs/glib-2.36:2
|
||||
>=dev-libs/libmateweather-1.7[gtk3(-)=]
|
||||
dev-libs/libxml2:2
|
||||
>=gnome-base/dconf-0.10:0
|
||||
gnome-base/librsvg:2
|
||||
>=mate-base/mate-desktop-1.9.3[gtk3(-)=]
|
||||
>=mate-base/mate-menus-1.6
|
||||
>=sys-apps/dbus-1.1.2:0
|
||||
>=x11-libs/cairo-1:0
|
||||
>=x11-libs/gdk-pixbuf-2.7.1:2
|
||||
x11-libs/libICE:0
|
||||
x11-libs/libSM:0
|
||||
x11-libs/libX11:0
|
||||
>=x11-libs/pango-1.15.4:0[introspection?]
|
||||
x11-libs/libXau:0
|
||||
>=x11-libs/libXrandr-1.3:0
|
||||
virtual/libintl:0
|
||||
!gtk3? (
|
||||
media-libs/libcanberra:0[gtk]
|
||||
>=x11-libs/gtk+-2.19.7:2[introspection?]
|
||||
>=x11-libs/libwnck-2.30:1[introspection?]
|
||||
)
|
||||
gtk3? (
|
||||
media-libs/libcanberra:0[gtk3]
|
||||
>=x11-libs/gtk+-3.0:3[introspection?]
|
||||
>=x11-libs/libwnck-3.0:3[introspection?]
|
||||
)
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/docbook-xml-dtd:4.1.2
|
||||
app-text/yelp-tools:0
|
||||
>=dev-lang/perl-5:0=
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=dev-util/intltool-0.50.1:*
|
||||
sys-devel/gettext:*
|
||||
virtual/pkgconfig:*"
|
||||
|
||||
MATE_FORCE_AUTORECONF=true
|
||||
|
||||
src_prepare() {
|
||||
# Disable python check.
|
||||
sed -e '/AM_PATH_PYTHON/d' -i configure.ac || die
|
||||
mate_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
mate_src_configure \
|
||||
--libexecdir=/usr/libexec/mate-applets \
|
||||
--disable-deprecation-flags \
|
||||
--with-gtk=$(usex gtk3 3.0 2.0) \
|
||||
$(use_with X x) \
|
||||
$(use_enable introspection)
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
MATE_LA_PUNT="yes"
|
||||
|
||||
inherit mate
|
||||
|
||||
if [[ ${PV} != 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="The MATE panel"
|
||||
LICENSE="GPL-2 FDL-1.1 LGPL-2"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="X gtk3 +introspection"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-libs/atk:0
|
||||
>=dev-libs/dbus-glib-0.80:0
|
||||
>=dev-libs/glib-2.36:2
|
||||
>=dev-libs/libmateweather-1.7[gtk3(-)=]
|
||||
dev-libs/libxml2:2
|
||||
>=gnome-base/dconf-0.10:0
|
||||
>=gnome-base/librsvg-2.36.2:2
|
||||
>=mate-base/mate-desktop-1.9.3[gtk3(-)=]
|
||||
>=mate-base/mate-menus-1.6
|
||||
>=sys-apps/dbus-1.1.2:0
|
||||
>=x11-libs/cairo-1:0
|
||||
>=x11-libs/gdk-pixbuf-2.7.1:2
|
||||
x11-libs/libICE:0
|
||||
x11-libs/libSM:0
|
||||
x11-libs/libX11:0
|
||||
>=x11-libs/pango-1.15.4:0[introspection?]
|
||||
x11-libs/libXau:0
|
||||
>=x11-libs/libXrandr-1.3:0
|
||||
virtual/libintl:0
|
||||
!gtk3? (
|
||||
media-libs/libcanberra:0[gtk]
|
||||
>=x11-libs/gtk+-2.19.7:2[introspection?]
|
||||
>=x11-libs/libwnck-2.30:1[introspection?]
|
||||
)
|
||||
gtk3? (
|
||||
media-libs/libcanberra:0[gtk3]
|
||||
>=x11-libs/gtk+-3.0:3[introspection?]
|
||||
>=x11-libs/libwnck-3.0:3[introspection?]
|
||||
)
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}"
|
||||
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
app-text/docbook-xml-dtd:4.1.2
|
||||
app-text/yelp-tools:0
|
||||
>=dev-lang/perl-5:0=
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=dev-util/intltool-0.50.1:*
|
||||
sys-devel/gettext:*
|
||||
virtual/pkgconfig:*"
|
||||
|
||||
src_configure() {
|
||||
mate_src_configure \
|
||||
--libexecdir=/usr/libexec/mate-applets \
|
||||
--disable-deprecation-flags \
|
||||
--with-gtk=$(usex gtk3 3.0 2.0) \
|
||||
$(use_with X x) \
|
||||
$(use_enable introspection)
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
MATE_LA_PUNT="yes"
|
||||
|
||||
inherit mate
|
||||
|
||||
if [[ ${PV} != 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="The MATE panel"
|
||||
LICENSE="GPL-2 FDL-1.1 LGPL-2"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="X gtk3 +introspection"
|
||||
|
||||
COMMON_DEPEND="
|
||||
dev-libs/atk:0
|
||||
>=dev-libs/dbus-glib-0.80:0
|
||||
>=dev-libs/glib-2.36:2
|
||||
>=dev-libs/libmateweather-1.7[gtk3(-)=]
|
||||
dev-libs/libxml2:2
|
||||
>=gnome-base/dconf-0.10:0
|
||||
>=gnome-base/librsvg-2.36.2:2
|
||||
>=mate-base/mate-desktop-1.9.3[gtk3(-)=]
|
||||
>=mate-base/mate-menus-1.6
|
||||
>=sys-apps/dbus-1.1.2:0
|
||||
>=x11-libs/cairo-1:0
|
||||
>=x11-libs/gdk-pixbuf-2.7.1:2
|
||||
x11-libs/libICE:0
|
||||
x11-libs/libSM:0
|
||||
x11-libs/libX11:0
|
||||
>=x11-libs/pango-1.15.4:0[introspection?]
|
||||
x11-libs/libXau:0
|
||||
>=x11-libs/libXrandr-1.3:0
|
||||
virtual/libintl:0
|
||||
!gtk3? (
|
||||
media-libs/libcanberra:0[gtk]
|
||||
>=x11-libs/gtk+-2.19.7:2[introspection?]
|
||||
>=x11-libs/libwnck-2.30:1[introspection?]
|
||||
)
|
||||
gtk3? (
|
||||
media-libs/libcanberra:0[gtk3]
|
||||
>=x11-libs/gtk+-3.0:3[introspection?]
|
||||
>=x11-libs/libwnck-3.0:3[introspection?]
|
||||
)
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
|
||||
|
||||
RDEPEND="${COMMON_DEPEND}"
|
||||
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
app-text/docbook-xml-dtd:4.1.2
|
||||
app-text/yelp-tools:0
|
||||
>=dev-lang/perl-5:0=
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=dev-util/intltool-0.50.1:*
|
||||
sys-devel/gettext:*
|
||||
virtual/pkgconfig:*"
|
||||
|
||||
src_configure() {
|
||||
mate_src_configure \
|
||||
--libexecdir=/usr/libexec/mate-applets \
|
||||
--disable-deprecation-flags \
|
||||
--with-gtk=$(usex gtk3 3.0 2.0) \
|
||||
$(use_with X x) \
|
||||
$(use_enable introspection)
|
||||
}
|
||||
@@ -5,9 +5,6 @@
|
||||
<email>mate@gentoo.org</email>
|
||||
<name>Gentoo MATE Desktop</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">mate-desktop/mate-panel</remote-id>
|
||||
</upstream>
|
||||
|
||||
Reference in New Issue
Block a user