1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.5.1

- Sort USES
- Add patch, which disables Mugshot (utility to edit user profile), and
MenuLibre (menu editor), they are not yet present in ports tree
This commit is contained in:
Olivier Duchateau 2015-09-21 21:34:28 +00:00
parent 8da03a0429
commit b65beb26da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397522
3 changed files with 15 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-whiskermenu-plugin
PORTVERSION= 1.5.0
PORTREVISION= 1
PORTVERSION= 1.5.1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= pkgconfig cmake gettext xfce tar:bzip2
USES= cmake gettext pkgconfig tar:bzip2 xfce
USE_GNOME= gtk20
USE_XFCE= panel
INSTALLS_ICONS= yes

View File

@ -1,2 +1,2 @@
SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.0.tar.bz2) = da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851
SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.0.tar.bz2) = 145549
SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.1.tar.bz2) = 1c7650562322867513370ab575536b67aa3712329bb60a0c91a0a70e23a8945a
SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.1.tar.bz2) = 148050

View File

@ -0,0 +1,11 @@
--- panel-plugin/settings.cpp.orig 2015-03-08 09:15:22 UTC
+++ panel-plugin/settings.cpp
@@ -148,6 +148,8 @@ void Settings::load(char* file)
{
if (!file)
{
+ command[CommandProfile]->set_shown(false);
+ command[CommandMenuEditor]->set_shown(false);
return;
}