libreoffice-bin: 7.4.5 -> 7.4.6
parent
276cb36841
commit
4170f962e0
8
REPO
8
REPO
|
@ -132,8 +132,8 @@ f:c1d50dffa63b8b9b704da2922a49aac4:wildmidi/.footprint
|
|||
f:b964244b861add391300cddf33015925:python3-agate-sql/.signature
|
||||
f:a6430c561fae713434a497b39d3f05d8:python3-agate-sql/Pkgfile
|
||||
f:57b7b3bd74224f19d51cb7933df61fe7:python3-agate-sql/.footprint
|
||||
f:cddc08d2f72532071179b3ab37988c84:lagrange/.signature
|
||||
f:e1bb5216dd1ce984066f12349ac505e2:lagrange/Pkgfile
|
||||
f:ec953804c8417469d0f83491baea85d2:lagrange/.signature
|
||||
f:60834aada0ee4ba1e7a253591cb839e2:lagrange/Pkgfile
|
||||
f:9c7e59eb32e7c3b4a2622ff6a6350889:lagrange/.footprint
|
||||
f:6b1ea891a0673f774ddad167cd59c3ac:xxd-standalone/.signature
|
||||
f:f85e9fbe0966cf8449b616679f468901:xxd-standalone/Pkgfile
|
||||
|
@ -230,8 +230,8 @@ f:69f0af978af475763423ee7333e0a6d4:wezterm/wezterm.lua
|
|||
f:26b47749281fadfec410db73b389c21a:wezterm/.signature
|
||||
f:46efa506b93ddffbd1c480c041518ae9:wezterm/Pkgfile
|
||||
f:1d592352de4fc7bf9f9be410dfaa5619:wezterm/.footprint
|
||||
f:1517bbe72aa7c4f41ef6363813b50ea9:libreoffice-bin/.signature
|
||||
f:cb2da55f3826d8f983b1c7ba403ac8f4:libreoffice-bin/Pkgfile
|
||||
f:7804bf9462f21b6725154fa7e924501c:libreoffice-bin/.signature
|
||||
f:f441cfdf5fbeb82e70cb17ced1de7f84:libreoffice-bin/Pkgfile
|
||||
f:8e8c2595ab3613f699ffbe1c4f2855e1:libreoffice-bin/.footprint
|
||||
f:6d00fd89381a70485b2d777c863d50e3:qrupdate/r33-complex-real.patch
|
||||
f:bfe7fbd983f027324d35232f9ee3957a:qrupdate/.signature
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
untrusted comment: verify with /etc/ports/jmq.pub
|
||||
RWTTPlFarK9CxOya5MQW1tZC9pe7yHylKWSGdMfxkiAFSgBQVleu/Ty+r6Jp1LvQt4UlXCZA7Q9XhI1le3qPAkBXLtiMadYpngk=
|
||||
SHA256 (Pkgfile) = dda30b8580791c93432ceb76783b76c112f0d0189c6465ac336a00aea8c70b71
|
||||
RWTTPlFarK9CxH+bl6pGJwEwjLPqaax2N+q6GBArukNvyN/V0lbP/QnVS8TSdZA/NkUnJE+tpiMDxArl5BapYsuWIkqvodP/MAo=
|
||||
SHA256 (Pkgfile) = 1c271599fa63abf9852b8016b80d7847746a3224f87245c8cf7e70f9ba309a09
|
||||
SHA256 (.footprint) = 5821394f4fd31a4c5713bdf1ad410648ca7cabf88abde2b4c098cd0d86ec99a0
|
||||
SHA256 (LibreOffice_7.4.5_Linux_x86-64_rpm.tar.gz) = 6cdfe2a6dafbbb872484eb12d10cffbb49f34f61fd2a4642d2207c38b41c562f
|
||||
SHA256 (LibreOffice_7.4.6_Linux_x86-64_rpm.tar.gz) = 59e9cc78211ac7c8b40cebdbb797d78317eb311356e26ab7caebdb8ab9c4712c
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
name=libreoffice-bin
|
||||
Name=LibreOffice
|
||||
version=7.4.5
|
||||
version=7.4.6
|
||||
release=1
|
||||
source=(https://download.documentfoundation.org/${name%-bin}/stable/$version/rpm/x86_64/${Name}_${version}_Linux_x86-64_rpm.tar.gz)
|
||||
|
||||
|
@ -33,7 +33,7 @@ build() {
|
|||
find "$PKG" -type d -perm 700 -exec chmod 755 {} +
|
||||
|
||||
rm -f "$PKG/usr/bin/libreoffice7.4"
|
||||
ln -s ../lib/libreoffice7.4/program/soffice libreoffice7.4
|
||||
ln -s ../lib/libreoffice7.4/program/soffice "$PKG/usr/bin/libreoffice7.4"
|
||||
rm -f "$PKG"/usr/share/applications/*.desktop
|
||||
cd "$PKG"/usr/share/applications
|
||||
for APP in ../../lib/libreoffice7.4/share/xdg/*.desktop; do
|
||||
|
|
Loading…
Reference in New Issue