[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2024-05-12 Thread Michał Górny
commit: c13f5339c33f38fc6ad5a6d7eee93cc014989a7b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 12 15:04:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 12 15:04:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13f5339

xfce-base/xfdesktop: Add 4.19.2_p20240509 snapshot

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest   |  1 +
 .../xfdesktop/xfdesktop-4.19.2_p20240509.ebuild| 76 ++
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index d06410ea216a..a0214040a624 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,4 @@
+DIST xfdesktop-0a2a99eb0d0f4efdb47ccc732ca5bde537a94c8d.tar.bz2 1518912 
BLAKE2B 
662f6a53dbe042697935f85300e3053feb9c63687bf4c9465c6cc9f77b4ba45afe8e3c442909f6a83661bf303e1bc5607d0ab1d3b6b98432bf74d343454bec4f
 SHA512 
8e84263d0cb76527adc485a5b1b8fcdb306e71ff7778be85eb55b7fb5fd505329ddd5525d95b34df47e8fc87a6d5912ee7d597e34854f4ad9af317ffb2056342
 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
 DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40
 DIST xfdesktop-4.19.2.tar.bz2 2530207 BLAKE2B 
42816c6afe81204adfcd6b45e294d8f7ae1b1e9d1986dd12c2bd10742331638b68113d3bbde5873994004967f7efd461466b337648ba12c3f626a0ca50e13cb2
 SHA512 
101b82e026e026239305ce58f12863b08d47733073f92a22f68b50eb9e6c62525adc0a2482641464ef70f743fe14fabf8eeb66cf03e3cb18907a601f9a527ef6

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.2_p20240509.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.2_p20240509.ebuild
new file mode 100644
index ..354e52fda373
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.2_p20240509.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools xdg-utils
+
+EGIT_COMMIT=0a2a99eb0d0f4efdb47ccc732ca5bde537a94c8d
+MY_P=xfdesktop-${EGIT_COMMIT}
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="
+   
https://gitlab.xfce.org/xfce/xfdesktop/-/archive/${EGIT_COMMIT}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="libnotify +thunar wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   >=x11-libs/cairo-1.16
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3[wayland?,X?]
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/libxfce4windowing-4.19.3:=[X?]
+   >=xfce-base/xfconf-4.18.0:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
+   X? ( >=x11-libs/libX11-1.6.7 )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-build/xfce4-dev-tools
+   dev-libs/glib
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland)
+   $(use_enable X x11)
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/, xfce-base/xfdesktop/files/

2024-04-26 Thread Michał Górny
commit: 968649d789dfc35e8e53a9df688bc76b07dc9562
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 27 03:46:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 27 03:46:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968649d7

xfce-base/xfdesktop: Fix segv with a followup backport

I am very sorry for messing this up and not including the other upstream
fix.

Closes: https://bugs.gentoo.org/904468
Closes: https://bugs.gentoo.org/930736
Signed-off-by: Michał Górny  gentoo.org>

 .../files/xfdesktop-4.19.2-settings.patch  | 80 ++
 ...4.19.2-r1.ebuild => xfdesktop-4.19.2-r2.ebuild} |  0
 2 files changed, 67 insertions(+), 13 deletions(-)

diff --git a/xfce-base/xfdesktop/files/xfdesktop-4.19.2-settings.patch 
b/xfce-base/xfdesktop/files/xfdesktop-4.19.2-settings.patch
index e384ef578a1d..4c31dbd777e2 100644
--- a/xfce-base/xfdesktop/files/xfdesktop-4.19.2-settings.patch
+++ b/xfce-base/xfdesktop/files/xfdesktop-4.19.2-settings.patch
@@ -1,25 +1,79 @@
-From 439bf8a8cd36796c33ae0b413641338417c9a911 Mon Sep 17 00:00:00 2001
+From e3807249480b48ad403f94d62c39afca9251b149 Mon Sep 17 00:00:00 2001
 From: "Brian J. Tarricone" 
-Date: Thu, 25 Apr 2024 23:28:24 -0700
-Subject: [PATCH] Fix some default settings not being applied on startup
+Date: Fri, 26 Apr 2024 01:20:14 -0700
+Subject: [PATCH] Fix invalid param flags
 
-Closes #242.
 ---
- src/xfce-desktop.c | 1 +
- 1 file changed, 1 insertion(+)
+ src/xfce-desktop.c | 20 ++--
+ 1 file changed, 6 insertions(+), 14 deletions(-)
 
 diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
-index e79e83305..b4f837ef5 100644
+index b4f837ef..37b4b277 100644
 --- a/src/xfce-desktop.c
 +++ b/src/xfce-desktop.c
-@@ -731,6 +731,7 @@ xfce_desktop_class_init(XfceDesktopClass *klass)
+@@ -730,31 +730,26 @@ xfce_desktop_class_init(XfceDesktopClass *klass)
+ widget_class->popup_menu = xfce_desktop_popup_menu;
  widget_class->style_updated = xfce_desktop_style_updated;
  
- #define XFDESKTOP_PARAM_FLAGS  (G_PARAM_READWRITE \
-+| G_PARAM_CONSTRUCT \
- | G_PARAM_STATIC_NAME \
- | G_PARAM_STATIC_NICK \
- | G_PARAM_STATIC_BLURB)
+-#define XFDESKTOP_PARAM_FLAGS  (G_PARAM_READWRITE \
+-| G_PARAM_STATIC_NAME \
+-| G_PARAM_STATIC_NICK \
+-| G_PARAM_STATIC_BLURB)
+-
+ g_object_class_install_property(gobject_class, PROP_SCREEN,
+ g_param_spec_object("screen",
+ "gdk screen",
+ "gdk screen",
+ GDK_TYPE_SCREEN,
+-XFDESKTOP_PARAM_FLAGS 
| G_PARAM_CONSTRUCT_ONLY));
++G_PARAM_READWRITE | 
G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
+ 
+ g_object_class_install_property(gobject_class, PROP_CHANNEL,
+ g_param_spec_object("channel",
+ "xfconf channel",
+ "xfconf channel",
+ XFCONF_TYPE_CHANNEL,
+-XFDESKTOP_PARAM_FLAGS 
| G_PARAM_CONSTRUCT_ONLY));
++G_PARAM_READWRITE | 
G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
+ 
+ g_object_class_install_property(gobject_class, PROP_PROPERTY_PREFIX,
+ g_param_spec_string("property-prefix",
+ "xfconf property 
prefix",
+ "xfconf property 
prefix",
+ "",
+-XFDESKTOP_PARAM_FLAGS 
| G_PARAM_CONSTRUCT_ONLY));
++G_PARAM_READWRITE | 
G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
+ 
+ #ifdef ENABLE_DESKTOP_ICONS
+ g_object_class_install_property(gobject_class, PROP_ICON_STYLE,
+@@ -768,7 +762,7 @@ xfce_desktop_class_init(XfceDesktopClass *klass)
+ #else
+   
XFCE_DESKTOP_ICON_STYLE_WINDOWS,
+ #endif /* ENABLE_FILE_ICONS */
+-  XFDESKTOP_PARAM_FLAGS));
++  G_PARAM_READWRITE | 
G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
+ #endif /* ENABLE_DESKTOP_ICONS */
+ 
+ g_object_class_install_property(gobject_class, 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/, xfce-base/xfdesktop/files/

2024-04-26 Thread Michał Górny
commit: 3e21439d4aabcc18687e5ee0a04ae29be8e59423
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 13:14:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 13:16:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e21439d

xfce-base/xfdesktop: Backport the settings problem patch

Closes: https://bugs.gentoo.org/904468
Signed-off-by: Michał Górny  gentoo.org>

 .../files/xfdesktop-4.19.2-settings.patch  | 25 ++
 ...op-4.19.2.ebuild => xfdesktop-4.19.2-r1.ebuild} |  5 +
 2 files changed, 30 insertions(+)

diff --git a/xfce-base/xfdesktop/files/xfdesktop-4.19.2-settings.patch 
b/xfce-base/xfdesktop/files/xfdesktop-4.19.2-settings.patch
new file mode 100644
index ..e384ef578a1d
--- /dev/null
+++ b/xfce-base/xfdesktop/files/xfdesktop-4.19.2-settings.patch
@@ -0,0 +1,25 @@
+From 439bf8a8cd36796c33ae0b413641338417c9a911 Mon Sep 17 00:00:00 2001
+From: "Brian J. Tarricone" 
+Date: Thu, 25 Apr 2024 23:28:24 -0700
+Subject: [PATCH] Fix some default settings not being applied on startup
+
+Closes #242.
+---
+ src/xfce-desktop.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
+index e79e83305..b4f837ef5 100644
+--- a/src/xfce-desktop.c
 b/src/xfce-desktop.c
+@@ -731,6 +731,7 @@ xfce_desktop_class_init(XfceDesktopClass *klass)
+ widget_class->style_updated = xfce_desktop_style_updated;
+ 
+ #define XFDESKTOP_PARAM_FLAGS  (G_PARAM_READWRITE \
++| G_PARAM_CONSTRUCT \
+ | G_PARAM_STATIC_NAME \
+ | G_PARAM_STATIC_NICK \
+ | G_PARAM_STATIC_BLURB)
+-- 
+GitLab
+

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.2-r1.ebuild
similarity index 93%
rename from xfce-base/xfdesktop/xfdesktop-4.19.2.ebuild
rename to xfce-base/xfdesktop/xfdesktop-4.19.2-r1.ebuild
index eba432b23304..c5ec981ee642 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.2.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.2-r1.ebuild
@@ -44,6 +44,11 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   # https://gitlab.xfce.org/xfce/xfdesktop/-/issues/242
+   "${FILESDIR}/${P}-settings.patch"
+)
+
 src_configure() {
local myconf=(
$(use_enable wayland)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2024-04-26 Thread Michał Górny
commit: a59af4ec6f2107434d174071164663f09fb0eca1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 26 13:10:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 26 13:16:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59af4ec

xfce-base/xfdesktop: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.19.1.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index a579d262d7d9..d06410ea216a 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,4 +1,3 @@
 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
 DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40
-DIST xfdesktop-4.19.1.tar.bz2 2523196 BLAKE2B 
fb499192d1c5fbbc78d3e5d9c38aa5a7bc5f19058946be21aafbd5ffe2dc31bb197a4822d92094d914ab01a416409612c39a2478bacfd12e6f2bf98a5ad262c3
 SHA512 
f07cdcedf8eb47bf14688a88251075ac84a876294f95cf49845f206374f15355d0b641099f402a3a0295c6b737a3d865315c00bb1fec6b0558027faa31f6e19f
 DIST xfdesktop-4.19.2.tar.bz2 2530207 BLAKE2B 
42816c6afe81204adfcd6b45e294d8f7ae1b1e9d1986dd12c2bd10742331638b68113d3bbde5873994004967f7efd461466b337648ba12c3f626a0ca50e13cb2
 SHA512 
101b82e026e026239305ce58f12863b08d47733073f92a22f68b50eb9e6c62525adc0a2482641464ef70f743fe14fabf8eeb66cf03e3cb18907a601f9a527ef6

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.1.ebuild
deleted file mode 100644
index 34e4a0e990c2..
--- a/xfce-base/xfdesktop/xfdesktop-4.19.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfdesktop/start
-   https://gitlab.xfce.org/xfce/xfdesktop/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="libnotify +thunar wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
-   >=x11-libs/cairo-1.16
-   >=dev-libs/glib-2.66.0
-   >=x11-libs/gtk+-3.24.0:3[wayland?,X?]
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/libxfce4windowing-4.19.1:=
-   >=xfce-base/xfconf-4.18.0:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-4.17.10:= )
-   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
-   X? ( >=x11-libs/libX11-1.6.7 )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-libs/glib
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable wayland)
-   $(use_enable X x11)
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2024-03-17 Thread Michał Górny
commit: 837c3b3a89b68cbb4fc6b2a5096eb9e09034cc32
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 17 12:59:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 17 13:06:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837c3b3a

xfce-base/xfdesktop: Explicitly require old libxfce4windowing

Signed-off-by: Michał Górny  gentoo.org>

 .../{xfdesktop-4.19.0-r1.ebuild => xfdesktop-4.19.0-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0-r2.ebuild
similarity index 95%
rename from xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild
rename to xfce-base/xfdesktop/xfdesktop-4.19.0-r2.ebuild
index 514c456fa93d..47ab7ab247cc 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0-r2.ebuild
@@ -27,7 +27,8 @@ DEPEND="
>=xfce-base/garcon-0.6:=
>=xfce-base/libxfce4ui-4.13:=
>=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/libxfce4windowing-4.19.1:=
+   =xfce-base/libxfce4windowing-4.19.1
>=xfce-base/xfconf-4.12.1:=
libnotify? ( >=x11-libs/libnotify-0.7:= )
thunar? ( >=xfce-base/thunar-4.17.10:= )



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2024-03-17 Thread Michał Górny
commit: 861940131f93091bc5e3bbf24d957aea174ae770
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 17 12:58:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 17 13:06:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86194013

xfce-base/xfdesktop: Bump to 4.19.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.19.2.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index bda42f223abe..a579d262d7d9 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,4 @@
 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
 DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40
 DIST xfdesktop-4.19.1.tar.bz2 2523196 BLAKE2B 
fb499192d1c5fbbc78d3e5d9c38aa5a7bc5f19058946be21aafbd5ffe2dc31bb197a4822d92094d914ab01a416409612c39a2478bacfd12e6f2bf98a5ad262c3
 SHA512 
f07cdcedf8eb47bf14688a88251075ac84a876294f95cf49845f206374f15355d0b641099f402a3a0295c6b737a3d865315c00bb1fec6b0558027faa31f6e19f
+DIST xfdesktop-4.19.2.tar.bz2 2530207 BLAKE2B 
42816c6afe81204adfcd6b45e294d8f7ae1b1e9d1986dd12c2bd10742331638b68113d3bbde5873994004967f7efd461466b337648ba12c3f626a0ca50e13cb2
 SHA512 
101b82e026e026239305ce58f12863b08d47733073f92a22f68b50eb9e6c62525adc0a2482641464ef70f743fe14fabf8eeb66cf03e3cb18907a601f9a527ef6

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.2.ebuild
new file mode 100644
index ..eba432b23304
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="libnotify +thunar wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   >=x11-libs/cairo-1.16
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3[wayland?,X?]
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/libxfce4windowing-4.19.3:=[X?]
+   >=xfce-base/xfconf-4.18.0:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
+   X? ( >=x11-libs/libX11-1.6.7 )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-libs/glib
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland)
+   $(use_enable X x11)
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/, xfce-base/xfdesktop/files/

