Thread
:
[noob] cant open simple-brightness-applet in Esbox
View Single Post
qwerty12
2010-07-31 , 18:52
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#
2
Sorry, but (as its author), I don't rely on IDEs and stuff. Just plain ol' Scratchbox and gedit.
I assume you have Scratchbox installed due to your mention of ESbox, so try this:
In Scratchbox, cd to wherever you've unpacked the source. (If not, add
Extras-devel
to your sources.list in Scratchbox and type "apt-get update && apt-get source simple-brightness-applet")
Run "apt-get build-dep simple-brightness-applet" to get whatever packages it needs to build.
Issue a "dpkg-buildpackage -rfakeroot" and hope that it works...
The above should get you a deb. Edit the source if required and keep on building.
P.S. On subsequent builds, you can pass "-nc" to dpkg-buildpackage to have it speed up the process a bit by not having it clean up the files first before rebuilding.
Quote & Reply
|
The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
quingu
,
shallimus
qwerty12
View Public Profile
Find all posts by qwerty12