88e03f14d2
- 新增 build-deb.sh 一键构建脚本,产物输出到 release/ 目录 - 修复 debian/control 依赖:libdde-shell-dev, qt6-l10n-tools,移除已废弃的 deepin-graphics-driver-manager - 删除 debian/compat(与 debhelper-compat 冲突) - 添加 debian/source/format (3.0 quilt) - 更新 changelog 至 1.0.1-1 - 完善 .gitignore 忽略 debian 构建临时文件
23 lines
747 B
Plaintext
23 lines
747 B
Plaintext
Source: dde-graphics-driver-applet
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Jokul <dev@jokul.space>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
cmake (>= 3.16),
|
|
g++,
|
|
qt6-base-dev,
|
|
qt6-l10n-tools,
|
|
libdde-shell-dev,
|
|
libdtk6core-dev
|
|
Standards-Version: 4.6.0
|
|
Homepage: https://github.com/linuxdeepin/dde-shell
|
|
|
|
Package: dde-graphics-driver-applet
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
dde-shell
|
|
Description: DDE Shell Graphics Driver Info Applet
|
|
Deepin graphics driver info applet for DDE Shell taskbar.
|
|
Detects GPU devices via lspci and displays driver information
|
|
(driver name and version) in a popup with card-based UI.
|