diff --git a/PKGBUILD b/PKGBUILD index 7836f15..22914ac 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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} diff --git a/tms-calamares-config/etc/calamares/branding/default/branding.desc b/tms-calamares-config/etc/calamares/branding/default/branding.desc index 29522b4..d79dff5 100644 --- a/tms-calamares-config/etc/calamares/branding/default/branding.desc +++ b/tms-calamares-config/etc/calamares/branding/default/branding.desc @@ -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" diff --git a/tms-calamares-config/etc/calamares/branding/default/squid.png b/tms-calamares-config/etc/calamares/branding/default/squid.png index 452e445..7379295 100644 Binary files a/tms-calamares-config/etc/calamares/branding/default/squid.png and b/tms-calamares-config/etc/calamares/branding/default/squid.png differ diff --git a/tms-calamares-config/etc/calamares/branding/default/squid.png.license b/tms-calamares-config/etc/calamares/branding/default/squid.png.license deleted file mode 100644 index cc08e1f..0000000 --- a/tms-calamares-config/etc/calamares/branding/default/squid.png.license +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-FileCopyrightText: 2014 Teo Mrnjavac -SPDX-License-Identifier: GPL-3.0-or-later