Skip to content

gnome-icon-theme: fix srcurl #1613

Merged
merged 1 commit into from
Jan 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 10 additions & 9 deletions gnome-icon-theme-3.12.0-0.bee → gnome-icon-theme.be0
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
#!/usr/bin/env beesh

SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/gnome-icon-theme/${PKGVERSION[2]}/gnome-icon-theme-${PKGVERSION}.tar.xz"

PATCHURL[0]=""
# BEE_VERSION gnome-icon-theme-3.12.0-1

# BEE_CONFIGURE=compat
# more info: https://foo.bar.com

# BEE_BUILDTYPE=
SRCURL[0]="http://ftp.acc.umu.se/pub/gnome/sources/gnome-icon-theme/${PKGVERSION[2]}/gnome-icon-theme-${PKGVERSION}.tar.xz"
SRCURL[0]="/src/mariux/md5repo/f14bed7f804e843189ffa7021141addd/gnome-icon-theme-3.12.0.tar.xz"

EXCLUDE+=(/icon-theme.cache$)
# PATCHURL+=()

# build_in_sourcedir




# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
Expand All @@ -36,3 +33,7 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}