summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Vinogradov2012-11-25 18:18:00 -0500
committerPol Vinogradov2012-11-26 15:42:52 -0500
commite0dba544ebbd4c9e9ac8ca2789abfc3a87fde24b (patch)
treeb0a59e791b9f85b2a41906ac73c37f49d2524b91
parent02c5d37e05efd404f9c7b3b348b8eb9ee8b2c438 (diff)
lxde/lxinput: new spell, a small program used to configure keyboard and mouse for LXDE
-rw-r--r--ChangeLog4
-rwxr-xr-xlxde/lxinput/DEPENDS13
-rwxr-xr-xlxde/lxinput/DETAILS13
-rw-r--r--lxde/lxinput/HISTORY2
4 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aeee9ddb4..44dfb24f79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-25 Pol Vinogradov <vin.public@gmail.com>
+ * lxde/lxinput: new spell, a small program used to configure
+ keyboard and mouse for LXDE
+
2012-11-24 Robin Cook <rcook@wyrms.net>
* New Spell: graphics-libs/libwebp library for Web-P graphics format
diff --git a/lxde/lxinput/DEPENDS b/lxde/lxinput/DEPENDS
new file mode 100755
index 0000000000..4559f6d938
--- /dev/null
+++ b/lxde/lxinput/DEPENDS
@@ -0,0 +1,13 @@
+depends libx11 &&
+depends xml-parser-expat &&
+optional_depends gtk+3 \
+ "--enable-gtk3" \
+ "--disable-gtk3" \
+ "for GTK 3 interface (otherwise use GTK 2)" &&
+optional_depends libxslt \
+ "--enable-man" \
+ "--disable-man" \
+ "to generate man pages" &&
+if ! is_depends_enabled $SPELL gtk+3; then
+ depends gtk+2
+fi
diff --git a/lxde/lxinput/DETAILS b/lxde/lxinput/DETAILS
new file mode 100755
index 0000000000..00731d68ac
--- /dev/null
+++ b/lxde/lxinput/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=lxinput
+ VERSION=0.3.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/lxde/${SOURCE}
+ SOURCE_HASH=sha512:50921151d3050fae1e4640aade2b0bf88d94445f95e18c21c3d67a012ec7d33b6b9dada8574898d915a350c37fcd568f376bafff1b804e222543a5cadf87431a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://lxde.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20121125
+ SHORT="LXInput is a small program used to configure keyboard and mouse for LXDE."
+cat << EOF
+LXInput is a small program used to configure keyboard and mouse for LXDE.
+EOF
diff --git a/lxde/lxinput/HISTORY b/lxde/lxinput/HISTORY
new file mode 100644
index 0000000000..c999984546
--- /dev/null
+++ b/lxde/lxinput/HISTORY
@@ -0,0 +1,2 @@
+2012-11-25 Pol Vinogradov <vin.public@gmail.com>
+ * DETAILS, DEPENDS: spell created