diff options
author | youri <youri> | 2016-05-20 22:23:43 +0000 |
---|---|---|
committer | youri <youri> | 2016-05-20 22:23:43 +0000 |
commit | 056856508b44258e340756caaaae14cb4d96f20c (patch) | |
tree | fa7cdd2c019b292e1ce3b5cf738da6fba56a4f54 | |
parent | e83798bc5488c4357286cc7f264794c8702606f6 (diff) | |
download | pkgsrc-056856508b44258e340756caaaae14cb4d96f20c.tar.gz |
Import libindicator-tools-12.10.1 as devel/libindicator-tools.
A set of symbols and convience functions that all indicators would
like to use.
-rw-r--r-- | devel/libindicator-tools/DESCR | 2 | ||||
-rw-r--r-- | devel/libindicator-tools/Makefile | 14 | ||||
-rw-r--r-- | devel/libindicator-tools/PLIST | 3 |
3 files changed, 19 insertions, 0 deletions
diff --git a/devel/libindicator-tools/DESCR b/devel/libindicator-tools/DESCR new file mode 100644 index 00000000000..11dff263ca4 --- /dev/null +++ b/devel/libindicator-tools/DESCR @@ -0,0 +1,2 @@ +A set of symbols and convience functions that all indicators would +like to use. diff --git a/devel/libindicator-tools/Makefile b/devel/libindicator-tools/Makefile new file mode 100644 index 00000000000..dc4a11a2180 --- /dev/null +++ b/devel/libindicator-tools/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2016/05/20 22:23:43 youri Exp $ + +USE_GTK_VERSION=2 + +.include "../../devel/libindicator/Makefile.common" + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= GTK+2 symbols and convience functions for indicators +PKGNAME= ${DISTNAME:S/-/-tools-/} + +INSTALL_DIRS= tools + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/libindicator-tools/PLIST b/devel/libindicator-tools/PLIST new file mode 100644 index 00000000000..5e0c10f2cae --- /dev/null +++ b/devel/libindicator-tools/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/20 22:23:43 youri Exp $ +libexec/indicator-loader +share/libindicator/80indicator-debugging |