Skip to content

Commit

Permalink
main/xdg-dbus-proxy: update to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose authored and q66 committed Aug 17, 2023
1 parent 236ac9c commit 276b4a2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions main/xdg-dbus-proxy/template.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
pkgname = "xdg-dbus-proxy"
pkgver = "0.1.4"
pkgver = "0.1.5"
pkgrel = 0
build_style = "gnu_configure"
configure_args = ["--enable-man"]
hostmakedepends = ["pkgconf", "xsltproc", "docbook-xsl-nons"]
build_style = "meson"
configure_args = ["-Dman=enabled"]
hostmakedepends = [
"docbook-xsl-nons",
"meson",
"ninja",
"pkgconf",
"xsltproc",
]
makedepends = ["glib-devel"]
checkdepends = ["dbus"]
pkgdesc = "Filtering proxy for D-Bus connections"
maintainer = "q66 <q66@chimera-linux.org>"
license = "GPL-3.0-or-later"
url = "https://github.com/flatpak/xdg-dbus-proxy"
source = f"{url}/releases/download/{pkgver}/{pkgname}-{pkgver}.tar.xz"
sha256 = "1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab"

configure_gen = []
sha256 = "061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb"

0 comments on commit 276b4a2

Please sign in to comment.