Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-network-core
Commits:
488d1bd2 by Felix Yan at 2025-12-10T19:29:56+08:00
upgpkg: 2.0.36-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-network-core
pkgdesc = DDE network library and plugins
- pkgver = 2.0.35
+ pkgver = 2.0.36
pkgrel = 1
url = https://github.com/linuxdeepin/dde-network-core
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = deepin-network-core
depends = qt6-base
depends = qt6-declarative
depends = networkmanager-qt
- source =
git+https://github.com/linuxdeepin/dde-network-core.git#tag=2.0.35
- sha512sums =
d2ffa6716239a5309be1cc15d1c4349052566591aaa22b41ac25d07b36941b25db295e533422c8bf020bd6e50b864bebb06dd102abb2987f65182dcc46abb96c
+ source =
git+https://github.com/linuxdeepin/dde-network-core.git#tag=2.0.36
+ sha512sums =
fc61a5a6d951cd909e0d423c39d249193398347e9cf9507979cd81f4d8604101d70c5a8dd889f022c2b675625e71fd102ffe86e139f434b4ea696a81a8529bea
pkgname = deepin-network-core
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-network-core
-pkgver=2.0.35
+pkgver=2.0.36
pkgrel=1
pkgdesc='DDE network library and plugins'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=(deepin-control-center glibc gcc-libs dtk6core
qt6-base qt6-declarative
makedepends=(git cmake deepin-session-shell gtest ninja qt6-tools)
groups=(deepin)
source=(git+https://github.com/linuxdeepin/dde-network-core.git#tag=$pkgver)
-sha512sums=('d2ffa6716239a5309be1cc15d1c4349052566591aaa22b41ac25d07b36941b25db295e533422c8bf020bd6e50b864bebb06dd102abb2987f65182dcc46abb96c')
+sha512sums=('fc61a5a6d951cd909e0d423c39d249193398347e9cf9507979cd81f4d8604101d70c5a8dd889f022c2b675625e71fd102ffe86e139f434b4ea696a81a8529bea')
prepare() {
cd dde-network-core
@@ -19,6 +19,8 @@ prepare() {
git cherry-pick -n 36db3cdb78af14bde08c4a797a890b8e276794c6
# disable tests
git cherry-pick -n e1841f0bf240402ad49c1c595c39cc51a1b9197c
+ # dss_example & dss-network-plugin needs qt6 version of dde-session-shell
+ sed -i '/dss-network-plugin/d;/dss_example/d' CMakeLists.txt
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-network-core/-/commit/488d1bd280d80972cf292faaad522bd8920a882d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-network-core/-/commit/488d1bd280d80972cf292faaad522bd8920a882d
You're receiving this email because of your account on gitlab.archlinux.org.