Hello community, here is the log from the commit of package lxqt-common for openSUSE:Factory checked in at 2015-02-27 10:59:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxqt-common (Old) and /work/SRC/openSUSE:Factory/.lxqt-common.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lxqt-common" Changes: -------- --- /work/SRC/openSUSE:Factory/lxqt-common/lxqt-common.changes 2015-02-16 21:14:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-common.new/lxqt-common.changes 2015-02-27 10:59:05.000000000 +0100 @@ -1,0 +2,12 @@ +Tue Feb 24 17:19:20 UTC 2015 - sfalken@opensuse.org + +- Patch added: Fixes theme dirnames back to all lowercase, + otherwise you get a broken theme on firstboot (gh#lxde/lxqt#500) + + lxqt-common-0.9.1-fix-theme-dirnames.patch + +------------------------------------------------------------------- +Fri Feb 20 20:00:22 UTC 2015 - sfalken@opensuse.org + +- Updated %build and %install to use cmake macros + +------------------------------------------------------------------- New: ---- lxqt-common-0.9.1-fix-theme-dirnames.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-common.spec ++++++ --- /var/tmp/diff_new_pack.Jw7dFH/_old 2015-02-27 10:59:06.000000000 +0100 +++ /var/tmp/diff_new_pack.Jw7dFH/_new 2015-02-27 10:59:06.000000000 +0100 @@ -24,6 +24,8 @@ Group: System/GUI/LXDE-Qt Url: http://www.lxde.org Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM sfalken@opensuse.org -- Renames theme dirs to all lower case, as lxqt expects, otherwise you get a broken theme'd lxqt on first boot (gh#lxde/lxqt#500) +Patch0: lxqt-common-0.9.1-fix-theme-dirnames.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -40,20 +42,14 @@ %prep %setup -q +%patch0 -p1 %build -mkdir build -pushd build -cmake \ - -DCMAKE_INSTALL_PREFIX:PATH=/usr \ - .. +%cmake %__make %{?_smp_mflags} -popd %install -pushd build -make DESTDIR=$RPM_BUILD_ROOT install -popd +%cmake_install %fdupes %{buildroot}/%{_datadir} %post ++++++ lxqt-common-0.9.1-fix-theme-dirnames.patch ++++++ ++++ 25250 lines (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org