Compare commits
3
Commits
5c99fc9290
...
1.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bf535577e | ||
|
|
738099d572 | ||
|
|
ac661e4b45 |
@@ -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
|
||||
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
gxde-kernel-manager (1.1.0) UNRELEASED; urgency=medium
|
||||
gxde-kernel-manager (1.2.1) UNRELEASED; urgency=medium
|
||||
|
||||
* ※1、支持从 apt 源读取内核数据并显示安装
|
||||
* ※2、支持只显示与当前系统相同架构的内核
|
||||
@@ -14,4 +14,4 @@ gxde-kernel-manager (1.1.0) UNRELEASED; urgency=medium
|
||||
* 5. Optimize the effect of the kernels table.
|
||||
* 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
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
apt update | true
|
||||
#apt update | true
|
||||
|
||||
+17
-10
@@ -42,8 +42,9 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||
!isEmpty(target.path): INSTALLS += target
|
||||
unix:!macx: LIBS += -lqtermwidget5
|
||||
|
||||
aptsource.path = /etc/apt/sources.list.d/
|
||||
aptsource.files = $$PWD/AptSources/gxde-kernel-manager.list
|
||||
# 使用 GXDE 系统源里含有的内核
|
||||
#aptsource.path = /etc/apt/sources.list.d/
|
||||
#aptsource.files = $$PWD/AptSources/gxde-kernel-manager.list
|
||||
|
||||
aptsourcegpg.path = /etc/apt/trusted.gpg.d/
|
||||
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.files = $$PWD/gxde-kernel-manager.desktop
|
||||
|
||||
uosdesktop.path = /opt/apps/gxde-kernel-manager/entries/applications
|
||||
uosdesktop.files = $$PWD/gxde-kernel-manager.desktop
|
||||
#uosdesktop.path = /opt/apps/gxde-kernel-manager/entries/applications
|
||||
#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.path = /opt/apps/gxde-kernel-manager/
|
||||
#icon.files = $$PWD/icon/icon.svg
|
||||
|
||||
targetrunner.path = /opt/apps/gxde-kernel-manager/
|
||||
targetrunner.files = $$PWD/gxde-kernel-manager-runner.sh
|
||||
# GXDE 下不需要该脚本
|
||||
#targetrunner.path = /opt/apps/gxde-kernel-manager/
|
||||
#targetrunner.files = $$PWD/gxde-kernel-manager-runner.sh
|
||||
|
||||
#libinclude.path = /opt/apps/gxde-kernel-manager/
|
||||
#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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user