Github messages for voidlinux
 help / color / mirror / Atom feed
From: not-chicken <not-chicken@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ReText: update to 7.1.0.
Date: Sun, 30 Aug 2020 17:06:32 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24550@inbox.vuxu.org> (raw)

[-- 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
 }

             reply	other threads:[~2020-08-30 15:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-30 15:06 not-chicken [this message]
2020-09-07 22:50 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24550@inbox.vuxu.org \
    --to=not-chicken@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).