app-editors/apostrophe: bump ebuild
This commit is contained in:
parent
81ed5999c5
commit
6a15364ce0
|
@ -0,0 +1,2 @@
|
||||||
|
DIST apostrophe-v2.6.3.tar.bz2 3262272 BLAKE2B d020beb1e0d12929b138b003703176db3388e1a906bf1504ec8440387ddc4e407f0fe16852bcba7577738cf28446c58130d3cba8e625f031e76845500773bf5f SHA512 ca88ba545ea99f1f365091932819fbb9dfc5c30225275090fc5e2b3aa072400aee9918e5f7972ce55860f76d111ed43308ad87f5be02cd289bbf107955f4e172
|
||||||
|
EBUILD apostrophe-2.6.3.ebuild 726 BLAKE2B 9a7c386e0349848de221965df9d976536eadc5f5124e671e5894ec8508fb3b69ab30ed941d3f2ba6c30422e4fa4680e00b70393f85505e1047ece4689a546a8b SHA512 34439cdc4513edec1652d03683f6e893ac0e486529460d770a55389e1427e93fc90ab8b4b117be08b05580a50c770d2f75ad58d7b05b9a27120504bc11fb7a9d
|
|
@ -0,0 +1,33 @@
|
||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
inherit gnome.org gnome2-utils meson python-any-r1 xdg
|
||||||
|
|
||||||
|
DESCRIPTION="A distraction free Markdown editor"
|
||||||
|
HOMEPAGE="https://gitlab.gnome.org/World/apostrophe"
|
||||||
|
SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="x11-libs/gtk+:3
|
||||||
|
dev-libs/glib
|
||||||
|
net-libs/webkit-gtk:4"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="dev-lang/sassc"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
Loading…
Reference in New Issue