Skip to content

Commit

Permalink
Merge pull request #2250 from mariux64/update-pango-1491
Browse files Browse the repository at this point in the history
pango: update 1.42.1 to 1.49.1
  • Loading branch information
wwwutz authored Sep 8, 2021
2 parents 272688a + 4fd13a8 commit 3321ad7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pango.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION pango-1.42.1-1
# BEE_VERSION pango-1.49.1-0

#SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/pango/${PKGVERSION[2]}/pango-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/d66d2f29e92d33b6da5e19c563520f7c/pango-1.42.1.tar.xz"
# https://download.gnome.org/sources/pango/1.49/pango-1.49.1.tar.xz
SRCURL[0]="https://beehive.molgen.mpg.de/082556d5ad49629df34492c3573754af/pango-${PKGVERSION}.tar.xz"


# Dependency fribidi found: NO found 1.0.2 but need: '>= 1.0.6'

# PATCHURL+=()

Expand All @@ -19,9 +23,11 @@ SRCURL[0]="https://beehive.molgen.mpg.de/d66d2f29e92d33b6da5e19c563520f7c/pango-
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--wrap-mode=nofallback

}

#mee_build() {
# bee_build
Expand All @@ -30,6 +36,3 @@ SRCURL[0]="https://beehive.molgen.mpg.de/d66d2f29e92d33b6da5e19c563520f7c/pango-
#mee_install() {
# bee_install
#}
mee_install_post() {
rm -rvf ${D}/usr/share/man
}

0 comments on commit 3321ad7

Please sign in to comment.