public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/scite/files: scite-1.76-install.patch scite-1.76-no-lua.patch
@ 2008-04-05 15:29 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; only message in thread
From: Krzysiek Pawlik (nelchael) @ 2008-04-05 15:29 UTC (permalink / raw
  To: gentoo-commits

nelchael    08/04/05 15:29:55

  Added:                scite-1.76-install.patch scite-1.76-no-lua.patch
  Log:
  Version bump.
  (Portage version: 2.1.5_rc1)

Revision  Changes    Path
1.1                  app-editors/scite/files/scite-1.76-install.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/files/scite-1.76-install.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/files/scite-1.76-install.patch?rev=1.1&content-type=text/plain

Index: scite-1.76-install.patch
===================================================================
--- 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:



1.1                  app-editors/scite/files/scite-1.76-no-lua.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/files/scite-1.76-no-lua.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/scite/files/scite-1.76-no-lua.patch?rev=1.1&content-type=text/plain

Index: scite-1.76-no-lua.patch
===================================================================
--- scite/src/SciTEProps.cxx	2008-04-05 17:23:22.000000000 +0200
+++ scite/src/SciTEProps.cxx	2008-04-05 17:23:41.000000000 +0200
@@ -1461,10 +1461,12 @@
 
 // return the int value of the command name passed in.
 int SciTEBase::GetMenuCommandAsInt(SString commandName) {
+#ifndef NO_LUA
 	int i = IFaceTable::FindConstant(commandName.c_str());
 	if (i != -1) {
 		return IFaceTable::constants[i].value;
 	}
+#endif
 	// Otherwise we might have entered a number as command to access a "SCI_" command
 	return commandName.value();
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-05 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-05 15:29 [gentoo-commits] gentoo-x86 commit in app-editors/scite/files: scite-1.76-install.patch scite-1.76-no-lua.patch Krzysiek Pawlik (nelchael)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox