diff options
author | jmmv <jmmv> | 2004-10-23 14:02:34 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-10-23 14:02:34 +0000 |
commit | 59adbd7b7d6ccd9a9163e08962618951c1cc9be2 (patch) | |
tree | d57c606498803c0375d4d951fd670e3d44e44d87 /www/liferea | |
parent | b2b9c4dd47be42131d189e04da7078a91d174385 (diff) | |
download | pkgsrc-59adbd7b7d6ccd9a9163e08962618951c1cc9be2.tar.gz |
Update to liferea-0.5.3nb2:
- Sort USE_* section alphabetically.
- Add explicit run dependency on glib2 (because of gmodule).
- Sort other dependencies alphabetically.
- Register liferea.schemas into the GConf2 database (and add them to the
PLIST!).
Diffstat (limited to 'www/liferea')
-rw-r--r-- | www/liferea/Makefile | 21 | ||||
-rw-r--r-- | www/liferea/PLIST | 4 |
2 files changed, 16 insertions, 9 deletions
diff --git a/www/liferea/Makefile b/www/liferea/Makefile index a944e414752..00e98b4527a 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:26 tv Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/23 14:02:34 jmmv Exp $ DISTNAME= liferea-0.5.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=liferea/} @@ -11,16 +11,21 @@ COMMENT= Simple FeedReader clone for reading RSS/RDF feeds GNU_CONFIGURE= yes USE_BUILDLINK3= yes -USE_LIBTOOL= yes -SHLIBTOOL_OVERRIDE= libtool -USE_GNU_TOOLS+= make -USE_X11= yes USE_DIRS+= xdg-1.1 +USE_GNU_TOOLS+= make +USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes +USE_X11= yes -.include "../../x11/gtk2/buildlink3.mk" -.include "../../devel/GConf2/buildlink3.mk" +SHLIBTOOL_OVERRIDE= libtool + +GCONF2_SCHEMAS= liferea.schemas + +.include "../../devel/GConf2/schemas.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../www/libgtkhtml/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/liferea/PLIST b/www/liferea/PLIST index 505fd3ae4fc..c76527e1272 100644 --- a/www/liferea/PLIST +++ b/www/liferea/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:57 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/10/23 14:02:34 jmmv Exp $ bin/liferea bin/liferea-bin lib/liferea/liblihtmlg.la man/man1/liferea.1 share/applications/liferea.desktop +share/gconf/schemas/liferea.schemas share/liferea/css/liferea.css share/liferea/pixmaps/available.png share/liferea/pixmaps/directory.png @@ -36,5 +37,6 @@ share/pixmaps/liferea.png @dirrm share/liferea/pixmaps @dirrm share/liferea/css @dirrm share/liferea +@comment in GConf2: @dirrm share/gconf/schemas @comment in xdg-dirs: @dirrm share/applications @dirrm lib/liferea |