[arch-commits] Commit in gnome-connections/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Dec 23 12:38:43 UTC 2021
Date: Thursday, December 23, 2021 @ 12:38:43
Author: arojas
Revision: 1083113
archrelease: copy trunk to community-x86_64
Added:
gnome-connections/repos/community-x86_64/PKGBUILD
(from rev 1083112, gnome-connections/trunk/PKGBUILD)
Deleted:
gnome-connections/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-23 12:38:34 UTC (rev 1083112)
+++ PKGBUILD 2021-12-23 12:38:43 UTC (rev 1083113)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-connections
-pkgver=41.1
-pkgrel=1
-pkgdesc='Remote desktop client for the GNOME desktop environment'
-arch=('x86_64')
-url='https://gitlab.gnome.org/GNOME/connections'
-license=('GPL3')
-depends=('freerdp' 'gtk-vnc' 'libhandy')
-makedepends=('appstream-glib' 'gobject-introspection' 'itstool' 'meson' 'vala')
-groups=('gnome-extra')
-options=('!emptydirs')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('89af5e58cd83ea62e5f9a6f031a74a3855085ba292f0ea85806408b3af834ee8')
-
-prepare() {
- cd $pkgname-$pkgver
- # Don't use legacy path for metainfo file
- sed -i "s/datadir'), 'appdata/datadir'), 'metainfo/" data/meson.build
- # Add categories to desktop file
- sed -i 's/Categories=GTK;/Categories=GNOME;GTK;Utility;RemoteAccess;Network;/' \
- data/org.gnome.Connections.desktop.in
-
-}
-
-build() {
- arch-meson $pkgname-$pkgver build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-
- # Remove unneeded development files
- rm -r "$pkgdir"/usr/include/gnome-connections/gtk-frdp \
- "$pkgdir"/usr/lib/gnome-connections/{girepository-1.0,pkgconfig} \
- "$pkgdir"/usr/share/gnome-connections/{gir-1.0,vapi}
-}
Copied: gnome-connections/repos/community-x86_64/PKGBUILD (from rev 1083112, gnome-connections/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-23 12:38:43 UTC (rev 1083113)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-connections
+pkgver=41.2
+pkgrel=1
+pkgdesc='Remote desktop client for the GNOME desktop environment'
+arch=('x86_64')
+url='https://gitlab.gnome.org/GNOME/connections'
+license=('GPL3')
+depends=('freerdp' 'gtk-vnc' 'libhandy')
+makedepends=('appstream-glib' 'gobject-introspection' 'itstool' 'meson' 'vala')
+groups=('gnome-extra')
+options=('!emptydirs')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('5ab99428f3ce9f8a837432b67b75dbc528b953a4293a8b56544df88346fe5713')
+
+prepare() {
+ cd $pkgname-$pkgver
+ # Don't use legacy path for metainfo file
+ sed -i "s/datadir'), 'appdata/datadir'), 'metainfo/" data/meson.build
+ # Add categories to desktop file
+ sed -i 's/Categories=GTK;/Categories=GNOME;GTK;Utility;RemoteAccess;Network;/' \
+ data/org.gnome.Connections.desktop.in
+
+}
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+
+ # Remove unneeded development files
+ rm -r "$pkgdir"/usr/include/gnome-connections/gtk-frdp \
+ "$pkgdir"/usr/lib/gnome-connections/{girepository-1.0,pkgconfig} \
+ "$pkgdir"/usr/share/gnome-connections/{gir-1.0,vapi}
+}
More information about the arch-commits
mailing list