* [bug#49312] [PATCH] gnu: emacs-pdf-tools: Update to new repo and revision.
@ 2021-07-01 8:24 Andrew Tropin
2021-07-01 8:34 ` bug#49312: " Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Tropin @ 2021-07-01 8:24 UTC (permalink / raw)
To: 49312
[-- Attachment #1: Type: text/plain, Size: 1870 bytes --]
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update.
Seems there is a new maintainer of the project
https://github.com/politza/pdf-tools/issues/659
Changed url to fork.
This update is required to make pdf-tools work properly for HiDPI screens.
Tested it on emacs-next-pgtk with latest commit from feature/pgtk branch,
using Sway wayland compositor with scaling factor 2.
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d8c1f86207..5098da71f6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3259,8 +3259,8 @@ during idle time, while Emacs is doing nothing else.")
(define-public emacs-pdf-tools
;; XXX: Development branch fixes an incompatibility with Emacs 27+. See
;; <https://github.com/politza/pdf-tools/issues/616>.
- (let ((commit "c510442ab89c8a9e9881230eeb364f4663f59e76")
- (revision "1"))
+ (let ((commit "5f77dae43eb8f71e52e10ba8cf994883f74c3fb7")
+ (revision "2"))
(package
(name "emacs-pdf-tools")
(version (git-version "0.90" revision commit))
@@ -3268,11 +3268,11 @@ during idle time, while Emacs is doing nothing else.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/politza/pdf-tools")
+ (url "https://github.com/vedang/pdf-tools")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "17z3cpn76g9dp62drjrgrqpp1bgf4gl5k5gspylskpvd4kj4bq4d"))))
+ (base32 "0hzqcnxi66d0c3dq7y3dn28f3yri4zcx46yylhy0xnm3f1yja0rm"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there are no tests
--
2.32.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#49312: [PATCH] gnu: emacs-pdf-tools: Update to new repo and revision.
2021-07-01 8:24 [bug#49312] [PATCH] gnu: emacs-pdf-tools: Update to new repo and revision Andrew Tropin
@ 2021-07-01 8:34 ` Nicolas Goaziou
2021-07-01 12:54 ` [bug#49312] " Andrew Tropin
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-07-01 8:34 UTC (permalink / raw)
To: Andrew Tropin; +Cc: 49312-done
Hello,
Andrew Tropin <andrew@trop.in> writes:
> * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update.
>
> Seems there is a new maintainer of the project
> https://github.com/politza/pdf-tools/issues/659
>
> Changed url to fork.
Applied. Thank you!
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#49312] [PATCH] gnu: emacs-pdf-tools: Update to new repo and revision.
2021-07-01 8:34 ` bug#49312: " Nicolas Goaziou
@ 2021-07-01 12:54 ` Andrew Tropin
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2021-07-01 12:54 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: 49312-done
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> Andrew Tropin <andrew@trop.in> writes:
>
>> * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update.
>>
>> Seems there is a new maintainer of the project
>> https://github.com/politza/pdf-tools/issues/659
>>
>> Changed url to fork.
>
> Applied. Thank you!
Good. Thanks!)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-01 12:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01 8:24 [bug#49312] [PATCH] gnu: emacs-pdf-tools: Update to new repo and revision Andrew Tropin
2021-07-01 8:34 ` bug#49312: " Nicolas Goaziou
2021-07-01 12:54 ` [bug#49312] " Andrew Tropin
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.