diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-06-25 21:21:16 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-06-25 21:21:16 +0000 |
commit | 33d3ae687044299efe5db65dde37cfde94d1a33d (patch) | |
tree | 796ec8cc962819ff7d724151e61344eb0fa70f99 /app-editors/scite/files | |
parent | Stable on sparc wrt security #181385 (diff) | |
download | historical-33d3ae687044299efe5db65dde37cfde94d1a33d.tar.gz historical-33d3ae687044299efe5db65dde37cfde94d1a33d.tar.bz2 historical-33d3ae687044299efe5db65dde37cfde94d1a33d.zip |
Version bump.
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'app-editors/scite/files')
-rw-r--r-- | app-editors/scite/files/digest-scite-1.74 | 3 | ||||
-rw-r--r-- | app-editors/scite/files/scite-1.74-install.patch | 20 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-editors/scite/files/digest-scite-1.74 b/app-editors/scite/files/digest-scite-1.74 new file mode 100644 index 000000000000..45bfff129f9d --- /dev/null +++ b/app-editors/scite/files/digest-scite-1.74 @@ -0,0 +1,3 @@ +MD5 09ad25f1fa6dab3feec41dba2480047f scite174.tgz 1460459 +RMD160 a4547865bf2884108fbfbc8eaae1c7d1200ddd47 scite174.tgz 1460459 +SHA256 10640a1c4bde4b1f5726085c95f7a139a044853911ebeaffa58f42aa26359e01 scite174.tgz 1460459 diff --git a/app-editors/scite/files/scite-1.74-install.patch b/app-editors/scite/files/scite-1.74-install.patch new file mode 100644 index 000000000000..c1d87501c855 --- /dev/null +++ b/app-editors/scite/files/scite-1.74-install.patch @@ -0,0 +1,20 @@ +--- scite/gtk/makefile.orig 2006-10-09 06:26:55 -0300 ++++ scite/gtk/makefile 2006-10-09 06:36:09 -0300 +@@ -123,11 +123,14 @@ + + ifdef gnomeprefix + ifdef GTK2 +- $(INSTALL) -m 755 -D SciTE.desktop $(DESTDIR)$(datadir)/applications/SciTE.desktop ++ $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/applications/ ++ $(INSTALL) -m 755 SciTE.desktop $(DESTDIR)$(datadir)/applications/ + else +- $(INSTALL) -m 755 -D SciTE.desktop $(DESTDIR)$(datadir)/applications/SciTE.desktop ++ $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/applications/ ++ $(INSTALL) -m 755 SciTE.desktop $(DESTDIR)$(datadir)/applications/ + endif +- $(INSTALL) -m 644 -D Sci48M.png $(DESTDIR)$(pixmapdir)/Sci48M.png ++ $(INSTALL) -m 644 -d $(DESTDIR)$(pixmapdir)/ ++ $(INSTALL) -m 644 Sci48M.png $(DESTDIR)$(pixmapdir)/Sci48M.png + endif + + uninstall: |