Skip to content

Commit

Permalink
mm-common: update 0.9.5 to 1.0.3
Browse files Browse the repository at this point in the history
- update due to pangomm
- fixed SRCURL
- beware: make invokes 'curl/wget' on some file/data
```
[BEE] => entering mee_build() ..
[BEE] make -j 80
  GEN      util/mm-common-prepare.1
  GEN      util/mm-common-get.1
  GEN      doctags/libstdc++.tag
  GEN      skeletonmm.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5025k  100 5025k    0     0  4045k      0  0:00:01  0:00:01 --:--:-- 4045k
[BEE] <= leaving mee_build() ..
```
  • Loading branch information
wwwutz committed Sep 8, 2021
1 parent b02a7d6 commit d106c4d
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 d106c4d

Please sign in to comment.