mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
libraqm: move to my overlay
This commit is contained in:
parent
56feb38f1d
commit
a4fe86056d
4 changed files with 0 additions and 92 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST libraqm-0.10.0.tar.gz 297266 BLAKE2B 2dd561775a37ac4c98deda769a96172a801806a3f16e16bdecbbd8262bf1b8fbc22defc0841b5086b723a44366eb49c3e224ece62058337faae687fe46aa379f SHA512 741ccea508049ad55e41f65f9cdcdb08d92eccbc6860302011e4b760e1cdd1c65fc513786b5121ef02bbec5a2004b1fd79b461848d599f4ba817f2f8805642e2
|
||||
DIST libraqm-0.10.1.tar.gz 300244 BLAKE2B abde6186beea1584a8e5ff9ffcbb357509d5b1e0e2108463284a7f27f5713d1abd1ff3d5a564c9584d860def96c39275759e30cb70a09cb23ccda56904dfc805 SHA512 d35fd37764c153235ad89721be7a2a11212c1d3241383d81499ca5fe83e90d625e29e42a00edd626bff78bd0f72209f36826c84f59cd1504258079ed532329b6
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ -z ${PV%%*9999} ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/HOST-Oman/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/HOST-Oman/libraqm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
fi
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="A library for complex text layout"
|
||||
HOMEPAGE="https://github.com/HOST-Oman/libraqm"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="gtk-doc"
|
||||
|
||||
RDEPEND="
|
||||
media-libs/freetype:2
|
||||
media-libs/harfbuzz:=
|
||||
dev-libs/fribidi
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use gtk-doc docs)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ -z ${PV%%*9999} ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/HOST-Oman/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/HOST-Oman/libraqm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
fi
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="A library for complex text layout"
|
||||
HOMEPAGE="https://github.com/HOST-Oman/libraqm"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="gtk-doc"
|
||||
|
||||
# Option: SheenBidi can be used instead of Fribidi
|
||||
RDEPEND="
|
||||
media-libs/freetype:2
|
||||
media-libs/harfbuzz:=
|
||||
dev-libs/fribidi
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use gtk-doc docs)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>blshkv@pentoo.ch</email>
|
||||
<name>Anton</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">HOST-Oman/libraqm</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue