Adding packages for Gentoo Guru Maint
This commit is contained in:
@@ -41,25 +41,21 @@ BDEPEND="
|
||||
S="${WORKDIR}/$PN-${PV}"
|
||||
|
||||
src_configure() {
|
||||
|
||||
local emesonargs=(
|
||||
-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
|
||||
-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=
|
||||
)
|
||||
meson_src_configure
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
meson_src_install
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_schemas_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_schemas_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
17
net-im/cawbird/metadata.xml
Normal file
17
net-im/cawbird/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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">
|
||||
Cawbird is a fork of the Corebird Twitter client from Baedert, which became unsupported after Twitter disabled the streaming API.
|
||||
|
||||
Cawbird works with the new APIs and includes a few fixes and modifications that have historically been patched in to IBBoard's custom Corebird build on his personal Open Build Service account.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<doc>https://github.com/IBBoard/cawbird</doc>
|
||||
<bugs-to>https://github.com/IBBoard/cawbird/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
net-im/chatty/Manifest
Normal file
1
net-im/chatty/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST chatty-0.3.3.tar.gz 458463 BLAKE2B 4f07af0162742f8779bac2af89ea5288cb4dacf4f135d452620ad5e3362450fbd3861ec96b74f4a1dfac4d3065dfe9b5beb780453aec7f6f6746adad0b6f4a03 SHA512 d075faad5760f0892facad6637e8142f1a9c467d7f7a71e64ac7c6379dbff967ebb4da74a4327c97c0b4fc07e4f5d184e43470300f29a94779c648cb0f4686e8
|
||||
@@ -1,44 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
@@ -3,24 +3,20 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson gnome2-utils xdg git-r3
|
||||
inherit meson gnome2-utils xdg
|
||||
|
||||
COMMIT="501805ee4e013470c1c9eb17e930f9fe914e3671"
|
||||
|
||||
DESCRIPTION="Messaging client"
|
||||
HOMEPAGE="https://source.puri.sm/Librem5/chatty"
|
||||
EGIT_REPO_URI="https://source.puri.sm/Librem5/${PN}.git"
|
||||
SRC_URI="https://source.puri.sm/Librem5/chatty/-/archive//${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
|
||||
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
|
||||
|
||||
15
net-im/chatty/metadata.xml
Normal file
15
net-im/chatty/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">
|
||||
XMPP and SMS messaging via libpurple and Modemmanager.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<doc>https://source.puri.sm/Librem5/chatty</doc>
|
||||
<bugs-to>https://source.puri.sm/Librem5/chatty/-/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user