diff options
author | ale <ale@FreeBSD.org> | 2004-02-11 15:59:00 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-11 15:59:00 +0800 |
commit | 99349054b1b1188e4d38eb4751893e1059404f2d (patch) | |
tree | f9a68376184d5a557518cf9299776a5fa834919b | |
parent | 1fc3412c9365a65251256c3c36f1ea4440860e90 (diff) | |
download | freebsd-ports-gnome-99349054b1b1188e4d38eb4751893e1059404f2d.tar.gz freebsd-ports-gnome-99349054b1b1188e4d38eb4751893e1059404f2d.tar.zst freebsd-ports-gnome-99349054b1b1188e4d38eb4751893e1059404f2d.zip |
Update to 1.05 release:
- filesel dialog for launcher command in edit and add dialog
- filesel dialog for new menu filename
- check if all field are filled when adding and creating a new menu
- no more gint response (fix the problem when compiling on FreeBSD 4.x)
- (begin of) icon support added
- text in tree formatted
PR: ports/62678
Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer)
Approved by: nork (mentor/implicitly)
-rw-r--r-- | x11-wm/xfce4-menueditor/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/xfce4-menueditor/Makefile b/x11-wm/xfce4-menueditor/Makefile index 9a4d60304681..511b7d207349 100644 --- a/x11-wm/xfce4-menueditor/Makefile +++ b/x11-wm/xfce4-menueditor/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xfce4-menueditor -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= x11-wm xfce MASTER_SITES= http://users.skynet.be/p0llux/files/ diff --git a/x11-wm/xfce4-menueditor/distinfo b/x11-wm/xfce4-menueditor/distinfo index 5211ce6cb8cc..92b343207d2e 100644 --- a/x11-wm/xfce4-menueditor/distinfo +++ b/x11-wm/xfce4-menueditor/distinfo @@ -1,2 +1,2 @@ -MD5 (xfce4-menueditor-1.0.tar.bz2) = f0b52d0b26039a4230fdf91771819a64 -SIZE (xfce4-menueditor-1.0.tar.bz2) = 170833 +MD5 (xfce4-menueditor-1.05.tar.bz2) = b461b210fa98fd4377f4ffcdcb049583 +SIZE (xfce4-menueditor-1.05.tar.bz2) = 222093 |