Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sublime-merge: update to 2032.
@ 2020-09-02 20:45 mobinmob
  2020-09-03  0:09 ` [PR REVIEW] " ahesford
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: mobinmob @ 2020-09-02 20:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages sublime-merge
https://github.com/void-linux/void-packages/pull/24620

sublime-merge: update to 2032.
Sublime merge now installs under /opt. 

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

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

From 930e093c2c319218d769c4576972accb87b7dc7b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 2 Sep 2020 23:38:42 +0300
Subject: [PATCH] sublime-merge: update to 2032.

---
 srcpkgs/sublime-merge/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/sublime-merge/template b/srcpkgs/sublime-merge/template
index 1291edc8411..dd6d5d46474 100644
--- a/srcpkgs/sublime-merge/template
+++ b/srcpkgs/sublime-merge/template
@@ -1,6 +1,6 @@
 # Template file for 'sublime-merge'
 pkgname=sublime-merge
-version=2027
+version=2032
 revision=1
 archs="x86_64"
 wrksrc=sublime_merge
@@ -11,7 +11,7 @@ maintainer="Adelmo Junior <noblehelm@gmail.com>"
 license="custom:EULA"
 homepage="https://www.sublimemerge.com"
 distfiles="https://download.sublimetext.com/sublime_merge_build_${version}_x64.tar.xz"
-checksum=d932503d4f006c02dbd2b787d4fb0001f730fbdfe2f51fb9b55dd5d16d0859ff
+checksum=b782c768383893ba7803c2cffd428b09bec46be8a65e61a5f17964bdcc2aaf7c
 _license_checksum=aaf2f4a457945145bfea1ff06498806bd91951f76ec3cefec169f904ff4cb158
 nopie=yes
 repository=nonfree
@@ -29,13 +29,12 @@ post_extract() {
 
 do_install() {
 	vmkdir "usr/bin"
-	vmkdir "usr/share/sublime_merge"
-	cp --preserve=mode -r ${wrksrc}/* "${DESTDIR}/usr/share/sublime_merge"
+	vmkdir "opt/sublime_merge"
+	cp --preserve=mode -r ${wrksrc}/* "${DESTDIR}/opt/sublime_merge"
 	vinstall "sublime_merge.desktop" 644 "usr/share/applications/"
 	for size in 16 32 48 128 256; do
 		vinstall "Icon/${size}x${size}/sublime-merge.png" 644 "usr/share/icons/hicolor/${size}x${size}/apps/"
 	done
-	ln -s /usr/share/sublime_merge/sublime_merge ${DESTDIR}/usr/bin/subl-merge
-	sed -i 's:Exec=/opt/sublime_merge/sublime_merge:Exec=/usr/share/sublime_merge/sublime_merge:' ${DESTDIR}/usr/share/applications/sublime_merge.desktop
+	ln -s /opt/sublime_merge/sublime_merge ${DESTDIR}/usr/bin/subl-merge
 	vlicense EULA
 }

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

end of thread, other threads:[~2020-09-29 18:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 20:45 [PR PATCH] sublime-merge: update to 2032 mobinmob
2020-09-03  0:09 ` [PR REVIEW] " ahesford
2020-09-03 12:49 ` sgn
2020-09-03 13:44 ` ahesford
2020-09-03 19:40 ` mobinmob
2020-09-03 19:41 ` mobinmob
2020-09-04 13:29 ` ahesford
2020-09-04 21:03 ` [PR PATCH] [Updated] " mobinmob
2020-09-04 21:06 ` mobinmob
2020-09-05  7:17 ` [PR REVIEW] " Chocimier
2020-09-05  9:54 ` mobinmob
2020-09-05 11:29 ` ahesford
2020-09-05 11:49 ` [PR REVIEW] " ahesford
2020-09-05 13:27 ` Chocimier
2020-09-05 13:32 ` Chocimier
2020-09-05 15:48 ` [PR PATCH] [Updated] " mobinmob
2020-09-05 15:55 ` mobinmob
2020-09-29  2:23 ` ericonr
2020-09-29  2:36 ` ahesford
2020-09-29 18:15 ` [PR PATCH] [Merged]: " Chocimier

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).