[PATCH 01/18] gnu: xfconf: Update to 4.12.1.

  • Done
  • quality assurance status badge
Details
3 participants
  • Danny Milosavljevic
  • Kei Kebreau
  • Leo Famulari
Owner
unassigned
Submitted by
Kei Kebreau
Severity
normal

Debbugs page

Kei Kebreau wrote 6 years ago
(address . guix-patches@gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317144109.12096-1-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
[source]: Update URL.
---
gnu/packages/xfce.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b47fe5d301..7c4df4964c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -104,15 +104,15 @@ Xfce Desktop Environment.")
(define-public xfconf
(package
(name "xfconf")
- (version "4.12.0")
+ (version "4.12.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/"
- (version-major+minor version)
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "0mmi0g30aln3x98y5p507g17pipq0dj0bwypshan8cq5hkmfl44r"))))
+ "0dns190bwb615wy9ma2654sw4vz1d0rcv061zmaalkv9wmj8bx1m"))))
(build-system gnu-build-system)
(arguments
'(#:phases
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 02/18] gnu: libxfce4ui: Update to 4.12.1.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-1-kkebreau@posteo.net
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.12.1.
[source]: Update URL.
---
gnu/packages/xfce.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 7c4df4964c..a226e17e8e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -148,15 +148,15 @@ storage system.")
(define-public libxfce4ui
(package
(name "libxfce4ui")
- (version "4.12.0")
+ (version "4.12.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/"
- (version-major+minor version)
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "11rrhqxnfwx5jls3nlg9s2x8saag9f2zqk9cdm6hr3bs6cr9a781"))))
+ "0hzzhiiwmqsrbv17nninhs2x1b8ck0ym85jck2xphx5ypw8rhq9x"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 04/18] gnu: garcon: Update to 0.6.2.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-3-kkebreau@posteo.net
* gnu/packages/xfce.scm (garcon): Update to 0.6.2.
[source]: Update URL.
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 7c2c168f35..65ed1357ad 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -214,14 +214,15 @@ development.")
(define-public garcon
(package
(name "garcon")
- (version "0.4.0")
+ (version "0.6.2")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "0wm9pjbwq53s3n3nwvsyf0q8lbmhiy2ln3bn5ncihr9vf5cwhzbq"))))
+ "0z64g6f2vwfjzqsrsn05nbcbs8l6y4cfdgxk4k2la3giixj0jzx8"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 03/18] gnu: exo: Update to 0.12.4.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-2-kkebreau@posteo.net
* gnu/packages/xfce.scm (exo): Update to 0.12.4.
[source]: Update URL.
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a226e17e8e..7c2c168f35 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -182,14 +182,15 @@ to share commonly used Xfce widgets among the Xfce applications.")
(define-public exo
(package
(name "exo")
- (version "0.10.3")
+ (version "0.12.4")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "1g9651ra395v2fmzb943l68b9pg0rfxc19x97a62crchxwa4nw4m"))))
+ "1bsh43m6dh83vj9qi1vs0425m2d5yfqjyihr7zjjqmyvdf0n1bxh"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 05/18] gnu: tumbler: Update to 0.2.3.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-4-kkebreau@posteo.net
* gnu/packages/xfce.scm (tumbler): Update to 0.2.3.
[source]: Update URL.
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 65ed1357ad..0dd90f0497 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -244,14 +244,15 @@ merging features essential for loading menus modified with menu editors.")
(define-public tumbler
(package
(name "tumbler")
- (version "0.1.31")
+ (version "0.2.3")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/src/xfce/tumbler/0.1/"
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "0wvip28gm2w061hn84zp2q4dv947ihylrppahn4cjspzff935zfh"))))
+ "0h3x325dbz0lnb7b3zzbfrva3v0rn99v03zj9cza7ysr2nyy28nh"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 06/18] gnu: xfce4-panel: Update to 4.12.2.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-5-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.12.2.
[source]: Update URL.
---
gnu/packages/xfce.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0dd90f0497..af3ea04ef4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -280,15 +280,15 @@ management D-Bus specification.")
(define-public xfce4-panel
(package
(name "xfce4-panel")
- (version "4.12.0")
+ (version "4.12.2")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/"
- (version-major+minor version)
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih"))
+ "1s8cvsrgmkmmm84g6mghpj2k4777gm22g5lrsf8pdy5qh6xql1a2"))
(patches (search-patches "xfce4-panel-plugins.patch"))))
(build-system gnu-build-system)
(arguments
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 08/18] gnu: xfce4-clipman-plugin: Update to 1.4.3.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-7-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.4.3.
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 4e4498eacb..766b8973b3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -347,15 +347,15 @@ applications menu, workspace switcher and more.")
(define-public xfce4-clipman-plugin
(package
(name "xfce4-clipman-plugin")
- (version "1.2.6")
+ (version "1.4.3")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/src/panel-plugins/"
+ (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "19a8gwcqc0r5qqi8w28dc8arqip34m8yxdb87lgps9g5qfcky113"))))
+ "1liacff4wl5mpyf9dzdrfbwxzmhl95y5nsfc0jf5rgalzdgbik99"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 07/18] gnu: xfce4-battery-plugin: Update to 1.1.2.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-6-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.2.
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index af3ea04ef4..4e4498eacb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -318,15 +318,15 @@ applications menu, workspace switcher and more.")
(define-public xfce4-battery-plugin
(package
(name "xfce4-battery-plugin")
- (version "1.0.5")
+ (version "1.1.2")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/src/panel-plugins/"
+ (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "04gbplcj8z4vg5xbks8cc2jjf62mmf9sdymg90scjwmb82pv2ngn"))))
+ "1nypi0zazrcrbbm5vb221yw64zxrk56v4fffkblxlyd9m6gk80fn"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 10/18] gnu: xfce4-session: Update to 4.12.1.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-9-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-session): Update to 4.12.1.
[source]: Update URL.
---
gnu/packages/xfce.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 89ebcfad3d..deefdfb27b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -474,15 +474,15 @@ your system in categories, so you can quickly find and launch them.")
(define-public xfce4-session
(package
(name "xfce4-session")
- (version "4.12.0")
+ (version "4.12.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/"
- (version-major+minor version)
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38"))
+ "1z88klls3j161n5snpamz4l3p4823q4h87wdnqikczxgs2ig5mwp"))
(patches
;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282
(search-patches "xfce4-session-fix-xflock4.patch"))
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 11/18] gnu: xfce4-settings: Update to 4.12.4.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-10-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.12.4.
[source]: Update URL.
---
gnu/packages/xfce.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index deefdfb27b..a3e1a5e9c9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -522,15 +522,15 @@ allows you to shutdown the computer from Xfce.")
(define-public xfce4-settings
(package
(name "xfce4-settings")
- (version "4.12.0")
+ (version "4.12.4")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/"
- (version-major+minor version)
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "http://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4"))
+ "16vgidhhc19dz0p0i6fp5iiwxd53ky143j6h14a9b7mz92nlr872"))
(patches (search-patches "xfce4-settings-defaults.patch"))))
(build-system gnu-build-system)
(native-inputs
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 09/18] gnu: xfce-pulseaudio-plugin: Update to 0.4.1.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-8-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce-pulseaudio-plugin): Update to 0.4.1.
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 766b8973b3..89ebcfad3d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -378,15 +378,15 @@ matching them against regular expressions.")
(define-public xfce4-pulseaudio-plugin
(package
(name "xfce4-pulseaudio-plugin")
- (version "0.2.3")
+ (version "0.4.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/src/panel-plugins/"
+ (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "0crvb2gyxbnlf46712arg3m2vqx81dixqhqdwss0bngpijy3ca78"))))
+ "1w29y0a066y8as12xrkbfqcn7dpdsvx97idzw7028gmcvca87a3c"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 12/18] gnu: thunar: Update to 1.8.4.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-11-kkebreau@posteo.net
* gnu/packages/xfce.scm (thunar): Update to 1.8.4.
[source]: Update URL.
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a3e1a5e9c9..a209649c7e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -557,14 +557,15 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
- (version "1.6.6")
+ (version "1.8.4")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
+ (uri (string-append "http://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
"Thunar-" version ".tar.bz2"))
(sha256
(base32
- "1cl9v3rdzipyyxml3pyrzspxfmmssz5h5snpj18irq4an42539dr"))))
+ "1c4kg8w77nwi75b4ashy2m1y39icv951h63qsr1gdj6yipd53gy2"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 13/18] gnu: xfwm4: Update to 4.12.5.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-12-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfwm4): Update to 4.12.5.
[source]: Update URL.
---
gnu/packages/xfce.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a209649c7e..06b6ab203f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -619,15 +619,15 @@ and import the new pictures from your camera.")
(define-public xfwm4
(package
(name "xfwm4")
- (version "4.12.0")
+ (version "4.12.5")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/"
- (version-major+minor version)
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "0fnc2ps4k733n9qfpxrz047h1myyqjzxczl7fmkjmqwshvicpx19"))))
+ "1jnav0wcqlswl2v7nh61big9czg5hmnyvrvm6812sv362qic0xbp"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 14/18] gnu: xfdesktop: Update to 4.12.4.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-13-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfdesktop): Update to 4.12.4.
[source]: Update URL.
---
gnu/packages/xfce.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 06b6ab203f..34af3d702a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -649,15 +649,15 @@ on the screen.")
(define-public xfdesktop
(package
(name "xfdesktop")
- (version "4.12.0")
+ (version "4.12.4")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/"
- (version-major+minor version)
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "1ivzgg4792nid6wcgd1nq5vc3z0y5ip6ymq7ci5j2qkp663qnykf"))))
+ "1jzi851arljq5lza9inyq4ss513l62lbzbfm64a7x4320m8kb2h9"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 17/18] gnu: xfce4-taskmanager: Update to 1.2.2.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-16-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.2.2.
[source]: Use HTTPS.
[inputs]: Add libxmu, libxext and libxt.
---
gnu/packages/xfce.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 83fea7d6c9..f044880f87 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -830,22 +830,26 @@ the desktop wallpaper.")
(define-public xfce4-taskmanager
(package
(name "xfce4-taskmanager")
- (version "1.1.0")
+ (version "1.2.2")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/src/apps/"
+ (uri (string-append "https://archive.xfce.org/src/apps/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "1jwywmkkkmz7406m1jq40w6apiav25cznafhigbgpjv6z5hv27if"))))
+ "04qflazmdrj4ys4r54yg4s5pqcjgk02idrjsls395zd4374636p4"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
`(("libwnck" ,libwnck-2)
- ("gtk+" ,gtk+-2)))
+ ("libxmu" ,libxmu)
+ ("gtk+" ,gtk+)
+ ;; FIXME: Remove libxext and libxt when libxmu propagates them.
+ ("libxext" ,libxext)
+ ("libxt" ,libxt)))
(home-page "https://goodies.xfce.org/projects/applications/xfce4-taskmanager")
(synopsis "Easy to use task manager")
(description
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 15/18] gnu: xfce4-terminal: Update to 0.8.7.4.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-14-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.7.4.
[source]: Use HTTPS.
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 34af3d702a..24bdd9a253 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -680,15 +680,15 @@ devices and folders.")
(define-public xfce4-terminal
(package
(name "xfce4-terminal")
- (version "0.8.6")
+ (version "0.8.7.4")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/src/apps/" name "/"
+ (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "1mw1v20a9r8figl5m93jfp16x64bfj8yjmy5s5kbdw501425camw"))))
+ "1as2dh5ccmv3hdvsbxm4b0xhmv2ky2q18zxxrzr988x79npri3x8"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 16/18] gnu: xfce4-power-manager: Update to 1.6.1.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-15-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 1.6.1.
[source]: Update URL.
---
gnu/packages/xfce.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 24bdd9a253..83fea7d6c9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -762,14 +762,15 @@ system resources, while still being visually appealing and user friendly.")
(define-public xfce4-power-manager
(package
(name "xfce4-power-manager")
- (version "1.4.3")
+ (version "1.6.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/xfce/4.12"
- "/src/" name "-" version ".tar.bz2"))
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ name "/" (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
- "04909sfc2nrj2wg9cw6y9y2r9yrp3l3vc201sy1gaiap67fi33h1"))))
+ "0sv5927q8jxvdfx7b06f8s7qyq3qa1nqn0b8c1b9bf234d2jba0y"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-gtk3")))
--
2.21.0
Kei Kebreau wrote 6 years ago
[PATCH 18/18] gnu: xfce4-notifyd: Update to 0.4.3.
(address . 34895@debbugs.gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20190317160423.10327-17-kkebreau@posteo.net
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.4.3.
[source]: Use HTTPS.
[inputs]: Add xfce4-panel.
---
gnu/packages/xfce.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f044880f87..79676ed65b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -892,22 +892,23 @@ several different time zones.")
(define-public xfce4-notifyd
(package
(name "xfce4-notifyd")
- (version "0.3.6")
+ (version "0.4.3")
(source (origin
(method url-fetch)
- (uri (string-append "http://archive.xfce.org/src/apps/"
+ (uri (string-append "https://archive.xfce.org/src/apps/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "1ybcfqfynr33g5hp2lgq17s8qyx7rq6fd2iwrpwcvm6kml6prjpl"))))
+ "1h7avj149cafj9dabiza22y14i66vxgp5qj0wxx8i97w9h4dlg99"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
`(("libxfce4ui" ,libxfce4ui)
- ("libnotify" ,libnotify)))
+ ("libnotify" ,libnotify)
+ ("xfce4-panel" ,xfce4-panel)))
(home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
(synopsis "Show notification bubbles on Xfce")
(description
--
2.21.0
Leo Famulari wrote 6 years ago
Re: [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1.
(name . Kei Kebreau)(address . kkebreau@posteo.net)(address . 34895@debbugs.gnu.org)
20190317181204.GC1410@jasmine.lan
On Sun, Mar 17, 2019 at 10:41:09AM -0400, Kei Kebreau wrote:
Toggle quote (3 lines)
> * gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
> [source]: Update URL.

Thanks Kei! The whole patch series looks good to me. Please push,
assuming it will not trigger too many rebuilds :)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlyOjfQACgkQJkb6MLrK
fwguDg//ZyiV358X2QGOwiRCSypS7J/3snrSlxYUTRuDc5qtELShD90qCtatRbSZ
5zr86wq1juumo3hrg9flocCUG/QFo8DW5kcxBZserVsE01Urra67IoJ0qkgXmb9Y
4nZioHQXA3MPNCo9spXE2JPs+kp9QffQkFA0xmWz4Vna9uKeihPzTV/RQyq65Cvy
/g7iTVQKCkAk2dNviZJeX2OkH36PKlhqXI2pSAVfS0FsgHIRvCc6DfISCCCN1np9
KotIsVuJrlfaPls49bIHwUluno3Yuq6bNsRQuLjsto/bWHyK+f1JxaByCW2GtMNA
dz3p14o0zeby7pqgFfQeZu2fMnNnDrl/So0ElhjhoAUcuWRgPgFaT4GRYgL+1mlx
BPqbaGpjEFpOKyIJB28wA08jRfXhA3RiGOgG5Ydh+h48Ph5vmyFWz6L90S25IMyA
/kVWXtjKjQPelxVB092cTPXa/jw/mC1rMAcwnU1wL42dqFQUgYNXPz26M5fwHDBg
jmRKeOGMa2E2kGfudVZckNj8Pw4t1DQ59fM+eBgBRu6E2PcXOZ3Jrx7xudmbEA95
GxkHuGfEA8P3Ta7HdaoUpFO8agNou44Vrz1+UiJXIZseKq5AwqoPPAx5oTYWc+z0
XwbkdIq+ULRSEkFN+Ahgq9f+i57RU8XW1BH3v49zcJxeBJuCwag=
=NQf6
-----END PGP SIGNATURE-----


Kei Kebreau wrote 6 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 34895-done@debbugs.gnu.org)
87lg1cmex0.fsf@posteo.net
Leo Famulari <leo@famulari.name> writes:

Toggle quote (7 lines)
> On Sun, Mar 17, 2019 at 10:41:09AM -0400, Kei Kebreau wrote:
>> * gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
>> [source]: Update URL.
>
> Thanks Kei! The whole patch series looks good to me. Please push,
> assuming it will not trigger too many rebuilds :)

Thanks for the review! I've pushed, as it looks like it will only cause
about 2 dozen rebuilds.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlyPq/wACgkQ5qXuPBlG
eg22gg//XLysgc8UvUuMpudLo+ffJnNoDka9o3RmTPP1DeFhhOtnlh4iHDzjoJWG
JMVgnkW4lJOGME2Ag3ZBv9W20p2kTC4r8ciQEKcQIJYfK4gSOp9ZBrUAF64++Jko
nqNgQuH4f9vJ6PjGvBwD07s/z3gzlDtqropxlDxoazBCznIBLlbhgUwVwVOfTrNh
wDoz2mJc8w8h9t31E693WIIZx4vnBHR5vETzE58FydeZMQU/hfq402RsSja+N6bq
7f0WwhLoNQfXZ1Q9INV2WG3RtPq/dqZQahcaoDilqvEX+VzavEO9gyGh0IWGvDrr
Ew0EztjP9gDWlwZIdG7ZFB9f5YEApsVPVhkXdd9Yv2XYW28kBxLBxj/9spVo3LOC
lDjFwVIw4+jaiyttTD5jzTcKPjnF64xQVbMbPVWMDytp9wzrO0QorALS67IfSP6j
ngqEWCFwXRcaB+km/WLpRpvoK1860bNGePyr2FLydBiSFojSTedKVR/aOwqXSjn3
hKapvO53/3zJXIpCbBdHCmeR8y2GZLp82mwF5AsIrMA56qlp176XCqlNSBh3HdnZ
eQCKdu0gYfGjtMUdezp7F/Cq9PyqSq0/R55qkL8RsV0PzWCZs4hqCDYuecO4hQZU
m1xi5WllvsOE9tFbXE1aQYfSp00AaWreotMdsguMnDaO3yhbZRI=
=9ZJk
-----END PGP SIGNATURE-----

Closed
Danny Milosavljevic wrote 6 years ago
(name . Kei Kebreau)(address . kkebreau@posteo.net)(address . 34895@debbugs.gnu.org)
20190324113036.022cdee9@scratchpost.org
This series LGTM!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlyXXEwACgkQ5xo1VCww
uqWh0wgAl8Kr+ful1iXaz3p8dy5T28LbHwnVxav0mYeY5c5kLM6mQO6uB1+BWKVQ
eDHJGGfM/MHsi/w8IjZlduXFQAGpHe48vRSJLm6XiEzjL+SS4UnIDh+Y+sEnx80y
1hcvmNxII9YAGMMqstwa4kb2Tx460TqYuG49lLP6aJXDU9T1ebJu9Sn5nDzIsvA4
n0mUr+BdECNdylDZ1zWrQXfGLLEScBf5ZSPkiP7dlq6/o7oIU3780+ihmj87CuB/
rpUKYc1/LrwrQlQ7u+yb3aYfB4tAslAAYwlm+MtEDwlL5UcDwtV39roxBmWa79UF
HWAJCn5rmp35yQjhm4iSUAQOJ4r/Ng==
=xlEv
-----END PGP SIGNATURE-----


Kei Kebreau wrote 6 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 34895-done@debbugs.gnu.org)
87ftrawgud.fsf@posteo.net
Danny Milosavljevic <dannym@scratchpost.org> writes:

