Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ReText: update to 7.1.0.
@ 2020-08-30 15:06 not-chicken
  2020-09-07 22:50 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: not-chicken @ 2020-08-30 15:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is a new pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages retext
https://github.com/void-linux/void-packages/pull/24550

ReText: update to 7.1.0.


A patch file from https://github.com/void-linux/void-packages/pull/24550.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-retext-24550.patch --]
[-- Type: text/x-diff, Size: 2575 bytes --]

From 132f5a73b1086a69e24935df2af1279e1e2e4e1d Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 30 Aug 2020 20:15:57 +0530
Subject: [PATCH] ReText: update to 7.1.0.

---
 srcpkgs/ReText/files/ReText.desktop |  9 ---------
 srcpkgs/ReText/template             | 17 ++++++-----------
 2 files changed, 6 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/ReText/files/ReText.desktop

diff --git a/srcpkgs/ReText/files/ReText.desktop b/srcpkgs/ReText/files/ReText.desktop
deleted file mode 100644
index d768f15e642..00000000000
--- a/srcpkgs/ReText/files/ReText.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=ReText
-Comment=editor for Markdown and ReStructuredText markup languages
-Exec=retext %F
-Icon=retext
-Terminal=false
-Type=Application
-Categories=Office;
-MimeType=text/x-retext-markdown;text/x-retext-rst;
diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index a6551fbdf7c..e3d2eb9a83b 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,34 +1,29 @@
 # Template file for 'ReText'
 pkgname=ReText
-version=7.0.4
-revision=2
+version=7.1.0
+revision=1
 archs=noarch
-build_style=python3-module
-pycompile_module="ReText"
 wrksrc="${pkgname,,}-${version}"
+build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"
 makedepends="python3-Markdown python3-Markups python3-PyQt5-webkit qt5-tools"
-depends="desktop-file-utils python3-Markdown python3-Markups
- python3-PyQt5-webkit"
+depends="desktop-file-utils python3-chardet python3-docutils python3-Markdown
+ python3-Markups python3-PyQt5-webkit"
 short_desc="Simple editor for Markdown and reStructuredText"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/retext-project/retext"
 distfiles="https://github.com/retext-project/retext/archive/${version}.tar.gz"
-checksum=dd9358dd541266eadf7b4f4606b1eb0a98fa321c25f58f1a9917ec4600345fad
+checksum=a51cf19232e74a6972ce5d875ed1f24b07e6922841ce04558b99ecfc34b34134
 
 post_install() {
-	lrelease locale/*.ts
 	local icondir=usr/share/icons/hicolor
 
 	for size in 16 22 24 32 48 128; do
 		vmkdir $icondir/${size}x${size}/apps
 			convert -resize $size icons/retext.png $DESTDIR/$icondir/${size}x${size}/apps/retext.png;
 	done
-	vmkdir $icondir/scalable/apps
-	vinstall icons/retext.svg 644 $icondir/scalable/apps
 
-	vinstall $FILESDIR/$pkgname.desktop 644 usr/share/applications
 	vmkdir usr/share/mime/packages
 	vcopy $FILESDIR/x-retext-*.xml usr/share/mime/packages
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: ReText: update to 7.1.0.
  2020-08-30 15:06 [PR PATCH] ReText: update to 7.1.0 not-chicken
@ 2020-09-07 22:50 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-09-07 22:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

ReText: update to 7.1.0.
https://github.com/void-linux/void-packages/pull/24550

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-07 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-30 15:06 [PR PATCH] ReText: update to 7.1.0 not-chicken
2020-09-07 22:50 ` [PR PATCH] [Merged]: " ahesford

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 NNTP newsgroup(s).