32 Commits

Author SHA1 Message Date
Nikos Tsipinakis
cf091bea37
Merge pull request #840 from fwSmit/master
Small fixes
2021-05-26 20:09:28 +02:00
Nikos Tsipinakis
0994c57b3e
Merge pull request #856 from mgsloan/patch-1
Fix link to "Building" section in readme
2021-05-26 19:51:58 +02:00
Benedikt Heine
d9282b7f86 Add EXTRA_CFLAGS with -Werror for CI 2021-05-01 14:18:35 +02:00
Michael Sloan
85ff05062c
Fix link to "Building" section in readme 2021-04-24 16:56:35 -06:00
fwsmit
5c0d7ea662 docs: Update dependencies in README
The Gtk3 dependencie was dropped #376, so we better remove it from the
list
2021-04-08 17:44:13 +02:00
Nikos Tsipinakis
7e22272ebb
Merge pull request #837 from fwSmit/dunst-readme
Dunst readme
2021-03-08 09:16:36 +02:00
fwsmit
8413ade9d7 readme: add screenshots and improve presentation 2021-02-27 23:14:34 +01:00
fwsmit
1f4278a5e2 Improve support for compiling without wayland
Fixes indent in makefile and improves README wording.
2021-02-13 20:23:26 +01:00
fwsmit
bb12727bc0 Make compiling for wayland optional
This can be changed in config.mk or by using the command
        make WAYLAND=0

Also removed using_xwayland function definition as it isn't defined
anymore
2021-01-09 21:54:23 +01:00
Nikos Tsipinakis
0d038021a6 Update README to mention libnotify dependency 2020-04-04 15:40:47 +02:00
Nikos Tsipinakis
520c36ad7a
Replace coveralls badge with codecov 2020-04-03 17:22:07 +02:00
Benedikt Heine
29e02c2a29 Introduce Github Actions as CI 2020-03-31 23:51:20 +02:00
Benedikt Heine
b3e640a8ef Remove CircleCI and Travis CI
Those will get replaced by Github Actions
2020-03-31 15:27:42 +02:00
Benedikt Heine
6df6a50900 Use BINDIR, DATADIR and MANDIR in Makefile 2019-02-02 16:50:49 +01:00
Benedikt Heine
319e18e449 Use master branch for coveralls badge image 2019-01-05 15:56:27 +01:00
Benedikt Heine
c562c6441a Add CircleCI status badge 2018-12-10 04:21:46 +01:00
Benedikt Heine
403e4cc176 Remove libxdg-basedir dependency
GLib's g_get_user_config_dir function does exactly the same thing and
we don't need libxdg-basedir for something else.
2018-10-05 02:10:41 +02:00
Benedikt Heine
aed3fd30c0 Link the License in README 2018-05-15 17:01:08 +02:00
Benedikt Heine
d4ffa0e0ad Update maintainer addresses 2018-05-15 16:57:37 +02:00
Nikos Tsipinakis
630fd7fe03 Point out that make calls should use the same vars in README 2018-01-05 20:25:46 +02:00
Benedikt Heine
85da5d788b Add build documentation 2017-12-26 03:31:06 +01:00
Nikos Tsipinakis
74c3330669 Add coveralls
Send test coverage statistics to coveralls to provide a visual way to
monitor the progress of our testing suite.
2017-12-19 06:38:24 +02:00
thomas
f6850389ec
Fix typo in README.md
...since I also fixed it on the website (:
2017-12-12 19:00:37 +01:00
Benedikt Heine
855d4bb860 depend on gtk3 instead of gtk2 2017-07-13 15:01:52 +02:00
Nikos Tsipinakis
c547f6eec9 Add force_xinerama option
Since after the release a lot of downstream users will not be building
from source, it makes a lot more sense to have an option to fall back to
the Xinerama extension for those that are still on systems that do not
support RandR.
2017-07-10 14:38:20 +03:00
Nikos Tsipinakis
394ac9b5fe Update readme to reflect the new dependencies
Replace the dependency list in the README to mention libxrandr instead
of libxinerama since that's the default value of the MULTIMON variable
in config.mk
2017-04-02 19:41:36 +03:00
Nikos Tsipinakis
3c38741e71 Remove unused dependencies
Remove xext and xft as a dependency since they are not currently used
and probably haven't been used a while.

Also remove freetype2 from the pkg-config list, while it is required by
pangocairo it should be included from the pkg-config --cflags call.
2017-04-01 18:52:15 +03:00
Eizen
36ad645c47 Update Readme 2017-01-29 16:18:22 -03:00
Eizen
5e9c3cbc95 Fix Readme
Github markdown doesn't support irc URI scheme. Move issue tracker link to the end.
2017-01-23 17:00:47 -03:00
Eizen
97bc56847b Update README
Replace old issue tracker link. Add travis status image. Add missing dependency.
2017-01-23 16:39:34 -03:00
Eizen
b8364f4104 Fix missing link README 2016-11-19 20:16:35 -03:00
Eizen
dfdc082687 Change README
Move README to docs/dunst.pod to be used as man page. Write a README with building instructions and dependencies. Remove INSTALL as it's no longer necessary.
2016-11-19 20:11:21 -03:00