Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gtk-kde4
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Fri May 30, 2008 3:06 pm    Post subject: gtk-kde4 Reply with quote

Hallo
Ich habe mir gtk-kde4 über ein eigenes ebuild installiert.
Code:
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:flammenflitzer

EAPI="1"
NEED_KDE=":kde-4"

inherit kde4-base versionator

PREFIX=${KDEDIR}

MY_PN="gtk-kde4"
MY_P="574689-gtk-kde4v0.7"

DESCRIPTION="Allows you to change style, icons, font of GTK applications in KDE4"
HOMEPAGE="http://de.kde-apps.org/content/show.php/gtk-kde4?content=74689"
SRC_URI="http://de.kde-apps.org/CONTENT/content-files/74689-gtk-kde4v0.7.tar.gz"


LICENSE="GPL-2"

SLOT="kde-4"

IUSE=""

RDEPEND=""

DEPEND="${RDEPEND}"

KEYWORDS="~amd64"

S="${WORKDIR}/gtk-kde4"

src_unpack() {
        kde4-base_src_unpack
         cd "${S}"
        sed -i -e '/set(CMAKE_VERBOSE_MAKEFILE ON)/d' ${S}/CMakeLists.txt ||die "Sed failed"
}

src_compile() {
        cmake-utils_src_configurein
        kde4-base_src_make
}

src_install() {
        kde4-base_src_install
}
Bei "Erscheinungsbild - Systemeinstellungen" ist es auch verfügbar. Allerdings steht da der Hinweis: Achtung: Der Qt4 Stil ist nicht installiert. Somit kann der kde-Stil nicht ....
Zur Auswahl stehen nur die kde3 themes.
Kann mir da jemand weiterhelfen?
MfG
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum