From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SAbeJ-0000Qk-Vb for garchives@archives.gentoo.org; Thu, 22 Mar 2012 06:37:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F3F2E0812; Thu, 22 Mar 2012 06:37:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 695A8E0812 for ; Thu, 22 Mar 2012 06:37:20 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC4A41B4009 for ; Thu, 22 Mar 2012 06:37:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id A32A82004C; Thu, 22 Mar 2012 06:37:18 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-eyes-plugin/files: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch X-VCS-Directories: xfce-extra/xfce4-eyes-plugin/files X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20120322063718.A32A82004C@flycatcher.gentoo.org> Date: Thu, 22 Mar 2012 06:37:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0b31ed9f-9701-40f5-b778-3181d98836cb X-Archives-Hash: fd2b618ae135afa3ea62c5d65eb87c43 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 l= ibxfcegui4. =20 (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-e= yes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch?rev=3D1.1&view=3D= markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-e= yes-plugin/files/xfce4-eyes-plugin-4.4.1-libxfce4ui.patch?rev=3D1.1&conte= nt-type=3Dtext/plain Index: xfce4-eyes-plugin-4.4.1-libxfce4ui.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://bugzilla.xfce.org/show_bug.cgi?id=3D8074 --- 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]) =20 dnl *********************************** dnl *** Check for debugging support *** --- panel-plugin/eyes.c +++ panel-plugin/eyes.c @@ -33,7 +33,7 @@ #include =20 #include -#include +#include =20 #include "eyes.h" #include "themes.h" --- panel-plugin/Makefile.am +++ panel-plugin/Makefile.am @@ -13,12 +13,12 @@ themes.c =20 xfce4_eyes_plugin_CFLAGS =3D \ - $(LIBXFCEGUI4_CFLAGS) \ + $(LIBXFCE4UI_CFLAGS) \ $(LIBXFCE4PANEL_CFLAGS) =09 xfce4_eyes_plugin_LDADD =3D \ $(LIBXFCE4PANEL_LIBS) \ - $(LIBXFCEGUI4_LIBS) + $(LIBXFCE4UI_LIBS) =20 desktopdir =3D $(datadir)/xfce4/panel-plugins desktop_in_in_files =3D eyes.desktop.in.in