Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-clipboard
Commits:
fd3ec3b2 by Felix Yan at 2023-11-22T10:06:28+02:00
upgpkg: 6.0.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = deepin-clipboard
pkgdesc = DDE clipboard manager component
- pkgver = 6.0.5
- pkgrel = 3
+ pkgver = 6.0.6
+ pkgrel = 1
url = https://github.com/linuxdeepin/dde-clipboard
arch = x86_64
groups = deepin-extra
@@ -15,8 +15,7 @@ pkgbase = deepin-clipboard
depends = gio-qt
depends = dtkcore
depends = dwayland
- depends = kwayland5
- source =
deepin-clipboard-6.0.5.tar.gz::https://github.com/linuxdeepin/dde-clipboard/archive/6.0.5.tar.gz
- sha512sums =
63cc9ef4fd98f1f3e25146db03f6ec38e68d84b08227c208f04e810889be005d74215bec78ad0bc4d98f150812a0e0ac130ece98d6ff30bdba3017a0d4edf8f7
+ source =
deepin-clipboard-6.0.6.tar.gz::https://github.com/linuxdeepin/dde-clipboard/archive/6.0.6.tar.gz
+ sha512sums =
ca8ed8dc23bbc41dfd9449a17c9944cf20d259d3a4c5ba96755394ab90ec86b4bab1b8df2847b3bcfbcb1b2782d4bf626cd155ed9ef5d24b137b6d4710af0cce
pkgname = deepin-clipboard
=====================================
PKGBUILD
=====================================
@@ -1,21 +1,20 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-clipboard
-pkgver=6.0.5
-pkgrel=3
+pkgver=6.0.6
+pkgrel=1
pkgdesc='DDE clipboard manager component'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-clipboard"
license=('GPL3')
-depends=('deepin-qt5integration' 'gio-qt' 'dtkcore' 'dwayland' 'kwayland5')
+depends=('deepin-qt5integration' 'gio-qt' 'dtkcore' 'dwayland')
makedepends=('cmake' 'ninja' 'gtest' 'qt5-tools' 'extra-cmake-modules')
groups=('deepin-extra')
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-clipboard/archive/$pkgver.tar.gz")
-sha512sums=('63cc9ef4fd98f1f3e25146db03f6ec38e68d84b08227c208f04e810889be005d74215bec78ad0bc4d98f150812a0e0ac130ece98d6ff30bdba3017a0d4edf8f7')
+sha512sums=('ca8ed8dc23bbc41dfd9449a17c9944cf20d259d3a4c5ba96755394ab90ec86b4bab1b8df2847b3bcfbcb1b2782d4bf626cd155ed9ef5d24b137b6d4710af0cce')
prepare() {
mkdir -p build
- sed -i 's|DESTINATION /lib/systemd/user|DESTINATION /usr/lib/systemd/user|'
dde-clipboard-$pkgver/CMakeLists.txt
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-clipboard/-/commit/fd3ec3b2d95ec96685043f724e0919feb4a4d3e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-clipboard/-/commit/fd3ec3b2d95ec96685043f724e0919feb4a4d3e3
You're receiving this email because of your account on gitlab.archlinux.org.