Skip to content

Commit

Permalink
Merge pull request #2106 from mariux64/update-clutter-1.26.4
Browse files Browse the repository at this point in the history
Update clutter 1.26.4
  • Loading branch information
david authored May 3, 2021
2 parents cf9cd61 + c73ec3e commit ddd8bdb
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 38 deletions.
31 changes: 0 additions & 31 deletions clutter-1.6.14-0.bee

This file was deleted.

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

# BEE_VERSION clutter-1.26.4-0

# SRCURL[0]="https://download-fallback.gnome.org/sources/clutter/${PKGVERSION[2]}/clutter-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/624dd776a5159de0267587b1df6b97b2/clutter-1.26.4.tar.xz"

PATCHURL[0]=""

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

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

mee_configure() {
bee_configure --disable-gtk-doc-html \
--disable-gtk-doc \
--disable-gtk-doc-pdf \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
36 changes: 36 additions & 0 deletions cogl.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION cogl-1.22.8-0

#SRCURL[0]="https://download.gnome.org/sources/cogl/${PKGVERSION[2]}/cogl-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/7dd8b2e24171ef7399f851cea144b569/cogl-1.22.8.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure --disable-gtk-doc-html \
--disable-gtk-doc \
--disable-gtk-doc-pdf \
--enable-gles1 \
--enable-gles2
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
13 changes: 6 additions & 7 deletions json-glib.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION json-glib-1.4.4-0
# BEE_VERSION json-glib-1.4.4-1

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/json-glib/${PKGVERSION[2]}/json-glib-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/json-glib/${PKGVERSION[2]}/json-glib-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/4d4bb9837f6d31e32d0ce658ae135f68/json-glib-1.4.4.tar.xz"

# PATCHURL+=()

Expand All @@ -25,7 +26,7 @@ mee_patch_post() {
}

#mee_configure() {
#
# bee_configure
#}

#mee_build() {
Expand All @@ -34,8 +35,6 @@ mee_patch_post() {

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

0 comments on commit ddd8bdb

Please sign in to comment.