Commit Graph

24 Commits

Author SHA1 Message Date
Érico Rolim
1a61b59d85 install.sh: add missing shebang. 2020-11-17 17:13:07 -03:00
Scott Moreau
215c821512 Add missing space for .desktop install prompt 2020-08-16 10:04:39 -06:00
Scott Moreau
fb9b307afb Show correct default in help text 2020-08-16 10:02:55 -06:00
Scott Moreau
c4b04481f1 Optionally install wayfire-plugins-extra 2020-08-16 09:59:26 -06:00
Scott Moreau
03cbc42e6f install.sh: Use install -m instead of cp 2020-04-11 02:46:55 -06:00
Scott Moreau
723a413b88 Set XDG_DATA_DIRS to find .desktop files installed to
This effectively make wcm appear in wf-panel menu widget.
2020-04-03 23:34:00 -06:00
Scott Moreau
99b5e5b011 Add option to install wayfire desktop session file 2020-04-03 23:34:00 -06:00
Scott Moreau
f08b4e358c install.sh: Echo 'installation done' message as the last message 2020-04-03 23:34:00 -06:00
Ilia Bozhinov
2146d856c1 install.sh: set install prefix as first thing in the PATH
Otherwise, we may get conflicts with installations in /usr
2020-03-27 22:25:07 +01:00
Ilia Bozhinov
6ed17f80ac install.sh: create config dir if it does not exist
Fixes #3
2020-03-26 18:29:58 +01:00
Scott Moreau
dfbd3744a8 install.sh: Install start_wayfire.sh as /bin/startwayfire 2020-03-24 03:22:14 -06:00
Scott Moreau
af11c9c62c install.sh: Use path where the script lives as the build root
Using /home/scott/src/wayland/wayfire/wf-install assumes the script is being run from the repo directory.
Instead we should get the path by changing into dirname $0 directory
first and then using pwd -P.
2020-03-24 03:21:42 -06:00
Scott Moreau
06f8a6d2ea install.sh: Set CAP_SYS_ADMIN if neither systemd nor elogind is found 2020-03-24 03:16:54 -06:00
Scott Moreau
599b16834d install.sh: Don't use sudo if sudo isn't available
This might be the case on systems like debian.
2020-03-24 03:16:54 -06:00
Ilia Bozhinov
e74718ad16 check whether sudo is required
Otherwise, we can just install without it.

Fixes #1
2020-03-22 13:46:32 +01:00
Ilia Bozhinov
fa2d5a8dc2 install.sh: fix checking out the correct stream 2020-03-21 21:08:20 +01:00
Ilia Bozhinov
81099a2c47 install.sh: fix conditionals 2020-03-21 20:48:56 +01:00
Ilia Bozhinov
ae36206f2b start_wayfire.sh: fix variable declarations 2020-03-19 23:12:44 +01:00
Ilia Bozhinov
2d61a0b7b5 install.sh: add --system-wlroots option 2020-03-19 23:11:42 +01:00
Ilia Bozhinov
7b4e329540 install.sh: Add argument handling 2020-03-19 21:54:22 +01:00
Ilia Bozhinov
b20e8ed4ae install.sh: do not delete files from previous build 2020-03-19 17:02:38 +01:00
Ilia Bozhinov
1797657073 install.sh: use meson to get libdir instead of guessing 2020-03-19 13:52:35 +01:00
Ilia Bozhinov
a5a6cec830 add more places where meson could install files 2020-03-19 13:35:02 +01:00
Ilia Bozhinov
ad935678e2 start work 2020-03-19 13:23:48 +01:00