35 lines
1021 B
Diff
35 lines
1021 B
Diff
Index: gpomme/gpomme-c.desktop
|
|
===================================================================
|
|
--- gpomme/gpomme-c.desktop
|
|
+++ gpomme/gpomme-c.desktop
|
|
@@ -7,4 +7,4 @@ Icon=gpomme
|
|
Exec=gpomme -c
|
|
StartupNotify=true
|
|
Type=Application
|
|
-Categories=Utility
|
|
+Categories=System;Settings;HardwareSettings;
|
|
Index: gpomme/gpomme.desktop
|
|
===================================================================
|
|
--- gpomme/gpomme.desktop
|
|
+++ gpomme/gpomme.desktop
|
|
@@ -7,4 +7,4 @@ Icon=gpomme
|
|
Exec=gpomme
|
|
StartupNotify=true
|
|
Type=Application
|
|
-Categories=Utility
|
|
+Categories=System;Settings;HardwareSettings;
|
|
Index: pommed/Makefile
|
|
===================================================================
|
|
--- pommed/Makefile
|
|
+++ pommed/Makefile
|
|
@@ -45,8 +45,7 @@ SOURCES = pommed.c cd_eject.c evdev.c co
|
|
mactel/x1600_backlight.c mactel/gma950_backlight.c \
|
|
mactel/nv8600mgt_backlight.c \
|
|
mactel/kbd_backlight.c mactel/ambient.c mactel/acpi.c
|
|
-
|
|
-LIBS = /usr/lib/libpci.a
|
|
+LIBS = -lpci -ldbus-1
|
|
endif
|
|
|
|
OBJS = $(SOURCES:%.c=%.o)
|