summaryrefslogtreecommitdiffstats
path: root/x11-fm/nemo
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build of those ports. Remove USE_AUTOTOOLS and switchgusi2014-10-212-20/+3
| | | | | | | | to USE=autoreconf:build instead. Other minor changes here and there. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20008 df743ca5-7f9a-e211-a948-0013205c9059
* Update x11/cinnamon to 2.2.16.gusi2014-09-132-3/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19857 df743ca5-7f9a-e211-a948-0013205c9059
* Convert:kwm2014-08-131-2/+1
| | | | | | | | | USE_PYTHON* -> USES=python* USE_XZ|USE_BZIP2 -> USES=tar: replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
* Update cinnamon to 2.2.14 and related ports to the last version available.gusi2014-07-313-8/+9
| | | | | | | | | | | | | | | | | | | While here: - switch maintainership to gnome@FreeBSD.org - convert those ports with options to the compact form - stop using paths in {run/lib}_depends and instead use the package:dir form - ensure no USE_AUTOTOOLS= libtool is used. Those doing the autofoo dance must use libtoolize instead I will drop keepla in the future. I did no want to mix that with this commit. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19786 df743ca5-7f9a-e211-a948-0013205c9059
* I forgot something: update nemo to 2.2.2.gusi2014-05-283-14/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19705 df743ca5-7f9a-e211-a948-0013205c9059
* Try to fix x11-fm/nemo and sysutils/cinnamon-control-center. Commit r19612gusi2014-05-122-3/+3
| | | | | | | | | | | | | | | | | removed both ports .so.X major shared libraries. That is obviously bad. The problem seems to be USES=libtool[:keepla] related. The only way I managed to put back those libraries is by completely removing the libtool from USES. Because of this, c-c-c keep its .so.1 there, but x11-fm/nemo bumped the lib to .5. To track that I updated the nemo users (x11/cinnamon and deskutils/nemo-extensions). This commit shoulds make cinnamon stable enough until we figure out why libtool is breaking the major shared object installation. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19618 df743ca5-7f9a-e211-a948-0013205c9059
* Fix pkg-plist issues with shared object versions.gusi2014-05-081-1/+0
| | | | 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/+7
| | | | | | | | | | | | 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-263-12/+30
| | | | | | | | | 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
* 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