Skip to content

pidgin: disable python #1732

Merged
merged 1 commit into from
Feb 26, 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
9 changes: 6 additions & 3 deletions pidgin.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION pidgin-2.13.0-3
# BEE_VERSION pidgin-2.13.0-4

SRCURL[0]="https://downloads.sourceforge.net/pidgin/pidgin-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://downloads.sourceforge.net/pidgin/pidgin-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/423403494fe1951e47cc75231f743bb0/pidgin-2.13.0.tar.bz2"

# PATCHURL+=()

Expand All @@ -28,7 +29,9 @@ mee_configure() {
--disable-gtkspell \
--disable-nls \
--disable-tcl \
--disable-perl
--disable-perl \
--disable-dbus \
--without-python
}

#mee_build() {
Expand Down