Skip to content

Commit

Permalink
Merge pull request #2429 from mariux64/fix-srcurl-librsvg
Browse files Browse the repository at this point in the history
librsvg: fix SRCURL and cleanup
  • Loading branch information
wwwutz authored Oct 29, 2021
2 parents a585646 + 17906f8 commit ef4e52b
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions librsvg.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
#!/bin/env beesh
#!/usr/bin/env beesh

# BEE_VERSION librsvg-2.47.3-0
# BEE_VERSION librsvg-2.47.3-1

SRCURL[0]="https://download.gnome.org/sources/librsvg/${PKGVERSION[2]}/librsvg-${PKGVERSION}.tar.xz"
#SRCURL[0]="https://download.gnome.org/sources/librsvg/${PKGVERSION[2]}/librsvg-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/3a908e013c3de8a12d40756c3e673589/librsvg-2.47.3.tar.xz"

p=/pkg/rustc-1.52.1-0/profile; [ -e $p ] && . $p

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure --disable-mozilla-plugin
bee_configure \
--disable-mozilla-plugin \
--disable-nls
}

#mee_build() {
# bee_build
#}

mee_install() {
bee_install
cd ${D} && rm -r usr/share/doc
}

0 comments on commit ef4e52b

Please sign in to comment.