]> git.pld-linux.org Git - packages/MathPlanner.git/commitdiff
outdated
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 5 Aug 2002 01:02:48 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MathPlanner-makefile.patch -> 1.4
    MathPlanner-opt.patch -> 1.2

MathPlanner-makefile.patch [deleted file]
MathPlanner-opt.patch [deleted file]

diff --git a/MathPlanner-makefile.patch b/MathPlanner-makefile.patch
deleted file mode 100644 (file)
index ebd963b..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
---- ./src/Makefile.org Tue Jul 23 12:57:24 2002
-+++ ./src/Makefile     Tue Jul 23 22:12:01 2002
-@@ -125,28 +125,7 @@
-               
- link: 
-       $(CC) $(LIBS) *.o -o MathPlanner3
--      cp MathPlanner3 /usr/bin
- clean:
-       rm -f *.o
-       
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
---- ./Makefile.org     Tue Jul 23 13:07:49 2002
-+++ ./Makefile Tue Jul 23 22:19:18 2002
-@@ -1,15 +1,19 @@
- # Makefile    Sun Jul 23 11:50:12 2002
--INSTALL_DIR = /opt/MathPlanner3
-+PREFIX                = /usr/X11R6
-+BINDIR                = $(PREFIX)/bin
-+DATADIR               = $(PREFIX)/share
-+INSTALL_DIR   = /opt/MathPlanner3
--all:
--      @echo "Type 'make install' to build and install MathPlanner"
-+all:  build install
-+
-+build:
-+      make -C src all
- install:
--      mkdir $(INSTALL_DIR)
--      cp -R * $(INSTALL_DIR)
--      make -C $(INSTALL_DIR)/src all
--      install -s -m 755 $(INSTALL_DIR)/src/MathPlanner3 /usr/bin/MathPlanner3
--      make -C $(INSTALL_DIR)/src clean
-+      install -d $(DESTDIR)$(BINDIR) $(DESTDIR)$(DATADIR)/MathPlanner3/{pixmaps,icons}
-+      install -s -m 755 src/MathPlanner3 $(DESTDIR)$(BINDIR)
-+      install MPLConfig.txt $(DESTDIR)$(DATADIR)/MathPlanner3/
-+      install pixmaps/* $(DESTDIR)$(DATADIR)/MathPlanner3/pixmaps
-       @echo " "
-       @echo "Type MathPlanner3 to start MathPlanner"
diff --git a/MathPlanner-opt.patch b/MathPlanner-opt.patch
deleted file mode 100644 (file)
index c7961ce..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
---- ./src/Base.c.orig  Tue Jul 23 12:57:24 2002
-+++ ./src/Base.c       Tue Jul 23 21:48:28 2002
-@@ -47,7 +47,7 @@
-    NBugReset();
-    app_path=QDir::home().path();
--   image_path=QString("/opt/MathPlanner3/pixmaps");
-+   image_path=QString("/usr/X11R6/share/MathPlanner3/pixmaps");
-    QTime time=QTime::currentTime();
-    sprintf(session,"%d",time.second());
---- ./src/ConfigReader.cpp.orig        Tue Jul 23 12:57:24 2002
-+++ ./src/ConfigReader.cpp     Tue Jul 23 21:49:08 2002
-@@ -173,7 +173,7 @@
-   return;
-       }
--  file.setName("/opt/MathPlanner3/MPLConfig.txt");
-+  file.setName("/usr/X11R6/share/MathPlanner3/MPLConfig.txt");
-   if (file.exists()) {
-       file.open( IO_ReadOnly );
---- ./src/Math.cpp.orig        Tue Jul 23 12:57:24 2002
-+++ ./src/Math.cpp     Tue Jul 23 21:50:29 2002
-@@ -83,7 +83,7 @@
- {
-       ToolBarB=new QToolBar(this);
-   /*
--      KIconLoader kicon(QString("/opt/MathPlanner"));
-+      KIconLoader kicon(QString("/usr/X11R6/share/MathPlanner3"));
-   pm1=kicon.loadIcon("filenew",KIcon::Toolbar);
-   pm2=kicon.loadIcon("fileopen",KIcon::Toolbar);
This page took 0.042681 seconds and 4 git commands to generate.