Hello community,

here is the log from the commit of package lightdm-kde-greeter for 
openSUSE:Factory checked in at 2013-07-08 07:34:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lightdm-kde-greeter (Old)
 and      /work/SRC/openSUSE:Factory/.lightdm-kde-greeter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lightdm-kde-greeter"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ 
/work/SRC/openSUSE:Factory/.lightdm-kde-greeter.new/lightdm-kde-greeter.changes 
    2013-07-08 07:34:51.000000000 +0200
@@ -0,0 +1,36 @@
+-------------------------------------------------------------------
+Thu Jun 27 10:41:13 UTC 2013 - tittiatc...@gmail.com
+
+- Add additional files (COPYING) to the filelist
+
+-------------------------------------------------------------------
+Sat May  4 18:19:38 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added adjust-for-new-libqtlightdm-version.patch, adjust cmake 
+  search for new libqtlightdm *.so, which comes with version 1.7
+
+-------------------------------------------------------------------
+Wed Apr 17 21:35:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 0.3.2.1
+  * Bugfix release
+
+-------------------------------------------------------------------
+Tue Apr 16 18:54:09 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 0.3.2
+  * Bugfix release
+
+-------------------------------------------------------------------
+Sun Dec 16 20:09:58 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Update to 0.3.1
+  * Fix localization issue
+  * Add a workaround for AccountsService supplying the wrong icon file
+  * Check QLightDM version
+
+-------------------------------------------------------------------
+Thu Dec 13 11:18:23 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Initial package
+

New:
----
  adjust-for-new-libqtlightdm-version.patch
  lightdm-kde-0.3.2.1.tar.bz2
  lightdm-kde-greeter.changes
  lightdm-kde-greeter.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lightdm-kde-greeter.spec ++++++
#
# spec file for package lightdm-kde-greeter
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           lightdm-kde-greeter
Version:        0.3.2.1
Release:        0
License:        GPL-3.0+
Summary:        KDE Qt-based Greeter for LightDM
Url:            https://projects.kde.org/projects/playground/base/lightdm
Group:          System/X11/Displaymanagers
Source0:        lightdm-kde-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE adjust-for-new-libqtlightdm-version.patch -- Change 
includes/libraries searching for new libqtlightdm so
Patch0:         adjust-for-new-libqtlightdm-version.patch
BuildRequires:  libkde4-devel
BuildRequires:  lightdm-qt-devel >= 1.4.0
BuildRequires:  pkgconfig(QtGui)
Requires:       kdebase4-wallpapers
Requires:       lightdm >= 1.4.0
Provides:       lightdm-greeter = %{version}
Recommends:     %{name}-lang = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires(post): update-alternatives
Requires(postun):update-alternatives
%kde4_runtime_requires

%description
This is the KDE implementation of a LightDM greeter based on the Qt
toolkit.

%lang_package

%prep
%setup -q -n lightdm-%{version}
%if 0%{?suse_version} > 1230
%patch0 -p1
%endif

%build
###Buildflags are usually exported in kde4-filesystem, but LDFLAGS 
-Wl,-Bsymbolic-functions are causing kde#303576
export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAGS=$RPM_OPT_FLAGS
_kde_libsuffix=$(echo %_lib | cut -b4-)
mkdir build
cd build
cmake -DCMAKE_SKIP_RPATH=on -DCMAKE_INSTALL_PREFIX=%{_kde4_prefix} 
-DLIBEXEC_INSTALL_DIR_PATH=%{_kde4_libexecdir} \
      -DLIB_SUFFIX="$_kde_libsuffix" -DCMAKE_BUILD=TYPE=%{_kde_build_type} ..
%make_jobs

%install
pushd build
%kde4_makeinstall
popd

%find_lang lightdm_theme_classic %{name}.lang
%find_lang kcm_lightdm %{name}.lang
%find_lang lightdm_theme_userbar %{name}.lang
%find_lang desktop_playground-base_lightdm %{name}.lang

%clean
rm -rf %{buildroot}

%post
if [ ! -e /.buildenv ]; then
/usr/sbin/update-alternatives --install \
    %{_datadir}/xgreeters/lightdm-default-greeter.desktop \
    lightdm-default-greeter.desktop \
    %{_datadir}/xgreeters/lightdm-kde-greeter.desktop \
    20
fi

%postun
if [ $1 -eq 0 -a ! -e /.buildenv ]; then
    /usr/sbin/update-alternatives --remove lightdm-default-greeter.desktop \
        %{_datadir}/xgreeters/lightdm-kde-greeter.desktop
fi

%files
%defattr(-,root,root,-)
%doc COPYING NEWS
#doc TODO
%{_sbindir}/lightdm-kde-greeter
%dir %{_datadir}/xgreeters
%{_datadir}/xgreeters/lightdm-kde-greeter.desktop
%_kde4_appsdir/lightdm-kde-greeter
%_kde4_modulesdir/kcm_lightdm.so
%_kde4_modulesdir/libexec/kcmlightdmhelper
%_kde4_servicesdir/kcm_lightdm.desktop
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmlightdm.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmlightdm.policy
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmlightdm.conf
%ghost %attr(644,root,root) 
%{_datadir}/xgreeters/lightdm-default-greeter.desktop
%ghost %attr(644,root,root) 
%{_sysconfdir}/alternatives/lightdm-default-greeter.desktop
%{_kde4_modulesdir}/libexec/lightdm-kde-greeter-rootimage

%files lang -f %{name}.lang
%defattr(-,root,root,-)

%changelog
++++++ adjust-for-new-libqtlightdm-version.patch ++++++
diff --git a/cmake/modules/FindQLightDM.cmake b/cmake/modules/FindQLightDM.cmake
index c055c61..7452986 100644
--- a/cmake/modules/FindQLightDM.cmake
+++ b/cmake/modules/FindQLightDM.cmake
@@ -19,9 +19,9 @@ set(QLIGHTDM_LIBRARIES_FIND_REQUIRED 
${QLightDM_FIND_REQUIRED})
 find_package(PkgConfig)
 if(PKG_CONFIG_FOUND)
     if (QLIGHTDM_MIN_VERSION)
-        PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-2>=${QLIGHTDM_MIN_VERSION})
+        PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-3>=${QLIGHTDM_MIN_VERSION})
     else (QLIGHTDM_MIN_VERSION)
-        PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-2)
+        PKG_CHECK_MODULES(PC_QLIGHTDM liblightdm-qt-3)
     endif (QLIGHTDM_MIN_VERSION)
 endif(PKG_CONFIG_FOUND)
 
@@ -34,7 +34,7 @@ find_path(QLIGHTDM_INCLUDE_DIR
 )
 
 find_library(QLIGHTDM_LIBRARIES
-             NAMES lightdm-qt-2
+             NAMES lightdm-qt-3
              HINTS
              ${PC_QLIGHTDM_LIBDIR}
              ${PC_QLIGHTDM_LIBRARY_DIRS}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to