aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/kde4-windeco-crystal
Commit message (Collapse)AuthorAgeFilesLines
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-251-1/+1
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* - Remove deprecated USE_KDE4=kdehierMax Brazhnikov2015-02-191-1/+1
| | | | | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option Notes: svn path=/head/; revision=379358
* 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
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* - Support stagingJason E. Hale2014-06-231-3/+1
| | | | | | | | | | - USE_BZIP2 -> USE=tar:bzip2 - Tab -> space in pkg-descr Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=359021
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-themes) Notes: svn path=/head/; revision=327783
* - Changed my emailVeniamin Gvozdikov2013-07-221-1/+1
| | | | | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors) Notes: svn path=/head/; revision=323455
* - Fix build with recent KDE by updating to 2.2.1Max Brazhnikov2013-04-042-11/+7
| | | | | | | | | | | | while here: - Trim Makefile header - Switch to out-of-source build - Explicitly depend on required Qt4 component Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315725
* - 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
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - Update to version 2.1.0Pawel Pekala2011-09-153-5/+6
| | | | | | | | | | | | - Add LICENSE - Update WWW PR: ports/160629 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) Approved by: miwi, wen (mentors implicit) Notes: svn path=/head/; revision=281815
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276936
* Chase after net/openldap24-server update.Xin LI2011-02-251-1/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* - Chase security/libksba shlib version bumpGreg Larkin2010-12-161-1/+1
| | | | | | | | Requested by: kwm Pointyhat to: glarkin Notes: svn path=/head/; revision=266393
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 2.0.5Max Brazhnikov2009-08-232-5/+4
| | | | | | | | | PR: ports/138092 Submitted by: Shane Bell <decept0 at gmail.com> Approved by: maintainer (via xmpp) Notes: svn path=/head/; revision=240191
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 2.0.3Martin Wilke2009-05-043-17/+12
| | | | | | | | | | - Connect to the build PR: 133698 Submitted by: zloidemon <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=233240
* - Update to 1.0.7Beat Gaetzi2009-02-082-5/+4
| | | | | | | | | PR: ports/131338 Submitted by: Shane Bell <decept0 AT gmail.com> (maintainer) Approved by: miwi (mentor) Notes: svn path=/head/; revision=227807
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-0/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* - Update to 1.0.6Martin Wilke2008-09-262-5/+4
| | | | | | | | PR: 127539 Submitted by: Shane Bell <decept0@gmail.com> (maintainer) Notes: svn path=/head/; revision=220815
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.0.5Thomas Abthorpe2008-02-192-4/+4
| | | | | | | | | PR: ports/120750 Submitted by: Tobias Stadler <TS.Stadler gmx.de> Approved by: Shane Bell <decept0 gmail.com> (maiintainer) Notes: svn path=/head/; revision=207598
* Update to 1.0.4Ion-Mihai Tetcu2007-06-172-5/+4
| | | | | | | | PR: ports/113568 Submitted by: Shane Bell (maintainer) Notes: svn path=/head/; revision=193735
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.0.3Martin Wilke2007-05-012-5/+4
| | | | | | | | PR: 112293 Submitted by: Shane Bell<decept0@gmail.com> (maintainer) Notes: svn path=/head/; revision=191354
* - Change master site to make it fetchable. The following three sitesRong-En Fan2007-02-221-1/+1
| | | | | | | | | | | | | | | www.kde-apps.org www.kde-look.org www.gnome-look.org changed their file location. PR: ports/109389 Noticed by: Phillip Neumann <pneumann at gmail.com> Approved by: portmgr (pav) Notes: svn path=/head/; revision=185659
* - Update to 1.0.2Rong-En Fan2006-10-092-4/+4
| | | | | | | | PR: ports/104190 Submitted by: shane bell<decept0 at gmail.com> (maintainer) Notes: svn path=/head/; revision=175090
* Update to 1.0.1Mathieu Arnold2006-06-302-4/+7
| | | | | | | | | | remove use of -O2 from configure script PR: 99597 Submitted by: maintainer Notes: svn path=/head/; revision=166658
* Update to 1.0.0Mathieu Arnold2006-06-302-6/+6
| | | | | | | | PR: 99353 Submitted by: maintainer Notes: svn path=/head/; revision=166656
* - Update to 0.9.9Volker Stolz2006-04-242-8/+9
| | | | | | | | | | | - MASTERSITE changed to kde-look.org - Use PKGNAMEPREFIX like other theme ports PR: ports/94629 Submitted byL maintainer Notes: svn path=/head/; revision=160322
* Post libtool-conversion fixupsAde Lovett2006-02-262-1/+4
| | | | | | | | Submitted by: pointyhat Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156826
* - Update to 0.9.8Tim Bishop2006-01-092-4/+4
| | | | | | | | Submitted by: decept <decept0@gmail.com> (maintainer) PR: 91534 Notes: svn path=/head/; revision=153128
* [UPDATE] x11-themes/kde-windeco-crystalEdwin Groothuis2006-01-042-9/+6
| | | | | | | | | | | | - Update to 0.9.7 - Change PORTNAME to kde-windeco-crystal - Unbreak PR: ports/91298 Submitted by: decept <decept0@gmail.com> Notes: svn path=/head/; revision=152716
* BROKEN: Size mismatchKris Kennaway2005-12-171-0/+2
| | | | Notes: svn path=/head/; revision=151418
* - Update to 0.9.6Tim Bishop2005-12-072-4/+4
| | | | | | | | | PR: 90006 Submitted by: decept <decept0@gmail.com> Approved by: clement (mentor) Notes: svn path=/head/; revision=150579
* - Update to 0.9.5Renato Botelho2005-11-112-10/+6
| | | | | | | | | | | - Unbreak - Add SHA256 PR: 88761 Submitted by: maintainer Notes: svn path=/head/; revision=147954
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* BROKEN: UnfetchableKris Kennaway2005-10-281-0/+2
| | | | Notes: svn path=/head/; revision=146542
* Update to 0.9.3Tilman Keskinoz2005-09-252-12/+6
| | | | | | | | PR: 84375 Submitted by: maintainer Notes: svn path=/head/; revision=143545
* Add kde-windeco-crystal 0.9.2, transparent KDE window decoration.Oliver Lehmann2005-06-124-0/+42
PR: 80598 Submitted by: Shane <decept0@gmail.com> Notes: svn path=/head/; revision=137360