public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/files/
@ 2015-12-16  7:36 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2015-12-16  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a59e8ecb4401a63c3da61b931799deaeb50c66ab
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 07:35:54 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 07:35:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59e8ecb

x11-misc/xfe: Use upstream patch (xfe bug #209).

Package-Manager: portage-2.2.26

 x11-misc/xfe/files/xfe-1.41-sn.patch | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/x11-misc/xfe/files/xfe-1.41-sn.patch b/x11-misc/xfe/files/xfe-1.41-sn.patch
index e4700eb..d770b07 100644
--- a/x11-misc/xfe/files/xfe-1.41-sn.patch
+++ b/x11-misc/xfe/files/xfe-1.41-sn.patch
@@ -1,14 +1,17 @@
 --- a/src/Properties.cpp
 +++ b/src/Properties.cpp
-@@ -1169,7 +1169,11 @@
+@@ -1169,11 +1169,13 @@
  
  	FXbool confirm = false;
  	
 +#ifdef STARTUP_NOTIFICATION
  	if (executable && snbutton->getCheck() != sndisable_prev)
-+#else
-+	if (executable)
-+#endif
  	{
  		confirm = true;
  	}
+-	
++#endif
++
+     FXbool cond;
+     if (edit) // Condition is not the same if edit exist or not
+     {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/files/
@ 2017-08-13 11:31 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-08-13 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9daebe3d4cfb78b267765f331dcc8c5e073a1082
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Aug 10 17:45:56 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 11:29:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daebe3d

x11-misc/xfe: remove unused patch

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

 x11-misc/xfe/files/xfe-1.41-sn.patch | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/x11-misc/xfe/files/xfe-1.41-sn.patch b/x11-misc/xfe/files/xfe-1.41-sn.patch
deleted file mode 100644
index d770b074652..00000000000
--- a/x11-misc/xfe/files/xfe-1.41-sn.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/src/Properties.cpp
-+++ b/src/Properties.cpp
-@@ -1169,11 +1169,13 @@
- 
- 	FXbool confirm = false;
- 	
-+#ifdef STARTUP_NOTIFICATION
- 	if (executable && snbutton->getCheck() != sndisable_prev)
- 	{
- 		confirm = true;
- 	}
--	
-+#endif
-+
-     FXbool cond;
-     if (edit) // Condition is not the same if edit exist or not
-     {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/files/
@ 2018-07-20  3:25 Jeroen Roovers
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2018-07-20  3:25 UTC (permalink / raw
  To: gentoo-commits

commit:     db9cd6635986a7b53cccb29f82d3b199bf855321
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 03:16:48 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 03:25:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9cd663

x11-misc/xfe: Clean up patch.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-misc/xfe/files/xfe-1.42-use_pkgconfig_for_freetype_and_xft.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xfe/files/xfe-1.42-use_pkgconfig_for_freetype_and_xft.patch b/x11-misc/xfe/files/xfe-1.42-use_pkgconfig_for_freetype_and_xft.patch
index 1394f59abc2..615f7b01bbe 100644
--- a/x11-misc/xfe/files/xfe-1.42-use_pkgconfig_for_freetype_and_xft.patch
+++ b/x11-misc/xfe/files/xfe-1.42-use_pkgconfig_for_freetype_and_xft.patch
@@ -1,5 +1,5 @@
---- xfe-1.42/configure.ac
-+++ xfe-1.42/configure.ac
+--- a/configure.ac
++++ b/configure.ac
 @@ -29,6 +29,7 @@
  AC_PROG_INSTALL
  AC_PROG_LN_S


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

end of thread, other threads:[~2018-07-20  3:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20  3:25 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/files/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2017-08-13 11:31 David Seifert
2015-12-16  7:36 Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox