Merge updates from master

This commit is contained in:
Repository mirror & CI
2021-09-21 10:21:13 +00:00
11 changed files with 70 additions and 13 deletions

View File

@@ -132,14 +132,16 @@ DEPEND="
DOCS="readme.md"
QA_FLAGS_IGNORED="/usr/bin/silver"
PATCHES=( "$FILESDIR/add-gentoo-support.patch" )
src_configure() {
export LIBGIT2_SYS_USE_PKG_CONFIG=1
export PKG_CONFIG_ALLOW_CROSS=1
# Some obscure LDFLAGS cause error during linking
strip-flags
# Breaks compilation
filter-flags '-flto*'
}
src_install() {

View File

@@ -3,12 +3,12 @@
EAPI=7
inherit rpm xdg desktop
inherit rpm xdg
DESCRIPTION="A modern ebook manager and reader with sync and backup capacities"
HOMEPAGE="https://koodo.960960.xyz/"
SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v${PV}/Koodo.Reader-${PV}.rpm"
S="${WORKDIR}"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64"

View File

@@ -19,7 +19,7 @@ DEPEND="
app-arch/zstd
dev-cpp/gflags
dev-cpp/glog[gflags]
dev-libs/boost[context,threads]
dev-libs/boost[context,threads(+)]
dev-libs/double-conversion
dev-libs/libevent
dev-libs/libfmt

View File

@@ -3,9 +3,10 @@
EAPI=8
inherit multilib toolchain-funcs
inherit toolchain-funcs
COMMIT="ffd522e7188bef30a00c74dc7eb9de5faff90092"
DESCRIPTION="Family of better random number generators"
HOMEPAGE="https://www.pcg-random.org https://github.com/imneme/pcg-cpp"
SRC_URI="https://github.com/imneme/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"

View File

@@ -5,11 +5,12 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
inherit distutils-r1 toolchain-funcs
DESCRIPTION="Adobe Font Development Kit for OpenType"
HOMEPAGE="https://adobe-type-tools.github.io/afdko"
SRC_URI="https://github.com/adobe-type-tools/afdko/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="Apache-2.0"
SLOT="0"

View File

@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
VALA_USE_DEPEND="vapigen"
inherit vala meson gnome2-utils xdg
VALA_USE_DEPEND="vapigen"
inherit vala meson xdg
DESCRIPTION="Cawbird is a fork of the Corebird Twitter client from Baedert."
HOMEPAGE="https://github.com/IBBoard/cawbird"
@@ -37,8 +37,6 @@ BDEPEND="
dev-libs/gobject-introspection
"
S="${WORKDIR}/$PN-${PV}"
src_configure() {
local emesonargs=(
-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==

View File

@@ -0,0 +1 @@
DIST matterhorn-bin-50200.13.0.tar.bz2 8840191 BLAKE2B 4b321f035cba7bfeb9a29803c3620ed406610b28d9356ed6070760764d237a755e23e39bde4d53cb6c5909dde6e9592fe4ec46b08d17565f95e07a7749caccfb SHA512 34536c0219fbbbe77a608793fa1e735b4e1ad8679f118cd0389c282e932359d07a439cb62d30b167134956de589be26b16fddb56ee39be2b88dcc9c0a38990dd

View File

@@ -0,0 +1,43 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN%-bin}"
MY_P="${MY_PN}-${PV}-fedora-29-x86_64"
DESCRIPTION="Terminal based Mattermost client"
HOMEPAGE="https://github.com/matterhorn-chat/matterhorn"
SRC_URI="https://github.com/matterhorn-chat/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="-* ~amd64"
DEPEND=""
RDEPEND="
${DEPEND}
dev-libs/gmp:0
sys-libs/ncurses:0/6
sys-libs/zlib:0/1
"
BDEPEND=""
QA_PREBUILT="*"
S="${WORKDIR}/${MY_P}"
src_install() {
default
dobin matterhorn
dodoc docs/commands.md
dodoc docs/keybindings.md
insinto /usr/share/${MY_PN}
exeinto /usr/share/${MY_PN}/notification-scripts
doins -r emoji
doins -r syntax
doexe notification-scripts/notify
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Adrian Schollmeyer</name>
<email>nex+b-g-o@nexadn.de</email>
</maintainer>
<upstream>
<remote-id type="github">matterhorn-chat/matterhorn</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -24,7 +24,7 @@ IUSE="asio libuv +ssl"
REQUIRED_USE="?? ( asio libuv )"
DEPEND="
asio? ( dev-cpp/asio[ssl?] )
asio? ( dev-cpp/asio[ssl(+)?] )
libuv? ( dev-libs/libuv )
ssl? ( >=dev-libs/openssl-1.1.0 )
"

View File

@@ -24,7 +24,7 @@ IUSE="asio libuv +ssl"
REQUIRED_USE="?? ( asio libuv )"
DEPEND="
asio? ( dev-cpp/asio[ssl?] )
asio? ( dev-cpp/asio[ssl(+)?] )
libuv? ( dev-libs/libuv )
ssl? ( >=dev-libs/openssl-1.1.0 )
"