unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob f361c91c0005b149cd4278f78ce79459d055051c 15214 bytes (raw)
name: gnu/packages/pwmt.scm 	 # note: path name is non-authoritative(*)

  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
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
 
;;; GNU Guix --- Functional package management for GNU
;;;
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;; Copyright © 2017 2018 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Kei Kebreau <kei@openmailbox.org>
;;; Copyright © 2018 2019 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
;;;
;;; 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 pwmt)
  #:use-module (gnu packages)
  #:use-module (gnu packages backup)
  #:use-module (gnu packages check)
  #:use-module (gnu packages djvu)
  #:use-module (gnu packages documentation)
  #:use-module (gnu packages file)
  #:use-module (gnu packages freedesktop)
  #:use-module (gnu packages gettext)
  #:use-module (gnu packages ghostscript)
  #:use-module (gnu packages glib)
  #:use-module (gnu packages gnome)
  #:use-module (gnu packages gtk)
  #:use-module (gnu packages image)
  #:use-module (gnu packages javascript)
  #:use-module (gnu packages linux)
  #:use-module (gnu packages pdf)
  #:use-module (gnu packages pkg-config)
  #:use-module (gnu packages sphinx)
  #:use-module (gnu packages sqlite)
  #:use-module (gnu packages tls)
  #:use-module (gnu packages web)
  #:use-module (gnu packages xorg)
  #:use-module (gnu packages xdisorg)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix git-download)
  #:use-module (guix build-system gnu)
  #:use-module (guix build-system meson))

