From 0c1b6d6a6270887bdf73ba1078b32e1f051d7535 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 16 Sep 2019 11:48:07 +0200 Subject: [PATCH] adwaita-icon-theme: Update version from 3.32.0 to 3.34.0 From [NEWS][1]: > 3.34.0 > 3.33.92 > - symbolic: send-to metaphor > - symbolic: battery-missing-symbolic (sam) > - symbolic: pixel perfect question mark (sam) > - symbolic: mail-attachment metrics (sam) > - symbolic: view-reveal, view-conceal for passwords (sam) > - symbolic: keyboard (issue #41) > - symbolic: folders as inode (issue 38) > - symbolic: orientation icons (https://gitlab.gnome.org/GNOME/gnome-control-center/issues/535) > - symbolic: touch-disabled (https://gitlab.gnome.org/GNOME/gnome-control-center/issues/487) > - symbolic: weather-tornado (issue 27) > - symbolic: battery level icons (issue 6) > - fullcolor: colorful packages (issue 32) Remove workaround for folder icon issue. [1]: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/blob/bdeb0713a473672eb47aed371858d22456abad09/NEWS#L1 --- adwaita-icon-theme.be0 | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/adwaita-icon-theme.be0 b/adwaita-icon-theme.be0 index 352629da9..38a931c1d 100755 --- a/adwaita-icon-theme.be0 +++ b/adwaita-icon-theme.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION adwaita-icon-theme-3.32.0-0 +# BEE_VERSION adwaita-icon-theme-3.34.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -61,15 +61,9 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/${PKGVERSI # bee_build #} -mee_install() { - bee_install - - # https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues/38 - cd ${D}${DATADIR}/icons/Adwaita/ - for size in 16x16 22x22 24x24 32x32 48x48 512x512; do - (cd $size/mimetypes; ln -vsf ../places/folder.png inode-directory.png) - done -} +#mee_install() { +# bee_install +#} ## by default this may be 'make install DESTDIR="${D}"' ###############################################################################