summaryrefslogtreecommitdiff
path: root/x11/acidlaunch
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-05-22 12:58:57 +0000
committerzuntum <zuntum@pkgsrc.org>2002-05-22 12:58:57 +0000
commitea7a961b1e5ea557b372ab4046dee65b4ad21b8a (patch)
tree40e73024299e23b4274484ad5d9b5e9d8e888b92 /x11/acidlaunch
parente8c916bef0300cacd9c6abc6f8988cc6e81e6b54 (diff)
downloadpkgsrc-ea7a961b1e5ea557b372ab4046dee65b4ad21b8a.tar.gz
Initial import of acidlaunch-0.5 [pkgsrc/x11/acidlaunch]
acidlaunch is a small, light-weight app launcher with a simple XML-based configuration syntax. It's written in C++ using gtk, gdk-pixbuf and libxml2. It's great as a small, simple app launcher, and it can optionally run in a withdrawn mode for embedding in the blackbox slit. Provided by ptiJo@noos.fr in pkg/16862, imported with minor modifications.
Diffstat (limited to 'x11/acidlaunch')
-rw-r--r--x11/acidlaunch/DESCR6
-rw-r--r--x11/acidlaunch/Makefile18
-rw-r--r--x11/acidlaunch/PLIST6
-rw-r--r--x11/acidlaunch/distinfo3
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/acidlaunch/DESCR b/x11/acidlaunch/DESCR
new file mode 100644
index 00000000000..27ba3ad4bd5
--- /dev/null
+++ b/x11/acidlaunch/DESCR
@@ -0,0 +1,6 @@
+acidlaunch is a small, light-weight app launcher with a simple XML-based
+configuration syntax.
+
+It's written in C++ using gtk, gdk-pixbuf and libxml2.
+It's great as a small, simple app launcher, and it can optionally run in a
+withdrawn mode for embedding in the blackbox slit.
diff --git a/x11/acidlaunch/Makefile b/x11/acidlaunch/Makefile
new file mode 100644
index 00000000000..1f75b3fd12f
--- /dev/null
+++ b/x11/acidlaunch/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/22 12:58:57 zuntum Exp $
+#
+
+DISTNAME= acidlaunch-0.5
+CATEGORIES= x11
+MASTER_SITES= http://linuxgamers.net/download/
+
+MAINTAINER= ptiJo@noos.fr
+HOMEPAGE= http://linuxgamers.net/infoPage.php?page=acidlaunch
+COMMENT= small, light-weight app launcher
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-xmltest
+CONFIGURE_ARGS+= --disable-gdk_pixbuftest
+
+.include "../../graphics/gdk-pixbuf/buildlink.mk"
+.include "../../textproc/libxml2/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/acidlaunch/PLIST b/x11/acidlaunch/PLIST
new file mode 100644
index 00000000000..4c1e945e826
--- /dev/null
+++ b/x11/acidlaunch/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/22 12:58:57 zuntum Exp $
+bin/acidlaunch
+man/man1/acidlaunch.1
+share/acidlaunch/config.xml
+share/acidlaunch/default.png
+@dirrm share/acidlaunch
diff --git a/x11/acidlaunch/distinfo b/x11/acidlaunch/distinfo
new file mode 100644
index 00000000000..370296de2d6
--- /dev/null
+++ b/x11/acidlaunch/distinfo
@@ -0,0 +1,3 @@
+
+SHA1 (acidlaunch-0.5.tar.gz) = fe8892709eec6956e4dcbd088b89efa99c6a6e78
+Size (acidlaunch-0.5.tar.gz) = 61076 bytes