mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Update microtex PKGBUILD (#1186)
This commit is contained in:
parent
583a20cddf
commit
9b4e42be5a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
pkgname=illogical-impulse-microtex-git
|
pkgname=illogical-impulse-microtex-git
|
||||||
_pkgname=MicroTeX
|
_pkgname=MicroTeX
|
||||||
pkgver=r494.0e3707f
|
pkgver=r494.0e3707f
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='MicroTeX for illogical-impulse dotfiles.'
|
pkgdesc='MicroTeX for illogical-impulse dotfiles.'
|
||||||
#pkgdesc="A dynamic, cross-platform, and embeddable LaTeX rendering library"
|
#pkgdesc="A dynamic, cross-platform, and embeddable LaTeX rendering library"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
|
|
@ -25,6 +25,7 @@ pkgver() {
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $_pkgname
|
cd $_pkgname
|
||||||
sed -i 's/gtksourceviewmm-3.0/gtksourceviewmm-4.0/' CMakeLists.txt
|
sed -i 's/gtksourceviewmm-3.0/gtksourceviewmm-4.0/' CMakeLists.txt
|
||||||
|
sed -i 's/tinyxml2.so.10/tinyxml2.so.11/' CMakeLists.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue