mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
app-editors/typora-bin: add 1.5.8, drop 0.10.7
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST typora_0.10.7_amd64.deb 67149180 BLAKE2B b1ede052143ae96136941768e586dcd60df64504c182e01e837bf16c343523ad87553401b725e472698e7ad0aaedb326366c01b470778ca279af214508fc1320 SHA512 ccfe965514b71b31e1c8f986e1ea46976c6a0f87edc65f04e936897bc417880f0b915e4539eb50114125206a75235762a01d02ca16a9f6063da1adc812127226
|
||||
DIST typora_1.5.8_amd64.deb 85330472 BLAKE2B bbcbb4c8edda85351adcc37518e30e242f39973649155187afeaf05cac0192292767f54732f38a40a5474d21c93aa75c166c03ef13860b42d7558c967a8b43f2 SHA512 ceb62393913c5b51486d4867c914d43d9ebe2bd4cb9e6c67f83ca20d816594e968d648c97811ab4f4238acdc21c5cf9b95fa82084e3e33d0a3978dc0974b6e7e
|
||||
DIST typora_1.5.8_arm64.deb 75802376 BLAKE2B 36b570b596436a231fdc5d63f95496b8e7a18f0950c299553f624ebdf66ef58c01ca4fae2753248b643375b2553851639d1dc15ce11cd276af382514dc38759e SHA512 7435e2d52a835abf7c349ccc9cf343a40e49bc966692dd6953d49fc8d31c5a9f464bd6b48067d691af2b57cb093a5ed4543097d85912a8b73dbc0d9029aef14d
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>queereen@riseup.net</email>
|
||||
|
||||
@@ -1,25 +1,30 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit unpacker xdg
|
||||
|
||||
DESCRIPTION="a markdown editor,markdown reader."
|
||||
HOMEPAGE="https://typora.io"
|
||||
SRC_URI="https://typora.io/linux/typora_${PV}_amd64.deb"
|
||||
SRC_URI="
|
||||
amd64? ( https://typora.io/linux/typora_${PV}_amd64.deb )
|
||||
arm64? ( https://typora.io/linux/typora_${PV}_arm64.deb )
|
||||
"
|
||||
|
||||
LICENSE="Typora-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
KEYWORDS="-* ~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="bindist mirror"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
app-accessibility/at-spi2-atk
|
||||
dev-libs/atk
|
||||
|| (
|
||||
>=app-accessibility/at-spi2-core-2.46.0:2
|
||||
( app-accessibility/at-spi2-atk dev-libs/atk )
|
||||
)
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
net-print/cups
|
||||
Reference in New Issue
Block a user