dev-libs/granite: Deleted, it is in the Gentoo repo now.
continuous-integration/drone/push Build is passing Details

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2019-10-15 19:09:42 +02:00
parent a5f5f3207b
commit db08583edc
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 0 additions and 94 deletions

View File

@ -1,13 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
DIST 5.2.5.tar.gz 392987 BLAKE2B 507c3b810b750257a66195b45842a7664eb544f86a8606124d30d277c03680296f1ace7a9233d6e094ad5ce3357564e13b61d946f8ed926ccf22a5d9b5e98648 SHA512 64a08293bc4b33d77206c7070b4e2002dd8e2da8a358e43074b681a9228790dcb342d3a705cfc0309a7e1e7f498a2a656e972c2fee085ba99fb5214e33758fc3
EBUILD granite-5.2.5.ebuild 1357 BLAKE2B 761f96a9d4162f0abc4396b06dfb4f56c65c5032e31cc5abe2cfcfbc7d47bc8f15ac1cb05a67d05acba03f8f26d7c15e4165a14b65ab5f13449925355ed3fede SHA512 75fe519086d651c19e72597a1f40dbf9475e502ff1c48a3c1d67539cc7248bceaf82285df0ec800318cd92c623f290c97707a2549477b23fbf4e1890cd2a3eef
MISC metadata.xml 772 BLAKE2B 23c800121382b7027f641dd0785dca77f0514e614333169d963bb44ad6ba3bade6fd065799f41548cb3907c29408859640395786278accc9a56b50bb25ef59b0 SHA512 e7cb9fee7c76a1fbdc5e36de2a418030ea1fd742109063afd2c4286d271a616c50cdb802515eecec600276d78b226e7b21159712dd3c37e7a0f1ac677d68db75
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXXGpFQAKCRDPw5SX8bJu
B2IgAP0QuWVqLrxb9kXrb/wvBiFaTxFa3iWqkvpa1FG2EwEmrAD+MMDZrXrPkigA
2//unf6WuB92qZ5BiItI1FmMOgnF8Bg=
=j70N
-----END PGP SIGNATURE-----

View File

@ -1,61 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson vala xdg-utils
DESCRIPTION="Elementary OS library that extends Gtk+"
HOMEPAGE="https://github.com/elementary/granite"
SRC_URI="https://github.com/elementary/${PN}/archive/${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="demo nls"
RDEPEND="
dev-libs/glib:2
dev-libs/libgee:0.8[introspection]
x11-libs/gtk+:3[introspection]"
DEPEND="
${RDEPEND}
dev-util/meson
dev-lang/vala
virtual/pkgconfig
nls? ( sys-devel/gettext )"
# NOTE: Did not get documentation to compile, revisit later.
# doc? (
# dev-lang/vala[valadoc]
# dev-util/gtk-doc
# )
# !doc? ( dev-lang/vala )
src_prepare() {
vala_src_prepare
default
}
src_configure() {
# Disable building of the demo application.
use demo || sed -i "/^subdir('demo')$/d" meson.build || die
# Disable generation of the translations.
use nls || sed -i "/^subdir('po')$/d" meson.build || die
# # Use valadoc-$(vala_best_api_version) instead of valadoc.
# use doc && sed -i "s/find_program('valadoc')/find_program('valadoc-$(vala_best_api_version)')/" doc/meson.build || die
# local emesonargs=( $(meson_use doc documentation) )
meson_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
<longdescription lang="en">
Granite is a companion library for GTK+ and GLib. Among other things,
it provides complex widgets and convenience functions designed for
use in apps built for elementary OS.
</longdescription>
<use>
<flag name="demo">Build the Granite demo application (to present all available UI features provided by the library)</flag>
</use>
<upstream>
<remote-id type="github">elementary/granite</remote-id>
<doc>https://valadoc.org/granite/Granite.html</doc>
</upstream>
</pkgmetadata>