svn commit: r313106 - in head/x11-themes: . kde4-style-oxygen-transparent
David Naylor
dbn at FreeBSD.org
Thu Feb 28 16:31:59 UTC 2013
Author: dbn
Date: Thu Feb 28 16:31:58 2013
New Revision: 313106
URL: http://svnweb.freebsd.org/changeset/ports/313106
Log:
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)
Added:
head/x11-themes/kde4-style-oxygen-transparent/
head/x11-themes/kde4-style-oxygen-transparent/Makefile (contents, props changed)
head/x11-themes/kde4-style-oxygen-transparent/distinfo (contents, props changed)
head/x11-themes/kde4-style-oxygen-transparent/pkg-descr (contents, props changed)
head/x11-themes/kde4-style-oxygen-transparent/pkg-plist (contents, props changed)
Modified:
head/x11-themes/Makefile
Modified: head/x11-themes/Makefile
==============================================================================
--- head/x11-themes/Makefile Thu Feb 28 16:31:12 2013 (r313105)
+++ head/x11-themes/Makefile Thu Feb 28 16:31:58 2013 (r313106)
@@ -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
Added: head/x11-themes/kde4-style-oxygen-transparent/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/kde4-style-oxygen-transparent/Makefile Thu Feb 28 16:31:58 2013 (r313106)
@@ -0,0 +1,18 @@
+# Created by: David Naylor <dbn at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= oxygen-transparent
+PORTVERSION= 2012.12.11
+CATEGORIES= x11-themes kde
+MASTER_SITES= LOCAL/dbn/${PORTNAME}
+PKGNAMEPREFIX= kde4-style-
+
+MAINTAINER= dbn at 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>
Added: head/x11-themes/kde4-style-oxygen-transparent/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/kde4-style-oxygen-transparent/distinfo Thu Feb 28 16:31:58 2013 (r313106)
@@ -0,0 +1,2 @@
+SHA256 (oxygen-transparent-2012.12.11.tar.xz) = 60540f02e8c054ce0917d76d9ad2af6595857aa5739a87bcd9d2b3eb10248eab
+SIZE (oxygen-transparent-2012.12.11.tar.xz) = 177076
Added: head/x11-themes/kde4-style-oxygen-transparent/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/kde4-style-oxygen-transparent/pkg-descr Thu Feb 28 16:31:58 2013 (r313106)
@@ -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
Added: head/x11-themes/kde4-style-oxygen-transparent/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-themes/kde4-style-oxygen-transparent/pkg-plist Thu Feb 28 16:31:58 2013 (r313106)
@@ -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
More information about the svn-ports-head
mailing list