-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xdg-utils: Update version from 1.0.2 to 1.1.3
With our ancient version from 2007, xdg-settings is not even included in xdg-tools and important things like `python -mantigravity` dont't work Recreate bee file from mTEMPLATE.be0 with configured and updated BEE_VERSION and SRCURL and with build_in_sourcedir set.
- Loading branch information
Showing
2 changed files
with
37 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/usr/bin/env beesh | ||
|
||
# BEE_VERSION xdg-utils-1.1.3-0 | ||
|
||
# more info: https://foo.bar.com | ||
|
||
SRCURL[0]="https://portland.freedesktop.org/download/xdg-utils-${PKGVERSION}.tar.gz" | ||
|
||
# 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 | ||
#} | ||
|
||
#mee_install_post() { | ||
# exit | ||
#} |