diff options
author | Llewelyn Trahaearn | 2021-07-16 14:41:28 -0700 |
---|---|---|
committer | Llewelyn Trahaearn | 2021-07-16 14:41:28 -0700 |
commit | 698e9bb20455163a5541efceeab2325d300198a1 (patch) | |
tree | ff65cdb193b61a2c35fc6659282e5bd4631e2632 /PKGBUILD | |
parent | d88cedcd9187a3b03f1bcbdd73bc8cbfeddcbd95 (diff) | |
download | aur-698e9bb20455163a5541efceeab2325d300198a1.tar.gz |
Sync with upstream change to the location of prefs.ui
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Llewelyn Trahaearn <WoefulDerelict at GMail dot com> pkgname=gnome-shell-extension-vitals-git -pkgver=34.r271.gf5f18e8 +pkgver=34.r415.gc007301 pkgrel=1 pkgdesc="Displays system vitals in a GNOME Shell top bar pop-down." arch=('any') @@ -38,7 +38,6 @@ package() { find -name '*.xml' -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas/" '{}' + cp -r --no-preserve=ownership,mode helpers "${_destdir}" install -Dm644 schemas/gschemas.compiled "${_destdir}/schemas/gschemas.compiled" - install -Dm644 schemas/prefs.ui "${_destdir}/schemas/prefs.ui" cd locale for locale in */ do |