forked from pool/minuet
KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/minuet?expand=0&rev=98
This commit is contained in:
parent
04c14a6493
commit
0739cdef78
@ -1,34 +0,0 @@
|
||||
From 3bf2f5e93d078e8215c47a4b4e3f7e240b943060 Mon Sep 17 00:00:00 2001
|
||||
From: "Sandro S. Andrade" <sandroandrade@kde.org>
|
||||
Date: Sun, 30 Sep 2018 12:13:10 -0300
|
||||
Subject: Fix bug when highlighting selected notes
|
||||
|
||||
---
|
||||
src/app/qml/PianoView/PianoView.qml | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/app/qml/PianoView/PianoView.qml b/src/app/qml/PianoView/PianoView.qml
|
||||
index 90b3218..da3a78b 100644
|
||||
--- a/src/app/qml/PianoView/PianoView.qml
|
||||
+++ b/src/app/qml/PianoView/PianoView.qml
|
||||
@@ -45,7 +45,7 @@ Flickable {
|
||||
highlightKey(pitch, ([1,3,6,8,10].indexOf(pitch % 12) > -1) ? "black":"white")
|
||||
}
|
||||
function noteMark(chan, pitch, vel, color) {
|
||||
- noteMark.createObject(itemForPitch(pitch), { color: color })
|
||||
+ noteMarkComponent.createObject(itemForPitch(pitch), { color: color })
|
||||
}
|
||||
function noteUnmark(chan, pitch, vel, color) {
|
||||
if(itemForPitch(pitch)!= undefined){
|
||||
@@ -133,7 +133,7 @@ Flickable {
|
||||
}
|
||||
|
||||
Component {
|
||||
- id: noteMark
|
||||
+ id: noteMarkComponent
|
||||
|
||||
Rectangle {
|
||||
width: keyWidth - 4; height: keyWidth - 4
|
||||
--
|
||||
cgit v0.11.2
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a16507d8a5302f3314ae371217eaca0eeb36c0fb48bdc728cb98b7279b03c797
|
||||
size 27789492
|
3
minuet-18.11.80.tar.xz
Normal file
3
minuet-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fadfdb807e156ea05619fc9fada7c81294d2a4e5f0714c55428cd42716353771
|
||||
size 27794032
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:23:02 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:57:34 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.11.80.php
|
||||
- Changes since 18.08.3:
|
||||
* Add donation url to appdata
|
||||
* Add caption to the screenshot
|
||||
* Fix build with older cmake versions
|
||||
* Fix permission in AndroidManifest.xml
|
||||
* Use KDEDirs and KDECMakeConfig also on Android
|
||||
* Fix installation path for exercises
|
||||
* Make minuetcsoundsoundcontroller target dependent on csound
|
||||
* Fix include path in Android builds
|
||||
* Handle Csound dependency in Android builds as part of cmake build system
|
||||
* Fix some errors when building for Android
|
||||
* Fix bug when highlighting selected notes
|
||||
* Fix QML warnings
|
||||
* Make fluidsynth required when building on Linux
|
||||
* Use qtquick_compiler when it's possible
|
||||
- Dropped patches, now upstream:
|
||||
* Fix-bug-when-highlighting-selected-notes.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:54 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
10
minuet.spec
10
minuet.spec
@ -16,21 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: minuet
|
||||
Version: 18.08.3
|
||||
Version: 18.11.80
|
||||
Release: 0
|
||||
Summary: A KDE Software for Music Education
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Other
|
||||
Url: http://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source: minuet-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch: Fix-bug-when-highlighting-selected-notes.patch
|
||||
BuildRequires: extra-cmake-modules >= 5.15.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig
|
||||
@ -73,7 +70,6 @@ Development headers and libraries for Minuet.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
|
Loading…
Reference in New Issue
Block a user