Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
awesome: remove libxdg-basedir dependency
- link basedir static
  • Loading branch information
wwwutz committed Mar 12, 2020
1 parent 4fa2c1a commit 37cbfb7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 88 deletions.
19 changes: 14 additions & 5 deletions awesome.be0
@@ -1,10 +1,10 @@
#!/usr/bin/env beesh

# BEE_VERSION awesome-3.5.9-1
# BEE_VERSION awesome-3.5.9-3

SRCURL[0]="https://github.com/awesomeWM/awesome-releases/raw/master/${PKGNAME}-${PKGVERSION}.tar.bz2 ${PKGNAME}-${PKGVERSION}.tar.gz"

# EXCLUDE+=()
#SRCURL[0]="https://github.com/awesomeWM/awesome-releases/raw/master/${PKGNAME}-${PKGVERSION}.tar.bz2 ${PKGNAME}-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/3e3268231fbd131fa9d5c27615b1efea/awesome-3.5.9.tar.gz"
SRCURL[1]="https://github.com/devnev/libxdg-basedir/archive/libxdg-basedir-1.2.0.tar.gz"

# build_in_sourcedir

Expand All @@ -16,7 +16,17 @@ SRCURL[0]="https://github.com/awesomeWM/awesome-releases/raw/master/${PKGNAME}-$
# bee_patch "${@}"
#}

mee_configure_pre() {
(
cd ${S}/libxdg-basedir-libxdg-basedir-1.2.0
autoreconf --force --install
./configure --prefix=${B} --enable-shared=no
make install
)
}

mee_configure() {
PKG_CONFIG_PATH=${B}/lib/pkgconfig \
bee_configure -DSYSCONFDIR=/etc
}

Expand All @@ -28,4 +38,3 @@ mee_configure() {
# bee_install
# exit
#}
## by default this may be 'make install DESTDIR="${D}"'
83 changes: 0 additions & 83 deletions libxdg-basedir-1.2.0-0.bee

This file was deleted.

0 comments on commit 37cbfb7

Please sign in to comment.