Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e0dba544ebbd4c9e9ac8ca2789abfc3a87fde24b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e0dba544ebbd4c9e9ac8ca2789abfc3a87fde24b)
  • Date: Mon, 26 Nov 2012 14:43:42 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
lxde/lxinput/DEPENDS | 13 +++++++++++++
lxde/lxinput/DETAILS | 13 +++++++++++++
lxde/lxinput/HISTORY | 2 ++
4 files changed, 32 insertions(+)

New commits:
commit e0dba544ebbd4c9e9ac8ca2789abfc3a87fde24b
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

lxde/lxinput: new spell, a small program used to configure keyboard and
mouse for LXDE

diff --git a/ChangeLog b/ChangeLog
index 7aeee9d..44dfb24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-25 Pol Vinogradov <vin.public AT gmail.com>
+ * lxde/lxinput: new spell, a small program used to configure
+ keyboard and mouse for LXDE
+
2012-11-24 Robin Cook <rcook AT 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 0000000..4559f6d
--- /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 0000000..00731d6
--- /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 0000000..c999984
--- /dev/null
+++ b/lxde/lxinput/HISTORY
@@ -0,0 +1,2 @@
+2012-11-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e0dba544ebbd4c9e9ac8ca2789abfc3a87fde24b), Pol Vinogradov, 11/26/2012

Archive powered by MHonArc 2.6.24.

Top of Page