Install the new "settings" tool by default
This commit is contained in:
parent
c825ac253b
commit
7002cde23f
8
data/deforaos-system-preferences.desktop
Normal file
8
data/deforaos-system-preferences.desktop
Normal 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;
|
|
@ -1,6 +1,6 @@
|
||||||
subdirs=16x16,22x22,24x24,32x32,48x48,scalable
|
subdirs=16x16,22x22,24x24,32x32,48x48,scalable
|
||||||
targets=Panel.pc
|
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]
|
[Panel.pc]
|
||||||
type=script
|
type=script
|
||||||
|
@ -11,5 +11,8 @@ install=
|
||||||
[deforaos-panel-settings.desktop]
|
[deforaos-panel-settings.desktop]
|
||||||
install=$(PREFIX)/share/applications
|
install=$(PREFIX)/share/applications
|
||||||
|
|
||||||
|
[deforaos-system-preferences.desktop]
|
||||||
|
install=$(PREFIX)/share/applications
|
||||||
|
|
||||||
[deforaos-wifibrowser.desktop]
|
[deforaos-wifibrowser.desktop]
|
||||||
install=$(PREFIX)/share/applications
|
install=$(PREFIX)/share/applications
|
||||||
|
|
|
@ -36,6 +36,7 @@ sources=test.c
|
||||||
[settings]
|
[settings]
|
||||||
type=binary
|
type=binary
|
||||||
sources=settings.c
|
sources=settings.c
|
||||||
|
install=$(BINDIR)
|
||||||
|
|
||||||
[wifibrowser]
|
[wifibrowser]
|
||||||
type=binary
|
type=binary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user