Skip to content

Commit

Permalink
Merge pull request #1732 from mariux64/fix-python-pidgin
Browse files Browse the repository at this point in the history
pidgin: disable python
  • Loading branch information
wwwutz authored Feb 26, 2020
2 parents 79bdd5b + e91d489 commit 5684187
Showing 1 changed file with 6 additions and 3 deletions.
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

0 comments on commit 5684187

Please sign in to comment.