Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnotsos authored Oct 14, 2024
1 parent 3b301c4 commit b74b335
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: |
sudo apt update
sudo apt install -y cmake pkg-config qtbase5-dev qt5-qmake qttools5-dev-tools qtmultimedia5-dev \
libtag1-dev libicu-dev libgsettings-qt-dev libdbusextended-qt5-dev libkf5codecs-dev \
libavutil-dev libavcodec-dev libavformat-dev libdtkcore-dev libdtkgui-dev \
libdframeworkdbus-dev libudisks2-dev libvlc-dev libvlccore-dev dtk5-dev \
rpm build-essential
libqt5svg5-dev libtag1-dev libicu-dev libgsettings-qt-dev libdbusextended-qt5-dev \
libkf5codecs-dev libavutil-dev libavcodec-dev libavformat-dev libdtkcore-dev \
libdtkgui-dev libdframeworkdbus-dev libudisks2-qt5-dev libvlc-dev libvlccore-dev \
libdtkwidget-dev rpm build-essential
- name: Build deepin-music
run: |
Expand All @@ -50,8 +50,9 @@ jobs:
BuildRequires: cmake, gcc, make, qt5-qmake, qtbase5-dev, libtag1-dev, libavutil-dev, \
libavcodec-dev, libavformat-dev, libvlc-dev, libvlccore-dev, \
libdtkcore-dev, libdtkgui-dev, libdframeworkdbus-dev, libudisks2-dev, \
libkf5codecs-dev, libicu-dev, libgsettings-qt-dev, libdbusextended-qt5-dev
libdtkcore-dev, libdtkgui-dev, libdframeworkdbus-dev, libudisks2-qt5-dev, \
libkf5codecs-dev, libicu-dev, libgsettings-qt-dev, libdbusextended-qt5-dev, \
libqt5svg5-dev, qttools5-dev-tools, qtmultimedia5-dev, libdtkwidget-dev
Requires: qt5, libtag1, libavutil, libavcodec, libavformat, libvlc, libvlccore, \
dtkcore, dtkgui, dframeworkdbus, udisks2, kf5codecs, libicu, gsettings-qt, \
dbus
Expand All @@ -76,7 +77,7 @@ jobs:
/usr/bin/deepin-music
%changelog
* Thu Oct 14 2024 burhanverse <[email protected]> 1.0
* Thu Oct 14 2024 Your Name <[email protected]> 1.0-1
- Initial RPM release for Deepin Music
EOF
Expand Down

0 comments on commit b74b335

Please sign in to comment.