You are not logged in.

#1 2012-04-28 01:55:45

nankura
Member
Registered: 2011-08-02
Posts: 166

[SOLVED]AWN Extra Applets and ObShutdown

Hey guys

whenever i try to build the applets package from the AUR it fails on me and asks to rebuild and it seems non exsistant from pacman repos

and same with obshutdown

Last edited by nankura (2012-04-28 02:22:52)

Offline

#2 2012-04-28 02:03:37

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,525
Website

Re: [SOLVED]AWN Extra Applets and ObShutdown

nankura wrote:

whenever i try to build the applets package from the AUR it fails on me

Actual error messages would be helpful.

EDIT:
I just tried obshutdown - I wasn't going to install all the dependencies for the other one just to see if I could replicate an error you didn't show.

I did get one error about glib.h.  It took a single sed command to fix it and it built fine.

In the PKGBUILD you can edit build() as follows:

build() {
	cd "${srcdir}/${pkgname}-${pkgver/_/-}"
	./configure \
		--prefix=/usr
	sed -i 's|glib/gtypes.h|glib.h|' ./src/*
	make
}

EDIT2: and then, if you are feeling helpful, email this change, or the link to this thread, to the author of the PKGBUILD as it needs an update.

Last edited by Trilby (2012-04-28 02:15:45)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2012-04-28 02:22:32

nankura
Member
Registered: 2011-08-02
Posts: 166

Re: [SOLVED]AWN Extra Applets and ObShutdown

thanks trilby, your solution worked and ive pasted this link in the AUR

Offline

Board footer

Powered by FluxBB