Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add Write from Stylus Labs
@ 2020-08-30 19:58 cat-marin
  2020-08-30 21:01 ` [PR PATCH] [Updated] " cat-marin
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: cat-marin @ 2020-08-30 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cat-marin/void-packages master
https://github.com/void-linux/void-packages/pull/24555

Add Write from Stylus Labs
Starting college and thought it might be easier to set up new systems with Write in void-packages.

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

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

From ea84bca1814152542af21904c7e14a36be751d08 Mon Sep 17 00:00:00 2001
From: cat <25059103+cat-marin@users.noreply.github.com>
Date: Sun, 30 Aug 2020 15:56:35 -0400
Subject: [PATCH] Add Write from Stylus Labs

---
 srcpkgs/write-styluslabs/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/write-styluslabs/template

diff --git a/srcpkgs/write-styluslabs/template b/srcpkgs/write-styluslabs/template
new file mode 100644
index 00000000000..b4192b94016
--- /dev/null
+++ b/srcpkgs/write-styluslabs/template
@@ -0,0 +1,31 @@
+# Template file for 'Write'
+pkgname=write-styluslabs
+version=3.0.0
+revision=1
+archs="x86_64"
+wrksrc="Write"
+depends="SDL2"
+short_desc="A word processor for handwriting"
+maintainer="Cat Marin <me@jmarin.xyz>"
+license="custom:Proprietary"
+homepage="http://www.styluslabs.com/"
+distfiles="http://www.styluslabs.com/write/write-latest.tar.gz"
+checksum="ec7c8a59f453574aa272d859e4c926eab48122d4965644871bf7cbe3d4703c40"
+repository=nonfree
+restricted=yes
+
+do_install() {
+    local package_location="opt/$pkgname" item
+    vmkdir usr/share/pixmaps
+    vcopy Write144x144.png /usr/share/pixmaps
+    vmkdir usr/share/applications
+    vcopy Write.desktop /usr/share/applications
+    vmkdir ${package_location}
+    chmod +x Write
+    for item in Write DroidSansFallback.ttf Intro.svg Roboto-Regular.ttf; do
+        vcopy "Write" "${package_location}"
+        vcopy "${item}" "${package_location}"
+    done
+    vmkdir usr/bin
+    ln -sfr $DESTDIR/${package_location}/Write $DESTDIR/usr/bin/write-styluslabs
+}

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

end of thread, other threads:[~2020-09-05  4:36 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-30 19:58 [PR PATCH] Add Write from Stylus Labs cat-marin
2020-08-30 21:01 ` [PR PATCH] [Updated] " cat-marin
2020-08-31  1:34 ` fosslinux
2020-08-31  2:05 ` cat-marin
2020-08-31  2:50 ` fosslinux
2020-08-31  3:28 ` [PR PATCH] [Updated] " cat-marin
2020-08-31  3:29 ` cat-marin
2020-08-31  3:58 ` [PR REVIEW] " fosslinux
2020-08-31  3:58 ` fosslinux
2020-08-31  4:23 ` [PR PATCH] [Updated] " cat-marin
2020-08-31  4:26 ` cat-marin
2020-08-31  4:27 ` cat-marin
2020-08-31  4:29 ` [PR PATCH] [Updated] " cat-marin
2020-08-31  6:15 ` fosslinux
2020-08-31  6:23 ` cat-marin
2020-08-31  6:24 ` fosslinux
2020-09-02 17:00 ` ahesford
2020-09-02 23:37 ` ahesford
2020-09-02 23:56 ` [PR REVIEW] " ahesford
2020-09-02 23:56 ` ahesford
2020-09-03 19:49 ` cat-marin
2020-09-03 19:52 ` cat-marin
2020-09-03 20:01 ` ericonr
2020-09-03 20:01 ` ericonr
2020-09-03 20:11 ` cat-marin
2020-09-03 20:12 ` [PR PATCH] [Closed]: " cat-marin
2020-09-03 20:12 ` cat-marin
2020-09-04  0:23 ` [PR REVIEW] " sgn
2020-09-04  0:25 ` sgn
2020-09-04 20:39 ` cat-marin
2020-09-05  0:18 ` fosslinux
2020-09-05  0:59 ` sgn
2020-09-05  4:36 ` cat-marin

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