Skip to content

Commit

Permalink
Merge pull request #2193 from mariux64/update-dia-097
Browse files Browse the repository at this point in the history
dia: update to latest 0.97.3 master branch
  • Loading branch information
wwwutz authored Oct 12, 2021
2 parents d4f7de0 + 74d7115 commit 10d13af
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 83 deletions.
83 changes: 0 additions & 83 deletions dia-0.97.0_p1421_68f7362-0.bee

This file was deleted.

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

# BEE_VERSION dia-0.97.0_p2378_g4681a259-1

# git clone https://aur.archlinux.org/dia-git.git
# https://wiki.gnome.org/action/show/Apps/Dia?action=show&redirect=Dia

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

PATCHURL+=("https://beehive.molgen.mpg.de/909bed79526870e8856c82aca4e7bdde/dia-libglib_dep.patch")
PATCHURL+=("https://beehive.molgen.mpg.de/94059aa80a34905801c0ff7b9ad4e92f/poppler_fix.patch")

BMF=$(beegetopt --option j: -- ${BEE_MAKEFLAGS}|xargs)
BEE_NINJAFLAGS=${BMF/ -- */}


# build_in_sourcedir

# sourcesubdir_append src

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

mee_patch() {
bee_patch "${@}"
echo "">po/LINGUAS
}

mee_configure() {
CFLAGS='-Wno-deprecated-declarations' \
bee_configure
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 10d13af

Please sign in to comment.