summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove autotools build systemJan Rybar2022-05-091-44/+0
|
* docs: transform repo doc files to MarkdownVincent Mihalkovic2022-03-211-1/+1
|
* jsauthority: port to mozjs-91Xi Ruoyao2022-01-271-0/+2
|
* build: Migrate from Intltool to GettextIñigo Martínez2021-07-291-1/+1
| | | | | | | | Recent versions of Gettext are able to translate several formats that are used in GNOME applications. This migrates from Intltool to Gettext both autotools and meson build systems.
* build: Build documentation from source during distcheckSimon McVittie2021-06-031-1/+1
| | | | | | This verifies that we can. Signed-off-by: Simon McVittie <smcv@debian.org>
* build: Port to meson build systemJan Rybar2020-10-261-0/+4
| | | | | | meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools.
* Release 0.118Jan Rybar2020-09-081-4/+4
|
* build: Start using git.mkColin Walters2015-06-031-0/+2
| | | | | | | | I was looking at: https://bugs.freedesktop.org/show_bug.cgi?id=85504 But polkit, particularly because of its use of recursive make, is a good fit for git.mk.
* build: Fix several issues on FreeBSDTing-Wei Lan2014-02-181-1/+5
| | | | | | | | | | 1. Fallback to fsync() if fdatasync() is not available. 2. Check whether setnetgrent() has a return value. 3. Check whether the system has SIGPOLL. 4. Add configure option to disable test. mocklibc cannot be built on FreeBSD because of function prototype conflict. https://bugs.freedesktop.org/show_bug.cgi?id=73821
* Add a systemd .service fileDavid Zeuthen2012-05-231-1/+6
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* Add Makefile rules for signing and publishing releases and docsDavid Zeuthen2012-04-241-0/+12
| | | | | | | Also mention in README how the authenticity of releases can be verified. Signed-off-by: David Zeuthen <davidz@redhat.com>
* Bug 43608 – Add unit testsNikki VonHollen2011-12-201-1/+1
| | | | | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=43608 Basic unittest support and a few tests. Adds basic unit tests for: PolkitIdentity, PolkitUnixUser, PolkitUnixGroup, PolkitBackendLocalAuthorizationStore, and PolkitBackendLocalAuthority. Signed-off-by: David Zeuthen <davidz@redhat.com>
* Fix 'make distcheck'0.100David Zeuthen2011-02-211-1/+1
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* fix 'make distcheck'David Zeuthen2009-01-211-1/+0
|
* add core polkit actionsDavid Zeuthen2008-12-071-1/+1
|
* initial commitDavid Zeuthen2008-11-061-0/+16