From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 03 08:59:30 2020 Received: (at submit) by debbugs.gnu.org; 3 Aug 2020 12:59:31 +0000 Received: from localhost ([127.0.0.1]:44622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2a3p-0002Ha-LA for submit@debbugs.gnu.org; Mon, 03 Aug 2020 08:59:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:49304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2a3i-0002HM-IY for submit@debbugs.gnu.org; Mon, 03 Aug 2020 08:59:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k2a3i-0004Db-7r for guix-patches@gnu.org; Mon, 03 Aug 2020 08:59:18 -0400 Received: from flashner.co.il ([178.62.234.194]:60316) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k2a3g-0000RI-GX for guix-patches@gnu.org; Mon, 03 Aug 2020 08:59:17 -0400 Received: from localhost (unknown [31.210.177.175]) by flashner.co.il (Postfix) with ESMTPSA id 0C8134007B; Mon, 3 Aug 2020 12:58:43 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH] gnu: Add confclerk. Date: Mon, 3 Aug 2020 15:58:08 +0300 Message-Id: <20200803125808.19605-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/03 08:58:44 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, PDS_OTHER_BAD_TLD=1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner 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.0 (/) * gnu/packages/calendar.scm (confclerk): New variable. --- gnu/packages/calendar.scm | 59 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index 53c73c969d..9987ae1bf8 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2015 David Thompson ;;; Copyright © 2015, 2016, 2017 Leo Famulari ;;; Copyright © 2016 Kei Kebreau -;;; Copyright © 2016, 2017 Efraim Flashner +;;; Copyright © 2016, 2017, 2020 Efraim Flashner ;;; Copyright © 2016 Troy Sankey ;;; Copyright © 2016 Stefan Reichoer ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice @@ -46,6 +46,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages qt) #:use-module (gnu packages sphinx) #:use-module (gnu packages sqlite) #:use-module (gnu packages time) @@ -282,3 +283,59 @@ of day, written in C, and including bindings for C++, pascal, perl, php, python, and ruby. It includes two illustrative command-line programs, @code{hcal} and @code{hdate}, and some snippets and scripts written in the binding languages.") (license license:gpl3+))) + +(define-public confclerk + (package + (name "confclerk") + (version "0.6.4") + (source + (origin + (method url-fetch) + (uri (string-append "https://www.toastfreeware.priv.at/tarballs/" + "confclerk/confclerk-" version ".tar.gz")) + (sha256 + (base32 + "10rhg44px4nvbkd3p341cmp2ds43jn8r4rvgladda9v8zmsgr2b3")))) + (build-system gnu-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'configure + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + ;; Install directory is currently hard-coded. + (substitute* "src/app/app.pro" + (("PREFIX = /usr/bin") + (string-append "PREFIX =" out "/bin"))) + (invoke "qmake")))) + (add-after 'install 'install-docs + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (share (string-append out "/share"))) + (install-file "data/confclerk.1" + (string-append share "/man/man1")) + (install-file "data/confclerk.desktop" + (string-append share "/applications")) + (install-file "data/confclerk.svg" + (string-append share "/icons/hicolor/scalable/apps")) + #t)))) + #:tests? #f)) ; no tests + (native-inputs + `(("perl" ,perl))) ; pod2man + (inputs + `(("qtbase" ,qtbase))) + (home-page "https://www.toastfreeware.priv.at/confclerk") + (synopsis "Offline conference schedule application") + (description + "ConfClerk is an application written in Qt, which makes conference schedules +available offline. It displays the conference schedule from various views, +support searches on various items (speaker, speech topic, location, etc.) and +enables you to select favorite events and create your own schedule. + +At the moment ConfClerk is able to import schedules in XML format created by +the PentaBarf conference management system (or frab) used by e.g. FOSDEM, +DebConf, FrOSCon, Grazer LinuxTage, and the CCC congresses. + +ConfClerk is targeted at mobile devices but works on any system running Qt.") + (license (list license:gpl2+ + license:lgpl3)))) ; or cc-by3.0 for src/icons/* -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 05 05:48:56 2020 Received: (at 42697) by debbugs.gnu.org; 5 Aug 2020 09:48:56 +0000 Received: from localhost ([127.0.0.1]:49853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3G2a-0001VD-3U for submit@debbugs.gnu.org; Wed, 05 Aug 2020 05:48:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3G2X-0001Uy-S1 for 42697@debbugs.gnu.org; Wed, 05 Aug 2020 05:48:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52877) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3G2R-0007Tz-Nd; Wed, 05 Aug 2020 05:48:47 -0400 Received: from lfbn-ann-1-356-169.w86-200.abo.wanadoo.fr ([86.200.73.169]:36856 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k3G2Q-0002Fw-U5; Wed, 05 Aug 2020 05:48:47 -0400 From: Mathieu Othacehe To: Efraim Flashner Subject: Re: [bug#42697] [PATCH] gnu: Add confclerk. References: <20200803125808.19605-1-efraim@flashner.co.il> Date: Wed, 05 Aug 2020 11:48:43 +0200 In-Reply-To: <20200803125808.19605-1-efraim@flashner.co.il> (Efraim Flashner's message of "Mon, 3 Aug 2020 15:58:08 +0300") Message-ID: <874kphjudg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42697 Cc: 42697@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: -3.3 (---) Hello Efraim, > * gnu/packages/calendar.scm (confclerk): New variable. This looks good to me! Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 05 06:12:24 2020 Received: (at 42697-done) by debbugs.gnu.org; 5 Aug 2020 10:12:24 +0000 Received: from localhost ([127.0.0.1]:49860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3GPI-00023M-2E for submit@debbugs.gnu.org; Wed, 05 Aug 2020 06:12:24 -0400 Received: from flashner.co.il ([178.62.234.194]:37806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3GPF-000237-8U for 42697-done@debbugs.gnu.org; Wed, 05 Aug 2020 06:12:23 -0400 Received: from localhost (unknown [31.210.177.29]) by flashner.co.il (Postfix) with ESMTPSA id 81B8940116; Wed, 5 Aug 2020 10:12:15 +0000 (UTC) Date: Wed, 5 Aug 2020 13:11:42 +0300 From: Efraim Flashner To: Mathieu Othacehe Subject: Re: [bug#42697] [PATCH] gnu: Add confclerk. Message-ID: <20200805101142.GB2042@E5400> References: <20200803125808.19605-1-efraim@flashner.co.il> <874kphjudg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cmJC7u66zC7hs+87" Content-Disposition: inline In-Reply-To: <874kphjudg.fsf@gnu.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42697-done Cc: 42697-done@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: -1.0 (-) --cmJC7u66zC7hs+87 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 05, 2020 at 11:48:43AM +0200, Mathieu Othacehe wrote: >=20 > Hello Efraim, >=20 > > * gnu/packages/calendar.scm (confclerk): New variable. >=20 > This looks good to me! >=20 > Thanks, >=20 > Mathieu Thanks! Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl8qhd4ACgkQQarn3Mo9 g1HAhg//VDXG9r1Aa67m6XDfrN8xnEuG7+8mT0uyQQa5BsR0Q2lty6UCOaPVa5Eb pkr368muiEMTAru0X1PnieitOrBfGMOkLs1HQhi1Ak0+TYekY+dl20mGzpjEo8IE LCY2dt78OnGscHT+dvNCpwdQCG4w7RHJQgf6H25jXcl2qHaWxrQ8fieucooeTXeR DvRjyBmmiZTTYUgbfhefHruHBGl8lzMJixjWG2R1dH0u63APolIVKfvcJjOqIB5h Hm7imFUoXk7jdab8tZqj+WtU9xVqjaGPciqfEjxlFNoBeLPGakykccCPdq9KOPLL axOZKbbgkGXNI6gMExhVjpLAeKPzcZY7M9KOqJN9UpMIqS7o6E1aoiZzrncdeLXZ ztGVvIu8dN7i0f+c9COlTR/HRWoAVkebl1ev01wDRqiFCJbzUS619zNmc6mvpkhI beTh/sdbg9JkbWgmLMG1PJw6C6EeYXL7IYy0GMd8WjIGUXu2gseU+wx5L+TrwBTO 8fIeTi0l2uSL4yH3SB+xEqd3/zlQUsUpHTp+Uu2MXYrl1LgTmzhgWQvT2hBojgIv mLaBrAOC50DLb82YjWj5GwP1QiS9dfUw8T15yEPg0TEUHNoUL1udQJBdilnPfLJR AKLgBm6lCgS+7Lh64TyN7Ftqf4bkkpygzAdXF3/8yHU8w3GBN6M= =NB+5 -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87-- From unknown Thu Jun 19 16:24:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 02 Sep 2020 11:24:13 +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