diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-04 18:22:09 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-12-04 18:22:09 +0000 |
commit | c9f4ca4e26182cc4c6ba3aa724e28027ddd4e8e6 (patch) | |
tree | 83de95cd8a278f0aa12e598e25564c182ec466da /x11-themes/baghira | |
parent | db86a9a6b0bfb8c1cbf36acd5223a0eee2ac2a5a (diff) | |
download | ports-c9f4ca4e26182cc4c6ba3aa724e28027ddd4e8e6.tar.gz ports-c9f4ca4e26182cc4c6ba3aa724e28027ddd4e8e6.zip |
Notes
Diffstat (limited to 'x11-themes/baghira')
-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() ) + { |