Skip to content

Commit

Permalink
Merge pull request #2258 from mariux64/fix-pangomm
Browse files Browse the repository at this point in the history
mm-common: update 0.9.5 to 1.0.3
  • Loading branch information
wwwutz authored Sep 8, 2021
2 parents 5d78627 + d106c4d commit 9c74008
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
31 changes: 0 additions & 31 deletions mm-common-0.9.5-0.bee

This file was deleted.

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

# BEE_VERSION mm-common-1.0.3-0

# SRCURL[0]="https://download-fallback.gnome.org/sources/mm-common/1.0/mm-common-1.0.3.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/cb650e7904b32ede87bef716f25e2afe/mm-common-1.0.3.tar.xz"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_extract() {
bee_extract ${@}
}

mee_patch() {
bee_patch ${@}
}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

0 comments on commit 9c74008

Please sign in to comment.