Update package version to 4.20.3

This commit is contained in:
2025-09-08 16:40:36 +03:00
parent 1a768ba4c8
commit b2aa70621a
2 changed files with 16 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# Gitlab repository
REPO="xfce/xfce4-session"
# Replace slash with URL encoded representation
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
# Get tag name using Gitlab Rest API
TAG_NAME=$(curl -s -L https://gitlab.xfce.org/api/v4/projects/"$REPO"/repository/tags | jq -r '.[].name' | cut -d'-' -f3 | grep -v 'pre' | sort -V | tail -n1)
echo "$TAG_NAME"
+4 -4
View File
@@ -1,10 +1,10 @@
name: xfce4-session name: xfce4-session
description: Session manager for Xfce description: Session manager for Xfce
version: 4.18.3 version: 4.20.3
url: https://docs.xfce.org/xfce/xfce4-session/start url: https://docs.xfce.org/xfce/xfce4-session/start
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
depends: ["hicolor-icon-theme","libsm","libwnck","libxfce4ui","polkit","polkit-gnome","xfconf","xorg-iceauth","xorg-xinit","xorg-xrdb"] depends: ["gtk-layer-shell","hicolor-icon-theme","libsm","libwnck","libxfce4ui","libxfce4windowing","polkit","polkit-gnome","xfconf","xorg-iceauth","xorg-xinit","xorg-xrdb"]
optional_depends: ["gnome-keyring"] optional_depends: ["gnome-keyring","labwc"]
make_depends: ["glib","intltool"] make_depends: ["glib"]
type: source type: source