Remove package: deepin-music
This commit is contained in:
parent
e907239492
commit
9f1937d54c
|
@ -1 +0,0 @@
|
||||||
deepin-music
|
|
|
@ -1,30 +0,0 @@
|
||||||
--- src/music-player/view/lyricwidget.cpp 2019-06-01 08:20:13.000000000 +0200
|
|
||||||
+++ src/music-player/view/lyricwidget.cpp 2020-09-01 12:45:53.437691502 +0200
|
|
||||||
@@ -29,6 +29,7 @@
|
|
||||||
#include <QHBoxLayout>
|
|
||||||
#include <QListView>
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QResizeEvent>
|
|
||||||
#include <QPaintEvent>
|
|
||||||
#include <QStringListModel>
|
|
||||||
--- src/music-player/view/widget/cover.cpp 2019-06-01 08:20:13.000000000 +0200
|
|
||||||
+++ src/music-player/view/widget/cover.cpp 2020-09-01 12:45:58.610691769 +0200
|
|
||||||
@@ -23,6 +23,7 @@
|
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QGraphicsDropShadowEffect>
|
|
||||||
|
|
||||||
static auto borderPenWidth = 1.0;
|
|
||||||
--- src/music-player/view/widget/soundvolume.cpp 2019-06-01 08:20:13.000000000 +0200
|
|
||||||
+++ src/music-player/view/widget/soundvolume.cpp 2020-09-01 12:46:04.652692081 +0200
|
|
||||||
@@ -23,6 +23,7 @@
|
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QPainter>
|
|
||||||
+#include <QPainterPath>
|
|
||||||
#include <QWheelEvent>
|
|
||||||
#include <QGraphicsDropShadowEffect>
|
|
||||||
#include <QVBoxLayout>
|
|
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'deepin-music'
|
|
||||||
pkgname=deepin-music
|
|
||||||
version=5.0.1
|
|
||||||
revision=2
|
|
||||||
build_style=qmake
|
|
||||||
hostmakedepends="qt5-qmake pkg-config"
|
|
||||||
makedepends="dtkwidget-devel ffmpeg-devel libcue-devel pulseaudio-devel
|
|
||||||
qt5-multimedia-devel qt5-svg-devel qt5-x11extras-devel taglib-devel"
|
|
||||||
depends="deepin-menu qt5-plugin-sqlite qt5integration"
|
|
||||||
short_desc="Deepin Music Player"
|
|
||||||
maintainer="John <me@johnnynator.dev>"
|
|
||||||
license="GPL-3.0-or-later"
|
|
||||||
homepage="https://github.com/linuxdeepin/deepin-music/"
|
|
||||||
changelog="https://github.com/linuxdeepin/deepin-music/blob/${version}/CHANGELOG.md"
|
|
||||||
distfiles="https://github.com/linuxdeepin/deepin-music/archive/${version}.tar.gz"
|
|
||||||
checksum=3c64e035cee392a96b31acfd34c468b4c23b120d964a837b4b31ff19a88992d0
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" dtkcore-devel qt5-svg-devel qt5-multimedia-devel qt5-x11extras-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
deepin-music-devel_package() {
|
|
||||||
short_desc+=" - development files"
|
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
vmove usr/lib/qt5/mkspecs
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue