summaryrefslogtreecommitdiffstats
path: root/x11-fm/nemo
Commit message (Collapse)AuthorAgeFilesLines
* Fix x11-fm/nemo to build with glib-2.40.0, since with 2.39 g_memmove gotgusi2014-04-032-2/+26
| | | | | | | | | | | | deprecated. While here, instead of disabling tracker make it optional. Use the new option style in brief mode. Finaly, do some cosmetic changes. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19447 df743ca5-7f9a-e211-a948-0013205c9059
* Add a patch to fix the compilation with clang 3.4. That array is not used in ↵gusi2014-03-081-0/+15
| | | | | | the code. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19015 df743ca5-7f9a-e211-a948-0013205c9059
* Update cinnamon to 2.0. Among the changes:gusi2014-01-214-67/+53
| | | | | | | | | | | | | | | | | | | | - 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
* Unbreak with new gtk+3kwm2013-12-151-0/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18959 df743ca5-7f9a-e211-a948-0013205c9059
* Fix a conflict ith x11-fm/nautilus. While here strip a lib installed by the ↵gusi2013-11-172-3/+9
| | | | | | | | | port [1] and remove a .bak file that was getting installed and went unnoticed [2]. [1], [2] Reported by poudriere git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18894 df743ca5-7f9a-e211-a948-0013205c9059
* Some changes to cinnamon and related ports:gusi2013-10-143-74/+19
| | | | | | | | | | | | | | | | - 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
* Fix the distinfo file.gusi2013-10-111-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18790 df743ca5-7f9a-e211-a948-0013205c9059
* Various upgrades and fixes for cinnamon:gusi2013-10-107-18/+29
| | | | | | | | | | | | | | | | | | | - 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-3/+4
| | | | | | | 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
* Add introspection USE_GNOME component.kwm2013-05-141-3/+2
| | | | | | | | | | | | | | | Either introspection => both build and run dependancy or choosable with :build/:run modifiers. This also adds a MAKE_ENV to set the HOME to ${WRKDIR} so the .cache dir isn't created in the /root dir anymore. Convert all users in MC. Reported by: bapt/miwi git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18467 df743ca5-7f9a-e211-a948-0013205c9059
* Massive port framework maintaince/update (long over due too)kwm2013-04-271-6/+2
| | | | | | | | 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/+301
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