Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / deepin-launchpad
Commits: 3359020c by Felix Yan at 2025-09-13T15:10:48+00:00 upgpkg: 1.0.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = deepin-launchpad pkgdesc = The "launcher" or "start menu" component for DDE - next generation - pkgver = 0.8.7 + pkgver = 1.0.0 pkgrel = 1 url = https://github.com/linuxdeepin/dde-launchpad arch = x86_64 @@ -17,17 +17,17 @@ pkgbase = deepin-launchpad depends = qt6-wayland depends = dtk6core depends = dtk6gui + depends = dtk6declarative depends = glib2 depends = appstream-qt depends = deepin-application-manager depends = deepin-shell - depends = dtk6declarative depends = glibc depends = gcc-libs provides = deepin-launcher conflicts = deepin-launcher replaces = deepin-launcher - source = git+https://github.com/linuxdeepin/dde-launchpad.git#tag=0.8.7 - sha512sums = 4f9b1486ecb4a01089d44dc33e1ab81dc4c5213676f8401fabd717c09e114fe2b32e00346f81de54c1c879b2b6d3631cd3791ced75b06caaab4de66f5001b9a9 + source = git+https://github.com/linuxdeepin/dde-launchpad.git#tag=1.0.0 + sha512sums = 130af1725083c01837d470b3198ab4f6f7f037a61765cedc4f0a3bf9927f24a73137c9ebb07a0237e5516ee0b1b332acc8aa1ee858d0fe240b69b243462e7312 pkgname = deepin-launchpad ===================================== PKGBUILD ===================================== @@ -1,28 +1,21 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=deepin-launchpad -pkgver=0.8.7 +pkgver=1.0.0 pkgrel=1 pkgdesc='The "launcher" or "start menu" component for DDE - next generation' arch=('x86_64') url="https://github.com/linuxdeepin/dde-launchpad" license=('GPL-3.0-or-later') # dtk6declarative: qml: org.deepin.dtk -depends=('qt6-base' 'qt6-declarative' 'qt6-svg' 'qt6-wayland' 'dtk6core' 'dtk6gui' - 'glib2' 'appstream-qt' 'deepin-application-manager' 'deepin-shell' 'dtk6declarative' 'glibc' 'gcc-libs') +depends=('qt6-base' 'qt6-declarative' 'qt6-svg' 'qt6-wayland' 'dtk6core' 'dtk6gui' 'dtk6declarative' + 'glib2' 'appstream-qt' 'deepin-application-manager' 'deepin-shell' 'glibc' 'gcc-libs') makedepends=('git' 'cmake' 'ninja' 'gtest' 'qt6-tools' 'clang') provides=('deepin-launcher') conflicts=('deepin-launcher') replaces=('deepin-launcher') source=("git+https://github.com/linuxdeepin/dde-launchpad.git#tag=$pkgver") -sha512sums=('4f9b1486ecb4a01089d44dc33e1ab81dc4c5213676f8401fabd717c09e114fe2b32e00346f81de54c1c879b2b6d3631cd3791ced75b06caaab4de66f5001b9a9') - -prepare() { - cd dde-launchpad - - # https://github.com/linuxdeepin/dde-launchpad/pull/193 - git cherry-pick -n b7e0dd5c441d31927fe8fc9f26517703464103b6 -} +sha512sums=('130af1725083c01837d470b3198ab4f6f7f037a61765cedc4f0a3bf9927f24a73137c9ebb07a0237e5516ee0b1b332acc8aa1ee858d0fe240b69b243462e7312') build() { cd dde-launchpad View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-launchpad/-/commit/3359020c2ce55f8256af07c7aeccab4705e172ed -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-launchpad/-/commit/3359020c2ce55f8256af07c7aeccab4705e172ed You're receiving this email because of your account on gitlab.archlinux.org.