feat: 添加debian打包文件
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
|||||||
|
dde-graphics-driver-applet (1.0.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Jokul <dev@jokul.space> Sat, 12 Jul 2025 00:00:00 +0800
|
||||||
Vendored
+1
@@ -0,0 +1 @@
|
|||||||
|
13
|
||||||
Vendored
+22
@@ -0,0 +1,22 @@
|
|||||||
|
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-tools-dev-tools,
|
||||||
|
libdtk6-core-dev,
|
||||||
|
libdtk6-widget-dev,
|
||||||
|
dde-shell-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},
|
||||||
|
deepin-graphics-driver-manager
|
||||||
|
Description: DDE Shell Graphics Driver Management Applet
|
||||||
|
Deepin graphics driver management applet for DDE Shell taskbar.
|
||||||
|
Provides GPU device detection, driver installation and switching functionality.
|
||||||
Vendored
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --buildsystem=cmake
|
||||||
Reference in New Issue
Block a user