Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2205 from mariux64/fix-srcurl-xcursor-themes
xcursor-themes: fix SRCURL
  • Loading branch information
wwwutz committed Aug 31, 2021
2 parents e63feed + 18859f9 commit a3bdafc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xcursor-themes-1.0.4-0.bee

This file was deleted.

32 changes: 32 additions & 0 deletions xcursor-themes.be0
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION xcursor-themes-1.0.4-1

# SRCURL[0]="http://xorg.freedesktop.org/archive/individual/data/xcursor-themes-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/fdfb0ad9cfceed60e3bfe9f18765aa0d/xcursor-themes-1.0.4.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit a3bdafc

Please sign in to comment.