diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2014-05-28 23:32:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-28 23:45:50 +0700 |
commit | 81efe6c63650341e1604ba158268b131e9801755 (patch) | |
tree | e948e799d1808af0ab760faad8ef91ba30ac71ca /misc/brewtarget/patches/0001-brewtarget.desktop.in-Define-only-the-icon-name-no-p.patch | |
parent | e727be292e20be277681673bbfeddaa7f9bf0a8e (diff) | |
download | slackbuilds-81efe6c63650341e1604ba158268b131e9801755.tar.gz |
misc/brewtarget: Added (free brewing software).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/brewtarget/patches/0001-brewtarget.desktop.in-Define-only-the-icon-name-no-p.patch')
-rw-r--r-- | misc/brewtarget/patches/0001-brewtarget.desktop.in-Define-only-the-icon-name-no-p.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/brewtarget/patches/0001-brewtarget.desktop.in-Define-only-the-icon-name-no-p.patch b/misc/brewtarget/patches/0001-brewtarget.desktop.in-Define-only-the-icon-name-no-p.patch new file mode 100644 index 0000000000..11c5d41a50 --- /dev/null +++ b/misc/brewtarget/patches/0001-brewtarget.desktop.in-Define-only-the-icon-name-no-p.patch @@ -0,0 +1,29 @@ +From c9d4152db8fb929e62a86a75474dcca6f2425022 Mon Sep 17 00:00:00 2001 +From: Robby Workman <rworkman@slackware.com> +Date: Tue, 27 May 2014 22:27:00 -0500 +Subject: [PATCH 1/4] brewtarget.desktop.in: Define only the icon name (no + path/extension) + +This commit defines the icon name as only "brewtarget" - it will +require subsequent commit(s) to change the icon name and location +to which it installs. +--- + brewtarget.desktop.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/brewtarget.desktop.in b/brewtarget.desktop.in +index c3ae613..cc96055 100644 +--- a/brewtarget.desktop.in ++++ b/brewtarget.desktop.in +@@ -4,7 +4,7 @@ Exec=brewtarget + Name=Brewtarget + GenericName=Beer calculator + X-KDE-StartupNotify=true +-Icon=${brewtarget_ICONS_LOCATION}/brewtarget_icon.svg ++Icon=brewtarget + Terminal=false + Type=Application + +-- +1.8.4 + |