diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-04 19:01:43 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-04 19:01:43 +0000 |
commit | e4fb77347a8768859ca4d8b7e72af9821b244406 (patch) | |
tree | c6cae0c3873db14b96a36ee7fd09e911d8ebedf7 /x11-themes/qinx | |
parent | UPdate to 0.6 (diff) |
Update to 1.2
PR: 73364
Submitted by: David Johnson <david@usermode.org>
Notes
Notes:
svn path=/head/; revision=120806
Diffstat (limited to 'x11-themes/qinx')
-rw-r--r-- | x11-themes/qinx/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/qinx/distinfo | 4 | ||||
-rw-r--r-- | x11-themes/qinx/files/patch-qinxstyle.cc | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/x11-themes/qinx/Makefile b/x11-themes/qinx/Makefile index a40a556fcf8f..9eef194bdde0 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 c8b6d8e96902..2eaf0afec861 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 1cf0c2aa440a..000000000000 --- 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(); - |