Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / startdde
Commits: c3eca20e by Felix Yan at 2025-09-13T15:18:18+00:00 upgpkg: 6.1.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,11 @@ pkgbase = startdde pkgdesc = starter of deepin desktop environment - pkgver = 6.0.19 + pkgver = 6.1.0 pkgrel = 1 url = https://github.com/linuxdeepin/startdde arch = x86_64 groups = deepin - license = GPL3 + license = GPL-3.0-or-later makedepends = go makedepends = git depends = dconf @@ -16,7 +16,7 @@ pkgbase = startdde depends = libx11 depends = libxi depends = deepin-wloutput-daemon - source = https://github.com/linuxdeepin/startdde/archive/6.0.19/startdde-6.0.19.tar.gz - sha512sums = a0310b5906505537a532d47a966c1f3268440487ec46557b74d31654691a628ff28eb1cdc3df76999f80b60f3fab467248bfee2d249bec616bc1b485637d1d73 + source = git+https://github.com/linuxdeepin/startdde.git#tag=6.1.0 + sha512sums = f81d3d4b677186b57fee8417b0b85aaaaee6bffe70d9bb090d02f8eb6a8cea1655bac56d2b927c30de9a04c838cc6efe717bd65570de15b303e7e600f61cf497 pkgname = startdde ===================================== PKGBUILD ===================================== @@ -3,22 +3,23 @@ # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> pkgname=startdde -pkgver=6.0.19 +pkgver=6.1.0 pkgrel=1 pkgdesc="starter of deepin desktop environment" arch=('x86_64') url="https://github.com/linuxdeepin/startdde" -license=('GPL3') +license=('GPL-3.0-or-later') # deepin-wloutput-daemon: org.deepin.dde.KWayland1 depends=('dconf' 'glib2' 'glibc' 'gtk3' 'libgudev' 'libx11' 'libxi' 'deepin-wloutput-daemon') makedepends=('go' 'git') groups=('deepin') -source=("https://github.com/linuxdeepin/startdde/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('a0310b5906505537a532d47a966c1f3268440487ec46557b74d31654691a628ff28eb1cdc3df76999f80b60f3fab467248bfee2d249bec616bc1b485637d1d73') +source=("git+https://github.com/linuxdeepin/startdde.git#tag=$pkgver") +sha512sums=('f81d3d4b677186b57fee8417b0b85aaaaee6bffe70d9bb090d02f8eb6a8cea1655bac56d2b927c30de9a04c838cc6efe717bd65570de15b303e7e600f61cf497') prepare() { - cd startdde-$pkgver + cd startdde + go get github.com/linuxdeepin/go-gir sed -i 's/sbin/bin/' Makefile } @@ -29,11 +30,11 @@ build() { export CGO_LDFLAGS="${LDFLAGS}" export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" - cd startdde-$pkgver + cd startdde make } package() { - cd startdde-$pkgver + cd startdde make DESTDIR="$pkgdir" install } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/startdde/-/commit/c3eca20e5d16076fb65eb3ca75871086c0b0aead -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/startdde/-/commit/c3eca20e5d16076fb65eb3ca75871086c0b0aead You're receiving this email because of your account on gitlab.archlinux.org.