diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/libtimezonemap/files/0001-configure.ac-correct-the-version.patch | 29 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | 3 |
2 files changed, 31 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libtimezonemap/files/0001-configure.ac-correct-the-version.patch b/meta-gnome/recipes-gnome/libtimezonemap/files/0001-configure.ac-correct-the-version.patch new file mode 100644 index 0000000000..0538bc3e5c --- /dev/null +++ b/meta-gnome/recipes-gnome/libtimezonemap/files/0001-configure.ac-correct-the-version.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | From 915bc44d9f243075d084238c72089a346036388c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Changqing Li <changqing.li@windriver.com> | ||
| 3 | Date: Thu, 29 May 2025 10:08:21 +0800 | ||
| 4 | Subject: [PATCH] configure.ac: correct the version | ||
| 5 | |||
| 6 | The source is here: | ||
| 7 | https://salsa.debian.org/cinnamon-team/libtimezonemap | ||
| 8 | |||
| 9 | Upstream-Status: Pending [ register account rejected ] | ||
| 10 | |||
| 11 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||
| 12 | --- | ||
| 13 | configure.ac | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/configure.ac b/configure.ac | ||
| 17 | index 3f74dae..24eb0e5 100644 | ||
| 18 | --- a/configure.ac | ||
| 19 | +++ b/configure.ac | ||
| 20 | @@ -1,5 +1,5 @@ | ||
| 21 | AC_INIT([libtimezonemap], | ||
| 22 | - [0.4.4], | ||
| 23 | + [0.4.6], | ||
| 24 | [http://bugs.launchpad.net/libtimezonemap], | ||
| 25 | [libtimezonemap], | ||
| 26 | [http://launchpad.net/libtimezonemap]) | ||
| 27 | -- | ||
| 28 | 2.34.1 | ||
| 29 | |||
diff --git a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb index bafe7af040..3f37890e8d 100644 --- a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb +++ b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | |||
| @@ -4,7 +4,8 @@ SECTION = "devel/lib" | |||
| 4 | LICENSE = "GPL-3.0-only" | 4 | LICENSE = "GPL-3.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 6 | 6 | ||
| 7 | SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz;downloadfilename=${BP}.tar.gz" | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz;downloadfilename=${BP}.tar.gz \ |
| 8 | file://0001-configure.ac-correct-the-version.patch" | ||
| 8 | SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195" | 9 | SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195" |
| 9 | 10 | ||
| 10 | DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native" | 11 | DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native" |
