change bbt to tms
9
PKGBUILD
@@ -1,19 +1,18 @@
|
||||
# Maintainer: zj <1052308357@qq.com>
|
||||
pkgname=bbt-calamares-config
|
||||
pkgname=tms-calamares-config
|
||||
_destname1="/etc"
|
||||
pkgver=25.12
|
||||
pkgrel=16
|
||||
pkgrel=30
|
||||
pkgdesc="calamares for bbt"
|
||||
arch=('any')
|
||||
url="https://yuyujing.cn"
|
||||
license=('GPL3')
|
||||
makedepends=('git')
|
||||
depends=()
|
||||
conflicts=('alci-calamares-config-dev' 'alci-calamares-config-pure' 'alci-calamares-config-btrfs')
|
||||
provides=("${pkgname}")
|
||||
options=(!strip !emptydirs)
|
||||
source=("bbt-calamares-config.zip")
|
||||
sha256sums=('9c9e31f3671cbc9a3ff64cdb07af28626f68023713ccc7e7878357eada0ba1a3')
|
||||
source=("tms-calamares-config.zip")
|
||||
sha256sums=('dc68f5f82831940c84362ad3852c91cbe205bb9a9e2ef8b9e915de94f4140a2e')
|
||||
package() {
|
||||
install -dm755 ${pkgdir}${_destname1}
|
||||
cp -r ${srcdir}/${pkgname}${_destname1}/* ${pkgdir}${_destname1}
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf pkg src bbt-calamares-config.zip bbt-calamares-config*.pkg.tar.zst
|
||||
rm -rf pkg src tms-calamares-config.zip tms-calamares-config*.pkg.tar.zst
|
||||
|
||||
zip -ry bbt-calamares-config.zip bbt-calamares-config
|
||||
zip -ry tms-calamares-config.zip tms-calamares-config
|
||||
|
||||
makepkg -s
|
||||
makepkg -g
|
||||
|
||||
mv bbt-calamares-config*.pkg.tar.zst /home/smart/tms/custompkgs/x86_64/
|
||||
echo "use makepkg -s"
|
||||
#mv tms-calamares-config*.pkg.tar.zst /home/smart/tms/custompkgs/x86_64/
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
@@ -210,7 +210,7 @@ operations:
|
||||
- boost-libs
|
||||
- ckbcomp
|
||||
- calamares
|
||||
- bbt-calamares-config
|
||||
- tms-calamares-config
|
||||
- hwinfo
|
||||
- qt5-xmlpatterns
|
||||
- squashfs-tools
|
||||
@@ -84,9 +84,8 @@ script:
|
||||
- "-rm ${ROOT}/root/.zlogin"
|
||||
- "-rm ${ROOT}/etc/polkit-1/rules.d/49-nopasswd_global.rules"
|
||||
- "-rm ${ROOT}/etc/polkit-1/rules.d/49-nopasswd-calamares.rules"
|
||||
- "-rm ${ROOT}/usr/local/bin/alci-make-a-pure-arch"
|
||||
- command: "/usr/local/bin/alci-displaymanager-check"
|
||||
- command: "/usr/local/bin/alci-virtual-machine-check"
|
||||
- "-rm ${ROOT}/usr/local/bin/alci-displaymanager-check"
|
||||
- "-rm ${ROOT}/usr/local/bin/alci-virtual-machine-check"
|
||||
- "-rm ${ROOT}/etc/systemd/system/multi-user.target.wants/sshd.service"
|
||||
- "-rm ${ROOT}/etc/systemd/system/multi-user.target.wants/sshd.service"
|
||||
@@ -205,7 +205,7 @@ user:
|
||||
hostname:
|
||||
location: EtcFile
|
||||
writeHostsFile: true
|
||||
#template: "alci-${cpu}"
|
||||
#template: "bbttms-${cpu}"
|
||||
forbidden_names: [ localhost ]
|
||||
|
||||
presets:
|
||||
29
up+.sh
@@ -1,34 +1,5 @@
|
||||
#!/bin/bash
|
||||
#set -e
|
||||
##################################################################################################################
|
||||
# Author : Erik Dubois
|
||||
# Website : https://www.erikdubois.be
|
||||
# Website : https://www.alci.online
|
||||
# Website : https://www.ariser.eu
|
||||
# Website : https://www.arcolinux.info
|
||||
# Website : https://www.arcolinux.com
|
||||
# Website : https://www.arcolinuxd.com
|
||||
# Website : https://www.arcolinuxb.com
|
||||
# Website : https://www.arcolinuxiso.com
|
||||
# Website : https://www.arcolinuxforum.com
|
||||
##################################################################################################################
|
||||
#
|
||||
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
|
||||
#
|
||||
##################################################################################################################
|
||||
#tput setaf 0 = black
|
||||
#tput setaf 1 = red
|
||||
#tput setaf 2 = green
|
||||
#tput setaf 3 = yellow
|
||||
#tput setaf 4 = dark blue
|
||||
#tput setaf 5 = purple
|
||||
#tput setaf 6 = cyan
|
||||
#tput setaf 7 = gray
|
||||
#tput setaf 8 = light blue
|
||||
##################################################################################################################
|
||||
|
||||
# reset - commit your changes or stash them before you merge
|
||||
# git reset --hard - personal alias - grh
|
||||
|
||||
echo "Deleting the work folder if one exists"
|
||||
[ -d work ] && rm -rf work
|
||||
|
||||