Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-draw
Commits:
8d2b7fd1 by Felix Yan at 2025-10-15T01:55:33+08:00
upgpkg: 6.5.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-draw
pkgdesc = A lightweight drawing tool for Linux Deepin
- pkgver = 6.5.9
+ pkgver = 6.5.10
pkgrel = 1
url = https://github.com/linuxdeepin/deepin-draw
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = deepin-draw
makedepends = cmake
makedepends = qt6-tools
makedepends = clang
+ makedepends = qt6-declarative
depends = dtk6core
depends = dtk6gui
depends = dtk6widget
@@ -18,7 +19,7 @@ pkgbase = deepin-draw
depends = gcc-libs
depends = deepin-picker
depends = adobe-source-han-sans-otc-fonts
- source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.5.9
- sha512sums =
ae9f9ac53deeb1d81867ee1747c82785f08dab189fdf3e2e9043eae4f0b91a5b8f064d586d451cf3fd7c73fddc8da184370f7194bf5da295aee9bf44f1d97ff0
+ source = git+https://github.com/linuxdeepin/deepin-draw.git#tag=6.5.10
+ sha512sums =
33da06dc6b181ffecafd22dcd1e4a7187716748ab576af89b426307de01b4e4cc64c06c0671dc98ec37d5b6f5b1167a041a2798c04f8277b643d7583b9afe57a
pkgname = deepin-draw
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-draw
-pkgver=6.5.9
+pkgver=6.5.10
pkgrel=1
pkgdesc="A lightweight drawing tool for Linux Deepin"
arch=('x86_64')
@@ -9,10 +9,10 @@ url="https://github.com/linuxdeepin/deepin-draw"
license=('GPL-3.0-or-later')
depends=('dtk6core' 'dtk6gui' 'dtk6widget' 'qt6-base' 'qt6-svg' 'gcc-libs'
'deepin-picker'
'adobe-source-han-sans-otc-fonts')
-makedepends=('git' 'cmake' 'qt6-tools' 'clang')
+makedepends=('git' 'cmake' 'qt6-tools' 'clang' 'qt6-declarative')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/deepin-draw.git#tag=$pkgver")
-sha512sums=('ae9f9ac53deeb1d81867ee1747c82785f08dab189fdf3e2e9043eae4f0b91a5b8f064d586d451cf3fd7c73fddc8da184370f7194bf5da295aee9bf44f1d97ff0')
+sha512sums=('33da06dc6b181ffecafd22dcd1e4a7187716748ab576af89b426307de01b4e4cc64c06c0671dc98ec37d5b6f5b1167a041a2798c04f8277b643d7583b9afe57a')
prepare() {
cd deepin-draw
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/8d2b7fd1ce23bfb3a6a45e754e8bee4f35b70248
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-draw/-/commit/8d2b7fd1ce23bfb3a6a45e754e8bee4f35b70248
You're receiving this email because of your account on gitlab.archlinux.org.