Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gnome-icon-theme: fix srcurl
- be0ify
- fixed srcurl
  • Loading branch information
wwwutz committed Jan 21, 2020
1 parent bc32f1f commit 28b670d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions gnome-icon-theme-3.12.0-0.bee → 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 "${@}"
Expand All @@ -36,3 +33,7 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 28b670d

Please sign in to comment.