Skip to content

Commit

Permalink
Merge pull request #1973 from mariux64/update-pidgin-from-2.13.0-to-2…
Browse files Browse the repository at this point in the history
….14.1

Update Pidgin from 2.13.0 to 2.14.1
  • Loading branch information
pmenzel authored Oct 27, 2020
2 parents cc9ee12 + a45c50c commit 321ee0c
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 35 deletions.
35 changes: 35 additions & 0 deletions farstream.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION farstream-0.2.9-0

SRCURL[0]="https://freedesktop.org/software/farstream/releases/farstream/farstream-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
31 changes: 0 additions & 31 deletions libnice-0.1.0-0.bee

This file was deleted.

35 changes: 35 additions & 0 deletions libnice.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION libnice-0.1.17-0

SRCURL[0]="https://libnice.freedesktop.org/releases/libnice-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
9 changes: 5 additions & 4 deletions pidgin.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION pidgin-2.13.0-4
# BEE_VERSION pidgin-2.14.1-0

#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"
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 @@ -19,13 +19,14 @@ SRCURL[0]="https://beehive.molgen.mpg.de/423403494fe1951e47cc75231f743bb0/pidgin
# bee_patch "${@}"
#}

source /pkg/gcc-10.2.0-0/profile

mee_configure() {
bee_configure \
--disable-avahi \
--disable-nm \
--disable-idn \
--disable-meanwhile \
--disable-vv \
--disable-gtkspell \
--disable-nls \
--disable-tcl \
Expand Down

0 comments on commit 321ee0c

Please sign in to comment.