diff options
Diffstat (limited to 'packages/sato-icon-theme')
-rw-r--r-- | packages/sato-icon-theme/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/sato-icon-theme/sato-icon-theme_0.1.bb | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/sato-icon-theme/.mtn2git_empty b/packages/sato-icon-theme/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/sato-icon-theme/.mtn2git_empty diff --git a/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/packages/sato-icon-theme/sato-icon-theme_0.1.bb new file mode 100644 index 0000000000..0919f5dde6 --- /dev/null +++ b/packages/sato-icon-theme/sato-icon-theme_0.1.bb @@ -0,0 +1,20 @@ +SECTION = "x11" +DESCRIPTION = "Sato Icon Theme" +LICENSE = "CC-BY-SA3" +DEPENDS = "" + +PACKAGE_ARCH = "all" + +SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-${PV}.tar.gz" + +inherit autotools pkgconfig + +pkg_postinst_${PN} () { + if [ "x$D" != "x" ]; then + exit 1 + fi + gtk-update-icon-cache -q /usr/share/icons/Sato +} + +FILES_${PN} += "${datadir}" + |