mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
musescore: fix directory issue
This commit is contained in:
@@ -62,11 +62,14 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make release PREFIX=$prefix UPDATE_CACHE=FALSE
|
||||
mkdir -p $appsDir
|
||||
make release PREFIX=$appsDir/MuseScore UPDATE_CACHE=FALSE
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install PREFIX=$prefix UPDATE_CACHE=FALSE
|
||||
mv $prefix/share $prefix/data
|
||||
make install PREFIX=$appsDir/MuseScore UPDATE_CACHE=FALSE
|
||||
mv $appsDir/MuseScore/share $appsDir/MuseScore/data
|
||||
ln -s $binDir/mscore $appsDir/MuseScore
|
||||
addAppDeskbarSymlink $appsDir/Musescore
|
||||
}
|
||||
|
||||
@@ -65,17 +65,19 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make release PREFIX=$prefix UPDATE_CACHE=FALSE BUILD_PULSEAUDIO=OFF \
|
||||
mkdir -p $appsDir
|
||||
make release PREFIX=$appsDir/MuseScore UPDATE_CACHE=FALSE BUILD_PULSEAUDIO=OFF \
|
||||
BUILD_JACK=OFF BUILD_PORTAUDIO=OFF BUILD_WEBENGINE=OFF \
|
||||
USE_SYSTEM_FREETYPE=ON DOWNLOAD_SOUNDFONT=OFF BUILD_ALSA=OFF
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install PREFIX=$prefix UPDATE_CACHE=FALSE BUILD_PULSEAUDIO=OFF \
|
||||
make install PREFIX=$appsDir/MuseScore UPDATE_CACHE=FALSE BUILD_PULSEAUDIO=OFF \
|
||||
BUILD_JACK=OFF BUILD_PORTAUDIO=OFF BUILD_WEBENGINE=OFF \
|
||||
USE_SYSTEM_FREETYPE=ON DOWNLOAD_SOUNDFONT=OFF BUILD_ALSA=OFF
|
||||
rm -rf $prefix/share/icons $prefix/share/applications/mscore.desktop
|
||||
mv $prefix/share $prefix/data
|
||||
addAppDeskbarSymlink $binDir/musescore Musescore
|
||||
rm -rf $appsDir/MuseScore/share/icons $appsDir/MuseScore/share/applications/mscore.desktop
|
||||
mv $appsDir/MuseScore/share $appsDir/MuseScore/data
|
||||
ln -s $binDir/mscore $appsDir/MuseScore
|
||||
addAppDeskbarSymlink $appsDir/Musescore
|
||||
}
|
||||
|
||||
@@ -196,3 +196,32 @@ index bd71a62..eea59b1 100644
|
||||
--
|
||||
2.7.0
|
||||
|
||||
|
||||
From 5ee1bb6c08ba39e6aeb494b14fe1601664ef752f Mon Sep 17 00:00:00 2001
|
||||
From: TURX <turx2003@gmail.com>
|
||||
Date: Sun, 22 Dec 2019 17:00:00 +0800
|
||||
Subject: Fix compilation error
|
||||
|
||||
|
||||
diff --git a/all.h b/all.h
|
||||
index 3c0cdd715..b9a1b72d3 100644
|
||||
--- a/all.h
|
||||
+++ b/all.h
|
||||
@@ -103,7 +103,6 @@
|
||||
#include <QTextBlock>
|
||||
#include <QTextList>
|
||||
#include <QClipboard>
|
||||
-#include <QPlainTextEdit>
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
#include <QDateTimeEdit>
|
||||
@@ -121,6 +120,7 @@
|
||||
#include <QPrintDialog>
|
||||
#include <QPrinter>
|
||||
#endif
|
||||
+#include <QPlainTextEdit>
|
||||
#include <QColorDialog>
|
||||
#include <QDockWidget>
|
||||
#include <QStackedWidget>
|
||||
--
|
||||
2.7.0
|
||||
|
||||
@@ -49,3 +49,32 @@ index 8033b35..5a8c314 100644
|
||||
--
|
||||
2.23.0
|
||||
|
||||
|
||||
From 5ee1bb6c08ba39e6aeb494b14fe1601664ef752f Mon Sep 17 00:00:00 2001
|
||||
From: TURX <turx2003@gmail.com>
|
||||
Date: Sun, 22 Dec 2019 17:00:00 +0800
|
||||
Subject: Fix compilation error
|
||||
|
||||
|
||||
diff --git a/all.h b/all.h
|
||||
index 3c0cdd715..b9a1b72d3 100644
|
||||
--- a/all.h
|
||||
+++ b/all.h
|
||||
@@ -103,7 +103,6 @@
|
||||
#include <QTextBlock>
|
||||
#include <QTextList>
|
||||
#include <QClipboard>
|
||||
-#include <QPlainTextEdit>
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
#include <QDateTimeEdit>
|
||||
@@ -121,6 +120,7 @@
|
||||
#include <QPrintDialog>
|
||||
#include <QPrinter>
|
||||
#endif
|
||||
+#include <QPlainTextEdit>
|
||||
#include <QColorDialog>
|
||||
#include <QDockWidget>
|
||||
#include <QStackedWidget>
|
||||
--
|
||||
2.23.0
|
||||
|
||||
Reference in New Issue
Block a user