Date: Friday, November 25, 2022 @ 06:33:20
Author: felixonmars
Revision: 1353743
archrelease: copy trunk to community-x86_64
Added:
deepin-music/repos/community-x86_64/PKGBUILD
(from rev 1353742, 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-11-25 06:33:03 UTC (rev 1353742)
+++ PKGBUILD 2022-11-25 06:33:20 UTC (rev 1353743)
@@ -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.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
-}
Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 1353742,
deepin-music/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-25 06:33:20 UTC (rev 1353743)
@@ -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.21
+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=('d7f9938ea7678679e665029a08b16f077364e330d1484b1fb72fe5e6ad5d3998187ebd0f791346ab4fc440698ab495eb9ddcf93241931f392239653b453a43d7')
+
+build() {
+ cd deepin-music-$pkgver
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DVERSION=$pkgver .
+ ninja
+}
+
+package() {
+ cd deepin-music-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}