(define-public girara
  (package
    (name "girara")
    (version "0.3.4")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://pwmt.org/projects/girara/download/girara-"
                       version ".tar.xz"))
       (sha256
        (base32 "0cmjdismdsx9a5l7zx54zkd33mgg3mx4ckpvc7aap3x6a1ddmz2i"))))
    (build-system meson-build-system)
    (arguments
     `(#:glib-or-gtk? #t                ; To compile schemas
       #:configure-flags
       (list
        "-Dnotify=enabled")             ; For notification support
       #:phases
       (modify-phases %standard-phases
         (add-before 'check 'start-xserver
           ;; Tests require a running X server.
           (lambda* (#:key inputs #:allow-other-keys)
             (let
                 ((xorg-server (assoc-ref inputs "xorg-server"))
                  (display ":1"))
               (setenv "DISPLAY" display)
               ;; On busy machines, tests may take longer than
               ;; the default of four seconds.
               (setenv "CK_DEFAULT_TIMEOUT" "20")
               ;; Don't fail due to missing '/etc/machine-id'.
               (setenv "DBUS_FATAL_WARNINGS" "0")
               (zero?
                (system
                 (string-append xorg-server "/bin/Xvfb "
                                display " &")))))))))
    (native-inputs
     `(("check" ,check)                 ; For tests
       ("doxygen" ,doxygen)             ; For docs
       ("gettext" ,gettext-minimal)
       ("glib:bin" ,glib "bin")
       ("pkg-config" ,pkg-config)
       ("xorg-server" ,xorg-server-for-tests))) ; For tests
    (inputs
     `(("glib" ,glib)
       ("gtk+" ,gtk+)
       ("json-c" ,json-c)          ; For configuration dumping support
       ("libnotify" ,libnotify)    ; For notification support
       ("pango" ,pango)))
    (home-page "https://pwmt.org/projects/girara/")
    (synopsis "Library for minimalistic gtk+3 user interfaces")
    (description "Girara is a library that implements a user interface that
focuses on simplicity and minimalism.  Currently based on GTK+, a
cross-platform widget toolkit, it provides an interface that focuses on three
main components: a so-called view widget that represents the actual
application, an input bar that is used to execute commands of the
application and the status bar which provides the user with current
information.")
    (license license:zlib)))

(define-public zathura
  (package
    (name "zathura")
    (version "0.4.5")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://pwmt.org/projects/zathura/download/zathura-"
                       version ".tar.xz"))
       (sha256
        (base32
         "0b3nrcvykkpv2vm99kijnic2gpfzva520bsjlihaxandzfm9ff8c"))))
    (build-system meson-build-system)
    (arguments
     `(#:glib-or-gtk? #t                ; To compile schemas
       #:phases
       (modify-phases %standard-phases
         (add-before 'check 'start-xserver
           ;; Tests require a running X server.
           (lambda* (#:key inputs #:allow-other-keys)
             (let
                 ((xorg-server (assoc-ref inputs "xorg-server"))
                  (display ":1"))
               (setenv "DISPLAY" display)
               ;; On busy machines, tests may take longer than
               ;; the default of four seconds.
               (setenv "CK_DEFAULT_TIMEOUT" "20")
               ;; Don't fail due to missing '/etc/machine-id'.
               (setenv "DBUS_FATAL_WARNINGS" "0")
               (zero?
                (system
                 (string-append xorg-server "/bin/Xvfb "
                                display " &")))))))))
    (native-inputs
     `(("check" ,check)                 ; For tests
       ("desktop-file-utils" ,desktop-file-utils)
       ("doxygen" ,doxygen)             ; For docs
       ("gettext" ,gettext-minimal)
       ("glib:bin" ,glib "bin")
       ("librsvg" ,librsvg)             ; For icons
       ("pkg-config" ,pkg-config)
       ("python-breathe" ,python-breathe)                   ; For docs
       ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme) ; For docs
       ("python-sphinx" ,python-sphinx)                     ; For docs
       ("xorg-server" ,xorg-server-for-tests))) ; For tests
    (inputs
     `(("appstream-glib" ,appstream-glib)
       ("cairo" ,cairo)
       ("file" ,file)                   ; For mime-type detection
       ("girara" ,girara)
       ("glib" ,glib)
       ("json-c" ,json-c)          ; For configuration dumping support
       ("gtk+" ,gtk+)
       ("libnotify" ,libnotify)         ; For notification support
       ("libseccomp" ,libseccomp)       ; For sandbox support
       ("sqlite" ,sqlite)))             ; For database backend
    (native-search-paths
     (list
      (search-path-specification
       (variable "ZATHURA_PLUGINS_PATH")
       (files '("lib/zathura")))))
    (synopsis "Document Viewer")
    (description "Zathura is a highly customizable and functional document
viewer based on the girara user interface library and several document
libraries.  It currently supports multiple back-ends (PostScript, PDF, EPUB,
DjVu and ComicBook) via plugins.")
    (home-page "https://pwmt.org/projects/zathura/")
    (license license:zlib)))

(define-public zathura-ps
  (package
    (name "zathura-ps")
    (version "0.2.6")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://pwmt.org/projects/zathura-ps/download/"
                       "zathura-ps-" version ".tar.xz"))
       (sha256
        (base32
         "0wygq89nyjrjnsq7vbpidqdsirjm6iq4w2rijzwpk2f83ys8bc3y"))))
    (build-system meson-build-system)
    (arguments
     `(#:tests? #f                      ; No target
       #:glib-or-gtk? #t                ; To compile schemas
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch-plugin-directory
           ;; This package tries to install into directory of Zathura.
           ;; That cannot be allowed. Fix it.
           (lambda* (#:key outputs #:allow-other-keys)
             (substitute* "meson.build"
               (("(install_dir:).*" _ key)
                (string-append key
                               "'" (assoc-ref outputs "out") "/lib/zathura'\n")))
             #t)))))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (inputs
     `(("cairo" ,cairo)
       ("girara" ,girara)
       ("glib" ,glib)
       ("gtk+" ,gtk+)
       ("json-c" ,json-c)              ; To generate cargs for zathura
       ("libnotify" ,libnotify)        ; To generate cargs for zathura
       ("libspectre" ,libspectre)
       ("zathura" ,zathura)))
    (synopsis "PostScript support for zathura")
    (description "The zathura-ps plugin adds PostScript support to zathura by
using the libspectre library.")
    (home-page "https://pwmt.org/projects/zathura-ps/")
    (license license:zlib)))

(define-public zathura-pdf-poppler
  (package
    (name "zathura-pdf-poppler")
    (version "0.3.0")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://pwmt.org/projects/zathura-pdf-poppler/download/"
                       "zathura-pdf-poppler-" version ".tar.xz"))
       (sha256
        (base32
         "1vfl4vkyy3rf39r1sqaa7y8113bgkh2bkfq3nn2inis9mrykmk6m"))))
    (build-system meson-build-system)
    (arguments
     `(#:tests? #f                      ; No target
       #:glib-or-gtk? #t                ; To compile schemas
       #:configure-flags
       (list
        (string-append "-Dplugindir="
                       (assoc-ref %outputs "out") "/lib/zathura"))))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (inputs
     `(("cairo" ,cairo)
       ("girara" ,girara)
       ("glib" ,glib)
       ("poppler" ,poppler)
       ("zathura" ,zathura)))
    (synopsis "PDF support (poppler backend) for zathura")
    (description "The zathura-pdf-poppler plugin adds PDF support to zathura by
using the poppler rendering library.")
    (home-page "https://pwmt.org/projects/zathura-pdf-poppler/")
    (license license:zlib)))

