Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
4b584d37
Commit
4b584d37
authored
Apr 19, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Apr 26, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play occt: disable autoupdate and returned forget play script (eterbug #18266)
parent
a4b0844f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
4 deletions
+38
-4
OCCT.sh
pack.d/OCCT.sh
+11
-4
occt.sh
play.d/occt.sh
+15
-0
OCCT.sh
repack.d/OCCT.sh
+12
-0
No files found.
pack.d/OCCT.sh
View file @
4b584d37
...
...
@@ -8,9 +8,15 @@ VERSION="$3"
PKGNAME
=
$PRODUCT
-
$VERSION
mkdir
-p
usr/bin/
mv
-v
$TAR
usr/bin/occt
chmod
0755 usr/bin/occt
mkdir
-p
opt/OCCT
mv
-v
$TAR
opt/OCCT/occt
chmod
0755 opt/OCCT/occt
cat
<<
EOF
| create_file /opt/OCCT/OCCT.config.json
{
"CheckForUpdates": "Disabled",
}
EOF
cat
<<
EOF
| create_file /usr/share/applications/occt.desktop
[Desktop Entry]
...
...
@@ -22,11 +28,12 @@ Icon=occt
Type=Application
StartupNotify=true
Categories=System;Utility;
StartupWMClass=OCCT
Keywords=linux;kernel;system;hardware;cpu;processor;capabilities;frequency;memory;ram;board;resources;sensors;devices;usb;pci;display;network;benchmark;test;
EOF
install_file ipfs://QmUvB4BvoUsQDxMUH9rZ3PMaZgYoBishLyGBwxdDQ1uHcU /usr/share/pixmaps/occt.png
erc pack
$PKGNAME
.tar usr
erc pack
$PKGNAME
.tar usr
opt
return_tar
$PKGNAME
.tar
play.d/occt.sh
0 → 100755
View file @
4b584d37
#!/bin/sh
PKGNAME
=
OCCT
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
'test and certify your system, ensuring a comprehensive assessment of its stability.'
URL
=
"https://www.ocbase.com/download"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
VERSION
=
$(
eget
-O-
https://www.ocbase.com/download |
grep
-oP
'"versionStr":"\K[0-9]+\.[0-9]+\.[0-9]+'
|
sort
-V
|
tail
-n
1
)
PKGURL
=
"https://dl.ocbase.com/linux/per/stable/OCCT"
install_pack_pkgurl
"
$VERSION
"
repack.d/OCCT.sh
0 → 100755
View file @
4b584d37
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
add_libs_requires
add_bin_exec_command occt
"/opt/OCCT/occt"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment