diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-22 22:30:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-22 22:30:40 +0000 |
commit | 40d9de4b22a2d9be0021c33b1651fa1d4eb97547 (patch) | |
tree | a48ff574dfc700e261aa17d548089f029668cd5e /x11/gselt | |
parent | fcd475451450ec35a3d80f97eb86845ae05261eb (diff) | |
download | pkgsrc-40d9de4b22a2d9be0021c33b1651fa1d4eb97547.tar.gz |
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.
Diffstat (limited to 'x11/gselt')
-rw-r--r-- | x11/gselt/DESCR | 3 | ||||
-rw-r--r-- | x11/gselt/Makefile | 19 | ||||
-rw-r--r-- | x11/gselt/PLIST | 3 | ||||
-rw-r--r-- | x11/gselt/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11/gselt/DESCR b/x11/gselt/DESCR new file mode 100644 index 00000000000..5a84dc67f67 --- /dev/null +++ b/x11/gselt/DESCR @@ -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. diff --git a/x11/gselt/Makefile b/x11/gselt/Makefile new file mode 100644 index 00000000000..fa0188b276c --- /dev/null +++ b/x11/gselt/Makefile @@ -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" diff --git a/x11/gselt/PLIST b/x11/gselt/PLIST new file mode 100644 index 00000000000..aa618f1b048 --- /dev/null +++ b/x11/gselt/PLIST @@ -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 diff --git a/x11/gselt/distinfo b/x11/gselt/distinfo new file mode 100644 index 00000000000..860bb155fa1 --- /dev/null +++ b/x11/gselt/distinfo @@ -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 |