Skip to content

Commit

Permalink
main/qadwaitadecorations: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Sep 30, 2024
1 parent 01690c5 commit 0a1d2d7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions main/qadwaitadecorations/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pkgname = "qadwaitadecorations"
pkgver = "0.1.5"
pkgrel = 0
build_style = "cmake"
configure_args = ["-DUSE_QT6=ON"]
hostmakedepends = [
"cmake",
"ninja",
"pkgconf",
]
makedepends = [
"qt6-qtbase-devel",
"qt6-qtdeclarative-devel",
"qt6-qtsvg-devel",
"qt6-qtwayland-devel",
]
pkgdesc = "Qt decoration plugin for Adwaita decorations"
maintainer = "psykose <[email protected]>"
license = "LGPL-2.1-or-later"
url = "https://github.com/FedoraQt/QAdwaitaDecorations"
source = f"{url}/archive/refs/tags/{pkgver}.tar.gz"
sha256 = "9e3bde8332da156744f86ad09f9e0456dd63f6fcfdc330b4667f4fdc4faf7a6b"

0 comments on commit 0a1d2d7

Please sign in to comment.