diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /x11-libs/libtinynotify | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'x11-libs/libtinynotify')
| -rw-r--r-- | x11-libs/libtinynotify/Manifest | 1 | ||||
| -rw-r--r-- | x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 35 | ||||
| -rw-r--r-- | x11-libs/libtinynotify/libtinynotify-9999.ebuild | 42 | ||||
| -rw-r--r-- | x11-libs/libtinynotify/metadata.xml | 17 |
4 files changed, 95 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <bugs-to>https://github.com/mgorny/libtinynotify/issues/</bugs-to> + <remote-id type="github">mgorny/libtinynotify</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
