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
f62696c8
Commit
f62696c8
authored
Apr 03, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack cuda-z: move icons/desktop from repack rule
parent
b9a7c9ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
15 deletions
+16
-15
cuda-z.sh
pack.d/cuda-z.sh
+16
-1
cuda-z.sh
repack.d/cuda-z.sh
+0
-14
No files found.
pack.d/cuda-z.sh
View file @
f62696c8
...
...
@@ -8,7 +8,22 @@ RETURNTARNAME="$2"
PKGNAME
=
"
$(
basename
$TAR
.run |
tr
"[A-Z_]"
"[a-z-]"
)
"
install
-D
$TAR
opt/
$PRODUCT
/
$PRODUCT
||
fatal
erc pack
$PKGNAME
.tar opt/
$PRODUCT
cat
<<
EOF
| create_file /usr/share/applications/
$PRODUCT
.desktop
[Desktop Entry]
Version=1.0
Name=CUDA-Z
Comment=CUDA Information Utility
Type=Application
Icon=
$PRODUCT
Exec=
$PRODUCT
Terminal=false
EOF
install_file
"https://cuda-z.sourceforge.net/img/web-download-detect.png"
/usr/share/pixmaps/
$PRODUCT
.png
erc pack
$PKGNAME
.tar opt/
$PRODUCT
usr
cat
<<
EOF
>
$PKGNAME
.tar.eepm.yaml
name:
$PRODUCT
...
...
repack.d/cuda-z.sh
View file @
f62696c8
...
...
@@ -10,24 +10,10 @@ PRODUCT=cuda-z
# static linked
# strace -f cuda-z 2>&1 | grep \.so | grep lib64/lib | grep fstat | sed -e 's|.*<||' -e 's|>.*||' | sort -u | epm --quiet --short qf | sort -u | xargs -n100
# glibc-core glibc-pthread libgcc1 libstdc++6 libX11 libXau libxcb libXcursor libXdmcp libXext libXfixes libXrender
add_unirequires libstdc++.so.6 libX11-xcb.so.1 libX11.so.6 libXau.so.6 libxcb.so.1 libXcursor.so.1 libXdmcp.so.6 libXext.so.6 libXfixes.so.3 libXrender.so.1
add_bin_link_command
cat
<<
EOF
| create_file /usr/share/applications/
$PRODUCT
.desktop
[Desktop Entry]
Version=1.0
Name=CUDA-Z
Comment=CUDA Information Utility
Type=Application
Icon=
$PRODUCT
Exec=
$PRODUCT
Terminal=false
EOF
install_file
"https://cuda-z.sourceforge.net/img/web-download-detect.png"
/usr/share/pixmaps/
$PRODUCT
.png
# Running 32 bit cuda-z on Ubuntu
# libc6:i386 libstdc++6:i386 zlib1g:i386 libx11-6:i386 libxext6:i386 libxrender1:i386
# https://blog.redscorp.net/?p=94
...
...
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