Skip to content

Commit

Permalink
adwaita-icon-theme: Update version from 3.32.0 to 3.34.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Sep 16, 2019
1 parent d493a28 commit 0c1b6d6
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions adwaita-icon-theme.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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}"'

###############################################################################
Expand Down

0 comments on commit 0c1b6d6

Please sign in to comment.