Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "GTK+ icon theme" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "The Adwaita icon theme is the default icon theme of the GNOME desktop \ |
| 3 | This package package contains an icon theme for Gtk+ 3 applications." |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 4 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme" |
| 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues" |
| 6 | SECTION = "x11/gnome" |
| 7 | |
| 8 | LICENSE = "LGPL-3.0 | CC-BY-SA-3.0" |
Andrew Geissler | 475cb72 | 2020-07-10 16:00:51 -0500 | [diff] [blame] | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c84cac88e46fc07647ea07e6c24eeb7c \ |
| 10 | file://COPYING_CCBYSA3;md5=96143d33de3a79321b1006c4e8ed07e7 \ |
| 11 | file://COPYING_LGPL;md5=e6a600fd5e1d9cbde2d983680233ad02" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 12 | |
William A. Kennington III | ac69b48 | 2021-06-02 12:28:27 -0700 | [diff] [blame^] | 13 | inherit allarch autotools pkgconfig gettext gtk-icon-cache |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 14 | |
| 15 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
| 16 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ |
| 17 | file://0001-Don-t-use-AC_CANONICAL_HOST.patch \ |
| 18 | file://0001-Run-installation-commands-as-shell-jobs.patch \ |
| 19 | " |
| 20 | |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 21 | SRC_URI[sha256sum] = "6683a1aaf2430ccd9ea638dd4bfe1002bc92b412050c3dba20e480f979faaf97" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 22 | |
| 23 | DEPENDS += "librsvg-native" |
| 24 | |
| 25 | PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" |
| 26 | |
| 27 | RREPLACES_${PN} = "gnome-icon-theme" |
| 28 | RCONFLICTS_${PN} = "gnome-icon-theme" |
| 29 | RPROVIDES_${PN} = "gnome-icon-theme" |
| 30 | |
| 31 | FILES_${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/" |
| 32 | FILES_${PN}-symbolic-hires = "${prefix}/share/icons/Adwaita/96x96/*/*.symbolic.png \ |
| 33 | ${prefix}/share/icons/Adwaita/64x64/*/*.symbolic.png \ |
| 34 | ${prefix}/share/icons/Adwaita/48x48/*/*.symbolic.png \ |
| 35 | ${prefix}/share/icons/Adwaita/32x32/*/*.symbolic.png" |
| 36 | FILES_${PN}-symbolic = "${prefix}/share/icons/Adwaita/16x16/*/*.symbolic.png \ |
| 37 | ${prefix}/share/icons/Adwaita/24x24/*/*.symbolic.png \ |
| 38 | ${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg" |
| 39 | FILES_${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/ \ |
| 40 | ${prefix}/share/icons/Adwaita/512x512/" |
| 41 | FILES_${PN} = "${prefix}/share/icons/Adwaita/ \ |
| 42 | ${prefix}/share/pkgconfig/adwaita-icon-theme.pc" |
| 43 | |
| 44 | BBCLASSEXTEND = "native nativesdk" |