(define-public zathura-pdf-mupdf
  (package
    (name "zathura-pdf-mupdf")
    (version "0.3.5")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://pwmt.org/projects/zathura-pdf-mupdf/download/"
                       "zathura-pdf-mupdf-" version ".tar.xz"))
       (sha256
        (base32
         "1pjwsb7zwclxsvz229fl7y2saf1pv3ifwv3ay8viqxgrp9x3z9hq"))))
    (build-system meson-build-system)
    (arguments
     `(#:tests? #f                      ; No target
       #:glib-or-gtk? #t                ; To compile schemas
       #:configure-flags
       (list
        (string-append "-Dplugindir="
                       (assoc-ref %outputs "out") "/lib/zathura")
        "-Dlink-external=true")         ; For MuPDF external libraries
       #:phases
       (modify-phases %standard-phases
         (add-before 'configure 'add-mujs-to-dependencies
           (lambda _
             ;; Add mujs to the 'build_dependencies'.
             (substitute* "meson.build"
               (("^  libopenjp2 = dependency.*" x)
                (string-append x "  mujs = cc.find_library('mujs')\n"))
               (("^    libopenjp2")
                "    libopenjp2, mujs")))))))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (inputs
     `(("cairo" ,cairo)
       ("girara" ,girara)
       ("glib" ,glib)
       ("gtk+" ,gtk+)
       ("jbig2dec" ,jbig2dec)
       ("json-c" ,json-c)              ; To generate cargs for zathura
       ("libjpeg" ,libjpeg)
       ("libnotify" ,libnotify)        ; To generate cargs for zathura
       ("mujs" ,mujs)
       ("mupdf" ,mupdf)
       ("openjpeg" ,openjpeg)
       ("zathura" ,zathura)))
    (synopsis "PDF support (mupdf backend) for zathura")
    (description "The zathura-pdf-mupdf plugin adds PDF support to zathura by
using the mupdf rendering library.")
    (home-page "https://pwmt.org/projects/zathura-pdf-mupdf/")
    (license license:zlib)))

(define-public zathura-djvu
  (package
    (name "zathura-djvu")
    (version "0.2.9")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://pwmt.org/projects/zathura-djvu/download/"
                       "zathura-djvu-" version ".tar.xz"))
       (sha256
        (base32
         "0062n236414db7q7pnn3ccg5111ghxj3407pn9ri08skxskgirln"))))
    (build-system meson-build-system)
    (arguments
     `(#:tests? #f                      ; No target
       #:glib-or-gtk? #t                ; To compile schemas
       #:configure-flags
       (list
        (string-append "-Dplugindir="
                       (assoc-ref %outputs "out") "/lib/zathura"))))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (inputs
     `(("cairo" ,cairo)
       ("djvulibre" ,djvulibre)
       ("girara" ,girara)
       ("glib" ,glib)
       ("gtk+" ,gtk+)
       ("json-c" ,json-c)              ; To generate cargs for zathura
       ("libnotify" ,libnotify)        ; To generate cargs for zathura
       ("zathura" ,zathura)))
    (synopsis "DjVu support for zathura")
    (description "The zathura-djvu plugin adds DjVu support to zathura
using the DjVu library.")
    (home-page "https://pwmt.org/projects/zathura-djvu/")
    (license license:zlib)))

(define-public zathura-cb
  (package
    (name "zathura-cb")
    (version "0.1.8")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://pwmt.org/projects/zathura-cb/download/"
                       "zathura-cb-" version ".tar.xz"))
       (sha256
        (base32
         "1i6cf0vks501cggwvfsl6qb7mdaf3sszdymphimfvnspw810faj5"))))
    (build-system meson-build-system)
    (arguments
     `(#:tests? #f                      ; No target
       #:glib-or-gtk? #t                ; To compile schemas
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch-plugin-directory
           ;; This package tries to install into directory of Zathura.
           ;; That cannot be allowed. Fix it.
           (lambda* (#:key outputs #:allow-other-keys)
             (substitute* "meson.build"
               (("(install_dir:).*" _ key)
                (string-append key
                               "'" (assoc-ref outputs "out") "/lib/zathura'\n")))
             #t)))))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (inputs
     `(("cairo" ,cairo)
       ("girara" ,girara)
       ("glib" ,glib)
       ("gtk+" ,gtk+)
       ("json-c" ,json-c)              ; To generate cargs for zathura
       ("libarchive" ,libarchive)
       ("libnotify" ,libnotify)        ; To generate cargs for zathura
       ("zathura" ,zathura)))
    (synopsis "Comic book support for zathura")
    (description "The zathura-cb plugin adds comic book support to zathura.")
    (home-page "https://pwmt.org/projects/zathura-cb/")
    (license license:zlib)))

