Skip to content

Commit

Permalink
Merge pull request #1498 from mariux64/update-lyx-233
Browse files Browse the repository at this point in the history
lyx: update to version 2.3.3
  • Loading branch information
wwwutz authored Nov 29, 2019
2 parents 65b4e35 + b4826a2 commit 7a7bb14
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 38 deletions.
38 changes: 0 additions & 38 deletions lyx-2.0.3-0.bee

This file was deleted.

40 changes: 40 additions & 0 deletions lyx.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION lyx-2.3.3-0

# more info: https://lyx.org

SRCURL[0]="https://ftp.lip6.fr/pub/lyx/stable/${PKGVERSION[2]}.x/lyx-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
-DCMAKE_PREFIX_PATH=/usr/local/qt5 \
-DLYX_NLS=OFF \
-DLYX_PROGRAM_SUFFIX=OFF
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 7a7bb14

Please sign in to comment.