freebsd-ports/x11-themes/Makefile

165 lines
5.3 KiB
Makefile
Raw Normal View History

# $FreeBSD$
#
COMMENT = X11 themes
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += adwaita-icon-theme
SUBDIR += audacious-skins
SUBDIR += beastie
SUBDIR += claws-mail-themes
SUBDIR += clearlooks
SUBDIR += clearlooks-metacity
SUBDIR += clearlooks-phenix-theme
SUBDIR += clearlooks-themes
SUBDIR += clearlooks-themes-extras
2010-08-03 11:45:42 +02:00
SUBDIR += cursor-chameleon-anthracite
SUBDIR += cursor-chameleon-darkskyblue
SUBDIR += cursor-chameleon-pearl
SUBDIR += cursor-chameleon-skyblue
SUBDIR += cursor-chameleon-white
SUBDIR += cursor-crystal-theme
SUBDIR += cursor-dmz-aa-theme
SUBDIR += cursor-dmz-theme
SUBDIR += cursor-ecliz
SUBDIR += cursor-grounation-theme
SUBDIR += cursor-jimmac-theme
SUBDIR += cursor-neutral-theme
SUBDIR += cursor-neutral-white-theme
SUBDIR += cursor-polar-theme
SUBDIR += e16-themes
SUBDIR += emerald-themes
SUBDIR += fluxbox-tenr-styles-pack
SUBDIR += fvwm-themes
Presenting GNOME 2.10 for FreeBSD! The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
2005-03-12 11:39:38 +01:00
SUBDIR += gnome-backgrounds
SUBDIR += gnome-icon-theme-symbolic
SUBDIR += gnome-icons
SUBDIR += gnome-icons-aqua-fusion
SUBDIR += gnome-icons-crystal
SUBDIR += gnome-icons-dropline-neu
SUBDIR += gnome-icons-dropline-nou
SUBDIR += gnome-icons-elementary
SUBDIR += gnome-icons-faenza
SUBDIR += gnome-icons-gentoo-test
2008-09-29 14:48:04 +02:00
SUBDIR += gnome-icons-gion
SUBDIR += gnome-icons-iris
2008-09-29 23:39:31 +02:00
SUBDIR += gnome-icons-jini
SUBDIR += gnome-icons-lila
SUBDIR += gnome-icons-noia-full
SUBDIR += gnome-icons-noia-warm
SUBDIR += gnome-icons-refined
SUBDIR += gnome-icons-slick
SUBDIR += gnome-icons-snow-apple
SUBDIR += gnome-icons-stylish
SUBDIR += gnome-icons-ximian-south
SUBDIR += gnome-themes
SUBDIR += gnome-themes-extras
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += gnome-themes-standard
SUBDIR += greybird-theme
SUBDIR += gtk-aluminumalloy-cryogenic-theme
SUBDIR += gtk-aluminumalloy-smog-theme
SUBDIR += gtk-aluminumalloy-toxic-theme
SUBDIR += gtk-aluminumalloy-volcanic-theme
SUBDIR += gtk-aquaextremesunken-theme
SUBDIR += gtk-aurora-engine
SUBDIR += gtk-blueprint-engine
SUBDIR += gtk-cleanice-engine
SUBDIR += gtk-digital-cream-theme
SUBDIR += gtk-digital-harmony-theme
SUBDIR += gtk-engines2
SUBDIR += gtk-envy-theme
2010-10-30 23:23:37 +02:00
SUBDIR += gtk-equinox-engine
SUBDIR += gtk-gray-theme
SUBDIR += gtk-lila-theme
SUBDIR += gtk-lila-theme-extras
SUBDIR += gtk-longhorninspirat-theme
SUBDIR += gtk-milk-theme
SUBDIR += gtk-murrina-aqua
SUBDIR += gtk-murrina-fancy-clearlooks
SUBDIR += gtk-murrina-lightblue
SUBDIR += gtk-murrine-engine
SUBDIR += gtk-murrine-themes
SUBDIR += gtk-nodoka-engine
2010-12-14 14:18:28 +01:00
SUBDIR += gtk-oxygen-engine
SUBDIR += gtk-qnxtheme
SUBDIR += gtk-qt4-engine
SUBDIR += gtk-xfce-engine
SUBDIR += gtk3-oxygen-engine
SUBDIR += gtk3-unico-engine
SUBDIR += icon-naming-utils
SUBDIR += icons-human-azul
SUBDIR += icons-tango
SUBDIR += icons-tango-extras
SUBDIR += irssi-themes
SUBDIR += kde-gtk-config
SUBDIR += kde-icons-black-and-white
SUBDIR += kde-icons-cezanne
SUBDIR += kde-icons-dark-glass
SUBDIR += kde-icons-gartoon-blue-svg
SUBDIR += kde-icons-gartoon-svg
SUBDIR += kde-icons-graphite-rade8
SUBDIR += kde-icons-icosx
SUBDIR += kde-icons-kool-gorilla
SUBDIR += kde-icons-lime-rade8
SUBDIR += kde-icons-lush
SUBDIR += kde-icons-noia
SUBDIR += kde-icons-nuovext2
2004-02-20 03:25:44 +01:00
SUBDIR += kde-icons-nuvola
SUBDIR += kde-icons-sky
2004-02-20 03:25:44 +01:00
SUBDIR += kde-icons-umicons
SUBDIR += kde4-base-artwork
SUBDIR += kde4-icons-oxygen
SUBDIR += kde4-style-bespin
SUBDIR += kde4-style-nitrogen
SUBDIR += kde4-style-oxygen-transparent
SUBDIR += kde4-style-polyester
SUBDIR += kde4-style-skulpture
SUBDIR += kde4-wallpapers
SUBDIR += kde4-wallpapers-freebsd
SUBDIR += kde4-windeco-crystal
SUBDIR += kde4-windeco-dekorator
SUBDIR += kdeartwork4
SUBDIR += linux-c6-hicolor-icon-theme
SUBDIR += linux-f10-hicolor-icon-theme
2010-07-16 23:18:57 +02:00
SUBDIR += linux-f10-qtcurve-gtk2
SUBDIR += linux-hicolor-icon-theme
SUBDIR += lxappearance
SUBDIR += lxde-icon-theme
SUBDIR += mate-backgrounds
SUBDIR += mate-icon-theme
SUBDIR += mate-icon-theme-faenza
SUBDIR += mate-themes
SUBDIR += metacity-aluminumalloy-cryogenic-theme
SUBDIR += metacity-aluminumalloy-smog-theme
SUBDIR += metacity-aluminumalloy-toxic-theme
SUBDIR += metacity-aluminumalloy-volcanic-theme
SUBDIR += metacity-aquaextremesunken-theme
SUBDIR += metacity-digital-cream-theme
SUBDIR += metacity-digital-harmony-theme
SUBDIR += metacity-longhorninspirat-theme
SUBDIR += metacity-milk-theme
SUBDIR += metacity-theme-microgui
2004-03-20 20:06:44 +01:00
SUBDIR += metacity-themes
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
SUBDIR += mint-themes
SUBDIR += murrine-configurator
SUBDIR += nimbus
SUBDIR += numix-theme
SUBDIR += openbox-themes
SUBDIR += plank-theme-moka
SUBDIR += qt4-style-float
SUBDIR += qt4-style-phase
SUBDIR += qt4-style-quantumstyle
SUBDIR += qtcurve
SUBDIR += qtcurve-gtk2
SUBDIR += qtcurve-kde4
2010-05-25 21:06:45 +02:00
SUBDIR += qtcurve-qt4
SUBDIR += qtcurve-qt5
SUBDIR += qtcurve-utils
SUBDIR += rezlooks
SUBDIR += sawfish-themes
SUBDIR += slim-themes
SUBDIR += thewidgetfactory
SUBDIR += ubuntulooks
SUBDIR += xcursor-themes
.include <bsd.port.subdir.mk>