forked from pool/baobab
Accepting request 230030 from home:Zaitor:branches:GNOME:Factory
- Update to version 3.12.1: + Make DBus-activatable. + Fix a problem at startup with treemap as default chart. + Misc bugfixes. + Updated translations. - No longer pass obsolete --disable-scrollkeeper to configure. OBS-URL: https://build.opensuse.org/request/show/230030 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/baobab?expand=0&rev=48
This commit is contained in:
parent
cc4957be5f
commit
b99d341cac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:538c9d452ecfe93353e90e6781aa7bf241ab9f1f8e27e7b3a614cf31a3576b0a
|
||||
size 869564
|
3
baobab-3.12.1.tar.xz
Normal file
3
baobab-3.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:494808d8a5b1776377749a1dcd5b251eb399208a4c90380dc8b8c789811e514c
|
||||
size 870624
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 14:43:41 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.1:
|
||||
+ Make DBus-activatable.
|
||||
+ Fix a problem at startup with treemap as default chart.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
- No longer pass obsolete --disable-scrollkeeper to configure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 21:34:07 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
11
baobab.spec
11
baobab.spec
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: baobab
|
||||
Version: 3.12.0
|
||||
Version: 3.12.1
|
||||
Release: 0
|
||||
Summary: Disk Usage Analyzer
|
||||
License: GPL-2.0+
|
||||
@ -30,7 +30,7 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.23.3
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.30.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.37.5
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.39.90
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.10
|
||||
Recommends: %{name}-lang
|
||||
@ -53,12 +53,12 @@ also provides a full graphical treemap window for each selected folder.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-scrollkeeper
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%suse_update_desktop_file %{name}
|
||||
%suse_update_desktop_file org.gnome.%{name}
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%post
|
||||
@ -84,9 +84,10 @@ make %{?_smp_mflags}
|
||||
%{_datadir}/icons/hicolor/scalable/actions/view-treemap-symbolic.svg
|
||||
%{_datadir}/icons/HighContrast/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/org.gnome.%{name}.desktop
|
||||
%dir %{_datadir}/appdata/
|
||||
%{_datadir}/appdata/baobab.appdata.xml
|
||||
%{_datadir}/dbus-1/services/org.gnome.baobab.service
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user