aboutsummaryrefslogtreecommitdiff
path: root/deskutils/cairo-dock
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-221-1/+1
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-091-1/+1
| | | | | | | | | | | | | | - switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878 Notes: svn path=/head/; revision=554733
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-0/+1
| | | | Notes: svn path=/head/; revision=517008
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* graphics/mesa-libs: enable WAYLAND by default here and in consumersJan Beich2018-11-111-2/+2
| | | | | | | | | | | PR: 227509 Requested by: Johannes Lundberg, Greg V Reviewed by: tobik (earlier version) Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks) Exp-run by: antoine Notes: svn path=/head/; revision=484788
* deskutils/cairo-dock: track more dependenciesJan Beich2018-11-111-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libdbus-1.so.3 from devel/dbus but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdbus-1.so:devel/dbus Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libGLU.so.1 from graphics/libGLU but it is not declared as a dependency Warning: you need USE_GL+=glu Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libGL.so.1 from graphics/mesa-libs but it is not declared as a dependency Warning: you need USE_GL+=gl Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libwayland-client.so.0 from graphics/wayland but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwayland-client.so:graphics/wayland Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXcomposite.so.1 from x11/libXcomposite but it is not declared as a dependency Warning: you need USE_XORG+=xcomposite Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXrandr.so.2 from x11/libXrandr but it is not declared as a dependency Warning: you need USE_XORG+=xrandr Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/bin/cairo-dock is linked to /usr/local/lib/libXinerama.so.1 from x11/libXinerama but it is not declared as a dependency Warning: you need USE_XORG+=xinerama PR: 227509 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=484787
* This port requires USES=compiler:c++11-lang to build on GCC-basedMark Linimon2018-11-111-2/+2
| | | | | | | | | | | | architectures. While here, add USES=gnome and localbase:ldflags.. PR: 232818 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=484656
* - Fix licenseDmitry Marakasov2016-08-171-5/+5
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=420346
* deskutils/cairo-dock: Drop maintainershipTorsten Zuehlsdorff2016-07-181-1/+1
| | | | | | | | | PR: 211117 Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer= Approved by: junovitch (mentor) Notes: svn path=/head/; revision=418697
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Add USES=pathfix support for CMake. Some ports that use CMake to buildJason E. Hale2016-01-071-1/+1
| | | | | | | | | | | | | | already had USES=pathfix, although it did nothing. For those ports, I either removed it as they were handling the pkgconfig files differently or I removed patches and substitutions that accomplished the same thing as pathfix. Differential Revision: https://reviews.freebsd.org/D850 Reviewed by: antoine, bapt, tijl Approved by: portmgr (bapt) Notes: svn path=/head/; revision=405449
* - Update to 3.4.1Dmitry Marakasov2015-05-093-7/+5
| | | | | | | | | | | - Follow upstream versioning - Simplify ports PR: 199805 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=385877
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-5/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* deskutils/cairo-dock: Unbreak DragonFlyJohn Marino2015-01-032-14/+23
| | | | | | | | | Extend the current patch - DragonFly needs the same handling as FreeBSD. Since the entire patch changed and didn't use the UTC timestamp, the patch was renamed to confirm with "make makepatch" standards. Notes: svn path=/head/; revision=376124
* - Update to version 3.4.0Pawel Pekala2014-12-289-100/+51
| | | | | | | | | | | - Now hosted on github, new homepage - Add LICENSE PR: 193232 Submitted by: maintainer Notes: svn path=/head/; revision=375698
* Cleanup plistBaptiste Daroussin2014-10-201-65/+0
| | | | Notes: svn path=/head/; revision=371262
* Retire MANCOMPRESSED.Mathieu Arnold2014-09-181-2/+0
| | | | | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=368446
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Remove some duplicate lines from plist (or duplicate plist)Antoine Brodin2014-08-251-68/+61
| | | | | | | Reported by: pkg developer mode Notes: svn path=/head/; revision=366094
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Stage support [1]Rene Ladan2014-04-042-5/+7
| | | | | | | | | | | | - Add missing entries to pkg-plist - gnomehack -> USES=pathfix - Bump PORTREVISION PR: ports/188232 [1] Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) Notes: svn path=/head/; revision=350165
* Fix LIB_DEPENDSAntoine Brodin2013-12-231-1/+1
| | | | Notes: svn path=/head/; revision=337267
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-4/+4
| | | | | | | LIB_DEPENDS in deskutils Notes: svn path=/head/; revision=336190
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* - Revert commit, maintainer made contactThomas Abthorpe2013-09-061-1/+1
| | | | | | | Submitted by: Ivan Klymenko (maintainer) Notes: svn path=/head/; revision=326458
* - Reassign to the heap due to maintainer mail bounceThomas Abthorpe2013-09-051-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=326424
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Fix sound playbackLars Engels2013-07-022-5/+30
| | | | | | | | | | | - Bump PORTREVISION - Whitespace fixes PR: ports/180091 Submitted by: maintainer Notes: svn path=/head/; revision=322200
* deskutils/cairo-dock: update to 3.2.1William Grzybowski2013-06-2815-340/+346
| | | | | | | | | | | | | | | | - Update to 3.2.1 [1] - Remove ABI version from lib depends [1] - USES pkgconfig - Fix build with clang - Use space instead of tab for WWW Changes: http://glx-dock.org/bg_topic.php?t=6836 PR: ports/180032 Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) [1] Notes: svn path=/head/; revision=322007
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Fix build with latest glib updateBryan Drewery2013-03-113-7/+11
| | | | | | | | | | | | - Fix plist referencing bad PREFIX/share/man directory - Trim header PR: ports/176778 Submitted by: Takashi Matsubara <t-matubara@miracle.ocn.ne.jp> Approved by: Ivan Klymenko <fidaj@ukr.net> (maintainer) Notes: svn path=/head/; revision=313853
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Fix a number of bugs related to (default) directory locations.Gerald Pfeifer2012-04-098-15/+111
| | | | | | | | | PR: 165925 Submitted by: maintainer (fidaj@ukr.net) Feature safe: yes Notes: svn path=/head/; revision=294439
* Update to 2.3.0~3Julien Laffaye2011-07-153-20/+37
| | | | | | | | | PR: ports/158828 Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=277757
* - remove useless gmake dependencyBaptiste Daroussin2011-05-311-1/+0
| | | | | | | | | PR: ports/156525 Submitted by: bapt (myself :) Approved by: maintainer timeout Notes: svn path=/head/; revision=274866
* - Update to 2.2.0-4Pav Lucistnik2011-01-278-170/+159
| | | | | | | | | PR: ports/153784, ports/153785 Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268278
* - Update to 2.1.3-9Martin Wilke2010-07-127-30/+96
| | | | | | | | PR: ports/147273 Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) Notes: svn path=/head/; revision=257655
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Cairo-Dock is a light and eye-candy dock to launch your programs easily. It usesMartin Wilke2010-03-217-0/+280
Cairo / OpenGL to render nice graphics (many in correlation with Compiz) with hardware acceleration. It's fully configurable and customizable and can be a taskbar too. You can easily plug applets into it or in a desklet mode. WWW: https://launchpad.net/cairo-dock PR: ports/144912 Submitted by: Ivan Klymenko <fidaj at ukr.net> Notes: svn path=/head/; revision=251334