[Pkg-xfce-commits] r2557 - in goodies: . xfce4-notifyd xfce4-notifyd/debian

sargentd-guest at alioth.debian.org sargentd-guest at alioth.debian.org
Tue Nov 25 15:59:15 UTC 2008


Author: sargentd-guest
Date: 2008-11-25 15:59:15 +0000 (Tue, 25 Nov 2008)
New Revision: 2557

Added:
   goodies/xfce4-notifyd/
   goodies/xfce4-notifyd/debian/
   goodies/xfce4-notifyd/debian/changelog
   goodies/xfce4-notifyd/debian/compat
   goodies/xfce4-notifyd/debian/control
   goodies/xfce4-notifyd/debian/copyright
   goodies/xfce4-notifyd/debian/docs
   goodies/xfce4-notifyd/debian/rules
   goodies/xfce4-notifyd/debian/watch
   goodies/xfce4-notifyd/debian/xfce4-notifyd-config.1
   goodies/xfce4-notifyd/debian/xfce4-notifyd.manpages
Log:
inject xfce4-notifyd (0.1.0-1)



Property changes on: goodies/xfce4-notifyd/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: goodies/xfce4-notifyd/debian/changelog
===================================================================
--- goodies/xfce4-notifyd/debian/changelog	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/changelog	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1,5 @@
+xfce4-notifyd (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #506864)
+
+ -- Evgeni Golov <sargentd at die-welt.net>  Tue, 25 Nov 2008 11:39:22 +0100

Added: goodies/xfce4-notifyd/debian/compat
===================================================================
--- goodies/xfce4-notifyd/debian/compat	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/compat	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1 @@
+7

Added: goodies/xfce4-notifyd/debian/control
===================================================================
--- goodies/xfce4-notifyd/debian/control	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/control	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1,28 @@
+Source: xfce4-notifyd
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Evgeni Golov <sargentd at die-welt.net>
+Build-Depends: debhelper (>= 7), intltool,
+ libxfcegui4-dev (>= 4.5.90), libxfce4util-dev (>= 4.4.0),
+ libdbus-1-dev, libdbus-glib-1-dev, libglade2-dev, libsexy-dev,
+ exo-utils
+Standards-Version: 3.8.0
+Homepage: http://spuriousinterrupt.org/projects/xfce4-notifyd
+Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-notifyd/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-notifyd/
+
+
+Package: xfce4-notifyd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: notification-daemon, notification-daemon-xfce
+Provides: notification-daemon
+Description: simple, visually-appealing notification daemon for Xfce
+ Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce
+ that implements the Freedesktop.org Desktop Notifications Specification.
+ .
+ Features:
+  * Themable using the GTK+ theming mechanism
+  * Visually appealing: rounded corners, shaped windows
+  * Supports transparency and fade effects

Added: goodies/xfce4-notifyd/debian/copyright
===================================================================
--- goodies/xfce4-notifyd/debian/copyright	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/copyright	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1,19 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=402
+Upstream-Name: Xfce4-notifyd
+Upstream-Maintainer: Brian Tarricone <bjt23 at cornell.edu>
+Upstream-Source: http://spuriousinterrupt.org/files/xfce4-notifyd/
+
+Files: *
+Copyright: © 2008 Brian Tarricone <bjt23 at cornell.edu>
+License: GPL-2
+
+Files: debian/*
+Copyright: © 2008 Evgeni Golov <sargentd at die-welt.net>
+License: GPL-2
+
+License: GPL-2
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in
+ `/usr/share/common-licenses/GPL-2'.
+

Added: goodies/xfce4-notifyd/debian/docs
===================================================================
--- goodies/xfce4-notifyd/debian/docs	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/docs	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO

Added: goodies/xfce4-notifyd/debian/rules
===================================================================
--- goodies/xfce4-notifyd/debian/rules	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/rules	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build --before configure
+	dh_auto_configure -- --enable-maintainer-mode LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
+	dh build --after configure
+	touch $@
+
+clean:
+	dh clean
+
+install: build install-stamp
+install-stamp:
+	dh install
+	touch $@
+
+binary-arch: install
+	dh binary-arch
+
+binary-indep: install
+	dh binary-indep
+
+binary: binary-arch binary-indep


Property changes on: goodies/xfce4-notifyd/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: goodies/xfce4-notifyd/debian/watch
===================================================================
--- goodies/xfce4-notifyd/debian/watch	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/watch	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1,2 @@
+version=3
+http://spuriousinterrupt.org/files/xfce4-notifyd/xfce4-notifyd-(.*)\.tar\.bz2

Added: goodies/xfce4-notifyd/debian/xfce4-notifyd-config.1
===================================================================
--- goodies/xfce4-notifyd/debian/xfce4-notifyd-config.1	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/xfce4-notifyd-config.1	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1,25 @@
+.TH XFCE4-NOTIFYD-CONFIG "1" "November 2008" "xfce4-notifyd-config 0.1.0"
+.SH NAME
+xfce4-notifyd-config \- configuration GUI for xfce4-notifyd
+.SH SYNOPSIS
+.TP
+\fBxfce4\-notifyd\-config\fR [\fB\-?\fR] [\fB\-V\fR] [\fB\-s\fR \fISOCKET_ID\fR] [\fB\-\-display\fR=\fIDISPLAY\fR]
+.SH DESCRIPTION
+\fBxfce4\-notifyd\-config\fR will launch the configuration GUI for xfce4-notifyd.
+.SH OPTIONS
+.TP
+\fB\-?\fR, \fB\-\-help\fR
+Show help
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Display version information
+.TP
+\fB\-s\fR, \fB\-\-socket\-id\fR=\fISOCKET_ID\fR
+Settings manager socket
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use
+.SH AUTHORS
+\fBxfce4-notifyd-config\fR was written by Brian Tarricone <bjt23 at cornell.edu>.
+.br
+This manual page was written by Evgeni Golov <sargentd at die-welt.net> for the Debian Project but may be used by everyone under the terms of GPL-2+.

Added: goodies/xfce4-notifyd/debian/xfce4-notifyd.manpages
===================================================================
--- goodies/xfce4-notifyd/debian/xfce4-notifyd.manpages	                        (rev 0)
+++ goodies/xfce4-notifyd/debian/xfce4-notifyd.manpages	2008-11-25 15:59:15 UTC (rev 2557)
@@ -0,0 +1 @@
+debian/xfce4-notifyd-config.1




More information about the Pkg-xfce-commits mailing list