pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/at-spi follow pkgsrc's rules when installing an ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/312233c89ae9
branches: trunk
changeset: 566464:312233c89ae9
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Oct 23 13:06:22 2009 +0000
description:
follow pkgsrc's rules when installing an autostart file
noticed by wiz and abs
diffstat:
devel/at-spi/PLIST | 3 ++-
devel/at-spi/distinfo | 3 ++-
devel/at-spi/patches/patch-ab | 13 +++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
diffs (46 lines):
diff -r 8e41fad0c3f8 -r 312233c89ae9 devel/at-spi/PLIST
--- a/devel/at-spi/PLIST Fri Oct 23 12:26:13 2009 +0000
+++ b/devel/at-spi/PLIST Fri Oct 23 13:06:22 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2009/10/21 15:39:11 drochner Exp $
+@comment $NetBSD: PLIST,v 1.25 2009/10/23 13:06:22 drochner Exp $
include/at-spi-1.0/cspi/spi-impl.h
include/at-spi-1.0/cspi/spi-listener.h
include/at-spi-1.0/cspi/spi-roletypes.h
@@ -191,6 +191,7 @@
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1Text_1_1Range.html
share/doc/${PKGNAME}/reference/html/tabs.css
share/gconf/schemas/at-spi.schemas
+share/gnome/autostart/at-spi-registryd.desktop
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Accessible-Objects.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleAction-Interface.html
share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleApplication-API.html
diff -r 8e41fad0c3f8 -r 312233c89ae9 devel/at-spi/distinfo
--- a/devel/at-spi/distinfo Fri Oct 23 12:26:13 2009 +0000
+++ b/devel/at-spi/distinfo Fri Oct 23 13:06:22 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.26 2009/10/21 15:39:11 drochner Exp $
+$NetBSD: distinfo,v 1.27 2009/10/23 13:06:22 drochner Exp $
SHA1 (at-spi-1.28.1.tar.bz2) = a730e8726a5db9f08dd698262c526772112a7572
RMD160 (at-spi-1.28.1.tar.bz2) = d48cecc1d4d56c2196fc08db42cefb42dc0c7b09
Size (at-spi-1.28.1.tar.bz2) = 843057 bytes
SHA1 (patch-aa) = c265276efb53a22cfacd103cf27f60faa5531763
+SHA1 (patch-ab) = e1252773dc4cb97b03d0e55f468521f6b8391dc9
diff -r 8e41fad0c3f8 -r 312233c89ae9 devel/at-spi/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/at-spi/patches/patch-ab Fri Oct 23 13:06:22 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2009/10/23 13:06:22 drochner Exp $
+
+--- registryd/Makefile.in.orig 2009-10-23 14:46:04.000000000 +0200
++++ registryd/Makefile.in
+@@ -310,7 +310,7 @@ at_spi_registryd_SOURCES = \
+ LDADD = $(top_builddir)/libspi/libspi.la $(X_LIBS) $(SM_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS)
+ serverinfodir = $(libdir)/bonobo/servers
+ serverinfo_DATA = Accessibility_Registry.server
+-default_sessiondir = $(sysconfdir)/xdg/autostart
++default_sessiondir = $(PREFIX)/share/gnome/autostart
+ default_session_in_in_files = \
+ at-spi-registryd.desktop.in.in
+
Home |
Main Index |
Thread Index |
Old Index