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
3548d5ba
Commit
3548d5ba
authored
Mar 15, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: update onlyoffice-desktopeditors
parent
b14108ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
18 deletions
+2
-18
onlyoffice-desktopeditors.sh
repack.d/onlyoffice-desktopeditors.sh
+2
-18
No files found.
repack.d/onlyoffice-desktopeditors.sh
View file @
3548d5ba
...
...
@@ -6,8 +6,6 @@ SPEC="$2"
PRODUCTDIR
=
/opt/onlyoffice
PREINSTALL_PACKAGES
=
"bzlib fontconfig libalsa libcairo libcups libdrm libfreetype zlib libXv glib2 libatk libcairo-gobject libEGL libgdk-pixbuf libgio libGL libgst-plugins1.0 libgstreamer1.0 libgtk+2 libgtk+3 libpango libpulseaudio libsqlite3 libX11 libxcb libxcb-render-util libXcomposite libXext libXfixes libxkbcommon libxkbcommon-x11 libXrender"
.
$(
dirname
$0
)
/common.sh
# TODO: required libreoffice-opensymbol-fonts
...
...
@@ -16,22 +14,6 @@ PREINSTALL_PACKAGES="bzlib fontconfig libalsa libcairo libcups libdrm libfreetyp
add_requires fonts-ttf-liberation fonts-ttf-dejavu
# ignore embedded libs
for
i
in
$BUILDROOT
/opt/onlyoffice/desktopeditors/lib
*
;
do
di
=
$(
basename
$i
)
filter_from_requires
$di
done
if
epm assure patchelf
;
then
for
i
in
$BUILDROOT
/opt/onlyoffice/desktopeditors/
{
libQt5Core.so.
*
,libicui18n.so,libicui18n.so.
*
,libicuuc.so,libicuuc.so.
*
}
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/'
$i
||
continue
done
for
i
in
$BUILDROOT
/opt/onlyoffice/desktopeditors/converter/
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/:$ORIGIN/../'
$i
||
continue
done
fi
# pack icons
iconname
=
onlyoffice-desktopeditors
for
i
in
16 22 24 32 48 64 128 256
;
do
...
...
@@ -42,3 +24,5 @@ done
subst
"s|%files|%files
\n
/usr/share/icons/hicolor/*x*/apps/
$iconname
.png|"
$SPEC
fix_desktop_file /usr/bin/onlyoffice-desktopeditors
add_libs_requires
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