comparison Makefile @ 14:64f05992d8ec

GObject-based rewrite use asynchronous packagekit-glib API use persistent menu widget and notification object update existing notification when new updates become available, close it when no updates are available show status icon when updates are available, hide it when no updates are available hide icon when gpk-update-viewer is executed, check for updates when gpk-update-viewer exits introduce a startup delay before the first check for updates is made add context menu item to manually trigger a check for updates remove context menu item for quitting pk-update-icon
author Guido Berhoerster <guido@berhoerster.name>
date Thu, 20 Oct 2011 08:19:22 +0200
parents dca97330d81e
children c7eac2574c76
comparison
equal deleted inserted replaced
13:dca97330d81e 14:64f05992d8ec
16 xdgautostartdir ?= $(sysconfdir)/xdg/autostart 16 xdgautostartdir ?= $(sysconfdir)/xdg/autostart
17 17
18 PACKAGE = pk-update-icon 18 PACKAGE = pk-update-icon
19 APP_NAME = org.opensuse.pk-update-icon 19 APP_NAME = org.opensuse.pk-update-icon
20 VERSION = 0.1 20 VERSION = 0.1
21 OBJS = main.o notify.o packagekit.o 21 OBJS = main.o pkui-icon.o pkui-backend.o
22 AUTOSTART_FILE = $(PACKAGE).desktop 22 AUTOSTART_FILE = $(PACKAGE).desktop
23 MOFILES := $(patsubst %.po,%.mo,$(wildcard po/*.po)) 23 MOFILES := $(patsubst %.po,%.mo,$(wildcard po/*.po))
24 POTFILE = po/$(PACKAGE).pot 24 POTFILE = po/$(PACKAGE).pot
25 CPPFLAGS := $(shell pkg-config --cflags gtk+-2.0 unique-1.0 libnotify packagekit-glib2) \ 25 CPPFLAGS := $(shell pkg-config --cflags gtk+-2.0 unique-1.0 libnotify packagekit-glib2) \
26 -DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE \ 26 -DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE \