summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-04-15fix build and bump versionJulian Brost
basically applied changes from the regular icinga2 PKGBUILD
2020-12-24add icingadb.conf to backup array and bump versionJulian Brost
2019-10-08add workaround for boost version not being detected correctlyJulian Brost
There is a problem with CMake>=3.15 and Boost>=1.70.0 where the value of a variable containing the boost version changed, for more details see https://github.com/Icinga/icinga2/issues/7566
2019-03-03bump versionJulian Brost
2019-02-17new version scheme using the last released versionJulian Brost
2018-02-24bump version and update .SRCINFOJulian Brost
2018-02-24update maintainer/contributor header in PKGBUILDJulian Brost
2018-02-24add dependency to libsystemdJulian Brost
The icinga2 binary links against libsystemd now.
2018-02-24add comments to package() and add another sanity checkJulian Brost
2018-02-24create system user and groups using systemd-sysusersJulian Brost
2018-02-24move tmpfiles.conf to separate fileJulian Brost
Also remove unnecessary call to systemd-tempfiles in post_install: this is now automatically done by a pacman hook.
2018-02-24merge split packages into one packageJulian Brost
The icinga2-common-git package included shared libraries most of which are now linked into the icinga2 binary. This also fixes the issue that /usr/lib/monitoring-plugins/check_nscp_api was included in both icinga2-git and icinga2-common-git.
2018-02-24update backup array and check it for consistency in the build processJulian Brost
The list is quite long for the icinga2 package and was incomplete at the moment. Update it and add a sanity check to the package() function to prevent this in the future.
2018-02-22remove icinga-studio-git packageJulian Brost
icinga studio was removed by upstream recently: https://github.com/Icinga/icinga2/pull/6059
2018-02-22add systemd to makedepends, required for building with extra-x86_64-buildJulian Brost
2017-02-06Split package to include Icinga StudioMalte Rabenseifner
2016-06-08Add missing dependenciesMalte Rabenseifner
openssl should have been implicitly used in the past, libedit is required for command history and line-editing when using `icinga2 console`
2016-06-08Fix small issues in PKGBUILDMalte Rabenseifner
2015-06-20Initial importMalte Rabenseifner