Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clutter,cogl,json-glib: fixed SRCURL, disable nls
- tabs to white space
- nls disabled
- fixed SRCURLs
  • Loading branch information
wwwutz committed May 3, 2021
1 parent 581042f commit c73ec3e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions clutter.be0
Expand Up @@ -2,12 +2,11 @@

# 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://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]=""

# EXCLUDE=""

#mee_extract() {
# bee_extract ${@}
#}
Expand All @@ -18,8 +17,9 @@ PATCHURL[0]=""

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

#mee_build() {
Expand Down
7 changes: 4 additions & 3 deletions cogl.be0
Expand Up @@ -2,7 +2,8 @@

# BEE_VERSION cogl-1.22.8-0

SRCURL[0]="https://download.gnome.org/sources/cogl/${PKGVERSION[2]}/cogl-${PKGVERSION}.tar.xz"
#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+=()

Expand All @@ -22,8 +23,8 @@ mee_configure() {
bee_configure --disable-gtk-doc-html \
--disable-gtk-doc \
--disable-gtk-doc-pdf \
--enable-gles1 \
--enable-gles2
--enable-gles1 \
--enable-gles2
}

#mee_build() {
Expand Down
4 changes: 2 additions & 2 deletions json-glib.be0
Expand Up @@ -2,7 +2,8 @@

# 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 Down Expand Up @@ -36,5 +37,4 @@ mee_install() {
bee_install
rm -r ${D}/usr/share/installed-tests
rm -r ${D}/usr/libexec/installed-tests

}

0 comments on commit c73ec3e

Please sign in to comment.