Fix regression after evolution 2.28 update where feeds would not get
updated. Patch from upstream via Debian bugreport #551972
This commit is contained in:
parent
310da959d4
commit
9db4c72fab
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2009/11/07 08:32:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2009/11/18 14:42:24 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,10 +6,15 @@ COMMENT= RSS-reader plugin for GNOME
|
||||
|
||||
GNOME_PROJECT= evolution-rss
|
||||
GNOME_VERSION= 0.1.4
|
||||
PKGNAME= evolution-plugin-rss-${GNOME_VERSION}p1
|
||||
PKGNAME= evolution-plugin-rss-${GNOME_VERSION}p2
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
# Upstream patch so that RSS feeds are updated again.
|
||||
MASTER_SITES0= http://gnome.eu.org/patches/
|
||||
PATCHFILES= evolution-rss-${GNOME_VERSION}-recv-feeds.patch:0
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
EVO_VERSION= 2.28
|
||||
SUBST_VARS= EVO_VERSION
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
MD5 (evolution-rss-0.1.4-recv-feeds.patch) = 1WdrgAkreDVbNDNRy40TFQ==
|
||||
MD5 (evolution-rss-0.1.4.tar.gz) = 5t9q6R/kGILMtUIxso1+/Q==
|
||||
RMD160 (evolution-rss-0.1.4-recv-feeds.patch) = XptscucJdCMTbO163eCSfBJMlS8=
|
||||
RMD160 (evolution-rss-0.1.4.tar.gz) = r+70K+nktZPpjZwgVdqFfeuZ0K4=
|
||||
SHA1 (evolution-rss-0.1.4-recv-feeds.patch) = lAjAuh5xLKsDWdoaiDaHMsjuoSY=
|
||||
SHA1 (evolution-rss-0.1.4.tar.gz) = C+pW8gBEI8ZQbW/1USAu2iOthAw=
|
||||
SHA256 (evolution-rss-0.1.4-recv-feeds.patch) = dbphnDDZY5apMwYNJEeBXbF3m2lNBOYd3iYXvC5H1uU=
|
||||
SHA256 (evolution-rss-0.1.4.tar.gz) = 3WQOBXTKeO/q/MU7fpEklt0Bj0fGypPfjwUbAIBImhQ=
|
||||
SIZE (evolution-rss-0.1.4-recv-feeds.patch) = 874
|
||||
SIZE (evolution-rss-0.1.4.tar.gz) = 618558
|
||||
|
Loading…
Reference in New Issue
Block a user