Age | Commit message (Collapse) | Author |
|
The non-git package was updated to provide the units as a sub-package.
Align with that package again to provide the same functionality.
Signed-off-by: David Rheinsberg <david@readahead.eu>
|
|
Update SRCINFO to the newest changes.
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Force the 4.17 kernel compatibility in dbus-broker. This should be more
than guaranteed by all ArchLinux kernels by now.
Suggested-by: ms178
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
This changes the version number from:
$ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
r1502.5d475cf
to:
$ git describe --long --tags | sed 's/^v//;s/-/./g'
31.14.g5d475cf
We now have the release-version leading the version-number, making it
much easier to deduce the base branch. It is then followed by number of
patches on top, as well as the git-sha for identification.
Suggested-by: ms178
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Avoid absolute paths to allow building in buildroots, use relative paths
to refer to sources inside the srcdir.
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Update SRCINFO to the newest builds.
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Update the build instructions to the new dbus-broker-30 way of including
subprojects. Since we want to use offline-builds, pull in the submodules
from their respective branches.
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Align the PKGBUILD file with the official dbus-broker file, keeping both
in sync.
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Synchronize all the details with the non-git package so we stay
up-to-date and do not deviate from it.
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Extend the console-users by the 'gdm' system user. For details, see:
https://github.com/bus1/dbus-broker/issues/199
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Merge some simplifications from the stable package, as well as enable
audit support.
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Update the submodules and fix incorrect urls.
Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
|
|
Include the newly required c-ini and c-shquote submodules, in favor of
dropping the glib2 dependency.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
Build documentation along dbus-broker.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
Newer -git versions require the c-utf8 dependency. Add it, and update
all the instructions for it.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
Sync the build-instructions with the non-git package. In particular,
rely on arch-meson and drop the makefile workarounds.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
Update the SRCINFO according to the PKGBUILD.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
Sync the instructions of the build-file with the non-git package, to
keep differences minimal.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
This new package builds dbus-broker from git-master upstream. No 3rd
party patches applied.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|