KColorChooser is a simple application to select the color from the

screen or from a pallete.

Somehow missed yesterday. Noticed by nigel@
This commit is contained in:
zhuk 2013-04-25 16:59:05 +00:00
parent 6910162d00
commit 7d4b34d68f
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/25 16:59:05 zhuk Exp $
COMMENT = simple application to select color for KDE
DISTNAME = kcolorchooser-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
WANTLIB += ${KDE4LIB}/kdeui
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (kde/kcolorchooser-4.10.2.tar.xz) = /iElz5LNJ3oPSu+tGtsVJ1KiAJ3K1h0H6tfqQPqCwEw=
SIZE (kde/kcolorchooser-4.10.2.tar.xz) = 4576

View File

@ -0,0 +1,2 @@
KColorChooser is a simple application to select the color from the
screen or from a pallete.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/25 16:59:05 zhuk Exp $
@bin bin/kcolorchooser
share/applications/kde4/kcolorchooser.desktop
share/icons/hicolor/16x16/apps/kcolorchooser.png
share/icons/hicolor/22x22/apps/kcolorchooser.png
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor