
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_gtk-engines-kde4&amp;feed=atom&amp;action=history</id>
		<title>HOWTO: gtk-engines-kde4 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_gtk-engines-kde4&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_gtk-engines-kde4&amp;action=history"/>
		<updated>2013-06-20T10:11:27Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_gtk-engines-kde4&amp;diff=6330&amp;oldid=prev</id>
		<title>Wolfden at 17:48, 1 March 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_gtk-engines-kde4&amp;diff=6330&amp;oldid=prev"/>
				<updated>2009-03-01T17:48:31Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;First I used equo to take care of the dependencies&lt;br /&gt;
&lt;br /&gt;
     equo install dev-util/pkgconfig dev-libs/xmlrpc-c dev-util/cmake x11-misc/util-macros x11-proto/xf86vidmodeproto&lt;br /&gt;
&lt;br /&gt;
than for 3rd party ebuilds you need to make some changes first&lt;br /&gt;
&lt;br /&gt;
edit the /etc/make.conf file and make sure you have the line &lt;br /&gt;
     PORTDIR_OVERLAY=&amp;quot;/usr/local/portage&amp;quot;&lt;br /&gt;
than we need to make our local overlay&lt;br /&gt;
     mkdir -p /usr/local/portage/x11-themes/gtk-engines-kde4&lt;br /&gt;
than we change to that directory&lt;br /&gt;
     cd /usr/local/portage/x11-themes/gtk-engines-kde4&lt;br /&gt;
than we make the ebuild&lt;br /&gt;
     nano gtk-engines-kde4-0.8.ebuild &lt;br /&gt;
copy and paste the following contents for ebuild - make sure you get it all - use Ctrl x  to save and close&lt;br /&gt;
     # Copyright 1999-2008 Gentoo Foundation&lt;br /&gt;
     # Distributed under the terms of the GNU General Public License v2&lt;br /&gt;
     # $Header: $&lt;br /&gt;
     EAPI=&amp;quot;2&amp;quot;&lt;br /&gt;
     NEED_KDE=4.2&lt;br /&gt;
     inherit qt4 kde4-base&lt;br /&gt;
     DESCRIPTION=&amp;quot;GTK+2 Qt4 Theme Engine&amp;quot;&lt;br /&gt;
     MY_PN=&amp;quot;gtk-kde4&amp;quot;&lt;br /&gt;
     HOMEPAGE=&amp;quot;http://kde-apps.org/content/show.php/gtk-kde4?content=74689&amp;quot;&lt;br /&gt;
     #SRC_URI=&amp;quot;http://betta.h.com.ua/no-site/${MY_PN}v${PV}.tar.gz&amp;quot;&lt;br /&gt;
     SRC_URI=&amp;quot;http://kde-apps.org/CONTENT/content-files/74689-gtk-kde4v0.8.tar.gz&amp;quot;&lt;br /&gt;
     LICENSE=&amp;quot;GPL-2&amp;quot;&lt;br /&gt;
     KEYWORDS=&amp;quot;~amd64 ~x86&amp;quot;&lt;br /&gt;
     IUSE=&amp;quot;&amp;quot;&lt;br /&gt;
     DEPEND=&amp;quot;|| (&lt;br /&gt;
                &amp;gt;=x11-libs/qt-4.4.1:4&lt;br /&gt;
                ( &amp;gt;=x11-libs/qt-core-4.4.1:4 &amp;gt;=x11-libs/qt-gui-4.4.1:4 )&lt;br /&gt;
        )&lt;br /&gt;
        &amp;gt;=kde-base/kdelibs-4.2.0:${SLOT}&lt;br /&gt;
        x11-libs/gtk+:2&amp;quot;&lt;br /&gt;
    RDEPEND=&amp;quot;${DEPEND}&amp;quot;&lt;br /&gt;
    SLOT=&amp;quot;0&amp;quot;&lt;br /&gt;
     S=${WORKDIR}/${MY_PN}&lt;br /&gt;
     src_compile() {&lt;br /&gt;
        cmake . || die &amp;quot;cmake failed&amp;quot;&lt;br /&gt;
        emake || die &amp;quot;emake failed&amp;quot;&lt;br /&gt;
     }&lt;br /&gt;
     pkg_postinst() {&lt;br /&gt;
        elog &amp;quot;If you want additional themes just download&amp;quot;&lt;br /&gt;
        elog &amp;quot;http://betta.h.com.ua/no-site/qt4.tar.gz&amp;quot;&lt;br /&gt;
        elog &amp;quot;and put into ~/.themes/&amp;quot;&lt;br /&gt;
     }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
than  download the file to your home directory &lt;br /&gt;
     http://kde-apps.org/CONTENT/content-files/74689-gtk-kde4v0.8.tar.gz&lt;br /&gt;
&lt;br /&gt;
now we move it to where we need it&lt;br /&gt;
     cp /home/yourusernamegoeshere/74689-gtk-kde4v0.8.tar.gz /usr/portage/distfiles/ &lt;br /&gt;
example&lt;br /&gt;
     cp /home/wolfden/downloads/74689-gtk-kde4v0.8.tar.gz /usr/portage/distfiles/&lt;br /&gt;
&lt;br /&gt;
now we can digest our ebuild and it will be able to install - you should still be in the /usr/local/portage/x11-themes/gtk-engines-kde4/ directory since we didn't move so you can do&lt;br /&gt;
    ebuild gtk-engines-kde4-0.8.ebuild digest&lt;br /&gt;
&lt;br /&gt;
now install it &lt;br /&gt;
     emerge gtk-engines-kde4&lt;br /&gt;
&lt;br /&gt;
[http://forum.sabayonlinux.org/viewtopic.php?f=53&amp;amp;t=15968 forum discussion]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktops]]&lt;/div&gt;</summary>
		<author><name>Wolfden</name></author>	</entry>

	</feed>