aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
Commit message (Collapse)AuthorAgeFilesLines
* x11-themes/xfce-evolution: update to 5.6.2Steve Wills2018-12-264-274/+558
| | | | | | | | PR: 234160 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=488455
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-2521-21/+21
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* x11-themes/qt5-style-plugins: bump revision after r487594Tobias C. Berner2018-12-201-1/+1
| | | | | | | | PR: 234199 Reported by: <basarevych@gmail.com> Notes: svn path=/head/; revision=487874
* Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" blockRene Ladan2018-12-162-6/+4
| | | | | | | | | | instead of flavoring the variables themselves. This caused too much hassle for Tools/scripts/rmport. Discussed with: tcberner Notes: svn path=/head/; revision=487601
* Update KDE Frameworks to 5.53.0Tobias C. Berner2018-12-1611-37/+120
| | | | | | | | | | https://www.kde.org/announcements/kde-frameworks-5.53.0.php PR: 233885 Exp-run by: antoine Notes: svn path=/head/; revision=487595
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-1215-7/+15
| | | | | | | | | | | | | | | | | | 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
* x11-themes/kde4-style-skulpture: drop maintainershipSteve Wills2018-12-081-1/+1
| | | | Notes: svn path=/head/; revision=486999
* x11-themes/kde4-style-nitrogen: drop maintainershipSteve Wills2018-12-081-1/+1
| | | | Notes: svn path=/head/; revision=486998
* x11-themes/kde4-style-bespin: drop maintainershipSteve Wills2018-12-081-1/+1
| | | | Notes: svn path=/head/; revision=486997
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-0215-3/+51
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* Fix build for some kde@ ports with GCC-based architecturesTobias C. Berner2018-11-231-1/+1
| | | | | | | | PR: 233451 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=485713
* Update KDE Frameworks to 5.52.0Tobias C. Berner2018-11-1210-81/+193
| | | | | | | | PR: 233107 Exp-run by: antoine Notes: svn path=/head/; revision=484814
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-103-3/+3
| | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=484640
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativeTobias C. Berner2018-11-043-3/+6
| | | | | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751 Notes: svn path=/head/; revision=484140
* update x11-themes/mate-icon-theme to 1.20.2Eric Turgeon2018-11-033-4/+29
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=483862
* Fix build on powerpc64 by adding compiler:c++11-lang to USES.Mark Linimon2018-11-022-2/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483822
* x11-themes/kf5-kiconthemes: add new optional (default=on) runtime dependency ↵Tobias C. Berner2018-10-281-1/+6
| | | | | | | on icons Notes: svn path=/head/; revision=483317
* Update KDE Plasma to 5.12.7.Tobias C. Berner2018-10-2811-19/+19
| | | | Notes: svn path=/head/; revision=483271
* Fix build with GCC-based architectures for various kde@ ports.Tobias C. Berner2018-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Qt5 required c++11 support. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> PR: 232726 PR: 232725 PR: 232723 PR: 232722 PR: 232721 PR: 232720 PR: 232719 PR: 232697 PR: 232682 PR: 232669 PR: 232668 PR: 232667 PR: 232666 PR: 232665 PR: 232664 PR: 232662 PR: 232661 PR: 232655 PR: 232654 PR: 232652 PR: 232648 PR: 232647 PR: 232641 PR: 232640 PR: 232638 PR: 232635 PR: 232634 PR: 232632 PR: 232631 PR: 232630 PR: 232629 PR: 232628 PR: 232627 PR: 232625 PR: 232624 PR: 232623 PR: 232614 PR: 232613 PR: 232612 PR: 232611 PR: 232610 PR: 232609 PR: 232607 PR: 232606 PR: 232605 PR: 232604 PR: 232603 PR: 232602 PR: 232597 PR: 232589 PR: 232585 PR: 232584 PR: 232583 PR: 232581 PR: 232580 PR: 232579 PR: 232578 PR: 232576 PR: 232575 PR: 232574 PR: 232573 PR: 232570 Notes: svn path=/head/; revision=483125
* x11-themes/kf5-kiconthemes: add upstream fix for runtime crashTobias C. Berner2018-10-222-0/+26
| | | | Notes: svn path=/head/; revision=482755
* x11-themes/qt5-style-plugins: update to git tag to include Gtk2 stylesTobias C. Berner2018-10-203-14/+31
| | | | | | | PR: 225048 Notes: svn path=/head/; revision=482620
* x11-themes/plasma5-breeze-gtk: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+2
| | | | | | | | PR: 232395 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482586
* x11-themes/qt5-style-plugins: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+1
| | | | | | | | PR: 232404 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482580
* Update KDE Frameworks to 5.41Tobias C. Berner2018-10-206-16/+70
| | | | | | | | PR: 232296 Exp-run by: antoine Notes: svn path=/head/; revision=482471
* Follow up to r482017: upstream address was not updated in pkg-descr ofAlexandre C. Guimarães2018-10-156-3/+6
| | | | | | | | | | | | x11-themes/freebsd-8k-wallpapers x11-themes/sddm-freebsd-black-theme x11-themes/slim-freebsd-black-theme Reported by: swills Approved by: tcberner (mentor) Notes: svn path=/head/; revision=482132
* Fix misattributed ports (email was wrong).Adriaan de Groot2018-10-141-1/+1
| | | | | | | Submitted by: loise@kde.org Notes: svn path=/head/; revision=482048
* x11-themes/slim-freebsd-black-theme: update to version 1.2.Alexandre C. Guimarães2018-10-133-21/+23
| | | | | | | | | | Update MAINTAINER address. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17293 Notes: svn path=/head/; revision=482017
* x11-themes/sddm-freebsd-black-theme: update to version 1.2.Alexandre C. Guimarães2018-10-132-18/+19
| | | | | | | | | | | Update MAINTAINER address. Reviewed by: tcberner (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17294 Notes: svn path=/head/; revision=482016
* x11-themes/freebsd-8k-wallpapers: update to v1.1.Alexandre C. Guimarães2018-10-132-10/+11
| | | | | | | | | | Update MAINTAINER address. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17453 Notes: svn path=/head/; revision=481997
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-3014-105/+130
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* New ports: x11-themes/freebsd-8k-wallpapers and ↵Tobias C. Berner2018-09-228-0/+241
| | | | | | | | | | | | x11-themes/freebsd-8k-wallpapers-kde Collection of simple FreeBSD 8K wallpapers, and it also include a KDE branded variation. Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> Differential Revision: https://reviews.freebsd.org/D17266 Notes: svn path=/head/; revision=480342
* Update KDE Frameworks to 5.50Tobias C. Berner2018-09-176-15/+20
| | | | | | | | | | * net/syndication has become a framework and been moved to net/kf5-syndication. Exp-run by: antoine PR: 231263 Notes: svn path=/head/; revision=479942
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-102-0/+4
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Return rea@'s ports to the pool after 19 months of inactivity.Rene Ladan2018-09-031-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=478864
* Deprecate KDE4 software, categories www-x11-themesAdriaan de Groot2018-08-305-0/+15
| | | | | | | | | | | | | This is the last bit. The last upstream release supporting KDE4 was 10 months ago, https://www.kde.org/announcements/announce-applications-17.08.3.php , and the kde@ team for FreeBSD has supported modern KDE (i.e. KDE Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4 month deprecation period to allow users to switch over. Notes: svn path=/head/; revision=478483
* x11-themes/qt[4,5]-style-Kvantum: update to v0.10.7 and convert to FLAVORsTobias C. Berner2018-08-2610-84/+61
| | | | | | | | | | PR: 227484 Submitted by: Alexandre C. Guimarães (lebarondemerde@privacychain.ch) Approved by: portmgr (mat), rezny (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D15958 Notes: svn path=/head/; revision=478124
* Update KDE Frameworks to the latest monthly, 5.49Adriaan de Groot2018-08-238-17/+21
| | | | | | | | | | | | https://www.kde.org/announcements/kde-frameworks-5.49.0.php Thanks Antoine for the exp-run. PR: 230596 Submitted by: tcberner Notes: svn path=/head/; revision=477922
* Update to 1.0.2Grzegorz Blach2018-08-193-68/+4
| | | | Notes: svn path=/head/; revision=477582
* Remove expired ports:Rene Ladan2018-08-164-44/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-08-16 net/traceroute: Upstream gone 2018-08-15 net/e169-stats: unknown license 2018-08-15 net/l4ip: unknown license 2018-08-15 net/dhcprelay: unknown license 2018-08-15 emulators/m2000: unknown license 2018-08-15 textproc/ant-xinclude-task: unknown license 2018-08-15 textproc/bomstrip: unknown license 2018-08-15 x11-fonts/ecofont: unknown license 2018-08-15 mail/roundcube-groupvice: unknown license 2018-08-15 security/pft: unknown license 2018-08-15 devel/kickassembler: unknown license 2018-08-15 devel/gdbmods: unknown license 2018-08-15 devel/as31: unknown license 2018-08-15 databases/dbf2mysql: unknown license 2018-08-15 misc/xpns: unknown license 2018-08-15 misc/amfm: unknown license 2018-08-15 games/smashbattle: unknown license 2018-08-15 games/syobon: unknown license 2018-08-15 games/optimax: unknown license 2018-08-15 games/xgospel: unknown license 2018-08-15 biology/blat: unknown license 2018-08-15 x11-clocks/swisswatch: unknown license 2018-08-15 palm/ppmtoTbmp: unknown license 2018-08-15 dns/ghtool: unknown license 2018-08-15 x11-themes/beastie: unknown license 2018-08-15 converters/uudx: unknown license 2018-08-15 sysutils/areca-cli: unknown license Notes: svn path=/head/; revision=477371
* Regular sorting of categories Makefiles.Mathieu Arnold2018-08-081-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=476639
* - Update MASTER_SITESGrzegorz Blach2018-08-071-3/+1
| | | | | | | - Remove BROKEN knob Notes: svn path=/head/; revision=476579
* Mark BROKEN: checksum and size mismatchAntoine Brodin2018-08-051-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=476395
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Update to 1.1.1Grzegorz Blach2018-07-313-17/+23
| | | | Notes: svn path=/head/; revision=475981
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-2910-1/+10
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* x11-themes/xfce-evolution: Update to 4.12.0Jochen Neumeister2018-07-283-76/+306
| | | | | | | | PR: 229963 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=475601
* New port x11-themes/lxqt-themesJesper Schmitz Mouridsen2018-07-275-0/+123
| | | | | | | | | PR: 229295 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D16382 Notes: svn path=/head/; revision=475459
* Update KDE Frameworks to 5.48.0Tobias C. Berner2018-07-198-16/+25
| | | | | | | | Exp-run by: antoine PR: 229769 Notes: svn path=/head/; revision=474977
* x11-themes/xfce-evolution update to 4.10.1Steve Wills2018-07-163-204/+504
| | | | | | | | PR: 229808 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=474749