Skip to content

Commit

Permalink
dia: update to latest 0.97.3 master branch
Browse files Browse the repository at this point in the history
- pdf plugin does not build
- depends on graphene
  • Loading branch information
wwwutz committed Aug 24, 2021
1 parent c284c64 commit 9e46f82
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions dia-0.97.0_p1421_68f7362-0.bee

This file was deleted.

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

# BEE_VERSION dia-0.97.0_p2378_g4681a259-0

SRCURL[0]="https://beehive.molgen.mpg.de/f69a71651baf0083ff0c7c1ad6732bca/DIA_0_97_0-2378-g4681a259.tar.gz"

# disable pdf-plugin due to compiler errors
PATCHURL+=("https://beehive.molgen.mpg.de/5499194c8f7b4f0f468c39af69ac67e1/DIA_0_97_0-2378-nopdf.patch")

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 9e46f82

Please sign in to comment.