Skip to content

Commit

Permalink
telepathy-glib: burn build to python2
Browse files Browse the repository at this point in the history
- add `. $(python2-config --prefix)/profile`
  • Loading branch information
wwwutz committed Feb 27, 2020
1 parent 1c0578c commit 721b9cb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions telepathy-glib.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION telepathy-glib-0.14.3-1
# BEE_VERSION telepathy-glib-0.14.3-2

# more info: https://foo.bar.com

Expand All @@ -21,9 +21,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fe9a4f781651593fd4afddb343ff50bf/telepa
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
. $(python2-config --prefix)/profile
bee_configure
}

#mee_build() {
# bee_build
Expand All @@ -34,7 +35,12 @@ SRCURL[0]="https://beehive.molgen.mpg.de/fe9a4f781651593fd4afddb343ff50bf/telepa
#}

mee_install_post() {
# --enable-gtk-doc-html=no
# --disable-gtk-doc-html=yes
# --disable-gtk-doc-html
# ... ok ... well then...
rm -rvf ${D}/usr/share/gtk-doc

rm -rvf ${D}/usr/share/dbus-1
rmdir -v ${D}/usr/bin
}

0 comments on commit 721b9cb

Please sign in to comment.