debug log:

solving f361c91c00 ...
found f361c91c00 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/
found 5ad4cbe7f7 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/
found 7c734c2111 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/
found e9d97bbc89 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/
found dcf041daa3 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/
found 16173ffa60 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/
found 69007bde9a in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/
found 2516c62485 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/
found 1662ee6d45 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/
found 1399c137a7 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/
found 459281a0aa in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/
found 5881cf5c80 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/
found 5702041f72 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/
found 8185cc40d9 in https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/ ||
	https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/

applying [1/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
new file mode 100644
index 0000000000..8185cc40d9

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/ for 8185cc40d9
index at:
100644 8185cc40d95c6cd5e319864f70f22b3c598d7de6	gnu/packages/pwmt.scm

applying [2/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 8185cc40d9..5702041f72 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/ for 5702041f72
index at:
100644 5702041f722abd6d5b23e1d4e984a5f4b3bae917	gnu/packages/pwmt.scm

applying [3/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 5702041f72..5881cf5c80 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/ for 5881cf5c80
index at:
100644 5881cf5c80b0bc19b65e746bafb31769328263b9	gnu/packages/pwmt.scm

applying [4/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 5881cf5c80..459281a0aa 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/ for 459281a0aa
index at:
100644 459281a0aa7cd98233a2f44fa45627f999709d08	gnu/packages/pwmt.scm

applying [5/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 459281a0aa..1399c137a7 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/ for 1399c137a7
index at:
100644 1399c137a744afb7f2c7e52d982ae08ed6e0969b	gnu/packages/pwmt.scm

applying [6/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 1399c137a7..1662ee6d45 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/ for 1662ee6d45
index at:
100644 1662ee6d4586b950d720c66de74b89b18a46c59a	gnu/packages/pwmt.scm

applying [7/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 1662ee6d45..2516c62485 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200502120901.36d80711.raghavgururajan@disroot.org/ for 2516c62485
index at:
100644 2516c62485e3445787a764249777b9f05d05cce0	gnu/packages/pwmt.scm

applying [8/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 2516c62485..69007bde9a 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/ for 69007bde9a
index at:
100644 69007bde9a099283150c378999b30f76d7d30a53	gnu/packages/pwmt.scm

applying [9/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 69007bde9a..16173ffa60 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/ for 16173ffa60
index at:
100644 16173ffa601c01eec52994442eed4fde68b17d6a	gnu/packages/pwmt.scm

applying [10/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 16173ffa60..dcf041daa3 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/ for dcf041daa3
index at:
100644 dcf041daa3665acc98b67c79c3194526aefcc808	gnu/packages/pwmt.scm

applying [11/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index dcf041daa3..e9d97bbc89 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/ for e9d97bbc89
index at:
100644 e9d97bbc893440b97f9e5b586b06dd0ee732a13d	gnu/packages/pwmt.scm

applying [12/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index e9d97bbc89..7c734c2111 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/ for 7c734c2111
index at:
100644 7c734c2111997326b5c07df3666a58e0244426c6	gnu/packages/pwmt.scm

applying [13/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 7c734c2111..5ad4cbe7f7 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/ for 5ad4cbe7f7
index at:
100644 5ad4cbe7f70c163809de6b813dca0e32a0c8d7c7	gnu/packages/pwmt.scm

applying [14/14] https://yhetil.org/guix-patches/20200506054119.5200ef6c.raghavgururajan@disroot.org/
diff --git a/gnu/packages/pwmt.scm b/gnu/packages/pwmt.scm
index 5ad4cbe7f7..f361c91c00 100644

Checking patch gnu/packages/pwmt.scm...
Applied patch gnu/packages/pwmt.scm cleanly.

skipping https://yhetil.org/guix-patches/20200503002240.3c2bf6a3.raghavgururajan@disroot.org/ for f361c91c00
index at:
100644 f361c91c0005b149cd4278f78ce79459d055051c	gnu/packages/pwmt.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).