Skip to content

Commit

Permalink
Merge pull request #2264 from mariux64/fix-srcurl-libgtop-2283
Browse files Browse the repository at this point in the history
libgtop: fix SRCURL
  • Loading branch information
wwwutz authored Sep 8, 2021
2 parents 68a7001 + 1c1fca7 commit 1aa736b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 31 deletions.
31 changes: 0 additions & 31 deletions libgtop-2.28.3-0.bee

This file was deleted.

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

# BEE_VERSION libgtop-2.28.3-1

# SRCURL[0]="https://download-fallback.gnome.org/sources/libgtop/2.28/libgtop-2.28.3.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/14464389d851763c4e7f06cdec4651d2/libgtop-2.28.3.tar.gz"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

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

mee_patch() {
bee_patch "${@}"
mv po/LINGUAS po/LINGUAS.nope
touch po/LINGUAS
}

mee_configure() {
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rf ${D}/usr/share/gtk-doc
}

0 comments on commit 1aa736b

Please sign in to comment.