Install the new "settings" tool by default

This commit is contained in:
Pierre Pronchery 2015-06-16 03:03:49 -04:00
parent c825ac253b
commit 7002cde23f
3 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Name=System preferences
Comment=Preferences for the system
TryExec=settings
Exec=settings
Icon=preferences-system
Type=Application
Categories=Settings;GTK;

View File

@ -1,6 +1,6 @@
subdirs=16x16,22x22,24x24,32x32,48x48,scalable
targets=Panel.pc
dist=Makefile,Panel.pc.in,deforaos-panel-settings.desktop,deforaos-wifibrowser.desktop,pkgconfig.sh
dist=Makefile,Panel.pc.in,deforaos-panel-settings.desktop,deforaos-system-preferences.desktop,deforaos-wifibrowser.desktop,pkgconfig.sh
[Panel.pc]
type=script
@ -11,5 +11,8 @@ install=
[deforaos-panel-settings.desktop]
install=$(PREFIX)/share/applications
[deforaos-system-preferences.desktop]
install=$(PREFIX)/share/applications
[deforaos-wifibrowser.desktop]
install=$(PREFIX)/share/applications

View File

@ -36,6 +36,7 @@ sources=test.c
[settings]
type=binary
sources=settings.c
install=$(BINDIR)
[wifibrowser]
type=binary