rm old gtk-engines-equinox
This commit is contained in:
parent
da16e11cc6
commit
aa21b4614a
@ -1 +0,0 @@
|
||||
DIST gtk-engines-equinox-1.50.tar.gz 360957 SHA256 0cf8b8cc841e0da7d4a08ab5a70d3bb330fd76bdcb03165a47aaddcd47e02227 SHA512 67f73b204b2b0ad483a606f6c165998504d797f3dc06d44779ba21be39535531a13771ca4e8fe559ab51e6e7cb2ff2a562b2ddc5fe6d4018248adb0402d19d80 WHIRLPOOL 2a9a15db4644d8ad3e7e67bb901bf2020d27501a992af27d352ccea677fd993bdfe08f8bd68b6af6341a1285947890569c33076a74f2ca0de83cd97e9c9c382b
|
@ -1,10 +0,0 @@
|
||||
--- equinox-1.50-ce/src/animation.c 2012-11-17 22:31:05.437625638 +0100
|
||||
+++ equinox-1.50/src/animation.c 2012-11-17 22:31:53.797625956 +0100
|
||||
@@ -7,7 +7,6 @@
|
||||
#include "animation.h"
|
||||
|
||||
#ifdef HAVE_ANIMATION
|
||||
-#include <glib/gtimer.h>
|
||||
|
||||
struct _AnimationInfo {
|
||||
GTimer *timer;
|
@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils
|
||||
|
||||
MY_P=${P/gtk-engines-}
|
||||
|
||||
DESCRIPTION="A heavily modified version of the Aurora engine"
|
||||
HOMEPAGE="http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881"
|
||||
SRC_URI="http://gnome-look.org/CONTENT/content-files/121881-${MY_P}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="+animations"
|
||||
|
||||
RDEPEND="x11-libs/gtk+"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-dont-include-glib-gtimer-h.patch" || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable animations)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog NEWS
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user