diff options
author | Dave Hughes <davidhughes205@gmail.com> | 2021-03-12 22:47:21 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2021-03-13 11:09:19 -0500 |
commit | f378c2120ae3c5d2d6bb99c24c37edfd6dedc2f9 (patch) | |
tree | 4c2f856f6bc109dedc0b29e9eeada5caad95a5f6 /x11-wm | |
parent | x11-wm/i3: remove from overlay (diff) | |
download | musl-f378c2120ae3c5d2d6bb99c24c37edfd6dedc2f9.tar.gz musl-f378c2120ae3c5d2d6bb99c24c37edfd6dedc2f9.tar.bz2 musl-f378c2120ae3c5d2d6bb99c24c37edfd6dedc2f9.zip |
x11-wm/marco: remove from overlay
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Manifest-Sign-Key: 0xA1919C830E9498E0
Signed-off-by: Dave Hughes <davidhughes205@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/marco/Manifest | 1 | ||||
-rw-r--r-- | x11-wm/marco/files/marco-fix-musl.patch | 12 | ||||
-rw-r--r-- | x11-wm/marco/marco-1.18.2.ebuild | 75 | ||||
-rw-r--r-- | x11-wm/marco/metadata.xml | 11 |
4 files changed, 0 insertions, 99 deletions
diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest deleted file mode 100644 index 7b80ed71..00000000 --- a/x11-wm/marco/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST marco-1.18.2.tar.xz 1255492 BLAKE2B 034ad26789f894d7fa829e48ed39d11925e304dd8f6c3c74b14972a332b63782d1a8c4cb5b81b20f4d8bc12a74d053bf587ed72e3c1dca8b4fddd567dd6551ef SHA512 f18cd8d46c2ad6e6d86e6e110fb588ea8c6c301c6ffc1ee72ce80984125be5cbdeb20bf4a7fe8d1d1a60b93c7cb32de8dbd00532462c5637b747068f96e79129 diff --git a/x11-wm/marco/files/marco-fix-musl.patch b/x11-wm/marco/files/marco-fix-musl.patch deleted file mode 100644 index 591e6a47..00000000 --- a/x11-wm/marco/files/marco-fix-musl.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/ui/theme.c.orig b/src/ui/theme.c -index e45f98e..d049b16 100644 ---- a/src/ui/theme.c -+++ b/src/ui/theme.c -@@ -60,6 +60,7 @@ - #include <gtk/gtk.h> - #include <string.h> - #include <stdlib.h> -+#define _GNU_SOURCE 1 - #define __USE_XOPEN - #include <math.h> - diff --git a/x11-wm/marco/marco-1.18.2.ebuild b/x11-wm/marco/marco-1.18.2.ebuild deleted file mode 100644 index 83cee42c..00000000 --- a/x11-wm/marco/marco-1.18.2.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MATE2_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -DESCRIPTION="MATE default window manager" -LICENSE="GPL-2" -SLOT="0" - -IUSE="startup-notification test xinerama" -RESTRICT="!test? ( test )" - -COMMON_DEPEND=" - dev-libs/atk:0 - >=dev-libs/glib-2.32.10:2 - >=gnome-base/libgtop-2:2= - media-libs/libcanberra:0[gtk3] - x11-libs/cairo:0 - >=x11-libs/pango-1.2:0[X] - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.0:3 - x11-libs/libICE:0 - x11-libs/libSM:0 - x11-libs/libX11:0 - >=x11-libs/libXcomposite-0.3:0 - x11-libs/libXcursor:0 - x11-libs/libXdamage:0 - x11-libs/libXext:0 - x11-libs/libXfixes:0 - x11-libs/libXrandr:0 - x11-libs/libXrender:0 - >=x11-libs/startup-notification-0.7:0 - virtual/libintl:0 - xinerama? ( x11-libs/libXinerama:0 ) - !!x11-wm/mate-window-manager" - -RDEPEND="${COMMON_DEPEND} - gnome-extra/zenity:0 - >=mate-base/mate-desktop-1.17.0" - -DEPEND="${COMMON_DEPEND} - app-text/yelp-tools:0 - >=dev-util/intltool-0.34.90:* - sys-devel/gettext:* - virtual/pkgconfig:* - x11-base/xorg-proto - test? ( app-text/docbook-xml-dtd:4.5 )" - -PATCHES=( - "${FILESDIR}"/${PN}-fix-musl.patch -) - -src_configure() { - mate_src_configure \ - --enable-compositor \ - --enable-render \ - --enable-shape \ - --enable-sm \ - --enable-xsync \ - $(use_enable startup-notification) \ - $(use_enable xinerama) -} - -src_install() { - mate_src_install - dodoc {,doc/}*.txt -} diff --git a/x11-wm/marco/metadata.xml b/x11-wm/marco/metadata.xml deleted file mode 100644 index cfe84aca..00000000 --- a/x11-wm/marco/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>mate@gentoo.org</email> - <name>Gentoo MATE Desktop</name> - </maintainer> - <upstream> - <remote-id type="github">mate-desktop/marco</remote-id> - </upstream> -</pkgmetadata> |