Skip to content

Commit

Permalink
libhandy: add version 1.2.3
Browse files Browse the repository at this point in the history
- add
- required by evince 40.4
  • Loading branch information
wwwutz committed Nov 16, 2021
1 parent 90cf93e commit 64b8701
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions libhandy.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION libhandy-1.2.3-0

# SRCURL[0]="https://download.gnome.org/sources/libhandy/${PKGVERSION[2]}/libhandy-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/f468e27518d393961e3fa8803d4550d5/libhandy-1.2.3.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

mee_patch() {
bee_patch "${@}"
echo "">po/LINGUAS
}

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

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 64b8701

Please sign in to comment.