Skip to content
Snippets Groups Projects
Commit 7b11d2c0 authored by Sertonix's avatar Sertonix Committed by Kevin Daudt
Browse files

community/texlive: move xdvi.desktop to xdvik subpackage

Also simplify using amove
parent 2b439f5b
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!76866community/texlive: move xdvi.desktop to xdvik subpackage
Pipeline #280838 skipped
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
pkgname=texlive pkgname=texlive
pkgver=20240210.69778 pkgver=20240210.69778
_commit=8fc7b0ba764da3d30d18662dd7ea5a97abced38b _commit=8fc7b0ba764da3d30d18662dd7ea5a97abced38b
pkgrel=8 pkgrel=9
pkgdesc="Comprehensive TeX document production system" pkgdesc="Comprehensive TeX document production system"
url="https://tug.org/texlive/" url="https://tug.org/texlive/"
# ppc64le: fatal error: mplib.h: No such file or directory # ppc64le: fatal error: mplib.h: No such file or directory
...@@ -496,11 +496,8 @@ _xdvi() { ...@@ -496,11 +496,8 @@ _xdvi() {
pkgdesc="Xdvi from texlive, using the texlive libraries" pkgdesc="Xdvi from texlive, using the texlive libraries"
provides="xdvi" provides="xdvi"
mkdir -p "$subpkgdir" && cd "$subpkgdir" amove usr/bin/xdvi usr/bin/xdvi-*
amove usr/share/applications/xdvi.desktop
install -d -m 0755 usr/bin
mv "$pkgdir"/usr/bin/xdvi "$pkgdir"/usr/bin/xdvi-* usr/bin/
} }
_context() { _context() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment