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
a9f5d2a8
Commit
a9f5d2a8
authored
Mar 30, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: use install_file where possible
parent
2acf9251
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
20 deletions
+11
-20
icq.sh
repack.d/icq.sh
+2
-3
kyodialog.sh
repack.d/kyodialog.sh
+2
-1
meridius.sh
repack.d/meridius.sh
+1
-3
pycharm-community.sh
repack.d/pycharm-community.sh
+2
-5
pycharm-professional.sh
repack.d/pycharm-professional.sh
+2
-5
vkteams.sh
repack.d/vkteams.sh
+2
-3
No files found.
repack.d/icq.sh
View file @
a9f5d2a8
...
...
@@ -47,9 +47,8 @@ EOF
pack_file /usr/share/applications/
$PRODUCT
.desktop
mkdir
-p
$BUILDROOT
/usr/share/pixmaps/
epm tool eget
-O
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png https://dashboard.snapcraft.io/site_media/appmedia/2020/04/icq_copy.png
[
-s
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
]
&&
pack_file /usr/share/pixmaps/
$PRODUCT
.png
||
echo
"Can't download icon for the program."
install_file https://dashboard.snapcraft.io/site_media/appmedia/2020/04/icq_copy.png /usr/share/pixmaps/
$PRODUCT
.png
subst
"s|.*/opt/icq/unittests.*||"
$SPEC
# ignore embedded libs
...
...
repack.d/kyodialog.sh
View file @
a9f5d2a8
...
...
@@ -11,7 +11,8 @@ PRODUCTCUR=$PRODUCT$VER
.
$(
dirname
$0
)
/common.sh
add_requires python3-module-PyPDF3
# embedded
filter_from_requires
"python3(PyPDF3)"
subst
'1iAutoProv: no'
$SPEC
...
...
repack.d/meridius.sh
View file @
a9f5d2a8
...
...
@@ -31,9 +31,7 @@ Categories=AudioVideo;Audio;Video;Player
EOF
pack_file /usr/share/applications/
$DESKTOPFILE
mkdir
-p
$BUILDROOT
/usr/share/pixmaps/
cp
builder/icons/linux/256x256.png
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
pack_file /usr/share/pixmaps/
$ICONFILE
install_file builder/icons/linux/256x256.png /usr/share/pixmaps/
$PRODUCT
.png
cd
-
>
/dev/null
...
...
repack.d/pycharm-community.sh
View file @
a9f5d2a8
...
...
@@ -39,11 +39,8 @@ EOF
pack_file /usr/share/applications/
$PRODUCT
.desktop
mkdir
-p
$BUILDROOT
/usr/share/pixmaps/
cp
-a
$BUILDROOT$PRODUCTDIR
/bin/
$PRODUCT
.png
$BUILDROOT
/usr/share/pixmaps/
cp
-a
$BUILDROOT$PRODUCTDIR
/bin/
$PRODUCT
.svg
$BUILDROOT
/usr/share/pixmaps/
pack_file /usr/share/pixmaps/
$PRODUCT
.png
pack_file /usr/share/pixmaps/
$PRODUCT
.svg
install_file
$PRODUCTDIR
/bin/
$PRODUCT
.png /usr/share/pixmaps/
install_file
$PRODUCTDIR
/bin/
$PRODUCT
.svg /usr/share/pixmaps/
# TODO: support other arch
for
i
in
arm aarch64 mips64el ppc64le x86 x86-64
;
do
...
...
repack.d/pycharm-professional.sh
View file @
a9f5d2a8
...
...
@@ -36,11 +36,8 @@ EOF
pack_file /usr/share/applications/
$PRODUCT
.desktop
mkdir
-p
$BUILDROOT
/usr/share/pixmaps/
cp
-a
$BUILDROOT$PRODUCTDIR
/bin/
$PRODUCTCUR
.png
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
cp
-a
$BUILDROOT$PRODUCTDIR
/bin/
$PRODUCTCUR
.svg
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.svg
pack_file /usr/share/pixmaps/
$PRODUCT
.png
pack_file /usr/share/pixmaps/
$PRODUCT
.svg
install_file
$PRODUCTDIR
/bin/
$PRODUCTCUR
.png /usr/share/pixmaps/
$PRODUCT
.png
install_file
$PRODUCTDIR
/bin/
$PRODUCTCUR
.svg /usr/share/pixmaps/
$PRODUCT
.svg
# TODO: support other arch
for
i
in
arm aarch64 mips64el ppc64le x86 x86-64
;
do
...
...
repack.d/vkteams.sh
View file @
a9f5d2a8
...
...
@@ -47,9 +47,8 @@ EOF
pack_file /usr/share/applications/
$PRODUCT
.desktop
ICONURL
=
https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/a8/36/64/a83664d6-9401-a8a4-c845-89e0c3ab0c89/icons-bundle.png/246x0w.png
mkdir
-p
$BUILDROOT
/usr/share/pixmaps/
epm tool eget
-O
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
$ICONURL
[
-s
$BUILDROOT
/usr/share/pixmaps/
$PRODUCT
.png
]
&&
pack_file /usr/share/pixmaps/
$PRODUCT
.png
||
echo
"Can't download icon for the program."
install_file
$ICONURL
/usr/share/pixmaps/
$PRODUCT
.png
subst
"s|.*
$PRODUCTDIR
/unittests.*||"
$SPEC
...
...
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