支持在GXDE助手中显示入口
This commit is contained in:
parent
5c99fc9290
commit
ac661e4b45
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
gxde-kernel-manager (1.1.0) UNRELEASED; urgency=medium
|
gxde-kernel-manager (1.2.0) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* ※1、支持从 apt 源读取内核数据并显示安装
|
* ※1、支持从 apt 源读取内核数据并显示安装
|
||||||
* ※2、支持只显示与当前系统相同架构的内核
|
* ※2、支持只显示与当前系统相同架构的内核
|
||||||
@ -13,5 +13,6 @@ gxde-kernel-manager (1.1.0) UNRELEASED; urgency=medium
|
|||||||
* ※4. Show a warning message box when removing all kernels.
|
* ※4. Show a warning message box when removing all kernels.
|
||||||
* 5. Optimize the effect of the kernels table.
|
* 5. Optimize the effect of the kernels table.
|
||||||
* 6. Support showing kernel descriptions and versions.
|
* 6. Support showing kernel descriptions and versions.
|
||||||
|
*
|
||||||
|
|
||||||
-- gfdgd_xi <3025613752@qq.com> Sun, 12 May 2024 16:26:29 +0800
|
-- gfdgd_xi <3025613752@qq.com> Sun, 13 Oct 2024 10:08:00 +0800
|
||||||
|
@ -42,8 +42,9 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
unix:!macx: LIBS += -lqtermwidget5
|
unix:!macx: LIBS += -lqtermwidget5
|
||||||
|
|
||||||
aptsource.path = /etc/apt/sources.list.d/
|
# 使用 GXDE 系统源里含有的内核
|
||||||
aptsource.files = $$PWD/AptSources/gxde-kernel-manager.list
|
#aptsource.path = /etc/apt/sources.list.d/
|
||||||
|
#aptsource.files = $$PWD/AptSources/gxde-kernel-manager.list
|
||||||
|
|
||||||
aptsourcegpg.path = /etc/apt/trusted.gpg.d/
|
aptsourcegpg.path = /etc/apt/trusted.gpg.d/
|
||||||
aptsourcegpg.files = $$PWD/AptSources/gxde-kernel-manager.gpg
|
aptsourcegpg.files = $$PWD/AptSources/gxde-kernel-manager.gpg
|
||||||
@ -51,23 +52,29 @@ aptsourcegpg.files = $$PWD/AptSources/gxde-kernel-manager.gpg
|
|||||||
debiandesktop.path = /usr/share/applications/
|
debiandesktop.path = /usr/share/applications/
|
||||||
debiandesktop.files = $$PWD/gxde-kernel-manager.desktop
|
debiandesktop.files = $$PWD/gxde-kernel-manager.desktop
|
||||||
|
|
||||||
uosdesktop.path = /opt/apps/gxde-kernel-manager/entries/applications
|
#uosdesktop.path = /opt/apps/gxde-kernel-manager/entries/applications
|
||||||
uosdesktop.files = $$PWD/gxde-kernel-manager.desktop
|
#uosdesktop.files = $$PWD/gxde-kernel-manager.desktop
|
||||||
|
|
||||||
icon.path = /opt/apps/gxde-kernel-manager/
|
icon.path = /usr/share/icons/
|
||||||
icon.files = $$PWD/icon/icon.svg
|
icon.files = $$PWD/icon/icon.svg
|
||||||
|
#icon.path = /opt/apps/gxde-kernel-manager/
|
||||||
|
#icon.files = $$PWD/icon/icon.svg
|
||||||
|
|
||||||
targetrunner.path = /opt/apps/gxde-kernel-manager/
|
# GXDE 下不需要该脚本
|
||||||
targetrunner.files = $$PWD/gxde-kernel-manager-runner.sh
|
#targetrunner.path = /opt/apps/gxde-kernel-manager/
|
||||||
|
#targetrunner.files = $$PWD/gxde-kernel-manager-runner.sh
|
||||||
|
|
||||||
#libinclude.path = /opt/apps/gxde-kernel-manager/
|
#libinclude.path = /opt/apps/gxde-kernel-manager/
|
||||||
#libinclude.files = $$PWD/lib
|
#libinclude.files = $$PWD/lib
|
||||||
|
|
||||||
target.path = /opt/apps/gxde-kernel-manager/
|
#target.path = /opt/apps/gxde-kernel-manager/
|
||||||
|
target.path = /usr/bin
|
||||||
|
|
||||||
|
sysbro.path = /usr/share/GXDE/gxde-system-assistant/tool-extensions
|
||||||
|
sysbro.files = $$PWD/gxde-kernel-manager.desktop
|
||||||
|
|
||||||
|
#INSTALLS += aptsourcegpg aptsource target debiandesktop uosdesktop icon targetrunner
|
||||||
INSTALLS += aptsourcegpg aptsource target debiandesktop uosdesktop icon targetrunner
|
INSTALLS += target icon sysbro
|
||||||
|
|
||||||
TRANSLATIONS += translation/gxde-kernel-manager_zh_CN.ts
|
TRANSLATIONS += translation/gxde-kernel-manager_zh_CN.ts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user