diff options
author | vs <vs@FreeBSD.org> | 2005-01-25 00:10:18 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-01-25 00:10:18 +0800 |
commit | 8d06049c18093bdff3fec922404e462210f03b4b (patch) | |
tree | 26f866d96dd3c4f5786368a70e9084d851f00a86 /x11-themes/baghira | |
parent | 18f73d21b98af99487f1f855456474c110357a2c (diff) | |
download | freebsd-ports-gnome-8d06049c18093bdff3fec922404e462210f03b4b.tar.gz freebsd-ports-gnome-8d06049c18093bdff3fec922404e462210f03b4b.tar.zst freebsd-ports-gnome-8d06049c18093bdff3fec922404e462210f03b4b.zip |
Update to 0.6a
PR: ports/75810
Submitted by: Miguel Mendez (maintainer)
Diffstat (limited to 'x11-themes/baghira')
-rw-r--r-- | x11-themes/baghira/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/baghira/distinfo | 4 | ||||
-rw-r--r-- | x11-themes/baghira/files/patch-baghira.cpp | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/x11-themes/baghira/Makefile b/x11-themes/baghira/Makefile index bff6ff2f1256..6f30547510a3 100644 --- a/x11-themes/baghira/Makefile +++ b/x11-themes/baghira/Makefile @@ -6,7 +6,7 @@ # PORTNAME= baghira -PORTVERSION= 0.6 +PORTVERSION= 0.6a 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 c8c967e2f5e9..e2051416be8e 100644 --- a/x11-themes/baghira/distinfo +++ b/x11-themes/baghira/distinfo @@ -1,2 +1,2 @@ -MD5 (baghira-0.6.tar.bz2) = 405e7a5c584fc2250aee972f4ed3d6c7 -SIZE (baghira-0.6.tar.bz2) = 931005 +MD5 (baghira-0.6a.tar.bz2) = c24e3bac8e4b992e5c9ca6a6cc18eac3 +SIZE (baghira-0.6a.tar.bz2) = 924324 diff --git a/x11-themes/baghira/files/patch-baghira.cpp b/x11-themes/baghira/files/patch-baghira.cpp deleted file mode 100644 index 9af48a54a7cc..000000000000 --- a/x11-themes/baghira/files/patch-baghira.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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() ) - { |