Port details |
- gtk3-oxygen-engine Oxygen GTK 3 engine and theme
- 1.4.1_5 x11-themes =2 1.4.1_5Version of this port present on the latest quarterly branch.
- Maintainer: rakuco@FreeBSD.org
- Port Added: 2012-01-30 18:50:26
- Last Update: 2023-12-23 18:14:14
- Commit Hash: 3572ca3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- http://kde-look.org/content/show.php/?content=136216
- Description:
- Oxygen-Gtk is a port of the default KDE widget theme (Oxygen) to gtk.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gtk3-oxygen-engine>0:x11-themes/gtk3-oxygen-engine
- To install the port:
- cd /usr/ports/x11-themes/gtk3-oxygen-engine/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-themes/gtk3-oxygen-engine
- pkg install gtk3-oxygen-engine
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gtk3-oxygen-engine
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (oxygen-gtk3-1.4.1.tar.bz2) = 0e64227c85753a479904ecb41160cd06abf0a3da4a2cf33c11edf502bfe4a75d
SIZE (oxygen-gtk3-1.4.1.tar.bz2) = 197242
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcairo.so : graphics/cairo
- libdbus-glib-1.so : devel/dbus-glib
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11-themes_gtk3-oxygen-engine
- USES:
- cmake compiler:c++11-lang gnome pkgconfig tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.1_5 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.4.1_4 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
1.4.1_4 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.1_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.1_3 08 Nov 2019 11:21:03 |
tobik |
x11*: Add missing USES={gl,gnome,mate} |
1.4.1_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.4.1_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
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 |
1.4.1_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.4.1_1 02 Nov 2018 16:36:01 |
linimon |
Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by: portmgr (tier-2 blanket) |
1.4.1_1 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.4.1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.4.1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.4.1 30 Jan 2015 13:20:56 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
1.4.1 19 Nov 2014 20:40:45 |
rakuco |
Update to 1.4.1.
We can finally start tracking the latest releases, which depend on the more
recent GTK+3 that was finally committed to the tree. |
1.2.2 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.2.2 26 Jan 2014 15:09:26 |
rakuco |
Update to 1.2.2 |
1.2.1 15 Dec 2013 20:18:01 |
rakuco |
- Update to 1.2.1.
- Support staging.
- Adapt to the new LIB_DEPENDS format.
Fixes in this release include:
* Some improvement on inner-shadows
* Some extra checks on widgets validity to prevent runtime warnings
* Some rendering improvements for instance regarding scrollbars and textviews |
1.2.0 20 Sep 2013 23:54:03 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-themes) |
1.2.0 01 Sep 2013 22:07:00 |
rakuco |
- Update to 1.2.0.
- Remove patch for EOL'ed FreeBSD releases (< 8.1). |
1.1.4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.1.4 03 Jun 2013 22:00:40 |
rakuco |
Update to 1.1.4 |
1.1.3 30 Apr 2013 07:21:58 |
rakuco |
Set LICENSE |
1.1.3 29 Apr 2013 20:40:00 |
rakuco |
Update gtk-oxygen-engine to 1.3.3 and gtk3-oxygen-engine to 1.1.3. |
1.1.2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.1.2 25 Mar 2013 19:58:32 |
rakuco |
Update to 1.1.2 now that we have a recent enough GTK+ 3.
While here, adjust the "WWW" line in pkg-descr to the new format and move to
an out-of-source build. |
1.0.3_1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.0.3_1 03 Feb 2013 20:29:55 |
rakuco |
Use USE_PKGCONFIG and remove lib version numbers in the dependencies. |
1.0.3_1 07 Oct 2012 13:59:40 |
rakuco |
Clean up the headers of the ports I maintain. |
1.0.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.3 15 Apr 2012 19:50:55 |
rakuco |
Update to 1.0.3. |
1.0.2 20 Mar 2012 23:54:08 |
rakuco |
Update to 1.0.2.
Feature safe: yes |
1.0.1 18 Feb 2012 19:07:41 |
rakuco |
Update to 1.0.1. |
1.0.0 30 Jan 2012 19:47:51 |
rakuco |
Add version 1.0.0 of x11-themes/gtk3-oxygen-engine.
Change the plist of x11-themes/gtk-oxygen-engine now that both ports try to
remove the same directory (share/themes/oxygen-gtk) and remove a few @dirrmtry
calls from it which are already performed by x11-toolkits/gtk20.
Reviewed by: avilla, kwm |
1.2.0 30 Jan 2012 18:46:36 |
rakuco |
Forced commit to note repocopy from x11-themes/gtk-oxygen-engine to
x11-themes/gtk3-oxygen-engine.
PR: 164310 |