forked from pool/pommed
29 lines
682 B
Diff
29 lines
682 B
Diff
--- gpomme/gpomme-c.desktop
|
|
+++ gpomme/gpomme-c.desktop
|
|
@@ -7,4 +7,4 @@
|
|
Exec=gpomme -c
|
|
StartupNotify=true
|
|
Type=Application
|
|
-Categories=Application;Utility
|
|
+Categories=System;Settings;HardwareSettings
|
|
--- gpomme/gpomme.desktop
|
|
+++ gpomme/gpomme.desktop
|
|
@@ -7,4 +7,4 @@
|
|
Exec=gpomme
|
|
StartupNotify=true
|
|
Type=Application
|
|
-Categories=Application;Utility
|
|
+Categories=System;Settings;HardwareSettings
|
|
--- pommed/Makefile
|
|
+++ pommed/Makefile
|
|
@@ -42,8 +42,7 @@
|
|
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
|
|
endif
|
|
|
|
OBJS = $(SOURCES:%.c=%.o)
|