3 Commits
Author SHA1 Message Date
gfdgd-xi 1bf535577e 屏蔽postinst 2024-10-13 10:27:50 +08:00
gfdgd-xi 738099d572 增加自动构建工程 2024-10-13 10:09:03 +08:00
gfdgd-xi ac661e4b45 支持在GXDE助手中显示入口 2024-10-13 10:08:26 +08:00
4 changed files with 33 additions and 13 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Building Program
run-name: Building ${{ GITHUB.REPOSITORY }}
on:
workflow_dispatch:
push:
tags:
- "*"
jobs:
call:
uses: GXDE-OS/GXDE/.github/workflows/building-deb.yml@master
secrets: inherit
+2 -2
View File
@@ -1,4 +1,4 @@
gxde-kernel-manager (1.1.0) UNRELEASED; urgency=medium gxde-kernel-manager (1.2.1) UNRELEASED; urgency=medium
* ※1、支持从 apt 源读取内核数据并显示安装 * ※1、支持从 apt 源读取内核数据并显示安装
* ※2、支持只显示与当前系统相同架构的内核 * ※2、支持只显示与当前系统相同架构的内核
@@ -14,4 +14,4 @@ gxde-kernel-manager (1.1.0) UNRELEASED; urgency=medium
* 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:27:40 +0800
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
apt update | true #apt update | true
+17 -10
View File
@@ -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