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: Alexander Wilms
Subject: [Octave-patch-tracker] [patch #9440] Add Flatpak build manifest
Date: Sun, 20 Aug 2017 23:17:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36

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

The 'simple' build system is available in flatpak 0.9.7

I've tried this module, but the make install still tries to copy files to
/usr/... instead of /app/...

                {
                        "name": "qscintilla",
                        "no-autogen": true,
                        "subdir": "Qt4Qt5",
                        "sources":
                        [
                                {
                                        "type": "archive",
                                        "url":
"https://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-2.10/QScintilla_gpl-2.10.tar.gz";,
                                        "sha256":
"16be30577bc178470936c458551f2512cc068aff6e7a7de6ed244e28c045f6ec"
                                },
                                {
                                        "type": "shell",
                                        "commands":
                                        [
                                                "cd Qt4Qt5 && qmake 
\"QT_INSTALL_HEADERS=/app/include\"
\"QT_INSTALL_LIBS=/app/lib\" qscintilla.pro"
                                        ]
                                }
                        ],
                        "post-install": ["ln -s /app/lib/libqscintilla2_qt5.so
/app/lib/libqscintilla2-qt5.so"]
                },

    _______________________________________________________

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]