Skip to content

telepathy-glib: burn build to python2 #1736

Merged
merged 1 commit into from
Feb 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}