diff options
author | arved <arved@FreeBSD.org> | 2004-12-05 02:22:09 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-12-05 02:22:09 +0800 |
commit | 1f44aee736698eaeceed24ea04b4b196516cf1ba (patch) | |
tree | 03a3293747ac5eb2daff66c9c0ed6edd05bc1871 /x11-themes | |
parent | 38d48eca7ae5fdd4b1e86e4a77b65bd13c7f33c0 (diff) | |
download | freebsd-ports-gnome-1f44aee736698eaeceed24ea04b4b196516cf1ba.tar.gz freebsd-ports-gnome-1f44aee736698eaeceed24ea04b4b196516cf1ba.tar.zst freebsd-ports-gnome-1f44aee736698eaeceed24ea04b4b196516cf1ba.zip |
Update to 0.6
PR: 73974
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/baghira/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/baghira/distinfo | 4 | ||||
-rw-r--r-- | x11-themes/baghira/files/patch-baghira.cpp | 22 |
3 files changed, 14 insertions, 15 deletions
diff --git a/x11-themes/baghira/Makefile b/x11-themes/baghira/Makefile index e84f591896a5..bff6ff2f1256 100644 --- a/x11-themes/baghira/Makefile +++ b/x11-themes/baghira/Makefile @@ -6,8 +6,7 @@ # PORTNAME= baghira -PORTVERSION= 0.5e -PORTREVISION= 1 +PORTVERSION= 0.6 CATEGORIES= x11-themes kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-themes/baghira/distinfo b/x11-themes/baghira/distinfo index e537066164c3..c8c967e2f5e9 100644 --- a/x11-themes/baghira/distinfo +++ b/x11-themes/baghira/distinfo @@ -1,2 +1,2 @@ -MD5 (baghira-0.5e.tar.bz2) = 55c60f5804aadfd2525e25d6c1ad0417 -SIZE (baghira-0.5e.tar.bz2) = 818639 +MD5 (baghira-0.6.tar.bz2) = 405e7a5c584fc2250aee972f4ed3d6c7 +SIZE (baghira-0.6.tar.bz2) = 931005 diff --git a/x11-themes/baghira/files/patch-baghira.cpp b/x11-themes/baghira/files/patch-baghira.cpp index f553ce122acb..9af48a54a7cc 100644 --- a/x11-themes/baghira/files/patch-baghira.cpp +++ b/x11-themes/baghira/files/patch-baghira.cpp @@ -1,11 +1,11 @@ ---- style/baghira.cpp.orig Tue Aug 31 00:07:49 2004 -+++ style/baghira.cpp Thu Sep 2 12:57:28 2004 -@@ -1643,7 +1643,7 @@ - const QPushButton *btn = ( const QPushButton* ) widget; - int x, y, w, h; - r.rect( &x, &y, &w, &h ); -- bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == highlightWidget; -+ bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == ( const QPushButton* ) highlightWidget; - - if ( btn->isOn() || btn->isDown() ) { - flags |= Style_Sunken; +--- style/baghira.cpp.orig Thu Nov 11 05:55:20 2004 ++++ style/baghira.cpp Fri Nov 19 21:21:49 2004 +@@ -1597,7 +1597,7 @@ + const QPushButton *btn = ( const QPushButton* ) widget; + int x, y, w, h; + r.rect( &x, &y, &w, &h ); +- bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == highlightWidget; ++ bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == ( const QPushButton* ) highlightWidget; + + if ( btn->isOn() || btn->isDown() ) + { |