From e091264fb8289a66b0d803e4124f679ebd403514 Mon Sep 17 00:00:00 2001 From: arved Date: Thu, 4 Nov 2004 19:01:43 +0000 Subject: Update to 1.2 PR: 73364 Submitted by: David Johnson --- x11-themes/qinx/Makefile | 2 +- x11-themes/qinx/distinfo | 4 ++-- x11-themes/qinx/files/patch-qinxstyle.cc | 11 ----------- 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 x11-themes/qinx/files/patch-qinxstyle.cc diff --git a/x11-themes/qinx/Makefile b/x11-themes/qinx/Makefile index a40a556fcf8..9eef194bdde 100644 --- a/x11-themes/qinx/Makefile +++ b/x11-themes/qinx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qinx -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= x11-themes kde MASTER_SITES= http://www.usermode.org/code/ diff --git a/x11-themes/qinx/distinfo b/x11-themes/qinx/distinfo index c8b6d8e9690..2eaf0afec86 100644 --- a/x11-themes/qinx/distinfo +++ b/x11-themes/qinx/distinfo @@ -1,2 +1,2 @@ -MD5 (qinx-1.1.tar.gz) = 6f93efbf79c38f3a338d0f934a9053c6 -SIZE (qinx-1.1.tar.gz) = 501553 +MD5 (qinx-1.2.tar.gz) = e75f7512f2ab0fa8a83caf5b3074a333 +SIZE (qinx-1.2.tar.gz) = 504070 diff --git a/x11-themes/qinx/files/patch-qinxstyle.cc b/x11-themes/qinx/files/patch-qinxstyle.cc deleted file mode 100644 index 1cf0c2aa440..00000000000 --- a/x11-themes/qinx/files/patch-qinxstyle.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- qinxstyle/qinxstyle.cc.orig Sun Jul 25 21:12:29 2004 -+++ qinxstyle/qinxstyle.cc Sun Jul 25 21:12:51 2004 -@@ -1677,7 +1677,7 @@ - } - - PrimitiveElement element; -- QColor color = (spin==hover_) -+ QColor color = ((QWidget*)spin==hover_) - ? group.button().light(contrast) - : group.button(); - -- cgit