summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Bellegarde2019-08-07 22:52:38 +0200
committerCédric Bellegarde2019-08-07 22:52:38 +0200
commit97841f34c65d6135808dc5ea7fbf5a189dbb982f (patch)
tree3f21f8a9f37e17c2f19f93824e4916dd51a97341
parent025ec9d6cc36382e6b7e575e1d2d274c4651d70c (diff)
downloadaur-97841f34c65d6135808dc5ea7fbf5a189dbb982f.tar.gz
Add meson
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58ebab7e9599..5a80bf6e0fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="GNOME Shell extension to overlay a logo over the default background"
arch=(any)
url="https://pagure.io/background-logo-extension"
-depends=('gnome-shell' 'gnome-backgrounds')
+depends=('gnome-shell' 'gnome-backgrounds' 'meson')
source=(git+${url} 'archlinux-wm-gnome.svg')
sha256sums=('SKIP' 'ae3223dab86d51ed54ac22c0518102bcd965fe0576839a038e559301cf94cc2c')
license=(GPL3)