Skip to content

Commit

Permalink
Merge pull request #1751 from mariux64/update-shared-mime-info
Browse files Browse the repository at this point in the history
shared-mime-info: update from 0.90 to 1.15
  • Loading branch information
wwwutz authored Mar 3, 2020
2 parents 1740401 + 3ceb829 commit f8a1cad
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
31 changes: 0 additions & 31 deletions shared-mime-info-0.90-1.bee

This file was deleted.

39 changes: 39 additions & 0 deletions shared-mime-info.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION shared-mime-info-1.15-0

# see also http://www.linuxfromscratch.org/blfs/view/svn/general/shared-mime-info.html
# SRCURL[0]="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-1.15.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/5215f3d679a817de97eb8b0b911e9393/shared-mime-info-1.15.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--disable-nls \
--disable-update-mimedb
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit f8a1cad

Please sign in to comment.