Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-user-share


Commits:
15e02ebd by Jan Alexander Steffens (heftig) at 2024-09-15T03:45:04+02:00
47.0-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,20 @@
 pkgbase = gnome-user-share
        pkgdesc = Easy to use user-level file sharing for GNOME
-       pkgver = 43.0
-       pkgrel = 2
+       pkgver = 47.0
+       pkgrel = 1
        url = https://gitlab.gnome.org/GNOME/gnome-user-share
        arch = x86_64
        groups = gnome
-       license = GPL
+       license = GPL-2.0-or-later
        makedepends = git
        makedepends = meson
-       depends = glib2
+       depends = apache
        depends = dconf
+       depends = glib2
+       depends = glibc
        depends = mod_dnssd
        depends = systemd
-       source = 
git+https://gitlab.gnome.org/GNOME/gnome-user-share.git#commit=a0e790aa9494db9d1b1f48b4fc0d2f78e112044d
-       sha256sums = SKIP
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-user-share.git#tag=47.0
+       b2sums = 
dd64a3aeb167ed15e448ef5ad90892d7b3bd089e43cfa4aba1eaf79c7224112105e11d2ef1c5c4e1e4c2626ab8bd33a385723ba613b7f583a4bb3b926c1f5feb
 
 pkgname = gnome-user-share


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[gnome-user-share]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnome-user-share.git";
+include_regex = '\d+(\.\d+)*'


=====================================
PKGBUILD
=====================================
@@ -1,23 +1,28 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 # Contributor: Roman Kyrylych <[email protected]>
 
 pkgname=gnome-user-share
-pkgver=43.0
-pkgrel=2
+pkgver=47.0
+pkgrel=1
 pkgdesc="Easy to use user-level file sharing for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-user-share";
 arch=(x86_64)
-license=(GPL)
-depends=(glib2 dconf mod_dnssd systemd)
-makedepends=(git meson)
+license=(GPL-2.0-or-later)
+depends=(
+  apache
+  dconf
+  glib2
+  glibc
+  mod_dnssd
+  systemd
+)
+makedepends=(
+  git
+  meson
+)
 groups=(gnome)
-_commit=a0e790aa9494db9d1b1f48b4fc0d2f78e112044d  # tags/43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-user-share.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/gnome-user-share.git#tag=${pkgver/[a-z]/.&}";)
+b2sums=('dd64a3aeb167ed15e448ef5ad90892d7b3bd089e43cfa4aba1eaf79c7224112105e11d2ef1c5c4e1e4c2626ab8bd33a385723ba613b7f583a4bb3b926c1f5feb')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-user-share/-/commit/15e02ebdce0798eaae65247b38c0849e06b6ef07

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-user-share/-/commit/15e02ebdce0798eaae65247b38c0849e06b6ef07
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to