diff options
author | Tim Biermann <tbier@posteo.de> | 2019-09-19 16:09:29 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-09-19 16:09:33 +0200 |
commit | 6cfb7743345276cf07e95d11c8b53a1b9a56c1ed (patch) | |
tree | adb51e158255605bd2e98972891ba83f089f4fb1 /libreoffice-bin/Pkgfile | |
parent | 6b05283a641ebaaceafdf9d981a7a68d99fb558f (diff) | |
download | contrib-6cfb7743345276cf07e95d11c8b53a1b9a56c1ed.tar.gz contrib-6cfb7743345276cf07e95d11c8b53a1b9a56c1ed.tar.xz |
libreoffice-bin: 6.2.5 -> 6.2.7
Diffstat (limited to 'libreoffice-bin/Pkgfile')
-rw-r--r-- | libreoffice-bin/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libreoffice-bin/Pkgfile b/libreoffice-bin/Pkgfile index 2b813f885..dc0b73fdb 100644 --- a/libreoffice-bin/Pkgfile +++ b/libreoffice-bin/Pkgfile @@ -5,7 +5,7 @@ # Depends on: cups dbus-glib desktop-file-utils glu gtk krb5 shared-mime-info xorg-libxaw xorg-libxi name=libreoffice-bin -version=6.2.5 +version=6.2.7 release=1 source=(http://download.documentfoundation.org/libreoffice/stable/$version/rpm/x86_64/LibreOffice_${version}_Linux_x86-64_rpm.tar.gz) @@ -40,7 +40,7 @@ build() { for desktop in *.desktop; do sed -i '/^Exec=/s/libreoffice[^ ]*/soffice/' $desktop - ln -sf /usr/lib/libreoffice/share/xdg/$desktop $PKG/usr/share/applications/$desktop + ln -sf /usr/lib/libreoffice/share/xdg/$desktop $PKG/usr/share/applications/$desktop done mv $workd/usr/share/{mime,icons} $PKG/usr/share |