diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2009-12-06 06:01:00 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2009-12-06 06:01:00 +0000 |
commit | 6d38026bd0fa00f49e9334ce7497fe94e61f717e (patch) | |
tree | ad420dba48514a3a7a20b442188d09e0207fe987 /x11-themes | |
parent | a370a7bf72ab1febe3fb29729a002451aa12f3f3 (diff) | |
download | ports-6d38026bd0fa00f49e9334ce7497fe94e61f717e.tar.gz ports-6d38026bd0fa00f49e9334ce7497fe94e61f717e.zip |
- Add new visual style for KDE4
PR: 141157
Submitted By: Steve Wills
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=245258
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/kde4-style-skulpture/Makefile | 24 | ||||
-rw-r--r-- | x11-themes/kde4-style-skulpture/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/kde4-style-skulpture/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/kde4-style-skulpture/pkg-plist | 18 |
5 files changed, 51 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index e0a23a27fca9..63236f0d2d1d 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -159,6 +159,7 @@ SUBDIR += kde4-style-bespin SUBDIR += kde4-style-nitrogen SUBDIR += kde4-style-polyester + SUBDIR += kde4-style-skulpture SUBDIR += kde4-windeco-aurorae SUBDIR += kde4-windeco-crystal SUBDIR += kde4-windeco-dekorator diff --git a/x11-themes/kde4-style-skulpture/Makefile b/x11-themes/kde4-style-skulpture/Makefile new file mode 100644 index 000000000000..9445e7ebf831 --- /dev/null +++ b/x11-themes/kde4-style-skulpture/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: skulpture +# Date created: Thu Dec 3 04:12:48 EST 2009 +# Whom: Steve Wills <steve@mouf.net> +# +# $FreeBSD$ +# + +PORTNAME= skulpture +PORTVERSION= 0.2.3 +CATEGORIES= x11-themes kde +MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ +PKGNAMEPREFIX= kde4-style- +DISTFILES= 59031-skulpture-${PORTVERSION}.tar.bz2 + +MAINTAINER= steve@mouf.net +COMMENT= KDE style featuring 3d artwork and enhanced the visual experience + +USE_BZIP2= yes +USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace +USE_QT_VER= 4 +QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build +USE_CMAKE= yes + +.include <bsd.port.mk> diff --git a/x11-themes/kde4-style-skulpture/distinfo b/x11-themes/kde4-style-skulpture/distinfo new file mode 100644 index 000000000000..a7ae2dbfd6cd --- /dev/null +++ b/x11-themes/kde4-style-skulpture/distinfo @@ -0,0 +1,3 @@ +MD5 (59031-skulpture-0.2.3.tar.bz2) = f810e03967e60d398849386418de1e91 +SHA256 (59031-skulpture-0.2.3.tar.bz2) = ab22184d0d47ae0ddbfe760a0acdc74409a46cb13eaa0beb28769aa30a44e179 +SIZE (59031-skulpture-0.2.3.tar.bz2) = 95976 diff --git a/x11-themes/kde4-style-skulpture/pkg-descr b/x11-themes/kde4-style-skulpture/pkg-descr new file mode 100644 index 000000000000..30fa2dc9db43 --- /dev/null +++ b/x11-themes/kde4-style-skulpture/pkg-descr @@ -0,0 +1,5 @@ +Skulpture is a GUI style addon for KDE 4.0 or newer. It features a classical +three-dimensional artwork with shadows and smooth gradients to enhance the +visual experience. + +WWW: http://www.kde-look.org/content/show.php?content=59031 diff --git a/x11-themes/kde4-style-skulpture/pkg-plist b/x11-themes/kde4-style-skulpture/pkg-plist new file mode 100644 index 000000000000..a7228794edce --- /dev/null +++ b/x11-themes/kde4-style-skulpture/pkg-plist @@ -0,0 +1,18 @@ +lib/kde4/kstyle_skulpture_config.so +lib/kde4/kwin3_skulpture.so +lib/kde4/kwin_skulpture_config.so +share/apps/kwin/skulpture.desktop +share/apps/color-schemes/SkulptureChocolate.colors +share/apps/color-schemes/SkulptureIce.colors +share/apps/color-schemes/SkulptureMint.colors +share/apps/color-schemes/SkulptureStone.colors +share/apps/color-schemes/SkulptureStrawberry.colors +share/apps/color-schemes/SkulptureVanilla.colors +share/apps/kstyle/themes/skulpture.themerc +share/apps/skulpture/pics/skulpture.png +share/apps/skulpture/skulptureui.rc +@dirrm share/apps/skulpture/pics +@dirrm share/apps/skulpture +@cwd %%LOCALBASE%% +lib/qt4/plugins/styles/libskulpture.so +@dirrmtry lib/qt4/plugins/styles |