From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E328E158094 for ; Tue, 12 Jul 2022 02:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25A24E105B; Tue, 12 Jul 2022 02:32:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10548E105B for ; Tue, 12 Jul 2022 02:32:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3726833BEE9 for ; Tue, 12 Jul 2022 02:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FBEE105 for ; Tue, 12 Jul 2022 02:32:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657593135.48b7cc4daf05dd7e5d5dc550b4972d4550fbe356.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance-obconf/files/, lxde-base/lxappearance/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild lxde-base/lxappearance/lxappearance-0.6.3-r3.ebuild X-VCS-Directories: lxde-base/lxappearance-obconf/files/ lxde-base/lxappearance/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 48b7cc4daf05dd7e5d5dc550b4972d4550fbe356 X-VCS-Branch: master Date: Tue, 12 Jul 2022 02:32:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d07d414-f3a5-46f0-b282-0cfe122c787a X-Archives-Hash: 698a96759d8390fcf39b13406a1428a2 commit: 48b7cc4daf05dd7e5d5dc550b4972d4550fbe356 Author: orbea riseup net> AuthorDate: Tue Jul 12 02:28:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 12 02:32:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b7cc4d lxde-base/lxappearance: Fix patch Fixes: https://github.com/gentoo/gentoo/commit/26734c3900e4e41aa7820b6f4afcf30bec26a441 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/26359 Signed-off-by: Sam James gentoo.org> .../files/lxappearance-obconf-0.2.3-cairo-xlib.patch | 12 ++++++++++-- ...pearance-0.6.3-r2.ebuild => lxappearance-0.6.3-r3.ebuild} | 0 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch b/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch index ae61c3b35f82..7098f98ca50f 100644 --- a/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch +++ b/lxde-base/lxappearance-obconf/files/lxappearance-obconf-0.2.3-cairo-xlib.patch @@ -22,8 +22,6 @@ src/preview.c:146:15: warning: implicit declaration of function ‘cairo_xlib_su $(OPENBOX_LIBS) \ $(GTK_LIBS) \ $(LXAPPEARANCE_LIBS) \ -diff --git a/configure.ac b/configure.ac -index 9042f7f..84de1c7 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,10 @@ PKG_CHECK_MODULES(OPENBOX, [obrender-3.5 >= 3.5 obt-3.5 >= 3.5]) @@ -37,3 +35,13 @@ index 9042f7f..84de1c7 100644 if test "x$enable_gtk3" = "xyes" ; then CFLAGS="$CFLAGS -DENABLE_GTK3" gtk_modules="gtk+-3.0 >= 3.0.0" +--- a/src/preview.c ++++ b/src/preview.c +@@ -27,6 +27,7 @@ + + #include + ++#include + #include + + #if GTK_CHECK_VERSION(3, 0, 0) diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild b/lxde-base/lxappearance/lxappearance-0.6.3-r3.ebuild similarity index 100% rename from lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild rename to lxde-base/lxappearance/lxappearance-0.6.3-r3.ebuild