summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-07-09 13:47:56 +0200
committerMartchus2022-07-09 13:47:56 +0200
commit9666320bc09da82cecff156aa7a63e1906e62e86 (patch)
tree361f77bc065e5342968d6bee2f4745ff915595c7
parent45d2ff4ed69f39c00226ad5dad1019ca9bd70d61 (diff)
downloadaur-9666320bc09da82cecff156aa7a63e1906e62e86.tar.gz
Use library dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c16cb9a8f963..32cf2daed4d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtforkawesome-qt6
pkgdesc = Library that bundles ForkAwesome for use within Qt applications (using Qt 6)
pkgver = 0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Martchus/qtforkawesome
arch = i686
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = qtforkawesome-qt6
depends = qt6-base
optdepends = qt6-declarative: Qt Quick integration
optdepends = qtforkawesome-doc: API documentation
+ provides = libqtforkawesome-qt6.so
source = qtforkawesome-0.0.4.tar.gz::https://github.com/Martchus/qtforkawesome/archive/v0.0.4.tar.gz
source = Fork-Awesome-1.2.0::https://github.com/ForkAwesome/Fork-Awesome/archive/refs/tags/1.2.0.tar.gz
sha256sums = 35db0d10365fef90788fa70f50743f76eff2d36cae51955f300d57b84a76893f
diff --git a/PKGBUILD b/PKGBUILD
index 500fbbd93748..060fd541d4e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _cfg=qt6
pkgname=qtforkawesome-$_cfg
_name=${pkgname%-$_cfg}
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Library that bundles ForkAwesome for use within Qt applications (using Qt 6)'
license=('GPL')
@@ -20,6 +20,7 @@ optdepends=(
'qt6-declarative: Qt Quick integration'
"$_name-doc: API documentation"
)
+provides=(libqtforkawesome-qt6.so)
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz"
"${_reponame_forkawesome}::https://github.com/ForkAwesome/Fork-Awesome/archive/refs/tags/${_pkgver_forkawesome}.tar.gz")