Skip to content

Commit

Permalink
Merge pull request #695 from mariux64/update-gobject-introspection-fr…
Browse files Browse the repository at this point in the history
…om-1.44.0-to-1.46.0''

Update gobject introspection from 1.44.0 to 1.46.0

Has already been merged in 1b7312c by @pmenzel but it looks like
the commit was lost due to some force push...
  • Loading branch information
donald committed Apr 10, 2018
2 parents 2e30283 + 3886e08 commit 02f0e89
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 83 deletions.
83 changes: 0 additions & 83 deletions gobject-introspection-1.44.0-1.bee

This file was deleted.

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

# BEE_VERSION gobject-introspection-1.46.0-0

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/${PKGVERSION[2]}/gobject-introspection-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


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

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

mee_configure() {
bee_configure --disable-static
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 02f0e89

Please sign in to comment.