diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-04-17 09:13:31 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-04-17 09:13:31 +0000 |
commit | f7313c33035fa36f50189041201be6824470371e (patch) | |
tree | 91e5f6a4315457e7308b38090776b536ad54a5fe /app-editors/scite/files | |
parent | Version bump, thanks to steveb <steeeeeveee at gmx dot net> and Natanael Copa... (diff) | |
download | historical-f7313c33035fa36f50189041201be6824470371e.tar.gz historical-f7313c33035fa36f50189041201be6824470371e.tar.bz2 historical-f7313c33035fa36f50189041201be6824470371e.zip |
Version bump.
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'app-editors/scite/files')
-rw-r--r-- | app-editors/scite/files/digest-scite-1.73 | 3 | ||||
-rw-r--r-- | app-editors/scite/files/scite-1.73-install.patch | 20 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-editors/scite/files/digest-scite-1.73 b/app-editors/scite/files/digest-scite-1.73 new file mode 100644 index 000000000000..730be17b1b21 --- /dev/null +++ b/app-editors/scite/files/digest-scite-1.73 @@ -0,0 +1,3 @@ +MD5 0e8e4139b5f5db445b3da9ff070d9d3a scite173.tgz 1343699 +RMD160 443fa627dbe559fa3ec3620bbec759ba0dc93634 scite173.tgz 1343699 +SHA256 1dde09224162f3dadd440ba08beb1f425c997e73559e2107f4fc4bfd52a779c4 scite173.tgz 1343699 diff --git a/app-editors/scite/files/scite-1.73-install.patch b/app-editors/scite/files/scite-1.73-install.patch new file mode 100644 index 000000000000..c1d87501c855 --- /dev/null +++ b/app-editors/scite/files/scite-1.73-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: |