]> git.pld-linux.org Git - packages/geany.git/commitdiff
- up to 0.12
authoralucard <alucard@pld-linux.org>
Wed, 10 Oct 2007 22:50:19 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geany-desktop.patch -> 1.3
    geany-doc_dir.patch -> 1.6

geany-desktop.patch
geany-doc_dir.patch

index eb2a1343aeaf62514e4aab580e24c1e7a0a93f59..62de7ad33d5c3bed3c8518f32934f9a855b49719 100644 (file)
@@ -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;
index cb533d7dc2159bfad98afd495e6e9240f495795d..db7ac621e0271d0c24c0bbd21fff91c74e62459d 100644 (file)
@@ -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)
This page took 0.111755 seconds and 4 git commands to generate.