From c9f4ca4e26182cc4c6ba3aa724e28027ddd4e8e6 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sat, 4 Dec 2004 18:22:09 +0000 Subject: Update to 0.6 PR: 73974 Submitted by: Miguel Mendez --- x11-themes/baghira/Makefile | 3 +-- x11-themes/baghira/distinfo | 4 ++-- x11-themes/baghira/files/patch-baghira.cpp | 22 +++++++++++----------- 3 files changed, 14 insertions(+), 15 deletions(-) (limited to 'x11-themes/baghira') 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() ) + { -- cgit v1.2.3