Commit graph

25 commits

Author SHA1 Message Date
wiz
7676a611d6 Update to 2.24.0:
2.24.0
======

  Fixes
  - Fix pokit-policy-file-validate check (Saleem Abdulrasool)

  Translation updates
    (ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn,
     lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi
2.23.2
======
  Fixes
  - cleanups (Kjartan)

  Features
  - stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode)
  - optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod)

2.23.1
======
  Fixes
  - Fix the build. (Kjartan)

2.23.0
======
  Fixes
  - stop spamming syslog (David Förster)
  - signal handling fixes (Javier Uruen Val)
  - use AC_HELP_STRINGS for nice formatting (Sven Herzberg)
  - timeout batching work (Matthias Clasen)
  - remove syslog spamming code (from Debian)
  - fix a crash when unsetting a key with no writable source (Richard Hult)
  - allow overriding $TMPDIR (Frederic Crozat)
  - integration with D-BUS (Ray Strode)
  - translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
2008-10-09 20:53:48 +00:00
drochner
e16827618e update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-10 16:25:29 +00:00
drochner
762e88aeb5 update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-10-31 19:46:17 +00:00
wiz
115317c63a Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the
upstream name.
2007-09-21 12:58:12 +00:00
wiz
197de82e9a Remove remaining gnome1-libs dependencies from pkgsrc. 2007-05-20 15:48:07 +00:00
rillig
cc64efc95f Fixed pkglint warnings, including a configuration file issue. Bumped
PKGREVISION.
2006-05-31 13:31:34 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
wiz
bce6d039b2 Use pkginstall framework for one config file.
Bump PKGREVISION.
2006-02-28 17:41:02 +00:00
wiz
576dd01dbe Remove fragment that was last useful when
this package used USE_X11BASE, which has not been the case for a long
time now.
2005-10-23 17:23:49 +00:00
wiz
a2bc14c711 Disable db3 backend in GConf1:
(1) The Berkeley DB storage backend requires DB-3.x, and used an
      experimental feature of DB-3.x.

  (2) There is a pretty severe bug that "prevents serious use of the
      Berkeley DB backend", according to the documentation included
      with the GConf sources.

  (3) GConf2, the successor to GConf, doesn't build with the Berkeley
      DB storage backend either.

Suggested by jlam.

Bump PKGREVISION.
Remove db3 bl3 inclusion from bl3 file, and bump BUILDLINK_DEPENDS
for it.

This fixes the gnucash build problems noted in PR 28423.
2004-11-30 18:25:56 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
cf70bce278 Remove etc/gconf/gconf.xml{defaults,mandatory} iff they are empty, as they
may be shared with GConf2 in some scenarios.
2004-02-18 11:22:08 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
wiz
caf39f3dc8 Use PKGLOCALEDIR instead of 'share'. From Julien T. Letessier in pkg/17779. 2002-07-31 11:38:35 +00:00
mycroft
e578e56a02 Create and destroy share/gconf. 2002-07-19 04:43:18 +00:00
wiz
bb9557b8ad Some dirs are shared with GConf2. 2002-07-17 17:50:11 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
wiz
4eda3c2a09 Update to 1.0.9, bugfix release. 2002-03-20 12:36:44 +00:00
wiz
60bc657a16 Add "|| true" to last. 2002-03-14 13:00:50 +00:00
wiz
c2f83591f0 Remove etc/gconf/1/path if it doesn't differ from etc/gconf/1/path.example. 2002-03-14 11:00:37 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
rh
23c6568f79 Update GConf to 1.0.7. Changes are mainly bugfixes. In addition, this
now makes use of the real "popt" instead of the skeletion in
libgnomesupport.
2002-01-15 23:59:46 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00