Update to 1.4. Changes:
Version 1.3 February 12th, 2005 * Add menu button indicator * Fixed background mode related bugs * Add QSplitter highlighting Version 1.2 October 31st, 2004 * Added help and sticky window buttons * Fixed toolbuttons with pixmap backgrounds * Fixed search toolbars Version 1.1 July 15th, 2004 * Improved toolbar, menubar, tabbar, headers, progress bar, Kicker buttons, popup menus, tree view * Mouseover highlighting for combo, slider, spin * Account for reverse layouts Version 1.0 February 3rd, 2004 * Set proper button icons for window state Version 0.7 December 4th, 2003 * Added configuration dialog to style Version 0.6 July 5th, 2003 * Option to reverse titlebar gradients * Custom button positions in Kwin client * Fix contrast on dark color schemes (kretz@kde.org) * Better tab label placement * Minor optimizations and code cleanup Version 0.5 February 23, 2003 * Mouseover and client window buttons * Fully overlapped tabs on QTabBar * Fixed background on some custom KToolbars * Better gradients on tool windows * Minor optimizations and code cleanup Version 0.4 November 6th, 2002 * Notched tabs on QTabBar * Fixed floating popup menus
This commit is contained in:
parent
ff8ecfab50
commit
dfba3288fe
3 changed files with 14 additions and 9 deletions
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.11 2005/06/12 23:51:26 kristerw Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2007/01/14 20:11:47 shattered Exp $
|
||||
#
|
||||
|
||||
DISTNAME= qinx-0.3
|
||||
DISTNAME= qinx-1.4
|
||||
CATEGORIES= wm kde
|
||||
MASTER_SITES= http://www.usermode.org/code/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= flynn@energyhq.homeip.net
|
||||
HOMEPAGE= http://www.usermode.org/code.html
|
||||
|
@ -12,10 +13,13 @@ COMMENT= Widget style and window decoration for KDE3
|
|||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
USE_TOOLS+= gmake
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
||||
# LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
||||
|
||||
.include "../../meta-pkgs/kde3/kde3.mk"
|
||||
.include "../../x11/kdelibs3/buildlink3.mk"
|
||||
.include "../../x11/kdebase3/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2004/09/23 05:59:59 jlamwww Exp $
|
||||
lib/kde3/kwin_qinx.la
|
||||
@comment $NetBSD: PLIST,v 1.4 2007/01/14 20:11:47 shattered Exp $
|
||||
lib/kde3/kstyle_qinx_config.la
|
||||
lib/kde3/kwin3_qinx.la
|
||||
lib/kde3/kwin_qinx_config.la
|
||||
lib/kde3/plugins/styles/qinx.la
|
||||
share/kde/apps/kwin/qinx.desktop
|
||||
share/kde/apps/kdisplay/color-schemes/qinx.kcsrc
|
||||
share/kde/apps/kdisplay/color-schemes/qinxmodern.kcsrc
|
||||
share/kde/apps/kstyle/themes/qinx.themerc
|
||||
share/kde/apps/kstyle/themes/qinxflat.themerc
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/04/12 12:36:50 virtus Exp $
|
||||
$NetBSD: distinfo,v 1.2 2007/01/14 20:11:48 shattered Exp $
|
||||
|
||||
SHA1 (qinx-0.3.tar.gz) = 86c5d4a7042b5d0fba13fadf208dbadba1c2ac65
|
||||
Size (qinx-0.3.tar.gz) = 504288 bytes
|
||||
SHA1 (qinx-1.4.tar.bz2) = f9624c76171b3d2990db65b03af4f4dc342cdb23
|
||||
RMD160 (qinx-1.4.tar.bz2) = 5aac207b326e15e1728963be15dc87e15e174ee6
|
||||
Size (qinx-1.4.tar.bz2) = 383043 bytes
|
||||
|
|
Loading…
Reference in a new issue