Toggle quote (2 lines)
> This series LGTM!

I pushed this about a week ago, but thanks anyway!
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlyZg7oACgkQ5qXuPBlG
eg0iixAAjp/Vr7pW1XQ334k0D8F2Ma6f2bEv5PP4xV90eHMMqCI4snyPr533CcAm
o4FGkqITeJplwccQGEUwgLHsLmVNRnVI2f3lYSgsVC82PUVZaFlVEdM/aDMC6EYV
bCaihtnkXhMawIRaktfGLrykikFPgtDxR4DEv5R0eRMSbQHhiuIW4zKVtkgKEyXj
RyC1RtbpCAlKLTm+md9QTDXTnaSNatEbPBPdc8KrqVedDeLnBKNhZzb6lUH38lEU
f/t3yqYJbM+CvD8nwyeiSAWi1qgVQHP2XiRxPvSulXLLz0dzqiKnqotV565sryLj
IAvL7JSyDqCP8Co775cVplwJs85efkRHOWwQxtUPXVduNm1PhU0LIE37zpt7h0j6
AOsYLKT0z0gcUro33T6lsIHDMaZ8Dz8BU9RntvaVF9qEFiwvQ/rnyB4NFtKpgsgr
ztYzxdc6e7FligkRZ60p5/eejHiPNd6HivC98KlToMd/XEYUP5L5BRLvGZ1IUx5L
RZGxuCNaSjuzc/vcAVDnllF60FQNF8RXeVH8Vv6QX4+vC9Ko9S0GBm5ZZtKp+iDw
QU+jzOWYjZq0pr1eqeToIaAtJ38HYcsXGoZhFnG1kyClJ1Lu1J9IVdV4xXxi61yZ
o18K+6K8P6FvB36hAuHoXGKPNJARBATlL5oBWPR7CJWu0FKRFfo=
=tFWr
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34895@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34895
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help