[packages] use xorg-libraries as the section definition for Xorg libraries
authorswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Mar 2010 06:27:01 +0000 (06:27 +0000)
committerswalker <swalker@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Mar 2010 06:27:01 +0000 (06:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20535 3c298f89-4303-0410-b956-a3cf2f4a3e73

41 files changed:
Xorg/lib/atk/Makefile
Xorg/lib/cairo/Makefile
Xorg/lib/cairomm/Makefile
Xorg/lib/hippo-canvas/Makefile
Xorg/lib/libdrm/Makefile
Xorg/lib/librsvg/Makefile
Xorg/lib/libxcb/Makefile
Xorg/lib/mesa/Makefile
Xorg/lib/pango/Makefile
Xorg/lib/pangomm/Makefile
Xorg/lib/pixman/Makefile
Xorg/lib/tslib/Makefile
Xorg/lib/vte/Makefile
Xorg/lib/wnck/Makefile
Xorg/lib/xcbproto/Makefile
Xorg/lib/xine-lib/Makefile
Xorg/xorg/lib/libICE/Makefile
Xorg/xorg/lib/libSM/Makefile
Xorg/xorg/lib/libX11/Makefile
Xorg/xorg/lib/libXau/Makefile
Xorg/xorg/lib/libXaw/Makefile
Xorg/xorg/lib/libXcomposite/Makefile
Xorg/xorg/lib/libXcursor/Makefile
Xorg/xorg/lib/libXdamage/Makefile
Xorg/xorg/lib/libXdmcp/Makefile
Xorg/xorg/lib/libXext/Makefile
Xorg/xorg/lib/libXfixes/Makefile
Xorg/xorg/lib/libXfont/Makefile
Xorg/xorg/lib/libXmu/Makefile
Xorg/xorg/lib/libXpm/Makefile
Xorg/xorg/lib/libXrandr/Makefile
Xorg/xorg/lib/libXrender/Makefile
Xorg/xorg/lib/libXt/Makefile
Xorg/xorg/lib/libXtst/Makefile
Xorg/xorg/lib/libXv/Makefile
Xorg/xorg/lib/libXvMC/Makefile
Xorg/xorg/lib/libXxf86vm/Makefile
Xorg/xorg/lib/libfontenc/Makefile
Xorg/xorg/lib/libxkbfile/Makefile
Xorg/xorg/lib/xtrans/Makefile
libs/orbit2/Makefile

index da5a1bf..380fdbd 100644 (file)
@@ -26,7 +26,7 @@ TARGET_LDFLAGS += \
        -L$(STAGING_DIR)/usr/lib/libintl/lib/ \
 
 define Package/atk
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Accesibility library for gtk+ apps
index 042f8b8..3605fef 100644 (file)
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 PKG_INSTALL:=1
 
 define Package/cairo
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Multi-platform 2D graphics library
index 7dfefa7..ced2c9a 100644 (file)
@@ -21,7 +21,7 @@ PKG_INSTALL:=1
 include $(INCLUDE_DIR)/package.mk
 
 define Package/cairomm
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Multi-platform 2D graphics library
index 56fdf5a..4f88cae 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -28,7 +28,7 @@ EXTRA_CFLAGS += \
 STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_hippo-canvas CONFIG_PACKAGE_python-hippo-canvas)
 
 define Package/hippo-canvas
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Hippo Canvas
index 9653dd1..87dd985 100644 (file)
@@ -22,7 +22,7 @@ PKG_FIXUP:=libtool
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libdrm
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=
index 7f87394..4c39ff3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -27,7 +27,7 @@ EXTRA_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
 STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_librsvg CONFIG_PACKAGE_librsvg-pixbuf-loader)
 
 define Package/librsvg
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=SVG rendering library
@@ -36,7 +36,7 @@ define Package/librsvg
 endef
 
 define Package/librsvg-pixbuf-loader
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=SVG rendering library
index 011b681..6698b7a 100644 (file)
@@ -24,7 +24,7 @@ PROTOS:=composite damage dpms glx randr record render res screensaver shape \
         shm sync xevie xf86dri xfixes xinerama xprint xtest xvmc xv
 
 define Package/libxcb
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=libxcb
@@ -38,7 +38,7 @@ replaces the current Xlib interface.
 endef
 
 define Package/libxcb-xlib
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=libxcb-xlib
@@ -47,7 +47,7 @@ endef
 
 define Package/libxcb-proto/Default
 define Package/libxcb-$(1)
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=libxcb-$(1)
index ae33cdb..57db41d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 PKG_INSTALL:=1
 
 define Package/libgl-mesa
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXext +libXfixes +libXdamage +libXxf86vm +libdrm +libexpat
@@ -31,7 +31,7 @@ define Package/libgl-mesa
 endef
 
 define Package/libglu-mesa
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libgl-mesa
@@ -41,7 +41,7 @@ endef
 
 define Package/libgl-mesa-dri/Default
 define Package/libgl-mesa-dri-$(1)
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=libgl-mesa @DISPLAY_SUPPORT $(if $(findstring swrast,$(1)),,@TARGET_x86)
index 7aa59fb..bb493b9 100644 (file)
@@ -27,7 +27,7 @@ TARGET_LDFLAGS+= \
        -L$(STAGING_DIR)/usr/lib/libintl/lib
 
 define Package/pango
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Text layout and rendering library
index 7597683..be3841b 100644 (file)
@@ -30,7 +30,7 @@ TARGET_LDFLAGS+=\
        -L$(STAGING_DIR)/usr/lib/libiconv/lib/
 
 define Package/pangomm
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Text layout and rendering library
index e2c84c9..52322fe 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2009 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -21,7 +21,7 @@ PKG_INSTALL:=1
 include $(INCLUDE_DIR)/package.mk
 
 define Package/pixman
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=pixman
index 91cab28..6923182 100644 (file)
@@ -21,7 +21,7 @@ PKG_FIXUP:=libtool
 include $(INCLUDE_DIR)/package.mk
 
 define Package/tslib
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Tslib is an abstraction layer for touchscreen panel events.
index 2f206b9..ce888a6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2009 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -33,7 +33,7 @@ EXTRA_LDFLAGS+= \
 STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_vte CONFIG_PACKAGE_python-vte)
 
 define Package/vte
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Virtual Terminal Widget
index 4595cf2..8fb81ed 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -33,7 +33,7 @@ TARGET_LDFLAGS+= \
        -Wl,-rpath=/usr/lib
 
 define Package/libwnck
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=Window Navigator Construction Kit
index 1a1004e..724e5b6 100644 (file)
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 #STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,PACKAGE_python PACKAGE_python-mini)
 
 define Package/xcbproto
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   BUILDONLY:=1
index 91fea76..c872774 100644 (file)
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
 CONFIGURE_ARGS_XTRA+=--enable-static --disable-vcd --disable-imagemagick
 
 define Package/xine-lib
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=xine libraries
index 0a9acc7..bf74d5c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=xproto xtrans
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libICE
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=libICE
index 9c9c67f..bffc858 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto xtrans
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libSM
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libICE
index d2b886d..2cba49e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto xextproto xf86bigfontproto kbproto inputproto \
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libX11
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libXdmcp +libXau @FEATURE_drawing-backend_libX11
index c521381..ec0747b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -25,7 +25,7 @@ PKG_BUILD_DEPENDS:=xproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXau
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=libXau
index e22de10..5733b51 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto xextproto printproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXaw
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXext +libXt +libXmu +libXpm +libXau
index 43fc20f..10f970a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009 OpenWrt.org
+# Copyright (C) 2009-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=compositeproto fixesproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXcomposite
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXfixes +libXext
index cdee697..d83e5e3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=fixesproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXcursor
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libXrender +libXfixes +libX11
index d8f6e24..34f31b8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009 OpenWrt.org
+# Copyright (C) 2009-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 
 
 define Package/libXdamage
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXfixes
index 4799271..a8da2c3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXdmcp
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=libXdmcp
index 6a1bebc..3bb31f0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=xproto xextproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXext
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXau
index 9f31ff5..114bb80 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto fixesproto xextproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXfixes
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11
index a111681..6971629 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=xproto fontcacheproto fontsproto xtrans
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXfont
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+zlib +libfontenc +libfreetype
index 108d987..758b3ec 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 
 
 define Package/libXmu
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libXt +libXext
@@ -33,7 +33,7 @@ define Package/libXmu
 endef
 
 define Package/libXmuu
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11
index 0322cd0..c72be24 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUID_DEPENDS:=xproto xextproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXpm
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXt +libXext
index 9be9965..3985817 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=randrproto renderproto xextproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXrandr
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libXext +libXrender +libX11
index c3b973e..dfc541b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=renderproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXrender
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11
index d5a8617..81cbad4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=xproto kbproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXt
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libSM +libX11 +libICE
index 3df59ad..60a37b1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=recordproto xextproto inputproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXtst
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXext +libXi
index 9c1de55..95ca1cf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=videoproto xextproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXv
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXext
index 4ff1111..82b421b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=videoproto xextproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libXvMC
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libXext +libXv +libX11
index 7b76c62..2a09cb8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -30,7 +30,7 @@ define Build/Configure
 endef
 
 define Package/libXxf86vm
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11 +libXext
index 6f5879a..99fdf86 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=xproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libfontenc
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+zlib
index 83169ce..2ba4311 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=kbproto
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libxkbfile
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   DEPENDS:=+libX11
index 5a1220b..2b44bc9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2009 OpenWrt.org
+# Copyright (C) 2007-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -21,7 +21,7 @@ PKG_INSTALL:=1
 include $(INCLUDE_DIR)/package.mk
 
 define Package/xtrans
-  SECTION:=xorg-lib
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=xtrans
index fdc89ec..ba7c62b 100644 (file)
@@ -1,3 +1,10 @@
+#
+# Copyright (C) 2009-2010 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=orbit2
@@ -48,7 +55,7 @@ CONFIGURE_VARS += \
        ac_cv_alignof_CORBA_pointer=4
 
 define Package/orbit2
-  SECTION:=xorg-libs
+  SECTION:=xorg-libraries
   CATEGORY:=Xorg
   SUBMENU:=libraries
   TITLE:=ORBit2