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:
parent
6910162d00
commit
7d4b34d68f
10
x11/kde4/kcolorchooser/Makefile
Normal file
10
x11/kde4/kcolorchooser/Makefile
Normal 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>
|
2
x11/kde4/kcolorchooser/distinfo
Normal file
2
x11/kde4/kcolorchooser/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kde/kcolorchooser-4.10.2.tar.xz) = /iElz5LNJ3oPSu+tGtsVJ1KiAJ3K1h0H6tfqQPqCwEw=
|
||||
SIZE (kde/kcolorchooser-4.10.2.tar.xz) = 4576
|
2
x11/kde4/kcolorchooser/pkg/DESCR
Normal file
2
x11/kde4/kcolorchooser/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
KColorChooser is a simple application to select the color from the
|
||||
screen or from a pallete.
|
9
x11/kde4/kcolorchooser/pkg/PLIST
Normal file
9
x11/kde4/kcolorchooser/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user