mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
SkyMPC: bump (#2217)
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
From e8814076a70f93f5426cf661648da0881d948d01 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
Date: Sun, 22 Oct 2017 16:17:58 +0200
|
||||
Subject: Haiku build fix
|
||||
|
||||
|
||||
diff --git a/SkyMPC.pro b/SkyMPC.pro
|
||||
index 7abc222..94da5d3 100644
|
||||
--- a/SkyMPC.pro
|
||||
+++ b/SkyMPC.pro
|
||||
@@ -146,6 +146,10 @@ win32 {
|
||||
QMAKE_SUBSYSTEM_SUFFIX=,5.01
|
||||
}
|
||||
|
||||
+haiku {
|
||||
+ LIBS += -lnetwork
|
||||
+}
|
||||
+
|
||||
macx {
|
||||
QMAKE_INFO_PLIST = Info.plist
|
||||
ICON += SkyMPC.icns
|
||||
diff --git a/src/BasicMainWindow.cpp b/src/BasicMainWindow.cpp
|
||||
index e861145..a6a4cdf 100644
|
||||
--- a/src/BasicMainWindow.cpp
|
||||
+++ b/src/BasicMainWindow.cpp
|
||||
@@ -56,6 +56,12 @@ QString BasicMainWindow::makeStyleSheetText()
|
||||
QString clock_font = font("Lucida Grande", 20);
|
||||
#endif
|
||||
|
||||
+#ifdef Q_OS_HAIKU
|
||||
+ QString default_font = font("Noto Sans", 12);
|
||||
+ QString progress_font = font("Noto Sans", 12);
|
||||
+ QString clock_font = font("Noto Sans", 14);
|
||||
+#endif
|
||||
+
|
||||
#ifdef Q_OS_LINUX
|
||||
QString clock_font = font("Sans Serif", 15);
|
||||
QString s;
|
||||
--
|
||||
2.14.2
|
||||
|
||||
@@ -5,15 +5,14 @@ variety of sound files while being controlled by its network protocol.
|
||||
|
||||
SkyMPC a simple MPD client, powerd by Qt."
|
||||
HOMEPAGE="http://www.soramimi.jp/skympc/"
|
||||
COPYRIGHT="2015-2017 S.Fuchita"
|
||||
COPYRIGHT="2015-2018 S.Fuchita"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
srcGitRev="e24ba068a918634ecd269dda440c33362bb5dd51"
|
||||
srcGitRev="f6a96781319fb16b4d3a07c447d54ec476442a90"
|
||||
SOURCE_URI="https://github.com/soramimi/SkyMPC/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="7a05273938caed6a876e309346f4526eadf202223e7e08a177761cb6252193e5"
|
||||
CHECKSUM_SHA256="eb52ed5e834ff9f17c7d432143279c851bbf221ce97120df877678918dde743f"
|
||||
SOURCE_DIR="SkyMPC-$srcGitRev"
|
||||
SOURCE_FILENAME="$portVersionedName.tar.gz"
|
||||
PATCHES="skympc-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="skympc.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
Reference in New Issue
Block a user