From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- x11-misc/notification-daemon/Manifest | 4 ++ .../notification-daemon-0.5.0-libnotify-0.7.patch | 28 ++++++++++++ .../notification-daemon-0.5.0-underlinking.patch | 12 +++++ x11-misc/notification-daemon/metadata.xml | 5 +++ .../notification-daemon-0.5.0.ebuild | 51 ++++++++++++++++++++++ .../notification-daemon-0.7.6.ebuild | 42 ++++++++++++++++++ .../notification-daemon-3.14.1.ebuild | 46 +++++++++++++++++++ .../notification-daemon-3.16.1.ebuild | 46 +++++++++++++++++++ 8 files changed, 234 insertions(+) create mode 100644 x11-misc/notification-daemon/Manifest create mode 100644 x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch create mode 100644 x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch create mode 100644 x11-misc/notification-daemon/metadata.xml create mode 100644 x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild create mode 100644 x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild create mode 100644 x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild create mode 100644 x11-misc/notification-daemon/notification-daemon-3.16.1.ebuild (limited to 'x11-misc/notification-daemon') diff --git a/x11-misc/notification-daemon/Manifest b/x11-misc/notification-daemon/Manifest new file mode 100644 index 000000000000..2b5d6d82d7a9 --- /dev/null +++ b/x11-misc/notification-daemon/Manifest @@ -0,0 +1,4 @@ +DIST notification-daemon-0.5.0.tar.bz2 330034 SHA256 aa1d3546fd1d5c51087317f4921c419927b644c12c39b557c959c9b45deb1475 SHA512 abdc86732afebbbe819db779924b82642fee7d29c005564dc890918849e2af11dbff5ba36e1d089c35318236e5950ac69df7e379fc48e7d696d27facce203b5a WHIRLPOOL e49419b4d09b3e4cd0baf0887c628f7d16edefad62de8e73939d7df948a8c24ddbae66c9ac6da9c9eba94b4783e07aafdfcc92de37fed231c44900afac4d564a +DIST notification-daemon-0.7.6.tar.xz 279488 SHA256 64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3 SHA512 b781eef6b0a0208726c669083f024047651e2cf4ab79275076b6c36d2c6b551349a085618828bf4d8c013367be3c88c660d3231c8a6c6ce37cb6c6b0e436ed44 WHIRLPOOL 7f8e1ab298df8e945511eb438afae0943cc9da193c6a5cd0c36ed0a0bcf15c5553e8ff1b918c9a3c23cc534ff747a8a2e370e48a46f408b39abbdb0a1af85897 +DIST notification-daemon-3.14.1.tar.xz 280344 SHA256 3cd9af77708fb1ab95ed6c8c66095c5c99a19e84eadc6ba607ef07973e262b80 SHA512 977d028206d6a2005d346f697af5790b404f56399c451774037db25e37724f0cfbd558ae413c9ada40d2d7f399c1911392b19194e8fd093de74f65a6783ccc05 WHIRLPOOL 6c4161a75cdf4db1c99ebc8ede36c4229de1a491a3d5aefab41279b934a95c73dca1799848bd62c63aea31c282d56afeced73f7c51ee36821b642d3490cf08cc +DIST notification-daemon-3.16.1.tar.xz 280404 SHA256 256b322f5d18d438c3f1b0d1d10b6b1fbcff80f82f785e3fc69680e4e498fd81 SHA512 02971b68c5f16d5cf7760915040ac6336a540cda4fd85766e4597a9df3fc4971d7f12f8023a84e55c5cc90c79ea5c685b440411854d2113a719474347c8c4979 WHIRLPOOL 21f06857caf115cd4d53de14e9531a09ade102d378c1a80ba779f4c4cf7b392ae31c50cf7c148aa21800e882a3cd4bd10ba64ae197fd56e560ce050d2875d307 diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch b/x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch new file mode 100644 index 000000000000..63765ee79e69 --- /dev/null +++ b/x11-misc/notification-daemon/files/notification-daemon-0.5.0-libnotify-0.7.patch @@ -0,0 +1,28 @@ +--- src/capplet/notification-properties.c ++++ src/capplet/notification-properties.c +@@ -27,6 +27,10 @@ + #include + #include + ++#ifndef NOTIFY_CHECK_VERSION ++#define NOTIFY_CHECK_VERSION(x,y,z) 0 ++#endif ++ + #include "stack.h" + + #define GCONF_KEY_DAEMON "/apps/notification-daemon" +@@ -402,8 +406,12 @@ + + dialog->preview = notify_notification_new (_("Notification Test"), + _("Just a test"), +- "gnome-util", +- NULL); ++ "gnome-util" ++#if NOTIFY_CHECK_VERSION (0, 7, 0) ++ ); ++#else ++ , NULL); ++#endif + + if (!notify_notification_show (dialog->preview, &error)) { + char *message; diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch b/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch new file mode 100644 index 000000000000..306ffd9cf991 --- /dev/null +++ b/x11-misc/notification-daemon/files/notification-daemon-0.5.0-underlinking.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/468522 + +--- configure.ac ++++ configure.ac +@@ -98,6 +98,7 @@ + dbus-1 >= $REQ_DBUS_VERSION, \ + dbus-glib-1 >= $REQ_DBUS_VERSION, \ + libcanberra-gtk >= $REQ_LIBCANBERRA_GTK_VERSION, \ ++ gmodule-2.0, \ + gconf-2.0, \ + libwnck-1.0 \ + x11 \ diff --git a/x11-misc/notification-daemon/metadata.xml b/x11-misc/notification-daemon/metadata.xml new file mode 100644 index 000000000000..854288052d19 --- /dev/null +++ b/x11-misc/notification-daemon/metadata.xml @@ -0,0 +1,5 @@ + + + + freedesktop + diff --git a/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild b/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild new file mode 100644 index 000000000000..2684b589c7f0 --- /dev/null +++ b/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG=no +GNOME2_LA_PUNT=yes +GNOME_TARBALL_SUFFIX=bz2 + +inherit autotools eutils gnome2 + +DESCRIPTION="Notification daemon" +HOMEPAGE="http://git.gnome.org/browse/notification-daemon/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/gtk+-2.18:2 + >=gnome-base/gconf-2 + >=dev-libs/dbus-glib-0.100 + >=sys-apps/dbus-1 + >=media-libs/libcanberra-0.4[gtk] + x11-libs/libnotify + x11-libs/libwnck:1 + x11-libs/libX11 + !x11-misc/notify-osd + !x11-misc/qtnotifydaemon" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.50 + gnome-base/gnome-common + >=sys-devel/gettext-0.18 + virtual/pkgconfig" + +DOCS="AUTHORS ChangeLog NEWS" + +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-libnotify-0.7.patch \ + "${FILESDIR}"/${P}-underlinking.patch + + eautoreconf + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure --disable-static +} diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild new file mode 100644 index 000000000000..cd714505ab4b --- /dev/null +++ b/x11-misc/notification-daemon/notification-daemon-0.7.6.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit gnome.org + +DESCRIPTION="Notification daemon" +HOMEPAGE="http://git.gnome.org/browse/notification-daemon/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.28 + x11-libs/gtk+:3 + sys-apps/dbus + media-libs/libcanberra[gtk3] + >=x11-libs/libnotify-0.7 + x11-libs/libX11 + !x11-misc/notify-osd + !x11-misc/qtnotifydaemon" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog NEWS ) + +src_install() { + default + + cat <<-EOF > "${T}"/org.freedesktop.Notifications.service + [D-BUS Service] + Name=org.freedesktop.Notifications + Exec=/usr/libexec/notification-daemon + EOF + + insinto /usr/share/dbus-1/services + doins "${T}"/org.freedesktop.Notifications.service +} diff --git a/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild b/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild new file mode 100644 index 000000000000..0596320d2a7b --- /dev/null +++ b/x11-misc/notification-daemon/notification-daemon-3.14.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit gnome.org + +DESCRIPTION="Notification daemon" +HOMEPAGE="http://git.gnome.org/browse/notification-daemon/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.28 + >=x11-libs/gtk+-3.8:3 + sys-apps/dbus + media-libs/libcanberra[gtk3] + >=x11-libs/libnotify-0.7 + x11-libs/libX11 + !x11-misc/notify-osd + !x11-misc/qtnotifydaemon +" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +DOCS=( AUTHORS ChangeLog NEWS ) + +src_install() { + default + + cat <<-EOF > "${T}"/org.freedesktop.Notifications.service + [D-BUS Service] + Name=org.freedesktop.Notifications + Exec=/usr/libexec/notification-daemon + EOF + + insinto /usr/share/dbus-1/services + doins "${T}"/org.freedesktop.Notifications.service +} diff --git a/x11-misc/notification-daemon/notification-daemon-3.16.1.ebuild b/x11-misc/notification-daemon/notification-daemon-3.16.1.ebuild new file mode 100644 index 000000000000..2e2183905b4b --- /dev/null +++ b/x11-misc/notification-daemon/notification-daemon-3.16.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit gnome.org + +DESCRIPTION="Notification daemon" +HOMEPAGE="http://git.gnome.org/browse/notification-daemon/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.28 + >=x11-libs/gtk+-3.15.2:3 + sys-apps/dbus + media-libs/libcanberra[gtk3] + >=x11-libs/libnotify-0.7 + x11-libs/libX11 + !x11-misc/notify-osd + !x11-misc/qtnotifydaemon +" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +DOCS=( AUTHORS ChangeLog NEWS ) + +src_install() { + default + + cat <<-EOF > "${T}"/org.freedesktop.Notifications.service + [D-BUS Service] + Name=org.freedesktop.Notifications + Exec=/usr/libexec/notification-daemon + EOF + + insinto /usr/share/dbus-1/services + doins "${T}"/org.freedesktop.Notifications.service +} -- cgit v1.2.3-65-gdbad