Commit graph

50 commits

Author SHA1 Message Date
fredb
af486f6285 Update to controlcenter 1.4.0.4:
- -Bug fixes, including a fix for a stack corruption bug
   in the file-types capplet
- -Updated documentation, man pages, new translations
2002-03-23 23:20:36 +00:00
fredb
ab4ef1e2bf Fix a crashing bug in the background properties capplet, and while we're
in here, clean up some gcc warning.
2002-03-23 22:28:29 +00:00
fredb
064af5b3bd Let configure check for the presence of <sys/wait.h>, in order to provide
a prototype for waitpid() in the theme-switcher capplet.
2002-03-23 04:54:13 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +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
drochner
6a7f86f699 share/omf/control-center/capplets doesn't exist, so don't @dirrm it 2002-02-14 14:35:45 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
6ff926e635 Buildlinkify. Patches provided in private mail by Eric Gillespie
<epg@pretzelnet.org>, modified by me to work without xpkgwedge.
2001-10-06 13:09:52 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
kei
51c6fedf54 fix PLIST. "make clean" done happy now. 2001-08-31 09:07:28 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
tron
a5e6d8ab03 Add missing "Size" entries. 2001-05-21 05:27:56 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
rh
66ea0dceb2 Update controlcenter to 1.4.0.1. Changes include bugfixes and the
introduction of the new GNOME OMF documentation framework.
2001-04-06 22:08:09 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
tron
c50f41b155 Because "gpatch" used on Solaris doesn't accept the patch file add the
missing newline manually with a "echo".
2001-01-21 17:40:34 +00:00
tron
c3dca549d1 Add missing newline at the end of "cappletConf.sh.in". 2001-01-21 17:28:20 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
itojun
bf9905dfb1 requires msgfmt and libintl 2000-11-27 11:54:33 +00:00
jlam
730d47fc97 Update control-center to 1.2.2. Changes from version 1.2.0 appear to be
largely bugfixes, with a new feature: embossed logos.  Add dependency on
gdk-pixbuf.  Make me the maintainer.
2000-10-18 00:01:10 +00:00
fredb
6149f04fae Excise "screensaver" capplet from control-center, in order to resolve
conflict with xscreensaver-gnome, as discussed (briefly) on tech-pkg.
Also, reorder some dependencies: gnome-core (rather than gnome) depends
on xscreensaver-gnome, which depends on control-center; bump teeny
version of xscreensaver-gnome so control-center won't try to go with
old binary packages of xscreensaver-gnome, which would lead to circular
dependencies.
2000-09-11 20:46:36 +00:00
tron
c7f3472c12 Fix package to work on systems without "xpkgwedge" again. 2000-08-01 21:39:21 +00:00
jlam
a61938d0fa Remove empty directory
${PREFIX}/share/gnome/help/control-center/C/stylesheet-images

in post-install and remove unnecessary @dirrm in PLIST.
2000-07-31 10:49:16 +00:00
jlam
f273dfba5e Install the locale files under share/locale, not lib/locale. 2000-07-25 06:19:24 +00:00
jlam
8e83ba14ca Record installation of locale files. 2000-07-25 06:18:47 +00:00
jlam
fa9a08aa90 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-20 23:51:04 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
drochner
715d8f4c14 oops, forgot to "cvs add" this one 2000-05-30 19:28:21 +00:00
drochner
c47b23e1a0 update to 1.2.0
Sorry, no useful Changelog.
2000-05-30 19:26:22 +00:00
tron
26f41e3f4c Update for yet another directory structure change on the GNOME FTP sites. 2000-01-15 12:06:24 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
tron
3441912ae8 Update "control-center" package to version 1.0.51 belonging to GNOME 1.0.53
release. This version fixes several bugs found since version 1.0.6.
1999-11-08 21:50:39 +00:00
rh
15d0178f3e Change dependency on xscreensaver-3.17 to wildcard dependency. 1999-10-31 10:34:41 +00:00
tron
8e90d81d05 Use wildcard dependences for "gnome-libs" and "gnome-core" packages. 1999-10-23 11:08:54 +00:00
hubertf
dc171bda47 Link in the e-sound-daemon stuff. 1999-10-04 22:06:51 +00:00
rh
1533d077a1 Update dependency on gnome-core-1.0.9 1999-08-29 12:48:58 +00:00
tron
16628fb1be Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists. 1999-08-22 22:02:32 +00:00
frueauf
01cb9dd422 // -> / in URL path, pointed out by Bernd Ernesti. 1999-08-22 10:59:02 +00:00
rh
b39c9a4a75 Update control-center to 1.0.6
Notable changes are:
        * *.desktop: The control-center now speaks Norwegian fluently.

        * Patch from Chyla Zbigniew <chyla@alice.ci.pwr.wroc.pl> to
        gettextize everything.  Sorry translators...

        * capplets/wm-properties/wm-desktops/*.desktop: Inserted
        Korean-translated strings.

        * capplets/mime-type/edit-window.c (initialize_main_win_vals): For
        easier i18n, used g_strdup_printf() instead of g_strconcat().

        * capplets/theme-switcher/demo.c (demo_main): move the new menubar.

        * capplets/screensaver-properties/callbacks.c:
          Simplify the execution of the screensaver demo thingies, and add
          /usr/X11R6/lib/xscreensaver to the PATH just before exec so we catch
          the Red Hat Linux-installed ones.

        * capplets/mime-type/edit-window.c (initialize_main_win_vals):
        Patch from Fabrice.Bellet@imag.fr for i18n and portability.

        * capplets/theme-switcher/lister.c (print_standard_stuff): made
        "~/" be gnome_util_user_home instead.

        * capplets/theme-switcher/demo.c (demo_main): patch from Akira
        Higuchi (a-higuti@math.sci.hokudai.ac.jp) to handle I18N in the
        preview window.
1999-08-20 12:10:23 +00:00
tron
985a535659 Update dependence on "gnome-core" and "xscreensaver". 1999-07-14 23:11:34 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
rh
c416109ad7 Update control-center to 1.0.5 1999-05-02 15:15:49 +00:00
tron
f4c46c786d Fix typo noted by Bernd Ernesti. 1999-05-01 12:37:51 +00:00
tron
462c707bdb Update dependences for "gnome-core" package to version 1.0.5.
Fixes PR pkg/7474 by Thilo Manske.
1999-04-26 17:17:05 +00:00
hubertf
72ae85fcb4 xscreensaver is at 3.09 now 1999-04-12 19:46:49 +00:00
garbled
523d61071d Fix to use gnome-core-1.04 now... 1999-04-05 17:16:13 +00:00
garbled
824713b84c Initial import of controlcenter-1.04.
GNOME control-center development library
1999-04-01 05:43:46 +00:00