diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-13 04:49:28 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-13 04:49:28 +0800 |
commit | bfca486aa42bb290915157b73d89aaa96453f77c (patch) | |
tree | 915c0dcbc407251d6b9d2a8e026dacb48e7ca3d1 | |
parent | f6e907f91c5eeace1ec1dfddc9cd0fbb781db2a8 (diff) | |
download | freebsd-ports-gnome-bfca486aa42bb290915157b73d89aaa96453f77c.tar.gz freebsd-ports-gnome-bfca486aa42bb290915157b73d89aaa96453f77c.tar.zst freebsd-ports-gnome-bfca486aa42bb290915157b73d89aaa96453f77c.zip |
Add kde-windeco-knifty 0.4.2, lightweight KDE window decoration.
PR: 80601
Submitted by: Shane <decept0@gmail.com>
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/kde-windeco-knifty/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/kde-windeco-knifty/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/kde-windeco-knifty/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/kde-windeco-knifty/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index de208bf30b96..0f6b548e9c90 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-windeco-knifty SUBDIR += kde-windeco-neos SUBDIR += kde-windeco-smoothblend SUBDIR += kdeartwork3 diff --git a/x11-themes/kde-windeco-knifty/Makefile b/x11-themes/kde-windeco-knifty/Makefile new file mode 100644 index 000000000000..5295529b4ae2 --- /dev/null +++ b/x11-themes/kde-windeco-knifty/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: knifty +# Date created: February 22th, 2005 +# Whom: decept +# +# $FreeBSD$ +# + +PORTNAME= knifty +PORTVERSION= 0.4.2 +CATEGORIES= x11-themes +MASTER_SITES= http://kde-look.org/content/files/ +DISTNAME= 8841-${PORTNAME}-${PORTVERSION} + +MAINTAINER= decept0@gmail.com +COMMENT= Lightweight KDE window decoration + +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|-lkdecore|-lkdecore ${PTHREAD_LIBS}|g' \ + ${WRKSRC}/client/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-themes/kde-windeco-knifty/distinfo b/x11-themes/kde-windeco-knifty/distinfo new file mode 100644 index 000000000000..73bc86deef42 --- /dev/null +++ b/x11-themes/kde-windeco-knifty/distinfo @@ -0,0 +1,2 @@ +MD5 (8841-knifty-0.4.2.tar.bz2) = 3cec48f3405b9605cae0275cd0077edc +SIZE (8841-knifty-0.4.2.tar.bz2) = 390237 diff --git a/x11-themes/kde-windeco-knifty/pkg-descr b/x11-themes/kde-windeco-knifty/pkg-descr new file mode 100644 index 000000000000..5b5e822b1fce --- /dev/null +++ b/x11-themes/kde-windeco-knifty/pkg-descr @@ -0,0 +1,3 @@ +A lightweight KDE Window decoration + +WWW: http://kde-look.org/content/show.php?content=8841 diff --git a/x11-themes/kde-windeco-knifty/pkg-plist b/x11-themes/kde-windeco-knifty/pkg-plist new file mode 100644 index 000000000000..4be31fa3f209 --- /dev/null +++ b/x11-themes/kde-windeco-knifty/pkg-plist @@ -0,0 +1,5 @@ +lib/kde3/kwin3_knifty.la +lib/kde3/kwin3_knifty.so +lib/kde3/kwin_knifty_config.la +lib/kde3/kwin_knifty_config.so +share/apps/kwin/knifty.desktop |