gnome-extra/libhandy: add the libhandy library
This is a dependency for net-im/fractal
This commit is contained in:
parent
cd6b29ecd5
commit
b4163cfc4e
3
gnome-extra/libhandy/Manifest
Normal file
3
gnome-extra/libhandy/Manifest
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
DIST libhandy-v0.0.9.tar.bz2 110100 BLAKE2B c1abf60b37d76a0b2f0ed82152decc9a87c9feff664af8df91ede192018a70003ac7ff3c1307668e7196089f59bb5dc21d1449ccc1deb3e2e362f32ff8f9f30b SHA512 d3256c2ff49a7fd0ccfec14ba3e34ed51577841c1670902d25f2a0166e63820428e689c722dddbccf787e1380c7f9a8ddc5b9042a1632b688b151ecce0f6d262
|
||||||
|
EBUILD libhandy-0.0.9.ebuild 430 BLAKE2B 7e5b321d42902e110a713593fb419c69dad389fea47f6a891147e6dbf8b717aef66969926bfc8a74d359453ca14e22cc1e7043fc537fe59da51d012878edf9bf SHA512 fcfd00ff97ae3e7e5aa8fb527e8d8f4dc8634106186e4756f56efdef4eba2f3e59e8e63dffa55dfeb3159802f9b0ef823e47fdbd7b3662bc6d585a6f066d6b61
|
||||||
|
MISC metadata.xml 735 BLAKE2B 0897f7e1776d123435a6843abf5f61168f1d089ed0bc3e62497961e552ba6e5826c1e09a77dcf5760f8559417c5db850455caa12cf0c8f77684abdaaabc55d06 SHA512 410e22e6701f402d13447f034e0c72180ca739fac1c18efc0b52739c9d11aea90125db1f732d5811ac798d9d74a2d7616c18bd779321ec4d8bbaf67a8a1d93dc
|
21
gnome-extra/libhandy/libhandy-0.0.9.ebuild
Normal file
21
gnome-extra/libhandy/libhandy-0.0.9.ebuild
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
EAPI=6
|
||||||
|
|
||||||
|
inherit meson vala
|
||||||
|
|
||||||
|
DESCRIPTION="A library full of GTK+ widgets for mobile phone"
|
||||||
|
HOMEPAGE="https://source.puri.sm/Librem5/libhandy"
|
||||||
|
SRC_URI="https://source.puri.sm/Librem5/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||||
|
|
||||||
|
DEPEND="$(vala_depend)"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
EMESON_SOURCE="${S}"
|
||||||
|
BUILD_DIR="${S}/${P}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
eapply_user
|
||||||
|
vala_src_prepare
|
||||||
|
}
|
8
gnome-extra/libhandy/metadata.xml
Normal file
8
gnome-extra/libhandy/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>danny@nerdcruft.com</email>
|
||||||
|
<name>Danny Robson</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user