Skip to content

librsvg: fix SRCURL and cleanup #2429

Merged
merged 1 commit into from
Oct 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}