mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add klipoquery 0.2.4, a panel applet for web searches using clipboard
entries. The KlipOQuery panel applet for KDE is meant to be a bridge between klipper and the web. By simply copying the active item from the clipboard, KlipOQuery will pass this string to the selected service from the popupmenu. Features: - Get infos from selected words of all applications with one click - Group services in your own categories - Change selected services with the scrollwheel - Have a fast access to your top services WWW: http://www.michael-vonrueden.de/klipoquery/
This commit is contained in:
parent
584dcc1a06
commit
2c1d3bffc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138499
@ -80,6 +80,7 @@
|
||||
SUBDIR += kdepim3
|
||||
SUBDIR += kdissert
|
||||
SUBDIR += kickpim
|
||||
SUBDIR += klipoquery
|
||||
SUBDIR += kluje
|
||||
SUBDIR += knowit
|
||||
SUBDIR += kompose
|
||||
|
25
deskutils/klipoquery/Makefile
Normal file
25
deskutils/klipoquery/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: klipoquery
|
||||
# Date created: Wed Jun 29 12:30:12 CEST 2005
|
||||
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= klipoquery
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://www.michael-vonrueden.de/${PORTNAME}/
|
||||
|
||||
MAINTAINER= markus@FreeBSD.org
|
||||
COMMENT= Panel applet for web searches using clipboard entries
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/klipoquery/distinfo
Normal file
2
deskutils/klipoquery/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (klipoquery-0.2.4.tar.gz) = e2866389931925b81eb1f907cc7ff6d4
|
||||
SIZE (klipoquery-0.2.4.tar.gz) = 627430
|
11
deskutils/klipoquery/pkg-descr
Normal file
11
deskutils/klipoquery/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
The KlipOQuery panel applet for KDE is meant to be a bridge between klipper
|
||||
and the web. By simply copying the active item from the clipboard, KlipOQuery
|
||||
will pass this string to the selected service from the popupmenu.
|
||||
|
||||
Features:
|
||||
- Get infos from selected words of all applications with one click
|
||||
- Group services in your own categories
|
||||
- Change selected services with the scrollwheel
|
||||
- Have a fast access to your top services
|
||||
|
||||
WWW: http://www.michael-vonrueden.de/klipoquery/
|
14
deskutils/klipoquery/pkg-plist
Normal file
14
deskutils/klipoquery/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
lib/libklipoquery.la
|
||||
lib/libklipoquery.so
|
||||
share/apps/kicker/applets/klipoquery.desktop
|
||||
share/config/klipoqueryrc
|
||||
share/doc/HTML/en/klipoquery/common
|
||||
share/doc/HTML/en/klipoquery/index.cache.bz2
|
||||
share/doc/HTML/en/klipoquery/index.docbook
|
||||
@dirrm share/doc/HTML/en/klipoquery
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@unexec rmdir %D/share/config 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kicker/applets 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps/kicker 2>/dev/null || true
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user