From: blogic Date: Mon, 8 Oct 2007 21:30:32 +0000 (+0000) Subject: added default background image for X X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=1ee66714392392c70c2800ddfa7f785174d8f193;p=packages.git added default background image for X git-svn-id: svn://svn.openwrt.org/openwrt/packages@9196 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/XOrg/misc/x-bkgd-images/Makefile b/XOrg/misc/x-bkgd-images/Makefile new file mode 100644 index 000000000..cb2a1e64f --- /dev/null +++ b/XOrg/misc/x-bkgd-images/Makefile @@ -0,0 +1,36 @@ +# +# Copyright (C) 2007 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +# blogic@openwrt.org + +include $(TOPDIR)/rules.mk + +PKG_NAME:=x-bkgd-images +PKG_VERSION:=1 +PKG_RELEASE:=1 + +include $(INCLUDE_DIR)/package.mk + +define Package/x-bkgd-images + SECTION:=xorg-misc + CATEGORY:=Xorg + SUBMENU:=misc + TITLE:=Background images for X +endef + +define Build/Configure + echo +endef + +define Build/Compile + echo +endef + +define Package/x-bkgd-images/install + $(call pkg_install_files,`pwd`/files,$(1),/usr/share/X11/) +endef + +$(eval $(call BuildPackage,x-bkgd-images)) diff --git a/XOrg/misc/x-bkgd-images/files/usr/share/X11/bkgd-images/default.png b/XOrg/misc/x-bkgd-images/files/usr/share/X11/bkgd-images/default.png new file mode 120000 index 000000000..f2915c8db --- /dev/null +++ b/XOrg/misc/x-bkgd-images/files/usr/share/X11/bkgd-images/default.png @@ -0,0 +1 @@ +openwrt-1.png \ No newline at end of file diff --git a/XOrg/misc/x-bkgd-images/files/usr/share/X11/bkgd-images/openwrt-1.png b/XOrg/misc/x-bkgd-images/files/usr/share/X11/bkgd-images/openwrt-1.png new file mode 100644 index 000000000..6d54359bb Binary files /dev/null and b/XOrg/misc/x-bkgd-images/files/usr/share/X11/bkgd-images/openwrt-1.png differ