diff options
author | David Naylor <dbn@FreeBSD.org> | 2013-02-28 16:31:58 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2013-02-28 16:31:58 +0000 |
commit | 769b8e61b8dbb7ce359ee337c06050937eab6ec6 (patch) | |
tree | 13984f4067f3ad374472bc0c09b939c8f1943e57 | |
parent | - OptionsNG (diff) |
Add x11-themes/kde4-style-oxygen-transparent.
Oxygen style and decoration with support for transparency.
This is an official branch of the KDE oxygen style. It is kept in sync with the
official oxygen style, and adds support of full transparency on the windows.
The style and the decoration are named "Oxygen Transparent" and appear as such
in KDE's system settings (in both the applications and workspace appearance
pages).
A configuration helper application is included with the style that allows one to
configure both the style and the decoration in the same window. It is called
oxygen-transparent-settings.
WWW: http://kde-look.org/content/show.php?content=127752
PR: 172733
Approved by: bdrewery (mentor)
Notes
Notes:
svn path=/head/; revision=313106
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/kde4-style-oxygen-transparent/Makefile | 18 | ||||
-rw-r--r-- | x11-themes/kde4-style-oxygen-transparent/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/kde4-style-oxygen-transparent/pkg-descr | 14 | ||||
-rw-r--r-- | x11-themes/kde4-style-oxygen-transparent/pkg-plist | 13 |
5 files changed, 48 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 7a475a291041..0210dca188b6 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -135,6 +135,7 @@ SUBDIR += kde4-icons-oxygen SUBDIR += kde4-style-bespin SUBDIR += kde4-style-nitrogen + SUBDIR += kde4-style-oxygen-transparent SUBDIR += kde4-style-polyester SUBDIR += kde4-style-skulpture SUBDIR += kde4-wallpapers diff --git a/x11-themes/kde4-style-oxygen-transparent/Makefile b/x11-themes/kde4-style-oxygen-transparent/Makefile new file mode 100644 index 000000000000..ae72bdc33d5a --- /dev/null +++ b/x11-themes/kde4-style-oxygen-transparent/Makefile @@ -0,0 +1,18 @@ +# Created by: David Naylor <dbn@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= oxygen-transparent +PORTVERSION= 2012.12.11 +CATEGORIES= x11-themes kde +MASTER_SITES= LOCAL/dbn/${PORTNAME} +PKGNAMEPREFIX= kde4-style- + +MAINTAINER= dbn@FreeBSD.org +COMMENT= KDE oxygen style with transparency + +USE_KDE4= kdelibs kdehier kdeprefix workspace automoc4 +USE_QT4= corelib qmake_build moc_build rcc_build uic_build +USE_CMAKE= yes +USE_XZ= yes + +.include <bsd.port.mk> diff --git a/x11-themes/kde4-style-oxygen-transparent/distinfo b/x11-themes/kde4-style-oxygen-transparent/distinfo new file mode 100644 index 000000000000..e81fe9895902 --- /dev/null +++ b/x11-themes/kde4-style-oxygen-transparent/distinfo @@ -0,0 +1,2 @@ +SHA256 (oxygen-transparent-2012.12.11.tar.xz) = 60540f02e8c054ce0917d76d9ad2af6595857aa5739a87bcd9d2b3eb10248eab +SIZE (oxygen-transparent-2012.12.11.tar.xz) = 177076 diff --git a/x11-themes/kde4-style-oxygen-transparent/pkg-descr b/x11-themes/kde4-style-oxygen-transparent/pkg-descr new file mode 100644 index 000000000000..95b4a9d83a49 --- /dev/null +++ b/x11-themes/kde4-style-oxygen-transparent/pkg-descr @@ -0,0 +1,14 @@ +Oxygen style and decoration with support for transparency. + +This is an official branch of the KDE oxygen style. It is kept in sync with the +official oxygen style, and adds support of full transparency on the windows. + +The style and the decoration are named "Oxygen Transparent" and appear as such +in KDE's system settings (in both the applications and workspace appearance +pages). + +A configuration helper application is included with the style that allows one to +configure both the style and the decoration in the same window. It is called +oxygen-transparent-settings. + +WWW: http://kde-look.org/content/show.php?content=127752 diff --git a/x11-themes/kde4-style-oxygen-transparent/pkg-plist b/x11-themes/kde4-style-oxygen-transparent/pkg-plist new file mode 100644 index 000000000000..e4c8bba808ef --- /dev/null +++ b/x11-themes/kde4-style-oxygen-transparent/pkg-plist @@ -0,0 +1,13 @@ +bin/oxygen-transparent-settings +lib/kde4/kstyle_oxygen_transparent_config.so +lib/kde4/kwin3_oxygen_transparent.so +lib/kde4/kwin_oxygen_transparent_config.so +lib/kde4/plugins/styles/oxygen_transparent.so +lib/liboxygentransparentstyle.so +lib/liboxygentransparentstyle.so.5 +lib/liboxygentransparentstyle.so.5.0.1 +lib/liboxygentransparentstyleconfig.so +lib/liboxygentransparentstyleconfig.so.5 +lib/liboxygentransparentstyleconfig.so.5.0.1 +share/apps/kstyle/themes/oxygen_transparent.themerc +share/apps/kwin/oxygentransparentclient.desktop |