Initial import of gselt-1.2:
This tool shows a borderless GTK window with various buttons in depending on the current X11 selection. It's configured by a ".gselt" file in your $HOME directory.
This commit is contained in:
parent
c21b03e245
commit
eb3a1388af
4 changed files with 30 additions and 0 deletions
3
x11/gselt/DESCR
Normal file
3
x11/gselt/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This tool shows a borderless GTK window with various buttons in
|
||||
depending on the current X11 selection. It's configured by a ".gselt"
|
||||
file in your $HOME directory.
|
19
x11/gselt/Makefile
Normal file
19
x11/gselt/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/10/22 22:30:40 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gselt-1.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://offog.org/files/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://offog.org/code/gselt.html
|
||||
COMMENT= Display a menu of actions that can be done with an X selection
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
x11/gselt/PLIST
Normal file
3
x11/gselt/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/22 22:30:40 wiz Exp $
|
||||
bin/gselt
|
||||
share/gselt/dot-gselt
|
5
x11/gselt/distinfo
Normal file
5
x11/gselt/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/10/22 22:30:40 wiz Exp $
|
||||
|
||||
SHA1 (gselt-1.2.tar.gz) = cb646d042ed78b4937daa5a36889cc553b1a1478
|
||||
RMD160 (gselt-1.2.tar.gz) = 11445a51fbb01a3e2c2b9f419e2261c4f669e6cc
|
||||
Size (gselt-1.2.tar.gz) = 79375 bytes
|
Loading…
Reference in a new issue