From 4175ff7980489ae22f15a8096f0e61c2733eeee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 18 Apr 2025 09:40:02 +0700 Subject: [PATCH] libmateweather: Clean patches --- .../libmateweather/patches/libsoup-3.0.patch | 42 ------------------- 1 file changed, 42 deletions(-) diff --git a/srcpkgs/libmateweather/patches/libsoup-3.0.patch b/srcpkgs/libmateweather/patches/libsoup-3.0.patch index 3737e5c5f68..2df9e370146 100644 --- a/srcpkgs/libmateweather/patches/libsoup-3.0.patch +++ b/srcpkgs/libmateweather/patches/libsoup-3.0.patch @@ -17,48 +17,6 @@ Subject: [PATCH] Port to libsoup-3.0 libmateweather/weather.c | 7 +-- 11 files changed, 156 insertions(+), 93 deletions(-) -diff --git a/.build.yml b/.build.yml -index 622db50..024b8f4 100644 ---- a/.build.yml -+++ b/.build.yml -@@ -9,7 +9,7 @@ requires: - - gcc - - git - - gtk3 -- - libsoup -+ - libsoup3 - - make - - mate-common - - tzdata -@@ -27,8 +27,7 @@ requires: - - gtk-doc-tools - - libglib2.0-dev - - libgtk-3-dev -- - libsoup-gnome2.4-dev -- - libsoup2.4-dev -+ - libsoup-3.0-dev - - libxml2-dev - - libxml2-utils - - make -@@ -44,7 +43,7 @@ requires: - - gcc - - git - - gtk3-devel -- - libsoup-devel -+ - libsoup3-devel - - libxml2-devel - - make - - mate-common -@@ -60,8 +59,7 @@ requires: - - gtk-doc-tools - - libglib2.0-dev - - libgtk-3-dev -- - libsoup-gnome2.4-dev -- - libsoup2.4-dev -+ - libsoup-3.0-dev - - libxml2-dev - - libxml2-utils - - make diff --git a/configure.ac b/configure.ac index 133108e..d9fcf9c 100644 --- a/configure.ac