2024-02-26 Thread Michał Górny
commit: d50cc3158d17be8ef74e071313ee5e70b61fac06
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:42:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:44:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50cc315

xfce-base/xfdesktop: Backport a refresh patch for USE=-wayland

Closes: https://bugs.gentoo.org/904054
Signed-off-by: Michał Górny  gentoo.org>

 .../files/xfdesktop-4.19.0-no-wayland.patch| 37 ++
 ...op-4.19.0.ebuild => xfdesktop-4.19.0-r1.ebuild} |  8 -
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/files/xfdesktop-4.19.0-no-wayland.patch 
b/xfce-base/xfdesktop/files/xfdesktop-4.19.0-no-wayland.patch
new file mode 100644
index ..016c1297a06e
--- /dev/null
+++ b/xfce-base/xfdesktop/files/xfdesktop-4.19.0-no-wayland.patch
@@ -0,0 +1,37 @@
+From 84e087b6f36a06d4db503d6aec4bef415b4b5df2 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, 17 Feb 2023 19:48:52 +0700
+Subject: [PATCH] main: Fix control (always) reach end of non void function
+
+When configured with --disable-wayland, the ENABLE_WAYLAND will be
+dropped, the "return matches" clause will be considered the else
+statement of the "if (xfw_windowing_get() == _X11)", which is always
+false in this scenario.  Thus, this function always reach end of
+function without any return values.
+
+While we're at it, fix the comment for the ENABLE_WAYLAND leg.
+---
+ settings/main.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/settings/main.c b/settings/main.c
+index 3a1ce17b..410a2d23 100644
+--- a/settings/main.c
 b/settings/main.c
+@@ -1740,8 +1740,11 @@ is_our_window(AppearancePanel *panel,
+ matches = TRUE;
+ }
+ // TODO: check window geometry?
++} else
++#endif  /* ENABLE_WAYLAND */
++{
++g_assert_not_reached();
+ }
+-#endif  /* GTK_WINDOWING_WAYLAND */
+ 
+ return matches;
+ }
+-- 
+GitLab
+

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild
similarity index 86%
rename from xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
rename to xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild
index d0c36b0dab6d..514c456fa93d 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -42,6 +42,12 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   # https://bugs.gentoo.org/904054
+   # 
https://gitlab.xfce.org/xfce/xfdesktop/-/commit/84e087b6f36a06d4db503d6aec4bef415b4b5df2
+   "${FILESDIR}/${P}-no-wayland.patch"
+)
+
 src_configure() {
local myconf=(
$(use_enable wayland)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-11-25 Thread Sam James
commit: 07940937b7888149c00fc9ca5b13ac87aac9aabb
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 25 10:59:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 25 10:59:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07940937

xfce-base/xfdesktop: Revert "Remove old"

This reverts commit 7f87d51a3e7cafec3cc2c5adc9a6183eea6fbbb9.

Restore 4.19.0 given reported issues w/ icons in bug #904468.

Bug: https://bugs.gentoo.org/904468
Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index f876eb63dc82..bda42f223abe 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
+DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40
 DIST xfdesktop-4.19.1.tar.bz2 2523196 BLAKE2B 
fb499192d1c5fbbc78d3e5d9c38aa5a7bc5f19058946be21aafbd5ffe2dc31bb197a4822d92094d914ab01a416409612c39a2478bacfd12e6f2bf98a5ad262c3
 SHA512 
f07cdcedf8eb47bf14688a88251075ac84a876294f95cf49845f206374f15355d0b641099f402a3a0295c6b737a3d865315c00bb1fec6b0558027faa31f6e19f

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
new file mode 100644
index ..9a65e0082db2
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="libnotify +thunar wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   >=x11-libs/cairo-1.16
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3[wayland?,X?]
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/libxfce4windowing-4.19.1:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X x11)
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-06-11 Thread Michał Górny
commit: 7f87d51a3e7cafec3cc2c5adc9a6183eea6fbbb9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 09:42:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 09:42:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f87d51a

xfce-base/xfdesktop: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 64 -
 2 files changed, 65 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index bda42f223abe..f876eb63dc82 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,2 @@
 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
-DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40
 DIST xfdesktop-4.19.1.tar.bz2 2523196 BLAKE2B 
fb499192d1c5fbbc78d3e5d9c38aa5a7bc5f19058946be21aafbd5ffe2dc31bb197a4822d92094d914ab01a416409612c39a2478bacfd12e6f2bf98a5ad262c3
 SHA512 
f07cdcedf8eb47bf14688a88251075ac84a876294f95cf49845f206374f15355d0b641099f402a3a0295c6b737a3d865315c00bb1fec6b0558027faa31f6e19f

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
deleted file mode 100644
index 9a65e0082db2..
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfdesktop/start
-   https://gitlab.xfce.org/xfce/xfdesktop/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="libnotify +thunar wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
-   >=x11-libs/cairo-1.16
-   >=dev-libs/glib-2.66.0
-   >=x11-libs/gtk+-3.24.0:3[wayland?,X?]
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/libxfce4windowing-4.19.1:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-4.17.10:= )
-   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable wayland)
-   $(use_enable wayland gtk-layer-shell)
-   $(use_enable X x11)
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-04-14 Thread Michał Górny
commit: 72e7479e4243f112eaf658ab08c8afe0376e8111
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 15 04:52:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 15 05:29:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e7479e

xfce-base/xfdesktop: Bump to 4.19.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.19.1.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index bc187742f33b..bda42f223abe 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
 DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40
+DIST xfdesktop-4.19.1.tar.bz2 2523196 BLAKE2B 
fb499192d1c5fbbc78d3e5d9c38aa5a7bc5f19058946be21aafbd5ffe2dc31bb197a4822d92094d914ab01a416409612c39a2478bacfd12e6f2bf98a5ad262c3
 SHA512 
f07cdcedf8eb47bf14688a88251075ac84a876294f95cf49845f206374f15355d0b641099f402a3a0295c6b737a3d865315c00bb1fec6b0558027faa31f6e19f

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.1.ebuild
new file mode 100644
index ..34e4a0e990c2
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="libnotify +thunar wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+DEPEND="
+   >=x11-libs/cairo-1.16
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3[wayland?,X?]
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/libxfce4windowing-4.19.1:=
+   >=xfce-base/xfconf-4.18.0:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
+   X? ( >=x11-libs/libX11-1.6.7 )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-libs/glib
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland)
+   $(use_enable X x11)
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-04-14 Thread Sam James
commit: 8443c72720d4d9c0173b8a2fd793d562517e8656
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 20:49:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 20:49:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8443c727

xfce-base/xfdesktop: Keyword 4.19.0 ppc64, #890340

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index 3c2ad0f2d880..9a65e0082db2 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 IUSE="libnotify +thunar wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-03-17 Thread Michał Górny
commit: 0beb2788040f4cca73c4f6ecb27bea957482a2af
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 10:48:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 10:50:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0beb2788

xfce-base/xfdesktop: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  2 -
 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 56 ---
 xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild | 59 -
 3 files changed, 117 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 729fad2ec5ff..bc187742f33b 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,4 +1,2 @@
-DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
-DIST xfdesktop-4.18.0.tar.bz2 2136039 BLAKE2B 
9bfc3726b8a5f1deb7c0b6ebe50e8e8484d76cb9e1ae7252f9d60c0d5df1cad9d2e34aeaeedacefd4ce99cd94bc87072a1acf580d0a5e2a6ac21b89b7734b921
 SHA512 
80ba639b5bbf3a7d14ec3e956f7ed70692de0bd0b0a4578fecde91dee825a11046b2972668f331185b4dca0c50721847f5e39f9592e5a24ecbc47733ce0b2a2c
 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
 DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
deleted file mode 100644
index 46e47c1b6164..
--- a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-DEPEND="
-   >=x11-libs/cairo-1.12
-   >=dev-libs/glib-2.50
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.14:3
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-1.7:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
deleted file mode 100644
index f022f029c5f6..
--- a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfdesktop/start
-   https://gitlab.xfce.org/xfce/xfdesktop/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="libnotify +thunar"
-
-DEPEND="
-   >=x11-libs/cairo-1.16
-   >=dev-libs/glib-2.66.0
-   >=x11-libs/gtk+-3.24.0:3
-   >=x11-libs/libwnck-3.14:3
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-4.17.10:= )
-"
-RDEPEND="
-  

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-03-17 Thread Arthur Zamarin
commit: ef1acffdc649e5dfa87ae334ce0edba3e79ad2d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 08:56:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 08:56:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1acffd

xfce-base/xfdesktop: Stabilize 4.18.1 x86, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
index 6667d92e19ad..3ca4df53e09f 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-03-15 Thread Michał Górny
commit: c55644af028baca3014c11b197d56873e38ecdab
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 06:54:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 06:55:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55644af

xfce-base/xfdesktop: Stabilize 4.18.1 ppc, #893064

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
index 08654f324ff9..6667d92e19ad 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-02-24 Thread Arthur Zamarin
commit: b75c5e989e63c5ecfea9a0014571af1421a0e5bb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 24 17:11:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 24 17:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75c5e98

xfce-base/xfdesktop: Keyword 4.19.0 arm, #890340

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index a582f165f02f..7531d42c2c2b 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~loong ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~loong ~ppc ~riscv ~x86"
 IUSE="libnotify +thunar wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-02-03 Thread Sam James
commit: 0c39c480bf0c530bb150cd9e476fcd344f87d5cf
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 16:52:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 16:52:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c39c480

xfce-base/xfdesktop: Stabilize 4.18.1 amd64, #893064

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
index 1100c1d3e7da..08654f324ff9 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-02-03 Thread Arthur Zamarin
commit: a3e0f6b215a72c3351e42a6618f5957de5f40c87
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 14:21:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 14:21:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e0f6b2

xfce-base/xfdesktop: Stabilize 4.18.1 arm64, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
index dbc2f39d70f3..1100c1d3e7da 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-02-03 Thread Arthur Zamarin
commit: bea5082527472a5f594e2c2aca253f6e5c676fb5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 14:20:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 14:20:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea50825

xfce-base/xfdesktop: Stabilize 4.18.1 ppc64, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
index b5366e316c29..dbc2f39d70f3 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-02-03 Thread Arthur Zamarin
commit: b7e21d7d0fc08eeff0380e40b35be2485cc3b491
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 13:31:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 13:31:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e21d7d

xfce-base/xfdesktop: Stabilize 4.18.1 arm, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
index f022f029c5f6..b5366e316c29 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-25 Thread WANG Xuerui
commit: 3eeef88956ed53d9ec786c5a781e02a7747b8b35
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Jan 25 15:48:03 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 25 15:48:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eeef889

xfce-base/xfdesktop: keyword 4.19.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index 9d75f6835a99..a582f165f02f 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~loong ~ppc ~riscv ~x86"
 IUSE="libnotify +thunar wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-21 Thread Michał Górny
commit: b4a32ac433e72598be62819e8172057ab3b67b90
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 21 13:04:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 21 13:05:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a32ac4

xfce-base/xfdesktop: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.17.2.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index e2041e22ec20..729fad2ec5ff 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,5 +1,4 @@
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
-DIST xfdesktop-4.17.2.tar.bz2 1981765 BLAKE2B 
b0a5d84daf3999d4ac0b700e3752d3a7e468ea4ee241c3b19ade081c01cecb4b38499abeb9e2d66ab6abb78d6ae1f43c6fca393034b1283bd19ef9fd4a366604
 SHA512 
13e35fb6694fd1a5566d6bbcea0cf587a48843f1a5b5c8bfcad0ed2cec856967be24dbb4655f0aa48535338803c9af984f23c1139bb3cbb6955d4295b31e0f63
 DIST xfdesktop-4.18.0.tar.bz2 2136039 BLAKE2B 
9bfc3726b8a5f1deb7c0b6ebe50e8e8484d76cb9e1ae7252f9d60c0d5df1cad9d2e34aeaeedacefd4ce99cd94bc87072a1acf580d0a5e2a6ac21b89b7734b921
 SHA512 
80ba639b5bbf3a7d14ec3e956f7ed70692de0bd0b0a4578fecde91dee825a11046b2972668f331185b4dca0c50721847f5e39f9592e5a24ecbc47733ce0b2a2c
 DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
 DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40

diff --git a/xfce-base/xfdesktop/xfdesktop-4.17.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.17.2.ebuild
deleted file mode 100644
index 4676aeb9817c..
--- a/xfce-base/xfdesktop/xfdesktop-4.17.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfdesktop/start
-   https://gitlab.xfce.org/xfce/xfdesktop/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-DEPEND="
-   >=x11-libs/cairo-1.12
-   >=dev-libs/glib-2.50
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.14:3
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-4.17.10:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-21 Thread Michał Górny
commit: f0b71a94da701fe3ad07a75ad2c3e5cf9d06f286
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 21 12:58:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 21 13:05:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b71a94

xfce-base/xfdesktop: Bump to 4.18.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 5d7dab5bea17..e2041e22ec20 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,4 +1,5 @@
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
 DIST xfdesktop-4.17.2.tar.bz2 1981765 BLAKE2B 
b0a5d84daf3999d4ac0b700e3752d3a7e468ea4ee241c3b19ade081c01cecb4b38499abeb9e2d66ab6abb78d6ae1f43c6fca393034b1283bd19ef9fd4a366604
 SHA512 
13e35fb6694fd1a5566d6bbcea0cf587a48843f1a5b5c8bfcad0ed2cec856967be24dbb4655f0aa48535338803c9af984f23c1139bb3cbb6955d4295b31e0f63
 DIST xfdesktop-4.18.0.tar.bz2 2136039 BLAKE2B 
9bfc3726b8a5f1deb7c0b6ebe50e8e8484d76cb9e1ae7252f9d60c0d5df1cad9d2e34aeaeedacefd4ce99cd94bc87072a1acf580d0a5e2a6ac21b89b7734b921
 SHA512 
80ba639b5bbf3a7d14ec3e956f7ed70692de0bd0b0a4578fecde91dee825a11046b2972668f331185b4dca0c50721847f5e39f9592e5a24ecbc47733ce0b2a2c
+DIST xfdesktop-4.18.1.tar.bz2 2133258 BLAKE2B 
3d4f54b64a6adc5f52bf6b48862b1fbf9b9608113035fdce89a2cb08a674f773f42edc0e1d05a27e89de7df71f7d53f400b794a2a79888cf51570c3ab060db8b
 SHA512 
cafb1e274bbabf1704a6452532fc79657af26eaf92a58374f87a70f31c35fbf213319c6658b3d18bfca2d555b69e07e46949407d1f80e5a37f48e76bbde9dc3e
 DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
