[arch-commits] Commit in deepin-music/trunk (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 7 16:50:55 UTC 2022


    Date: Thursday, July 7, 2022 @ 16:50:55
  Author: felixonmars
Revision: 1248214

upgpkg: deepin-music 6.2.15-1

Modified:
  deepin-music/trunk/PKGBUILD
Deleted:
  deepin-music/trunk/fix-build-on-x86_64-add-fPIC-option.patch

-------------------------------------------+
 PKGBUILD                                  |   16 ++++------------
 fix-build-on-x86_64-add-fPIC-option.patch |   22 ----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 16:50:15 UTC (rev 1248213)
+++ PKGBUILD	2022-07-07 16:50:55 UTC (rev 1248214)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-music
-pkgver=6.1.7
-pkgrel=3
+pkgver=6.2.15
+pkgrel=1
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-music"
@@ -14,17 +14,9 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 options=('!lto')
-source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        fix-build-on-x86_64-add-fPIC-option.patch)
-sha512sums=('f5a0c70e24ec05c1a5e2cde4d98707b21e093825f2584f7395db3dfdab0326d2904aa595f15ad186cda505cc816a89017e15a75533343e957039a81bac6d8def'
-            'fd04580c943868769d3ba93bbccdff5893052821c067e217df8bd009d6891c475bffba82d66e66112ebee3b83f0de956b0aef1ccafe6680b82ba4ad724a650b3')
+source=("https://github.com/linuxdeepin/deepin-music/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ba1811f116a10b5393f07df2c928f0bd72f668e4bc44a905b259b3476107456fca9ccf86fc8dce86db15e29d44fc5a9d0a38b392ebcad233c3dd991b59213979')
 
-prepare() {
-  cd deepin-music-$pkgver
-  # https://github.com/linuxdeepin/deepin-music/pull/118
-  patch -Np1 -i ../fix-build-on-x86_64-add-fPIC-option.patch
-}
-
 build() {
   cd deepin-music-$pkgver
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .

Deleted: fix-build-on-x86_64-add-fPIC-option.patch
===================================================================
--- fix-build-on-x86_64-add-fPIC-option.patch	2022-07-07 16:50:15 UTC (rev 1248213)
+++ fix-build-on-x86_64-add-fPIC-option.patch	2022-07-07 16:50:55 UTC (rev 1248214)
@@ -1,22 +0,0 @@
-From 236a03dcddbd21b276818c4016991ca137e7a330 Mon Sep 17 00:00:00 2001
-From: hillwoodroc <hillwoodroc at gmail.com>
-Date: Mon, 21 Feb 2022 16:49:55 +0800
-Subject: [PATCH] Fix build on x86_64: add fPIC option
-
----
- CMakeLists.txt | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 86970347..2c4dca9c 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -9,6 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
- set(CMAKE_AUTOMOC ON)
- set(CMAKE_AUTORCC ON)
- set(CMAKE_AUTOUIC ON)
-+set(CMAKE_C_FLAGS "-fPIC")
-+set(CMAKE_CXX_FLAGS "-fPIC")
- 
- option(USE_DXCB "integration with dxcb platform plugin" OFF)
- option(DMR_DEBUG "turn on debug output" off)



More information about the arch-commits mailing list