* [gentoo-commits] gentoo-x86 commit in app-editors/amyedit/files: amyedit-1.0-keyfile.patch digest-amyedit-1.0-r1
@ 2008-01-07 14:18 Nguyen Thai Ngoc Duy (pclouds)
0 siblings, 0 replies; only message in thread
From: Nguyen Thai Ngoc Duy (pclouds) @ 2008-01-07 14:18 UTC (permalink / raw
To: gentoo-commits
pclouds 08/01/07 14:18:54
Added: amyedit-1.0-keyfile.patch digest-amyedit-1.0-r1
Log:
Remove private Glib::KeyFile usage as >=glibmm-2.14 provides an alternative, #204624
(Portage version: 2.1.3_rc8)
Revision Changes Path
1.1 app-editors/amyedit/files/amyedit-1.0-keyfile.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/files/amyedit-1.0-keyfile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/files/amyedit-1.0-keyfile.patch?rev=1.1&content-type=text/plain
Index: amyedit-1.0-keyfile.patch
===================================================================
diff -ur amyedit-1.0/src/main.cc amyedit-1.0.new/src/main.cc
--- amyedit-1.0/src/main.cc 2006-03-14 06:08:32.000000000 +0700
+++ amyedit-1.0.new/src/main.cc 2008-01-07 20:45:39.000000000 +0700
@@ -54,7 +54,6 @@
#include "AmyEdit.hh"
#include "gtksourceviewmm/init.hh"
-#include "gtkmm_extra/keyfile.h"
#include "Utils.hh"
int main(int argc, char **argv)
@@ -65,7 +64,6 @@
Gtk::Main m(&argc, &argv);
Gtk::SourceViewmm_init();
- Glib::keyfile_init();
/* TODO This should probably be removed and created on demand */
Only in amyedit-1.0.new/src: main.o
Only in amyedit-1.0.new/src: Makefile
diff -ur amyedit-1.0/src/Makefile.am amyedit-1.0.new/src/Makefile.am
--- amyedit-1.0/src/Makefile.am 2006-03-08 05:44:53.000000000 +0700
+++ amyedit-1.0.new/src/Makefile.am 2008-01-07 20:41:46.000000000 +0700
@@ -30,8 +30,7 @@
gtksourceviewmm/sourcelanguage.cpp \
gtksourceviewmm/sourcelanguagesmanager.cpp \
gtksourceviewmm/sourceview.cpp \
- gtksourceviewmm/init.cc \
- gtkmm_extra/keyfile.cc
+ gtksourceviewmm/init.cc
headers = \
AboutDialog.hh \
@@ -54,15 +53,13 @@
gtksourceviewmm/sourcelanguage.h \
gtksourceviewmm/sourcelanguagesmanager.h \
gtksourceviewmm/sourceview.h \
- gtksourceviewmm/init.hh \
- gtkmm_extra/keyfile.h
+ gtksourceviewmm/init.hh
privateheaders= \
gtksourceviewmm/private/sourcebuffer_p.h \
gtksourceviewmm/private/sourcelanguage_p.h \
gtksourceviewmm/private/sourcelanguagesmanager_p.h \
gtksourceviewmm/private/sourceview_p.h \
- gtkmm_extra/private/keyfile_p.h \
Utils_p.hh
if PRECOMPILE_HEADERS
diff -ur amyedit-1.0/src/PrefStruct.hh amyedit-1.0.new/src/PrefStruct.hh
--- amyedit-1.0/src/PrefStruct.hh 2006-03-09 06:54:41.000000000 +0700
+++ amyedit-1.0.new/src/PrefStruct.hh 2008-01-07 20:46:32.000000000 +0700
@@ -24,7 +24,6 @@
#include "Preferences.hh"
#include <glibmm/ustring.h>
-#include <gtkmm_extra/keyfile.h>
#include <iostream>
class PrefStruct
1.1 app-editors/amyedit/files/digest-amyedit-1.0-r1
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/files/digest-amyedit-1.0-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/files/digest-amyedit-1.0-r1?rev=1.1&content-type=text/plain
Index: digest-amyedit-1.0-r1
===================================================================
MD5 662f5d6cc37c5838e2dc5a4a6abb812d amyedit-1.0.tar.bz2 297769
RMD160 b08ee643f2e6021e6ad7a3382c394106ea504298 amyedit-1.0.tar.bz2 297769
SHA256 9aa88340266827bd83715d495b7e1f2c1ca7100ff9f7586877c1b4d3ec67f228 amyedit-1.0.tar.bz2 297769
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-07 14:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-07 14:18 [gentoo-commits] gentoo-x86 commit in app-editors/amyedit/files: amyedit-1.0-keyfile.patch digest-amyedit-1.0-r1 Nguyen Thai Ngoc Duy (pclouds)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox