octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9440] Add Flatpak build manifest


From: Mike Miller
Subject: [Octave-patch-tracker] [patch #9440] Add Flatpak build manifest
Date: Mon, 21 Aug 2017 00:01:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #14, patch #9440 (project octave):

Changes I needed to make to cups:


@@ -186,7 +159,10 @@
                                "--disable-pam",
                                "--disable-dnssd",
                                "--disable-launchd",
-                               "--libdir=/app/lib"
+        "--prefix=/app",
+        "--libdir=/app/lib",
+        "--with-menudir=/app/share/applications",
+        "--with-icondir=/app/share/icons"
                        ],
                        "make-args":
                        [
@@ -203,7 +179,7 @@
                        ],
                        "post-install":
                        [
-                               "make install-libs", "chmod +w 
/app/lib/libcups*"
+        "chmod +w /app/bin/cancel /app/bin/cups* /app/bin/ipp* /app/bin/lp*
/app/bin/ppd* /app/lib/libcups* /app/lib/cups/*/* /app/sbin/cups*
/app/sbin/lp*"
                        ]
                },
                {


This is because 0.8.7 also does not support the "no-make-install" option, so I
had to add all these extra workarounds to support a full build.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9440>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]