Adding packages for Gentoo Guru Maint

This commit is contained in:
Gerben Jan Dijkman
2021-07-24 03:49:41 +02:00
parent 613a4ee3cd
commit 3f583ffcab
41 changed files with 655 additions and 1446 deletions

View File

@@ -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
}

View 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>