summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f674757bcd44..2596d29b99d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = gsettings-desktop-schemas-dev
depends = dconf
depends = cantarell-fonts
depends = adobe-source-code-pro-fonts
+ provides = gsettings-desktop-schemas
+ conflicts = gesttings-desktop-schemas
source = git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=4f18b55461a92488722a0209bdacbd6a6a1d1bdd
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d064a65a6eb8..f20ac035e2a5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
license=(GPL)
depends=('glib2' 'dconf' 'cantarell-fonts' 'adobe-source-code-pro-fonts')
makedepends=('gobject-introspection' 'git' 'meson')
+provides=('gsettings-desktop-schemas')
+conflicts=('gesttings-desktop-schemas')
_commit=4f18b55461a92488722a0209bdacbd6a6a1d1bdd # tags/3.36.1^0
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit")
sha512sums=('SKIP')