Date: Tuesday, October 25, 2022 @ 19:19:56
Author: felixonmars
Revision: 1334830
archrelease: copy trunk to community-x86_64
Added:
deepin-music/repos/community-x86_64/PKGBUILD
(from rev 1334829, deepin-music/trunk/PKGBUILD)
Deleted:
deepin-music/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-25 19:19:41 UTC (rev 1334829)
+++ PKGBUILD 2022-10-25 19:19:56 UTC (rev 1334830)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-music
-pkgver=6.2.19
-pkgrel=2
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-music"
-license=('GPL3')
-depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg'
'qtdbusextended' 'qtmpris'
- 'taglib' 'udisks2-qt5' 'vlc')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-options=('!lto')
-source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6bca0eee672d0bcc49180a858235d6606f7adad2405a59d9930c14f65b51b12f8a849408cd7ebdb80a4686b395afb8bed8946c1dea45fd757b88e485e3f82994')
-
-build() {
- cd deepin-music-$pkgver
- cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DVERSION=$pkgver .
- ninja
-}
-
-package() {
- cd deepin-music-$pkgver
- DESTDIR="$pkgdir" ninja install
-}
Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 1334829,
deepin-music/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-25 19:19:56 UTC (rev 1334830)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-music
+pkgver=6.2.20
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music"
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg'
'qtdbusextended' 'qtmpris'
+ 'taglib' 'udisks2-qt5' 'vlc')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+options=('!lto')
+source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('807c8910a0fc89c17a56a71a77b4cda35a2110c55f99334846298a5ae13134f403eee703a8a609e36066b6fe0e6806e9b2b6fee1079e607c022bbf993ba78301')
+
+build() {
+ cd deepin-music-$pkgver
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DVERSION=$pkgver .
+ ninja
+}
+
+package() {
+ cd deepin-music-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}