new file mode 100644
index ..f022f029c5f6
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="libnotify +thunar"
+
+DEPEND="
+   >=x11-libs/cairo-1.16
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-14 Thread Arthur Zamarin
commit: a5937a8dd5536371c0793df8a9455f82cc45704b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 14 10:00:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 14 10:00:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5937a8d

xfce-base/xfdesktop: Keyword 4.19.0 hppa, #890340

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index 8a502748d294..9d75f6835a99 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~riscv ~x86"
 IUSE="libnotify +thunar wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-13 Thread Arthur Zamarin
commit: 54a80dacb6caa3fb7f357f03c46bdf2959bcb900
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 13 14:19:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 13 14:19:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a80dac

xfce-base/xfdesktop: Keyword 4.19.0 ppc, #890340

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index 6aaa5b00bc29..8a502748d294 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~riscv ~x86"
 IUSE="libnotify +thunar wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-13 Thread Arthur Zamarin
commit: bea8388d6359d5bf593e4bb87977b0cdab0e1b2a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 13 11:51:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 13 11:51:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea8388d

xfce-base/xfdesktop: Keyword 4.19.0 ia64, #890340

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index 59e3d0085c86..6aaa5b00bc29 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ia64 ~riscv ~x86"
 IUSE="libnotify +thunar wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-11 Thread Michał Górny
commit: b8f82c6e626d1f16e082cc62694354de4203f5bb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 11 14:50:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 11 14:50:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f82c6e

xfce-base/xfdesktop: Require || ( wayland X )

Closes: https://bugs.gentoo.org/890437
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index c92e7011f80c..59e3d0085c86 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -15,12 +15,13 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="X libnotify +thunar wayland"
+IUSE="libnotify +thunar wayland X"
+REQUIRED_USE="|| ( wayland X )"
 
 DEPEND="
