Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gcr: fix SRCURL
- fixed SRCURL
- one language
  • Loading branch information
wwwutz committed Sep 14, 2021
1 parent ca5cb52 commit 8cdd42b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions gcr.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gcr-3.28.1-0
# BEE_VERSION gcr-3.28.1-1

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gcr/${PKGVERSION[2]}/gcr-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gcr/${PKGVERSION[2]}/gcr-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/afd88cacfd54c1ac5b3e0eb35e3aa674/gcr-3.28.1.tar.xz"

# PATCHURL+=()

Expand All @@ -19,8 +20,14 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gcr/${PKGVERSION[2]}/gcr-${PK
# bee_patch "${@}"
#}

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

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

#mee_build() {
Expand All @@ -30,4 +37,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 8cdd42b

Please sign in to comment.