Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gnome-connections
Commits: 0af31b8c by Jan Alexander Steffens (heftig) at 2023-10-04T04:08:05+02:00 45.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,30 @@ +pkgbase = gnome-connections + pkgdesc = Remote desktop client for the GNOME desktop environment + pkgver = 45.0 + pkgrel = 1 + url = https://gitlab.gnome.org/GNOME/connections + arch = x86_64 + groups = gnome + license = GPL3 + makedepends = appstream-glib + makedepends = gobject-introspection + makedepends = itstool + makedepends = meson + makedepends = vala + depends = cairo + depends = dconf + depends = freerdp + depends = fuse3 + depends = gdk-pixbuf2 + depends = glib2 + depends = glibc + depends = gtk3 + depends = gtk-vnc + depends = hicolor-icon-theme + depends = libhandy + depends = libsecret + depends = libxml2 + source = https://download.gnome.org/sources/gnome-connections/45/gnome-connections-45.0.tar.xz + sha256sums = b9fab525b90a3e27d113c16fb868c2b9c47bf8149310d14db862ea1912c06fb8 + +pkgname = gnome-connections ===================================== PKGBUILD ===================================== @@ -2,18 +2,18 @@ # Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org> pkgname=gnome-connections -pkgver=44.1 -pkgrel=2 +pkgver=45.0 +pkgrel=1 pkgdesc='Remote desktop client for the GNOME desktop environment' arch=('x86_64') url='https://gitlab.gnome.org/GNOME/connections' license=('GPL3') -depends=('cairo' 'dconf' 'freerdp' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'gtk-vnc' - 'hicolor-icon-theme' 'libhandy' 'libsecret' 'libxml2') +depends=('cairo' 'dconf' 'freerdp' 'fuse3' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' + 'gtk-vnc' 'hicolor-icon-theme' 'libhandy' 'libsecret' 'libxml2') makedepends=('appstream-glib' 'gobject-introspection' 'itstool' 'meson' 'vala') groups=('gnome') source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz") -sha256sums=('136a2d924b077d5cc4100c845826d471444230a16c8dac2732113680171a626b') +sha256sums=('b9fab525b90a3e27d113c16fb868c2b9c47bf8149310d14db862ea1912c06fb8') build() { arch-meson $pkgname-$pkgver build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-connections/-/commit/0af31b8cb2b1748e154c8c0b296e50fa505d2fe8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-connections/-/commit/0af31b8cb2b1748e154c8c0b296e50fa505d2fe8 You're receiving this email because of your account on gitlab.archlinux.org.
