diff options
author | arved <arved@FreeBSD.org> | 2004-11-05 03:01:43 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-05 03:01:43 +0800 |
commit | e091264fb8289a66b0d803e4124f679ebd403514 (patch) | |
tree | 46e0ffbcf88149ac8770449b8cb64597ac6cfc37 /x11-themes | |
parent | dfa7882b033fc69f1165951094a396d665286fe0 (diff) | |
download | freebsd-ports-gnome-e091264fb8289a66b0d803e4124f679ebd403514.tar.gz freebsd-ports-gnome-e091264fb8289a66b0d803e4124f679ebd403514.tar.zst freebsd-ports-gnome-e091264fb8289a66b0d803e4124f679ebd403514.zip |
Update to 1.2
PR: 73364
Submitted by: David Johnson <david@usermode.org>
Diffstat (limited to 'x11-themes')
-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(); - |