diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 21:02:32 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 21:02:32 +0000 |
commit | 3a7ed83d994a5dabbe16a19269e58543a1c55a8e (patch) | |
tree | 4c0d035966517dafa7193891e57df4ab657d5dda /sci-electronics/oregano/files | |
parent | Fix gettext dependency (diff) | |
download | gentoo-2-3a7ed83d994a5dabbe16a19269e58543a1c55a8e.tar.gz gentoo-2-3a7ed83d994a5dabbe16a19269e58543a1c55a8e.tar.bz2 gentoo-2-3a7ed83d994a5dabbe16a19269e58543a1c55a8e.zip |
Revbump and minor cleanup
(Portage version: 2.1.1)
Diffstat (limited to 'sci-electronics/oregano/files')
3 files changed, 41 insertions, 0 deletions
diff --git a/sci-electronics/oregano/files/digest-oregano-0.60.0 b/sci-electronics/oregano/files/digest-oregano-0.60.0 new file mode 100644 index 000000000000..c0ec948daf7d --- /dev/null +++ b/sci-electronics/oregano/files/digest-oregano-0.60.0 @@ -0,0 +1,3 @@ +MD5 576942f1b6d3348f16d2eff085eb03f4 oregano-0.60.0.tar.bz2 525514 +RMD160 80f8b8201fa7b4cb468798db28ab96d4fc568609 oregano-0.60.0.tar.bz2 525514 +SHA256 1c6ee75a5b8d5926064ad8a953dc70bf858b8a47a951e9998dcde3233680a6d2 oregano-0.60.0.tar.bz2 525514 diff --git a/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch b/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch new file mode 100644 index 000000000000..4fb2b6536dde --- /dev/null +++ b/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch @@ -0,0 +1,11 @@ +diff -Nura oregano-0.60.0/SConstruct oregano-0.60.0-nomime/SConstruct +--- oregano-0.60.0/SConstruct 2006-09-30 01:47:23.000000000 -0300 ++++ oregano-0.60.0-nomime/SConstruct 2006-10-05 16:02:50.000000000 -0300 +@@ -120,7 +120,3 @@ + CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/mime/packages'), Split('oregano.xml'))) + CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/mime-info'), Split('oregano.mime oregano.keys'))) + CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/applications'), Split('oregano.desktop'))) +- +-# Update mime database # +-if CEnv['RunUpdateMimeDatabase'] and ('install' in COMMAND_LINE_TARGETS): +- CEnv.Alias ('install', CEnv.Command ('update-mime-database', 'oregano.xml', "update-mime-database "+os.path.join (CEnv['INSTALL_DIR'], 'share/mime'))) diff --git a/sci-electronics/oregano/files/oregano-0.60.0-install-icon.patch b/sci-electronics/oregano/files/oregano-0.60.0-install-icon.patch new file mode 100644 index 000000000000..f71ab4e1f606 --- /dev/null +++ b/sci-electronics/oregano/files/oregano-0.60.0-install-icon.patch @@ -0,0 +1,27 @@ +Mon Oct 2 15:52:52 ART 2006 Ricardo Markiewicz <rmarkie@fi.uba.ar> + * Install missing icon. + Also, use the SVG version of the icon. +diff -rN -u old-oregano-stable/SConstruct new-oregano-stable/SConstruct +--- old-oregano-stable/SConstruct 2006-10-02 15:53:55.000000000 -0300 ++++ new-oregano-stable/SConstruct 2006-10-02 15:53:55.000000000 -0300 +@@ -115,8 +115,9 @@ + SConscript ('po/SConscript'); + + # Install Target # +-CEnv.Alias ('install', CEnv.Command ('oregano.keys', 'oregano.keys.in', "sed 's/@icondir@/"+os.path.join (CEnv['PREFIX'], CEnv['DATADIR'],"mine-info").replace ("/", "\\/")+"/' < $SOURCE > $TARGET")) ++CEnv.Alias ('install', CEnv.Command ('oregano.keys', 'oregano.keys.in', "sed 's/@icondir@/"+os.path.join (CEnv['DATADIR'], "pixmaps").replace ("/", "\\/")+"/' < $SOURCE > $TARGET")) + CEnv.Alias ('install', CEnv.Command ('oregano.xml', 'oregano.xml.in', "cp $SOURCE $TARGET")) ++CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/pixmaps'), Split('gnome-oregano.svg'))) + CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/mime/packages'), Split('oregano.xml'))) + CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/mime-info'), Split('oregano.mime oregano.keys'))) + CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/applications'), Split('oregano.desktop'))) +diff -rN -u old-oregano-stable/oregano.keys.in new-oregano-stable/oregano.keys.in +--- old-oregano-stable/oregano.keys.in 2006-10-02 15:53:55.000000000 -0300 ++++ new-oregano-stable/oregano.keys.in 2006-10-02 15:53:55.000000000 -0300 +@@ -1,4 +1,4 @@ + application/x-oregano: + open=oregano %f + view=oregano %f +- icon-filename=@icondir@/gnome-oregano.png ++ icon-filename=@icondir@/gnome-oregano.svg + |