pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/liferea Update to liferea-0.5.3nb2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e93661978dd6
branches:  trunk
changeset: 482268:e93661978dd6
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Oct 23 14:02:34 2004 +0000

description:
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:

 www/liferea/Makefile |  21 +++++++++++++--------
 www/liferea/PLIST    |   4 +++-
 2 files changed, 16 insertions(+), 9 deletions(-)

diffs (63 lines):

diff -r d14eb16a455c -r e93661978dd6 www/liferea/Makefile
--- a/www/liferea/Makefile      Sat Oct 23 13:55:39 2004 +0000
+++ b/www/liferea/Makefile      Sat Oct 23 14:02:34 2004 +0000
@@ -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 @@
 
 GNU_CONFIGURE=         yes
 USE_BUILDLINK3=                yes
+USE_DIRS+=             xdg-1.1
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           yes
-SHLIBTOOL_OVERRIDE=    libtool
-USE_GNU_TOOLS+=                make
+USE_PKGLOCALEDIR=      yes
 USE_X11=               yes
-USE_DIRS+=             xdg-1.1
-USE_PKGLOCALEDIR=      yes
+
+SHLIBTOOL_OVERRIDE=    libtool
 
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../devel/GConf2/buildlink3.mk"
+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 -r d14eb16a455c -r e93661978dd6 www/liferea/PLIST
--- a/www/liferea/PLIST Sat Oct 23 13:55:39 2004 +0000
+++ b/www/liferea/PLIST Sat Oct 23 14:02:34 2004 +0000
@@ -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 @@
 @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



Home | Main Index | Thread Index | Old Index