From 23541debdceee605cbf83a1a5f717a5bd982ec1d Mon Sep 17 00:00:00 2001 From: Jeremy Blosser Date: Mon, 24 Apr 2006 21:37:41 -0500 Subject: sync news/straw from test --- news/straw/BUILD | 1 - news/straw/DEPENDS | 2 ++ news/straw/DETAILS | 12 +++++++----- news/straw/HISTORY | 9 +++++++++ news/straw/segfault-fix.patch | 10 ---------- news/straw/straw-0.26.tar.bz2.sig | Bin 0 -> 536 bytes 6 files changed, 18 insertions(+), 16 deletions(-) delete mode 100644 news/straw/segfault-fix.patch create mode 100644 news/straw/straw-0.26.tar.bz2.sig (limited to 'news/straw') diff --git a/news/straw/BUILD b/news/straw/BUILD index 47720c506a..3d7f60b8da 100755 --- a/news/straw/BUILD +++ b/news/straw/BUILD @@ -1,2 +1 @@ -patch -p0 < $SCRIPT_DIRECTORY/segfault-fix.patch && python setup.py build diff --git a/news/straw/DEPENDS b/news/straw/DEPENDS index 2939edec18..738bf4d162 100755 --- a/news/straw/DEPENDS +++ b/news/straw/DEPENDS @@ -4,6 +4,8 @@ depends pygtk2 && depends gnome-python2 && depends gnome-python-extras && sub_depends gnome-python-extras GTKHTML2 && +depends dbus && +sub_depends dbus PYTHON && optional_depends adns-python \ "" \ diff --git a/news/straw/DETAILS b/news/straw/DETAILS index c10e62af9b..117283327d 100755 --- a/news/straw/DETAILS +++ b/news/straw/DETAILS @@ -1,14 +1,16 @@ SPELL=straw - VERSION=0.25.1 - SOURCE=$SPELL-$VERSION.tar.gz + VERSION=0.26 + BRANCH=${VERSION/%.?/} + SOURCE=$SPELL-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION - SOURCE_URL[0]=http://savannah.nongnu.org/download/$SPELL/$SOURCE - SOURCE_HASH=sha512:340836678a00759e9105be6e15398f99dc84b4ee346642436ed5789e942b3cf95da93e01969662cb35fb0b16113d6a39268587b53a264bae75455a826b2b6a0a - WEB_SITE=http://www.nongnu.org/straw/ + SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE + SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME + WEB_SITE=http://www.gnome.org/projects/straw/ ENTERED=20021111 UPDATED=20040920 LICENSE[0]=GPL BUILD_API=2 + KEYWORDS="news gnome" SHORT="Straw is a desktop news aggregator for the GNOME environment." cat << EOF Straw is a desktop news aggregator for the GNOME environment. Its aim is to be diff --git a/news/straw/HISTORY b/news/straw/HISTORY index bb99d7e0e4..46b1006ab6 100644 --- a/news/straw/HISTORY +++ b/news/straw/HISTORY @@ -1,3 +1,12 @@ +2006-03-12 Karsten Behrmann + * DETAILS: (automated) Add KEYWORDS + +2006-03-06 Arwed v. Merkatz + * DETAILS: updated to 0.26, update website and source_url to + the gnome site + * BUILD, segfault-fix.patch: removed patch + * DEPENDS: added dependency on dbus and sub_depends on dbus PYTHON + 2006-02-19 Arwed v. Merkatz * DEPENDS: added pygtk2 and gnome-python2 as those are used directly, added sub_depends on gnome-python-extras with GTKHTML2 bindings diff --git a/news/straw/segfault-fix.patch b/news/straw/segfault-fix.patch deleted file mode 100644 index 0e2701b04a..0000000000 --- a/news/straw/segfault-fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/lib/MainWindow.py~ 2004-07-15 21:15:58.000000000 +0200 -+++ src/lib/MainWindow.py 2004-09-20 13:34:12.640905230 +0200 -@@ -48,6 +48,7 @@ - # bottom part of the document. - self._htmlview.set_property('can-focus', True) - -+ gtkhtml2.gtk_html_context_get() - self._document = gtkhtml2.Document() - self._document.clear() - diff --git a/news/straw/straw-0.26.tar.bz2.sig b/news/straw/straw-0.26.tar.bz2.sig new file mode 100644 index 0000000000..60d4febc21 Binary files /dev/null and b/news/straw/straw-0.26.tar.bz2.sig differ -- cgit v1.2.3