diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/lightdm-gtk-greeter/lightdm-gtk-greeter-1.8.5-bg_crash.patch | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/lightdm-gtk-greeter/lightdm-gtk-greeter-1.8.5-bg_crash.patch')
-rw-r--r-- | testing/lightdm-gtk-greeter/lightdm-gtk-greeter-1.8.5-bg_crash.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/lightdm-gtk-greeter/lightdm-gtk-greeter-1.8.5-bg_crash.patch b/testing/lightdm-gtk-greeter/lightdm-gtk-greeter-1.8.5-bg_crash.patch deleted file mode 100644 index 1941eddc90..0000000000 --- a/testing/lightdm-gtk-greeter/lightdm-gtk-greeter-1.8.5-bg_crash.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up lightdm-gtk-greeter-1.8.5/src/lightdm-gtk-greeter.c.bg_crash lightdm-gtk-greeter-1.8.5/src/lightdm-gtk-greeter.c ---- lightdm-gtk-greeter-1.8.5/src/lightdm-gtk-greeter.c.bg_crash 2014-05-05 13:39:10.833190035 -0500 -+++ lightdm-gtk-greeter-1.8.5/src/lightdm-gtk-greeter.c 2014-05-05 13:41:53.725481558 -0500 -@@ -2060,7 +2060,7 @@ set_background (GdkPixbuf *new_bg) - { - gdk_screen_get_monitor_geometry (screen, monitor, &monitor_geometry); - -- if (bg) -+ if (bg && (monitor_geometry.width > 0) && (monitor_geometry.height > 0)) - { - p_width = gdk_pixbuf_get_width (bg); - p_height = gdk_pixbuf_get_height (bg); |