Version Bump
This commit is contained in:
parent
818c803f87
commit
022f944367
44
net-im/chatty/chatty-0.3.3.ebuild
Normal file
44
net-im/chatty/chatty-0.3.3.ebuild
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit meson gnome2-utils xdg git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Messaging client"
|
||||||
|
HOMEPAGE="https://source.puri.sm/Librem5/chatty"
|
||||||
|
EGIT_REPO_URI="https://source.puri.sm/Librem5/${PN}.git"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE=""
|
||||||
|
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
|
||||||
|
|
||||||
|
if [[ ${PV} != 9999 ]]; then
|
||||||
|
EGIT_COMMIT="tags/v${PV}"
|
||||||
|
else
|
||||||
|
KEYWORDS=""
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
DEPEND="gnome-extra/evolution-data-server[phonenumber]
|
||||||
|
dev-libs/feedbackd
|
||||||
|
gui-libs/libhandy
|
||||||
|
x11-plugins/purple-mm-sms
|
||||||
|
dev-libs/olm
|
||||||
|
dev-libs/libphonenumber
|
||||||
|
x11-libs/gtk+:3
|
||||||
|
net-im/jabber-base
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_pkg_postrm
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user