diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cbffe31..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -revelation-0.4.11.tar.bz2 -/revelation-0.4.13.tar.bz2 -/revelation-0.4.14.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c9b5d84 --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2017-03-18: Retired because it depends on libgnome-media-profiles, which was +retired, because it was orphaned for more than six weeks. + diff --git a/revelation-0.4.11-gcc.patch b/revelation-0.4.11-gcc.patch deleted file mode 100644 index b6f6688..0000000 --- a/revelation-0.4.11-gcc.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- revelation-0.4.11/src/wrap/crack/Makefile.am 2006-06-11 11:17:22.000000000 -0700 -+++ revelation-0.4.11/src/wrap/crack/Makefile.am.new 2011-02-03 00:03:05.082097518 -0800 -@@ -19,5 +19,5 @@ - $(CC) -pthread -fno-strict-aliasing -fPIC -I${PYTHON_INCLUDE} -c crack.c -o crack.o - - crack.so: crack.o -- $(CC) -Wl --export-dynamic -pthread -shared crack.o -lcrack -o crack.so -+ $(CC) -Wl,--export-dynamic -pthread -shared crack.o -lcrack -o crack.so - diff --git a/revelation-0.4.11-no_applet.patch b/revelation-0.4.11-no_applet.patch deleted file mode 100644 index 8248c12..0000000 --- a/revelation-0.4.11-no_applet.patch +++ /dev/null @@ -1,66 +0,0 @@ ---- revelation-0.4.11/configure.ac 2007-01-16 02:39:13.000000000 -0800 -+++ revelation-0.4.11/configure.ac.new 2011-02-02 23:37:56.063141059 -0800 -@@ -22,11 +22,9 @@ - RVL_FDO_MIME() - - RVL_PYTHON_MODULE(Crypto, yes) --RVL_PYTHON_MODULE(bonobo, yes) - RVL_PYTHON_MODULE(gconf, yes) - RVL_PYTHON_MODULE(gtk, yes) - RVL_PYTHON_MODULE(gnome, yes) --RVL_PYTHON_MODULE(gnomeapplet, yes) - RVL_PYTHON_MODULE(gnomevfs, yes) - RVL_PYTHON_MODULE(gobject, yes) - RVL_PYTHON_MODULE(pango, yes) -@@ -36,7 +34,6 @@ - AC_OUTPUT([ - Makefile - data/Makefile -- data/bonobo/Makefile - data/cracklib/Makefile - data/gconf/Makefile - data/icons/Makefile ---- revelation-0.4.11/src/Makefile.am 2006-12-03 03:13:47.000000000 -0800 -+++ revelation-0.4.11/src/Makefile.am.new 2011-02-02 23:35:02.224225940 -0800 -@@ -7,9 +7,8 @@ - - SUBDIRS = bundle lib wrap - bin_SCRIPTS = revelation --libexec_SCRIPTS = revelation-applet --EXTRA_DIST = revelation.in revelation-applet.in --CLEANFILES = revelation revelation-applet -+EXTRA_DIST = revelation.in -+CLEANFILES = revelation - - - revelation: revelation.in -@@ -17,9 +16,3 @@ - -e "s|\@pyexecdir\@|$(pyexecdir)|" \ - revelation.in > revelation - --revelation-applet: revelation-applet.in -- sed \ -- -e "s|\@pyexecdir\@|$(pyexecdir)|" \ -- -e "s|\@bindir\@|$(bindir)|" \ -- revelation-applet.in > revelation-applet -- ---- revelation-0.4.11/data/Makefile.am 2011-02-02 23:37:06.346020749 -0800 -+++ revelation-0.4.11/data/Makefile.am.new 2011-02-02 23:37:14.471203808 -0800 -@@ -5,5 +5,5 @@ - # $Id: Makefile.am 377 2005-07-26 19:42:31Z erikg $ - # - --SUBDIRS = bonobo cracklib gconf icons mime ui -+SUBDIRS = cracklib gconf icons mime ui - ---- revelation-0.4.11/data/gconf/Makefile.am 2006-06-12 12:05:11.000000000 -0700 -+++ revelation-0.4.11/data/gconf/Makefile.am.new 2011-02-02 23:35:58.219486379 -0800 -@@ -6,7 +6,7 @@ - # - - schemadir = @GCONF_SCHEMA_FILE_DIR@ --dist_schema_DATA = revelation.schemas revelation-applet.schemas -+dist_schema_DATA = revelation.schemas - - - install-data-hook: diff --git a/revelation.spec b/revelation.spec deleted file mode 100644 index db9b132..0000000 --- a/revelation.spec +++ /dev/null @@ -1,368 +0,0 @@ -%global debug_package %{nil} - -Summary: Password manager for GNOME 2 -Name: revelation -Version: 0.4.14 -Release: 14%{?dist} -License: GPLv2+ -Source0: revelation-%{version}.tar.xz -URL: http://revelation.olasagasti.info/index.php - -Requires: python-crypto >= 2.0 -Requires: pygtk2 >= 2.4 -Requires: dbus-python -Requires: gnome-python2-gconf >= 2.0 -Requires: gnome-python2-gnomevfs >= 2.6 -Requires: gnome-python2-bonobo -Requires: gnome-python2-gnome -Requires: cracklib-dicts cracklib-python -BuildRequires: python >= 2.2 -BuildRequires: python-devel >= 2.3 -BuildRequires: pygtk2-devel >= 2.4 -BuildRequires: gnome-python2-devel >= 2.5 -BuildRequires: gnome-python2-gconf >= 2.0 -#BuildRequires: libgnomeui-devel >= 2.8 -#BuildRequires: gnome-keyring-devel >= 0.4.0 -#BuildRequires: gnome-panel-devel -BuildRequires: python-crypto >= 2.0 -BuildRequires: dbus-python -BuildRequires: cracklib-python -BuildRequires: gettext -BuildRequires: perl(XML::Parser) -BuildRequires: gnome-python2-gnome -BuildRequires: gnome-python2-extras gnome-python2-desktop -BuildRequires: intltool -BuildRequires: /usr/bin/appstream-util -BuildRequires: /usr/bin/desktop-file-validate - -Requires(post): GConf2 -Requires(preun): GConf2 - -%description -Revelation is a password manager. It organizes accounts in -a tree structure, and stores them as AES-encrypted XML files. - -%prep -%setup -q -#%patch0 -p0 -#%patch1 -p1 -b .noapplet -#%patch2 -p1 -b .gcc - -%build -./autogen.sh -autoreconf -i -%configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/cracklib/pw_dict -make %{?_smp_mflags} CC="%{__cc} $RPM_OPT_FLAGS" - - -%install -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -make install DESTDIR=$RPM_BUILD_ROOT - -%find_lang %{name} - -# Register as an application to be visible in the software center -# -# NOTE: It would be *awesome* if this file was maintained by the upstream -# project, translated and installed into the right place during `make install`. -# -# See http://www.freedesktop.org/software/appstream/docs/ for more details. -# -mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata -cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml < - - - - revelation.desktop - CC0-1.0 - A password manager for GNOME - -

- Revelation is a password manager for the GNOME desktop, released under the - NU GPL license. - It stores all your accounts and passwords in a single, secure place, and - gives you access to it through a user-friendly graphical interface. -

-
    -
  • Store passwords encrypted
  • -
  • Store passwords organizated
  • -
  • Autolock on idle or when desktop locks
  • -
  • Import from and export to different formats
  • -
-
- http://revelation.olasagasti.info/index.php - - http://revelation.olasagasti.info/screenshots/revelation-main.png - http://revelation.olasagasti.info/screenshots/revelation-search.png - http://revelation.olasagasti.info/screenshots/revelation-lock_t.png - - revelation-password@googlegroups.com -
-EOF - - -%check -appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/revelation.appdata.xml -desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/revelation.desktop - - -%pre -%gconf_schema_prepare %{name} -%gconf_schema_obsolete %{name}-applet - -%post -%gconf_schema_upgrade %{name} -/usr/bin/update-desktop-database &> /dev/null || : -/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null -/bin/touch --no-create %{_datadir}/mime/packages &> /dev/null || : - - -%preun -%gconf_schema_remove %{name} - -%postun -/usr/bin/update-desktop-database &> /dev/null || : -if [ $1 -eq 0 ]; then -/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null -/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -/bin/touch --no-create %{_datadir}/mime/packages &> /dev/null || : -/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : -fi - -%posttrans -/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -/usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : - - -%files -f %{name}.lang -%license COPYING -%doc AUTHORS README TODO -%config %{_sysconfdir}/gconf/schemas/*.schemas -%{_bindir}/* -%{_datadir}/appdata/*.appdata.xml -%{_datadir}/applications/*.desktop -%{_datadir}/revelation/ -%{_datadir}/icons/hicolor/??x??/mimetypes/gnome-mime-application-x-revelation.png -%{_datadir}/icons/hicolor/*/apps/%{name}*.* -%{python_sitearch}/revelation/ -%{_datadir}/mime/packages/* - -%changelog -* Sat Feb 11 2017 Fedora Release Engineering - 0.4.14-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Jul 19 2016 Fedora Release Engineering - 0.4.14-13 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 0.4.14-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Sep 11 2015 Pete Walter - 0.4.14-11 -- Spec clean up -- Validate appdata and desktop files -- Don't create empty debuginfo subpackage (#832752) - -* Thu Jun 18 2015 Fedora Release Engineering - 0.4.14-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Mar 26 2015 Richard Hughes - 0.4.14-9 -- Add an AppData file for the software center - -* Thu Oct 02 2014 Rex Dieter 0.4.14-8 -- update desktop/icon/mime scriptlets - -* Sun Aug 17 2014 Fedora Release Engineering - 0.4.14-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.4.14-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.4.14-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed May 01 2013 Jon Ciesla - 0.4.14-4 -- Drop desktop vendor tag. - -* Thu Feb 14 2013 Fedora Release Engineering - 0.4.14-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 21 2012 Fedora Release Engineering - 0.4.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jul 01 2012 Jef Spaleta - 0.4.14-1 -- New Upstream release which addresses weak encryption format. - -* Sun Jun 24 2012 Jef Spaleta - 0.4.13-3 -- Upstream pre-release which addresses weak encryption format. -- This version will detect old encryption format and will prompt you to - re-save in new format. - -* Fri Jun 15 2012 Jef Spaleta - 0.4.13-2 -- dep fix up for rawhide building - -* Fri Jun 15 2012 Jef Spaleta - 0.4.13-1 -- New upstream development location and new release - -* Sat Jan 14 2012 Fedora Release Engineering - 0.4.11-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Sep 15 2011 Jef Spaleta - 0.4.11-17 -- still actually requires gnome-python2-gnome without the applet - -* Wed Aug 03 2011 Adam Williamson - 0.4.11-16 -- still actually requires gnome-python2-bonobo without the applet - -* Wed Feb 09 2011 Fedora Release Engineering - 0.4.11-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Feb 02 2011 Adam Williamson - 0.4.11-14 -- drop the manual gnome-python2-applet require - -* Wed Feb 02 2011 Adam Williamson - 0.4.11-13 -- obsolete the applet schema - -* Wed Feb 02 2011 Adam Williamson - 0.4.11-12 -- ditch the applet, we're not supporting them any more in GNOME 3 -- drop some now useless deps, add a BR on intltool -- gcc.patch: fix incorrect use of --export-dynamic parameter -- add the dist tag to the EVR - -* Thu Jul 22 2010 David Malcolm - 0.4.11-11 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Mon May 24 2010 Jef Spaleta - 0.4.11-10 -- UI patch update to fix broken icons. - -* Sun Jul 26 2009 Fedora Release Engineering - 0.4.11-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0.4.11-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Dec 5 2008 Jeremy Katz - 0.4.11-7 -- rebuild for python 2.6 harder - -* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.4.11-6.1 -- Rebuild for Python 2.6 - -* Fri Oct 03 2008 Jef Spaleta - 0.4.11-5.1 -- Depchain fix. - -* Fri Oct 03 2008 Jef Spaleta - 0.4.11-5 -- Minor patch to ui.py to fix broken menu generation. - -* Tue Feb 19 2008 Fedora Release Engineering - 0.4.11-4.1 -- Autorebuild for GCC 4.3 - -* Tue Aug 21 2007 Thorsten Leemhuis - 0.4.11-3.1 -- Remove version key from desktop file - -* Fri Aug 03 2007 Thorsten Leemhuis -- Update License field due to the "Licensing guidelines changes" - -* Mon Jun 04 2007 Thorsten Leemhuis 0.4.11-3 -- Rebuild to build for ppc64 as well - -* Wed Feb 07 2007 Thorsten Leemhuis 0.4.11-2 -- use RPM_OPT_FLAGS during build (patch from Ville, #226680) - -* Thu Jan 11 2007 Thorsten Leemhuis 0.4.11-1 -- update to 0.4.11 (fixes revelation-applet, upstream #202) -- run gconftool-2 for applet stuff, too - -* Thu Jan 11 2007 Thorsten Leemhuis 0.4.9-1 -- update to 0.4.9 -- Remove 0.4.8-specific workaround -- Remove manual python-abi requires - -* Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-2 -- BR gnome-python2-applet - -* Sun Dec 31 2006 Thorsten Leemhuis 0.4.8-1 -- update to 0.4.8 -- ships locales now; use find_lang, BR gettext, perl(XML::Parser) - -* Sat Dec 09 2006 Thorsten Leemhuis - 0.4.7-7 -- Rebuild for python 2.5 - -* Thu Oct 31 2006 Thorsten Leemhuis - 0.4.7-6 -- track rawhide and BR gnome-python2-devel and cracklib-devel - -* Thu Sep 07 2006 Thorsten Leemhuis - 0.4.7-5 -- Don't ghost pyo files (#205432) - -* Tue Aug 29 2006 Thorsten Leemhuis - 0.4.7-4 -- Rebuild for Fedora Extras 6 - -* Mon Feb 15 2006 Thorsten Leemhuis 0.4.7-3 -- BR gnome-python2-desktop now needed - -* Mon Feb 13 2006 Thorsten Leemhuis -- Rebuild for Fedora Extras 5 - -* Mon Feb 06 2006 Thorsten Leemhuis 0.4.7-1 -- update to 0.4.7 - -* Fri Oct 14 2005 Thorsten Leemhuis 0.4.5-3 -- use cracklib-dicts correctly (#170742) -- don't ship revelation dicts - -* Mon Aug 27 2005 Thorsten Leemhuis 0.4.5-2 -- Require gnome-python2-applet (#166987) - -* Mon Aug 27 2005 Thorsten Leemhuis 0.4.5-1 -- Update to 0.4.5 -- add patch revelation-dont_check_everything.patch - -* Fri Aug 19 2005 Thorsten Leemhuis 0.4.4-2 -- rebuild - -* Mon Aug 08 2005 Thorsten Leemhuis 0.4.4-1 -- Update to 0.4.4 -- Use dist-macro -- New BR gnome-panel-devel gnome-python2-extras - -* Fri May 06 2005 Thorsten Leemhuis 0.4.3-3 -- Update the GTK+ theme icon cache on (un)install - -* Sat Apr 02 2005 Thorsten Leemhuis 0:0.4.3-2 -- Devel rebuild - -* Sat Apr 02 2005 Thorsten Leemhuis 0:0.4.3-1 -- Update to 0.4.3 -- BR words, cracklib, Req words -- Use configure para -with-cracklib-dict=/usr/share/dict/ - -* Wed Mar 30 2005 Thorsten Leemhuis 0:0.4.2-1 -- Update to 0.4.2 - -* Tue Mar 01 2005 Thorsten Leemhuis 0:0.4.0-1 -- Update to 0.4.0 - depends on gtk 2.4 now -- Uses configure now -- add BR pygtk2-devel gnome-keyring-devel -- use shared-mime-info and desktop-file-utils -- Remove unneeded explicit Requires -- not a noarch package anymore -- on x86_64 it currently installs and needs authmanager.so in %%{python_sitelib} - will report upstream - -* Wed Sep 29 2004 Thorsten Leemhuis 0:0.3.4-0.fdr.1 -- Update to 0.3.4 - -* Tue Aug 31 2004 Thorsten Leemhuis 0:0.3.3-0.fdr.1 -- Update to 0.3.3 - -* Thu Aug 11 2004 Thorsten Leemhuis 0:0.3.2-0.fdr.2 -- Own python_sitelib/revelation/ - -* Wed Aug 11 2004 Thorsten Leemhuis 0:0.3.2-0.fdr.1 -- Update to 0.3.2 -- convert package to noarch -- convert parts to match python spec-file template - -* Sat Jul 17 2004 Thorsten Leemhuis 0:0.3.0-0.fdr.1 -- New Spec File based on Matthew Hall and Dags SPEC Files -- Thanks to them -- Fix Gconf handling diff --git a/revelation_ui.patch b/revelation_ui.patch deleted file mode 100644 index 79ee156..0000000 --- a/revelation_ui.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- src/lib/ui.py 2007-01-02 23:06:28.000000000 -0900 -+++ revelation/ui.py 2010-05-24 11:07:06.306115985 -0800 -@@ -86,16 +86,16 @@ - STOCK_ICONS = ( - ( STOCK_REVELATION, "revelation", ( ICON_SIZE_APPLET, ICON_SIZE_LOGO, gtk.ICON_SIZE_DIALOG, gtk.ICON_SIZE_MENU )), - ( STOCK_REVELATION_LOCKED, "revelation-locked", ( ICON_SIZE_APPLET, ICON_SIZE_LOGO, gtk.ICON_SIZE_DIALOG, gtk.ICON_SIZE_MENU )), -- ( STOCK_ENTRY_CREDITCARD, "stock_creditcard", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -- ( STOCK_ENTRY_CRYPTOKEY, "stock_keyring", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -- ( STOCK_ENTRY_DATABASE, "stock_data-sources", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -- ( STOCK_ENTRY_DOOR, "stock_exit", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -- ( STOCK_ENTRY_EMAIL, "stock_mail", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -+# ( STOCK_ENTRY_CREDITCARD, "stock_creditcard", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -+# ( STOCK_ENTRY_CRYPTOKEY, "stock_keyring", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -+# ( STOCK_ENTRY_DATABASE, "stock_data-sources", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -+# ( STOCK_ENTRY_DOOR, "stock_exit", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -+ ( STOCK_ENTRY_EMAIL, "gnome-stock-mail-new", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), - ( STOCK_ENTRY_FTP, "system-file-manager", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), - ( STOCK_ENTRY_GENERIC, "stock_lock", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), - ( STOCK_ENTRY_PHONE, "stock_cell-phone", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), - ( STOCK_ENTRY_SHELL, "gnome-terminal", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -- ( STOCK_ENTRY_WEBSITE, "stock_hyperlink-toolbar", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), -+ ( STOCK_ENTRY_WEBSITE, "web-browser", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), - ( STOCK_ENTRY_FOLDER, "stock_folder", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), - ( STOCK_ENTRY_FOLDER_OPEN, "stock_folder", ( ICON_SIZE_DATAVIEW, ICON_SIZE_DROPDOWN, ICON_SIZE_ENTRY, ICON_SIZE_TREEVIEW )), - ) -@@ -103,7 +103,7 @@ - STOCK_ITEMS = ( - ( STOCK_CONTINUE, _('_Continue'), "stock_test-mode" ), - ( STOCK_DISCARD, _('_Discard'), gtk.STOCK_DELETE ), -- ( STOCK_EDIT, _('_Edit'), "stock_edit" ), -+ ( STOCK_EDIT, _('_Edit'), "gtk-properties" ), - ( STOCK_EXPORT, _('_Export'), gtk.STOCK_EXECUTE ), - ( STOCK_FOLDER, '', "stock_folder" ), - ( STOCK_GENERATE, _('_Generate'), gtk.STOCK_EXECUTE ), -@@ -1257,8 +1257,9 @@ - def __init__(self, stock, text = None): - gtk.ImageMenuItem.__init__(self, stock) - -- self.label = self.get_children()[0] -- self.image = self.get_children()[1] -+ children=self.get_children() -+ if len(children) > 0 : self.label = children[0] -+ if len(children) > 1 : self.image = children[1] - - if text is not None: - self.set_text(text) diff --git a/sources b/sources deleted file mode 100644 index e081e0d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -ab8e0b7a106ce68d9c796867f539e9f4 revelation-0.4.14.tar.xz