From f6747576fb5e13e4ff68fcd97361d0307979441d Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Tue, 3 Dec 2019 23:46:39 +0100 Subject: gnu: Add kmag. * gnu/packages/kde-utils.scm (kmag): New variable. --- gnu/packages/kde-utils.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index 1ee0e503a1..106b715e06 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -92,3 +92,35 @@ Kate's features include: @end itemize") (license ;; GPL for programs, LGPL for libraries (list license:gpl2+ license:lgpl2.0)))) + +(define-public kmag + (package + (name "kmag") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kmag-" version ".tar.xz")) + (sha256 + (base32 "0l69mgnh2mmkxawwibqdx9n7myl6qqnr2fd3mpsg2bzpcfvmsvi1")))) + (properties `((tags . ("Desktop" "KDE" "Utilities")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("ki18n" ,ki18n) + ("kio" ,kio) + ("kxmlgui" ,kxmlgui) + ("oxygen-icons" ,oxygen-icons) ;; default icon set + ;; TODO: QAccessibilityClient - libqaccessibilityclien + ("qtbase" ,qtbase))) + (home-page "https://kde.org/applications/utilities/org.kde.kmag") + (synopsis "Screen magnifier tool") + (description "You can use KMagnifier to magnify a part of the screen just +as you would use a lens to magnify a newspaper fine-print or a photograph. +This application is useful for a variety of people: from researchers to +artists to web-designers to people with low vision.") + (license ;; GPL for programs, FDL for documentation + (list license:gpl2+ license:fdl1.2+)))) -- cgit v1.2.3 type='search' size='10' name='q' value=''/>
path: root/gnu/packages/tor.scm
AgeCommit message (Expand)Author
2018-03-20Correct name and Email for ng0....ng0
2018-03-03gnu: tor: Update to 0.3.2.10 [security fixes]....Tobias Geerinckx-Rice
2018-03-01gnu: onionshare: Update phase style....Tobias Geerinckx-Rice
2018-03-01gnu: privoxy: Update phase style....Tobias Geerinckx-Rice
2018-01-09gnu: tor: Update to 3.2.9....Tobias Geerinckx-Rice
2017-12-01gnu: tor: Update to 3.1.9 [security fixes]....Tobias Geerinckx-Rice
2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus
2017-11-13gnu: Move web packages from python to python-web....Ludovic Courtès
2017-10-25gnu: tor: Update to 0.3.1.8....Tobias Geerinckx-Rice
2017-10-06Merge branch 'master' into stagingMarius Bakke
2017-10-06gnu: tor: Enable directory protocol compression....Tobias Geerinckx-Rice
2017-10-06gnu: tor: Fix typo....Tobias Geerinckx-Rice
2017-10-05Merge branch 'master' into stagingMarius Bakke
2017-10-02gnu: tor: Update to 0.3.1.7....Tobias Geerinckx-Rice
2017-09-20gnu: Use 'modify-phases' syntax....Kei Kebreau
2017-09-18gnu: tor: Update to 0.3.0.11 [fixes CVE-2017-0380]....Tobias Geerinckx-Rice
2017-08-03gnu: tor: Update to 0.3.0.10....Tobias Geerinckx-Rice
2017-07-31gnu: tor: Remove '--enable-expensive-hardening' option....ng0
2017-07-01gnu: tor: Update to 0.3.0.9 [fixes CVE-2017-0377]....Tobias Geerinckx-Rice
2017-06-20gnu: tor: Add seccomp support....Rutger Helling
2017-06-11gnu: tor: Update to 0.3.0.8 [security fixes]....Marius Bakke
2017-05-16gnu: tor: Update to 0.3.0.7....Efraim Flashner
2017-04-27gnu: tor: Update to 0.3.0.6....Tobias Geerinckx-Rice
2017-04-08gnu: torsocks: Patch references to 'getcap' and 'which'....Eric Bavier
2017-03-03gnu: tor: Update to 0.2.9.10....Tobias Geerinckx-Rice
2017-02-01gnu: Add nyx....Tobias Geerinckx-Rice
2017-02-01gnu: tor: Use ‘license:’ prefix instead of #:select....Tobias Geerinckx-Rice
2017-01-31gnu: tor: Add hardening configure-flags....ng0