From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- x11-libs/libtinynotify/Manifest | 1 + x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 35 +++++++++++++++++++ x11-libs/libtinynotify/libtinynotify-9999.ebuild | 42 +++++++++++++++++++++++ x11-libs/libtinynotify/metadata.xml | 17 +++++++++ 4 files changed, 95 insertions(+) create mode 100644 x11-libs/libtinynotify/Manifest create mode 100644 x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild create mode 100644 x11-libs/libtinynotify/libtinynotify-9999.ebuild create mode 100644 x11-libs/libtinynotify/metadata.xml (limited to 'x11-libs/libtinynotify') diff --git a/x11-libs/libtinynotify/Manifest b/x11-libs/libtinynotify/Manifest new file mode 100644 index 000000000000..f76acfbfee28 --- /dev/null +++ b/x11-libs/libtinynotify/Manifest @@ -0,0 +1 @@ +DIST libtinynotify-0.2.1.tar.bz2 286167 BLAKE2B 004ba5fb4f9dc2f118bdcda35162a8a4bf7048b97ea1b1cf1c5739b368404a5df05b7477eca02b56b977ba58909d375c2f570943f8a84814481c715efff04078 SHA512 4d1d4eb56a654aef523aa5a81cafd51b64f7bf44130f3043d5d6b6ea88fbc7681d96cbde3c16cd00eb141145cb551018129f4bab03f542bf88425beda41cdca3 diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild new file mode 100644 index 000000000000..b87cfbb96ab0 --- /dev/null +++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A lightweight implementation of Desktop Notification Spec" +HOMEPAGE="https://github.com/mgorny/libtinynotify/" +SRC_URI="https://github.com/mgorny/libtinynotify/releases/download/${P}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug doc static-libs" + +RDEPEND="sys-apps/dbus:0=" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( >=dev-util/gtk-doc-1.18 )" + +DOCS=( README ) + +src_configure() { + local myconf=( + $(use_enable debug) + $(use_enable doc gtk-doc) + $(use_enable static-libs static) + ) + + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete +} diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild new file mode 100644 index 000000000000..c2e029412ac2 --- /dev/null +++ b/x11-libs/libtinynotify/libtinynotify-9999.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" +inherit autotools git-r3 + +DESCRIPTION="A lightweight implementation of Desktop Notification Spec" +HOMEPAGE="https://github.com/mgorny/libtinynotify/" +SRC_URI="" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" +IUSE="debug doc static-libs" + +RDEPEND="sys-apps/dbus:0=" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-1.18 + virtual/pkgconfig + doc? ( >=dev-util/gtk-doc-1.18 )" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + local myconf=( + $(use_enable debug) + $(use_enable doc gtk-doc) + $(use_enable static-libs static) + ) + + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete +} diff --git a/x11-libs/libtinynotify/metadata.xml b/x11-libs/libtinynotify/metadata.xml new file mode 100644 index 000000000000..9b8d21ac157f --- /dev/null +++ b/x11-libs/libtinynotify/metadata.xml @@ -0,0 +1,17 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + + mgorny@gentoo.org + Michał Górny + + https://github.com/mgorny/libtinynotify/issues/ + mgorny/libtinynotify + + gentoo-staging + -- cgit v1.3.1