* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-eyes-plugin/files: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch
@ 2013-05-05 17:17 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-05 17:17 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/05/05 17:17:06
Removed: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch
Log:
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-eyes-plugin/files: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch
@ 2012-03-22 6:37 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-22 6:37 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/03/22 06:37:18
Added: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch
Log:
Install to libdir instead of libexecdir and use libxfce4ui instead of libxfcegui4.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Revision Changes Path
1.1 xfce-extra/xfce4-eyes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-eyes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-eyes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch?rev=1.1&content-type=text/plain
Index: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch
===================================================================
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-05 17:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-05 17:17 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-eyes-plugin/files: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-03-22 6:37 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox