Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-clipboard
Commits:
706f6b40 by Felix Yan at 2025-10-15T02:14:02+08:00
upgpkg: 6.1.1-1
- - - - -
4 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
- − qt-6.10.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = deepin-clipboard
pkgdesc = DDE clipboard manager component
- pkgver = 6.1.0
- pkgrel = 2
+ pkgver = 6.1.1
+ pkgrel = 1
url = https://github.com/linuxdeepin/dde-clipboard
arch = x86_64
groups = deepin-extra
@@ -20,9 +20,7 @@ pkgbase = deepin-clipboard
depends = qt6-declarative
depends = deepin-shell
depends = deepin-tray-loader
- source = git+https://github.com/linuxdeepin/dde-clipboard.git#tag=6.1.0
- source = qt-6.10.patch
- sha512sums =
e98ccbba5ec03b1f23b0abb05173a3acdd4299ca2e224cffff2b5a68875ee1875fd7cb55837906df223764bda533e442bd36d8eb3323519707387072a185650d
- sha512sums =
b73b3632f34d901b25a5355a027e10913c1e3344951988778c9117e816eb541d5ebe1adaf6ba4f88b7fcff494a7b2cefcb3e4c2aed928e72832e1b2ac50f4652
+ source = git+https://github.com/linuxdeepin/dde-clipboard.git#tag=6.1.1
+ sha512sums =
5d20957960097e3eeedc9bf8f45756039a797b339f13db5e012e1c17282a21f1099797b50a1474961fc9dba607b84c2ca9197b9080cadbe9ce7b8bda33a084b2
pkgname = deepin-clipboard
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-clipboard
-pkgver=6.1.0
-pkgrel=2
+pkgver=6.1.1
+pkgrel=1
pkgdesc='DDE clipboard manager component'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-clipboard"
@@ -11,14 +11,14 @@ depends=('dtk6core' 'dtk6gui' 'dtk6widget' 'gio-qt'
'qt6-base' 'qt6-declarative'
'deepin-shell' 'deepin-tray-loader')
makedepends=('git' 'cmake' 'ninja' 'gtest' 'qt6-tools' 'extra-cmake-modules')
groups=('deepin-extra')
-source=("git+https://github.com/linuxdeepin/dde-clipboard.git#tag=$pkgver"
- qt-6.10.patch)
-sha512sums=('e98ccbba5ec03b1f23b0abb05173a3acdd4299ca2e224cffff2b5a68875ee1875fd7cb55837906df223764bda533e442bd36d8eb3323519707387072a185650d'
-
'b73b3632f34d901b25a5355a027e10913c1e3344951988778c9117e816eb541d5ebe1adaf6ba4f88b7fcff494a7b2cefcb3e4c2aed928e72832e1b2ac50f4652')
+source=("git+https://github.com/linuxdeepin/dde-clipboard.git#tag=$pkgver")
+sha512sums=('5d20957960097e3eeedc9bf8f45756039a797b339f13db5e012e1c17282a21f1099797b50a1474961fc9dba607b84c2ca9197b9080cadbe9ce7b8bda33a084b2')
prepare() {
mkdir -p build
- patch -d dde-clipboard -p1 < qt-6.10.patch
+ cd dde-clipboard
+ # qt 6.10
+ git cherry-pick -n 88dc9376619350325ddb9d4531b801d16c53a871
}
build() {
=====================================
REUSE.toml
=====================================
@@ -17,7 +17,6 @@ path = [
"*.timer",
"*.desktop",
"*.hook",
- "qt-6.10.patch",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
=====================================
qt-6.10.patch deleted
=====================================
@@ -1,14 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5a6ee65..62c5799 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -36,6 +36,9 @@ endif ()
- find_package(PkgConfig REQUIRED)
- find_package(Dtk6 COMPONENTS Widget Core Tools REQUIRED)
- find_package(Qt6 COMPONENTS Core Gui Widgets DBus WaylandClient Test
Concurrent LinguistTools REQUIRED)
-+if(Qt6_VERSION VERSION_GREATER_EQUAL 6.10)
-+ find_package(Qt6 COMPONENTS GuiPrivate WaylandClientPrivate REQUIRED)
-+endif()
- find_package(DDEShell REQUIRED)
- find_package(DdeTrayLoader REQUIRED)
-
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-clipboard/-/commit/706f6b40ad48958fcecc4dc3448ae3e60cebbda8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-clipboard/-/commit/706f6b40ad48958fcecc4dc3448ae3e60cebbda8
You're receiving this email because of your account on gitlab.archlinux.org.