diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/Makefile | 74 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/files/patch-configure | 20 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c | 30 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/pkg-descr | 8 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/pkg-plist | 4 | ||||
-rw-r--r-- | x11-themes/indubstrial/Makefile | 42 | ||||
-rw-r--r-- | x11-themes/indubstrial/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/indubstrial/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/indubstrial/pkg-plist | 10 |
11 files changed, 0 insertions, 199 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 66fdd9465639..d283927125e5 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -113,7 +113,6 @@ SUBDIR += gtk-qn-x11-theme SUBDIR += gtk-qnxtheme SUBDIR += gtk-qt-engine - SUBDIR += gtk-smooth-engine SUBDIR += gtk-xfce-engine SUBDIR += gtk-zenith-theme SUBDIR += gtkbe @@ -126,7 +125,6 @@ SUBDIR += icons-human-azul SUBDIR += icons-tango SUBDIR += icons-tango-extras - SUBDIR += indubstrial SUBDIR += irssi-themes SUBDIR += kde-icons-amaranth SUBDIR += kde-icons-amaranth-althaea diff --git a/x11-themes/gtk-smooth-engine/Makefile b/x11-themes/gtk-smooth-engine/Makefile deleted file mode 100644 index 66d23010562b..000000000000 --- a/x11-themes/gtk-smooth-engine/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: gtk-smooth-engine -# Date created: 19 November 2003 -# Whom: Anish Mistry -# -# $FreeBSD$ -# - -PORTNAME= gtk-smooth-engine -PORTVERSION= 0.6.0.1 -PORTREVISION= 2 -CATEGORIES= x11-themes gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= smooth-engine - -MAINTAINER= amistry@am-productions.biz -COMMENT= Flexible GTK Theme Engine - -GNU_CONFIGURE= yes -USE_GNOME= gnometarget -WANT_GNOME= yes -CONFIGURE_ENV= X11BASE="${X11BASE}" - -DEPRECATED= Redundant port (now included in gtk-engines), no release since 2005 -EXPIRATION_DATE=2008-01-14 - -CONFLICTS= gtk-engines2-[0-9]* - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700029 -BROKEN= Incorrect objformat handling -.endif - -.if ${HAVE_GNOME:Mgtk20}!="" -WITH_GTK2= yes -.endif - -.if ${HAVE_GNOME:Mgtk12}!="" -WITH_GTK12= yes -.endif - -# if neither gtk is detected automatically pull in gtk2 -.if !defined(WITH_GTK12) && !defined(WITH_GTK2) -WITH_GTK2= yes -.endif - -.if defined(WITH_GTK2) -USE_GNOME+= gtk20 -CONFIGURE_ARGS+=--enable-gtk-2 -PLIST_SUB+= GTK2:="" -.else -CONFIGURE_ARGS+=--disable-gtk-2 -PLIST_SUB+= GTK2:="@comment " -.endif - -.if defined(WITH_GTK12) -USE_GNOME+= gtk12 -CONFIGURE_ARGS+=--enable-gtk-1 -PLIST_SUB+= GTK1:="" -.else -CONFIGURE_ARGS+=--disable-gtk-1 -PLIST_SUB+= GTK1:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_GTK2) - @${ECHO_MSG} "To enable gtk2 support define WITH_GTK2." -.endif - -.if !defined(WITH_GTK12) - @${ECHO_MSG} "To enable gtk12 support define WITH_GTK12." -.endif - -.include <bsd.port.post.mk> diff --git a/x11-themes/gtk-smooth-engine/distinfo b/x11-themes/gtk-smooth-engine/distinfo deleted file mode 100644 index 8bba06bce907..000000000000 --- a/x11-themes/gtk-smooth-engine/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtk-smooth-engine-0.6.0.1.tar.gz) = a2231118c8187649d1e634fdfe6f36de -SHA256 (gtk-smooth-engine-0.6.0.1.tar.gz) = 12bb1d1138cbbe9eedb847b5f5f258c2540efe2f65f5aafe822f18684f1b18d1 -SIZE (gtk-smooth-engine-0.6.0.1.tar.gz) = 466428 diff --git a/x11-themes/gtk-smooth-engine/files/patch-configure b/x11-themes/gtk-smooth-engine/files/patch-configure deleted file mode 100644 index 2d5297e692b2..000000000000 --- a/x11-themes/gtk-smooth-engine/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sun Oct 17 02:11:36 2004 -+++ configure Sun Oct 17 02:15:38 2004 -@@ -19381,7 +19382,7 @@ - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --for as_dir in $prefix/bin -+for as_dir in $prefix/bin $X11BASE/bin - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. -@@ -19432,7 +19433,7 @@ - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --for as_dir in $prefix/bin -+for as_dir in $prefix/bin $X11BASE/bin - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. diff --git a/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c b/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c deleted file mode 100644 index 679eadb4fecd..000000000000 --- a/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c +++ /dev/null @@ -1,30 +0,0 @@ ---- engines/gtk1/src/smooth_gtk1_patches.c.orig Mon Jan 17 15:03:36 2005 -+++ engines/gtk1/src/smooth_gtk1_patches.c Mon May 1 15:48:50 2006 -@@ -959,6 +959,8 @@ - slider_length = SCALE_SLIDER_LENGTH(widget->style); - } - -+ -+ - _scale_calc_request (widget, slider_width, slider_length, stepper_size, trough_border, stepper_spacing, &range_rect); - - requisition->width = MAX(requisition->width, range_rect.width); -@@ -1237,6 +1239,7 @@ - { - GtkRange *range; - gint slider_width = 15, slider_length = 30, stepper_size = 15, trough_border = 2, stepper_spacing = 2; -+ int size1, size2; - - g_return_if_fail (widget != NULL); - g_return_if_fail (GTK_IS_SCROLLBAR (widget)); -@@ -1252,8 +1255,8 @@ - slider_length = SCROLLBAR_MIN_SLIDER_LENGTH(widget->style); - } - -- int size1 = (slider_length + stepper_size + stepper_spacing + trough_border) * 2; -- int size2 = (slider_width + trough_border * 2); -+ size1 = (slider_length + stepper_size + stepper_spacing + trough_border) * 2; -+ size2 = (slider_width + trough_border * 2); - - if (GTK_IS_HSCROLLBAR(widget)) { - requisition->width = size1; diff --git a/x11-themes/gtk-smooth-engine/pkg-descr b/x11-themes/gtk-smooth-engine/pkg-descr deleted file mode 100644 index fbb53b110063..000000000000 --- a/x11-themes/gtk-smooth-engine/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is the Smooth GTK engine, currently it supports GTK2 and GTK1.2, however -GTK 1.2 support is a bit messier/less reliable then GTK2. - -WWW: http://sourceforge.net/projects/smooth-engine/ - -- Anish Mistry -amistry@am-productions.biz -AM Productions http://am-productions.biz diff --git a/x11-themes/gtk-smooth-engine/pkg-plist b/x11-themes/gtk-smooth-engine/pkg-plist deleted file mode 100644 index ab15b8d21f54..000000000000 --- a/x11-themes/gtk-smooth-engine/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%GTK1:%%lib/gtk/themes/engines/libsmooth.la -%%GTK1:%%lib/gtk/themes/engines/libsmooth.so -%%GTK2:%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsmooth.la -%%GTK2:%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsmooth.so diff --git a/x11-themes/indubstrial/Makefile b/x11-themes/indubstrial/Makefile deleted file mode 100644 index ce04aeb9a6b3..000000000000 --- a/x11-themes/indubstrial/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: Indubstrial -# Date Created: 20 August 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= indubstrial -PORTVERSION= 0.3.2 -PORTREVISION= 7 -CATEGORIES= x11-themes gnome -MASTER_SITES= http://www.gnome.org/~jdub/2004/indubstrial/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A clean, clear modification on the Industrial GTK+ and Metacity themes - -RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras \ - ${LOCALBASE}/lib/gtk/themes/engines/libindustrial.so:${PORTSDIR}/x11-themes/gtk-industrial-theme - -BROKEN= gnome-themes-extras no longer has industrial engine -DEPRECATED= yes -EXPIRATION_DATE=2007-11-22 - -WRKSRC= ${WRKDIR}/Indubstrial -NO_BUILD= yes -USE_XLIB= yes -USE_GNOME= gnomehack gnomeprefix metacity - -do-install: - ${MKDIR} ${PREFIX}/share/themes/Indubstrial/gtk-2.0 - ${MKDIR} ${PREFIX}/share/themes/Indubstrial/gtk - ${MKDIR} ${PREFIX}/share/themes/Indubstrial/metacity-1 - ${INSTALL_DATA} ${WRKSRC}/gtk-2.0/gtkrc \ - ${PREFIX}/share/themes/Indubstrial/gtk-2.0 - ${INSTALL_DATA} ${WRKSRC}/gtk/gtkrc \ - ${PREFIX}/share/themes/Indubstrial/gtk - ${INSTALL_DATA} ${WRKSRC}/metacity-1/metacity-theme-1.xml \ - ${PREFIX}/share/themes/Indubstrial/metacity-1 - ${INSTALL_DATA} ${WRKSRC}/index.theme \ - ${PREFIX}/share/themes/Indubstrial - -.include <bsd.port.mk> diff --git a/x11-themes/indubstrial/distinfo b/x11-themes/indubstrial/distinfo deleted file mode 100644 index b2f4dc18aa20..000000000000 --- a/x11-themes/indubstrial/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (indubstrial-0.3.2.tar.gz) = d90c76fd90389f6979927017d98d729f -SHA256 (indubstrial-0.3.2.tar.gz) = 7cb0bb66e6efe4b846c1894456fd3800da0e1b74f36cc08ac76a60c36c16aaa8 -SIZE (indubstrial-0.3.2.tar.gz) = 5025 diff --git a/x11-themes/indubstrial/pkg-descr b/x11-themes/indubstrial/pkg-descr deleted file mode 100644 index c37ae8f0739b..000000000000 --- a/x11-themes/indubstrial/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A clean, clear, modification on the Industrial GTK+ and Metacity themes. - -WWW: http://www.gnome.org/~jdub/2004/indubstrial/ diff --git a/x11-themes/indubstrial/pkg-plist b/x11-themes/indubstrial/pkg-plist deleted file mode 100644 index fe51e5797ab8..000000000000 --- a/x11-themes/indubstrial/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -share/themes/Indubstrial/metacity-1/metacity-theme-1.xml -share/themes/Indubstrial/gtk-2.0/gtkrc -share/themes/Indubstrial/gtk/gtkrc -share/themes/Indubstrial/index.theme -@dirrm share/themes/Indubstrial/gtk -@dirrm share/themes/Indubstrial/gtk-2.0 -@dirrm share/themes/Indubstrial -@dirrm share/themes/Indubstrial/metacity-1 -@dirrm share/themes/Indubstrial -@dirrmtry share/themes |