Skip to content

Commit

Permalink
pidgin: disable python
Browse files Browse the repository at this point in the history
- fixed SRCURL
- disable python to reduce dependencies
  • Loading branch information
wwwutz committed Feb 26, 2020
1 parent 7b81be9 commit e91d489
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 e91d489

Please sign in to comment.