summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2021-02-22 12:01:33 +0100
committerChristian Schendel2021-02-22 12:01:33 +0100
commitab048f61df35c0882b6225f7a92a243fcd3e621f (patch)
treeeb1dc9f11df64a3d4bf27afdda5e47340a72c614
parentdb1c3c2660c8ac8a7cf6ec0943e88e156c89c58a (diff)
downloadaur-ab048f61df35c0882b6225f7a92a243fcd3e621f.tar.gz
no funky schemas anymore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c8de2537d58..e455a44d0eb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-applications-overview-tooltip-git
pkgdesc = Shows a tooltip over applications icons on applications overview
- pkgver = 10.r3.gf90ddba
- pkgrel = 3
+ pkgver = 10.r4.g032260a
+ pkgrel = 1
url = https://github.com/RaphaelRochet/applications-overview-tooltip
install = gnome-shell-extension-applications-overview-tooltip.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c3f800cbba39..4416421f8af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Schendel <doppelhelix at gmail dot com>
pkgname=gnome-shell-extension-applications-overview-tooltip-git
-pkgver=10.r3.gf90ddba
-pkgrel=3
+pkgver=10.r4.g032260a
+pkgrel=1
pkgdesc="Shows a tooltip over applications icons on applications overview"
arch=(any)
url="https://github.com/RaphaelRochet/applications-overview-tooltip"
@@ -22,8 +22,7 @@ pkgver() {
package() {
cd "${srcdir}/${pkgname%-git}"
local uuid=$(grep -Po '(?<="uuid": ")[^"]*' metadata.json)
- #local schema=$(grep -Po '(?<="settings-schema": ")[^"]*' metadata.json).gschema.xml
- local schema=org.gnome.shell.extensions.appoverviewtooltip.gschema.xml
+ local schema=$(grep -Po '(?<="settings-schema": ")[^"]*' metadata.json).gschema.xml
local destdir="$pkgdir/usr/share/gnome-shell/extensions/$uuid"
install -dm755 "$destdir"
install -Dm644 "${srcdir}/${pkgname%-git}/schemas/${schema}" \