From 2807bad3420f1e9035793d046af6913ce9e7c79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 14 Feb 2024 14:16:25 +0700 Subject: [PATCH] GNOME_SITE: correct update pattern and ignore --- srcpkgs/NetworkManager/update | 1 + srcpkgs/at-spi2-core/update | 1 + srcpkgs/clutter-gst/update | 2 +- srcpkgs/gamin/update | 1 - srcpkgs/grilo/update | 1 - srcpkgs/gtksourceview/update | 2 +- srcpkgs/gtksourceview2/update | 2 +- srcpkgs/libsoup/update | 2 +- srcpkgs/libxml++/update | 2 +- srcpkgs/libxml2/update | 2 -- srcpkgs/meld/update | 2 -- srcpkgs/pangomm2.48/update | 2 +- srcpkgs/python3-atspi/update | 2 ++ srcpkgs/xdg-user-dirs-gtk/update | 1 - 14 files changed, 10 insertions(+), 13 deletions(-) create mode 100644 srcpkgs/NetworkManager/update create mode 100644 srcpkgs/at-spi2-core/update delete mode 100644 srcpkgs/gamin/update delete mode 100644 srcpkgs/grilo/update delete mode 100644 srcpkgs/libxml2/update delete mode 100644 srcpkgs/meld/update create mode 100644 srcpkgs/python3-atspi/update delete mode 100644 srcpkgs/xdg-user-dirs-gtk/update diff --git a/srcpkgs/NetworkManager/update b/srcpkgs/NetworkManager/update new file mode 100644 index 00000000000..d878ca38b1e --- /dev/null +++ b/srcpkgs/NetworkManager/update @@ -0,0 +1 @@ +ignore="1.*[13579].*" diff --git a/srcpkgs/at-spi2-core/update b/srcpkgs/at-spi2-core/update new file mode 100644 index 00000000000..fac961ba732 --- /dev/null +++ b/srcpkgs/at-spi2-core/update @@ -0,0 +1 @@ +ignore="2.*[13579].*" diff --git a/srcpkgs/clutter-gst/update b/srcpkgs/clutter-gst/update index 6dcf64a5163..9241757b6a7 100644 --- a/srcpkgs/clutter-gst/update +++ b/srcpkgs/clutter-gst/update @@ -1 +1 @@ -ignore="3.*" +ignore="2.99.* 3.*" diff --git a/srcpkgs/gamin/update b/srcpkgs/gamin/update deleted file mode 100644 index 501c6b7c844..00000000000 --- a/srcpkgs/gamin/update +++ /dev/null @@ -1 +0,0 @@ -site=https://people.gnome.org/~veillard/gamin/sources/ diff --git a/srcpkgs/grilo/update b/srcpkgs/grilo/update deleted file mode 100644 index 910dfdc58f3..00000000000 --- a/srcpkgs/grilo/update +++ /dev/null @@ -1 +0,0 @@ -site=https://github.com/GNOME/grilo/releases diff --git a/srcpkgs/gtksourceview/update b/srcpkgs/gtksourceview/update index 3ee2dd6252c..0a4c739014a 100644 --- a/srcpkgs/gtksourceview/update +++ b/srcpkgs/gtksourceview/update @@ -1 +1 @@ -ignore="2.* 4.*" +ignore="[!3].*" diff --git a/srcpkgs/gtksourceview2/update b/srcpkgs/gtksourceview2/update index 3fb950e83ab..3022b9fb76a 100644 --- a/srcpkgs/gtksourceview2/update +++ b/srcpkgs/gtksourceview2/update @@ -1,2 +1,2 @@ pkgname=gtksourceview -ignore="3.* 2.90.* 4.*" +ignore="[!2].* 2.9?.*" diff --git a/srcpkgs/libsoup/update b/srcpkgs/libsoup/update index 6dcf64a5163..1e53f7c8a79 100644 --- a/srcpkgs/libsoup/update +++ b/srcpkgs/libsoup/update @@ -1 +1 @@ -ignore="3.*" +ignore="2.9?.* 3.*" diff --git a/srcpkgs/libxml++/update b/srcpkgs/libxml++/update index 6dcf64a5163..00719bd14d6 100644 --- a/srcpkgs/libxml++/update +++ b/srcpkgs/libxml++/update @@ -1 +1 @@ -ignore="3.*" +ignore="2.9?.* [!2].*" diff --git a/srcpkgs/libxml2/update b/srcpkgs/libxml2/update deleted file mode 100644 index 6b99156a376..00000000000 --- a/srcpkgs/libxml2/update +++ /dev/null @@ -1,2 +0,0 @@ -site='https://gitlab.gnome.org/GNOME/libxml2/-/tags' -pattern='v\K\d+.[\d.]+\d' diff --git a/srcpkgs/meld/update b/srcpkgs/meld/update deleted file mode 100644 index 48d723462fb..00000000000 --- a/srcpkgs/meld/update +++ /dev/null @@ -1,2 +0,0 @@ -# development version -ignore="3.21.*" diff --git a/srcpkgs/pangomm2.48/update b/srcpkgs/pangomm2.48/update index dcf8a8115b4..ba5d693e845 100644 --- a/srcpkgs/pangomm2.48/update +++ b/srcpkgs/pangomm2.48/update @@ -1,3 +1,3 @@ pkgname=pangomm site=https://gitlab.gnome.org/GNOME/pangomm/-/tags -pattern="$pkgname-\K[0-9]\.[0-9]*[02468]\.[0-9.]*[0-9](?=)" +pattern="$pkgname-\K2\.48\.[0-9.]*[0-9](?=)" diff --git a/srcpkgs/python3-atspi/update b/srcpkgs/python3-atspi/update new file mode 100644 index 00000000000..f98a582ccce --- /dev/null +++ b/srcpkgs/python3-atspi/update @@ -0,0 +1,2 @@ +pkgname=pyatspi +ignore="[12].*[13579].*" diff --git a/srcpkgs/xdg-user-dirs-gtk/update b/srcpkgs/xdg-user-dirs-gtk/update deleted file mode 100644 index a27c414a23c..00000000000 --- a/srcpkgs/xdg-user-dirs-gtk/update +++ /dev/null @@ -1 +0,0 @@ -pattern="xdg-user-dirs-gtk-\K[\d\.]*(?=\.tar\.gz)"