all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61863] [PATCH 1/2] gnu: thunar: Update to 4.18.4.
@ 2023-02-28  6:23 iyzsong--- via Guix-patches via
  2023-02-28  6:23 ` [bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1 iyzsong--- via Guix-patches via
  2023-03-01  1:50 ` bug#61863: [PATCH 1/2] gnu: thunar: Update to 4.18.4 宋文武 via Guix-patches via
  0 siblings, 2 replies; 6+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-02-28  6:23 UTC (permalink / raw)
  To: 61863; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (thunar): Update to 4.18.4.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3ee728e710..716c32d1bb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -725,7 +725,7 @@ (define-public xfce4-settings
 (define-public thunar
   (package
     (name "thunar")
-    (version "4.18.3")                           ;stable version = even minor
+    (version "4.18.4")                           ;stable version = even minor
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -733,7 +733,7 @@ (define-public thunar
                                   "thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "15rjbr9gdiqzpvy97vz8s9hhr35zvl2kr4q6iwxq0gwza4wfl0pl"))))
+                "1k7dkdhp353l1z2d55384c10iyp59n5qx0hawzf8lqhxzgi3qin4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
-- 
2.39.1





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

* [bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.
  2023-02-28  6:23 [bug#61863] [PATCH 1/2] gnu: thunar: Update to 4.18.4 iyzsong--- via Guix-patches via
@ 2023-02-28  6:23 ` iyzsong--- via Guix-patches via
  2023-02-28  6:26   ` [bug#61862] [PATCH v2] " iyzsong--- via Guix-patches via
  2023-03-06  7:02   ` [bug#61862] [PATCH 2/2] " 宋文武 via Guix-patches via
  2023-03-01  1:50 ` bug#61863: [PATCH 1/2] gnu: thunar: Update to 4.18.4 宋文武 via Guix-patches via
  1 sibling, 2 replies; 6+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-02-28  6:23 UTC (permalink / raw)
  To: 61862; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.1.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 716c32d1bb..c8386e11a6 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1355,7 +1355,7 @@ (define-public orage
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.8.0")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1363,7 +1363,7 @@ (define-public xfce4-notifyd
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1jcmcjq2kay9kmzd5j5l8kasrzqb7aidp26q4nbmxghxxa3ncyf7"))))
+                "00nl8yj7m9y6fvxqrjamy57wig91mdfnar34bi01jwz6pkbiy9mj"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.1





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

* [bug#61862] [PATCH v2] gnu: xfce4-notifyd: Update to 0.8.1.
  2023-02-28  6:23 ` [bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1 iyzsong--- via Guix-patches via
@ 2023-02-28  6:26   ` iyzsong--- via Guix-patches via
  2023-03-06  7:02   ` [bug#61862] [PATCH 2/2] " 宋文武 via Guix-patches via
  1 sibling, 0 replies; 6+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-02-28  6:26 UTC (permalink / raw)
  To: 61862; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.1.
[native-inputs]: Add xfce4-dev-tools.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 716c32d1bb..a5f2d9de89 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1355,7 +1355,7 @@ (define-public orage
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.8.0")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1363,10 +1363,10 @@ (define-public xfce4-notifyd
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1jcmcjq2kay9kmzd5j5l8kasrzqb7aidp26q4nbmxghxxa3ncyf7"))))
+                "00nl8yj7m9y6fvxqrjamy57wig91mdfnar34bi01jwz6pkbiy9mj"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
-     (list intltool pkg-config))
+     (list intltool pkg-config xfce4-dev-tools))
     (inputs
      (list libxfce4ui libnotify sqlite xfce4-panel))
     (home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
-- 
2.39.1





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

* bug#61863: [PATCH 1/2] gnu: thunar: Update to 4.18.4.
  2023-02-28  6:23 [bug#61863] [PATCH 1/2] gnu: thunar: Update to 4.18.4 iyzsong--- via Guix-patches via
  2023-02-28  6:23 ` [bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1 iyzsong--- via Guix-patches via
@ 2023-03-01  1:50 ` 宋文武 via Guix-patches via
  1 sibling, 0 replies; 6+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-01  1:50 UTC (permalink / raw)
  To: 61863-done; +Cc: 宋文武


Pushed now!




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

* [bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.
  2023-02-28  6:23 ` [bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1 iyzsong--- via Guix-patches via
  2023-02-28  6:26   ` [bug#61862] [PATCH v2] " iyzsong--- via Guix-patches via
@ 2023-03-06  7:02   ` 宋文武 via Guix-patches via
  2023-04-01  5:24     ` bug#61862: " 宋文武 via Guix-patches via
  1 sibling, 1 reply; 6+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-06  7:02 UTC (permalink / raw)
  To: bug#61862

version 0.8.2 is out, but update it will fail with unable to find
gdbus-codegen, glib-compile-resources and glib-genmarshal.

the configure script of 0.8.2 now use `pkg-config --variable
gdbus_codegen gio-2.0` to find the absolute path of 'gdbus-codegen',
while our glib patched out ${bindir} to leave only the executable
part...




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

* bug#61862: [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.
  2023-03-06  7:02   ` [bug#61862] [PATCH 2/2] " 宋文武 via Guix-patches via
@ 2023-04-01  5:24     ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 6+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-04-01  5:24 UTC (permalink / raw)
  To: bug#61862

宋文武 <iyzsong@envs.net> writes:

> version 0.8.2 is out, but update it will fail with unable to find
> gdbus-codegen, glib-compile-resources and glib-genmarshal.

New patch in #62580.  Close this now.




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

end of thread, other threads:[~2023-04-01  5:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28  6:23 [bug#61863] [PATCH 1/2] gnu: thunar: Update to 4.18.4 iyzsong--- via Guix-patches via
2023-02-28  6:23 ` [bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1 iyzsong--- via Guix-patches via
2023-02-28  6:26   ` [bug#61862] [PATCH v2] " iyzsong--- via Guix-patches via
2023-03-06  7:02   ` [bug#61862] [PATCH 2/2] " 宋文武 via Guix-patches via
2023-04-01  5:24     ` bug#61862: " 宋文武 via Guix-patches via
2023-03-01  1:50 ` bug#61863: [PATCH 1/2] gnu: thunar: Update to 4.18.4 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.