DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

tint2 battery indicator in DragonFly BSD works exactly like in a FreeBSD #126

Closed yrabbit closed 9 years ago

yrabbit commented 9 years ago

so in x11/tint/files/patch-src-battery-battery.c all conditions like defined(FreeBSD) can be replaced with defined(FreeBSD) || defined(DragonFly)

jrmarino commented 9 years ago

Can you tell me if the current version of tint works on DragonFly as expected?

This was my change: efc83877557d4f955602415e41159d973ec7004e

yrabbit commented 9 years ago

On Sat, Dec 27, 2014 at 01:35:06PM -0800, jrmarino wrote:

Can you tell me if the current version of tint works on DragonFly as expected?

This was my change: efc8387

Yes! build from sources gives me working tint with battery. Thanks.

Today binary package is not so well:

pkg install tint2 tint2

Shared object "libintl.so.8" not found, required by "tint2"

with best reagrds, Yellow Rabbit DragonFly 4.1-DEVELOPMENT x86_64