Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit xfwm4 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 10 Jan 2011 13:09:12 +0100
- Message-id: <20110110120912.D42C8201DD@hilbert.suse.de>
Hello community,
here is the log from the commit of package xfwm4 for openSUSE:Factory
checked in at Mon Jan 10 13:09:12 CET 2011.
--------
--- xfwm4/xfwm4.changes 2010-12-05 23:14:45.000000000 +0100
+++ /mounts/work_src_done/STABLE/xfwm4/xfwm4.changes 2010-12-28
14:25:32.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Dec 28 11:04:22 UTC 2010 - gber@xxxxxxxxxxxx
+
+- do not install documentation in /usr/share/doc
+- improved summary/description
+- show compiler output
+- removed obsolete build dependencies
+- require xfconf
+- remove unsupported locales
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfwm4.spec ++++++
--- /var/tmp/diff_new_pack.obiv18/_old 2011-01-10 12:33:31.000000000 +0100
+++ /var/tmp/diff_new_pack.obiv18/_new 2011-01-10 12:33:31.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xfwm4 (Version 4.7.3)
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,29 +19,35 @@
Name: xfwm4
Version: 4.7.3
-Release: 1
+Release: 2
License: GPLv2+
-Summary: Next generation window manager for Xfce
-Url: http://www.xfce.org/
+Summary: Default window manager for the Xfce desktop environment
+Url: http://www.xfce.org/projects/xfwm4/
Group: System/GUI/XFCE
Source0: %{name}-%{version}.tar.bz2
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(libglade-2.0)
+BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(libstartup-notification-1.0)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(libxfce4ui-1)
BuildRequires: pkgconfig(libxfce4util-1.0)
-BuildRequires: pkgconfig(libxfcegui4-1.0)
BuildRequires: pkgconfig(libxfconf-0)
BuildRequires: update-desktop-files
+Requires: xfconf
Suggests: xfwm4-themes
Provides: windowmanager
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3 and Xfce.
+xfwm4 is the default Xfce window manager which manages the placement of
+application windows on the screen, provides beautiful window decorations,
+manages workspaces or virtual desktops and natively supports multiscreen mode.
+It provides its own compositing manager for true transparency and shadows. The
+Xfce window manager also includes a keyboard shorcuts editor for user specific
+commands and basic windows manipulations and provides a preferences dialog for
+advanced tweaks.
%prep
%setup -q
@@ -49,14 +55,18 @@
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure \
+ --docdir=%{_defaultdocdir}/%{name} \
--enable-compositor
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
%install
%make_install
+install -p -m 644 example.gtkrc-2.0 README COPYING AUTHORS COMPOSITOR \
+ ChangeLog INSTALL TODO %{buildroot}%{_defaultdocdir}/%{name}
%suse_update_desktop_file xfce-wm-settings
%suse_update_desktop_file xfce-wmtweaks-settings
%suse_update_desktop_file xfce-workspaces-settings
+rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
%find_lang %{name}
%fdupes %{buildroot}%{_datadir}
@@ -65,17 +75,16 @@
%files -f %{name}.lang
%defattr(-,root,root)
-%doc example.gtkrc-2.0 README COPYING AUTHORS COMPOSITOR ChangeLog INSTALL TODO
%{_bindir}/xfwm4
%{_bindir}/xfwm4-settings
%{_bindir}/xfwm4-tweaks-settings
%{_bindir}/xfwm4-workspace-settings
%{_libdir}/xfce4/xfwm4/helper-dialog
-%{_datadir}/applications/*
+%{_datadir}/applications/*.desktop
%{_datadir}/icons/*
%{_datadir}/themes/*
-%{_datadir}/xf*
-%{_datadir}/doc/xfwm4
+%{_datadir}/xfwm4
+%doc %{_defaultdocdir}/%{name}
%dir %{_libdir}/xfce4
%dir %{_libdir}/xfce4/xfwm4
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |