From unknown Sat Sep 13 06:04:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#30473 <30473@debbugs.gnu.org> To: bug#30473 <30473@debbugs.gnu.org> Subject: Status: [PATCH 1/1] gnu: Add kholidays. Reply-To: bug#30473 <30473@debbugs.gnu.org> Date: Sat, 13 Sep 2025 13:04:32 +0000 retitle 30473 [PATCH 1/1] gnu: Add kholidays. reassign 30473 guix-patches submitter 30473 Hartmut Goebel severity 30473 normal tag 30473 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 17:00:24 2018 Received: (at submit) by debbugs.gnu.org; 15 Feb 2018 22:00:24 +0000 Received: from localhost ([127.0.0.1]:45233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emRZo-0002Fu-J9 for submit@debbugs.gnu.org; Thu, 15 Feb 2018 17:00:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34733) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emRZn-0002Fh-1i for submit@debbugs.gnu.org; Thu, 15 Feb 2018 17:00:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emRZg-0005v4-Rs for submit@debbugs.gnu.org; Thu, 15 Feb 2018 17:00:17 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53630) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emRZg-0005ut-Oc for submit@debbugs.gnu.org; Thu, 15 Feb 2018 17:00:16 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emRZf-0002Id-Ar for guix-patches@gnu.org; Thu, 15 Feb 2018 17:00:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emRZc-0005rM-8j for guix-patches@gnu.org; Thu, 15 Feb 2018 17:00:15 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:32991) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emRZc-0005nh-2F for guix-patches@gnu.org; Thu, 15 Feb 2018 17:00:12 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zj9Dn3r57z1qtdj for ; Thu, 15 Feb 2018 23:00:09 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zj9Dn3mhJz1r2b5 for ; Thu, 15 Feb 2018 23:00:09 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 6cXe4orLpeug for ; Thu, 15 Feb 2018 23:00:04 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-212-114-232-111.dynamic.mnet-online.de [212.114.232.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Thu, 15 Feb 2018 23:00:04 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 9E068601FD for ; Thu, 15 Feb 2018 23:00:03 +0100 (CET) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH 1/1] gnu: Add kholidays. Date: Thu, 15 Feb 2018 23:00:03 +0100 Message-Id: <20180215220003.18729-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * gnu/packages/kde.scm(kholidays): New variable. --- gnu/packages/kde.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index baf93cbc8..981779d73 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -376,6 +376,41 @@ illustrators, matte and texture artists, and the VFX industry. Notable features include brush stabilizers, brush engines and wrap-around mode.") (license license:gpl2+))) +(define-public kholidays + (package + (name "kholidays") + (version "17.12.1") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://kde/stable/applications/" version "/src/" + name "-" version ".tar.xz")) + (sha256 + (base32 "0595d7wbnz8kyq1bnivdrp20lwdp8ykvdll1fmb0fgm4q24z0cl8")))) + (build-system cmake-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'check 'check-setup + (lambda _ + ;; blacklist a failing test function TODO: make it pass + (with-output-to-file "autotests/BLACKLIST" + (lambda _ + (display "[testDefaultRegions]\n*\n"))) + #t))))) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("qttools" ,qttools))) + (inputs + `(("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://cgit.kde.org/kholidays.git") + (synopsis "Library for regional holiday information") + (description "This library provides a C++ API that determines holiday and +other special events for a geographical region.") + (license license:lgpl2.0+))) + (define-public libkomparediff2 (package (name "libkomparediff2") -- 2.13.6 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 17:11:12 2018 Received: (at 30473) by debbugs.gnu.org; 15 Feb 2018 22:11:12 +0000 Received: from localhost ([127.0.0.1]:45244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emRkF-0002Vh-Rg for submit@debbugs.gnu.org; Thu, 15 Feb 2018 17:11:12 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:60191) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emRkE-0002VY-DK for 30473@debbugs.gnu.org; Thu, 15 Feb 2018 17:11:10 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 0FCE520C9D; Thu, 15 Feb 2018 17:11:10 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 15 Feb 2018 17:11:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=bg1x4nS8Y+RppBPCKc+QmCK6NOmsX1oWe0Q0Uz6LhZs=; b=jsKL+ tVYo+9cxPwyGx1Cp9kyThoqgZPJkXCnmC022gVCBJyli212F1N2LlqbFG0QXLJiO iQ96VDooF8xxRR342C2/OLoaxM1bPboJBrL9iNBGA4cq4TBtZd7JgwwNcEg3XnO8 ZDvwnuZ2UwMiFT5Etg3jvzHTtX3Bvn1Vr0hpyk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=bg1x4nS8Y+RppBPCKc+QmCK6NOmsX 1oWe0Q0Uz6LhZs=; b=c+cpujAG4TOH5HZu0RdY8SlMgiAMXBSIKFVvzuTF8VKnc cXQdhO6PUAmxwTBVpy8MVCNdAT2SVldpfc8qemaw4KlykpF/CADa1ESJ5F6/VpY4 nXtGOn6Pj0zewOpREMjQCedu9pIt/niMzrN8mww9WuY3tzlv6YuztwUSbudx9Jca /6YSj/0bgLGUBYalT4qOyEaCZbzJb0MhrM424v5d4eLJbDNdd7t4NxfgriD3Sndt RJTraBbJY9WDQG3QGQLw5eZx5B562cUhRgbfTXgg4IDF5XwWKG/5iLepnJvY427F q9lteUWn6ehpSuXZm6C51Aa5Q6LthBHV/5lqAPjNA== X-ME-Sender: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id B26E47E542; Thu, 15 Feb 2018 17:11:09 -0500 (EST) Date: Thu, 15 Feb 2018 17:11:07 -0500 From: Leo Famulari To: Hartmut Goebel Subject: Re: [bug#30473] [PATCH 1/1] gnu: Add kholidays. Message-ID: <20180215221107.GB15645@jasmine.lan> References: <20180215220003.18729-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="24zk1gE8NUlDmwG9" Content-Disposition: inline In-Reply-To: <20180215220003.18729-1-h.goebel@crazy-compilers.com> User-Agent: Mutt/1.9.3 (2018-01-21) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30473 Cc: 30473@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --24zk1gE8NUlDmwG9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 15, 2018 at 11:00:03PM +0100, Hartmut Goebel wrote: > * gnu/packages/kde.scm(kholidays): New variable. LGTM, thanks! --24zk1gE8NUlDmwG9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlqGBXsACgkQJkb6MLrK fwgcdQ//TJV0TZKc3Jyy1xID/pK6ZG0v1K2Md6B5NKIBvWReZoFVus1xuRpJ/t0x c4LgZdJKZV50r4/NutRMXXgsZMs8gjQaRvAuFzA0O/afXXcvMVQnBYyCoDRdviys xDutvzkgNXBiTKdQqdUQDOnwqNDuszV4VDxQfzk2oND4UXaz88VuYv3oDEwRX8QA tEVbLEH+7HYWaELYyu8y/fDxyqBJYc23vbCz/YwCcqhGNzQyTP726ycc85RY24er Prljuw195XXEJ0Ui6X9xAGMYoJQuyKMdrqfS10OqWwE6UKM36otexf1eBgAEG+YD F/1r8yLI+1Oe/ungmr3ND8T96YY3QwX5K6tzaRZQW/EegPeo+uaOxWcbS2PFBo4b LuAAita50t5TnW8X2Zq59+OMwNh+3wdIczm11OZIXgeX33A35bH5UIny9XVsreV2 D1lR67jtURlbJ0QrzcNxiY2ppdmKf6rP/ueW2+yf6pRgfPAHa2ffcNiVoYt+1kWo 20a76rsPVnpB7tpkxx3QytqgqHbyq10vqVI21pH8S4hs6YOwiHxziR0Foub2Z9hp LXvbzZ7ldTu/Qf+VN0l/wLTnsGsYAf58B/yYdexqTOgOS/Uk9SLuqkklZhSYbddn z79fnEFsJ65L7iNWBQk7+5JSBNP+ytEMFNcEACAcqEFDWj6VutI= =pyh5 -----END PGP SIGNATURE----- --24zk1gE8NUlDmwG9-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 17:28:01 2018 Received: (at 30473-close) by debbugs.gnu.org; 15 Feb 2018 22:28:01 +0000 Received: from localhost ([127.0.0.1]:45264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emS0X-0002u4-1p for submit@debbugs.gnu.org; Thu, 15 Feb 2018 17:28:01 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:34384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emS0V-0002tw-PH for 30473-close@debbugs.gnu.org; Thu, 15 Feb 2018 17:28:00 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zj9rt4YYCz1qw00; Thu, 15 Feb 2018 23:27:58 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zj9rt4PwJz1r2b7; Thu, 15 Feb 2018 23:27:58 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id vfNPlfG_6G1j; Thu, 15 Feb 2018 23:27:58 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-212-114-232-111.dynamic.mnet-online.de [212.114.232.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Thu, 15 Feb 2018 23:27:57 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 85F2C601FD; Thu, 15 Feb 2018 23:27:57 +0100 (CET) Subject: Re: [bug#30473] [PATCH 1/1] gnu: Add kholidays. To: Leo Famulari References: <20180215220003.18729-1-h.goebel@crazy-compilers.com> <20180215221107.GB15645@jasmine.lan> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: Date: Thu, 15 Feb 2018 23:27:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180215221107.GB15645@jasmine.lan> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30473-close Cc: 30473-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Am 15.02.2018 um 23:11 schrieb Leo Famulari: > On Thu, Feb 15, 2018 at 11:00:03PM +0100, Hartmut Goebel wrote: >> * gnu/packages/kde.scm(kholidays): New variable. > LGTM, thanks! That's been quick :-) Thanks! Pushed as b907b364195dffb2e999e3a308fe0d9d8350cdf9 -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Sat Sep 13 06:04:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 16 Mar 2018 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator