Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-browser-connector


Commits:
2cdccc01 by Balló György at 2024-05-12T10:45:54+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -5,13 +5,15 @@ pkgbase = gnome-browser-connector
        url = https://wiki.gnome.org/Projects/GnomeShellIntegration
        arch = any
        license = GPL-3.0-or-later
+       makedepends = git
        makedepends = meson
+       depends = glib2
        depends = gnome-shell
-       depends = gobject-introspection-runtime
        depends = hicolor-icon-theme
        depends = python
        depends = python-gobject
-       source = 
https://download.gnome.org/sources/gnome-browser-connector/42/gnome-browser-connector-42.1.tar.xz
-       sha256sums = 
bd9702ce1c163606ca32b8c13d1f3ba6e82b247cf87aac60610b411df1556212
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-browser-connector.git?signed#tag=v42.1
+       validpgpkeys = A38985B860EE304703B3DF1D6AFB7B50A87DF972
+       b2sums = 
c89c1cfc59463028f850b24cabe5cef45e7bf9c145ef74d9711686893056866434cec51f8d9a3e9f4027ed8f59795a9375729312a8d3b47d1117afb2deb1e462
 
 pkgname = gnome-browser-connector


=====================================
PKGBUILD
=====================================
@@ -9,13 +9,14 @@ pkgdesc='Native browser connector for integration with 
extensions.gnome.org'
 arch=('any')
 url='https://wiki.gnome.org/Projects/GnomeShellIntegration'
 license=('GPL-3.0-or-later')
-depends=('gnome-shell' 'gobject-introspection-runtime' 'hicolor-icon-theme' 
'python' 'python-gobject')
-makedepends=('meson')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('bd9702ce1c163606ca32b8c13d1f3ba6e82b247cf87aac60610b411df1556212')
+depends=('glib2' 'gnome-shell' 'hicolor-icon-theme' 'python' 'python-gobject')
+makedepends=('git' 'meson')
+source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git?signed#tag=v$pkgver";)
+b2sums=('c89c1cfc59463028f850b24cabe5cef45e7bf9c145ef74d9711686893056866434cec51f8d9a3e9f4027ed8f59795a9375729312a8d3b47d1117afb2deb1e462')
+validpgpkeys=('A38985B860EE304703B3DF1D6AFB7B50A87DF972') # Yuri Konotopov 
<ykonoto...@gmail.com>
 
 build() {
-  arch-meson $pkgname-$pkgver build
+  arch-meson $pkgname build
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-browser-connector/-/commit/2cdccc01e49ef4c94c28b75388c2ee04d9eb8db0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-browser-connector/-/commit/2cdccc01e49ef4c94c28b75388c2ee04d9eb8db0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to