summaryrefslogtreecommitdiffstats
path: root/sysutils/cinnamon-control-center
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-plist issues with shared object versions.gusi2014-05-081-3/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19612 df743ca5-7f9a-e211-a948-0013205c9059
* Switch to USES=libtool:keepla for now. While I rather want to ditch .la fileskwm2014-04-262-6/+4
| | | | | | | | | | | | I think we need to keep em a cycle. So that other ports have a chance to update there .la files not to record dependancies .la files. sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base libtool (ltmain.sh and libtool.m4) files. But doesn't depend on ${LOCALBASE}/bin/libtool INSTALL_TARGET=install-strip and misc smaller cleanups. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
* Update cinnamon to 2.2.3. Deal with the upower update to 0.99. Introducegusi2014-04-265-7/+199
| | | | | | | | | cinnamon-menus and mint-themes. Remove a lot of unused stuff in misc/cinnamon-translations. Also try to remove deprecated stuff here and there. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19573 df743ca5-7f9a-e211-a948-0013205c9059
* libkrb5 from ports is not needed (apparently). Remove that while there are nogusi2014-04-041-8/+6
| | | | | | | | | bad reports about it. While here, do cosmetic changes and switch to tar:xz. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19449 df743ca5-7f9a-e211-a948-0013205c9059
* Update cinnamon to 2.0. Among the changes:gusi2014-01-214-186/+16
| | | | | | | | | | | | | | | | | | | | - Many packages were split. New components appeared - In cinnamon-settings, the applet to configure the users has been removed. It needs python-pam, which is not in the tree yet - The translations are optional and can be enabled in x11/cinnamon - To configure cinnamon, use cinnamon-settings. The cinnamon-control-center seems to be lagging behind - The cinnamon2d, the fallback version of cinnamon, seems to be buggy and needs some love. It can be chosen with gdm in the session list - Only a subset of the nemo-extensions were enabled. More to come in the future - The JavaScripts bindings are now provided by lang/cjs (which seems to be a fork from lang/gjs) The development of cinnamon is moving fast, so if you find problems please contact gnome@freebsd.org Reviewed by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18985 df743ca5-7f9a-e211-a948-0013205c9059
* Remove stray '.'kwm2013-12-161-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18960 df743ca5-7f9a-e211-a948-0013205c9059
* c-c-c needs libgnomekbd.kwm2013-12-151-0/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18958 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the build against renamed gnome ports.gusi2013-11-021-0/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18851 df743ca5-7f9a-e211-a948-0013205c9059
* Move gnome3 ports into the place of the gnome2 locations.kwm2013-10-281-3/+3
| | | | | | | | | | | | | | | Update to new port rules, remove conflicts, latest_link, enable stage support. gnome-games was skipped because I got a update for that. gnome-keyring 2 vs 3, needs to be looked at. zenity 2 vs 3, and libgnomekbd 2 vs 3 Use new lib_depend syntax in bsd.gnome.mk. Possible lots of broken links. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
* Pull in devel/py-lxml by its name instead of checking for CREDITS.txt. That ↵gusi2013-10-161-1/+1
| | | | | | | | | file is installed only if DOCS is enabled in py-lxml, so when the DOCS option is not enable the ports system will try to reinstall the py-lxml package. Reported by: poudriere git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18801 df743ca5-7f9a-e211-a948-0013205c9059
* Some changes to cinnamon and related ports:gusi2013-10-142-10/+5
| | | | | | | | | | | | | | | | - stop using the GITHUB macros from bsd.sites.mk and use MASTER_SITES instead [1] - fix some incorrect STAGEDIR usages. Also remove some incorrect and useless ${STAGE} - resort x11/cinnamon post-patch so that all the paths in generate_desktop_files are staging compliant - fix the compilation of cinnamon. The build failed to detect gettext - fix nemo to install gir and typelib files in the right place - fix c-c-c to honour ${LOCALBASE} when calling autoreconf, ${PREFIX} may be different than ${LOCALBASE} [1] The source code was tar'ed inside a directory that did not follow the desired name schema (${PORTNAME}-${PORTVERSION}) and also was chaging from time to time, making the port hard to keep up to date and compilable. The code was inside a directory like linuxmint-portname-$random_id where $random_im != port_commit_id. Reviewed by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18795 df743ca5-7f9a-e211-a948-0013205c9059
* Various upgrades and fixes for cinnamon:gusi2013-10-105-309/+95
| | | | | | | | | | | | | | | | | | | - Upgrade cinnamon, cinnamon-control-center, nemo and mutter [1]. - Add staging support - While here change lib_depends to the new style - Add some USES+=pkgconfig missing - Sort USE_GNOME - Update the pkg-plist for all the ports changed - Fix the COMMENT knobs - Fix the nemo patches. Remove patch-autogen.sh - Remove patch-panels_common_cc-common-language.c and add patch-panels_user-accounts_um-utils.c for c-c-c Reviewed by: kwm [1] 1.8.8.1, 1.8.2, 1.8.5 and 3.6.2 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18785 df743ca5-7f9a-e211-a948-0013205c9059
* Add NO_STAGE to all ports, until we convert each one.kwm2013-09-221-16/+17
| | | | | | | Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
* Catch up with ports infra changes.kwm2013-07-261-2/+1
| | | | | | | | | USE_GMAKE= => USES=gmake Sort Uses Remove MAKE_JOBS_SAFE as it is default now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
* Massive port framework maintaince/update (long over due too)kwm2013-04-271-2/+1
| | | | | | | | Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
* Add the folling ports from the linuxmint project:kwm2013-03-238-0/+660
nemo (nautilus clone) muffin (mutter clone) cinnemon-control-center and cinnemon (gnome-c-c and gnome-shell clones) Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17239 df743ca5-7f9a-e211-a948-0013205c9059