Skip to content

Commit

Permalink
clutter: Update to version 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Apr 23, 2021
1 parent 97d2fcd commit 05c0296
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 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"

PATCHURL[0]=""

# EXCLUDE=""

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

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

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

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 05c0296

Please sign in to comment.