summaryrefslogtreecommitdiff
path: root/misc/theme-dirs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-07-22 09:05:23 +0000
committerwiz <wiz@pkgsrc.org>2009-07-22 09:05:23 +0000
commit372fb9fb220e135e377087eefbba08d57d039790 (patch)
tree5ef57d0d21118c59e6a331df5ff2c78e0207fee2 /misc/theme-dirs
parent6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c (diff)
downloadpkgsrc-372fb9fb220e135e377087eefbba08d57d039790.tar.gz
Remove USE_DIRS infrastructure support and support packages.
See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html.
Diffstat (limited to 'misc/theme-dirs')
-rw-r--r--misc/theme-dirs/DESCR3
-rw-r--r--misc/theme-dirs/Makefile29
-rw-r--r--misc/theme-dirs/dirs.mk42
3 files changed, 0 insertions, 74 deletions
diff --git a/misc/theme-dirs/DESCR b/misc/theme-dirs/DESCR
deleted file mode 100644
index af5fb839902..00000000000
--- a/misc/theme-dirs/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-theme-dirs installs a set of shared directories used by GTK2+ (gtk2-engines)
-and other GNOME packages (such as metacity and gnome-themes). It is useful
-to simplify PLIST handling in other packages.
diff --git a/misc/theme-dirs/Makefile b/misc/theme-dirs/Makefile
deleted file mode 100644
index f12ba14424a..00000000000
--- a/misc/theme-dirs/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:37 wiz Exp $
-#
-
-DISTNAME= theme-dirs-1.1
-PKGREVISION= 1
-CATEGORIES= misc gnome kde
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= # empty
-COMMENT= Shared theme directories
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-NO_BUILD= yes
-NO_CONFIGURE= yes
-PLIST_SRC= # empty
-USE_LANGUAGES= # empty
-WRKSRC= ${WRKDIR}
-
-.include "dirs.mk"
-.include "../../mk/bsd.prefs.mk"
-
-REQD_DIRS+= ${THEME_DIRS:O:S/^/${PREFIX}\//}
-
-do-install: # nothing
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/theme-dirs/dirs.mk b/misc/theme-dirs/dirs.mk
deleted file mode 100644
index 5a717ced16d..00000000000
--- a/misc/theme-dirs/dirs.mk
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: dirs.mk,v 1.6 2009/06/14 22:58:05 joerg Exp $
-#
-# This file is intended to be included by mk/dirs.mk, not directly by packages.
-#
-
-.if !defined(DIRS_THEME_MK)
-DIRS_THEME_MK= # defined
-
-THEME_DIRS= share/themes/AgingGorilla
-THEME_DIRS+= share/themes/Atlanta
-THEME_DIRS+= share/themes/Bright
-THEME_DIRS+= share/themes/Clearlooks
-THEME_DIRS+= share/themes/Crux
-THEME_DIRS+= share/themes/Esco
-THEME_DIRS+= share/themes/Glider
-THEME_DIRS+= share/themes/Grand-Canyon
-THEME_DIRS+= share/themes/HighContrast
-THEME_DIRS+= share/themes/HighContrastInverse
-THEME_DIRS+= share/themes/HighContrastLargePrint
-THEME_DIRS+= share/themes/HighContrastLargePrintInverse
-THEME_DIRS+= share/themes/Industrial
-THEME_DIRS+= share/themes/LargePrint
-THEME_DIRS+= share/themes/LighthouseBlue
-THEME_DIRS+= share/themes/LowContrast
-THEME_DIRS+= share/themes/LowContrastLargePrint
-THEME_DIRS+= share/themes/Metabox
-THEME_DIRS+= share/themes/Metal
-THEME_DIRS+= share/themes/Mist
-THEME_DIRS+= share/themes/Ocean-Dream
-THEME_DIRS+= share/themes/Redmond
-THEME_DIRS+= share/themes/Sandwish
-THEME_DIRS+= share/themes/Simple
-THEME_DIRS+= share/themes/Smokey
-THEME_DIRS+= share/themes/Smokey-Blue
-THEME_DIRS+= share/themes/ThinIce
-THEME_DIRS+= share/themes/Traditional
-
-.if defined(_USE_THEME_DIRS) && !empty(_USE_THEME_DIRS)
-DEPENDS+= theme-dirs>=${_USE_THEME_DIRS}:../../misc/theme-dirs
-.endif
-
-.endif # !defined(DIRS_THEME_MK)