Skip to content

Commit

Permalink
contrib/bubblejail: fix deps
Browse files Browse the repository at this point in the history
closes #2015
  • Loading branch information
nekopsykose committed May 19, 2024
1 parent 3b7a194 commit abcb6ee
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions contrib/bubblejail/template.py
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
pkgname = "bubblejail"
pkgver = "0.8.3"
pkgrel = 0
pkgrel = 1
build_style = "meson"
configure_args = [
"-Dbytecode-optimization=0",
"-Duse_python_site_packages_dir=true",
]
hostmakedepends = [
"desktop-file-utils",
"meson",
"pkgconf",
"scdoc",
]
makedepends = [
"libseccomp-devel",
"python-jinja2",
"python-pyxdg",
"python-tomli-w",
"scdoc",
]
depends = [
"bubblewrap",
"desktop-file-utils",
"libnotify",
"libseccomp",
"python-jinja2",
"python-pyqt6",
"python-pyxdg",
"python-tomli-w",
"xdg-dbus-proxy",
]
checkdepends = list(depends)
pkgdesc = "Bubblewrap based sandboxing for desktop applications"
maintainer = "ttyyls <contact@behri.org>"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit abcb6ee

Please sign in to comment.