[Pkg-xfce-commits] r428 - goodies goodies/xfce4-smartbookmark-plugin
goodies/xfce4-smartbookmark-plugin/debian scripts
Emanuele Rocca
ema at costa.debian.org
Tue Jan 3 20:41:32 UTC 2006
Author: ema
Date: 2006-01-03 20:41:31 +0000 (Tue, 03 Jan 2006)
New Revision: 428
Added:
goodies/xfce4-smartbookmark-plugin/
goodies/xfce4-smartbookmark-plugin/debian/
goodies/xfce4-smartbookmark-plugin/debian/changelog
goodies/xfce4-smartbookmark-plugin/debian/compat
goodies/xfce4-smartbookmark-plugin/debian/control
goodies/xfce4-smartbookmark-plugin/debian/copyright
goodies/xfce4-smartbookmark-plugin/debian/dirs
goodies/xfce4-smartbookmark-plugin/debian/docs
goodies/xfce4-smartbookmark-plugin/debian/rules
goodies/xfce4-smartbookmark-plugin/debian/watch
goodies/xfce4-smartbookmark-plugin/debian/xfce4-smartbookmark-plugin.install
Modified:
scripts/goodies-sources.txt
Log:
-smartbookmark-plugin initial commit
Property changes on: goodies/xfce4-smartbookmark-plugin
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Property changes on: goodies/xfce4-smartbookmark-plugin/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: goodies/xfce4-smartbookmark-plugin/debian/changelog
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/changelog 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/changelog 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1,5 @@
+xfce4-smartbookmark-plugin (0.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Emanuele Rocca <ema at debian.org> Tue, 03 Jan 2006 21:26:24 +0100
Added: goodies/xfce4-smartbookmark-plugin/debian/compat
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/compat 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/compat 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1 @@
+4
Added: goodies/xfce4-smartbookmark-plugin/debian/control
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/control 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/control 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1,20 @@
+Source: xfce4-smartbookmark-plugin
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>, Stefan Ott <stefan at desire.ch>
+Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev (>= 4.2.2), libxml2-dev
+Standards-Version: 3.6.2
+
+Package: xfce4-smartbookmark-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, xfce4-panel (>= 4.2.2)
+Description: search the web via the Xfce4 panel
+ This plugin adds a text field to the Xfce panel, allowing the user to search
+ the web.
+ .
+ The the URL to GET the keyword to and the text field size, are configurable
+ options.
+ .
+ This plugin is based on the smart bookmark concept:
+ http://en.wikipedia.org/wiki/Smart_Bookmark
Added: goodies/xfce4-smartbookmark-plugin/debian/copyright
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/copyright 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/copyright 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1,12 @@
+This package was debianized by Emanuele Rocca <ema at debian.org> on
+Tue, 03 Jan 2006 21:32:06 +0100
+
+It was downloaded from <http://people.debian.org/~ema/>
+
+Upstream Author:
+ Emanuele Rocca <ema at debian.org>
+
+Copyright:
+This software is released under the terms of the BSD license.
+On Debian systems, the complete text of the BSD License
+can be found in the file /usr/share/common-licenses/BSD
Added: goodies/xfce4-smartbookmark-plugin/debian/dirs
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/dirs 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/dirs 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1 @@
+usr/lib/xfce4/panel-plugins
Added: goodies/xfce4-smartbookmark-plugin/debian/docs
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/docs 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/docs 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1 @@
+README
Added: goodies/xfce4-smartbookmark-plugin/debian/rules
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/rules 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/rules 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+#include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile-vars.mk
+
+DEB_MAKE_INVOKE := $(DEB_MAKE_ENVVARS) \
+ make -C $(DEB_BUILDDIR)
+
+include /usr/share/cdbs/1/class/makefile.mk
+
+binary-post-install/xfce4-smartbookmark-plugin::
+ -rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
+ -rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la
Property changes on: goodies/xfce4-smartbookmark-plugin/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: goodies/xfce4-smartbookmark-plugin/debian/watch
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/watch 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/watch 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1,6 @@
+# watch control file for uscan
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://people.debian.org/~ema/ xfce4-smartbookmark-(.*).tar.gz
Added: goodies/xfce4-smartbookmark-plugin/debian/xfce4-smartbookmark-plugin.install
===================================================================
--- goodies/xfce4-smartbookmark-plugin/debian/xfce4-smartbookmark-plugin.install 2006-01-03 19:39:12 UTC (rev 427)
+++ goodies/xfce4-smartbookmark-plugin/debian/xfce4-smartbookmark-plugin.install 2006-01-03 20:41:31 UTC (rev 428)
@@ -0,0 +1 @@
+libsmartbookmark.so /usr/lib/xfce4/panel-plugins
Modified: scripts/goodies-sources.txt
===================================================================
--- scripts/goodies-sources.txt 2006-01-03 19:39:12 UTC (rev 427)
+++ scripts/goodies-sources.txt 2006-01-03 20:41:31 UTC (rev 428)
@@ -27,3 +27,4 @@
xfce4-quicklauncher-plugin http://download.berlios.de/xfce-goodies/xfce4-quicklauncher-plugin-0.81.tar.gz
xfce4-dev-tools http://foo-projects.org/~benny/files/xfce4-dev-tools/4.3/xfce4-dev-tools-4.3.0.tar.gz
xfce4-taskmanager http://download.berlios.de/xfce-goodies/xfce4-taskmanager-0.3.1.tar.gz
+xfce4-smartbookmark-plugin http://people.debian.org/~ema/xfce4-smartbookmark-plugin-0.1.tar.gz
More information about the Pkg-xfce-commits
mailing list