0a8d6d43d3
This is a bugfix release that tries to fix three issues: - The reappearing of already downloaded items (caused by an incorrect cache handling) - The continuous growth of the sqlite DB file (caused by comments not being removed along with their parent items). - The general performance problem with search folders.
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.64 2008/01/06 15:53:43 drochner Exp $
|
|
|
|
DISTNAME= liferea-1.4.10
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://liferea.sourceforge.net/
|
|
COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
GCONF_SCHEMAS= liferea.schemas
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../www/libgtkhtml/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|