Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-appearance
Commits:
d496c5bb by Felix Yan at 2025-01-19T02:25:35+08:00
upgpkg: 1.1.36-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-appearance
pkgdesc = Application resource management and control services for the
dde desktop environment
- pkgver = 1.1.35
+ pkgver = 1.1.36
pkgrel = 1
url = https://github.com/linuxdeepin/dde-appearance
arch = x86_64
@@ -29,7 +29,8 @@ pkgbase = deepin-appearance
depends = glibc
depends = gcc-libs
depends = startdde
- source =
git+https://github.com/linuxdeepin/dde-appearance.git#tag=1.1.35
- sha512sums =
ffbd54014ae6fbeb5d447481798cc94d0d3da8dbeb7482c30b6c02c1c4c55cb7c24f4c3da1365aebbe5aabd970ab42df32842907ab9e1ed1f434e8121e9fb333
+ depends = deepin-service-manager
+ source =
git+https://github.com/linuxdeepin/dde-appearance.git#tag=1.1.36
+ sha512sums =
f62b02854cbba9965c37e29f80fa07a54016137d99540e2a10df4c1e48364b8a1add2f00a994d573cf569760ec708c80dd2baa364468332ba5f34122108bf22d
pkgname = deepin-appearance
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-appearance
-pkgver=1.1.35
+pkgver=1.1.36
pkgrel=1
pkgdesc='Application resource management and control services for the dde
desktop environment'
arch=('x86_64')
@@ -10,11 +10,11 @@ license=('GPL3')
# startdde: org.deepin.dde.XSettings1
depends=('qt5-base' 'dtkcore' 'kconfig5' 'kwindowsystem5' 'kglobalaccel5'
'libxcursor' 'libxfixes'
'libx11' 'gtk3' 'libxcb' 'xcb-util-cursor' 'fontconfig' 'openssl'
'gsettings-qt' 'glib2'
- 'dtkgui' 'glibc' 'gcc-libs' 'startdde')
+ 'dtkgui' 'glibc' 'gcc-libs' 'startdde' 'deepin-service-manager')
makedepends=('git' 'cmake' 'ninja' 'qt5-tools')
groups=('deepin')
source=("git+https://github.com/linuxdeepin/dde-appearance.git#tag=$pkgver")
-sha512sums=('ffbd54014ae6fbeb5d447481798cc94d0d3da8dbeb7482c30b6c02c1c4c55cb7c24f4c3da1365aebbe5aabd970ab42df32842907ab9e1ed1f434e8121e9fb333')
+sha512sums=('f62b02854cbba9965c37e29f80fa07a54016137d99540e2a10df4c1e48364b8a1add2f00a994d573cf569760ec708c80dd2baa364468332ba5f34122108bf22d')
build() {
cd dde-appearance
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-appearance/-/commit/d496c5bb5ed1e7953f2d63eaaf12d40550f5e332
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-appearance/-/commit/d496c5bb5ed1e7953f2d63eaaf12d40550f5e332
You're receiving this email because of your account on gitlab.archlinux.org.