summaryrefslogtreecommitdiff
path: root/x11-themes/baghira
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-12-04 18:22:09 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-12-04 18:22:09 +0000
commitc9f4ca4e26182cc4c6ba3aa724e28027ddd4e8e6 (patch)
tree83de95cd8a278f0aa12e598e25564c182ec466da /x11-themes/baghira
parentFix grammar nit in ImageMagick entry. (diff)
Update to 0.6
PR: 73974 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Notes
Notes: svn path=/head/; revision=123119
Diffstat (limited to 'x11-themes/baghira')
-rw-r--r--x11-themes/baghira/Makefile3
-rw-r--r--x11-themes/baghira/distinfo4
-rw-r--r--x11-themes/baghira/files/patch-baghira.cpp22
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() )
+ {