diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-12 20:53:55 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-12 20:53:55 +0000 |
commit | 4dc8c191f2241893097b900721118a022951fa64 (patch) | |
tree | 9392fce53d96f1d7333e76b9e07bc4ec9339b9fb /x11-themes | |
parent | 34c85c8fbadb9be96ffdfa7fa0e888e2f4cc7f73 (diff) | |
download | ports-4dc8c191f2241893097b900721118a022951fa64.tar.gz ports-4dc8c191f2241893097b900721118a022951fa64.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/kde-style-lipstik/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/kde-style-lipstik/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/kde-style-lipstik/pkg-descr | 4 | ||||
-rw-r--r-- | x11-themes/kde-style-lipstik/pkg-plist | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 0f6b548e9c90..a2f0b53f8d0d 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -105,6 +105,7 @@ SUBDIR += kde-icons-steel SUBDIR += kde-icons-umicons SUBDIR += kde-icons-wasp + SUBDIR += kde-style-lipstik SUBDIR += kde-windeco-knifty SUBDIR += kde-windeco-neos SUBDIR += kde-windeco-smoothblend diff --git a/x11-themes/kde-style-lipstik/Makefile b/x11-themes/kde-style-lipstik/Makefile new file mode 100644 index 000000000000..2c68bacd32c2 --- /dev/null +++ b/x11-themes/kde-style-lipstik/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: lipstik +# Date created: February 12th, 2005 +# Whom: decept +# +# $FreeBSD$ +# + +PORTNAME= lipstik +PORTVERSION= 1.1 +CATEGORIES= x11-themes +MASTER_SITES= http://www.kde-look.org/content/files/ +DISTNAME= 18223-${PORTNAME}-${PORTVERSION} + +MAINTAINER= decept0@gmail.com +COMMENT= Modified Plastik KDE style + +USE_BZIP2= yes +USE_KDEBASE_VER=3 +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +post-patch: + @${REINPLACE_CMD} -e 's|-lkdeui|-lkdeui ${PTHREAD_LIBS}|g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \ + ${WRKSRC}/style/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-themes/kde-style-lipstik/distinfo b/x11-themes/kde-style-lipstik/distinfo new file mode 100644 index 000000000000..58aebc1057f2 --- /dev/null +++ b/x11-themes/kde-style-lipstik/distinfo @@ -0,0 +1,2 @@ +MD5 (18223-lipstik-1.1.tar.bz2) = 7b59af848f254112d989313b631b41ec +SIZE (18223-lipstik-1.1.tar.bz2) = 406929 diff --git a/x11-themes/kde-style-lipstik/pkg-descr b/x11-themes/kde-style-lipstik/pkg-descr new file mode 100644 index 000000000000..3a8b13f9a67f --- /dev/null +++ b/x11-themes/kde-style-lipstik/pkg-descr @@ -0,0 +1,4 @@ +Lipstik is a modified version of the Plastik theme for KDE with extra features +and configuration options. + +WWW: http://www.kde-look.org/content/show.php?content=18223 diff --git a/x11-themes/kde-style-lipstik/pkg-plist b/x11-themes/kde-style-lipstik/pkg-plist new file mode 100644 index 000000000000..26108f103083 --- /dev/null +++ b/x11-themes/kde-style-lipstik/pkg-plist @@ -0,0 +1,7 @@ +lib/kde3/kstyle_lipstik_config.la +lib/kde3/kstyle_lipstik_config.so +lib/kde3/plugins/styles/lipstik.la +lib/kde3/plugins/styles/lipstik.so +share/apps/kdisplay/color-schemes/lipstikstandard.kcsrc +share/apps/kdisplay/color-schemes/lipstikwhite.kcsrc +share/apps/kstyle/themes/lipstik.themerc |