gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1263: clean up xnee


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1263: clean up xnee
Date: Wed, 21 Nov 2012 22:55:14 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1263
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2012-11-21 22:55:14 +0100
message:
  clean up xnee
added:
  gnu/xnee/config.mk
modified:
  gnu/xnee/Makefile
=== modified file 'gnu/xnee/Makefile'
--- a/gnu/xnee/Makefile 2012-10-10 20:54:09 +0000
+++ b/gnu/xnee/Makefile 2012-11-21 21:55:14 +0000
@@ -1,17 +1,19 @@
 GARNAME = xnee
 GARVERSION = 3.14
+HOME_URL = http://www.gnu.org/software/xnee
+DESCRIPTION = Record, replay and distribute user actions in X11
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = xnee/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/xnee
-DESCRIPTION = Xnee
-
-CONFIGURE_OPTS = --disable-gnome-applet --disable-gui --disable-doc 
--disable-xinput2
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/xnee/config.mk'
--- a/gnu/xnee/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/xnee/config.mk        2012-11-21 21:55:14 +0000
@@ -0,0 +1,5 @@
+## Configuration options for xnee ##
+
+CONFIGURE_OPTS ?= --disable-gnome-applet --disable-gui --disable-doc \
+                 --disable-xinput2
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]