Commit graph

37 commits

Author SHA1 Message Date
Evan Widloski 47539d4d91
Merge pull request #26 from gavinmcc/fix-ppv
Fix ppv
2021-03-21 22:46:30 -05:00
Gavin McCullagh 14e80638ed switch cupsfilter from pdftopdf to "-" see issue #24 2021-03-22 02:53:23 +00:00
Gavin McCullagh 2da4b179ae add an additional .content file, see issue #23 2021-03-21 07:56:49 +00:00
evan 52f31746ab switch to is-active 2021-03-14 17:51:13 -05:00
evan b5d8cd582f clean up debug function 2021-03-12 23:24:12 -06:00
evan 7e50dbb48f only restart xochitl if service enabled 2021-03-12 23:21:23 -06:00
evan 8531bea5e3 use Generic-PDF_Printer-PDF.ppd derived ppd 2021-03-12 22:26:35 -06:00
evan 3374cee3d3 system-config-printer note 2021-02-25 20:20:18 -06:00
Evan Widloski abfc7b9770
Create LICENSE 2021-02-25 18:56:44 -06:00
evan 7a44abdece readme typo 2020-12-29 00:08:06 -06:00
Evan Widloski 01c5f9b64e
Merge pull request #12 from Gnomiro/patch-1
Update install.sh
2020-12-27 21:44:59 -06:00
evan df870008fe update service instead of install.sh 2020-12-27 21:44:28 -06:00
Gnomiro 7ea30a5f82
Update install.sh
printer.services looks for printer.arm in /home/root and not /home/root/bin. First look showed that the makefile also places printer.arm in /home/root and not in /home/root/bin. This way install.sh should provide a working environment.
2020-12-22 10:51:18 +01:00
evan 1e2627c837 cleanup readme 2020-12-20 23:00:26 -06:00
evan 8bc1a5b622 fix issue #11, support %%EOF w/out newline 2020-12-20 22:54:08 -06:00
evan 5fb75ced63 add debug note 2020-12-20 22:53:40 -06:00
evan 822cbf78fe wget instead of curl 2020-12-18 11:18:58 -06:00
evan 498449f3d4 update install script 2020-12-18 01:27:32 -06:00
evan 04c54aa936 add install script 2020-12-18 01:02:08 -06:00
evan 475f6fd081 change name in ppd 2020-12-18 01:01:16 -06:00
evan 249fa4d0cc simplify install process 2020-12-18 01:01:02 -06:00
Evan Widloski 5f8e763cf6
Merge pull request #7 from Gozala/fix-install
fix insall script on mac
2020-12-07 18:23:51 -06:00
evan 7d45d468bb fix curl command 2020-12-07 18:23:08 -06:00
evan 120a31dbfb git rid of heredoc, add keys to ssh agent 2020-11-26 22:46:08 -06:00
Evan Widloski cabbfcbb51
add image 2020-10-20 18:37:42 -05:00
Irakli Gozalishvili 00831257a4
Update Makefile 2020-10-20 13:07:58 -07:00
Irakli Gozalishvili 8ae644293e
fix insall script on mac 2020-10-02 17:30:17 -07:00
evan 54881b33ed link to windows printer install 2020-07-12 21:40:05 -05:00
evan 6e4a3035a3 fix download_prebuilt 2020-07-12 21:39:58 -05:00
evan ce1274450b make easy install work on osx 2020-07-12 18:26:11 -05:00
evan f41beb4cea add download_prebuilt target 2020-07-12 18:26:11 -05:00
evan 1c26f7be06 download deps before build 2020-07-12 18:26:11 -05:00
evan 38570354d0 fix go get command 2020-07-12 18:26:11 -05:00
Evan Widloski ffc3f8c476
Merge pull request #1 from beardhatcode/master
Fix timestamp
2020-03-11 04:49:38 -05:00
beardhatcode 66fd0706fc Fix timestamp
The timestamp is in miliseconds, not seconds, add three zeros' to ensure
correct ordering.

Before the metadata contained:

  "lastModified": "1583919213",

now it contains:

    "lastModified": "1583919213000",

found this out by looking at

  cat /home/root/.local/share/remarkable/xochitl/*.metadata | grep lastModified
2020-03-11 10:34:31 +01:00
evan 2b975d5951 simplify config install 2020-03-11 02:45:44 -05:00
evan 4747014eae init commit 2020-03-11 01:36:18 -05:00