pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/e16menuedit2 Fix build and PLIST. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23c90314781d
branches:  trunk
changeset: 555734:23c90314781d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 07 17:45:20 2009 +0000

description:
Fix build and PLIST. Bump revision.

diffstat:

 wm/e16menuedit2/Makefile         |  13 +++----------
 wm/e16menuedit2/PLIST            |   3 ++-
 wm/e16menuedit2/distinfo         |   3 ++-
 wm/e16menuedit2/patches/patch-ab |  20 ++++++++++++++++++++
 4 files changed, 27 insertions(+), 12 deletions(-)

diffs (85 lines):

diff -r a4840a466027 -r 23c90314781d wm/e16menuedit2/Makefile
--- a/wm/e16menuedit2/Makefile  Sat Mar 07 17:27:03 2009 +0000
+++ b/wm/e16menuedit2/Makefile  Sat Mar 07 17:45:20 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2009/02/14 19:10:42 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2009/03/07 17:45:20 joerg Exp $
 #
 
 DISTNAME=              e16menuedit2-0.0.3
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            wm x11
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
 
@@ -17,16 +17,9 @@
 BROKEN_GETTEXT_DETECTION=      yes
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            automake intltool msgfmt pkg-config
+USE_TOOLS+=            intltool msgfmt pkg-config
 USE_DIRS+=             gnome2-1.5
 USE_PKGLOCALEDIR=      yes
-MAKE_ENV+=             CATALOGS="de.gmo en.gmo ko.gmo tr.gmo"
-
-BUILD_DEPENDS+=                gettext-m4>=0.14.6:../../devel/gettext-m4
-
-pre-configure:
-       set -e; cd ${WRKSRC:Q}; \
-       aclocal; autoheader; automake -a --foreign -i; autoconf
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libglade/buildlink3.mk"
diff -r a4840a466027 -r 23c90314781d wm/e16menuedit2/PLIST
--- a/wm/e16menuedit2/PLIST     Sat Mar 07 17:27:03 2009 +0000
+++ b/wm/e16menuedit2/PLIST     Sat Mar 07 17:45:20 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:36 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/03/07 17:45:20 joerg Exp $
 bin/e16menuedit2
 share/${PKGNAME}/glade/e16menuedit2.glade
 share/gnome/help/${PKGNAME}/C/e16menuedit2.html
@@ -10,6 +10,7 @@
 share/gnome/help/${PKGNAME}/C/figures/e16menuedit2-submenu2.png
 share/locale/de/LC_MESSAGES/e16menuedit2.mo
 share/locale/en/LC_MESSAGES/e16menuedit2.mo
+share/locale/fr/LC_MESSAGES/e16menuedit2.mo
 share/locale/ko/LC_MESSAGES/e16menuedit2.mo
 share/locale/tr/LC_MESSAGES/e16menuedit2.mo
 share/pixmaps/e16menuedit2-icon.png
diff -r a4840a466027 -r 23c90314781d wm/e16menuedit2/distinfo
--- a/wm/e16menuedit2/distinfo  Sat Mar 07 17:27:03 2009 +0000
+++ b/wm/e16menuedit2/distinfo  Sat Mar 07 17:45:20 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2006/10/14 05:02:21 obache Exp $
+$NetBSD: distinfo,v 1.3 2009/03/07 17:45:20 joerg Exp $
 
 SHA1 (e16menuedit2-0.0.3.tar.gz) = 7bfd9878f9230671e22f327ee7b3965ac4192944
 RMD160 (e16menuedit2-0.0.3.tar.gz) = 008059b51bc5b90c61200c3fe12d2e2034af6aaa
 Size (e16menuedit2-0.0.3.tar.gz) = 370740 bytes
 SHA1 (patch-aa) = af682ed2d0225413fa4a93995864d52f4c701c6c
+SHA1 (patch-ab) = dfea1b36cc5ea4378e98c882281d821460bbc612
diff -r a4840a466027 -r 23c90314781d wm/e16menuedit2/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/e16menuedit2/patches/patch-ab  Sat Mar 07 17:45:20 2009 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2009/03/07 17:45:20 joerg Exp $
+
+--- Makefile.in.orig   2009-03-07 18:16:23.000000000 +0100
++++ Makefile.in
+@@ -219,15 +219,6 @@ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ yelphelpdir = @yelphelpdir@
+ SUBDIRS = src po pixmaps help
+-e16menuedit2docdir = ${prefix}/${packagedocdir}
+-e16menuedit2doc_DATA = \
+-              README\
+-              COPYING\
+-              AUTHORS\
+-              ChangeLog\
+-              INSTALL\
+-              NEWS\
+-                TODO
+ 
+ GLADE_FILES = e16menuedit2.glade
+ e16menuedit2datadir = ${prefix}/${packagedatadir}/glade



Home | Main Index | Thread Index | Old Index