This commit is contained in:
zj
2026-01-13 21:15:04 +08:00
parent 5cd17413dc
commit b1f2753d82
4 changed files with 13 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
pkgname=tms-bbt pkgname=tms-bbt
pkgver=1.0 pkgver=1.0
pkgrel=4 pkgrel=5
pkgdesc="SmartTMS application suite for managing cinema devices." pkgdesc="SmartTMS application suite for managing cinema devices."
arch=('x86_64') arch=('x86_64')
url="https://your.company.com/smarttms" url="https://your.company.com/smarttms"
@@ -14,7 +14,7 @@ depends=('python' 'sudo' 'xdg-utils' 'tms-mysql' 'tms-oracle-jdk8')
source=("${pkgname}.tar.gz") source=("${pkgname}.tar.gz")
sha256sums=('ef7848c834b52a3f4c1151769f73a4ef1b838c742ef2644361f4536c81ad9571') sha256sums=('3b94a4f61c94555b8452f8caefb25d283cd86ca6f4aec0e747634547b3f94182')
install="${pkgname}.install" install="${pkgname}.install"

10
build-tms-bbt-config.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
rm -rf pkg src tms-bbt.tar.gz tms-bbt*.pkg.tar.zst
tar -czvf tms-bbt.tar.gz tms-bbt
makepkg -g
echo "use makepkg -s"

Binary file not shown.

View File

@@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
source /etc/profile source /etc/profile
sudo pkill -9 java
echo "TMS软件重启中" echo "TMS软件重启中"
sudo systemctl restart smarttms.service; sudo systemctl restart smarttms.service;