-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #660 from bobby285271/meson-fixes
meson: Allow custom prefixes for third-party packages
- Loading branch information
Showing
18 changed files
with
59 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[Desktop Entry] | ||
_Name=Budgie Desktop (magpie) | ||
_Comment=This session logs you into the Budgie Desktop using magpie as the window manager | ||
Exec=@prefix@/bin/magpie-wm -s /usr/bin/budgie-desktop | ||
TryExec=@prefix@/bin/magpie-wm | ||
Exec=@magpie_bindir@/magpie-wm -s @bindir@/budgie-desktop | ||
TryExec=@magpie_bindir@/magpie-wm | ||
Icon= | ||
Type=Application | ||
DesktopNames=Budgie |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[Desktop Entry] | ||
_Name=Budgie Desktop | ||
_Comment=This session logs you into the Budgie Desktop using labwc as the window manager | ||
Exec=@prefix@/bin/labwc -S /usr/bin/budgie-desktop | ||
TryExec=@prefix@/bin/labwc | ||
Exec=@labwc_bindir@/labwc -S @bindir@/budgie-desktop | ||
TryExec=@labwc_bindir@/labwc | ||
Icon= | ||
Type=Application | ||
DesktopNames=Budgie |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...udgie.SettingsDaemon.A11ySettings.desktop → ...ie.SettingsDaemon.A11ySettings.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sofbudgie.SettingsDaemon.Datetime.desktop → ...budgie.SettingsDaemon.Datetime.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
....SettingsDaemon.DiskUtilityNotify.desktop → ...ttingsDaemon.DiskUtilityNotify.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=gnome-disk-utility notification plugin for GNOME Settings Daemon (Budgie) | ||
Exec=/usr/libexec/gsd-disk-utility-notify | ||
Exec=@gsd_libexecdir@/gsd-disk-utility-notify | ||
OnlyShowIn=Budgie; | ||
NoDisplay=true | ||
X-GNOME-AutoRestart=true |
2 changes: 1 addition & 1 deletion
2
...udgie.SettingsDaemon.Housekeeping.desktop → ...ie.SettingsDaemon.Housekeeping.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...diesofbudgie.SettingsDaemon.Power.desktop → ...sofbudgie.SettingsDaemon.Power.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...SettingsDaemon.PrintNotifications.desktop → ...tingsDaemon.PrintNotifications.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...iesofbudgie.SettingsDaemon.Rfkill.desktop → ...ofbudgie.SettingsDaemon.Rfkill.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...esofbudgie.SettingsDaemon.Sharing.desktop → ...fbudgie.SettingsDaemon.Sharing.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ofbudgie.SettingsDaemon.Smartcard.desktop → ...udgie.SettingsDaemon.Smartcard.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...diesofbudgie.SettingsDaemon.Sound.desktop → ...sofbudgie.SettingsDaemon.Sound.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...dgie.SettingsDaemon.UsbProtection.desktop → ...e.SettingsDaemon.UsbProtection.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...diesofbudgie.SettingsDaemon.Wacom.desktop → ...sofbudgie.SettingsDaemon.Wacom.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ddiesofbudgie.SettingsDaemon.Wwan.desktop → ...esofbudgie.SettingsDaemon.Wwan.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters