pkgsrc/x11/gnome2-control-center/Makefile

79 lines
2.6 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.49 2005/08/21 11:29:24 jmmv Exp $
#
DISTNAME= control-center-2.10.2
PKGNAME= gnome2-${DISTNAME}
CATEGORIES= x11 gnome
Update to 2.10.0: gnome-control-center 2.10.0 background: - fix the crashes with non-UTF8 names (Rodney Dawes) general: - do not warn vnc users that their XKB does not work. We already know. (Jody Goldberg) translators: Vladimir Petkov (bg) Jordi Mallach (ca) Miloslav Trmac (cs) Martin Willemoes Hansen (da) Frank Arnold (de) Kostas Papadimas (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Priit Laes (et) Pauli Virtanen (fi) Simon Manlay (fr) Ankit Patel (gu) Gabor Kelemen (hu) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) Reinout van Schouwen (nl) Kjartan Maraas (no) Gnome PL Team (pl) Raphael Higino (pt_BR) Duarte Loreto (pt) Dan Damian (ro) Leonid Kanter (ru) Marcel Telka (sk) Elian Myftiu (sq) Veljko M. Stanojevic (sr) Christian Rose (sv) Theppitak Karoonboonyanan (th) Maxim Dziumanenko (uk) Woodman Tuen (zh_TW) ------------------------------------------------------------------------------ gnome-control-center 2.9.91 general: - check for xmodmap files, and offer to load them (#143487) - changing the default value for "handleIndicators" to false (#161343) (Sergey V. Udaltsov) - check for screensaver functionality in libXext.so also when deciding to build typing-break (#155461) (Leena Gunda) - providing ability to suppress the "x sysconfig changed" warning message (#150435) (Sergey V. Udaltsov). - handle the modmap settings (#143487) (Shakti Sen) - fix number of leaks (Kjartan Maraas) background: - use the boolean argument to specify if we want to update gconf or not. Always get the colors for both primary and secondary and update the thumbnail (#166486) (Rodney Dawes) - force using the GTK backend (#154978) (Rodney Dawes) common: - leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas) network: - adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen) theme-switcher: - new install procedure (#102216) (David Sedeño) - some string fixes (#166550) (David Lodge) - remove a load of leaks and make sure newly installed themes show up in the relevant lists without having to close/open the dialog again (#166267) (Kjartan Maraas) - fix an infinite loop that was bringing single-CPU systems to their knees (#160803) (Elijah Newren). Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Frank Arnold (de) Nikos Charonitakis (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Ivar Smolin (et) Pauli Virtanen (fi) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Åsmund Skjæveland (nn) Kjartan Maraas (no) Raphael Higino (pt_BR) Duarte Loreto (pt) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) Theppitak Karoonboonyanan (th) Baris Cicek (tr) Funda Wang (zh_CN) ------------------------------------------------------------------------------ gnome-control-center 2.9.4 - fix the build out of the source dir (Closes: #158333). - don't set "close" as the default button for the differents capplets (Closes: #98202). - use a temporary filename to not overwrite existant files in ~/.themes (Closes: #97180). - theme-thumbnailer doesn't require an absolute path (Closes: #153203). - use ~/ instead of / as working directory for programs launched with the multimedia keys (Closes: #162069). - fixed the "locate pointer" feature (Closes: #149383). - load the translated descriptions in the backgrounds capplet (Closes: # 160700) - add a preview in the backgrounds fileselector (Closes: #139714). - add a proxy exclusion list configuration in the network capplet (Closes: #147666). - some bugs and leaks fixed. Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Kostas Papadimas (el) Adam Weinberger (en_CA) Francisco Javier F. Serrador (es) Takeshi AIHANA (ja) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Kjartan Maraas (no) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) gnome-control-center 2.9.3 - Add a button to turn off a sound event (#14272). - Allow to use themes with the ".tgz" extension (#148895). - Don't nuke .Xdefaults when restarting g-s-d (#127050). - Fix the themes installation with the non GNU versions of tar (#114553). - Mask the "Text Editor" tab since the new mime system doesn't use this setting. - Updated the tooltips to respect the HIG. - Updated to use libnautilus-extensions. - Updated the menu entries for the new gnome-menus system.
2005-03-22 17:17:10 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/2.10/}
EXTRACT_SUFX= .tar.bz2
2003-07-18 00:50:55 +02:00
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME2 configuration utility
BUILD_USES_MSGFMT= yes
USE_MSGFMT_PLURALS= yes
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_PKGINSTALL= yes
2003-01-10 08:49:51 +01:00
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-alsa
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
GCONF2_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas
GCONF2_SCHEMAS+= apps_gnome_settings_daemon_keybindings.schemas
GCONF2_SCHEMAS+= apps_gnome_settings_daemon_screensaver.schemas
GCONF2_SCHEMAS+= desktop_gnome_font_rendering.schemas
GCONF2_SCHEMAS+= desktop_gnome_peripherals_keyboard_xkb.schemas
GCONF2_SCHEMAS+= themus.schemas
GCONF2_SCHEMAS+= fontilus.schemas
PKG_SYSCONFSUBDIR= gnome-vfs-2.0/modules
EGDIR= ${PREFIX}/share/examples/gnome2-control-center
CONF_FILES= ${EGDIR}/theme-method.conf \
${PKG_SYSCONFDIR}/theme-method.conf
CONF_FILES+= ${EGDIR}/font-method.conf \
${PKG_SYSCONFDIR}/font-method.conf
Update to 2.10.0: gnome-control-center 2.10.0 background: - fix the crashes with non-UTF8 names (Rodney Dawes) general: - do not warn vnc users that their XKB does not work. We already know. (Jody Goldberg) translators: Vladimir Petkov (bg) Jordi Mallach (ca) Miloslav Trmac (cs) Martin Willemoes Hansen (da) Frank Arnold (de) Kostas Papadimas (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Priit Laes (et) Pauli Virtanen (fi) Simon Manlay (fr) Ankit Patel (gu) Gabor Kelemen (hu) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) Reinout van Schouwen (nl) Kjartan Maraas (no) Gnome PL Team (pl) Raphael Higino (pt_BR) Duarte Loreto (pt) Dan Damian (ro) Leonid Kanter (ru) Marcel Telka (sk) Elian Myftiu (sq) Veljko M. Stanojevic (sr) Christian Rose (sv) Theppitak Karoonboonyanan (th) Maxim Dziumanenko (uk) Woodman Tuen (zh_TW) ------------------------------------------------------------------------------ gnome-control-center 2.9.91 general: - check for xmodmap files, and offer to load them (#143487) - changing the default value for "handleIndicators" to false (#161343) (Sergey V. Udaltsov) - check for screensaver functionality in libXext.so also when deciding to build typing-break (#155461) (Leena Gunda) - providing ability to suppress the "x sysconfig changed" warning message (#150435) (Sergey V. Udaltsov). - handle the modmap settings (#143487) (Shakti Sen) - fix number of leaks (Kjartan Maraas) background: - use the boolean argument to specify if we want to update gconf or not. Always get the colors for both primary and secondary and update the thumbnail (#166486) (Rodney Dawes) - force using the GTK backend (#154978) (Rodney Dawes) common: - leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas) network: - adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen) theme-switcher: - new install procedure (#102216) (David Sedeño) - some string fixes (#166550) (David Lodge) - remove a load of leaks and make sure newly installed themes show up in the relevant lists without having to close/open the dialog again (#166267) (Kjartan Maraas) - fix an infinite loop that was bringing single-CPU systems to their knees (#160803) (Elijah Newren). Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Frank Arnold (de) Nikos Charonitakis (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Ivar Smolin (et) Pauli Virtanen (fi) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Åsmund Skjæveland (nn) Kjartan Maraas (no) Raphael Higino (pt_BR) Duarte Loreto (pt) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) Theppitak Karoonboonyanan (th) Baris Cicek (tr) Funda Wang (zh_CN) ------------------------------------------------------------------------------ gnome-control-center 2.9.4 - fix the build out of the source dir (Closes: #158333). - don't set "close" as the default button for the differents capplets (Closes: #98202). - use a temporary filename to not overwrite existant files in ~/.themes (Closes: #97180). - theme-thumbnailer doesn't require an absolute path (Closes: #153203). - use ~/ instead of / as working directory for programs launched with the multimedia keys (Closes: #162069). - fixed the "locate pointer" feature (Closes: #149383). - load the translated descriptions in the backgrounds capplet (Closes: # 160700) - add a preview in the backgrounds fileselector (Closes: #139714). - add a proxy exclusion list configuration in the network capplet (Closes: #147666). - some bugs and leaks fixed. Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Kostas Papadimas (el) Adam Weinberger (en_CA) Francisco Javier F. Serrador (es) Takeshi AIHANA (ja) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Kjartan Maraas (no) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) gnome-control-center 2.9.3 - Add a button to turn off a sound event (#14272). - Allow to use themes with the ".tgz" extension (#148895). - Don't nuke .Xdefaults when restarting g-s-d (#127050). - Fix the themes installation with the non GNU versions of tar (#114553). - Mask the "Text Editor" tab since the new mime system doesn't use this setting. - Updated the tooltips to respect the HIG. - Updated to use libnautilus-extensions. - Updated the menu entries for the new gnome-menus system.
2005-03-22 17:17:10 +01:00
BUILDLINK_DEPENDS.glib2+= glib2>=2.6.0
2004-02-11 08:11:28 +01:00
.include "../../audio/esound/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
Update to 2.10.0: gnome-control-center 2.10.0 background: - fix the crashes with non-UTF8 names (Rodney Dawes) general: - do not warn vnc users that their XKB does not work. We already know. (Jody Goldberg) translators: Vladimir Petkov (bg) Jordi Mallach (ca) Miloslav Trmac (cs) Martin Willemoes Hansen (da) Frank Arnold (de) Kostas Papadimas (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Priit Laes (et) Pauli Virtanen (fi) Simon Manlay (fr) Ankit Patel (gu) Gabor Kelemen (hu) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) Reinout van Schouwen (nl) Kjartan Maraas (no) Gnome PL Team (pl) Raphael Higino (pt_BR) Duarte Loreto (pt) Dan Damian (ro) Leonid Kanter (ru) Marcel Telka (sk) Elian Myftiu (sq) Veljko M. Stanojevic (sr) Christian Rose (sv) Theppitak Karoonboonyanan (th) Maxim Dziumanenko (uk) Woodman Tuen (zh_TW) ------------------------------------------------------------------------------ gnome-control-center 2.9.91 general: - check for xmodmap files, and offer to load them (#143487) - changing the default value for "handleIndicators" to false (#161343) (Sergey V. Udaltsov) - check for screensaver functionality in libXext.so also when deciding to build typing-break (#155461) (Leena Gunda) - providing ability to suppress the "x sysconfig changed" warning message (#150435) (Sergey V. Udaltsov). - handle the modmap settings (#143487) (Shakti Sen) - fix number of leaks (Kjartan Maraas) background: - use the boolean argument to specify if we want to update gconf or not. Always get the colors for both primary and secondary and update the thumbnail (#166486) (Rodney Dawes) - force using the GTK backend (#154978) (Rodney Dawes) common: - leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas) network: - adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen) theme-switcher: - new install procedure (#102216) (David Sedeño) - some string fixes (#166550) (David Lodge) - remove a load of leaks and make sure newly installed themes show up in the relevant lists without having to close/open the dialog again (#166267) (Kjartan Maraas) - fix an infinite loop that was bringing single-CPU systems to their knees (#160803) (Elijah Newren). Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Frank Arnold (de) Nikos Charonitakis (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Ivar Smolin (et) Pauli Virtanen (fi) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Åsmund Skjæveland (nn) Kjartan Maraas (no) Raphael Higino (pt_BR) Duarte Loreto (pt) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) Theppitak Karoonboonyanan (th) Baris Cicek (tr) Funda Wang (zh_CN) ------------------------------------------------------------------------------ gnome-control-center 2.9.4 - fix the build out of the source dir (Closes: #158333). - don't set "close" as the default button for the differents capplets (Closes: #98202). - use a temporary filename to not overwrite existant files in ~/.themes (Closes: #97180). - theme-thumbnailer doesn't require an absolute path (Closes: #153203). - use ~/ instead of / as working directory for programs launched with the multimedia keys (Closes: #162069). - fixed the "locate pointer" feature (Closes: #149383). - load the translated descriptions in the backgrounds capplet (Closes: # 160700) - add a preview in the backgrounds fileselector (Closes: #139714). - add a proxy exclusion list configuration in the network capplet (Closes: #147666). - some bugs and leaks fixed. Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Kostas Papadimas (el) Adam Weinberger (en_CA) Francisco Javier F. Serrador (es) Takeshi AIHANA (ja) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Kjartan Maraas (no) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) gnome-control-center 2.9.3 - Add a button to turn off a sound event (#14272). - Allow to use themes with the ".tgz" extension (#148895). - Don't nuke .Xdefaults when restarting g-s-d (#127050). - Fix the themes installation with the non GNU versions of tar (#114553). - Mask the "Text Editor" tab since the new mime system doesn't use this setting. - Updated the tooltips to respect the HIG. - Updated to use libnautilus-extensions. - Updated the menu entries for the new gnome-menus system.
2005-03-22 17:17:10 +01:00
.include "../../devel/glib2/buildlink3.mk"
2004-02-11 08:11:28 +01:00
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
Update to 2.10.0: gnome-control-center 2.10.0 background: - fix the crashes with non-UTF8 names (Rodney Dawes) general: - do not warn vnc users that their XKB does not work. We already know. (Jody Goldberg) translators: Vladimir Petkov (bg) Jordi Mallach (ca) Miloslav Trmac (cs) Martin Willemoes Hansen (da) Frank Arnold (de) Kostas Papadimas (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Priit Laes (et) Pauli Virtanen (fi) Simon Manlay (fr) Ankit Patel (gu) Gabor Kelemen (hu) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) Reinout van Schouwen (nl) Kjartan Maraas (no) Gnome PL Team (pl) Raphael Higino (pt_BR) Duarte Loreto (pt) Dan Damian (ro) Leonid Kanter (ru) Marcel Telka (sk) Elian Myftiu (sq) Veljko M. Stanojevic (sr) Christian Rose (sv) Theppitak Karoonboonyanan (th) Maxim Dziumanenko (uk) Woodman Tuen (zh_TW) ------------------------------------------------------------------------------ gnome-control-center 2.9.91 general: - check for xmodmap files, and offer to load them (#143487) - changing the default value for "handleIndicators" to false (#161343) (Sergey V. Udaltsov) - check for screensaver functionality in libXext.so also when deciding to build typing-break (#155461) (Leena Gunda) - providing ability to suppress the "x sysconfig changed" warning message (#150435) (Sergey V. Udaltsov). - handle the modmap settings (#143487) (Shakti Sen) - fix number of leaks (Kjartan Maraas) background: - use the boolean argument to specify if we want to update gconf or not. Always get the colors for both primary and secondary and update the thumbnail (#166486) (Rodney Dawes) - force using the GTK backend (#154978) (Rodney Dawes) common: - leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas) network: - adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen) theme-switcher: - new install procedure (#102216) (David Sedeño) - some string fixes (#166550) (David Lodge) - remove a load of leaks and make sure newly installed themes show up in the relevant lists without having to close/open the dialog again (#166267) (Kjartan Maraas) - fix an infinite loop that was bringing single-CPU systems to their knees (#160803) (Elijah Newren). Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Frank Arnold (de) Nikos Charonitakis (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Ivar Smolin (et) Pauli Virtanen (fi) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Åsmund Skjæveland (nn) Kjartan Maraas (no) Raphael Higino (pt_BR) Duarte Loreto (pt) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) Theppitak Karoonboonyanan (th) Baris Cicek (tr) Funda Wang (zh_CN) ------------------------------------------------------------------------------ gnome-control-center 2.9.4 - fix the build out of the source dir (Closes: #158333). - don't set "close" as the default button for the differents capplets (Closes: #98202). - use a temporary filename to not overwrite existant files in ~/.themes (Closes: #97180). - theme-thumbnailer doesn't require an absolute path (Closes: #153203). - use ~/ instead of / as working directory for programs launched with the multimedia keys (Closes: #162069). - fixed the "locate pointer" feature (Closes: #149383). - load the translated descriptions in the backgrounds capplet (Closes: # 160700) - add a preview in the backgrounds fileselector (Closes: #139714). - add a proxy exclusion list configuration in the network capplet (Closes: #147666). - some bugs and leaks fixed. Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Kostas Papadimas (el) Adam Weinberger (en_CA) Francisco Javier F. Serrador (es) Takeshi AIHANA (ja) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Kjartan Maraas (no) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) gnome-control-center 2.9.3 - Add a button to turn off a sound event (#14272). - Allow to use themes with the ".tgz" extension (#148895). - Don't nuke .Xdefaults when restarting g-s-d (#127050). - Fix the themes installation with the non GNU versions of tar (#114553). - Mask the "Text Editor" tab since the new mime system doesn't use this setting. - Updated the tooltips to respect the HIG. - Updated to use libnautilus-extensions. - Updated the menu entries for the new gnome-menus system.
2005-03-22 17:17:10 +01:00
.include "../../devel/libgnome/buildlink3.mk"
2004-02-11 08:11:28 +01:00
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
Update to 2.10.0: gnome-control-center 2.10.0 background: - fix the crashes with non-UTF8 names (Rodney Dawes) general: - do not warn vnc users that their XKB does not work. We already know. (Jody Goldberg) translators: Vladimir Petkov (bg) Jordi Mallach (ca) Miloslav Trmac (cs) Martin Willemoes Hansen (da) Frank Arnold (de) Kostas Papadimas (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Priit Laes (et) Pauli Virtanen (fi) Simon Manlay (fr) Ankit Patel (gu) Gabor Kelemen (hu) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) Reinout van Schouwen (nl) Kjartan Maraas (no) Gnome PL Team (pl) Raphael Higino (pt_BR) Duarte Loreto (pt) Dan Damian (ro) Leonid Kanter (ru) Marcel Telka (sk) Elian Myftiu (sq) Veljko M. Stanojevic (sr) Christian Rose (sv) Theppitak Karoonboonyanan (th) Maxim Dziumanenko (uk) Woodman Tuen (zh_TW) ------------------------------------------------------------------------------ gnome-control-center 2.9.91 general: - check for xmodmap files, and offer to load them (#143487) - changing the default value for "handleIndicators" to false (#161343) (Sergey V. Udaltsov) - check for screensaver functionality in libXext.so also when deciding to build typing-break (#155461) (Leena Gunda) - providing ability to suppress the "x sysconfig changed" warning message (#150435) (Sergey V. Udaltsov). - handle the modmap settings (#143487) (Shakti Sen) - fix number of leaks (Kjartan Maraas) background: - use the boolean argument to specify if we want to update gconf or not. Always get the colors for both primary and secondary and update the thumbnail (#166486) (Rodney Dawes) - force using the GTK backend (#154978) (Rodney Dawes) common: - leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas) network: - adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen) theme-switcher: - new install procedure (#102216) (David Sedeño) - some string fixes (#166550) (David Lodge) - remove a load of leaks and make sure newly installed themes show up in the relevant lists without having to close/open the dialog again (#166267) (Kjartan Maraas) - fix an infinite loop that was bringing single-CPU systems to their knees (#160803) (Elijah Newren). Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Frank Arnold (de) Nikos Charonitakis (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Ivar Smolin (et) Pauli Virtanen (fi) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Åsmund Skjæveland (nn) Kjartan Maraas (no) Raphael Higino (pt_BR) Duarte Loreto (pt) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) Theppitak Karoonboonyanan (th) Baris Cicek (tr) Funda Wang (zh_CN) ------------------------------------------------------------------------------ gnome-control-center 2.9.4 - fix the build out of the source dir (Closes: #158333). - don't set "close" as the default button for the differents capplets (Closes: #98202). - use a temporary filename to not overwrite existant files in ~/.themes (Closes: #97180). - theme-thumbnailer doesn't require an absolute path (Closes: #153203). - use ~/ instead of / as working directory for programs launched with the multimedia keys (Closes: #162069). - fixed the "locate pointer" feature (Closes: #149383). - load the translated descriptions in the backgrounds capplet (Closes: # 160700) - add a preview in the backgrounds fileselector (Closes: #139714). - add a proxy exclusion list configuration in the network capplet (Closes: #147666). - some bugs and leaks fixed. Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Kostas Papadimas (el) Adam Weinberger (en_CA) Francisco Javier F. Serrador (es) Takeshi AIHANA (ja) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Kjartan Maraas (no) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) gnome-control-center 2.9.3 - Add a button to turn off a sound event (#14272). - Allow to use themes with the ".tgz" extension (#148895). - Don't nuke .Xdefaults when restarting g-s-d (#127050). - Fix the themes installation with the non GNU versions of tar (#114553). - Mask the "Text Editor" tab since the new mime system doesn't use this setting. - Updated the tooltips to respect the HIG. - Updated to use libnautilus-extensions. - Updated the menu entries for the new gnome-menus system.
2005-03-22 17:17:10 +01:00
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../multimedia/gst-plugins/buildlink3.mk"
Update to 2.10.0: gnome-control-center 2.10.0 background: - fix the crashes with non-UTF8 names (Rodney Dawes) general: - do not warn vnc users that their XKB does not work. We already know. (Jody Goldberg) translators: Vladimir Petkov (bg) Jordi Mallach (ca) Miloslav Trmac (cs) Martin Willemoes Hansen (da) Frank Arnold (de) Kostas Papadimas (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Priit Laes (et) Pauli Virtanen (fi) Simon Manlay (fr) Ankit Patel (gu) Gabor Kelemen (hu) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) Reinout van Schouwen (nl) Kjartan Maraas (no) Gnome PL Team (pl) Raphael Higino (pt_BR) Duarte Loreto (pt) Dan Damian (ro) Leonid Kanter (ru) Marcel Telka (sk) Elian Myftiu (sq) Veljko M. Stanojevic (sr) Christian Rose (sv) Theppitak Karoonboonyanan (th) Maxim Dziumanenko (uk) Woodman Tuen (zh_TW) ------------------------------------------------------------------------------ gnome-control-center 2.9.91 general: - check for xmodmap files, and offer to load them (#143487) - changing the default value for "handleIndicators" to false (#161343) (Sergey V. Udaltsov) - check for screensaver functionality in libXext.so also when deciding to build typing-break (#155461) (Leena Gunda) - providing ability to suppress the "x sysconfig changed" warning message (#150435) (Sergey V. Udaltsov). - handle the modmap settings (#143487) (Shakti Sen) - fix number of leaks (Kjartan Maraas) background: - use the boolean argument to specify if we want to update gconf or not. Always get the colors for both primary and secondary and update the thumbnail (#166486) (Rodney Dawes) - force using the GTK backend (#154978) (Rodney Dawes) common: - leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas) network: - adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen) theme-switcher: - new install procedure (#102216) (David Sedeño) - some string fixes (#166550) (David Lodge) - remove a load of leaks and make sure newly installed themes show up in the relevant lists without having to close/open the dialog again (#166267) (Kjartan Maraas) - fix an infinite loop that was bringing single-CPU systems to their knees (#160803) (Elijah Newren). Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Frank Arnold (de) Nikos Charonitakis (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Ivar Smolin (et) Pauli Virtanen (fi) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Åsmund Skjæveland (nn) Kjartan Maraas (no) Raphael Higino (pt_BR) Duarte Loreto (pt) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) Theppitak Karoonboonyanan (th) Baris Cicek (tr) Funda Wang (zh_CN) ------------------------------------------------------------------------------ gnome-control-center 2.9.4 - fix the build out of the source dir (Closes: #158333). - don't set "close" as the default button for the differents capplets (Closes: #98202). - use a temporary filename to not overwrite existant files in ~/.themes (Closes: #97180). - theme-thumbnailer doesn't require an absolute path (Closes: #153203). - use ~/ instead of / as working directory for programs launched with the multimedia keys (Closes: #162069). - fixed the "locate pointer" feature (Closes: #149383). - load the translated descriptions in the backgrounds capplet (Closes: # 160700) - add a preview in the backgrounds fileselector (Closes: #139714). - add a proxy exclusion list configuration in the network capplet (Closes: #147666). - some bugs and leaks fixed. Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Kostas Papadimas (el) Adam Weinberger (en_CA) Francisco Javier F. Serrador (es) Takeshi AIHANA (ja) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Kjartan Maraas (no) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) gnome-control-center 2.9.3 - Add a button to turn off a sound event (#14272). - Allow to use themes with the ".tgz" extension (#148895). - Don't nuke .Xdefaults when restarting g-s-d (#127050). - Fix the themes installation with the non GNU versions of tar (#114553). - Mask the "Text Editor" tab since the new mime system doesn't use this setting. - Updated the tooltips to respect the HIG. - Updated to use libnautilus-extensions. - Updated the menu entries for the new gnome-menus system.
2005-03-22 17:17:10 +01:00
.include "../../net/ORBit2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/gnome-menus/buildlink3.mk"
2004-02-11 08:11:28 +01:00
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../sysutils/nautilus/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
2004-02-11 08:11:28 +01:00
.include "../../wm/metacity/buildlink3.mk"
.include "../../x11/gnome-desktop/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libxklavier/buildlink3.mk"
2004-02-11 08:11:28 +01:00
.include "../../x11/startup-notification/buildlink3.mk"
Update to 2.10.0: gnome-control-center 2.10.0 background: - fix the crashes with non-UTF8 names (Rodney Dawes) general: - do not warn vnc users that their XKB does not work. We already know. (Jody Goldberg) translators: Vladimir Petkov (bg) Jordi Mallach (ca) Miloslav Trmac (cs) Martin Willemoes Hansen (da) Frank Arnold (de) Kostas Papadimas (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Priit Laes (et) Pauli Virtanen (fi) Simon Manlay (fr) Ankit Patel (gu) Gabor Kelemen (hu) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) Reinout van Schouwen (nl) Kjartan Maraas (no) Gnome PL Team (pl) Raphael Higino (pt_BR) Duarte Loreto (pt) Dan Damian (ro) Leonid Kanter (ru) Marcel Telka (sk) Elian Myftiu (sq) Veljko M. Stanojevic (sr) Christian Rose (sv) Theppitak Karoonboonyanan (th) Maxim Dziumanenko (uk) Woodman Tuen (zh_TW) ------------------------------------------------------------------------------ gnome-control-center 2.9.91 general: - check for xmodmap files, and offer to load them (#143487) - changing the default value for "handleIndicators" to false (#161343) (Sergey V. Udaltsov) - check for screensaver functionality in libXext.so also when deciding to build typing-break (#155461) (Leena Gunda) - providing ability to suppress the "x sysconfig changed" warning message (#150435) (Sergey V. Udaltsov). - handle the modmap settings (#143487) (Shakti Sen) - fix number of leaks (Kjartan Maraas) background: - use the boolean argument to specify if we want to update gconf or not. Always get the colors for both primary and secondary and update the thumbnail (#166486) (Rodney Dawes) - force using the GTK backend (#154978) (Rodney Dawes) common: - leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas) network: - adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen) theme-switcher: - new install procedure (#102216) (David Sedeño) - some string fixes (#166550) (David Lodge) - remove a load of leaks and make sure newly installed themes show up in the relevant lists without having to close/open the dialog again (#166267) (Kjartan Maraas) - fix an infinite loop that was bringing single-CPU systems to their knees (#160803) (Elijah Newren). Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Frank Arnold (de) Nikos Charonitakis (el) Adam Weinberger (en_CA) David Lodge (en_GB) Francisco Javier F. Serrador (es) Ivar Smolin (et) Pauli Virtanen (fi) Alessio Dessì (it) Takeshi AIHANA (ja) Changwoo Ryu (ko) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Åsmund Skjæveland (nn) Kjartan Maraas (no) Raphael Higino (pt_BR) Duarte Loreto (pt) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) Theppitak Karoonboonyanan (th) Baris Cicek (tr) Funda Wang (zh_CN) ------------------------------------------------------------------------------ gnome-control-center 2.9.4 - fix the build out of the source dir (Closes: #158333). - don't set "close" as the default button for the differents capplets (Closes: #98202). - use a temporary filename to not overwrite existant files in ~/.themes (Closes: #97180). - theme-thumbnailer doesn't require an absolute path (Closes: #153203). - use ~/ instead of / as working directory for programs launched with the multimedia keys (Closes: #162069). - fixed the "locate pointer" feature (Closes: #149383). - load the translated descriptions in the backgrounds capplet (Closes: # 160700) - add a preview in the backgrounds fileselector (Closes: #139714). - add a proxy exclusion list configuration in the network capplet (Closes: #147666). - some bugs and leaks fixed. Translators: Vladimir Petkov (bg) Miloslav Trmac (cs) Kostas Papadimas (el) Adam Weinberger (en_CA) Francisco Javier F. Serrador (es) Takeshi AIHANA (ja) Žygimantas Beručka (lt) Kjartan Maraas (nb) rajeev shrestha (ne) Kjartan Maraas (no) Leonid Kanter (ru) Elian Myftiu (sq) Christian Rose (sv) gnome-control-center 2.9.3 - Add a button to turn off a sound event (#14272). - Allow to use themes with the ".tgz" extension (#148895). - Don't nuke .Xdefaults when restarting g-s-d (#127050). - Fix the themes installation with the non GNU versions of tar (#114553). - Mask the "Text Editor" tab since the new mime system doesn't use this setting. - Updated the tooltips to respect the HIG. - Updated to use libnautilus-extensions. - Updated the menu entries for the new gnome-menus system.
2005-03-22 17:17:10 +01:00
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/vfs-methods/themus/theme-method.conf \
${EGDIR}
${INSTALL_DATA} ${WRKSRC}/vfs-methods/fontilus/font-method.conf \
${EGDIR}
.include "../../mk/bsd.pkg.mk"