Skip to content

Commit

Permalink
contrib/polkit-qt-1: new package (0.200.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKettunen authored and nekopsykose committed May 29, 2024
1 parent f72d649 commit 87bea4c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/polkit-qt-1-devel
27 changes: 27 additions & 0 deletions contrib/polkit-qt-1/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
pkgname = "polkit-qt-1"
pkgver = "0.200.0"
pkgrel = 0
build_style = "cmake"
configure_args = ["-DQT_MAJOR_VERSION=6"]
hostmakedepends = [
"cmake",
"ninja",
"pkgconf",
]
makedepends = [
"glib-devel",
"polkit-devel",
"qt6-qtbase-devel",
]
pkgdesc = "Qt wrapper around polkit-1 client libraries"
maintainer = "Jami Kettunen <jami.kettunen@protonmail.com>"
license = "LGPL-2.0-or-later"
url = "https://invent.kde.org/libraries/polkit-qt-1"
source = f"$(KDE_SITE)/polkit-qt-1/polkit-qt-1-{pkgver}.tar.xz"
sha256 = "5d3b611c062d2b76a93750bb10c907bfd21d1ff08d0a15dc2cf63e278e1677fb"
hardening = ["vis", "cfi"]


@subpackage("polkit-qt-1-devel")
def _devel(self):
return self.default_devel()
1 change: 1 addition & 0 deletions contrib/polkit-qt-1/update.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pkgname = "polkit-qt-1"

0 comments on commit 87bea4c

Please sign in to comment.