diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-27 01:21:57 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-27 01:21:57 +0300 |
commit | 06b9ab50ff80263bc4b09af83c0457cf2ce7f240 (patch) | |
tree | ba82ca949cbb5a82487c8c8b3c0d5b573767b520 | |
parent | x11-themes/emerald-themes: remove last rited package (diff) | |
download | gentoo-06b9ab50ff80263bc4b09af83c0457cf2ce7f240.tar.gz gentoo-06b9ab50ff80263bc4b09af83c0457cf2ce7f240.tar.bz2 gentoo-06b9ab50ff80263bc4b09af83c0457cf2ce7f240.zip |
x11-wm/emerald: remove last rited package
-rw-r--r-- | x11-wm/emerald/Manifest | 1 | ||||
-rw-r--r-- | x11-wm/emerald/emerald-0.8.8-r1.ebuild | 58 | ||||
-rw-r--r-- | x11-wm/emerald/files/emerald-0.8.8-fix-cairo-crash.patch | 12 | ||||
-rw-r--r-- | x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch | 12 | ||||
-rw-r--r-- | x11-wm/emerald/metadata.xml | 6 |
5 files changed, 0 insertions, 89 deletions
diff --git a/x11-wm/emerald/Manifest b/x11-wm/emerald/Manifest deleted file mode 100644 index 21ccf76bf1e5..000000000000 --- a/x11-wm/emerald/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST emerald-0.8.8.tar.bz2 528715 BLAKE2B a33443088011da93c139de4d35dbfb5bce3b287e3bec746a0c5a24b299fbf039a85c6d2a7bcab7d446c324282e7edca6a15afbbaa6f4a302c6e4dc6711c1b527 SHA512 c19300ed03b168a01d3c8b7fd90e9f594d5a8165b04d5228de2294301f31619f1126e9ce618e49d666e5b5609eb52ea1434f165f67dc6843ae17b6664305427e diff --git a/x11-wm/emerald/emerald-0.8.8-r1.ebuild b/x11-wm/emerald/emerald-0.8.8-r1.ebuild deleted file mode 100644 index 0c2f0e94a1af..000000000000 --- a/x11-wm/emerald/emerald-0.8.8-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils flag-o-matic - -THEMES_RELEASE=0.5.2 - -DESCRIPTION="Emerald Window Decorator" -HOMEPAGE="http://www.compiz.org/" -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -PDEPEND="~x11-themes/emerald-themes-${THEMES_RELEASE}" - -RDEPEND=" - >=x11-libs/gtk+-2.8.0:2 - >=x11-libs/libwnck-2.14.2:1 - >=x11-wm/compiz-${PV} -" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - virtual/pkgconfig - >=sys-devel/gettext-0.15 -" - -DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO ) - -src_prepare() { - # Fix pkg-config file pollution wrt #380197 - eapply "${FILESDIR}/${P}-pkgconfig-pollution.patch" - # Fix crashes with some UTF-8 characters in window title - eapply "${FILESDIR}/${P}-fix-cairo-crash.patch" - # fix build with gtk+-2.22 - bug 341143 - sed -i -e '/#define G[DT]K_DISABLE_DEPRECATED/s:^://:' \ - include/emerald.h || die - # Fix underlinking - append-libs -ldl -lm - - eapply_user -} - -src_configure() { - econf \ - --disable-static \ - --enable-fast-install \ - --disable-mime-update -} - -src_install() { - default - prune_libtool_files -} diff --git a/x11-wm/emerald/files/emerald-0.8.8-fix-cairo-crash.patch b/x11-wm/emerald/files/emerald-0.8.8-fix-cairo-crash.patch deleted file mode 100644 index 34ba3585c963..000000000000 --- a/x11-wm/emerald/files/emerald-0.8.8-fix-cairo-crash.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://github.com/compiz-reloaded/emerald/commit/7f712c5f4fb2dbc8bbe298acc8fef239815aea08
-
---- a/src/main.c 2011-04-21 16:06:20.000000000 +0400
-+++ b/src/main.c 2016-09-01 14:35:08.142020100 +0300
-@@ -1644,6 +1644,7 @@
-
- /* ===================active text colors */
- cairo_set_source_alpha_color(cr, &fs->text_halo);
-+ pango_cairo_update_layout(cr, d->layout);
- pango_cairo_layout_path(cr, d->layout);
- cairo_stroke(cr);
-
diff --git a/x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch b/x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch deleted file mode 100644 index 7d8a784853fd..000000000000 --- a/x11-wm/emerald/files/emerald-0.8.8-pkgconfig-pollution.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/libengine/emeraldengine.pc.in -+++ b/libengine/emeraldengine.pc.in -@@ -7,6 +7,7 @@ - Description: Library for Emerald Engines - Version: @VERSION@ - --Requires: @EMERALD_REQUIRES@ --Libs: @EMERALD_LIBS@ -+Requires.private: @EMERALD_REQUIRES@ -+Libs: -L${libdir} -lemeraldengine -+Libs.private: @EMERALD_LIBS@ - Cflags: @EMERALD_CFLAGS@ -I${includedir}/emerald diff --git a/x11-wm/emerald/metadata.xml b/x11-wm/emerald/metadata.xml deleted file mode 100644 index 8243e00ccf6b..000000000000 --- a/x11-wm/emerald/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en">Emerald is a 3D window decorator for compositing window managers such as compiz.</longdescription> -</pkgmetadata> |