summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-22 06:37:18 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-22 06:37:18 +0000
commit69a7d88dec49e8b845b41b237b6b327c7120671a (patch)
tree53c4c08f170e759049f357541308e2a00eac13cd /xfce-extra/xfce4-eyes-plugin
parentBump for #389285 (diff)
downloadgentoo-2-69a7d88dec49e8b845b41b237b6b327c7120671a.tar.gz
gentoo-2-69a7d88dec49e8b845b41b237b6b327c7120671a.tar.bz2
gentoo-2-69a7d88dec49e8b845b41b237b6b327c7120671a.zip
Install to libdir instead of libexecdir and use libxfce4ui instead of libxfcegui4.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-eyes-plugin')
-rw-r--r--xfce-extra/xfce4-eyes-plugin/ChangeLog12
-rw-r--r--xfce-extra/xfce4-eyes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch45
-rw-r--r--xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1-r1.ebuild35
3 files changed, 90 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-eyes-plugin/ChangeLog b/xfce-extra/xfce4-eyes-plugin/ChangeLog
index 47f21c107cc7..ae2e73c64939 100644
--- a/xfce-extra/xfce4-eyes-plugin/ChangeLog
+++ b/xfce-extra/xfce4-eyes-plugin/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for xfce-extra/xfce4-eyes-plugin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/ChangeLog,v 1.9 2011/04/23 17:36:25 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/ChangeLog,v 1.10 2012/03/22 06:37:18 ssuominen Exp $
+
+*xfce4-eyes-plugin-4.4.1-r1 (22 Mar 2012)
+
+ 22 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-eyes-plugin-4.4.1-r1.ebuild,
+ +files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch:
+ Install to libdir instead of libexecdir and use libxfce4ui instead of
+ libxfcegui4.
23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
xfce4-eyes-plugin-4.4.1.ebuild:
diff --git a/xfce-extra/xfce4-eyes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch b/xfce-extra/xfce4-eyes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch
new file mode 100644
index 000000000000..0a5e9f91fbb6
--- /dev/null
+++ b/xfce-extra/xfce4-eyes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch
@@ -0,0 +1,45 @@
+http://bugzilla.xfce.org/show_bug.cgi?id=8074
+
+--- configure.ac
++++ configure.ac
+@@ -61,9 +61,9 @@
+ dnl ***********************************
+ XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])
+ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
+-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
+-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
+-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
++XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
++XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
++XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.8.0])
+
+ dnl ***********************************
+ dnl *** Check for debugging support ***
+--- panel-plugin/eyes.c
++++ panel-plugin/eyes.c
+@@ -33,7 +33,7 @@
+ #include <stdlib.h>
+
+ #include <libxfce4util/libxfce4util.h>
+-#include <libxfcegui4/libxfcegui4.h>
++#include <libxfce4ui/libxfce4ui.h>
+
+ #include "eyes.h"
+ #include "themes.h"
+--- panel-plugin/Makefile.am
++++ panel-plugin/Makefile.am
+@@ -13,12 +13,12 @@
+ themes.c
+
+ xfce4_eyes_plugin_CFLAGS = \
+- $(LIBXFCEGUI4_CFLAGS) \
++ $(LIBXFCE4UI_CFLAGS) \
+ $(LIBXFCE4PANEL_CFLAGS)
+
+ xfce4_eyes_plugin_LDADD = \
+ $(LIBXFCE4PANEL_LIBS) \
+- $(LIBXFCEGUI4_LIBS)
++ $(LIBXFCE4UI_LIBS)
+
+ desktopdir = $(datadir)/xfce4/panel-plugins
+ desktop_in_in_files = eyes.desktop.in.in
diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1-r1.ebuild b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1-r1.ebuild
new file mode 100644
index 000000000000..33b61411e514
--- /dev/null
+++ b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1-r1.ebuild,v 1.1 2012/03/22 06:37:18 ssuominen Exp $
+
+EAPI=4
+EAUTORECONF=yes
+inherit multilib xfconf
+
+DESCRIPTION="A panel plug-in which adds classic eyes to your every step"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND="x11-libs/gtk+:2
+ >=xfce-base/libxfce4ui-4.8
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/xfce4-panel-4.8"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ PATCHES=( "${FILESDIR}"/${P}-libxfce4ui.patch )
+
+ XFCONF=(
+ --libexecdir=/usr/$(get_libdir)
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README )
+}