summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-23 22:27:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-23 22:27:35 +0000
commit09583f6af3c27a7e4b8b836dbfac073cb98a6f22 (patch)
tree0072e0102194d85819d1226f819606139c9a64ae /x11-themes
parentLet ports use the USE_SDL macro. (diff)
- Update to 1.2.8
- Change maintainer line to his FreeBSD.org address PR: ports/61788 Submitted by: philip (maintainer)
Notes
Notes: svn path=/head/; revision=98924
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-cleanice-engine/Makefile24
-rw-r--r--x11-themes/gtk-cleanice-engine/distinfo1
-rw-r--r--x11-themes/gtk-cleanice-engine/pkg-descr2
3 files changed, 23 insertions, 4 deletions
diff --git a/x11-themes/gtk-cleanice-engine/Makefile b/x11-themes/gtk-cleanice-engine/Makefile
index 6f61b6678818..368b355f41a9 100644
--- a/x11-themes/gtk-cleanice-engine/Makefile
+++ b/x11-themes/gtk-cleanice-engine/Makefile
@@ -6,17 +6,35 @@
#
PORTNAME= gtk-cleanice-engine
-PORTVERSION= 1.2.7
+PORTVERSION= 1.2.8
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= elysium-project
-DISTNAME= cleanice-theme-${PORTVERSION}
+DISTNAME= gtk-engines-cleanice-${PORTVERSION}
+DISTFILES= ${DISTNAME}.tar.gz \
+ ${THEME}.tar.gz
-MAINTAINER= philip@paeps.cx
+MAINTAINER= philip@FreeBSD.org
COMMENT= A simplistic GTK+ 2.x theme engine
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_GNOME= gnomehack gtk20
+THEME= cleanice-theme-1.2.7
+THEMEDIR= ${WRKDIR}/${THEME}/Theme
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/themes/CleanIce/gtk-2.0
+ ${MKDIR} ${PREFIX}/share/themes/CleanIce/metacity-1
+ ${MKDIR} ${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
+ ${INSTALL_DATA} ${THEMEDIR}/cleanice/index.theme \
+ ${PREFIX}/share/themes/CleanIce
+ ${INSTALL_DATA} ${THEMEDIR}/cleanice/gtkrc \
+ ${PREFIX}/share/themes/CleanIce/gtk-2.0
+ ${INSTALL_DATA} ${THEMEDIR}/cleanice/metacity-theme-1.xml \
+ ${PREFIX}/share/themes/CleanIce/metacity-1
+ ${INSTALL_DATA} ${THEMEDIR}/cleanice-dark/gtkrc \
+ ${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
+
.include <bsd.port.mk>
diff --git a/x11-themes/gtk-cleanice-engine/distinfo b/x11-themes/gtk-cleanice-engine/distinfo
index 5a84cfb5d12b..78d2865f9519 100644
--- a/x11-themes/gtk-cleanice-engine/distinfo
+++ b/x11-themes/gtk-cleanice-engine/distinfo
@@ -1 +1,2 @@
+MD5 (gtk-engines-cleanice-1.2.8.tar.gz) = 95da457d13b45673b2911341118af3a0
MD5 (cleanice-theme-1.2.7.tar.gz) = bf12a530211c664e6e9cbdbd863ac6a3
diff --git a/x11-themes/gtk-cleanice-engine/pkg-descr b/x11-themes/gtk-cleanice-engine/pkg-descr
index c7b34b88c844..aa9b00c03dc6 100644
--- a/x11-themes/gtk-cleanice-engine/pkg-descr
+++ b/x11-themes/gtk-cleanice-engine/pkg-descr
@@ -9,4 +9,4 @@ WWW: http://themes.freshmeat.net/projects/cleanice/?topic_id=958
--
Philip Paeps
-philip@paeps.cx
+philip@FreeBSD.org