Skip to content

Commit

Permalink
libgexiv2: Update from 0.4.1 to 0.10.8
Browse files Browse the repository at this point in the history
configure switches need because of python readonly mount
  • Loading branch information
david committed May 2, 2018
1 parent a6725b3 commit bc2fc3a
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions libgexiv2.be0
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION libgexiv2-0.4.1-0
# BEE_VERSION libgexiv2-0.10.8-0

SRCURL[0]="http://yorba.org/download/gexiv2/${PKGVERSION[2]}/libgexiv2-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://download.gnome.org/sources/gexiv2/${PKGVERSION[2]}/gexiv2-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=
BEE_BUILDTYPE=autotools

# EXCLUDE=()

build_in_sourcedir



#build_in_sourcedir


#mee_extract() {
Expand All @@ -26,9 +21,10 @@ build_in_sourcedir
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure --with-python3-girdir \
--with-python2-girdir
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit bc2fc3a

Please sign in to comment.