Skip to content

Commit

Permalink
exo: Use correct existing icon name for *Mail Reader*
Browse files Browse the repository at this point in the history
Currently, no icon for the mail reader is shown in the application menu.
Add the patch to fix that [1].

Increment revision.

[1] https://bugzilla.xfce.org/show_bug.cgi?id=13711
  • Loading branch information
pmenzel committed Dec 4, 2017
1 parent 1b56184 commit 3f02fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exo.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION exo-0.10.7-0
# BEE_VERSION exo-0.10.7-1

## 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 All @@ -15,7 +15,7 @@ SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${PKGVERSIO
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/0001-Use-freedesktop.org-mail-icon-name-compliant-Bug-137.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit 3f02fa7

Please sign in to comment.