summaryrefslogtreecommitdiffstats
path: root/devel/gconf2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-25 15:30:03 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-25 15:30:03 +0800
commit5d388fee44f2fe3df68aed9be753f1eab4759bb5 (patch)
tree8a4d8e276c68248dda7df3ea005eff284f3e9911 /devel/gconf2
parentba1856d3bef48de1a3667a907538a9c58c7fbed9 (diff)
downloadmarcuscom-ports-5d388fee44f2fe3df68aed9be753f1eab4759bb5.tar
marcuscom-ports-5d388fee44f2fe3df68aed9be753f1eab4759bb5.tar.gz
marcuscom-ports-5d388fee44f2fe3df68aed9be753f1eab4759bb5.tar.bz2
marcuscom-ports-5d388fee44f2fe3df68aed9be753f1eab4759bb5.tar.lz
marcuscom-ports-5d388fee44f2fe3df68aed9be753f1eab4759bb5.tar.xz
marcuscom-ports-5d388fee44f2fe3df68aed9be753f1eab4759bb5.tar.zst
marcuscom-ports-5d388fee44f2fe3df68aed9be753f1eab4759bb5.zip
Update to 2.5.90, and move some post-install stuff into a pkg-install script
for better package support. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1905 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2')
-rw-r--r--devel/gconf2/Makefile7
-rw-r--r--devel/gconf2/distinfo3
-rw-r--r--devel/gconf2/pkg-install12
-rw-r--r--devel/gconf2/pkg-plist36
4 files changed, 52 insertions, 6 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index 25aae2142..5acad5d58 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gconf2
-PORTVERSION= 2.5.1
-PORTREVISION= 2
+PORTVERSION= 2.5.90
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/GConf/2.5
@@ -31,8 +30,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= gconftool-2.1
post-install:
- @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps
- @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps
- @${MKDIR} ${PREFIX}/etc/gconf/schemas
+ @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo
index 86f61f108..c15b973b1 100644
--- a/devel/gconf2/distinfo
+++ b/devel/gconf2/distinfo
@@ -1 +1,2 @@
-MD5 (gnome2/GConf-2.5.1.tar.bz2) = 02d92a323caada32cd3f86f6afd87f3f
+MD5 (gnome2/GConf-2.5.90.tar.bz2) = cd3d817f036980b37c346f97a10a5a92
+SIZE (gnome2/GConf-2.5.90.tar.bz2) = 1411392
diff --git a/devel/gconf2/pkg-install b/devel/gconf2/pkg-install
new file mode 100644
index 000000000..2992a8454
--- /dev/null
+++ b/devel/gconf2/pkg-install
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+if [ "$2" = "POST-INSTALL" ]; then
+ dirs="etc/gconf/gconf.xml.defaults/apps \
+ etc/gconf/gconf.xml.defaults/schemas/apps \
+ etc/gconf/schemas"
+ for i in ${dirs}; do
+ mkdir -p ${PKG_PREFIX}/${i}
+ done
+fi
+
+exit 0
diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist
index 2cdffa7d7..3d09bf1b7 100644
--- a/devel/gconf2/pkg-plist
+++ b/devel/gconf2/pkg-plist
@@ -19,6 +19,41 @@ libdata/pkgconfig/gconf-2.0.pc
libexec/gconf-sanity-check-2
libexec/gconfd-2
share/aclocal/gconf-2.m4
+share/doc/gconf/GConfClient.html
+share/doc/gconf/ch01.html
+share/doc/gconf/ch01s02.html
+share/doc/gconf/ch02.html
+share/doc/gconf/ch02s02.html
+share/doc/gconf/ch02s03.html
+share/doc/gconf/ch02s04.html
+share/doc/gconf/ch06.html
+share/doc/gconf/ch06s02.html
+share/doc/gconf/ch06s03.html
+share/doc/gconf/ch07.html
+share/doc/gconf/conventions.html
+share/doc/gconf/gconf-client-reference.html
+share/doc/gconf/gconf-client.html
+share/doc/gconf/gconf-gconf-backend.html
+share/doc/gconf/gconf-gconf-changeset.html
+share/doc/gconf/gconf-gconf-engine.html
+share/doc/gconf/gconf-gconf-error.html
+share/doc/gconf/gconf-gconf-internals.html
+share/doc/gconf/gconf-gconf-listeners.html
+share/doc/gconf/gconf-gconf-locale.html
+share/doc/gconf/gconf-gconf-schema.html
+share/doc/gconf/gconf-gconf-sources.html
+share/doc/gconf/gconf-gconf-value.html
+share/doc/gconf/gconf-gconf.html
+share/doc/gconf/gconf-internals-reference.html
+share/doc/gconf/gconf-reference.html
+share/doc/gconf/gconf.devhelp
+share/doc/gconf/gconftool.html
+share/doc/gconf/home.png
+share/doc/gconf/index.html
+share/doc/gconf/index.sgml
+share/doc/gconf/left.png
+share/doc/gconf/right.png
+share/doc/gconf/up.png
share/locale/am/LC_MESSAGES/GConf2.mo
share/locale/ar/LC_MESSAGES/GConf2.mo
share/locale/az/LC_MESSAGES/GConf2.mo
@@ -39,6 +74,7 @@ share/locale/fr/LC_MESSAGES/GConf2.mo
share/locale/ga/LC_MESSAGES/GConf2.mo
share/locale/gl/LC_MESSAGES/GConf2.mo
share/locale/hi/LC_MESSAGES/GConf2.mo
+share/locale/hr/LC_MESSAGES/GConf2.mo
share/locale/hu/LC_MESSAGES/GConf2.mo
share/locale/id/LC_MESSAGES/GConf2.mo
share/locale/it/LC_MESSAGES/GConf2.mo