[arch-commits] Commit in gnome-initial-setup/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Apr 20 18:09:54 UTC 2021


    Date: Tuesday, April 20, 2021 @ 18:09:54
  Author: bgyorgy
Revision: 920192

upgpkg: gnome-initial-setup 40.0-2: Update dependencies

Modified:
  gnome-initial-setup/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 18:09:31 UTC (rev 920191)
+++ PKGBUILD	2021-04-20 18:09:54 UTC (rev 920192)
@@ -2,18 +2,14 @@
 
 pkgname=gnome-initial-setup
 pkgver=40.0
-pkgrel=1
-pkgdesc="Simple, easy, and safe way to prepare a new system"
-arch=(x86_64)
-url="https://www.gnome.org/"
-license=(GPL)
-depends=(libnma accountsservice cheese gnome-desktop libgweather
-         gnome-online-accounts libgdm libpwquality libibus libgnomekbd
-         geoclue malcontent)
-makedepends=(meson)
-optdepends=('gdm: GDM Initial Setup mode'
-            'gnome-getting-started-docs: GNOME Welcome Tour')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+pkgrel=2
+pkgdesc='Simple, easy, and safe way to prepare a new system'
+arch=('x86_64')
+url='https://gitlab.gnome.org/GNOME/gnome-initial-setup'
+license=('GPL')
+depends=('cheese' 'gdm' 'gnome-online-accounts' 'libgnomekbd' 'malcontent')
+makedepends=('meson')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
 sha256sums=('14e0c74614380ee112a7414fec6606bd0f6f3f421b980070ca7d519d1b99896f')
 
 build() {
@@ -21,10 +17,6 @@
   meson compile -C build
 }
 
-check() {
-  meson test -C build --print-errorlogs
-}
-
 package() {
   DESTDIR="$pkgdir" meson install -C build
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"



More information about the arch-commits mailing list