summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2022-11-01 09:53:13 +0100
committerGuillaume Hayot2022-11-01 09:53:13 +0100
commit34d8e8ab90e8812bc24faced1dce91e3fb76f607 (patch)
tree6ff1e03f51f916d8af60f8eb3d404e57bb0379d0
parentc2cd3cd107e1fa17b0260ccceff12f2932ae4f27 (diff)
downloadaur-34d8e8ab90e8812bc24faced1dce91e3fb76f607.tar.gz
v54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf69ee095f5a..a0edace4bec5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 50
+ pkgver = 54
pkgrel = 1
epoch = 1
url = https://github.com/GSConnect/gnome-shell-extension-gsconnect
@@ -15,7 +15,7 @@ pkgbase = gnome-shell-extension-gsconnect
optdepends = libgdata: Contacts integration (GNOME Online Accounts)
optdepends = gsound: Themed sound effects
optdepends = python-nautilus: Nautilus integration
- source = https://github.com/GSConnect/gnome-shell-extension-gsconnect/archive/v50.tar.gz
- sha256sums = 8c9d6fe9827f02ee0686b7d945e9e318f7f20ba4409049fad7d2959c91441c06
+ source = https://github.com/GSConnect/gnome-shell-extension-gsconnect/archive/v54.tar.gz
+ b2sums = 7d666775fc1ddf3ca76f59d2047b85cbc35f9953883941d1bca93f8711dcbf7ed5b8be697c300c13edf2195ffab10aa8f7edc7cbc6fde3d09797155f47349706
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index fe967438f64e..1af32624581c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=50
+pkgver=54
pkgrel=1
epoch=1
pkgdesc="KDE Connect implementation with GNOME Shell integration"
@@ -17,16 +17,14 @@ optdepends=(
'python-nautilus: Nautilus integration'
)
source=(https://github.com/GSConnect/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('8c9d6fe9827f02ee0686b7d945e9e318f7f20ba4409049fad7d2959c91441c06')
+b2sums=('7d666775fc1ddf3ca76f59d2047b85cbc35f9953883941d1bca93f8711dcbf7ed5b8be697c300c13edf2195ffab10aa8f7edc7cbc6fde3d09797155f47349706')
_uuid='gsconnect@andyholmes.github.io'
build() {
- arch-meson -Dinstalled_tests=false -Dfirewalld=true -Dpost_install=true -Dgsettings_schemadir="/usr/share/gnome-shell/extensions/$_uuid/schemas" $pkgname-$pkgver build
+ arch-meson -Dinstalled_tests=false -Dfirewalld=true $pkgname-$pkgver build
meson compile -C build
}
package() {
DESTDIR="$pkgdir" meson install -C build
- install -Dm644 "$pkgdir/usr/share/gnome-shell/extensions/$_uuid/schemas/org.gnome.Shell.Extensions.GSConnect.gschema.xml" -t \
- "$pkgdir/usr/share/glib-2.0/schemas"
}