From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h45zl-0005gq-KG for guix-patches@gnu.org; Wed, 13 Mar 2019 11:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h45yD-0006Y3-BI for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h45yB-0006XJ-Ls for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h45yB-0003W6-JA for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:03 -0400 Subject: [bug#34845] [PATCH 04/30] gnu: libqtxdg: Update to 3.3.1. Resent-Message-ID: From: Meiyo Peng Date: Wed, 13 Mar 2019 23:37:15 +0800 Message-Id: <20190313153741.3683-4-meiyo@riseup.net> In-Reply-To: <20190313153741.3683-1-meiyo@riseup.net> References: <20190313125656.2822-1-meiyo@riseup.net> <20190313153741.3683-1-meiyo@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34845@debbugs.gnu.org * gnu/packages/lxqt.scm (libqtxdg): Update to 3.3.1. [native-inputs]: Add lxqt-build-tools. --- gnu/packages/lxqt.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 6926d071d7..ebb1ff3096 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -157,7 +157,7 @@ itself as well as other components maintained by the LXQt project.") (define-public libqtxdg (package (name "libqtxdg") - (version "3.2.0") + (version "3.3.1") (source (origin (method url-fetch) @@ -165,7 +165,7 @@ itself as well as other components maintained by the LXQt project.") "https://github.com/lxqt/libqtxdg/releases/download/" version "/libqtxdg-" version ".tar.xz")) (sha256 - (base32 "0lq548pa69hfvnbj2ypba5ygm8n6v6g7bqqm8p5g538l1l3394cl")))) + (base32 "1mnnq8vbf5xjlrzajzfkay0yzzxri0zz0xi8x8rmxpw38xmglq8h")))) (build-system cmake-build-system) (arguments '(#:configure-flags @@ -182,6 +182,8 @@ itself as well as other components maintained by the LXQt project.") ;; required by Qt5XdgIconLoader.pc `(("qtbase" ,qtbase) ("qtsvg" ,qtsvg))) + (native-inputs + `(("lxqt-build-tools" ,lxqt-build-tools))) (home-page "https://github.com/lxqt/libqtxdg") (synopsis "Qt implementation of freedesktop.org xdg specifications") (description "Libqtxdg implements the freedesktop.org xdg specifications -- 2.21.0