summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2009-05-11 23:40:19 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2009-05-11 23:40:19 +0900
commit50acc2f080d312558b214b2e4b2610150486c6a4 (patch)
treefab073e2a973e42173c79f232d3ebdbdd075455f /x11-misc
parentapp-backup/nautilus-dropbox: Version bumped. (diff)
downloadmatsuu-50acc2f080d312558b214b2e4b2610150486c6a4.tar.gz
matsuu-50acc2f080d312558b214b2e4b2610150486c6a4.tar.bz2
matsuu-50acc2f080d312558b214b2e4b2610150486c6a4.zip
x11-misc/notify-osd: initial import.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/notify-osd/Manifest6
-rw-r--r--x11-misc/notify-osd/files/notify-osd-0.9.11-gentoo.patch12
-rw-r--r--x11-misc/notify-osd/files/notify-osd-0.9.12-gentoo.patch12
-rw-r--r--x11-misc/notify-osd/notify-osd-0.9.11.ebuild35
-rw-r--r--x11-misc/notify-osd/notify-osd-0.9.12.ebuild29
5 files changed, 94 insertions, 0 deletions
diff --git a/x11-misc/notify-osd/Manifest b/x11-misc/notify-osd/Manifest
new file mode 100644
index 0000000..2505d4e
--- /dev/null
+++ b/x11-misc/notify-osd/Manifest
@@ -0,0 +1,6 @@
+AUX notify-osd-0.9.11-gentoo.patch 475 RMD160 3970fa36294054d535cef489c19fc584e9362aa5 SHA1 89dcc94873990d10fdfad4c7aa65c414f0e87ac0 SHA256 c440652205f1b9e76110c4d0898a1f6260574d0dbdff968ad5276acb1f8c9ef9
+AUX notify-osd-0.9.12-gentoo.patch 475 RMD160 aa33ded46e48c4992b250550d49d0d6e8ff713cc SHA1 ac9fd31bd5a289edd5e8c1c70d8b763eb679bf69 SHA256 2fa903cd8a86210ed1ffb076268460a396a6a0bf70c8439639e7fd40c7367a64
+DIST notify-osd-0.9.11.tar.gz 503932 RMD160 42e64584e5ebf87d3527304de9d409f73e2046d8 SHA1 3c9dfaa136065016fa6333d5ed268450fa2e7eea SHA256 6e66402673626de4178a745e95cdf955847828ba20512046f560deb9f9ef7cae
+DIST notify-osd-0.9.12.tar.gz 504492 RMD160 e15487d4ef0b549b8b057ef6fa61e26cf475cbc0 SHA1 ea361a3402fbf490b53bc4546cfd998b103475ae SHA256 2246fb299fa3721509c3cabe0790324ad483228cfbc2ca20dae92ff60fa4af76
+EBUILD notify-osd-0.9.11.ebuild 755 RMD160 1814aabfb8d41c0d54f48b2de865fe704a8f9fd4 SHA1 b7ff46dfe7b5e45b9f4b494dc2b4199616012cc8 SHA256 3cf2e51475ee146108c42504f3c2d3a16ace874380d8daf641328ecd7bf7a528
+EBUILD notify-osd-0.9.12.ebuild 718 RMD160 642660f6e82676c44484afce88baea45c78a8a40 SHA1 8ff434b46f7adcb902fffdfa62bdfcd10a46d089 SHA256 428e4d0708801b8e62734dad1c99e06f9e9921946eba3c6adc4cf35b184ec7dd
diff --git a/x11-misc/notify-osd/files/notify-osd-0.9.11-gentoo.patch b/x11-misc/notify-osd/files/notify-osd-0.9.11-gentoo.patch
new file mode 100644
index 0000000..92d46eb
--- /dev/null
+++ b/x11-misc/notify-osd/files/notify-osd-0.9.11-gentoo.patch
@@ -0,0 +1,12 @@
+diff -Naur notify-osd-0.9.12.orig/src/dnd.c notify-osd-0.9.12/src/dnd.c
+--- notify-osd-0.9.12.orig/src/dnd.c 2009-04-16 22:16:29.000000000 +0900
++++ notify-osd-0.9.12/src/dnd.c 2009-04-29 01:36:07.000000000 +0900
+@@ -72,7 +72,7 @@
+ XA_SCREENSAVER_STATUS,
+ 0, 999, False, XA_INTEGER,
+ &type, &format, &nitems, &bytesafter,
+- (unsigned char **) &data);
++ (unsigned char **) (void *) &data);
+ gdk_flush ();
+ gdk_error_trap_pop ();
+
diff --git a/x11-misc/notify-osd/files/notify-osd-0.9.12-gentoo.patch b/x11-misc/notify-osd/files/notify-osd-0.9.12-gentoo.patch
new file mode 100644
index 0000000..c7eb799
--- /dev/null
+++ b/x11-misc/notify-osd/files/notify-osd-0.9.12-gentoo.patch
@@ -0,0 +1,12 @@
+diff -Naur notify-osd-0.9.12.orig/src/dnd.c notify-osd-0.9.12/src/dnd.c
+--- notify-osd-0.9.12.orig/src/dnd.c 2009-04-16 22:16:29.000000000 +0900
++++ notify-osd-0.9.12/src/dnd.c 2009-04-28 16:48:53.000000000 +0900
+@@ -72,7 +72,7 @@
+ XA_SCREENSAVER_STATUS,
+ 0, 999, False, XA_INTEGER,
+ &type, &format, &nitems, &bytesafter,
+- (unsigned char **) &data);
++ (unsigned char **) (void *) &data);
+ gdk_flush ();
+ gdk_error_trap_pop ();
+
diff --git a/x11-misc/notify-osd/notify-osd-0.9.11.ebuild b/x11-misc/notify-osd/notify-osd-0.9.11.ebuild
new file mode 100644
index 0000000..44df474
--- /dev/null
+++ b/x11-misc/notify-osd/notify-osd-0.9.11.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="Canonical's on-screen-display notification agent"
+HOMEPAGE="https://launchpad.net/notify-osd"
+SRC_URI="http://launchpad.net/notify-osd/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=dev-libs/dbus-glib-0.76
+ >=gnome-base/gconf-2
+ >=x11-libs/gtk+-2.6
+ x11-libs/libwnck
+ !x11-misc/notification-daemon"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-gentoo.patch"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}
diff --git a/x11-misc/notify-osd/notify-osd-0.9.12.ebuild b/x11-misc/notify-osd/notify-osd-0.9.12.ebuild
new file mode 100644
index 0000000..bd1f10a
--- /dev/null
+++ b/x11-misc/notify-osd/notify-osd-0.9.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Canonical's on-screen-display notification agent"
+HOMEPAGE="https://launchpad.net/notify-osd"
+SRC_URI="http://launchpad.net/notify-osd/${PV}/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=dev-libs/dbus-glib-0.76
+ >=gnome-base/gconf-2
+ >=x11-libs/gtk+-2.6
+ x11-libs/libwnck
+ !x11-misc/notification-daemon
+ !x11-misc/notification-daemon-xfce
+ !x11-misc/xfce4-notifyd"
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}