summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e0f3d5e0672..9cffced625a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,8 @@ pkgname = gnome-desktop-common-git
depends = bubblewrap
depends = systemd
depends = libxkbcommon
+ provides = libgnome-desktop-common
+ conflicts = libgnome-desktop-common
pkgname = gnome-desktop-git
pkgdesc = Library with common API for various GNOME modules (GTK3)
diff --git a/PKGBUILD b/PKGBUILD
index 8314f318f7b0..729007f712e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,6 +59,8 @@ package_gnome-desktop-common-git() {
bubblewrap
systemd
libxkbcommon)
+ provides=("lib${_pkgbase}-common")
+ conflicts=("lib${_pkgbase}-common")
meson install -C build --destdir "$pkgdir"