Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] caja: update to 1.23.2
@ 2019-11-04 15:22 voidlinux-github
  2019-11-04 15:29 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-04 15:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages caja
https://github.com/void-linux/void-packages/pull/16108

caja: update to 1.23.2


A patch file from https://github.com/void-linux/void-packages/pull/16108.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-caja-16108.patch --]
[-- Type: text/x-diff, Size: 2362 bytes --]

From 8db47b5a8e9cf2817fa6224e6bcf01147dddb210 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 4 Nov 2019 07:46:58 -0600
Subject: [PATCH] caja: update to 1.23.2

---
 srcpkgs/caja/patches/cross-strftime.patch | 27 -----------------------
 srcpkgs/caja/template                     |  4 ++--
 2 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/caja/patches/cross-strftime.patch

diff --git a/srcpkgs/caja/patches/cross-strftime.patch b/srcpkgs/caja/patches/cross-strftime.patch
deleted file mode 100644
index 69ecd941047..00000000000
--- a/srcpkgs/caja/patches/cross-strftime.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- configure.ac	2019-02-24 16:19:09.000000000 +0100
-+++ configure.ac	2019-04-30 01:25:54.026742335 +0200
-@@ -261,22 +261,8 @@
- 
- dnl ===========================================================================
- 
--dnl strftime checks
--
--AC_TRY_RUN([#include <time.h>
--                int main ()
--                {
--                  char buf[100];
--                  struct tm tm = {0};
--                  tm.tm_year = 99;
--                  if (strftime(buf, 100, "%EY", &tm) == 4 &&
--                      strcmp (buf, "1999")==0)
--                    return 0;
--                  return 1;
--                }
--            ],
--    AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
--)
-+dnl Void strftime(3) supports %E and %O
-+AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
- 
- dnl ==========================================================================
- 
diff --git a/srcpkgs/caja/template b/srcpkgs/caja/template
index 71f867920a0..26a0151366c 100644
--- a/srcpkgs/caja/template
+++ b/srcpkgs/caja/template
@@ -1,6 +1,6 @@
 # Template file for 'caja'
 pkgname=caja
-version=1.22.2
+version=1.23.2
 revision=1
 build_style=gnu-configure
 build_helper="gir"
@@ -17,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://mate-desktop.org"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0
+checksum=8e186550c3f25665b752ccc7279408fe4483e041f93ffcc72af1a5edb8f9268c
 
 build_options="gir"
 build_options_default="gir"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: caja: update to 1.23.2
  2019-11-04 15:22 [PR PATCH] caja: update to 1.23.2 voidlinux-github
@ 2019-11-04 15:29 ` voidlinux-github
  2019-11-04 15:29 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-04 15:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/16108#issuecomment-549406947

Comment:
1.23 is the development version for mate components - it will result in the stable version 1.24 :)
I have a PR to update all components to the latest stable version : https://github.com/void-linux/void-packages/pull/16032

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: caja: update to 1.23.2
  2019-11-04 15:22 [PR PATCH] caja: update to 1.23.2 voidlinux-github
  2019-11-04 15:29 ` voidlinux-github
@ 2019-11-04 15:29 ` voidlinux-github
  2019-11-04 15:30 ` voidlinux-github
  2019-11-04 15:30 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-04 15:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/16108#issuecomment-549406947

Comment:
1.23.x is the development version for mate components - it will result in the stable version 1.24 :)
I have a PR to update all components to the latest stable version : https://github.com/void-linux/void-packages/pull/16032

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: caja: update to 1.23.2
  2019-11-04 15:22 [PR PATCH] caja: update to 1.23.2 voidlinux-github
  2019-11-04 15:29 ` voidlinux-github
  2019-11-04 15:29 ` voidlinux-github
@ 2019-11-04 15:30 ` voidlinux-github
  2019-11-04 15:30 ` [PR PATCH] [Closed]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-04 15:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/16108#issuecomment-549407283

Comment:
:+1:  closing

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: caja: update to 1.23.2
  2019-11-04 15:22 [PR PATCH] caja: update to 1.23.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-04 15:30 ` voidlinux-github
@ 2019-11-04 15:30 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-04 15:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

There's a closed pull request on the void-packages repository

caja: update to 1.23.2
https://github.com/void-linux/void-packages/pull/16108

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-04 15:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 15:22 [PR PATCH] caja: update to 1.23.2 voidlinux-github
2019-11-04 15:29 ` voidlinux-github
2019-11-04 15:29 ` voidlinux-github
2019-11-04 15:30 ` voidlinux-github
2019-11-04 15:30 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).