summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2022-04-13 10:16:44 +0800
committervitalyr2022-04-13 10:16:44 +0800
commit64aeb4e59ea14c3781126375151d085c9623fa9f (patch)
tree32e092662046339869cc792043bdbc8bb21bc286
parent6c04780cc4a588c9d35a340cadef9f58b3c59360 (diff)
downloadaur-64aeb4e59ea14c3781126375151d085c9623fa9f.tar.gz
add .gitignore and add libmutter-10.so to provides
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD5
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20943b15b108..fa51042d315a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mutter-git
pkgdesc = A window manager for GNOME.
- pkgver = 42.rc+2+g73780ea76
+ pkgver = 42.0+48+gdd94c448e
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@@ -30,6 +30,7 @@ pkgbase = mutter-git
depends = graphene
depends = libxkbfile
provides = mutter
+ provides = libmutter-10.so
conflicts = mutter
source = git+https://gitlab.gnome.org/GNOME/mutter.git
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index d0668ced740e..1456f76f1e2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Vitaly Ankh (vitalyr) <vitalyankh@gmail.com>
+# Contributor: jonathon <https://aur.archlinux.org/account/jonathon>
# Contributor: Ignacy KuchciƄski (ignapk) <ignacykuchcinski@gmail.com>
# Contributor: Simon Gardling <titaniumtown@gmail.com>
# Contributor: Ricardo Liang (rliang) <ricardoliang@gmail.com>
pkgname=mutter-git
_pkgname=mutter
-pkgver=42.rc+2+g73780ea76
+pkgver=42.0+48+gdd94c448e
pkgrel=1
pkgdesc="A window manager for GNOME."
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -17,7 +18,7 @@ depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
xorg-xwayland graphene libxkbfile)
makedepends=(gobject-introspection git egl-wayland meson xorg-server
wayland-protocols)
-provides=(mutter)
+provides=(mutter libmutter-10.so)
conflicts=(mutter)
groups=(gnome)
source=("git+https://gitlab.gnome.org/GNOME/mutter.git")