From db858631fd7b8fc46438006813639ee72a882551 Mon Sep 17 00:00:00 2001 From: alucard Date: Wed, 10 Oct 2007 22:50:19 +0000 Subject: [PATCH] - up to 0.12 Changed files: geany-desktop.patch -> 1.3 geany-doc_dir.patch -> 1.6 --- geany-desktop.patch | 23 ++++++++++------------- geany-doc_dir.patch | 6 ++---- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/geany-desktop.patch b/geany-desktop.patch index eb2a134..62de7ad 100644 --- a/geany-desktop.patch +++ b/geany-desktop.patch @@ -1,15 +1,13 @@ diff -aurN geany-0.5.orig/geany.desktop.in geany-0.5/geany.desktop.in ---- geany-0.5.orig/geany.desktop.in 2006-01-16 17:39:19.000000000 +0100 -+++ geany-0.5/geany.desktop.in 2006-02-02 15:53:35.144276000 +0100 -@@ -3,14 +3,14 @@ - Name=Geany - GenericName=Integrated Development Environment - GenericName[de]=Integrierte Entwicklungsumgebung --Comment=A fast and lightweight IDE using GTK2 -+Comment=A fast and lightweight IDE using GTK+ - Comment[de]=Eine kleine und schnelle integrierte Entwicklungsumgebung --Comment[pl]=Szybkie i lekkie IDE korzystające z GTK+2 -+Comment[pl]=Szybkie i lekkie IDE korzystające z GTK+ +--- geany-0.5.orig/geany.desktop.in.in 2006-01-16 17:39:19.000000000 +0100 ++++ geany-0.5/geany.desktop.in.in 2006-02-02 15:53:35.144276000 +0100 +@@ -3,10 +3,12 @@ + _Name=Geany + _GenericName=Integrated Development Environment +-_Comment=A fast and lightweight IDE using GTK2 ++_Comment=A fast and lightweight IDE using GTK+2 ++GenericName[pl]=Zintegrowane środowisko programistyczne (IDE) ++Comment[pl]=Szybkie i lekkie IDE używające GTK+2 Exec=geany %F -Icon=@GEANY_PIXMAPS_DIR@/geany.png +Icon=geany @@ -18,5 +16,4 @@ diff -aurN geany-0.5.orig/geany.desktop.in geany-0.5/geany.desktop.in -Categories=Application;GTK;Development;IDE; +Categories=GTK;Development;IDE; Encoding=UTF-8 - # currently false, changes perhabs in the future - StartupNotify=false + MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php*;application/xml;text/html;text/css;text/x-sql;text/x-diff; diff --git a/geany-doc_dir.patch b/geany-doc_dir.patch index cb533d7..db7ac62 100644 --- a/geany-doc_dir.patch +++ b/geany-doc_dir.patch @@ -1,18 +1,16 @@ diff -aurN geany-0.8.orig/doc/Makefile.am geany-0.8/doc/Makefile.am --- geany-0.8.orig/doc/Makefile.am 2006-07-18 14:28:04.000000000 +0200 +++ geany-0.8/doc/Makefile.am 2006-08-12 00:46:43.159723018 +0200 -@@ -1,5 +1,5 @@ +@@ -1,3 +1,3 @@ man_MANS=geany.1 -DOCDIR = $(DESTDIR)/$(datadir)/doc/@PACKAGE@ +DOCDIR = $(DESTDIR)/$(datadir)/@PACKAGE@/doc - HTML_FILES = html/*.html IMAGE_FILES = images/*.png - EXTRA_DIST = geany.css geany.xsl make_webable.sh geany.txt geany_gpl.docbook geany.1 \ @@ -45,13 +45,3 @@ $(INSTALL_DATA) $$file $(DOCDIR)/html/images/$$basefile; \ fi \ done -- $(INSTALL_DATA) $(srcdir)/geany.css $(DOCDIR)/html/geany.css +- $(INSTALL_DATA) $(srcdir)/geany.html $(DOCDIR)/html/index.html - $(INSTALL_DATA) $(srcdir)/geany.txt $(DOCDIR)/manual.txt - $(INSTALL_DATA) $(top_srcdir)/README $(DOCDIR) - $(INSTALL_DATA) $(top_srcdir)/ChangeLog $(DOCDIR) -- 2.44.0