forked from pool/gnome-desktop
Accepting request 58239 from home:fcrozat:gnome3
thanks OBS-URL: https://build.opensuse.org/request/show/58239 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=97
This commit is contained in:
parent
5d4f33ecda
commit
e475784428
3
_service
Normal file
3
_service
Normal file
@ -0,0 +1,3 @@
|
||||
<services>
|
||||
<service name="tar_scm"><param name="versionprefix">2.91.6git</param><param name="url">git://git.gnome.org/gnome-desktop</param><param name="scm">git</param></service>
|
||||
<service name="recompress"><param name="file">*.tar</param><param name="compression">bz2</param></service><service name="set_version"/></services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3742e2f5ff79188a656d9908ea0e4a0f583fa8f1fc159a2e04a8b9cf4c9445a
|
||||
size 1226137
|
3
gnome-desktop-2.91.6.tar.bz2
Normal file
3
gnome-desktop-2.91.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32d7dd48bac932ac1d1c9b2b34b996e6d6939800badffad4766d74c67c9e4311
|
||||
size 1187401
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 10:20:36 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 2.91.6:
|
||||
+ Prevent gnome-settings-daemon from crashing at startup
|
||||
- Change from 2.91.5 :
|
||||
+ libgnome-desktop :
|
||||
* gnome-desktop-utils has been ported to GSettings (bgo#638169)
|
||||
* GnomeRRScreen, GnomeRRConfig and GnomeOutputInfo have been
|
||||
turned into a GObjects (bgo#630913) API change!
|
||||
* The GnomeRR api is introspectable now
|
||||
* Switch thumbnailers from GConf to key files (bgo#638172)
|
||||
+ Translations update
|
||||
- Add support for source service checkout, with %BUILD_FROM_VCS:
|
||||
+ Add call to ./autogen.sh (if present)
|
||||
+ Enforce gtk-doc html generation by passing --enable-gtk-doc to
|
||||
configure.
|
||||
+ Add build dependencies when building from checkout
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 17:48:32 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-desktop (Version 2.91.4)
|
||||
# spec file for package gnome-desktop (Version 2.91.6)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,7 +19,7 @@
|
||||
%define IS_DEFAULT_GNOME_DESKTOP 0
|
||||
|
||||
Name: gnome-desktop
|
||||
Version: 2.91.4
|
||||
Version: 2.91.6
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Summary: The GNOME Desktop API Library
|
||||
@ -40,12 +40,25 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gobject-introspection
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains the gnome-about program as well as some
|
||||
desktop-wide documents.
|
||||
|
||||
%package -n gnome-version
|
||||
License: LGPLv2.1+
|
||||
Summary: GNOME version
|
||||
Group: System/GUI/GNOME
|
||||
|
||||
%description -n gnome-version
|
||||
This package contains information on the GNOME version installed.
|
||||
|
||||
%package -n libgnome-desktop-3-0
|
||||
License: LGPLv2.1+
|
||||
Summary: The GNOME Desktop API Library
|
||||
@ -88,11 +101,18 @@ gtk-doc.
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
[ -x ./autogen.sh] && NOCONFIGURE=1 ./autogen.sh
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure --with-pic\
|
||||
--disable-static\
|
||||
%if ! %IS_DEFAULT_GNOME_DESKTOP
|
||||
--disable-desktop-docs \
|
||||
%endif
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
--enable-gtk-doc \
|
||||
%endif
|
||||
--disable-scrollkeeper
|
||||
make %{?jobs:-j%jobs}
|
||||
@ -140,4 +160,9 @@ rm -rf %{buildroot}
|
||||
|
||||
%files lang -f %{name}-3.0.lang
|
||||
|
||||
%files -n gnome-version
|
||||
%defattr (-, root, root)
|
||||
%dir %{_datadir}/gnome
|
||||
%{_datadir}/gnome/gnome-version.xml
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user