aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/poedit.scm
blob: fd8ed06c8371b00d40eb36dc5b34e153e7e69fff (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages poedit)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (gnu packages)
  #:use-module (guix packages)
  #:use-module (guix git-download)
  #:use-module (guix utils)
  #:use-module (guix build-system gnu)
  #:use-module (gnu packages autotools)
  #:use-module (gnu packages boost)
  #:use-module (gnu packages enchant)
  #:use-module (gnu packages gettext)
  #:use-module (gnu packages gtk)
  #:use-module (gnu packages icu4c)
  #:use-module (gnu packages pkg-config)
  #:use-module (gnu packages rdf)
  #:use-module (gnu packages wxwidgets)
  #:use-module (gnu packages xml))

(define-public poedit
  (package
    (name "poedit")
    (version "2.2.4")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                     (url "https://github.com/vslavik/poedit")
                     (commit (string-append "v" version "-oss"))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "147jiiab4n0nbhzp1vw1jn8ykhy7qh6zf02654ppi0imdfvfnjss"))
             (modules '((guix build utils)))
             (snippet
              '(begin
                 (delete-file-recursively "deps")
                 #t))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags
       (list (string-append "--with-boost-libdir="
                            (assoc-ref %build-inputs "boost")
                            "/lib"))))
    (native-inputs
     (list autoconf automake gettext-minimal pkg-config))
    (inputs
     (list boost
           enchant
           gtk+
           gtkspell3
           icu4c
           lucene++
           pugixml
           wxwidgets))
    (home-page "https://poedit.net/")
    (synopsis "Gettext catalog editing tool")
    (description "Poedit is a GUI frontend to the GNU gettext utilities and
a catalog editor/source code parser.  It helps with translating applications
into other languages.")
    (license license:expat)))
nu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tmux.scm, gnu/packages/tor.scm, gnu/packages/toys.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/virtualization.scm, gnu/packages/vlang.scm, gnu/packages/vnc.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wireservice.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, tests/lint.scm: Remove trailing ".git" from 'git-reference' URL. Ludovic Courtès 2020-06-14gnu: gimp: Update to 2.10.20....* gnu/packages/gimp.scm (gimp): Update to 2.10.20. Tobias Geerinckx-Rice 2020-06-14gnu: gegl: Update to 0.4.24....* gnu/packages/gimp.scm (gegl): Update to 0.4.24. Tobias Geerinckx-Rice 2020-06-14gnu: babl: Update to 0.1.78....* gnu/packages/gimp.scm (babl): Update to 0.1.78. Tobias Geerinckx-Rice 2020-05-29gnu: babl: Update to 0.1.76....* gnu/packages/gimp.scm (babl): Update to 0.1.76. Tobias Geerinckx-Rice 2020-04-13Merge branch 'master' into core-updatesMarius Bakke 2020-04-12gnu: mypaint-brushes: Update to 2.0.2....* gnu/packages/gimp.scm (mypaint-brushes): Update to 2.0.2. [source, homepage]: Update upstream location. [arguments]: Remove it. [license]: Update license. (mypaint-brushes-1.3): New variable. (gimp)[inputs]: Use new variable. Nicolas Goaziou 2020-04-12gnu: gimp-resynthesizer: Don't use unstable tarball....* gnu/packages/gimp.scm (gimp-resynthesizer)[source]: Download using git-fetch. [arguments]: Remove stray tabs. Efraim Flashner 2020-04-11gnu: libmypaint: Upgrade to 1.5.1....* gnu/packages/gimp.scm (libmypaint): Upgrade to 1.5.1. Efraim Flashner 2020-04-08Merge branch 'master' into core-updates... Conflicts: etc/news.scm gnu/local.mk gnu/packages/check.scm gnu/packages/cross-base.scm gnu/packages/gimp.scm gnu/packages/java.scm gnu/packages/mail.scm gnu/packages/sdl.scm gnu/packages/texinfo.scm gnu/packages/tls.scm gnu/packages/version-control.scm Marius Bakke 2020-03-31gnu: gimp: Disable automatic update checking...* gnu/packages/gimp.scm (gimp)[arguments]: Disable update checking in #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill 2020-03-14Merge branch 'master' into core-updatesMarius Bakke 2020-03-14gnu: gimp: Do not run gtk-update-icon-cache during the build process....* gnu/packages/gimp.scm (gimp)[arguments]: Add "ac_cv_path_GTK_UPDATE_ICON_CACHE" in #:configure-flags. Marius Bakke 2020-03-11gnu: gimp: Update to 2.10.18....* gnu/packages/gimp.scm (gimp): Update to 2.10.18. Tobias Geerinckx-Rice 2020-03-11gnu: gegl: Update to 0.4.22....* gnu/packages/gimp.scm (gegl): Update to 0.4.22. Tobias Geerinckx-Rice 2020-02-14Merge branch 'master' into core-updatesMarius Bakke 2020-02-12gnu: Fix copyright header typo....* gnu/packages/gimp.scm: Fix typo. Tobias Geerinckx-Rice 2020-02-12gnu: gimp-fourier: Update home page....* gnu/packages/gimp.scm (gimp-fourier)[home-page]: Use new (HTTPS) URI. Tobias Geerinckx-Rice