summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 05:04:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-05 05:04:28 +0000
commit5e1b40eba0e01898f58a1eba79215dee4879d0b6 (patch)
tree7be071f8d59a46d503baf43884ddcb0dbf06a8ee /x11-themes
parentUpdate port: x11-wm/wampager - Update to version 0.9.3 (2004/12/04 snapshot) (diff)
[Maintainer Update] change PORTNAME to kde-*-* (several ports)
- Change the PORTNAME to kde-*-* for consistancy with other theme ports. - A couple of small tidy-ups Iin the end, we added PKGPREFIX instead of changing the PORTNAME. PR: ports/91325 Submitted by: decept <decept0@gmail.com>
Notes
Notes: svn path=/head/; revision=152781
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/kde-style-comix/Makefile2
-rw-r--r--x11-themes/kde-style-lipstik/Makefile11
-rw-r--r--x11-themes/kde-style-tiblit/Makefile10
-rw-r--r--x11-themes/kde-windeco-knifty/Makefile11
-rw-r--r--x11-themes/kde-windeco-neos/Makefile3
-rw-r--r--x11-themes/kde-windeco-smoothblend/Makefile3
6 files changed, 15 insertions, 25 deletions
diff --git a/x11-themes/kde-style-comix/Makefile b/x11-themes/kde-style-comix/Makefile
index f0f60a475372..ddc46c023398 100644
--- a/x11-themes/kde-style-comix/Makefile
+++ b/x11-themes/kde-style-comix/Makefile
@@ -7,8 +7,10 @@
PORTNAME= comix
PORTVERSION= 1.3.6
+PORTREVISION= 1
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.kde-look.org/content/files/
+PKGNAMEPREFIX= kde-style-
DISTNAME= 16028-${PORTNAME}-${PORTVERSION}
MAINTAINER= decept0@gmail.com
diff --git a/x11-themes/kde-style-lipstik/Makefile b/x11-themes/kde-style-lipstik/Makefile
index eecbb59238ee..eb6ac3538d27 100644
--- a/x11-themes/kde-style-lipstik/Makefile
+++ b/x11-themes/kde-style-lipstik/Makefile
@@ -7,8 +7,10 @@
PORTNAME= lipstik
PORTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.kde-look.org/content/files/
+PKGNAMEPREFIX= kde-style-
DISTNAME= 18223-${PORTNAME}-${PORTVERSION}
MAINTAINER= decept0@gmail.com
@@ -16,15 +18,8 @@ COMMENT= Modified Plastik KDE style
USE_BZIP2= yes
USE_KDEBASE_VER=3
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-post-patch:
- @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \
- ${WRKSRC}/style/Makefile.in
-post-configure:
- @${REINPLACE_CMD} -e 's|-ljpeg|-ljpeg ${PTHREAD_LIBS}|g' \
- ${WRKSRC}/style/config/Makefile
-
.include <bsd.port.mk>
diff --git a/x11-themes/kde-style-tiblit/Makefile b/x11-themes/kde-style-tiblit/Makefile
index dbb0a6f62453..453daf4334dd 100644
--- a/x11-themes/kde-style-tiblit/Makefile
+++ b/x11-themes/kde-style-tiblit/Makefile
@@ -7,9 +7,10 @@
PORTNAME= tiblit
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://www.kde-look.org/content/files/
+PKGNAMEPREFIX= kde-style-
DISTNAME= 20798-${PORTNAME}-${PORTVERSION}
MAINTAINER= decept0@gmail.com
@@ -17,12 +18,7 @@ COMMENT= KDE style focused on customization
USE_BZIP2= yes
USE_KDEBASE_VER=3
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \
- ${WRKSRC}/widget-engine/Makefile.in
+CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}"
.include <bsd.port.mk>
diff --git a/x11-themes/kde-windeco-knifty/Makefile b/x11-themes/kde-windeco-knifty/Makefile
index 44f79b5a8b81..97107e5d2a5a 100644
--- a/x11-themes/kde-windeco-knifty/Makefile
+++ b/x11-themes/kde-windeco-knifty/Makefile
@@ -7,9 +7,10 @@
PORTNAME= knifty
PORTVERSION= 0.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes kde
MASTER_SITES= http://kde-look.org/content/files/
+PKGNAMEPREFIX= kde-windeco-
DISTNAME= 8841-${PORTNAME}-${PORTVERSION}
MAINTAINER= decept0@gmail.com
@@ -17,14 +18,8 @@ COMMENT= Lightweight KDE window decoration
USE_BZIP2= yes
USE_KDEBASE_VER=3
-USE_REINPLACE= yes
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
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-neos/Makefile b/x11-themes/kde-windeco-neos/Makefile
index 533f5007dcc1..bb982b5d3bfe 100644
--- a/x11-themes/kde-windeco-neos/Makefile
+++ b/x11-themes/kde-windeco-neos/Makefile
@@ -7,9 +7,10 @@
PORTNAME= neos
PORTVERSION= 0.2b
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes kde
MASTER_SITES= http://perso.wanadoo.fr/chamayou/
+PKGNAMEPREFIX= kde-windeco-
DISTNAME= kwin-${PORTNAME}-${PORTVERSION}
MAINTAINER= decept0@gmail.com
diff --git a/x11-themes/kde-windeco-smoothblend/Makefile b/x11-themes/kde-windeco-smoothblend/Makefile
index 58ad02d45f88..6f97c47349f1 100644
--- a/x11-themes/kde-windeco-smoothblend/Makefile
+++ b/x11-themes/kde-windeco-smoothblend/Makefile
@@ -7,9 +7,10 @@
PORTNAME= smoothblend
PORTVERSION= 1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.p0z3r.org/downloads/
+PKGNAMEPREFIX= kde-windeco-
DISTNAME= smooth-blend-${PORTVERSION}
MAINTAINER= decept0@gmail.com