Package: gkrellweather Version: 2.0.8-2.1~ppa1 Followup-For: Bug #895851 Here is that patch I mentioned...
From: Roland Hieber <roh...@rohieb.name> Subject: set PREFIX to /usr, not /usr/local A distribution package should not need to refer to /usr/local at all. Specifically, this default leads to GrabWeather being searched in /usr/local, where it is obviously not installed. Forwarded: not-needed
--- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS += -O2 -std=gnu99 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` LIBS = `pkg-config gtk+-2.0 --libs` LDFLAGS += -shared -PREFIX = /usr/local +PREFIX = /usr LOCALEDIR := $(PREFIX)/share/locale