>=x11-libs/cairo-1.16
>=dev-libs/glib-2.66.0
-   >=x11-libs/gtk+-3.24.0:3[X?,wayland?]
+   >=x11-libs/gtk+-3.24.0:3[wayland?,X?]
x11-libs/libX11
>=xfce-base/exo-0.11:=
>=xfce-base/garcon-0.6:=
@@ -43,9 +44,9 @@ BDEPEND="
 
 src_configure() {
local myconf=(
-   $(use_enable X x11)
$(use_enable wayland)
$(use_enable wayland gtk-layer-shell)
+   $(use_enable X x11)
$(use_enable thunar file-icons)
$(use_enable thunar thunarx)
$(use_enable libnotify notifications)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-11 Thread Joonas Niilola
commit: d4f81d877e57d11a90cef358f4c8c6af305869a0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jan 11 08:55:26 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 11 08:55:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f81d87

xfce-base/xfdesktop: Keyword 4.19.0 riscv, #890340

Signed-off-by: Joonas Niilola  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index e913bade7372..c92e7011f80c 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="X libnotify +thunar wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-10 Thread Joonas Niilola
commit: 4b89b42889141c89cc894e7d9b37e4e684fc318e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jan 11 06:27:35 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 11 06:28:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b89b428

xfce-base/xfdesktop: Keyword 4.19.0 x86, #890340

Signed-off-by: Joonas Niilola  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
index 21adf527c9b8..e913bade7372 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="X libnotify +thunar wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-10 Thread Michał Górny
commit: 0733bde1c3324855e221003bd9f2a8b05c37f9f4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 12:54:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 12:59:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0733bde1

xfce-base/xfdesktop: Bump to 4.19.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 110d2360ac74..5d7dab5bea17 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,4 @@
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
 DIST xfdesktop-4.17.2.tar.bz2 1981765 BLAKE2B 
b0a5d84daf3999d4ac0b700e3752d3a7e468ea4ee241c3b19ade081c01cecb4b38499abeb9e2d66ab6abb78d6ae1f43c6fca393034b1283bd19ef9fd4a366604
 SHA512 
13e35fb6694fd1a5566d6bbcea0cf587a48843f1a5b5c8bfcad0ed2cec856967be24dbb4655f0aa48535338803c9af984f23c1139bb3cbb6955d4295b31e0f63
 DIST xfdesktop-4.18.0.tar.bz2 2136039 BLAKE2B 
9bfc3726b8a5f1deb7c0b6ebe50e8e8484d76cb9e1ae7252f9d60c0d5df1cad9d2e34aeaeedacefd4ce99cd94bc87072a1acf580d0a5e2a6ac21b89b7734b921
 SHA512 
80ba639b5bbf3a7d14ec3e956f7ed70692de0bd0b0a4578fecde91dee825a11046b2972668f331185b4dca0c50721847f5e39f9592e5a24ecbc47733ce0b2a2c
+DIST xfdesktop-4.19.0.tar.bz2 2145725 BLAKE2B 
18ed97b8bb9ee769de29490383fd089eb884081c95e662350c9e0c05aa9812a4f44e8911c5bb74e026aa1fea22840245a68e1514dd6e439af8dd553c82da562c
 SHA512 
dd8d479b7a43733dc49f692bd88ad5a290d5fa4cdbddf42be293921c750d3017e9c6671cc56baa0df8d3951b0993dffa88418032ad7c68f85d8756081e40

diff --git a/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
new file mode 100644
index ..21adf527c9b8
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.19.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X libnotify +thunar wayland"
+
+DEPEND="
+   >=x11-libs/cairo-1.16
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3[X?,wayland?]
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/libxfce4windowing-4.19.1:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable X x11)
+   $(use_enable wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2023-01-02 Thread Michał Górny
commit: 97e165491fe84b89e1209057ae511eec7b01bdcf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  3 06:49:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  3 06:52:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e16549

xfce-base/xfdesktop: Remove unused debug flag

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
index e8edad1d0122..f022f029c5f6 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
+IUSE="libnotify +thunar"
 
 DEPEND="
>=x11-libs/cairo-1.16



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Michał Górny
commit: 30ac10c80df7311bfdacc24f8ddf87d903496ad5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 16 03:49:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 16 04:14:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ac10c8

xfce-base/xfdesktop: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 591e9e89e97f..110d2360ac74 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,4 +1,3 @@
-DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38
 SHA512 
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
 DIST xfdesktop-4.17.2.tar.bz2 1981765 BLAKE2B 
b0a5d84daf3999d4ac0b700e3752d3a7e468ea4ee241c3b19ade081c01cecb4b38499abeb9e2d66ab6abb78d6ae1f43c6fca393034b1283bd19ef9fd4a366604
 SHA512 
13e35fb6694fd1a5566d6bbcea0cf587a48843f1a5b5c8bfcad0ed2cec856967be24dbb4655f0aa48535338803c9af984f23c1139bb3cbb6955d4295b31e0f63
 DIST xfdesktop-4.18.0.tar.bz2 2136039 BLAKE2B 
9bfc3726b8a5f1deb7c0b6ebe50e8e8484d76cb9e1ae7252f9d60c0d5df1cad9d2e34aeaeedacefd4ce99cd94bc87072a1acf580d0a5e2a6ac21b89b7734b921
 SHA512 
80ba639b5bbf3a7d14ec3e956f7ed70692de0bd0b0a4578fecde91dee825a11046b2972668f331185b4dca0c50721847f5e39f9592e5a24ecbc47733ce0b2a2c

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
deleted file mode 100644
index fb3df002dd7f..
--- a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-RDEPEND=">=x11-libs/cairo-1.12
-   >=dev-libs/glib-2.50
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.14:3
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-1.7:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Arthur Zamarin
commit: 09d1edd2b58f092c58dd24da3b6d0753ab357ca8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 15 20:19:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 15 20:19:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d1edd2

xfce-base/xfdesktop: Stabilize 4.16.1 arm64, #886133

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
index 9c9a13381dea..46e47c1b6164 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Arthur Zamarin
commit: 131cc243840a6d4f3f63de6902e1859f68c595f2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 15 19:58:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 15 19:58:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131cc243

xfce-base/xfdesktop: Stabilize 4.16.1 arm, #886133

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
index 810462db2707..9c9a13381dea 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Arthur Zamarin
commit: 54ebfdffdf77940aaa7d98bfefb237fd6dd2165a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 15 18:02:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 15 18:02:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ebfdff

xfce-base/xfdesktop: Stabilize 4.16.1 amd64, #886133

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
index c1666854f664..799798d65698 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Arthur Zamarin
commit: 063c59f1075b0128473074a8939e623cdec572fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 15 18:02:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 15 18:02:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063c59f1

xfce-base/xfdesktop: Stabilize 4.16.1 x86, #886133

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
index 799798d65698..810462db2707 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Arthur Zamarin
commit: 2b7f02158e1a25d6206a15afdc9076956e11364f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 15 17:27:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 15 17:27:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7f0215

xfce-base/xfdesktop: Stabilize 4.16.1 ppc, #886133

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
index af78d83226bf..c1666854f664 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Arthur Zamarin
commit: cfc489aa775a39ece3e6b13f9ac80bb2b65be565
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 15 17:27:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 15 17:27:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc489aa

xfce-base/xfdesktop: Stabilize 4.16.1 ppc64, #886133

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
index da53c918be8f..af78d83226bf 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Michał Górny
commit: e31c206ae1f7e0184fb7a8736e4ad8baefd6fed2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 15 14:43:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 15 15:04:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31c206a

xfce-base/xfdesktop: Bump to 4.18.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index c0b9769c23e1..591e9e89e97f 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,4 @@
 DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38
 SHA512 
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
 DIST xfdesktop-4.17.2.tar.bz2 1981765 BLAKE2B 
b0a5d84daf3999d4ac0b700e3752d3a7e468ea4ee241c3b19ade081c01cecb4b38499abeb9e2d66ab6abb78d6ae1f43c6fca393034b1283bd19ef9fd4a366604
 SHA512 
13e35fb6694fd1a5566d6bbcea0cf587a48843f1a5b5c8bfcad0ed2cec856967be24dbb4655f0aa48535338803c9af984f23c1139bb3cbb6955d4295b31e0f63
+DIST xfdesktop-4.18.0.tar.bz2 2136039 BLAKE2B 
9bfc3726b8a5f1deb7c0b6ebe50e8e8484d76cb9e1ae7252f9d60c0d5df1cad9d2e34aeaeedacefd4ce99cd94bc87072a1acf580d0a5e2a6ac21b89b7734b921
 SHA512 
80ba639b5bbf3a7d14ec3e956f7ed70692de0bd0b0a4578fecde91dee825a11046b2972668f331185b4dca0c50721847f5e39f9592e5a24ecbc47733ce0b2a2c

diff --git a/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
new file mode 100644
index ..e8edad1d0122
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.18.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+DEPEND="
+   >=x11-libs/cairo-1.16
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-15 Thread Michał Górny
commit: cde0cc9512894cc4ad8491c37ee078f6a9bbff1c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 15 14:42:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 15 15:04:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde0cc95

xfce-base/xfdesktop: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  2 -
 xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild | 56 ---
 xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild | 59 -
 3 files changed, 117 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 8c6ee6acb211..c0b9769c23e1 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,5 +1,3 @@
 DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38
 SHA512 
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
-DIST xfdesktop-4.17.0.tar.bz2 1968275 BLAKE2B 
37b2c752bce64a0ab23198ad11d02375136e8733ff0d0de35c21f7ad9bf290067afcd5e0d1438e5db1cec88911ac3bedfce753c279ec7e1a9f02d18d08b1435d
 SHA512 
2926ee7cc7a8e3016daea851cfaa525977cbacd8d16f475ece097104c4fa105e3c32ecdd97db99d9c1844b8a2219e86cb8776b377585cf6b037846a0ff683c19
-DIST xfdesktop-4.17.1.tar.bz2 1951042 BLAKE2B 
13cc2da9352d03c9f492c244927f7971f561e04544b9997509b78ea17b7229a886b06620ef959ae83b984366c43256e690ea81f9a5680c6c515404a86f296c4d
 SHA512 
c1384059dd1214b87baf375e0b1ae8f9facc039e46adc5923d0288e0ed48583bb5d30775f9e47b685bc7d671e0319d2a383cace89ff913fe5a963a57df6406a5
 DIST xfdesktop-4.17.2.tar.bz2 1981765 BLAKE2B 
b0a5d84daf3999d4ac0b700e3752d3a7e468ea4ee241c3b19ade081c01cecb4b38499abeb9e2d66ab6abb78d6ae1f43c6fca393034b1283bd19ef9fd4a366604
 SHA512 
13e35fb6694fd1a5566d6bbcea0cf587a48843f1a5b5c8bfcad0ed2cec856967be24dbb4655f0aa48535338803c9af984f23c1139bb3cbb6955d4295b31e0f63

diff --git a/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild
deleted file mode 100644
index ba678af24203..
--- a/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-DEPEND="
-   >=x11-libs/cairo-1.12
-   >=dev-libs/glib-2.50
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.14:3
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-1.7:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild
deleted file mode 100644
index 4676aeb9817c..
--- a/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfdesktop/start
-   https://gitlab.xfce.org/xfce/xfdesktop/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-DEPEND="
-   >=x11-libs/cairo-1.12
-   >=dev-libs/glib-2.50
-   >=x11-libs/gtk+-3.22:3
-   

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-12-01 Thread Michał Górny
commit: fce9b24bb396d4a64706227e06ec1eaa43c1a5de
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  1 13:33:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  1 13:33:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce9b24b

xfce-base/xfdesktop: Bump to 4.17.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.17.2.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index f25b74ab28b7..8c6ee6acb211 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -2,3 +2,4 @@ DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc90
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
 DIST xfdesktop-4.17.0.tar.bz2 1968275 BLAKE2B 
37b2c752bce64a0ab23198ad11d02375136e8733ff0d0de35c21f7ad9bf290067afcd5e0d1438e5db1cec88911ac3bedfce753c279ec7e1a9f02d18d08b1435d
 SHA512 
2926ee7cc7a8e3016daea851cfaa525977cbacd8d16f475ece097104c4fa105e3c32ecdd97db99d9c1844b8a2219e86cb8776b377585cf6b037846a0ff683c19
 DIST xfdesktop-4.17.1.tar.bz2 1951042 BLAKE2B 
13cc2da9352d03c9f492c244927f7971f561e04544b9997509b78ea17b7229a886b06620ef959ae83b984366c43256e690ea81f9a5680c6c515404a86f296c4d
 SHA512 
c1384059dd1214b87baf375e0b1ae8f9facc039e46adc5923d0288e0ed48583bb5d30775f9e47b685bc7d671e0319d2a383cace89ff913fe5a963a57df6406a5
+DIST xfdesktop-4.17.2.tar.bz2 1981765 BLAKE2B 
b0a5d84daf3999d4ac0b700e3752d3a7e468ea4ee241c3b19ade081c01cecb4b38499abeb9e2d66ab6abb78d6ae1f43c6fca393034b1283bd19ef9fd4a366604
 SHA512 
13e35fb6694fd1a5566d6bbcea0cf587a48843f1a5b5c8bfcad0ed2cec856967be24dbb4655f0aa48535338803c9af984f23c1139bb3cbb6955d4295b31e0f63

diff --git a/xfce-base/xfdesktop/xfdesktop-4.17.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.17.2.ebuild
new file mode 100644
index ..4676aeb9817c
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.17.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+DEPEND="
+   >=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.50
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-11-01 Thread Michał Górny
commit: e748474ac3d8462dc4fa0d2064933bfaa0b472bf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  1 14:02:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  1 14:04:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e748474a

xfce-base/xfdesktop: Bump to 4.17.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index c22aed43c437..f25b74ab28b7 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,4 @@
 DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38
 SHA512 
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
 DIST xfdesktop-4.17.0.tar.bz2 1968275 BLAKE2B 
37b2c752bce64a0ab23198ad11d02375136e8733ff0d0de35c21f7ad9bf290067afcd5e0d1438e5db1cec88911ac3bedfce753c279ec7e1a9f02d18d08b1435d
 SHA512 
2926ee7cc7a8e3016daea851cfaa525977cbacd8d16f475ece097104c4fa105e3c32ecdd97db99d9c1844b8a2219e86cb8776b377585cf6b037846a0ff683c19
+DIST xfdesktop-4.17.1.tar.bz2 1951042 BLAKE2B 
13cc2da9352d03c9f492c244927f7971f561e04544b9997509b78ea17b7229a886b06620ef959ae83b984366c43256e690ea81f9a5680c6c515404a86f296c4d
 SHA512 
c1384059dd1214b87baf375e0b1ae8f9facc039e46adc5923d0288e0ed48583bb5d30775f9e47b685bc7d671e0319d2a383cace89ff913fe5a963a57df6406a5

diff --git a/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild
new file mode 100644
index ..4676aeb9817c
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.17.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfdesktop/start
+   https://gitlab.xfce.org/xfce/xfdesktop/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+DEPEND="
+   >=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.50
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-4.17.10:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-08-28 Thread WANG Xuerui
commit: 9fb92715729510014bd59902165424c15be31f98
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 06:46:06 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 06:48:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb92715

xfce-base/xfdesktop: keyword 4.17.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild
index da53c918be8f..ba678af24203 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-08-20 Thread Michał Górny
commit: d15f76b6b51db1ab9d8d589d256c29ec49afc5a1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 20 17:58:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 20 17:58:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15f76b6

xfce-base/xfdesktop: Bump to 4.17.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 5cf792bff873..c22aed43c437 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38
 SHA512 
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129
 DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb
+DIST xfdesktop-4.17.0.tar.bz2 1968275 BLAKE2B 
37b2c752bce64a0ab23198ad11d02375136e8733ff0d0de35c21f7ad9bf290067afcd5e0d1438e5db1cec88911ac3bedfce753c279ec7e1a9f02d18d08b1435d
 SHA512 
2926ee7cc7a8e3016daea851cfaa525977cbacd8d16f475ece097104c4fa105e3c32ecdd97db99d9c1844b8a2219e86cb8776b377585cf6b037846a0ff683c19

diff --git a/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild
new file mode 100644
index ..da53c918be8f
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.17.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+DEPEND="
+   >=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.50
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2022-08-20 Thread Michał Górny
commit: 08dda9559bb60372fb02ead4156b062688ad3dfe
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 20 17:57:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 20 17:57:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08dda955

xfce-base/xfdesktop: Bump to 4.16.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 0e3be55cb8f3..5cf792bff873 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1 +1,2 @@
 DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38
 SHA512 
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129
+DIST xfdesktop-4.16.1.tar.bz2 1942859 BLAKE2B 
fa4dad67396e794426d619aa71c490a6a92cdd19c26519831062803c15185238115b731490b848626a82e1f800059acd9f49893ae79dbeb479d665acb9007209
 SHA512 
87e90c2946c80befc38bf724fff6a834d462c47439b727d172e766765d4e7e200a2415c271459b2e820b6d8425f7e92c928ba9a098e63473acf0e7369c122cfb

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
new file mode 100644
index ..da53c918be8f
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+DEPEND="
+   >=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.50
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2021-05-28 Thread Yixun Lan
commit: 23207d2591259af8127fe535b938d07d0c701dfd
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 28 15:43:17 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 28 23:22:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23207d25

xfce-base/xfdesktop: add riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
index 8aa49d0cf4e..fb3df002dd7 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2021-04-12 Thread Sam James
commit: 34bfc0e8dc3e200e6e8e6245c76ef99d88188b22
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 23:26:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 23:32:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bfc0e8

xfce-base/xfdesktop: Stabilize 4.16.0 arm64, #776703

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
index 710a01ed71d..8aa49d0cf4e 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2021-02-18 Thread Sam James
commit: 7080a9589a32afca364086fb415e663692e1857f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 22:08:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 22:08:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7080a958

xfce-base/xfdesktop: Stabilize 4.16.0 ppc, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
index f60a3bff9fe..710a01ed71d 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2021-02-17 Thread Sam James
commit: 5f87f943e8538613256cbb1e920a531573860b47
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 07:24:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 07:26:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f87f943

xfce-base/xfdesktop: Stabilize 4.16.0 arm, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
index 670ef24380f..f60a3bff9fe 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2021-02-07 Thread Sam James
commit: 21576f17b1f1cdfaba62a3d09df6f612cb0bec2f
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 06:10:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 06:11:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21576f17

xfce-base/xfdesktop: Stabilize 4.16.0 ppc64, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
index ee67e1b6651..670ef24380f 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2021-02-07 Thread Sam James
commit: 8a2ea7deaa506d7e5d7052806b41dbd1b91a4ae8
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 06:05:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 06:05:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2ea7de

xfce-base/xfdesktop: Stabilize 4.16.0 amd64, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
index 3d61457c40d..ee67e1b6651 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2021-01-18 Thread Michał Górny
commit: b5b1e0e7b915440a9986c0f06357a78e0bd0c140
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 20:25:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 20:27:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b1e0e7

xfce-base/xfdesktop: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.15.1.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index da7de24c071..51ef022e661 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,2 @@
 DIST xfdesktop-4.14.3.tar.bz2 1549953 BLAKE2B 
338d80d8acf50235c0763e9de9dfe6fd933769b7f46ffa322eabca252761b13c5024c780aaec8e87e1d1ff08ce21e63e6ae871ad030daa0cedbd7734dbd94613
 SHA512 
30e5ce74468f8f56b78144bea9dca620af19aef031c86968eb40b0a804a7a767f3cf817994bbdc6ed096b4558fab3e59062fb832d79f7dc3455df9b5540577f8
-DIST xfdesktop-4.15.1.tar.bz2 1528853 BLAKE2B 
71e16095441e9310efc9d8885538cc5c93649b9a1c9bfa499710b6564a52e352198a47bfc66c36f9b0e3eb3b39c7df7655f5fdaf7d9c50050225930eee727879
 SHA512 
62f64e120b373526b3c370d553575cfeb5719364bc64f069f4d859961f82fdb90d1332b243b90a63f1dd2e7d9609ad64ef81de17487cfea0c7c6d62f27db06cd
 DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38
 SHA512 
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129

diff --git a/xfce-base/xfdesktop/xfdesktop-4.15.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.15.1.ebuild
deleted file mode 100644
index c0250e01fe7..000
--- a/xfce-base/xfdesktop/xfdesktop-4.15.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-RDEPEND=">=x11-libs/cairo-1.12
-   >=dev-libs/glib-2.42
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.14:3
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-1.7:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-12-23 Thread Michał Górny
commit: 7bfdcd4bac79e67256f5eeecd3616b61e2fa206a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 23 08:00:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 23 08:00:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfdcd4b

xfce-base/xfdesktop: Bump to 4.16.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 38c075dc883..da7de24c071 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.14.3.tar.bz2 1549953 BLAKE2B 
338d80d8acf50235c0763e9de9dfe6fd933769b7f46ffa322eabca252761b13c5024c780aaec8e87e1d1ff08ce21e63e6ae871ad030daa0cedbd7734dbd94613
 SHA512 
30e5ce74468f8f56b78144bea9dca620af19aef031c86968eb40b0a804a7a767f3cf817994bbdc6ed096b4558fab3e59062fb832d79f7dc3455df9b5540577f8
 DIST xfdesktop-4.15.1.tar.bz2 1528853 BLAKE2B 
71e16095441e9310efc9d8885538cc5c93649b9a1c9bfa499710b6564a52e352198a47bfc66c36f9b0e3eb3b39c7df7655f5fdaf7d9c50050225930eee727879
 SHA512 
62f64e120b373526b3c370d553575cfeb5719364bc64f069f4d859961f82fdb90d1332b243b90a63f1dd2e7d9609ad64ef81de17487cfea0c7c6d62f27db06cd
+DIST xfdesktop-4.16.0.tar.bz2 2041114 BLAKE2B 
153a11b27b3ac92ded0c97257f19b4bc9018f384d201b41d82dd07df26ced7b5ded19ac98f80fb14e018d2df848f10b93cf629f05a66cc3b29e08313805fcf38
 SHA512 
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129

diff --git a/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
new file mode 100644
index 000..687fde786cb
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.16.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.50
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/files/, xfce-base/xfdesktop/

2020-11-18 Thread Michał Górny
commit: 3de949db96ead693b4da71982fb035b481aa553c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 09:26:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 18 09:31:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de949db

xfce-base/xfdesktop: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest   |  2 -
 .../xfdesktop/files/xfdesktop-4.14.2-memleak.patch | 37 ---
 xfce-base/xfdesktop/xfdesktop-4.14.2-r1.ebuild | 54 --
 xfce-base/xfdesktop/xfdesktop-4.15.0.ebuild| 50 
 4 files changed, 143 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 493589db657..38c075dc883 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,4 +1,2 @@
-DIST xfdesktop-4.14.2.tar.bz2 1513121 BLAKE2B 
afe5dad03ed4d084bd7578074f91fbc8dc121bf67b8f4793ca5c6abb67dea4f61cfa484404d79d14cf2abf64227cee883bc8f36af05802071f5b9f79300704d4
 SHA512 
8515fc1c048da50c8c2986ea8590144203fdf3107b81e2d2dd44ee408938fb71281abe52cc098508dc2ae20ef2cbc31903086941206c0cbbc92a661dbfb2c472
 DIST xfdesktop-4.14.3.tar.bz2 1549953 BLAKE2B 
338d80d8acf50235c0763e9de9dfe6fd933769b7f46ffa322eabca252761b13c5024c780aaec8e87e1d1ff08ce21e63e6ae871ad030daa0cedbd7734dbd94613
 SHA512 
30e5ce74468f8f56b78144bea9dca620af19aef031c86968eb40b0a804a7a767f3cf817994bbdc6ed096b4558fab3e59062fb832d79f7dc3455df9b5540577f8
-DIST xfdesktop-4.15.0.tar.bz2 1509639 BLAKE2B 
fe63ba8731095622e8b5701c30a5cc786c1b8cc7bff5cb66cc477281198749887879f001fdc4652d86d01765543d4474ce52170d318af6e43124a7d7208f97ee
 SHA512 
cb5266ab7edc5a068756ec30a3fd92af50150c3523575e2c727fc8d7eb8660259e6e8c5d59d7bc02ec85b052f779e332dcea55414fcc706f608b1eea8242897a
 DIST xfdesktop-4.15.1.tar.bz2 1528853 BLAKE2B 
71e16095441e9310efc9d8885538cc5c93649b9a1c9bfa499710b6564a52e352198a47bfc66c36f9b0e3eb3b39c7df7655f5fdaf7d9c50050225930eee727879
 SHA512 
62f64e120b373526b3c370d553575cfeb5719364bc64f069f4d859961f82fdb90d1332b243b90a63f1dd2e7d9609ad64ef81de17487cfea0c7c6d62f27db06cd

diff --git a/xfce-base/xfdesktop/files/xfdesktop-4.14.2-memleak.patch 
b/xfce-base/xfdesktop/files/xfdesktop-4.14.2-memleak.patch
deleted file mode 100644
index e99167cb91a..000
--- a/xfce-base/xfdesktop/files/xfdesktop-4.14.2-memleak.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From bd6cd3ce62057370a9e7c6699e52385f479e3390 Mon Sep 17 00:00:00 2001
-From: Jan Ziak <0xe2.0x9a.0...@gmail.com>
-Date: Sat, 11 Apr 2020 15:43:55 +0200
-Subject: Fix memory leak when reconnecting DP monitor (Bug #16314)
-
-Signed-off-by: Jan Ziak <0xe2.0x9a.0...@gmail.com>

- src/xfce-backdrop.c | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/xfce-backdrop.c b/src/xfce-backdrop.c
-index bd9180e6..955e51f8 100644
 a/src/xfce-backdrop.c
-+++ b/src/xfce-backdrop.c
-@@ -1599,6 +1599,11 @@ xfce_backdrop_image_data_release(XfceBackdropImageData 
*image_data)
- 
- if(image_data->loader)
- g_object_unref(image_data->loader);
-+
-+if(image_data->backdrop) {
-+g_object_unref(image_data->backdrop);
-+image_data->backdrop = NULL;
-+}
- }
- 
- /**
-@@ -1671,6 +1676,7 @@ xfce_backdrop_generate_async(XfceBackdrop *backdrop)
- backdrop->priv->image_data = image_data;
- 
- image_data->backdrop = backdrop;
-+g_object_ref(backdrop);
- image_data->loader = gdk_pixbuf_loader_new();
- image_data->cancellable = g_cancellable_new();
- image_data->image_buffer = g_new0(guchar, XFCE_BACKDROP_BUFFER_SIZE);
--- 
-cgit v1.2.3
-

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.2-r1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.2-r1.ebuild
deleted file mode 100644
index 36257356e8c..000
--- a/xfce-base/xfdesktop/xfdesktop-4.14.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-RDEPEND=">=x11-libs/cairo-1.12
-   >=dev-libs/glib-2.42
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.14:3
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-1.7:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-memleak.patch
-)
-
-src_configure() {
-   local 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-11-17 Thread Agostino Sarubbo
commit: c62317734010125ae3b84888600f16e20f9b2b21
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 17 19:15:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 17 19:15:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6231773

xfce-base/xfdesktop: x86 stable wrt bug #754840

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
index 9625fc13f9b..64d22d2e74d 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-11-17 Thread Agostino Sarubbo
commit: 23c419eecaed2872977828b7dacaf85152e5a61b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 17 18:54:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 17 18:55:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c419ee

xfce-base/xfdesktop: ppc64 stable wrt bug #754840

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
index 2aad99b9c99..9625fc13f9b 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-11-17 Thread Agostino Sarubbo
commit: eae0bf91a213653d347935547244696d65d9387d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 17 18:48:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 17 18:48:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae0bf91

xfce-base/xfdesktop: ppc stable wrt bug #754840

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
index 39d9d293976..2aad99b9c99 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-11-16 Thread Sam James
commit: 560ef7a4666a464fe5da7e3117160942857afba9
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 16 23:36:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 16 23:36:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560ef7a4

xfce-base/xfdesktop: Stabilize 4.14.3 amd64, #754840

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
index e4496d4bd96..39d9d293976 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-11-15 Thread Sam James
commit: 9f632516679de3310dce57fd676fdd3735fc0309
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 16 02:54:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 16 02:54:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f632516

xfce-base/xfdesktop: Stabilize 4.14.3 arm, #754840

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
index c0250e01fe7..e4496d4bd96 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-11-02 Thread Michał Górny
commit: 2052aaf95237bc2e68d0154b0569a8df0e0bfbf3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 19:01:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 19:03:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2052aaf9

xfce-base/xfdesktop: Bump to 4.14.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index d89e1b61523..68612c011f2 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.14.2.tar.bz2 1513121 BLAKE2B 
afe5dad03ed4d084bd7578074f91fbc8dc121bf67b8f4793ca5c6abb67dea4f61cfa484404d79d14cf2abf64227cee883bc8f36af05802071f5b9f79300704d4
 SHA512 
8515fc1c048da50c8c2986ea8590144203fdf3107b81e2d2dd44ee408938fb71281abe52cc098508dc2ae20ef2cbc31903086941206c0cbbc92a661dbfb2c472
+DIST xfdesktop-4.14.3.tar.bz2 1549953 BLAKE2B 
338d80d8acf50235c0763e9de9dfe6fd933769b7f46ffa322eabca252761b13c5024c780aaec8e87e1d1ff08ce21e63e6ae871ad030daa0cedbd7734dbd94613
 SHA512 
30e5ce74468f8f56b78144bea9dca620af19aef031c86968eb40b0a804a7a767f3cf817994bbdc6ed096b4558fab3e59062fb832d79f7dc3455df9b5540577f8
 DIST xfdesktop-4.15.0.tar.bz2 1509639 BLAKE2B 
fe63ba8731095622e8b5701c30a5cc786c1b8cc7bff5cb66cc477281198749887879f001fdc4652d86d01765543d4474ce52170d318af6e43124a7d7208f97ee
 SHA512 
cb5266ab7edc5a068756ec30a3fd92af50150c3523575e2c727fc8d7eb8660259e6e8c5d59d7bc02ec85b052f779e332dcea55414fcc706f608b1eea8242897a

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
new file mode 100644
index 000..c0250e01fe7
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.42
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-11-02 Thread Michał Górny
commit: 48c62bb5e4c1008516bc89f4da802312cbb0f4f0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 19:01:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 19:03:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c62bb5

xfce-base/xfdesktop: Bump to 4.15.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.15.1.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 68612c011f2..493589db657 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,4 @@
 DIST xfdesktop-4.14.2.tar.bz2 1513121 BLAKE2B 
afe5dad03ed4d084bd7578074f91fbc8dc121bf67b8f4793ca5c6abb67dea4f61cfa484404d79d14cf2abf64227cee883bc8f36af05802071f5b9f79300704d4
 SHA512 
8515fc1c048da50c8c2986ea8590144203fdf3107b81e2d2dd44ee408938fb71281abe52cc098508dc2ae20ef2cbc31903086941206c0cbbc92a661dbfb2c472
 DIST xfdesktop-4.14.3.tar.bz2 1549953 BLAKE2B 
338d80d8acf50235c0763e9de9dfe6fd933769b7f46ffa322eabca252761b13c5024c780aaec8e87e1d1ff08ce21e63e6ae871ad030daa0cedbd7734dbd94613
 SHA512 
30e5ce74468f8f56b78144bea9dca620af19aef031c86968eb40b0a804a7a767f3cf817994bbdc6ed096b4558fab3e59062fb832d79f7dc3455df9b5540577f8
 DIST xfdesktop-4.15.0.tar.bz2 1509639 BLAKE2B 
fe63ba8731095622e8b5701c30a5cc786c1b8cc7bff5cb66cc477281198749887879f001fdc4652d86d01765543d4474ce52170d318af6e43124a7d7208f97ee
 SHA512 
cb5266ab7edc5a068756ec30a3fd92af50150c3523575e2c727fc8d7eb8660259e6e8c5d59d7bc02ec85b052f779e332dcea55414fcc706f608b1eea8242897a
+DIST xfdesktop-4.15.1.tar.bz2 1528853 BLAKE2B 
71e16095441e9310efc9d8885538cc5c93649b9a1c9bfa499710b6564a52e352198a47bfc66c36f9b0e3eb3b39c7df7655f5fdaf7d9c50050225930eee727879
 SHA512 
62f64e120b373526b3c370d553575cfeb5719364bc64f069f4d859961f82fdb90d1332b243b90a63f1dd2e7d9609ad64ef81de17487cfea0c7c6d62f27db06cd

diff --git a/xfce-base/xfdesktop/xfdesktop-4.15.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.15.1.ebuild
new file mode 100644
index 000..c0250e01fe7
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.15.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.42
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/, xfce-base/xfdesktop/files/

2020-09-25 Thread Michał Górny
commit: 921adfef70d2c2a43ab32549f985d15e1c9d0392
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 25 07:20:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 25 07:22:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921adfef

xfce-base/xfdesktop: Backport memleak fix to 4.14.2

Closes: https://bugs.gentoo.org/744418
Signed-off-by: Michał Górny  gentoo.org>

 .../xfdesktop/files/xfdesktop-4.14.2-memleak.patch | 37 ++
 ...op-4.14.2.ebuild => xfdesktop-4.14.2-r1.ebuild} |  4 +++
 2 files changed, 41 insertions(+)

diff --git a/xfce-base/xfdesktop/files/xfdesktop-4.14.2-memleak.patch 
b/xfce-base/xfdesktop/files/xfdesktop-4.14.2-memleak.patch
new file mode 100644
index 000..e99167cb91a
--- /dev/null
+++ b/xfce-base/xfdesktop/files/xfdesktop-4.14.2-memleak.patch
@@ -0,0 +1,37 @@
+From bd6cd3ce62057370a9e7c6699e52385f479e3390 Mon Sep 17 00:00:00 2001
+From: Jan Ziak <0xe2.0x9a.0...@gmail.com>
+Date: Sat, 11 Apr 2020 15:43:55 +0200
+Subject: Fix memory leak when reconnecting DP monitor (Bug #16314)
+
+Signed-off-by: Jan Ziak <0xe2.0x9a.0...@gmail.com>
+---
+ src/xfce-backdrop.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/xfce-backdrop.c b/src/xfce-backdrop.c
+index bd9180e6..955e51f8 100644
+--- a/src/xfce-backdrop.c
 b/src/xfce-backdrop.c
+@@ -1599,6 +1599,11 @@ xfce_backdrop_image_data_release(XfceBackdropImageData 
*image_data)
+ 
+ if(image_data->loader)
+ g_object_unref(image_data->loader);
++
++if(image_data->backdrop) {
++g_object_unref(image_data->backdrop);
++image_data->backdrop = NULL;
++}
+ }
+ 
+ /**
+@@ -1671,6 +1676,7 @@ xfce_backdrop_generate_async(XfceBackdrop *backdrop)
+ backdrop->priv->image_data = image_data;
+ 
+ image_data->backdrop = backdrop;
++g_object_ref(backdrop);
+ image_data->loader = gdk_pixbuf_loader_new();
+ image_data->cancellable = g_cancellable_new();
+ image_data->image_buffer = g_new0(guchar, XFCE_BACKDROP_BUFFER_SIZE);
+-- 
+cgit v1.2.3
+

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.2-r1.ebuild
similarity index 96%
rename from xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
rename to xfce-base/xfdesktop/xfdesktop-4.14.2-r1.ebuild
index 64d22d2e74d..36257356e8c 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.2-r1.ebuild
@@ -31,6 +31,10 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-memleak.patch
+)
+
 src_configure() {
local myconf=(
$(use_enable thunar file-icons)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-06-19 Thread Michał Górny
commit: c89f73b10c623ded1717bfeb66dbeed77512fa44
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 19 07:00:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 19 09:10:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89f73b1

xfce-base/xfdesktop: Bump to 4.15.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.15.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 1ffc34e9277..d89e1b61523 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1 +1,2 @@
 DIST xfdesktop-4.14.2.tar.bz2 1513121 BLAKE2B 
afe5dad03ed4d084bd7578074f91fbc8dc121bf67b8f4793ca5c6abb67dea4f61cfa484404d79d14cf2abf64227cee883bc8f36af05802071f5b9f79300704d4
 SHA512 
8515fc1c048da50c8c2986ea8590144203fdf3107b81e2d2dd44ee408938fb71281abe52cc098508dc2ae20ef2cbc31903086941206c0cbbc92a661dbfb2c472
+DIST xfdesktop-4.15.0.tar.bz2 1509639 BLAKE2B 
fe63ba8731095622e8b5701c30a5cc786c1b8cc7bff5cb66cc477281198749887879f001fdc4652d86d01765543d4474ce52170d318af6e43124a7d7208f97ee
 SHA512 
cb5266ab7edc5a068756ec30a3fd92af50150c3523575e2c727fc8d7eb8660259e6e8c5d59d7bc02ec85b052f779e332dcea55414fcc706f608b1eea8242897a

diff --git a/xfce-base/xfdesktop/xfdesktop-4.15.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.15.0.ebuild
new file mode 100644
index 000..c0250e01fe7
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.15.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.42
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-03-19 Thread Michał Górny
commit: 93f9af0088aaf11f8daef744ae8d67db3dce838a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 19 17:02:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 19 17:20:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f9af00

xfce-base/xfdesktop: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 08dc825fba7..1ffc34e9277 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1 @@
-DIST xfdesktop-4.14.1.tar.bz2 1533788 BLAKE2B 
ea43c57dc9439b5b4799d3859b28287e7cc807a488d57f79ba83424fc1d5257eba6b2d8f9aa712aef68f8aa81d296376fd3ab507cb90566b0b76aab92665c117
 SHA512 
05e8e79efe9683d46e69375eb5c3f1d923b5e875bc7dbb8f9405338e44ae0c48172af119c5e7b141595c38b8de00c58c21f7b7d218737f5ddc2428fd7aa4bc6c
 DIST xfdesktop-4.14.2.tar.bz2 1513121 BLAKE2B 
afe5dad03ed4d084bd7578074f91fbc8dc121bf67b8f4793ca5c6abb67dea4f61cfa484404d79d14cf2abf64227cee883bc8f36af05802071f5b9f79300704d4
 SHA512 
8515fc1c048da50c8c2986ea8590144203fdf3107b81e2d2dd44ee408938fb71281abe52cc098508dc2ae20ef2cbc31903086941206c0cbbc92a661dbfb2c472

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
deleted file mode 100644
index 64d22d2e74d..000
--- a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-RDEPEND=">=x11-libs/cairo-1.12
-   >=dev-libs/glib-2.42
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.14:3
-   x11-libs/libX11
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? ( >=xfce-base/thunar-1.7:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-03-15 Thread Agostino Sarubbo
commit: 53891ea11d0d78f8d799c25f7c0a28dde2d35d52
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:39:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:39:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53891ea1

xfce-base/xfdesktop: x86 stable wrt bug #712350

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
index 9625fc13f9b..64d22d2e74d 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-03-15 Thread Agostino Sarubbo
commit: c835e61d668062899f29422e9288d600f2e0cfe0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:33:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:33:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c835e61d

xfce-base/xfdesktop: ppc64 stable wrt bug #712350

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
index 2aad99b9c99..9625fc13f9b 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-03-15 Thread Agostino Sarubbo
commit: 0afb18030111d5a3992de118777336dc1ef3dac3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:31:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:31:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afb1803

xfce-base/xfdesktop: ppc stable wrt bug #712350

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
index 39d9d293976..2aad99b9c99 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-03-14 Thread Mikle Kolyada
commit: e205f56078ed2af359a5a3fa72dd664d330c5d16
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 14 18:05:19 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 14 18:05:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e205f560

xfce-base/xfdesktop: arm stable wrt bug #712350

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
index 80a757d450d..39d9d293976 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-03-13 Thread Agostino Sarubbo
commit: 7f55b7fb445e2b67c230fc84f185c590e496288c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 13 18:54:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 13 18:54:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f55b7fb

xfce-base/xfdesktop: amd64 stable wrt bug #712350

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
index c0250e01fe7..80a757d450d 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2020-01-13 Thread Michał Górny
commit: 3335d9f4b7007c12bb75a5f7822e7bf2bb11ec75
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 13 06:35:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 13 09:39:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3335d9f4

xfce-base/xfdesktop: Bump to 4.14.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index a1f8a3f004e..08dc825fba7 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1 +1,2 @@
 DIST xfdesktop-4.14.1.tar.bz2 1533788 BLAKE2B 
ea43c57dc9439b5b4799d3859b28287e7cc807a488d57f79ba83424fc1d5257eba6b2d8f9aa712aef68f8aa81d296376fd3ab507cb90566b0b76aab92665c117
 SHA512 
05e8e79efe9683d46e69375eb5c3f1d923b5e875bc7dbb8f9405338e44ae0c48172af119c5e7b141595c38b8de00c58c21f7b7d218737f5ddc2428fd7aa4bc6c
+DIST xfdesktop-4.14.2.tar.bz2 1513121 BLAKE2B 
afe5dad03ed4d084bd7578074f91fbc8dc121bf67b8f4793ca5c6abb67dea4f61cfa484404d79d14cf2abf64227cee883bc8f36af05802071f5b9f79300704d4
 SHA512 
8515fc1c048da50c8c2986ea8590144203fdf3107b81e2d2dd44ee408938fb71281abe52cc098508dc2ae20ef2cbc31903086941206c0cbbc92a661dbfb2c472

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
new file mode 100644
index 000..c0250e01fe7
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.42
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-10-13 Thread Mikle Kolyada
commit: 0e9b51218d646b8ca3db5a4c9fe17006a98ec83e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 13 11:23:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 13 11:24:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9b5121

xfce-base/xfdesktop: alpha stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
index 24148662813..68f4cac78d0 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-10-12 Thread Sergei Trofimovich
commit: aec96d3dbbeeab73519a49ee11c00fd5b282081c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:19:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:23:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec96d3d

xfce-base/xfdesktop: stable 4.14.1 for ppc64, bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
index 065ff691fc4..be0291d8497 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-10-12 Thread Sergei Trofimovich
commit: f7fa7c6abe336cdca75e21ea8787e7af073e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:02:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:16:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fa7c6a

xfce-base/xfdesktop: stable 4.14.1 for ppc, bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
index 7d47e15ef1c..065ff691fc4 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-08-22 Thread Michał Górny
commit: bcf6b7df6369b97bff0a3006ba003dfdcfe6ba53
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 22 11:36:38 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 22 12:31:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf6b7df

xfce-base/xfdesktop: Require GTK+2 libxfce4ui

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 .../xfdesktop/{xfdesktop-4.12.5.ebuild => xfdesktop-4.12.5-r1.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index 40b9614aeb9..58c055d5681 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/cairo-1.6:=
x11-libs/libX11:=
>=xfce-base/exo-0.8:=
>=xfce-base/garcon-0.3:=
-   >=xfce-base/libxfce4ui-4.11:=
+   >=xfce-base/libxfce4ui-4.11:=[gtk2(+)]
>=xfce-base/libxfce4util-4.11:=
>=xfce-base/xfconf-4.10:=
libnotify? ( >=x11-libs/libnotify-0.7:= )

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.5-r1.ebuild
similarity index 96%
rename from xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
rename to xfce-base/xfdesktop/xfdesktop-4.12.5-r1.ebuild
index 1eb489b1c32..8334da4176c 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.5-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/cairo-1.6:=
x11-libs/libX11:=
=xfce-base/garcon-0.3:=
-   >=xfce-base/libxfce4ui-4.11:=
+   >=xfce-base/libxfce4ui-4.11:=[gtk2(+)]
>=xfce-base/libxfce4util-4.11:=
>=xfce-base/xfconf-4.10:=
libnotify? ( >=x11-libs/libnotify-0.7:= )



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-08-12 Thread Michał Górny
commit: 5335e73b2847da084423f5b9ad8d4cbabbeb027a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 11:54:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 13:20:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5335e73b

xfce-base/xfdesktop: Bump to 4.14.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 538f7138084..5fd0ee629e2 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -3,3 +3,4 @@ DIST xfdesktop-4.12.5.tar.bz2 1442736 BLAKE2B 
2f4d60fff062779123ab70b8e4d56cd67e
 DIST xfdesktop-4.13.5.tar.bz2 1487498 BLAKE2B 
3884cba5da1798470462ac3b49537ff3dbe108624587e49d5b26755087b13c8858414c7498da5fc4f6471fe71d68ed689cda490f75bd9acede5077639ca89b6d
 SHA512 
5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448
 DIST xfdesktop-4.13.6.tar.bz2 1487655 BLAKE2B 
288d37e316a13dc7de4ab5964344ac4dbd181719f2d4212e87da797095fd58893a7ff599c7614197ac268c0eae09dfc52b5108039bff45be829c64a71f0913c6
 SHA512 
260d228439a5ba12b6f5e7ed7f165c5668279a27399f51447ca8a8c493293bbc4fda817d797c0122d1a3e367a4c30f8cd607793225ce22007003705b2fc7a368
 DIST xfdesktop-4.14.0.tar.bz2 1517996 BLAKE2B 
8e5938e5ca42b29336a31cd362168d45f5ab23bb2a3e85e1ed808c2058fdb856940fde100babb333e902e51be8451b55233cc315767d8216d6d58dc790bbd4e9
 SHA512 
c5b61bfdeb2e2d0ff46aa01da561c2a7730044f91e0a3d978861569be3a71c001fd8c13f04cde738515ae5b4af7dcd7749ad5c9ca66677acca2aee8177bdd408
+DIST xfdesktop-4.14.1.tar.bz2 1533788 BLAKE2B 
ea43c57dc9439b5b4799d3859b28287e7cc807a488d57f79ba83424fc1d5257eba6b2d8f9aa712aef68f8aa81d296376fd3ab507cb90566b0b76aab92665c117
 SHA512 
05e8e79efe9683d46e69375eb5c3f1d923b5e875bc7dbb8f9405338e44ae0c48172af119c5e7b141595c38b8de00c58c21f7b7d218737f5ddc2428fd7aa4bc6c

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
new file mode 100644
index 000..712ef6967fe
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.42
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-08-11 Thread Michał Górny
commit: e393bf1c17840423efcc6dc5827e2a4ae3085073
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 11 20:36:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 11 20:36:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e393bf1c

xfce-base/xfdesktop: Bump to 4.14.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.14.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 8be7f581d05..538f7138084 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -2,3 +2,4 @@ DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f85
 DIST xfdesktop-4.12.5.tar.bz2 1442736 BLAKE2B 
2f4d60fff062779123ab70b8e4d56cd67ea783b7c2aed00a39773b66e20b60fc4189e899ad3c17c70afcd1674bae72a4f574c952a11ba1f40860f35eb8e6869a
 SHA512 
0217a220e7d6d9f95277d5a2dd047c133b65b0ccf21510cd949241b594f244a726147d0d0256e3f32d6989710e6e074710c1a63b46a88587a5ef7238cbb8a92d
 DIST xfdesktop-4.13.5.tar.bz2 1487498 BLAKE2B 
3884cba5da1798470462ac3b49537ff3dbe108624587e49d5b26755087b13c8858414c7498da5fc4f6471fe71d68ed689cda490f75bd9acede5077639ca89b6d
 SHA512 
5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448
 DIST xfdesktop-4.13.6.tar.bz2 1487655 BLAKE2B 
288d37e316a13dc7de4ab5964344ac4dbd181719f2d4212e87da797095fd58893a7ff599c7614197ac268c0eae09dfc52b5108039bff45be829c64a71f0913c6
 SHA512 
260d228439a5ba12b6f5e7ed7f165c5668279a27399f51447ca8a8c493293bbc4fda817d797c0122d1a3e367a4c30f8cd607793225ce22007003705b2fc7a368
+DIST xfdesktop-4.14.0.tar.bz2 1517996 BLAKE2B 
8e5938e5ca42b29336a31cd362168d45f5ab23bb2a3e85e1ed808c2058fdb856940fde100babb333e902e51be8451b55233cc315767d8216d6d58dc790bbd4e9
 SHA512 
c5b61bfdeb2e2d0ff46aa01da561c2a7730044f91e0a3d978861569be3a71c001fd8c13f04cde738515ae5b4af7dcd7749ad5c9ca66677acca2aee8177bdd408

diff --git a/xfce-base/xfdesktop/xfdesktop-4.14.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.14.0.ebuild
new file mode 100644
index 000..712ef6967fe
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.14.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12
+   >=dev-libs/glib-2.42
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.14:3
+   x11-libs/libX11
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? ( >=xfce-base/thunar-1.7:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-07-28 Thread Michał Górny
commit: c58af218ec607cc813d1cab2dbe795ccab4c2fc2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 15:45:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 15:45:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58af218

xfce-base/xfdesktop: Bump to 4.13.6

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.13.6.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 05357cba7ec..8be7f581d05 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,4 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
 DIST xfdesktop-4.12.5.tar.bz2 1442736 BLAKE2B 
2f4d60fff062779123ab70b8e4d56cd67ea783b7c2aed00a39773b66e20b60fc4189e899ad3c17c70afcd1674bae72a4f574c952a11ba1f40860f35eb8e6869a
 SHA512 
0217a220e7d6d9f95277d5a2dd047c133b65b0ccf21510cd949241b594f244a726147d0d0256e3f32d6989710e6e074710c1a63b46a88587a5ef7238cbb8a92d
 DIST xfdesktop-4.13.5.tar.bz2 1487498 BLAKE2B 
3884cba5da1798470462ac3b49537ff3dbe108624587e49d5b26755087b13c8858414c7498da5fc4f6471fe71d68ed689cda490f75bd9acede5077639ca89b6d
 SHA512 
5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448
+DIST xfdesktop-4.13.6.tar.bz2 1487655 BLAKE2B 
288d37e316a13dc7de4ab5964344ac4dbd181719f2d4212e87da797095fd58893a7ff599c7614197ac268c0eae09dfc52b5108039bff45be829c64a71f0913c6
 SHA512 
260d228439a5ba12b6f5e7ed7f165c5668279a27399f51447ca8a8c493293bbc4fda817d797c0122d1a3e367a4c30f8cd607793225ce22007003705b2fc7a368

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.6.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.6.ebuild
new file mode 100644
index 000..70cc7ded632
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.6.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12:=
+   >=dev-libs/glib-2.42:=
+   >=x11-libs/gtk+-3.22:3=
+   >=x11-libs/libwnck-3.14:3=
+   x11-libs/libX11:=
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? (
+   >=dev-libs/glib-2.38:=
+   >=xfce-base/thunar-1.7:=
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-07-28 Thread Michał Górny
commit: 599cd16910a0e94f02942ce3a5521351e5d778e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 15:43:55 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 15:43:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599cd169

xfce-base/xfdesktop: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 5995f74112e..05357cba7ec 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,4 +1,3 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
 DIST xfdesktop-4.12.5.tar.bz2 1442736 BLAKE2B 
2f4d60fff062779123ab70b8e4d56cd67ea783b7c2aed00a39773b66e20b60fc4189e899ad3c17c70afcd1674bae72a4f574c952a11ba1f40860f35eb8e6869a
 SHA512 
0217a220e7d6d9f95277d5a2dd047c133b65b0ccf21510cd949241b594f244a726147d0d0256e3f32d6989710e6e074710c1a63b46a88587a5ef7238cbb8a92d
-DIST xfdesktop-4.13.4.tar.bz2 1485482 BLAKE2B 
c0f40c448d79e3840d8708e8c5fb4a1d94658ab866c630c5a9b2cd40e3b92b3598e57377ed60621a5b28daedd7ab877aeb13b84735a23f5a302cf07434008012
 SHA512 
3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6
 DIST xfdesktop-4.13.5.tar.bz2 1487498 BLAKE2B 
3884cba5da1798470462ac3b49537ff3dbe108624587e49d5b26755087b13c8858414c7498da5fc4f6471fe71d68ed689cda490f75bd9acede5077639ca89b6d
 SHA512 
5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild
deleted file mode 100644
index 0e6869c6046..000
--- a/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-RDEPEND=">=x11-libs/cairo-1.12:=
-   >=dev-libs/glib-2.42:=
-   >=x11-libs/gtk+-3.22:3=
-   >=x11-libs/libwnck-3.14:3=
-   x11-libs/libX11:=
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? (
-   >=dev-libs/glib-2.38:=
-   >=xfce-base/thunar-1.7:=
-   )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-07-23 Thread Kent Fredric
commit: 157c9b55d40c673f65bf8ffb1a63a12af21fb2e5
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 23 13:54:35 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jul 23 13:54:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157c9b55

xfce-base/xfdesktop: Drop ~x86-fbsd due to bug #665088

Judicious dropping of keywords due to inactivity in bug #665088
This percolates due to keyword inconsistencies in:
  dev-perl/Log-Agent, dev-perl/glib-perl, xfce-base/xfconf

Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86-fbsd"
Signed-off-by: Kent Fredric  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 4 ++--
 xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild | 2 +-
 xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild | 2 +-
 xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index 0e7a7967293..40b9614aeb9 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
index 2a735851d90..1eb489b1c32 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild
index b4de135cc03..0e6869c6046 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12:=

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild
index b4de135cc03..0e6869c6046 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-06-30 Thread Michał Górny
commit: 6d34d435a9ad610d0a1e920600ad42da96b319f5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 30 07:04:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 30 07:04:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d34d435

xfce-base/xfdesktop: Bump to 4.13.5

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 2ae82bfbc4d..5995f74112e 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,4 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
 DIST xfdesktop-4.12.5.tar.bz2 1442736 BLAKE2B 
2f4d60fff062779123ab70b8e4d56cd67ea783b7c2aed00a39773b66e20b60fc4189e899ad3c17c70afcd1674bae72a4f574c952a11ba1f40860f35eb8e6869a
 SHA512 
0217a220e7d6d9f95277d5a2dd047c133b65b0ccf21510cd949241b594f244a726147d0d0256e3f32d6989710e6e074710c1a63b46a88587a5ef7238cbb8a92d
 DIST xfdesktop-4.13.4.tar.bz2 1485482 BLAKE2B 
c0f40c448d79e3840d8708e8c5fb4a1d94658ab866c630c5a9b2cd40e3b92b3598e57377ed60621a5b28daedd7ab877aeb13b84735a23f5a302cf07434008012
 SHA512 
3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6
+DIST xfdesktop-4.13.5.tar.bz2 1487498 BLAKE2B 
3884cba5da1798470462ac3b49537ff3dbe108624587e49d5b26755087b13c8858414c7498da5fc4f6471fe71d68ed689cda490f75bd9acede5077639ca89b6d
 SHA512 
5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild
new file mode 100644
index 000..b4de135cc03
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12:=
+   >=dev-libs/glib-2.42:=
+   >=x11-libs/gtk+-3.22:3=
+   >=x11-libs/libwnck-3.14:3=
+   x11-libs/libX11:=
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? (
+   >=dev-libs/glib-2.38:=
+   >=xfce-base/thunar-1.7:=
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-06-05 Thread Michał Górny
commit: 11fcd02a8a9ecf423cae5bd6ab66051f50d13e9a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  5 06:29:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  5 06:53:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fcd02a

xfce-base/xfdesktop: Bump to 4.12.5 (stable branch)

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index ef4f0ad1bf2..2ae82bfbc4d 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
+DIST xfdesktop-4.12.5.tar.bz2 1442736 BLAKE2B 
2f4d60fff062779123ab70b8e4d56cd67ea783b7c2aed00a39773b66e20b60fc4189e899ad3c17c70afcd1674bae72a4f574c952a11ba1f40860f35eb8e6869a
 SHA512 
0217a220e7d6d9f95277d5a2dd047c133b65b0ccf21510cd949241b594f244a726147d0d0256e3f32d6989710e6e074710c1a63b46a88587a5ef7238cbb8a92d
 DIST xfdesktop-4.13.4.tar.bz2 1485482 BLAKE2B 
c0f40c448d79e3840d8708e8c5fb4a1d94658ab866c630c5a9b2cd40e3b92b3598e57377ed60621a5b28daedd7ab877aeb13b84735a23f5a302cf07434008012
 SHA512 
3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
new file mode 100644
index 000..2a735851d90
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
+RDEPEND=">=x11-libs/cairo-1.6:=
+   >=dev-libs/dbus-glib-0.100:=
+   >=dev-libs/glib-2.20:=
+   >=x11-libs/gtk+-2.24:2=
+   >=x11-libs/libwnck-2.30:1=
+   x11-libs/libX11:=
+   =xfce-base/garcon-0.3:=
+   >=xfce-base/libxfce4ui-4.11:=
+   >=xfce-base/libxfce4util-4.11:=
+   >=xfce-base/xfconf-4.10:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? (
+   >=dev-libs/glib-2.38:=
+   =xfce-base/thunar-1.6*:=[dbus]
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-05-24 Thread Michał Górny
commit: 3d1f6e79519bcd890658e7c476f7bdef26884eb7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 24 22:01:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 24 22:20:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1f6e79

xfce-base/xfdesktop: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.13.3.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 144a4f2ad91..ef4f0ad1bf2 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,2 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
-DIST xfdesktop-4.13.3.tar.bz2 1487433 BLAKE2B 
81c5be8d54da6bfdb121d5632d67abfe6705eeddfb8c247ebf6870261093908660f880c8152d0cff87c912b1f3277d6551993a6a64384e610928c9bc6fda45a9
 SHA512 
5d828ad653b46ab1edc8300335321bab48e0ad2be1ae02944eff553375a6059513aeb363c73aaec1a6958dd3f1c873920287ad911cfe7b8096b447f1b8165ce3
 DIST xfdesktop-4.13.4.tar.bz2 1485482 BLAKE2B 
c0f40c448d79e3840d8708e8c5fb4a1d94658ab866c630c5a9b2cd40e3b92b3598e57377ed60621a5b28daedd7ab877aeb13b84735a23f5a302cf07434008012
 SHA512 
3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.3.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.3.ebuild
deleted file mode 100644
index b4de135cc03..000
--- a/xfce-base/xfdesktop/xfdesktop-4.13.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-RDEPEND=">=x11-libs/cairo-1.12:=
-   >=dev-libs/glib-2.42:=
-   >=x11-libs/gtk+-3.22:3=
-   >=x11-libs/libwnck-3.14:3=
-   x11-libs/libX11:=
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? (
-   >=dev-libs/glib-2.38:=
-   >=xfce-base/thunar-1.7:=
-   )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-05-18 Thread Michał Górny
commit: f49c80abf3560327f2c0669d38ccefe531c1ff9a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 07:45:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 11:10:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49c80ab

xfce-base/xfdesktop: Degrade to ~ia64

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index 4f680e1def3..0e7a7967293 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-05-17 Thread Michał Górny
commit: fd43054b14e78072386d8d94533f09efe32e0539
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 18:26:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 18:26:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd43054b

xfce-base/xfdesktop: Bump to 4.13.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 124a146f5af..144a4f2ad91 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
 DIST xfdesktop-4.13.3.tar.bz2 1487433 BLAKE2B 
81c5be8d54da6bfdb121d5632d67abfe6705eeddfb8c247ebf6870261093908660f880c8152d0cff87c912b1f3277d6551993a6a64384e610928c9bc6fda45a9
 SHA512 
5d828ad653b46ab1edc8300335321bab48e0ad2be1ae02944eff553375a6059513aeb363c73aaec1a6958dd3f1c873920287ad911cfe7b8096b447f1b8165ce3
+DIST xfdesktop-4.13.4.tar.bz2 1485482 BLAKE2B 
c0f40c448d79e3840d8708e8c5fb4a1d94658ab866c630c5a9b2cd40e3b92b3598e57377ed60621a5b28daedd7ab877aeb13b84735a23f5a302cf07434008012
 SHA512 
3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild
new file mode 100644
index 000..b4de135cc03
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12:=
+   >=dev-libs/glib-2.42:=
+   >=x11-libs/gtk+-3.22:3=
+   >=x11-libs/libwnck-3.14:3=
+   x11-libs/libX11:=
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? (
+   >=dev-libs/glib-2.38:=
+   >=xfce-base/thunar-1.7:=
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-04-08 Thread Michał Górny
commit: aa335f5c55dc7c1ab1f94178dd681af74ed75b7c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  8 18:55:07 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  8 19:17:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa335f5c

xfce-base/xfdesktop: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index e81745be8c2..124a146f5af 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,2 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
-DIST xfdesktop-4.13.2.tar.bz2 1486455 BLAKE2B 
38ba5da7172212f74281f60688a581e525dcbb91ea381f8fcbdef57f90b54b9c21d08f20f3b1da5c91dcab158c2a7ba415822ec7b1f92f1cef80e53624a1f741
 SHA512 
0002ed639f8554144d8c921ca5bd9d1c2ed634baa11c98f95685c8a636ae6bdc87f8df19aa138fe4eda591facba964451a10aef6ba303be1fad66013bb06ae13
 DIST xfdesktop-4.13.3.tar.bz2 1487433 BLAKE2B 
81c5be8d54da6bfdb121d5632d67abfe6705eeddfb8c247ebf6870261093908660f880c8152d0cff87c912b1f3277d6551993a6a64384e610928c9bc6fda45a9
 SHA512 
5d828ad653b46ab1edc8300335321bab48e0ad2be1ae02944eff553375a6059513aeb363c73aaec1a6958dd3f1c873920287ad911cfe7b8096b447f1b8165ce3

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild
deleted file mode 100644
index 2e52cabcdef..000
--- a/xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-RDEPEND=">=x11-libs/cairo-1.12:=
-   >=dev-libs/glib-2.42:=
-   >=x11-libs/gtk+-3.20:3=
-   >=x11-libs/libwnck-3.14:3=
-   x11-libs/libX11:=
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.13:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? (
-   >=dev-libs/glib-2.38:=
-   >=xfce-base/thunar-1.7:=
-   )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-03-09 Thread Michał Górny
commit: 6cb722f07b2f1a4e076368d232927ee666e7f9bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 09:06:05 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 09:19:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb722f0

xfce-base/xfdesktop: Bump to 4.13.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.13.3.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 0d86ce3d9ca..e81745be8c2 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
 DIST xfdesktop-4.13.2.tar.bz2 1486455 BLAKE2B 
38ba5da7172212f74281f60688a581e525dcbb91ea381f8fcbdef57f90b54b9c21d08f20f3b1da5c91dcab158c2a7ba415822ec7b1f92f1cef80e53624a1f741
 SHA512 
0002ed639f8554144d8c921ca5bd9d1c2ed634baa11c98f95685c8a636ae6bdc87f8df19aa138fe4eda591facba964451a10aef6ba303be1fad66013bb06ae13
+DIST xfdesktop-4.13.3.tar.bz2 1487433 BLAKE2B 
81c5be8d54da6bfdb121d5632d67abfe6705eeddfb8c247ebf6870261093908660f880c8152d0cff87c912b1f3277d6551993a6a64384e610928c9bc6fda45a9
 SHA512 
5d828ad653b46ab1edc8300335321bab48e0ad2be1ae02944eff553375a6059513aeb363c73aaec1a6958dd3f1c873920287ad911cfe7b8096b447f1b8165ce3

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.3.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.3.ebuild
new file mode 100644
index 000..b4de135cc03
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+RDEPEND=">=x11-libs/cairo-1.12:=
+   >=dev-libs/glib-2.42:=
+   >=x11-libs/gtk+-3.22:3=
+   >=x11-libs/libwnck-3.14:3=
+   x11-libs/libX11:=
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.13:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? (
+   >=dev-libs/glib-2.38:=
+   >=xfce-base/thunar-1.7:=
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2019-01-21 Thread Sergei Trofimovich
commit: c0d922fb3c354ad1e67d85fa84bc54f8ecb773c0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 21 20:07:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 21 21:19:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d922fb

xfce-base/xfdesktop: keyworded 4.13.2 for hppa

Closes: https://bugs.gentoo.org/651492
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild
index b8a68348084..2e52cabcdef 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 RDEPEND=">=x11-libs/cairo-1.12:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-11-11 Thread Michał Górny
commit: 20ecd7afee434e03ef6d701c9db29e9cf2787326
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 11 13:05:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 19:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ecd7af

xfce-base/xfdesktop: Clean old up

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index a8043544b0a..0d86ce3d9ca 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,2 @@
 DIST xfdesktop-4.12.4.tar.bz2 1421623 BLAKE2B 
a18b891d639165d617f2701106dedb2f8577273ece5a4c93f6b5e1ef26f801304ea2014f21bd2821eb9bac9b19e02dd75cd4054a116eefd544f4d8e5d6968879
 SHA512 
29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e
-DIST xfdesktop-4.13.1.tar.bz2 1485914 BLAKE2B 
2b991b40317c9d92b53f357d674078598a7b17dd870155de8eb360fd9998d5376582909b57a93e00628a7dfd7e65bfea22b7f57b9373bab869296ef9b2973af5
 SHA512 
efe5ffe450f498ee0188a1ca5efd0ef340d73b5650060f18db4fe94ae9130dd27e41c6b30af2f90839e6c8272f3e270d16b86df64d595fe82169c26d624f806a
 DIST xfdesktop-4.13.2.tar.bz2 1486455 BLAKE2B 
38ba5da7172212f74281f60688a581e525dcbb91ea381f8fcbdef57f90b54b9c21d08f20f3b1da5c91dcab158c2a7ba415822ec7b1f92f1cef80e53624a1f741
 SHA512 
0002ed639f8554144d8c921ca5bd9d1c2ed634baa11c98f95685c8a636ae6bdc87f8df19aa138fe4eda591facba964451a10aef6ba303be1fad66013bb06ae13

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild
deleted file mode 100644
index 3741432d8de..000
--- a/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=x11-libs/cairo-1.12:=
-   >=dev-libs/glib-2.42:=
-   >=x11-libs/gtk+-3.20:3=
-   >=x11-libs/libwnck-3.14:3=
-   x11-libs/libX11:=
-   >=xfce-base/exo-0.11:=
-   >=xfce-base/garcon-0.6:=
-   >=xfce-base/libxfce4ui-4.13:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfconf-4.12.1:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? (
-   >=dev-libs/glib-2.38:=
-   =xfce-base/thunar-1.6*:=[dbus]
-   )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-06-17 Thread Michał Górny
commit: 16f68994862b47117c77405cb3e1c80c487ea225
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 17 11:58:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 17 12:11:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f68994

xfce-base/xfdesktop: Restrict thunar dep in older versions

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index b2a1a15735e..ddd5690a79a 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -29,7 +29,7 @@ RDEPEND=">=x11-libs/cairo-1.6:=
libnotify? ( >=x11-libs/libnotify-0.7:= )
thunar? (
>=dev-libs/glib-2.38:=
-   >=xfce-base/thunar-1.6:=[dbus]
+   =xfce-base/thunar-1.6*:=[dbus]
)"
 DEPEND="${RDEPEND}
dev-util/intltool

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild
index b5ffb7e7d4b..9eb738e9029 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild
@@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/cairo-1.12:=
libnotify? ( >=x11-libs/libnotify-0.7:= )
thunar? (
>=dev-libs/glib-2.38:=
-   >=xfce-base/thunar-1.6:=[dbus]
+   =xfce-base/thunar-1.6*:=[dbus]
)"
 DEPEND="${RDEPEND}
dev-util/intltool



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-03-23 Thread Markus Meier
commit: a8bfb0066c58c06997b44063d867a5e6782580fa
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 19:50:45 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 19:50:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bfb006

xfce-base/xfdesktop: arm stable, bug #643074

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index a201adcdea9..b2a1a15735e 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-03-03 Thread Tobias Klausmann
commit: bd6b3b1245d9927be88d4f4ee2a3727e932ef65c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Mar  3 13:42:53 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Mar  3 17:48:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6b3b12

xfce-base/xfdesktop-4.12.4-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/643074

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index b4f2e6b1cb6..a201adcdea9 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-01-10 Thread Sergei Trofimovich
commit: 0a71a71f14567ad06839d7c88d9bcc02458d3831
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jan 10 20:06:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan 10 21:22:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a71a71f

xfce-base/xfdesktop: stable 4.12.4 for hppa, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index a259c61644c..b4f2e6b1cb6 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-01-08 Thread Sergei Trofimovich
commit: 1ebf19986b5e0d4e3f3d7c807b5397a560f85b0d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  8 07:31:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  8 08:00:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebf1998

xfce-base/xfdesktop: stable 4.12.4 for ia64, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index b18de62e12c..a259c61644c 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-01-07 Thread Sergei Trofimovich
commit: 72c0a3c4b3edcbd610cfa763022eb664a436daaa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 20:04:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 20:04:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c0a3c4

xfce-base/xfdesktop: stable 4.12.4 for ppc, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index 30bfb720b02..b18de62e12c 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-01-07 Thread Sergei Trofimovich
commit: f5f13b68975231dcecd732b259f42998af49aeee
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 13:12:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 13:16:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f13b68

xfce-base/xfdesktop: stable 4.12.4 for ppc64, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index 19a0b16cfd2..30bfb720b02 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2018-01-05 Thread Mikle Kolyada
commit: 8ac139d749cc22dcc63d0bcfe91931959d9978d8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 10:56:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 10:58:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac139d7

xfce-base/xfdesktop: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
index f7864fad416..59ced0e6b01 100644
--- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/, xfce-base/garcon/, xfce-base/xfconf/, ...

2017-12-09 Thread Ulrich Müller
commit: cd4f5138a2fc3abf2bf554230626c48931ab4ec1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Dec  9 12:04:22 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Dec  9 12:04:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4f5138

xfce-base: Update Manifest hashes.

 xfce-base/exo/Manifest | 4 ++--
 xfce-base/garcon/Manifest  | 4 ++--
 xfce-base/libxfce4ui/Manifest  | 6 +++---
 xfce-base/libxfce4util/Manifest| 4 ++--
 xfce-base/thunar/Manifest  | 2 +-
 xfce-base/xfce4-appfinder/Manifest | 4 ++--
 xfce-base/xfce4-panel/Manifest | 8 
 xfce-base/xfce4-session/Manifest   | 4 ++--
 xfce-base/xfce4-settings/Manifest  | 6 +++---
 xfce-base/xfconf/Manifest  | 6 +++---
 xfce-base/xfdesktop/Manifest   | 6 +++---
 xfce-base/xfwm4/Manifest   | 6 +++---
 12 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index 964174a120b..3138b5662ec 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,2 +1,2 @@
-DIST exo-0.10.7.tar.bz2 1262301 SHA256 
521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c SHA512 
5a872e6895595da027f403fb7951922c40481d53242cb4d9c3da2d36690c61dce2fdb34ba0eb39367558a5e3055733af25432d1f3a8f60984b7e2ed997408b60
 WHIRLPOOL 
4c8a71b70e67f0db0bfaa752b0b1f01a80a83cbe84d754b44b3d45811743cf4276abe5d9cde40cef13f87f6013666255ccc5a1cc64afe129a55fe813b4dbcb1e
-DIST exo-0.11.5.tar.bz2 1299627 SHA256 
8e8629f33783eba1ce6d092a42c28217458a0cc3d1ad7474097b9187054955c1 SHA512 
c1aeb6dbdb60ab3c19797adcd3e832871960b8a91469d5f96f5fb23bc44794a9b0cf91c910b27f001196d75439baf23565b8860d0bad72799134b2018d3b8463
 WHIRLPOOL 
ca17c257ee7a1a9dd26439c4bec9c61c388e33daca6c4e5af0a0fc87a7b1800962746a8b6a063c2d1fe54b486ef377c41f791226b98d6b360d8e5fd2649e110c
+DIST exo-0.10.7.tar.bz2 1262301 BLAKE2B 
f9a0454b1f5f125fec49de834bdefd12ad827e88a852596315090cca92f92628d594fe609a35b9f926c4d19ac67fbfa60fcd5e277d6cd69082b27273ff17c823
 SHA512 
5a872e6895595da027f403fb7951922c40481d53242cb4d9c3da2d36690c61dce2fdb34ba0eb39367558a5e3055733af25432d1f3a8f60984b7e2ed997408b60
+DIST exo-0.11.5.tar.bz2 1299627 BLAKE2B 
9bd5da530e807dd6395a632d204982f665e45c59241e719ae7655bd6ec84930a684e01c6f2cb3283ef61269f6d60d94e595ae7bdf712d5ec1ed0e29e4dc5a7eb
 SHA512 
c1aeb6dbdb60ab3c19797adcd3e832871960b8a91469d5f96f5fb23bc44794a9b0cf91c910b27f001196d75439baf23565b8860d0bad72799134b2018d3b8463

diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
index c0c15d312d4..78d6f9252a0 100644
--- a/xfce-base/garcon/Manifest
+++ b/xfce-base/garcon/Manifest
@@ -1,2 +1,2 @@
-DIST garcon-0.5.0.tar.bz2 456940 SHA256 
4cc933bb773e3194a0cce188c7a38da8a72e33871635113917eff81bfc98f9c9 SHA512 
9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5
 WHIRLPOOL 
9761fbf8a48e483b60bc84d3a1a6cc7b7af270e067a15d5f9b7c801f864467163c4ec02c88c9a81fa67e80d0adaa2439b95e30164dac8f785e769db25ccdbfd3
-DIST garcon-0.6.1.tar.bz2 511415 SHA256 
41c31ba0498c2cc39de4a8e0c2367510adbf4bc2104c17feee358e51e6acf603 SHA512 
36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3
 WHIRLPOOL 
15bc82dff2c202c8bed1f184bd3580f1666ee322acb6be7f0ac351fc96d01d5d82f41611c85b58c115b08f6ce1b0caf7bea191eda6578596336333ead355eacf
+DIST garcon-0.5.0.tar.bz2 456940 BLAKE2B 
1e2eb7351fc63c3dcaef358174f38e6da308141923474ad215309304644db85112d7f1edfd258bca5bca3c596f8e98c5d38cc830bcc11e91d5fc71e4c1c956d4
 SHA512 
9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5
+DIST garcon-0.6.1.tar.bz2 511415 BLAKE2B 
03c9076d8507737ed64b48597ff53c4cb3ae9beafd14b28d4d61fc29fa007f5ac4757f96ba0dc56c8b069a4eebd5d38202862856f96a1b08474de2aa93d518ca
 SHA512 
36c5b1ba3c91e613853cd5e986176c8cbd2a509fafde1b302334deda872b7f7073fd06ba341220b030d8d5728346b7339368190b225203f33c023dd96f3ed1a3

diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index 7cd0c5d3e72..c6f4dbfc1ea 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,3 +1,3 @@
-DIST libxfce4ui-4.13.0.tar.bz2 688646 SHA256 
22f0b66a33945f347952249589f71618418f1e47ca847850eb0ee1bdb0c353d4 SHA512 
342c4fb09b3f13e066b994c54cd557a65c116566b8201217cb663851ba387932cdd4ebf2274f32bdc97a98b3a2bd1b59de75ef6cc4c6f5d0e5f1910b7eca591e
 WHIRLPOOL 
37d9d68af580482186e5f1bd078b72b48339ee032b85e38ea944b2a08e80deead2887fbee9f30b15251214bb0aae7cc92857f2559db116767c96f630ad5b7d80
-DIST libxfce4ui-4.13.2.tar.bz2 705425 SHA256 
8d881273e6be286f0c6c6f1aa1df2dbd3d92114b2e7fbe02979043fc80d8f4f1 SHA512 
fbf823283f46b1cd73e830c70d848a2e15ecef2037e2249390ecf580f66f23f8ea766f5f19e46e1513b2ce3a692c2bff53f1c54ef00eaede065ac0c7a85c1908
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2017-06-12 Thread Michał Górny
commit: 0efa2f3d1e180de68bedd3852758214edbaf8a1e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 12 07:44:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 12 09:39:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efa2f3d

xfce-base/xfdesktop: Bump to 4.13.1

 xfce-base/xfdesktop/Manifest| 2 +-
 .../xfdesktop/{xfdesktop-4.13.0.ebuild => xfdesktop-4.13.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 5c3350a4111..b3e7b664f69 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,2 @@
 DIST xfdesktop-4.12.3.tar.bz2 1420704 SHA256 
a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac SHA512 
e8c89640722d3dfb2c5aae09779f81e5e2a6e157cc4756a46139547bd1a5b1977fa828f68e8ea61d6c9483c35a9303169fc33cbeacde06f7e95e19c65ce54878
 WHIRLPOOL 
ce6fbfa82b9ac753b640035c458c2d81cea76500c6905933c343b061c5f66192926dcc47baa0f72f2a55579212cc0a297538f5f1d913b026f0d5b88f4211e9d8
-DIST xfdesktop-4.13.0.tar.bz2 1484311 SHA256 
0c5eef883c0f6fa29a548e8e9184f07c63892103a7a7a8f5141a502c04d5da40 SHA512 
4e27ccff66caa93f4b62db730be52a2dcc4211ada78b79f2faa21153ab79dc1bf7d07479939cdc95c82bb0445f007b4bc77793ecd0dd7718baddee5316b35951
 WHIRLPOOL 
818f02f61854457f1c156e49fcaf2c643495b47b9a19d8dd45701138571bbcf152f507c7b985da914f17c6209e969fbda11288d393aba8124e2c93bd83c87f70
+DIST xfdesktop-4.13.1.tar.bz2 1485914 SHA256 
7e81fd3b8c939d7eee4e293ac1b670c1f3f59cf4de81e47382ecf857bc8879a4 SHA512 
efe5ffe450f498ee0188a1ca5efd0ef340d73b5650060f18db4fe94ae9130dd27e41c6b30af2f90839e6c8272f3e270d16b86df64d595fe82169c26d624f806a
 WHIRLPOOL 
99dcb6331b93b14e99aec09207c00b9adba810d6eaa622c0c175b1e4601a9c7076a2f2dd2e1564c9cf318edcdc6ea8e4ce0c11656235fd41d0cd12c7077cba75

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild
similarity index 100%
rename from xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild
rename to xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2017-06-07 Thread Michał Górny
commit: 822eb1ef3c6435e81ed634ba92d532eb75ebb633
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:05:11 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822eb1ef

xfce-base/xfdesktop: Drop old

 xfce-base/xfdesktop/Manifest|  1 -
 xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 562d969f78f..5c3350a4111 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,3 +1,2 @@
-DIST xfdesktop-4.12.2.tar.bz2 1419922 SHA256 
c973163b57bac39d12e5f8310c869d176454879defb78b67f8e9f1ad5225 SHA512 
b83f3d632b47593a6a600f508c06a097e77794cae8caa6e9c5c86300d1ebdb12967bdbd6638179c8b41855216ab534db2fae7f3bba2bda18e8fb8fb7c6966121
 WHIRLPOOL 
e610ea2879834052623c2d984baacd803ec8e7de0a212676f25b776f1c417f4c244580f42f2fefb4346d4fc7b597d7bef63e4dace7b2ff61a8f0cc6d43d222a5
 DIST xfdesktop-4.12.3.tar.bz2 1420704 SHA256 
a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac SHA512 
e8c89640722d3dfb2c5aae09779f81e5e2a6e157cc4756a46139547bd1a5b1977fa828f68e8ea61d6c9483c35a9303169fc33cbeacde06f7e95e19c65ce54878
 WHIRLPOOL 
ce6fbfa82b9ac753b640035c458c2d81cea76500c6905933c343b061c5f66192926dcc47baa0f72f2a55579212cc0a297538f5f1d913b026f0d5b88f4211e9d8
 DIST xfdesktop-4.13.0.tar.bz2 1484311 SHA256 
0c5eef883c0f6fa29a548e8e9184f07c63892103a7a7a8f5141a502c04d5da40 SHA512 
4e27ccff66caa93f4b62db730be52a2dcc4211ada78b79f2faa21153ab79dc1bf7d07479939cdc95c82bb0445f007b4bc77793ecd0dd7718baddee5316b35951
 WHIRLPOOL 
818f02f61854457f1c156e49fcaf2c643495b47b9a19d8dd45701138571bbcf152f507c7b985da914f17c6209e969fbda11288d393aba8124e2c93bd83c87f70

diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild
deleted file mode 100644
index 5ed7d4acb04..000
--- a/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/xfdesktop/start;
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug libnotify +thunar"
-
-# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=x11-libs/cairo-1.6:=
-   >=dev-libs/dbus-glib-0.100:=
-   >=dev-libs/glib-2.20:=
-   >=x11-libs/gtk+-2.24:2=
-   >=x11-libs/libwnck-2.30:1=
-   x11-libs/libX11:=
-   >=xfce-base/exo-0.8:=
-   >=xfce-base/garcon-0.3:=
-   >=xfce-base/libxfce4ui-4.11:=
-   >=xfce-base/libxfce4util-4.11:=
-   >=xfce-base/xfconf-4.10:=
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-   thunar? (
-   >=dev-libs/glib-2.38:=
-   >=xfce-base/thunar-1.6:=[dbus]
-   )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable thunar file-icons)
-   $(use_enable thunar thunarx)
-   $(use_enable libnotify notifications)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/

2017-05-05 Thread Michał Górny
commit: 40ea89eff6e10aaad95bcfd0d0f61916bb81ae77
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  5 12:45:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  5 13:10:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ea89ef

xfce-base/xfdesktop: Bump to 4.13.0, development GTK+3 release

 xfce-base/xfdesktop/Manifest|  1 +
 xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
index 7cc763fd64f..562d969f78f 100644
--- a/xfce-base/xfdesktop/Manifest
+++ b/xfce-base/xfdesktop/Manifest
@@ -1,2 +1,3 @@
 DIST xfdesktop-4.12.2.tar.bz2 1419922 SHA256 
c973163b57bac39d12e5f8310c869d176454879defb78b67f8e9f1ad5225 SHA512 
b83f3d632b47593a6a600f508c06a097e77794cae8caa6e9c5c86300d1ebdb12967bdbd6638179c8b41855216ab534db2fae7f3bba2bda18e8fb8fb7c6966121
 WHIRLPOOL 
e610ea2879834052623c2d984baacd803ec8e7de0a212676f25b776f1c417f4c244580f42f2fefb4346d4fc7b597d7bef63e4dace7b2ff61a8f0cc6d43d222a5
 DIST xfdesktop-4.12.3.tar.bz2 1420704 SHA256 
a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac SHA512 
e8c89640722d3dfb2c5aae09779f81e5e2a6e157cc4756a46139547bd1a5b1977fa828f68e8ea61d6c9483c35a9303169fc33cbeacde06f7e95e19c65ce54878
 WHIRLPOOL 
ce6fbfa82b9ac753b640035c458c2d81cea76500c6905933c343b061c5f66192926dcc47baa0f72f2a55579212cc0a297538f5f1d913b026f0d5b88f4211e9d8
+DIST xfdesktop-4.13.0.tar.bz2 1484311 SHA256 
0c5eef883c0f6fa29a548e8e9184f07c63892103a7a7a8f5141a502c04d5da40 SHA512 
4e27ccff66caa93f4b62db730be52a2dcc4211ada78b79f2faa21153ab79dc1bf7d07479939cdc95c82bb0445f007b4bc77793ecd0dd7718baddee5316b35951
 WHIRLPOOL 
818f02f61854457f1c156e49fcaf2c643495b47b9a19d8dd45701138571bbcf152f507c7b985da914f17c6209e969fbda11288d393aba8124e2c93bd83c87f70

diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild 
b/xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild
new file mode 100644
index 000..b5ffb7e7d4b
--- /dev/null
+++ b/xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug libnotify +thunar"
+
+# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
+RDEPEND=">=x11-libs/cairo-1.12:=
+   >=dev-libs/glib-2.42:=
+   >=x11-libs/gtk+-3.20:3=
+   >=x11-libs/libwnck-3.14:3=
+   x11-libs/libX11:=
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/garcon-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfconf-4.12.1:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+   thunar? (
+   >=dev-libs/glib-2.38:=
+   >=xfce-base/thunar-1.6:=[dbus]
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable thunar file-icons)
+   $(use_enable thunar thunarx)
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/files/

2017-02-14 Thread David Seifert
commit: 47118929633eee5d72b17ace769def11f6abe955
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Feb 12 17:27:36 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Feb 14 21:34:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47118929

xfce-base/xfdesktop: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3931

 .../files/xfdesktop-4.12.1-no-thunar-build.patch   | 31 --
 1 file changed, 31 deletions(-)

diff --git a/xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch 
b/xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch
deleted file mode 100644
index 52afb020f5..00
--- a/xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 71c8754d9978895542cf13eba8958df078a91a6c Mon Sep 17 00:00:00 2001
-From: Thaddaeus Tintenfisch 
-Date: Sun, 29 Mar 2015 18:36:47 +0200
-Subject: [PATCH] Fix build error (Bug #11778)
-

- src/xfdesktop-icon-view.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
-index adff45c..30914c4 100644
 a/src/xfdesktop-icon-view.c
-+++ b/src/xfdesktop-icon-view.c
-@@ -1640,6 +1640,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
- 
- action = gdk_drag_context_get_selected_action(context);
- 
-+#ifdef ENABLE_FILE_ICONS
- if(action == GDK_ACTION_ASK) {
- xfdesktop_dnd_menu(icon_view->priv->manager, icon_on_dest,
-context, , row, col, time_);
-@@ -1649,6 +1650,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
- return ret;
- }
- }
-+#endif
- 
- for(l = icon_view->priv->selected_icons; l; l = l->next) {
- if(xfdesktop_icon_do_drop_dest(icon_on_dest,
--- 
-2.1.4



  1   2   >