summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrewSC2021-03-23 17:16:56 -0400
committerandrewSC2021-03-23 17:16:56 -0400
commita55d985a9f1ff84d250853b3e12c8b17624bd0f1 (patch)
tree2b313f047d21ffdbbf63b23d2f6b522ed551653e
parente138815ec0a0c1c37c7a4f1e45020ea56f861bdf (diff)
downloadaur-a55d985a9f1ff84d250853b3e12c8b17624bd0f1.tar.gz
Adding gtk4 to provides array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 782be2897a15..9c6fffe523d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk4-git
pkgdesc = GObject-based multi-platform GUI toolkit (GIT Version)
- pkgver = 4.1.2.r80.g48f87c1eea
+ pkgver = 4.1.2.r108.gb539c92312
pkgrel = 1
url = https://www.gtk.org/
arch = x86_64
@@ -119,7 +119,7 @@ pkgname = gtk4-git
depends = adwaita-icon-theme
depends = cantarell-fonts
depends = gtk-update-icon-cache-git
- provides = libgtk-4.so
+ provides = gtk4
conflicts = gtk4
pkgname = gtk-update-icon-cache-git
diff --git a/PKGBUILD b/PKGBUILD
index 6a762cd653ec..977223590b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Crerar <crerar@archlinux.org>
pkgbase=gtk4-git
pkgname=(gtk4-git gtk-update-icon-cache-git)
-pkgver=4.1.2.r80.g48f87c1eea
+pkgver=4.1.2.r108.gb539c92312
pkgrel=1
pkgdesc="GObject-based multi-platform GUI toolkit (GIT Version)"
arch=('x86_64')
@@ -70,7 +70,7 @@ build() {
package_gtk4-git() {
depends+=('gtk-update-icon-cache-git')
- provides+=('libgtk-4.so')
+ provides+=('gtk4')
conflicts=('gtk4')
DESTDIR="$pkgdir" meson install -C build
@@ -88,7 +88,7 @@ package_gtk-update-icon-cache-git() {
pkgdesc="GTK icon cache updater"
depends=('gdk-pixbuf2' 'librsvg' 'hicolor-icon-theme')
conflicts=('gtk-update-icon-cache')
- provides=('gtk-update-icon-cache')
+ provides+=('gtk-update-icon-cache')
mv -t "$pkgdir" guic/*
ln -s gtk4-update-icon-cache "$pkgdir/usr/bin/gtk-update-icon-cache"