pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-mag Reorder pkgconfig file as the gnopernicu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/681a095bd000
branches:  trunk
changeset: 533908:681a095bd000
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Oct 06 00:20:40 2007 +0000

description:
Reorder pkgconfig file as the gnopernicus configure fails because
datarootdir is used before being defined. Bump revision.

diffstat:

 x11/gnome-mag/Makefile         |   4 ++--
 x11/gnome-mag/distinfo         |   3 ++-
 x11/gnome-mag/patches/patch-ac |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r c6361834b853 -r 681a095bd000 x11/gnome-mag/Makefile
--- a/x11/gnome-mag/Makefile    Sat Oct 06 00:16:28 2007 +0000
+++ b/x11/gnome-mag/Makefile    Sat Oct 06 00:20:40 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2007/09/21 13:04:29 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2007/10/06 00:20:40 joerg Exp $
 #
 
 DISTNAME=              gnome-mag-0.14.6
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            x11 gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-mag/0.14/}
 EXTRACT_SUFX=          .tar.bz2
diff -r c6361834b853 -r 681a095bd000 x11/gnome-mag/distinfo
--- a/x11/gnome-mag/distinfo    Sat Oct 06 00:16:28 2007 +0000
+++ b/x11/gnome-mag/distinfo    Sat Oct 06 00:20:40 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.20 2007/07/17 10:48:32 drochner Exp $
+$NetBSD: distinfo,v 1.21 2007/10/06 00:20:40 joerg Exp $
 
 SHA1 (gnome-mag-0.14.6.tar.bz2) = 9fab986efc9779d449ba4154dcb72f3533efcc34
 RMD160 (gnome-mag-0.14.6.tar.bz2) = 51bf08b3a394f28b0aa915dc1abf308dc2173661
 Size (gnome-mag-0.14.6.tar.bz2) = 468841 bytes
 SHA1 (patch-aa) = cc1889919e77befcdb813775990807718b8ee371
 SHA1 (patch-ab) = 76bd98a187f995b3eaf230282c446047093c52fb
+SHA1 (patch-ac) = 1353eee3de5726156ca2169f70ba63de113f61ab
diff -r c6361834b853 -r 681a095bd000 x11/gnome-mag/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome-mag/patches/patch-ac    Sat Oct 06 00:20:40 2007 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2007/10/06 00:20:41 joerg Exp $
+
+--- gnome-mag-1.0.pc.in.orig   2007-10-05 23:31:59.000000000 +0000
++++ gnome-mag-1.0.pc.in
+@@ -2,8 +2,8 @@ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+ includedir=@includedir@
+-idldir=@datadir@/idl/gnome-mag-1.0
+ datarootdir=@datarootdir@
++idldir=@datadir@/idl/gnome-mag-1.0
+ 
+ Name: gnome-mag
+ Description: Gnome Screen Magnifier



Home | Main Index | Thread Index | Old Index