Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Font fix patch for x11-theme/gtk-engines-qtcueve-1.8.13
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ranmakuo
n00b
n00b


Joined: 21 Jun 2010
Posts: 12

PostPosted: Wed Feb 22, 2012 9:11 am    Post subject: Font fix patch for x11-theme/gtk-engines-qtcueve-1.8.13 Reply with quote

Add 1.8.13-fonts.patch pathes file in files.
Code:
diff -Nur QtCurve-Gtk2-1.8.13/style/qt_settings.c QtCurve-Gtk2-1.8.13/style/qt_settings.c
--- QtCurve-Gtk2-1.8.13/style/qt_settings.c 2012-02-16 02:04:53.000000000 +0400
+++ QtCurve-Gtk2-1.8.13/style/qt_settings.c 2012-02-21 21:56:33.773182854 +0400
@@ -101,7 +101,7 @@
     char *kdehome=getKdeHome();

     if(kdehome && strlen(kdehome)<(MAX_CONFIG_FILENAME_LEN-(strlen(KDE_CFG_DIR)+strlen(f))))
-        sprintf(kg, "%s"KDE_CFG_DIR"%s", kdehome, f);
+        sprintf(kg, "%s%s", kdehome, f);

     return kg;
 }


Modify and add follow codes in x11-theme/gtk-engines-qtcueve-1.8.13.ebuild
Code:
src_prepare() {
        epatch "${FILESDIR}/1.8.13-fonts.patch"
}
Back to top
View user's profile Send private message
stim
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jan 2003
Posts: 116
Location: Brisbane, Australia

PostPosted: Wed Feb 29, 2012 7:34 am    Post subject: Reply with quote

Would this be better off on bugs.gentoo.org?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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