Trying to update the lxpanel-git pkgbuild.

This is what I have:

source=("git://github.com/lxde/lxpanel.git")
sha256sums=('SKIP')
_gitname="lxpanel"

pkgver() {
        cd "$srcdir/$_gitname"
        echo "$(git describe --always | sed 's/-/./g')"
}

prepare() {
        cd "$srcdir/$_gitname"
        ./autogen.sh
}

build() {
        cd "$srcdir/$_gitname"
        ./configure --sysconfdir=/etc --prefix=/usr --enable-man
        make
}

package() {
        cd "$srcdir/$_gitname"
        make DESTDIR="$pkgdir" install
}


It fails in build():
<snip>
make[2]: Leaving directory `/home/adys/aur/lxpanel-git/src/lxpanel/po'
Making all in man
make[2]: Entering directory `/home/adys/aur/lxpanel-git/src/lxpanel/man'

Error: you need to run configure with '--enable-man'
       in order to regenerate man pages.

make[2]: *** [lxpanel.1] Error 1
make[2]: Leaving directory `/home/adys/aur/lxpanel-git/src/lxpanel/man'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/adys/aur/lxpanel-git/src/lxpanel'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...


Neither --disable-man nor --enable-man has any actual effect, same output
on both.

Any ideas?


J. Leclanche
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to