Added anti spam
This commit is contained in:
parent
442af09281
commit
ca6397ede3
1
gnome-extra/phosh-antispam/Manifest
Normal file
1
gnome-extra/phosh-antispam/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST phosh-antispam-2.0.tar.gz 234326 BLAKE2B f550f3237125c29b1b4896b164637b093dcf686bca6544eb357156f4a1d0fa3a6b36e9040c3475937fabb627bff1894873a0ad0c15bcdcc29dd52d84a1a643be SHA512 57a9f3777127549d2fb0900d003db19c1722464c3449799e225e42672fd1d230a34b2f234175dc23bf4994171d35c081882efcea7e66dda707e0b9888983c5a8
|
15
gnome-extra/phosh-antispam/metadata.xml
Normal file
15
gnome-extra/phosh-antispam/metadata.xml
Normal 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>
|
36
gnome-extra/phosh-antispam/phosh-antispam-2.0.ebuild
Normal file
36
gnome-extra/phosh-antispam/phosh-antispam-2.0.ebuild
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user