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
|
||||
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
|
||||
|
|
|
@ -36,6 +36,7 @@ sources=test.c
|
|||
[settings]
|
||||
type=binary
|
||||
sources=settings.c
|
||||
install=$(BINDIR)
|
||||
|
||||
[wifibrowser]
|
||||
type=binary
|
||||
|
|
Loading…
Reference in New Issue
Block a user