projects/pk-update-icon
changeset 6:7539e6e1c299
fix desktop file and arguments order in Makefile
author | Pavol Rusnak <stick@gk2.sk> |
---|---|
date | Thu Oct 06 16:02:19 2011 +0200 (2011-10-06) |
parents | e4ff04df085c |
children | 56a7ed833d0a |
files | Makefile pk-update-icon.desktop |
line diff
1.1 --- a/Makefile Thu Oct 06 15:38:49 2011 +0200 1.2 +++ b/Makefile Thu Oct 06 16:02:19 2011 +0200 1.3 @@ -7,10 +7,10 @@ 1.4 all: $(NAME) 1.5 1.6 $(NAME): $(OBJS) 1.7 - $(CC) $(LDFLAGS) $(OBJS) -o $(NAME) 1.8 + $(CC) $(OBJS) $(LDFLAGS) -o $(NAME) 1.9 1.10 %.o: %.c 1.11 - $(CC) $(CFLAGS) -c $< -o $@ 1.12 + $(CC) -c $< $(CFLAGS) -o $@ 1.13 1.14 clean: 1.15 rm -f $(OBJS) $(NAME)
2.1 --- a/pk-update-icon.desktop Thu Oct 06 15:38:49 2011 +0200 2.2 +++ b/pk-update-icon.desktop Thu Oct 06 16:02:19 2011 +0200 2.3 @@ -1,9 +1,10 @@ 2.4 [Desktop Entry] 2.5 Name=PackageKit Update Applet 2.6 +GenericName=Update Applet 2.7 Comment=PackageKit Update Applet 2.8 Icon=system-software-update 2.9 Exec=pk-update-icon 2.10 Terminal=false 2.11 Type=Application 2.12 -Categories= 2.13 -NotShowIn=KDE;GNOME; 2.14 +Categories=Utility;GTK;TrayIcon; 2.15 +OnlyShowIn=XFCE;LXDE;