Skip to content

Commit

Permalink
json-glib: update to 1.4.4
Browse files Browse the repository at this point in the history
- enable single language support
--- by rm po/LINGUAS. thanks meson.
- disable introspection, thanks static
- enable test-suite removal
  • Loading branch information
wwwutz committed Nov 7, 2019
1 parent 5dbf886 commit b86c11f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions json-glib.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION json-glib-1.4.4-0

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/json-glib/${PKGVERSION[2]}/json-glib-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

BEE_BUILDTYPE=meson

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

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

mee_patch_post() {
echo "" > po/LINGUAS
}

#mee_configure() {
#
#}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
# rm /usr/share/installed-tests
rm -rvf ${D}/usr/share
# rm ./usr/libexec/installed-tests
rm -rvf ${D}/usr/libexec
}

0 comments on commit b86c11f

Please sign in to comment.