From 10822d48ce54d9fb9ca9a1eb91675e61aca04da4 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Thu, 12 Nov 2009 02:34:12 +0000 Subject: [PATCH] add SVN-Revision: 18397 --- desktop/data/gnome-icon-theme/Makefile | 47 ++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 desktop/data/gnome-icon-theme/Makefile diff --git a/desktop/data/gnome-icon-theme/Makefile b/desktop/data/gnome-icon-theme/Makefile new file mode 100644 index 0000000..2e50537 --- /dev/null +++ b/desktop/data/gnome-icon-theme/Makefile @@ -0,0 +1,47 @@ +# +# Copyright (C) 2008 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +# $Id$ + +include $(TOPDIR)/rules.mk + +PKG_NAME:=gnome-icon-theme +PKG_VERSION:=2.28.0 +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.28 +PKG_MD5SUM:= + +PKG_BUILD_DEPENDS:=icon-naming-utils intltool/host + +PKG_INSTALL=1 + +include $(INCLUDE_DIR)/package.mk + +define Package/gnome-icon-theme + SECTION:=xorg-data + CATEGORY:=Xorg + SUBMENU:=data + TITLE:=gnome-icon-theme + DEPENDS:=+hicolor-icon-theme +endef + +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig + $(INSTALL_DATA) \ + $(PKG_INSTALL_DIR)/usr/share/pkgconfig/* \ + $(1)/usr/lib/pkgconfig/ +endef + +define Package/gnome-icon-theme/install + $(INSTALL_DIR) $(1)/usr/share/icons/gnome + $(CP) \ + $(PKG_INSTALL_DIR)/usr/share/icons/gnome/* \ + $(1)/usr/share/icons/gnome/ +endef + +$(eval $(call BuildPackage,gnome-icon-theme)) -- 2.30.2