@coffeemakr Thanks, I added the dependency and fixed the permission setting.
Search Criteria
Package Details: typora 1.9.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/typora.git (read-only, click to copy) |
---|---|
Package Base: | typora |
Description: | A minimal markdown editor and reader. |
Upstream URL: | https://typora.io/ |
Keywords: | markdown |
Licenses: | custom:"Copyright (c) 2015 Abner Lee All Rights Reserved." |
Submitter: | duckbrain |
Maintainer: | irgendwr |
Last Packager: | irgendwr |
Votes: | 135 |
Popularity: | 0.44 |
First Submitted: | 2016-09-28 06:28 (UTC) |
Last Updated: | 2024-08-28 01:55 (UTC) |
Dependencies (5)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- nss (nss-hgAUR)
- noto-fonts-emoji (noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR) (optional) – Or some other emoji font to see emojis
- pandoc (pandoc-binAUR, pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-cli) (optional) – Import/export for extra file formats
Required by (1)
- typora-theme-phycat (optional)
Sources (3)
duckbrain commented on 2016-10-10 14:51 (UTC)
coffeemakr commented on 2016-10-10 06:53 (UTC)
typora depends on gconf:
$ typora
typora: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
after installing gconf it worked.
The permission "fix" is quite ugly because it also sets all files as executable.
I changed it to the following command:
find "$pkgdir" -type d -exec chmod 755 {} \;
reflectionalist commented on 2016-10-07 04:50 (UTC)
Thanks for packaging this, so far the best Markdown editor.
j1simon commented on 2016-10-01 07:34 (UTC)
In the package there is information about licence: /usr/share/doc/typora/copyright
duckbrain commented on 2016-10-01 04:33 (UTC)
This has been updated to your version. The /usr/share/lintian/ directory is no longer packaged. I removed the license line because I can't seem to find one on the website. The source code is not available on Github, just supporting material and issue tracking.
j1simon commented on 2016-09-28 16:24 (UTC)
I think you should change the PKGBUILD:
- It isn't necessary to put empty variables
- license=('custom:"Copyright (c) 2014 GitHub Inc."')
- There shouldn't be 'build' section. This package hasn't build step.
- '/usr/share/lintian/' is unnecessary on Arch.
- It's better use 'bsdtar' to extract deb contents.
This is my version of PKGBUILD:
pkgname=typora
pkgver=0.9.19
pkgrel=2
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
filename="${pkgname}_${pkgver}_amd64.deb"
url="https://typora.io/"
license=('custom:"Copyright (c) 2014 GitHub Inc."')
source=("https://typora.io/./linux/$filename")
md5sums=('30b9881f6d698a5442dff96002d9d812')
package() {
bsdtar -xf data.tar.xz -C "$pkgdir/"
rm -rf "${pkgdir}"/usr/share/lintian/
chmod -R 755 "$pkgdir"
}
duckbrain commented on 2016-09-28 15:32 (UTC)
Forgot to update .SRCINFO. I'll need to set up a pre-commit hook for that.
j1simon commented on 2016-09-28 15:27 (UTC)
I think it lacks to update the version.
yaourt doesn't detect changes and it doesn't upgrade.
duckbrain commented on 2016-09-28 13:48 (UTC)
@j1simon Thanks. That should be fixed.
j1simon commented on 2016-09-28 09:21 (UTC)
Please fix the permissions before pack: chmod -R 755
Pinned Comments
irgendwr commented on 2023-01-24 18:49 (UTC) (edited on 2023-10-17 21:03 (UTC) by irgendwr)
Before flagging this package as "out-of-date", please read this:
First of all, I appreciate your help, but I'm already running a script that notifies me once a new version is available. Please wait 1-2 days before flagging, unless it is critical. Usually I manage to push updates on the same day as Typora releases them.
Also: The latest version on their website might not be the latest Linux repository version. E.g. because some updates do not have any changes related to Linux.
To check the latest Linux version, run the following command:
curl -s https://www.typora.io/linux/Packages | grep Version | cut -f 2 -d ' ' | sort -V | cut -f 1 -d '-' | uniq
Please do not flag this package as "out-of-date" if the "new version" is not listed in the output of the aforementioned command.
irgendwr commented on 2021-11-26 12:36 (UTC) (edited on 2022-10-09 11:03 (UTC) by irgendwr)
Typora is no longer completely free since it's out of beta. It is possible to use Typora for free on Linux; Some restrictions may apply. See the official FAQ: "Can I use Typora for free?" for more details. Alternatively you can purchase a license.
Please report issues with Typora here: https://github.com/typora/typora-issues