aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
Commit message (Collapse)AuthorAgeFilesLines
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-2414-27/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 2016082001Emanuel Haupt2016-08-203-75/+82
| | | | | | | - Update master site Notes: svn path=/head/; revision=420523
* Arc is a flat theme with transparent elements for GTK 3, GTK 2 andPawel Pekala2016-08-195-0/+1613
| | | | | | | | | | | | | Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc. WWW: https://github.com/horst3180/arc-theme PR: 211710 Submitted by: mail_me@riseup.net Notes: svn path=/head/; revision=420491
* x11-themes/slim-themes: fix invalid option definitionsJohn Marino2016-08-181-24/+14
| | | | | | | | | | | | | | | | | | | | | | Defining PORT_OPTIONS directly, especially after makefile fragment inclusions, is not valid and results in missing options values (yet masked when they are evaluated later after they are needed). Rework the automagic to function as intended with the exception of removing the redundant and potentially misleading "ALL_THEMES" option. All the themes are already set on by default and to change that required the extra step of unchecking ALL_THEMES (without doing so still resulted in all being selected even when options are unchecked which is confusing). Finally, use the option framework to enforce one choice with MULTI option rather than roll-your-own logic. PR: 211569 Approved by: maintainer timeout Discovered by: Synth sanity check failure Notes: svn path=/head/; revision=420386
* Update to 2.6.1Olivier Duchateau2016-08-172-4/+4
| | | | Notes: svn path=/head/; revision=420368
* Update to version 0.10.1Pawel Pekala2016-08-153-4/+25
| | | | | | | | PR: 211737 Submitted by: maintainer Notes: svn path=/head/; revision=420240
* Update to version 0.10.1Pawel Pekala2016-08-152-4/+4
| | | | | | | | PR: 211736 Submitted by: maintainer Notes: svn path=/head/; revision=420239
* x11-themes/slim-themes: use new distfiles locationEygene Ryabinkin2016-07-231-1/+2
| | | | | | | | BerliOS is down for a long time, so I had decided to mirror all theme files at the CodeLabs facilities, both old and new themes. Notes: svn path=/head/; revision=418938
* - Mark BROKEN: does not fetchDmitry Marakasov2016-07-181-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=418714
* - Mark BROKEN: does not fetchDmitry Marakasov2016-07-181-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=418713
* - Update to 0.10.0Dmitry Marakasov2016-07-132-4/+4
| | | | | | | | PR: 211063 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=418479
* - Update to 0.10.0Dmitry Marakasov2016-07-133-4/+25
| | | | | | | | PR: 211064 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=418478
* Update to 3.18.0Olivier Duchateau2016-07-062-3/+4
| | | | Notes: svn path=/head/; revision=418146
* Reset ports maintained by horia@racoviceanu.com.Raphael Kubo da Costa2016-06-281-1/+1
| | | | | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980 Notes: svn path=/head/; revision=417703
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-06-231-1/+1
| | | | | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor) Notes: svn path=/head/; revision=417356
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-201-1/+1
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* - Make fetchable, update pkg-descr and homepagePawel Pekala2016-06-194-7/+34
| | | | | | | | | | - Add patch to fix color of textviews PR: 210057 Submitted by: maintainer Notes: svn path=/head/; revision=417130
* x11-themes/qt5-style-Kvantum: 0.9.7 -> 0.9.8Kurt Jaeger2016-06-183-5/+28
| | | | | | | | | | | - CPU usage optimization in extreme cases - Two themes are also added, one of which is translucent PR: 210335 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=417062
* x11-themes/qt4-style-Kvantum: 0.9.7 -> 0.9.8Kurt Jaeger2016-06-182-5/+5
| | | | | | | | | | | - CPU usage optimization in extreme cases - Two themes are also added, one of which is translucent. PR: 210334 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=417061
* New port: x11-themes/cursor-ardoise-themeKurt Jaeger2016-06-144-0/+54
| | | | | | | | | | | | | | | | Simple, flat and dark Ardoise X cursor theme by obnosim. It uses symbols instead of changing the shape of the cursor. Available resolutions are 24, 32, 48 and 72 px. Translucent and opaque variants. WWW: http://kde-look.org/content/show.php/Ardoise?content=165308 PR: 196310 Submitted by: lightside@gmx.com Notes: svn path=/head/; revision=416905
* - Update to 2.6.0Olivier Duchateau2016-06-134-30/+81
| | | | | | | | | | - Rewrite COMMENT field, it supports several windows managers (not only Xfwm4) - Adjust dependencies - Switch to options helpers - Update WWW entry (pkg-descr) Notes: svn path=/head/; revision=416854
* - Update to 0.9.7Dmitry Marakasov2016-06-093-16/+21
| | | | | | | | PR: 170978 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=416597
* - Add LICENSEDmitry Marakasov2016-06-092-0/+24
| | | | | | | | | - Fix build on 11.x Approved by: portmgr blanket Notes: svn path=/head/; revision=416595
* - Update to 0.9.7Dmitry Marakasov2016-06-032-5/+4
| | | | | | | | PR: 209993 Submitted by: matthew@reztek.cz (maintainer) Notes: svn path=/head/; revision=416334
* x11-themes/kde4-style-skulpture: update to 0.2.4Steve Wills2016-05-313-5/+6
| | | | | | | | PR: 203007 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=416197
* New port: x11-themes/qt5-style-pluginsKurt Jaeger2016-05-285-0/+36
| | | | | | | | | | | | | | | | Additional Qt5 styles formerly packaged with Qt: - Cleanlooks - Motif - Plastique WWW: http://qt-project.org PR: 209319 Submitted by: groot@kde.org (kde), Ralf Nolden <nolden@kde.org> (kde) Notes: svn path=/head/; revision=415999
* Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with anDmitry Marakasov2016-05-275-0/+273
| | | | | | | | | | | | | | | | | | | | emphasis on elegance, usability and practicality. Kvantum has a default dark theme, which is inspired by the default theme of Enlightenment. Creation of realistic themes like that for KDE was my first reason to make Kvantum but it goes far beyond its default theme: you could make themes with very different looks and feels for it, whether they be photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or something in between, and Kvantum will let you control almost every aspect of Qt widgets. WWW: https://github.com/tsujan/Kvantum PR: 209568 Submitted by: matthew@reztek.cz Notes: svn path=/head/; revision=415949
* - Connect qt4-style-Kvantum to buildDmitry Marakasov2016-05-271-0/+1
| | | | | | | | PR: 209568 Submitted by: matthew@reztek.cz Notes: svn path=/head/; revision=415947
* Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQT, with anDmitry Marakasov2016-05-274-0/+47
| | | | | | | | | | | | | | | | | | | | emphasis on elegance, usability and practicality. Kvantum has a default dark theme, which is inspired by the default theme of Enlightenment. Creation of realistic themes like that for KDE was my first reason to make Kvantum but it goes far beyond its default theme: you could make themes with very different looks and feels for it, whether they be photorealistic or cartoonish, 3D or flat, embellished or minimalistic, or something in between, and Kvantum will let you control almost every aspect of Qt widgets. WWW: https://github.com/tsujan/Kvantum PR: 209567 Submitted by: matthew@reztek.cz Notes: svn path=/head/; revision=415946
* Add USE_KDE4 so that KDE4_VERSION is definedSteve Wills2016-05-261-0/+1
| | | | | | | | | PR: 209756 Submitted by: T.C.Berner <tcberner@gmail.com> Reported by: Vladimir Omelchuk <admin@vladiom.com.ua> Notes: svn path=/head/; revision=415902
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-2515-15/+13
| | | | | | | | | | | | | | | | 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
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-2313-14/+14
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Update WWWEmanuel Haupt2016-05-231-1/+1
| | | | | | | | PR: 209390 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=415727
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-1915-75/+75
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-199-15/+15
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Update to 0.4Olivier Duchateau2016-05-025-38/+9
| | | | | | | - Remove unneeded patch Notes: svn path=/head/; revision=414476
* Update mate-themes to 3.18.1.Koop Mast2016-04-253-107/+19
| | | | | | | | | Tweak portscout so it only checks for 3.18.x versions. The version of mate-themes matches with the GTK+ 3 version. So we should not try to find the newest, which is 3.20.x atm. Notes: svn path=/head/; revision=414004
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-0151-102/+102
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Fix fetch by adding some mirrorsDmitry Marakasov2016-03-151-1/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=411166
* Fix a typoOlivier Duchateau2016-02-291-1/+1
| | | | | | | Reported by: olivier@ Notes: svn path=/head/; revision=409800
* - Update to version 0.6.2Pawel Pekala2016-02-233-7/+5
| | | | | | | | - Switch to USES=localbase - Update homepage Notes: svn path=/head/; revision=409435
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-1410-32/+68
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* - Add empty directory to plistDmitry Marakasov2016-02-051-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=408248
* - Add empty directory to plistDmitry Marakasov2016-02-052-1/+2
| | | | Notes: svn path=/head/; revision=408205
* - Add empty directories to plistDmitry Marakasov2016-02-051-0/+16
| | | | Notes: svn path=/head/; revision=408204
* - Add empty directories to plistDmitry Marakasov2016-02-051-1/+6
| | | | Notes: svn path=/head/; revision=408203
* - Add empty directories to plistDmitry Marakasov2016-02-052-1/+17
| | | | Notes: svn path=/head/; revision=408202
* - Add empty directory to plistDmitry Marakasov2016-02-052-1/+2
| | | | Notes: svn path=/head/; revision=408201
* - Add NO_ARCH to icon theme portsDmitry Marakasov2016-02-051-0/+1
| | | | Notes: svn path=/head/; revision=408200