xapp_xprehashprinterlist: removed in X11R7.7
authorJesper Baekdahl <jbb@gamblify.com>
Wed, 20 Mar 2013 11:00:22 +0000 (12:00 +0100)
committerJesper Baekdahl <jbb@gamblify.com>
Wed, 20 Mar 2013 14:11:03 +0000 (15:11 +0100)
package/x11r7/Config.in
package/x11r7/xapp_xprehashprinterlist/Config.in [deleted file]
package/x11r7/xapp_xprehashprinterlist/xapp_xprehashprinterlist.mk [deleted file]

index 026b448ce18215598b739c8e0ec2b1b1cde33859..e17201a96cc43a8a05184082006effda506fe5c4 100644 (file)
@@ -129,7 +129,6 @@ if BR2_PACKAGE_XORG7
                source package/x11r7/xapp_xmodmap/Config.in
                source package/x11r7/xapp_xmore/Config.in
                source package/x11r7/xapp_xpr/Config.in
-               source package/x11r7/xapp_xprehashprinterlist/Config.in
                source package/x11r7/xapp_xprop/Config.in
                source package/x11r7/xapp_xrandr/Config.in
                source package/x11r7/xapp_xrdb/Config.in
diff --git a/package/x11r7/xapp_xprehashprinterlist/Config.in b/package/x11r7/xapp_xprehashprinterlist/Config.in
deleted file mode 100644 (file)
index 056fdb6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-config BR2_PACKAGE_XAPP_XPREHASHPRINTERLIST
-       bool "xprehashprinterlist"
-       select BR2_PACKAGE_XLIB_LIBX11
-       select BR2_PACKAGE_XLIB_LIBXP
-       help
-         Recomputes the list of available printers.
diff --git a/package/x11r7/xapp_xprehashprinterlist/xapp_xprehashprinterlist.mk b/package/x11r7/xapp_xprehashprinterlist/xapp_xprehashprinterlist.mk
deleted file mode 100644 (file)
index 5ae32d2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-################################################################################
-#
-# xapp_xprehashprinterlist -- Recomputes the list of available printers.
-#
-################################################################################
-
-XAPP_XPREHASHPRINTERLIST_VERSION = 1.0.1
-XAPP_XPREHASHPRINTERLIST_SOURCE = xprehashprinterlist-$(XAPP_XPREHASHPRINTERLIST_VERSION).tar.bz2
-XAPP_XPREHASHPRINTERLIST_SITE = http://xorg.freedesktop.org/releases/individual/app
-XAPP_XPREHASHPRINTERLIST_DEPENDENCIES = xlib_libX11 xlib_libXp
-
-$(eval $(autotools-package))