summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnews/straw/BUILD1
-rwxr-xr-xnews/straw/DEPENDS2
-rwxr-xr-xnews/straw/DETAILS12
-rw-r--r--news/straw/HISTORY9
-rw-r--r--news/straw/segfault-fix.patch10
-rw-r--r--news/straw/straw-0.26.tar.bz2.sigbin0 -> 536 bytes
6 files changed, 18 insertions, 16 deletions
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 <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-03-06 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * 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 <v.merkatz@gmx.net>
* 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
--- /dev/null
+++ b/news/straw/straw-0.26.tar.bz2.sig
Binary files differ