fix calamares-png

This commit is contained in:
zj
2025-12-31 16:20:02 +08:00
parent b75235b0d4
commit 4293f31dc8
4 changed files with 6 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
pkgname=tms-calamares-config
_destname1="/etc"
pkgver=25.12
pkgrel=30
pkgrel=31
pkgdesc="calamares for bbt"
arch=('any')
url="https://yuyujing.cn"
@@ -12,7 +12,7 @@ depends=()
provides=("${pkgname}")
options=(!strip !emptydirs)
source=("tms-calamares-config.zip")
sha256sums=('dc68f5f82831940c84362ad3852c91cbe205bb9a9e2ef8b9e915de94f4140a2e')
sha256sums=('fea0994e77a6575a68581c31f5833709c656c99b46ab9234ae3161778674bed6')
package() {
install -dm755 ${pkgdir}${_destname1}
cp -r ${srcdir}/${pkgname}${_destname1}/* ${pkgdir}${_destname1}

View File

@@ -39,7 +39,7 @@ welcomeExpandingLogo: true
# - "normal" or unset, expand as needed, use *windowSize*
# - "fullscreen", start as large as possible, ignore *windowSize*
# - "noexpand", don't expand automatically, use *windowSize*
windowExpanding: normal
windowExpanding: fullscreen
# Size of Calamares window, expressed as w,h. Both w and h
# may be either pixels (suffix px) or font-units (suffix em).
@@ -48,13 +48,13 @@ windowExpanding: normal
# This setting is ignored if "fullscreen" is selected for
# *windowExpanding*, above. If not set, use constants defined
# in CalamaresUtilsGui, 800x520.
windowSize: 1024px,735px
#windowSize: 1024px,735px
# Placement of Calamares window. Either "center" or "free".
# Whether "center" actually works does depend on the window
# manager in use (and only makes sense if you're not using
# *windowExpanding* set to "fullscreen").
windowPlacement: center
#windowPlacement: center
### PANELS CONFIGURATION
#
@@ -221,5 +221,5 @@ slideshowAPI: 2
# Takes string as input. Important bits are the host and port,
# the scheme is not used.
uploadServer :
type : "fiche"
type : "none"
url : "http://termbin.com:9999"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -1,2 +0,0 @@
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
SPDX-License-Identifier: GPL-3.0-or-later