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

weston: Changes to 'debian-experimental'



 autogen.sh                        |    9 ---------
 debian/changelog                  |    1 +
 debian/control                    |    2 +-
 protocol/text-cursor-position.xml |   11 -----------
 weston.ini                        |   34 ----------------------------------
 5 files changed, 2 insertions(+), 55 deletions(-)

New commits:
commit 02371f8cc0bfc72ed83df4b8925a9a0de7cc7542
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Fri Aug 17 01:15:59 2012 +0300

    remove files not on the tarball

diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 916169a..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-test -n "$srcdir" || srcdir=`dirname "$0"`
-test -n "$srcdir" || srcdir=.
-(
-  cd "$srcdir" &&
-  autoreconf --force -v --install
-) || exit
-test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
diff --git a/protocol/text-cursor-position.xml b/protocol/text-cursor-position.xml
deleted file mode 100644
index 0fbc54e..0000000
--- a/protocol/text-cursor-position.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<protocol name="text_cursor_position">
-
-  <interface name="text_cursor_position" version="1">
-    <request name="notify">
-      <arg name="surface" type="object" interface="wl_surface"/>
-      <arg name="x" type="fixed"/>
-      <arg name="y" type="fixed"/>
-    </request>
-  </interface>
-
-</protocol>
diff --git a/weston.ini b/weston.ini
deleted file mode 100644
index 3c98e48..0000000
--- a/weston.ini
+++ /dev/null
@@ -1,34 +0,0 @@
-[shell]
-type=desktop-shell.so
-background-image=/usr/share/backgrounds/gnome/Aqua.jpg
-background-color=0xff002244
-panel-color=0x90ff0000
-locking=true
-animation=zoom
-#binding-modifier=ctrl
-
-#type=tablet-shell.so
-#lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png
-#lockscreen=/usr/share/backgrounds/gnome/Garden.jpg
-#homescreen=/usr/share/backgrounds/gnome/Blinds.jpg
-#animation=fade
-[launcher]
-icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
-path=/usr/bin/gnome-terminal
-
-[launcher]
-icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
-path=/usr/bin/weston-terminal
-
-[launcher]
-icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png
-path=/usr/bin/google-chrome
-
-[launcher]
-icon=/usr/share/icons/gnome/24x24/apps/arts.png
-path=./clients/flower
-
-[screensaver]
-# Uncomment path to disable screensaver
-path=/usr/libexec/weston-screensaver
-duration=600

commit a84fe38c321366c636fe85aba23af38c73f3c119
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Fri Aug 17 01:01:23 2012 +0300

    control: Bump the build-depends on libxkbcommon-dev to (>= 0.1.0~2).

diff --git a/debian/changelog b/debian/changelog
index 33175c9..7484881 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ weston (0.95.0-1) UNRELEASED; urgency=low
   * control: Add missing build-depends: libmtdev-dev, libxcursor-dev,
     libpam0g-dev, libvpx-dev.
   * Switch to source format 3.0 (quilt) due to xz tarballs.
+  * control: Bump the build-depends on libxkbcommon-dev to (>= 0.1.0~2).
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 16 Aug 2012 20:52:23 +0300
 
diff --git a/debian/control b/debian/control
index 0626b78..5e3aa8c 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends:
  libx11-dev,
  libudev-dev,
  libgbm-dev,
- libxkbcommon-dev,
+ libxkbcommon-dev (>= 0.1.0~2),
  libcairo2-dev,
  libgdk-pixbuf2.0-dev,
  libxcursor-dev,


Reply to: