From 28b670d7f49c324519e499eec00c561fa2cf9d49 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 21 Jan 2020 15:52:07 +0100 Subject: [PATCH] gnome-icon-theme: fix srcurl - be0ify - fixed srcurl --- ...theme-3.12.0-0.bee => gnome-icon-theme.be0 | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) rename gnome-icon-theme-3.12.0-0.bee => gnome-icon-theme.be0 (62%) diff --git a/gnome-icon-theme-3.12.0-0.bee b/gnome-icon-theme.be0 similarity index 62% rename from gnome-icon-theme-3.12.0-0.bee rename to gnome-icon-theme.be0 index 3daac373e..ded1a2c12 100755 --- a/gnome-icon-theme-3.12.0-0.bee +++ b/gnome-icon-theme.be0 @@ -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 "${@}" @@ -36,3 +33,7 @@ mee_configure() { #mee_install() { # bee_install #} + +#mee_install_post() { +# exit +#}