浏览代码

adwaita-icon-theme: new package

This package provides the Adwaita icon theme from the GNOME desktop
environment.

[Thomas: fix the license information to indicate that CC-BY-SA-3.0 is
one of the licenses, and add the COPYING file as well.]

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Eric Le Bihan 10 年之前
父节点
当前提交
edc92b68af
共有 3 个文件被更改,包括 19 次插入0 次删除
  1. 1 0
      package/Config.in
  2. 4 0
      package/adwaita-icon-theme/Config.in
  3. 14 0
      package/adwaita-icon-theme/adwaita-icon-theme.mk

+ 1 - 0
package/Config.in

@@ -624,6 +624,7 @@ menu "Filesystem"
 endmenu
 endmenu
 
 
 menu "Graphics"
 menu "Graphics"
+	source "package/adwaita-icon-theme/Config.in"
 	source "package/atk/Config.in"
 	source "package/atk/Config.in"
 	source "package/cairo/Config.in"
 	source "package/cairo/Config.in"
 	source "package/fltk/Config.in"
 	source "package/fltk/Config.in"

+ 4 - 0
package/adwaita-icon-theme/Config.in

@@ -0,0 +1,4 @@
+config BR2_PACKAGE_ADWAITA_ICON_THEME
+	bool "adwaita icon theme"
+	help
+	  Adwaita icon theme

+ 14 - 0
package/adwaita-icon-theme/adwaita-icon-theme.mk

@@ -0,0 +1,14 @@
+################################################################################
+#
+# adwaita-icon-theme
+#
+################################################################################
+
+ADWAITA_ICON_THEME_VERSION_MAJOR = 3.14
+ADWAITA_ICON_THEME_VERSION = $(ADWAITA_ICON_THEME_VERSION_MAJOR).0
+ADWAITA_ICON_THEME_SITE = ftp://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/$(ADWAITA_ICON_THEME_VERSION_MAJOR)
+ADWAITA_ICON_THEME_SOURCE = adwaita-icon-theme-$(ADWAITA_ICON_THEME_VERSION).tar.xz
+ADWAITA_ICON_THEME_LICENSE = LGPLv3 or CC-BY-SA-3.0
+ADWAITA_ICON_THEME_LICENSE_FILES = COPYING COPYING_LGPL COPYING_CCBYSA3
+
+$(eval $(autotools-package))