Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e4a48ec9e68ba2a62aa48f6d1a89b61005d79e7e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e4a48ec9e68ba2a62aa48f6d1a89b61005d79e7e)
  • Date: Sat, 24 May 2008 07:41:36 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 +++
dev/null |binary
xfce/xfce4-dict-plugin/BUILD | 1
xfce/xfce4-dict-plugin/DEPENDS | 2 -
xfce/xfce4-dict-plugin/DETAILS | 7 ++--
xfce/xfce4-dict-plugin/HISTORY | 3 ++
xfce/xfce4-dict-plugin/INSTALL | 1
xfce/xfce4-dict-plugin/PRE_BUILD | 1
xfce/xfce4-dict-plugin/TRIGGERS | 1
xfce/xfce4-dict-plugin/xfce4-dict-plugin-0.3.0.tar.gz.sig | 0
xfce/xfce4-dict/CONFLICTS | 1
xfce/xfce4-dict/DEPENDS | 1
xfce/xfce4-dict/DETAILS | 20
++++++++++++++
xfce/xfce4-dict/HISTORY | 2 +
xfce/xfce4-dict/xfce4-dict-0.4.0.tar.gz.sig |binary
15 files changed, 41 insertions(+), 4 deletions(-)

New commits:
commit e4a48ec9e68ba2a62aa48f6d1a89b61005d79e7e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfce4-dict-plugin: spell deprecated, replaced by xfce4-dict, which
contains this plugin besides standalone application

commit 607247f46d6443843929bf45e03dd6296f559bf6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfce4-dict: new spell, query a dictionary server with program/pp

diff --git a/ChangeLog b/ChangeLog
index 992adf6..1c1e2bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * xfce/xfce4-dict: new spell, query a dictionary server with
program/pp
+ * xfce/xfce4-dict-plugin: spell deprecated, replaced by xfce4-dict,
which
+ contains this plugin besides standalone application
+
2008-05-23 Arjan Bouter <abouter AT sourcemage.org>
* disk/mtpfs: New spell, fuse filesystem for mtp

diff --git a/xfce/xfce4-dict-plugin/BUILD b/xfce/xfce4-dict-plugin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-dict-plugin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-dict-plugin/DEPENDS b/xfce/xfce4-dict-plugin/DEPENDS
index cb293d3..76af1e4 100755
--- a/xfce/xfce4-dict-plugin/DEPENDS
+++ b/xfce/xfce4-dict-plugin/DEPENDS
@@ -1 +1 @@
-depends xfce4-panel
+depends xfce4-dict
diff --git a/xfce/xfce4-dict-plugin/DETAILS b/xfce/xfce4-dict-plugin/DETAILS
index 20c81e0..5ac4e2e 100755
--- a/xfce/xfce4-dict-plugin/DETAILS
+++ b/xfce/xfce4-dict-plugin/DETAILS
@@ -1,10 +1,11 @@
SPELL=xfce4-dict-plugin
VERSION=0.3.0
- SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
+# SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
WEB_SITE=http://goodies.xfce.org/
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
+# SOURCE_GPG=gurus.gpg:$SOURCE.sig
+ PATCHLEVEL=1
LICENSE[0]=BSD
ENTERED=20071203
KEYWORDS="xfce dictionary"
diff --git a/xfce/xfce4-dict-plugin/HISTORY b/xfce/xfce4-dict-plugin/HISTORY
index 587bccb..4b749e6 100644
--- a/xfce/xfce4-dict-plugin/HISTORY
+++ b/xfce/xfce4-dict-plugin/HISTORY
@@ -1,3 +1,6 @@
+2008-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, PRE_BUILD, INSTALL: spell deprecated, replaced by xfce4-dict
+
2008-03-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: Changed SOURCE_URL[0] extension
updated spell to 0.3.0
diff --git a/xfce/xfce4-dict-plugin/INSTALL b/xfce/xfce4-dict-plugin/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-dict-plugin/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-dict-plugin/PRE_BUILD
b/xfce/xfce4-dict-plugin/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/xfce/xfce4-dict-plugin/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/xfce/xfce4-dict-plugin/TRIGGERS b/xfce/xfce4-dict-plugin/TRIGGERS
new file mode 100755
index 0000000..1e74d70
--- /dev/null
+++ b/xfce/xfce4-dict-plugin/TRIGGERS
@@ -0,0 +1 @@
+on_cast xfce4-dict-plugin dispel_self
diff --git a/xfce/xfce4-dict-plugin/xfce4-dict-plugin-0.3.0.tar.gz.sig
b/xfce/xfce4-dict-plugin/xfce4-dict-plugin-0.3.0.tar.gz.sig
deleted file mode 100644
index 6307c1f..0000000
Binary files a/xfce/xfce4-dict-plugin/xfce4-dict-plugin-0.3.0.tar.gz.sig and
/dev/null differ
diff --git a/xfce/xfce4-dict/CONFLICTS b/xfce/xfce4-dict/CONFLICTS
new file mode 100755
index 0000000..a552302
--- /dev/null
+++ b/xfce/xfce4-dict/CONFLICTS
@@ -0,0 +1 @@
+conflicts xfce4-dict-plugin y
diff --git a/xfce/xfce4-dict/DEPENDS b/xfce/xfce4-dict/DEPENDS
new file mode 100755
index 0000000..cb293d3
--- /dev/null
+++ b/xfce/xfce4-dict/DEPENDS
@@ -0,0 +1 @@
+depends xfce4-panel
diff --git a/xfce/xfce4-dict/DETAILS b/xfce/xfce4-dict/DETAILS
new file mode 100755
index 0000000..babfb02
--- /dev/null
+++ b/xfce/xfce4-dict/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=xfce4-dict
+ VERSION=0.4.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://goodies.xfce.org/releases/$SPELL/$SOURCE
+ WEB_SITE=http://goodies.xfce.org/
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
+ LICENSE[0]=BSD
+ ENTERED=20080524
+ KEYWORDS="xfce dictionary"
+ SHORT="query a dictionary server with program/panel plugin"
+cat << EOF
+This program allows you to search different kinds of dictionary services for
+words or phrases and shows you the result. Currently you can query a Dict
+server (RFC 2229), any online dictionary service by opening a web browser or
+search for words using the aspell/ispell program.
+
+xfce4-dict contains a stand-alone application called “xfce4-dict” and a panel
+plugin for the Xfce panel.
+EOF
diff --git a/xfce/xfce4-dict/HISTORY b/xfce/xfce4-dict/HISTORY
new file mode 100644
index 0000000..8cb5d37
--- /dev/null
+++ b/xfce/xfce4-dict/HISTORY
@@ -0,0 +1,2 @@
+2008-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS, DETAILS, DEPENDS: created spell
diff --git a/xfce/xfce4-dict/xfce4-dict-0.4.0.tar.gz.sig
b/xfce/xfce4-dict/xfce4-dict-0.4.0.tar.gz.sig
new file mode 100644
index 0000000..8d29323
Binary files /dev/null and b/xfce/xfce4-dict/xfce4-dict-0.4.0.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e4a48ec9e68ba2a62aa48f6d1a89b61005d79e7e), Vlad Glagolev, 05/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page