summaryrefslogtreecommitdiffstats
path: root/x11-libs/unity-greeter
diff options
context:
space:
mode:
authorFlorian Franzmann2013-02-22 20:06:34 +0000
committerFlorian Franzmann2013-02-22 22:53:23 +0100
commitbfcd1703aa3a4da0c8a247b0eb47ced00cdd4885 (patch)
treef3aa205858399a7fae95ffdb40057e3def00e02c /x11-libs/unity-greeter
parentd3ed68df01ae030dcd385202c96bec0eaa7456e2 (diff)
x11-libs/unity-greeter: remove obsolete patch
Diffstat (limited to 'x11-libs/unity-greeter')
-rwxr-xr-xx11-libs/unity-greeter/CONFIGURE2
-rw-r--r--x11-libs/unity-greeter/HISTORY4
-rwxr-xr-xx11-libs/unity-greeter/PRE_BUILD7
-rw-r--r--x11-libs/unity-greeter/grid.patch11
4 files changed, 5 insertions, 19 deletions
diff --git a/x11-libs/unity-greeter/CONFIGURE b/x11-libs/unity-greeter/CONFIGURE
deleted file mode 100755
index 5b36af986d..0000000000
--- a/x11-libs/unity-greeter/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-message 'unity-greeter renders a grid of white dots over the background.' &&
-config_query UNITY_GRID 'patch the source to remove the grid?' n
diff --git a/x11-libs/unity-greeter/HISTORY b/x11-libs/unity-greeter/HISTORY
index 0c8e9cc6be..90260005dd 100644
--- a/x11-libs/unity-greeter/HISTORY
+++ b/x11-libs/unity-greeter/HISTORY
@@ -1,3 +1,7 @@
+2013-02-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, CONFIGURE, grid.patch: remove patch that does
+ not apply anymore
+
2012-05-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.2.8
diff --git a/x11-libs/unity-greeter/PRE_BUILD b/x11-libs/unity-greeter/PRE_BUILD
index 82e0aee2e1..580203bbe8 100755
--- a/x11-libs/unity-greeter/PRE_BUILD
+++ b/x11-libs/unity-greeter/PRE_BUILD
@@ -2,9 +2,4 @@ default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
sedit 's:/usr/lib/at-spi2-core/at-spi-bus-launcher:/usr/libexec/at-spi-bus-launcher:' src/unity-greeter.vala &&
-sedit 's:/usr/lib/at-spi2-core/at-spi-bus-launcher:/usr/libexec/at-spi-bus-launcher:' src/unity-greeter.c &&
-
-if [[ "$UNITY_GRID" = 'y' ]]; then
- cd "${SOURCE_DIRECTORY}/src" &&
- patch < "${SCRIPT_DIRECTORY}/grid.patch"
-fi
+sedit 's:/usr/lib/at-spi2-core/at-spi-bus-launcher:/usr/libexec/at-spi-bus-launcher:' src/unity-greeter.c
diff --git a/x11-libs/unity-greeter/grid.patch b/x11-libs/unity-greeter/grid.patch
deleted file mode 100644
index 048207a42d..0000000000
--- a/x11-libs/unity-greeter/grid.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- user-list.vala 2011-09-28 07:32:51.000000000 +0200
-+++ user-list.vala-fixed 2011-11-12 00:34:32.217649083 +0100
-@@ -249,7 +249,7 @@
-
- /* Draw overlay */
- bc.set_source (overlay);
-- bc.rectangle (grid_size - 1, grid_size - 1, width - grid_size * 2 + 2, height - grid_size * 2 + 2);
-+// bc.rectangle (grid_size - 1, grid_size - 1, width - grid_size * 2 + 2, height - grid_size * 2 + 2);
- bc.fill ();
-
- /* Draw logo */