Added anti spam

This commit is contained in:
Gerben Jan Dijkman 2021-12-08 19:55:03 +01:00
parent 442af09281
commit ca6397ede3
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST phosh-antispam-2.0.tar.gz 234326 BLAKE2B f550f3237125c29b1b4896b164637b093dcf686bca6544eb357156f4a1d0fa3a6b36e9040c3475937fabb627bff1894873a0ad0c15bcdcc29dd52d84a1a643be SHA512 57a9f3777127549d2fb0900d003db19c1722464c3449799e225e42672fd1d230a34b2f234175dc23bf4994171d35c081882efcea7e66dda707e0b9888983c5a8

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
<longdescription lang="en">
An anti-spam program designed to work with phosh
</longdescription>
<upstream>
<doc>https://gitlab.com/kop316/phosh-antispam/</doc>
<bugs-to>https://gitlab.com/kop316/phosh-antispam/-/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,36 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils meson systemd udev
DESCRIPTION="An anti-spam program designed to work with phosh"
HOMEPAGE="https://gitlab.com/kop316/phosh-antispam"
SRC_URI="https://gitlab.com/kop316/phosh-antispam/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/glib-2.44.0
>=x11-libs/gtk+-3.22.0
>=gui-libs/libhandy-1.0
"
DEPEND=""
src_install() {
meson_src_install
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}